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

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

Journal: :حفاظت گیاهان 0
فاطمه سلیمانی گودرز احمدوند بیژن سعادتیان

abstract to evaluate the effect of different levels of nitrogen fertilizer on competitive ability of canola against wild mustard interference, a split plot trial based on a randomized complete block design with 3 replications was carried out. experimental treatment were amounts of nitrogen fertilizer of urea (46% nitrogen) in 4 levels (100, 150, 200 and 250 kgn/ha) and 5 wild mustard densities ...

اسما میلادی لاری پرویز احسان زاده

Drought is considered as the most important constraint to world’s crop production. Furthermore arid and semiarid climate accounts for nearly most of terrestrial areas of Iran. Therefore in order to study the effect of irrigation regimes on growth, physiological attributes and grain yield as well as components of such a crop plant as safflower a 4-replicate split plot RCBD field study was perfor...

ابوطالبیان, محمدعلی, دادرسی, ولی الله, سیدی, محسن,

In order to study the effect of on-farm seed priming using tap water and zinc sulfate solution with 0.03% zinc on yield and yield components of two intermediate maturing maize cultivars, a factorial experiment was carried out in complete randomized block design with three replications in Research Farm of Bu Ali University, Hamedan, Iran in 2011. Seed priming consisted of three levels (priming w...

Alireza Yadavi Hamidreza Balouchi, Meysam Karami

In order to study the effect of different levels of the manure and foliar application of Zn and Mn fertilizers on the quantitative and qualitative yield of soybeans (var. Williams), a factorial experiment was conducted in a randomized complete block design with three replications in 2012. Treatments involved three levels of fertilizer: manure (zero as control; six and 12 t/ha), two lev...

فلاح, سیف اله, صالحی, عالیه , قاسمی‌سیانی, نرگس ,

Application of organic manure in organic farming and long-term mineralization may lead to residual effects on the succeeding crop. So, residual effects of combined cattle manure and urea fertilizer of previous crop (black cumin) on growth and yield of pea were examined in a randomized complete block design. Treatments included of  cattle manure (CM), urea (U), three ratios of CM+U full dose app...

ژورنال: علوم آب و خاک 2021

In areas with high rainfall distribution, proper irrigation management, including complementary irrigation, is one of the effective strategies to increase crop production. In order to investigate the effect of supplementary irrigation in different growth stages on the yield and water productivity of Autumn rapeseed, an experiment in the form of a complete randomized block design with five irrig...

موحدی دهنوی‌, محسن, کیانی, ملیحه, یدوی, علیرضا ,

Unsuitable planting and weed competition are the most important factors that greatly reduce the yield of bean. In order to study the effect of planting date on yield and yield components of three white bean cultivars in weed infest and weed free condition a factorial experiment with randomized complete block design and three replications was carried out at Semirom in 2009. The treatments were p...

Journal: :بوم شناسی کشاورزی 0
احمد غلامی ایمان اکبری حمید عباس دخت

one of the strategies for improving the quality of agricultural products is using bio-fertilizers. so in order to study the effects of mycorrhizal fungi, vermicompost and humic acid on growth characteristics and yield of fennel, an experiment was studied on research farm of agricultural college of shahrood university. this study was conducted as factorial experiment based on completely randomiz...

Journal: :international journal of advanced biological and biomedical research 2014
meysam karami hamidreza balouchi alireza yadavi

in order to study the effect of different levels of the manure and foliar application of zn and mn fertilizers on the quantitative and qualitative yield of soybeans (var. williams), a factorial experiment was conducted in a randomized complete block design with three replications in 2012. treatments involved three levels of fertilizer: manure (zero as control; six and 12 t/ha), two levels of mn...

ژورنال: علوم آب و خاک 2003
احمد ارزانی, , مریم گل‌آبادی, ,

Genetic variation of 300 genotypes of durum wheat comprising CIMMYT/ICARDA and Iranian germplasm was evaluated in 1999-2000 at Researh Farm of College of Agriculture, Isfahan University of Technology located at Lavark, NaJaf-Abad. Days to heading, days to maturity, plant height, spike length, grain weight per spike, number of grain per spike, number of spikes per m2, 1000-grain weight, test wei...

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

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

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