نتایج جستجو برای: and grain yield α 005

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

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

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...

حیدری, بهرام , سعیدی, قدرت الله , سید طباطبائی, بدرالدین ابراهیم ,

  In this study, factor analysis was conducted to determine the factors which contributed to the variation of quantitative traits and path analysis was performed to find the direct and indirect effects of yield components on grain yield in bread wheat. A doubled haploid population of 157 lines of wheat (Triticum aestivum L.) was evaluated for agronomic and morphological traits, using a randomiz...

عبدالمجید رضائی, , احمد ارزانی, , محمد مرادی, ,

This study was conducted to analyze the correlation among grain yield, yield components, duration of vegetative and grain filling periods in twelve oat (Avena sativa L.) cultivars at the Research Farm of the College of Agriculture, Isfahan University of Technology, from 2001 to 2003. A randomized complete block design with three replications was used. The correlation coefficients among the grai...

اشرف مهرابی, علی, صفری, هوشمند, نوری, افسانه,

In order to study the relationships between grain yield and its components of Aegilops cylindrica, 48 accessions of this plant species was studied in an experimental augmented design based on randomized complete block designwith4 replications under normal and drought stress conditions in the Agricultural Research Station of Ilam University. The results of correlation analysis between the traits...

Simplifying the selection procedure to improve yield of new genotypes of rice is necessary. in order to evaluate relationship among grain yield and other agronomic traits, an experiment was conducted in agricultural and natural resoures research center in 2015-2016 year. In present study, 10 rice genotypes were studied in randomized complete blocks design with three replications. Grain yield al...

سام دلیری, مرتضی, مرادخانی, مجید, منتظری, رحمت, موسوی, سید امیر عباس,

In order to investigate the relationship between morphological properties and choose suitable criteria for improving this research yield on ten new breeding lines and varieties of rice (control) modified rice cultivation area (Shiroodi cultivar) in the crop during 2010 in Tonekabon Rice Research Station in a randomized complete block design with four replications. The results showed that rice g...

خاندانی, شکوفه , محمدی نژاد, قاسم , ناخدا, بابک ,

In order to assess the relationship of grain yield and some of the agronomic traits recombinant inbred lines (RIL) population of bread wheat derived from the Roshan × Sabalan were used to detect the informative traits on grain yield as the suitable criteria for indirect selection and path coefficient analysis. Two hundred and sixty seven recombinant inbred lines with three control cultivars (Ro...

A 3- years (2015, 2016 and 2017) field study was carried out at National Wheat Research Program, Bhirahawa, Rupandehi, Nepal to evaluate the influence of crop residues and nitrogen levels on rice. The experiment was conducted in split plot design with three replications. Main plots were two crop residue levels (with crop residues of 30 cm wheat stubble and without crop residues) and sub plots c...

In order to evaluate the effect of drought stress and determine of effective traits on grain yield and estimate of genetic parameters, 18 mutant rice lines were studied in normal and drought stress conditions. The experiments were carried out separately using randomized complete block design with three replications during cropping season 2014-2015 at Iranian Rice Research Centers in North of Ir...

Ezatollah Nabati Mohsen Lak Morad Shaban, Seyed Mostafa Azimi

This experiment was laid out in order to evaluate the effects  of different biofertilizers on yield components of barley. The experiment was a factorial design with three replications. Treatments were three nitrogen biofrtilizers (Nitroksin, Nitrokara and Supernitroplass) and three phosphate  biofrtilizers (Phosphate barvar2, Biozarr and Superplass) with control for them and yield components we...

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

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

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