نتایج جستجو برای: planting pattern

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

Journal: :بوم شناسی کشاورزی 0
علی یزدی مطلق سعید خاوری خراسانی سعید بختیاری جعفر موسی آبادی

in order to study the effects of planting pattern on yield and yield components in different cultivars of forage corn (zea mays l.), an experiment was conducted at saline conditions (ec=6.43 ds.m-1) of dasht-e-malhe, neyshabour during growing season of 2009-2010. nine treatments and two furrow planting and furrow bed planting as main plots and three cultivars (ksc 704, zp 644 and ns540) as sub ...

Journal: :حفاظت گیاهان 0
علیرضا دهقان محمد بنایان اول محمد خواجه حسینی ابراهیم ایزدی سجاد میجانی

the application time of weed control methods due to population dynamics of this species is one of the most important aspects of weed management. in this study tried to use four sigmoidal functions (logistic, gompertz, richards and weibull) and to select the best fit by using r2adj , rmse and aicc. our results showed that the seedling models of every weed are different from one another and the m...

Journal: :پژوهش های زراعی ایران 0
فرناز کردبچه حمید رحیمیان مشهدی محسن بهشتیان مسگران

in this research corn were planted in 3 densities (8, 12, 16 plant/m2) in two planting patterns (single and double-row) with seven summer weed species, including redroot pigweed, green foxtail, annual bluegrass, common lambsquarter, jimsonweed, black nightshade and johnsongrass were planted. temperature, quality and quantity of light reaching to soil surface were measured and the number of emer...

2012
O. Moses

A field experiment was conducted in 2009 and 2010 at the Teaching and Research Farm of the University of Agriculture, Makurdi, Benue State, Nigeria. The purpose of the experiment was to investigate the yield and yield components of newly introduced sweet potato varieties under various planting patterns with pigeonpea. Neither fertilizer nor insecticide was applied. This was done in accordance w...

2011
Nacer Bellaloui Krishna N. Reddy Anne M. Gillen Daniel K. Fisher Alemu Mengistu

Information on the effect of planting date and irrigation on soybean [Glycine max (L.) Merr.] seed composition in the Early Soybean Production System (ESPS) is deficient, and what is available is inconclusive. The objective of this research was to investigate the effects of planting date on seed protein, oil, fatty acids, sugars, and minerals in soybean grown under irrigated (I) and non-irrigat...

Journal: :Journal of nematology 1996
E E Perez J D Mueller S A Lewis

During the 1991 and 1992 soybean growing seasons, field plots were established in South Carolina to study the effect of planting date on at-planting nematode densities and subsequent yield losses caused by Hoplolaimus columbus. The susceptible and intolerant soybean cv. Braxton was planted on five dates from to May to 28 June in 1991 and from 12 May to 28 June in 1992. Nematodes were recovered ...

2002
Lorraine E. Maclauchlan John H. Borden

itself by the third growing season following attack. Therefore, it is critical to evaluate trees for past attacks when manipulating stand density and remove tre s with defects in the process. Weevil attack causes reduced height increment for two growing seasons, reducing potential height growth by approximately one third and one fifth in the year of attack and the year following attack, respect...

2017
Nguyen V. Long Yared Assefa Rai Schwalbert Ignacio A. Ciampitti

For maize (Zea mays L.), early planting date could be of advantage to high yields but a review of planting date effect on high-yielding data is not yet available. Following this rationale, a synthesis-analysis was conducted from the farmer annual maize contest-winner data (n = 16171 data points; 2011-2016 period); cordially provided by the National Corn Growers Association and a scientific lite...

2015
Zhan Fengmei Yao Hui Li Jiahua Zhang

The Northeast China (NEC) was the most important agriculture areas and known as the Golden-Maize-Belt. Based on observed crop data and crop model, we design four simulating experiments and separate relative impacts and contribution under climate change, planting date shift, and varieties change as well change of varieties and planting date. Without planting date and varieties change, maize yiel...

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

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

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