نتایج جستجو برای: leaf stage on grain yield

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

Journal: :پژوهش های زراعی ایران 0
مهدی پارسا علی گنجعلی الیاس رضائیان زاده احمد نظامی

in order to investigate the effects of different irrigation regimes on yield and growth indices of three chickpea cultivars, an experiment was conducted during the 2007 growing season at mashhad (iran). six irrigation regimes including i1; full irrigation, i2; irrigation at branching, i3; irrigation at flowering, i4; irrigation at pod formation, i5; irrigation at seed filling stage and i6; dry ...

ژورنال: علوم آب و خاک 2009
اصفهانی, مسعود, ربیعی, بابک, سمیع زاده, حبیب الله , صفایی چایی کار, صنم,

In order to study the correlation of agronomic, morphologic and physiologic traits and their effects on grain yield of rice genotypes in two environments (favorable irrigation and water stress), 49 genotypes were evaluated using a completely randomized block design with 3 replications in two experimental conditions. All practices and conditions were the same for the two experiments with the exc...

To investigate the effects of drought stress on the water stress, osmotic adjustment and stay green of sorghum genotypes and their relationship with grain yield, a split-plot on randomized complete block design with three replications was conducted at the experimental field of Seed and Plant Improvement Institute, Karaj, Iran in 2015. The main factor was three treatments: control (irrigation af...

اصفهانی, مسعود, ربیعی, بابک, سمیع زاده, حبیب الله , صفایی چایی کار, صنم,

In order to study the correlation of agronomic, morphologic and physiologic traits and their effects on grain yield of rice genotypes in two environments (favorable irrigation and water stress), 49 genotypes were evaluated using a completely randomized block design with 3 replications in two experimental conditions. All practices and conditions were the same for the two experiments with the exc...

2014
Gebreyesus Brhane Tesfahunegn

The low average grain yield (0.7 ton ha(-1)) of tef in Ethiopia is mainly attributed to low soil fertility, and inappropriate tillage and weeds control practices. Despite this, limited scientific information has been documented so far on their interaction effects on tef crop productivity in northern Ethiopia. The objective of this study was to assess the separate and interaction effects of till...

Journal: :علوم گیاهان زراعی ایران 0
علی سپهری استادیار، دانشگاه بوعلی سینا، دانشکده کشاورزی، گروه زراعت و اصلاح نباتات، تخصص: زراعت افشین کرمی دانشجوی ارشد

in order to study the effects of integrative applications of chemical fertilizers and biofertilizers on grain yield and oil of borago officinalis under water deficit stress, a field experiment was conducted at kermanshah, iran, in 2011. experiment was arranged as split plot under a randomized complete block design with 3 replications. water deficit stress with four levels was applied as the mai...

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

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

2015
Sunil K. Yadav Ashok K. Singh Praveen Pandey Smita Singh

The aim of this study was to determine nature and extent of variability parameters and their utilization in barley breeding programme. A total of 45 F1s along with their parents and F2 populations were evaluated in a randomized block design with 3 replications during Rabi (winter season) 2014. The various traits measured were days to 50% flowering, days to maturity, plant height, flag leaf area...

خدادادی, مصطفی, دهقانی, حمید, فتوکیان, محمد حسین ,

Grain yield has a usually the low heritability, consequently to predict this trait it is recommended to use some morphological characters having a high heritability with high correlation with grain yield. To study of relationships between traits and to find out traits having the high influence on grain weight, 36 winter wheat cultivars were planted through a randomized complete block design wit...

Extended Abstract Introduction and Objective: Due to the lack of micronutrient elements and the urgent need for biofortification in important and strategic plants in the nutrition of human society such as wheat, it is necessary to evaluate any strategy to optimize the quality and production of this product. This has led researchers to investigate the effect of foliar application of zinc and ir...

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

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

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