نتایج جستجو برای: specific tillage

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

1999
M. A. Arshad

For centuries tillage has been used to prepare suitable seedbed to grow crops, and to control weeds and incorporate fertilizers, pesticides, manures and other amendments. In early years conversion of native ecosystems by tillage helped to unlock nutrients stored in soil organic matter, and thus `mine' naturally fertile soils to grow crops with minimum inputs for the growing population. However,...

Alireza Safahani Farshad Ghooshchi Maryamosadat Alavian Petroodi

This study setout to investigate the effect of wheat residue, tillage, and nitrogen fertilizer management on some agronomic traits of soybean as a split split plot based on randomized complete block design with three replications. The main plots included wheat residue management: collecting and leaving residue and sub plot included tillage (without tillage and conventional tillage), and the sub...

2004
Mahdi M. Al-Kaisi Xinhua Yin

The adoption of no tillage (NT) in crop production has been encouraged primarily due to its more significant benefits to the environment compared with other conservation tillage systems. There are nevertheless concerns about NT corn (Zea mays L.) performance from both shortand long-term perspectives. This study was conducted near Burlington, Nashua, Newell, Sutherland, and Crawfordsville in Iow...

2006
M. S. Dolan C. E. Clapp

Soil organic carbon (SOC) and nitrogen (N) are directly influenced by tillage, residue return and N fertilization management practices. Soil samples for SOC and N analyses, obtained from a 23-year field experiment, provided an assessment of nearequilibrium SOC and N conditions. Crops included corn (Zea mays L.) and soybean [Glycine max L. (Merrill)]. Treatments of conventional and conservation ...

Journal: :Journal of nematology 1985
B A Fortnum D L Karlen

Soil populations of plant-parasitic nematodes were monitored bimonthly for 18 months in irrigated and nonirrigated corn plantings using four production systems: conventional and minimum tillage with crop residue returned and minimum tillage with 60% or 90% of previous corn crop residue removed. Populations of Meloidogyne incognita, Scutellonema brachyurum, Pratylenchus scribneri, and Paratricho...

2009
J. Álvaro-Fuentes

Long-term tillage negatively affects soil aggregation, but little is known about the short-term effects of tillage. We investigated the effects of intensive tillage (moldboard plowing) and conservation tillage (chisel plowing) on aggregate breakage during tillage in a long-term study located in the semiarid Ebro river valley (NE Spain). The type of tillage resulted in different soil aggregate d...

2013
Sabine Zikeli Sabine Gruber Karin Hartung Wilhelm Claupein

A field experiment was performed in Southwest Germany to examine the effects of long-term reduced tillage (2000–2012). Tillage treatments were deep moldboard plow: DP, 25 cm; double-layer plow; DLP, 15 + 10 cm, shallow moldboard plow: SP, 15 cm and chisel plow: CP, 15 cm, each of them with or without preceding stubble tillage. The mean yields of a typical eight-year crop rotation were 22% lower...

2017
Wallace Wilhelm Mark Reed Hinze C. O. Gardner

Wilhelm, W.W., Hinze, M.R. and Gardner, C.O., 1991. Maize hybrid response to tillage under irrigated and dryland conditions. Field Crops Res., 26: 57-66. The popularity of reduced-tillage cropping systems has emphasized the need to determine if maize (Zea mays L.) developed under conventional tillage systems (moldboard plow, disk, and harrow) is readily adaptable to conservation production syst...

Journal: :Ecological applications : a publication of the Ecological Society of America 1993
Charles L Mohler

A simple model is developed in which the density of weed seedlings emerging in a field is related to (1) the ability of seedlings to emerge from various depths in the soil, (2) the survival of seeds at different depths, and (3) the depth of seed burial in no tillage, rotary tillage, and plow tillage. Other tillage regimes are considered by analogy. Literature is reviewed to determine biological...

2011
Rachid Mrabet

Agriculture is the single biggest user of land and water in Morocco; however its performances are still low due to high rainfall variation and rates of soil productivity depletion. Increasing concerns about soil and environment quality degradation have raised the need to review existing tillage management systems and develop new systems for seed-bed preparation. Consequently, No-tillage is foun...

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

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

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