نتایج جستجو برای: trifolium incarnatum

تعداد نتایج: 2493  

Journal: :journal of mining and environment 2015
s. safari sinegani a. abedi h. asghari a. a. safari sinegani

phytoremediation is a technology that uses plants for the remediation of the contaminated soils, sediments, tailings, and groundwaters. in this work, the ability of trifoliumalexanderium for the phytoremediation of the tailings soil in the anjir-tange coal washing plant was investigated. for this purpose, trifolium sp. was cultivated in three soils consisting of the tailings dam, an agricultura...

2014
James Whitt Suzanne M. Shipley David J. Newman Karina M. Zuck

Coculture of the fungus Fusarium pallidoroseum with the bacterium Saccharopolyspora erythraea was found to produce three new decalin-type tetramic acid analogues related to equisetin. The structures were determined by spectroscopic methods. The absolute configurations were established by circular dichroism spectroscopy and comparing the data with those of equisetin.

Journal: :Genetics 1956
K K Pandey

RIFOLI U M pratense L. is a highly self-incompatible species. An oppositional Tsystem of incompatibility has been established in this species by WILLIAMS and SILOW (1933). Artificially induced autopolyploids have been produced by LEVAN (1948) and FRANDSEN (1948) and selections have been carried out for several generations to improve their fertility. But no work has been done to study the effect...

Journal: :journal of ornamental plants 2015
navid vahdati ali tehranifar seyed hossein neamati yahya selahvarzi

trifolium spp. are native plants in iran exhibiting good ground cover po-tential. salinity is a major environmental stress and today, 20% of the world cultivated areas and nearly half of all irrigated lands are affected by salinity. the main aim of this research was to study morphological and physiological adaptations of these native species under different salinity levels for urban landscape u...

Journal: :Journal of animal science 2007
J A Stuedemann A J Franzluebbers

Performance and production of growing cattle (Bos taurus) on Coastal Bermudagrass [Cynodon dactylon (L.) Pers.] pasture are affected by forage allowance, but possible interactions with fertilizer nutrient source (i.e., inorganic vs. organic) and time have not been well described. We evaluated the effects of 3 nutrient sources with equivalent N rates: 1) inorganic, 2) crimson clover (Trifolium i...

Journal: :Memory & cognition 2006
Jennifer H Coane Dawn M McBride

In the Deese/Roediger-McDermott (DRM) paradigm, studying lists of semantic associates results in high rates of false recognition of a nonpresented critical word. The present set of experiments was designed to measure the contribution of additional processing of list items at test to this false memory effect. The participants studied sets of lists and then performed a recognition task for each s...

Journal: :Psicothema 2017
María S Beato Jason Arndt

BACKGROUND Memory is a reconstruction of the past and is prone to errors. One of the most widely-used paradigms to examine false memory is the Deese/Roediger-McDermott (DRM) paradigm. In this paradigm, participants studied words associatively related to a non-presented critical word. In a subsequent memory test critical words are often falsely recalled and/or recognized. METHOD In the present...

2018
Christopher A Sanchez Jamie S Naylor

The creation of false memories within the Deese-Roediger-McDermott (DRM) paradigm has been shown to be sensitive to many factors such as task instructions, participant mood, or even presentation modality. However, do other simple perceptual differences also impact performance on the DRM and the creation of false memories? This study explores the potential impact of changes in perceptual disflue...

Journal: :Journal of economic entomology 2004
Glynn Tillman Harry Schomberg Sharad Phatak Benjamin Mullinix Sharon Lachnicht Patricia Timper Dawn Olson

In fall 2000, an on-farm sustainable agricultural research project was established for cotton, Gossypium hirsutum L., in Tift County, Georgia. The objective of our 2-yr research project was to determine the impact of several cover crops on pest and predator insects in cotton. The five cover crop treatments included 1) cereal rye, Secale cereale L., a standard grass cover crop; 2) crimson clover...

Journal: :Oesterreichische Botanische Zeitschrift 1878

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->