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

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

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه فردوسی مشهد - دانشکده کشاورزی 1388

چکیده به منظور بررسی اثر تنوع گیاهی و نوع منبع تغذیه ای بر تنوع و تراکم علفهای هرز و حشرات، کارایی مصرف نهاده ها ( نور، آب، عناصر غذایی) و عملکرد و خصوصیات کیفی چند گونه زراعی، آزمایشی به صورت کرتهای خردشده بر پایه طرح بلوکهای کامل تصادفی با سه تکرار در دو سال زراعی 1385-1384 و 1386-1385 در مزرعه تحقیقاتی دانشکده کشاورزی دانشگاه فردوسی مشهد به اجرا درآمد. تیمارهای مورد بررسی دو منبع کود دامی و...

C. Mizrak H. Kutay M. Baylan M. Boga P. Cubukcu S. Ergul S. Naeim Saber T. Ayasan,

This study was conducted to determine the nutritive value of soybean varieties using in vitro methods and gas production technique.In vitro gas productions and gas production kinetics of soybean variety were determined at 0, 3, 6, 12, 24, 48, 72 and 96 h incubation times. This study revealed that there were variations among five different soybean varieties in terms of chemical...

2010
Chunmei Gu Hongbin Pan Zewei Sun Guixin Qin

The present study was undertaken to evaluate the effects of soybean varieties on content of anti-nutritional factors, growth, and nutrient digestibility in rat. For this purpose, the content of trypsin inhibitor and lectin was firstly measured in five soybean varieties. Then sixty male Wistar rats were randomly divided into six groups and fed on different diets as follows: groups 1 to 5 were fe...

Journal: :Journal of economic entomology 2012
Mike W Dunbar Aaron J Gassmann

The western corn rootworm, Diabrotica virgifera virgifera LeConte (Coleoptera: Chrysomelidae), is a major pest of corn (Zea mays L.) in North America and has evolved resistance to crop rotation by ovipositing in alternate crops such as soybeans [Glycine max (L.) Merr.]. Through experiments with plants grown in the greenhouse and the field, we tested whether soybeans with resistance to the soybe...

Khalil M. Saad-Allah

The impact of three levels of sea salt (0.0, 8.0, and 16.0 mS/cm2) on six varieties of soybean (Crawford, G21, G22, G35, G82, and G83) was studied. Growth criteria, photosynthetic pigments, soluble sugars, soluble protein, free amino acids, free proline, and protein profile of soybean varieties were investigated under sea salt stress. Results of this study showed a considerable decrease in grow...

Journal: Desert 2017
A. Hesam-Arefi B. Motesharezadeh, Gh. R. Savaghebi

Bicarbonate anion, has a very high concentration in the calcareous soil, and in fact, is the main cause of chlorosis in calcareous soils. This study was conducted to evaluate eight soybean cultivars with iron deficiency and bicarbonate presence. The present research was carried out with the aim of assessing the effect of irrigation with water containing bicarbonate on enzyme activities and Fe a...

Journal: :Bioscience, biotechnology, and biochemistry 2009
Pattana Kakumyan Marie Kato Makita Hajika Kenji Matsui

Flavor properties are important factors of soybean seeds in their utilization as food materials. In order to isolate novel varieties and mutants of soybean having preferable flavor properties, a simple and efficient screening system was established using an automated headspace sampler coupled to gas chromatography. With this system, five major volatile compounds were analyzed within 12 min. By ...

Journal: :journal of agricultural science and technology 2010
b. naseri y. fathipour s. moharramipour v. hosseininaveh

reproduction parameters for helicoverpa armigera (hübner) were determined and compared on 13 soybean varieties (dpx, l17, bp, clark, jk, 356, m4, m7, m9, gorgan3, sahar, zane and williams) at 25±1ºc, 65±5% rh over a photoperiod of 16:8 (l:d) hours. reproduction parameters were estimated for individual newly emerged moths, which had spent their immature stages on different soybean varieties. the...

2008
RINA RANI SAHA WAHIDA SULTANA

Effect of seed ageing on stand establishment, growth and yield of three soybean varieties was studied. Treatments consisted of three varieties viz. Shohag, Bangladesh soybean 4 and BARIsoybean-5 with four levels of seed ageing viz. 20, 12, 8 and 2 months aged seed. Seed germination and field emergence percentage decreased but electrical conductivity of seed leachate increased with increasing se...

Journal: :Environmental biosafety research 2010
Osamu Imura Kun Shi Keiji Iimura Tadashi Takamizo

We assessed the effects of cultivating two genetically modified (GM) glyphosate-tolerant soybean varieties (Glycine max (L.) Merr.) derived from Event 40-3-2 and a Japanese conventional variety on arthropods under field conditions, with weed control using glyphosate and conventional weed control for two years. Plant height and dry weight of the conventional variety were significantly larger tha...

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

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

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