نتایج جستجو برای: grains per spike

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

ژورنال: علوم آب و خاک 2007
عبدالمهدی رنجبری, , محمدجعفر بحرانی, , یحیی امام, ,

Drought stress is one of the major limiting factors of crop yield. A field experiment was conducted to study the effects of drought stress on yield and yield components of nine bread wheat and one durum wheat genotypes during 2003-2004 growing season. The experiment was designed as two separate randomized complete blocks design with three replicates under well-watered and unwatered conditions...

عبدالمهدی رنجبری, , محمدجعفر بحرانی, , یحیی امام, ,

Drought stress is one of the major limiting factors of crop yield. A field experiment was conducted to study the effects of drought stress on yield and yield components of nine bread wheat and one durum wheat genotypes during 2003-2004 growing season. The experiment was designed as two separate randomized complete blocks design with three replicates under well-watered and unwatered conditions d...

Journal: :journal of agricultural science and technology 0
m. brdar-jokanović institute of field and vegetable crops, maksima gorkog 30, 21000 novi sad, serbia. m. zorić institute of field and vegetable crops, maksima gorkog 30, 21000 novi sad, serbia. a. kondić-špika institute of field and vegetable crops, maksima gorkog 30, 21000 novi sad, serbia. i. maksimović faculty of agriculture, university of novi sad, trg dositeja obradovića 8, 21000 novi sad, serbia. b. kobiljski biogranum, research and development center, toplice milana 20, 21000 novi sad, serbia. m. kraljević-balalić faculty of agriculture, university of novi sad, trg dositeja obradovića 8, 21000 novi sad, serbia.

this study was aimed to assess the effects of excess boron on 59 genetically divergent wheat accessions and to identify those with high and stable yields under a range of soil boron concentrations. the second aim was to test the applicability of a laboratory technique performed at juvenile stages of development in estimating field boron tolerance. the study comprised a control and three boron t...

Journal: :IOP conference series 2022

Abstract The article presents data on the study of influence an agricultural forecrop yield winter wheat varieties Moskovskaya 40 and Nemchinovskaya 17. experiments were carried out in Ryazan region, Russia, dark gray forest soils Malinki enterprise Mikhailovsky district. most effective experiment was vetch-oat mixture for variety 17, with following structure: grains per spike are 46.8 pieces, ...

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

the effect of late planting heat stress on yield and yield components was studied in 11 barley lines from icarda and one cultivar from iran (izeh) during two years (2005-2007) in gachsaran dry-land agricultural research station. each line was planted in a 6-rowed plot at two dates: normal planting (middle of november) and late planting (end of december) with three replications using a randomize...

Journal: :IOP conference series 2022

Abstract Field experiment ware carried out at the Agricultural Research Station of Basrah University College Agriculture, north Basra governorate during winter seasons 2020/2021 and 2021/2022 to study growth yield three cultivars wheat (IPA99, BANGIL JAAD) urea- nitrogen applied four rate (0,60,120 180)kg ha -1 as comported Nano-N (0, 15 30) L . The was designed factorial randomized complete de...

Journal: :تولید گیاهان زراعی 0

lead to continuing effects for increasing extensive of yield by means of advanced agronomic operations and selection of high yielding resistant genotypes. there fore, due to evaluation and determination of best effective traits in improvement of yield and grain quality of local populations of winter wheat, an experiment was carried out in uremia agricultural research station, on 30 local popula...

Journal: :International journal of agriculture, environment and food sciences 2022

The study was carried out to evaluate the combining ability and heterosis of seven parents their 21 half-diallel F2 populations for yield quality traits during 2013-14 season in randomized complete block design with three replications. Significant differences were observed among genotypes, GCA (general ability) SCA (specific effects all traits, except spike length. best combiner identified as E...

2005
MARC E. NICOLAS ROSLYN M. GLEADOW MICHAEL J. DALLING

Wheat plants (Triticum aestivum L., cv. Warigal) were subjected to 20 d of water deficit during the period of endosperm cell division. Drought accentuated the differences in final grain weight between spikelets and between grains within spikelets. The distal grains of top spikelets were most affected by drought. The maximum number of endosperm cells was, respectively, 30 and 40 per cent lower i...

Journal: : 2022

The research was applied at Station No. 1 belonging to the College of Agriculture, University Anbar, determine most appropriate traits for improving barley grain yield during season 2021-2022 by designing randomized complete blocks in split plots with three replications, purpose studying path way coefficient and its components five cultivars (Samir , Aksad 617, Amal, Buraq Abba 265) seed rates ...

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

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

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