نتایج جستجو برای: soybean varities

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

Journal: :علوم گیاهان زراعی ایران 0
رحمت عباسی دانشجوی سابق دکتری پردیس کشاورزی و منابع طبیعی دانشگاه تهران و استادیار دانشگاه مازندران حسن علیزاده استاد پردیس کشاورزی و منابع طبیعی دانشگاه تهران

in order to investigate the efficacy of split, reduced and whole rates of oxyfluorfen in controlling redroot pigweed (amarnthus retroflexus) and also to evaluate possible soybean (glycine max) injuries a experiment was conducted in research greenhouses of karaj collage of agriculture, university of tehran in 2005. treatments included oxyfluorfen doses at 0.25, 0.5, 0.75 and 1 l/ha in one stage ...

2017
R. J. Singh

Soybean [Glycine max (L.) Merr.], an economically important dicot legume, is a member of the family Fabaceae and belongs to the genus Glycine Willd. Based on classical and molecular taxonomy, the genus Glycine has been divided into two subgenera; the subgenus Soja (Moench) F.J. Hermann includes soybean and its wild annual progenitor G. soja Sieb. & Zucc. Both species contain 2n = 40 chromosomes...

2013
M. Rezvani F. Zaefarian M. Aghaalikhani H. Rahimian Mashhadi

The spatial variation in plant species associated with intercropping is intended to reduce resource competition between species and increase yield potential. A field experiment was carried out on corn (Zea mays L.) and soybean (Glycine max L.) intercropping in a replacement series experiment with weed contamination consist of: weed free, infestation of redroot pigweed, infestation of jimsonweed...

Journal: :Journal of plant physiology 2009
Emily C Dierking Kristin D Bilyeu

Raffinose family oligosaccharides (RFOs), which include raffinose and stachyose, are thought to be an important source of energy during seed germination. In contrast to their potential for promoting germination, RFOs represent anti-nutritional units for monogastric animals when consumed as a component of feed. The exact role for RFOs during soybean seed development and germination has not been ...

2014
Kuldeep Verma Raman Saini Anita Rani

Soybean is one of the world’s most important sources of vegetable oil and protein meal. The results of plant breeding efforts have greatly improved the crop characteristics but genetic engineering offers new possibilities. Genetic transformation has tremendous potential in developing improved soybean varieties with desired agronomic traits, which are otherwise difficult to achieve through tradi...

2009
P. A. Donald D. L. Boykin

Soybean cyst nematode, Heterodera glycines has been documented as the pathogen most consistently causing yield loss in US soybean production fields almost since its discovery in the US. No-tillage has been adopted in much of the soybean production areas to preserve soil and nutrients. The impact of this production practice change on soybean cyst nematode has been evaluated since the introductio...

2005
Harsh NAYYAR Satwinder KAUR K. K. DHIR

Chickpea (Cicer arietinum L. cv. GPF2) and soybean (Glycine max (L.) Merrill cv. Brag) genotypes were subjected to varying water stress levels of -0.2 to -0.8 MPa to assess their relative sensitivity towards water stress. Soybean seedlings experienced significantly more stress injury (as electrolyte leakage) than chickpea at all stress levels. LD 50 in terms of percent germination, root length,...

Journal: :Shokuhin eiseigaku zasshi. Journal of the Food Hygienic Society of Japan 2010
Sadahiro Kawazoe Kazuna Naka Hiroshi Ishibashi Tomomi Obara Koji Arizono Kaori Hashimoto Yasuji Hojo Takashi Suzuki

We examined the combined estrogenic activity of soybean extract used in a dietary supplement and ethinyl estradiol (EE) contained in an oral contraceptive. Olive oil (control), soybean extract (0.0036 or 0.36 g/kg corresponding to doses of total isoflavone of 0.83 or 83 mg/kg respectively), EE (1 or 10 microg/kg), and soybean extract+EE were administered to ovariectomized CD-1 mice by oral gava...

Journal: :G3 2015
Qijian Song David L Hyten Gaofeng Jia Charles V Quigley Edward W Fickus Randall L Nelson Perry B Cregan

The United States Department of Agriculture, Soybean Germplasm Collection includes 18,480 domesticated soybean and 1168 wild soybean accessions introduced from 84 countries or developed in the United States. This collection was genotyped with the SoySNP50K BeadChip containing greater than 50K single-nucleotide polymorphisms. Redundant accessions were identified in the collection, and distinct g...

Journal: :Acta poloniae pharmaceutica 2014
Rose E Nina Estrella Adriana I Landa José Vicente Lafuente Pascual A Gargiulo

Depression in menopausal women has been widely described for many years ago and is related to hormonal decrease, mainly estrogens. The use of soy has been proposed as a possible coadjutant alternative to treat menopausal depressive disorder. In the present pilot clinical trial the effect of soybean, antidepressants and the association of soybean with antidepressants was studied in 40 depressive...

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

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

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"; } -->