نتایج جستجو برای: fallow lands

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

Journal: :Journal of comparative pathology 2010
M P Martín-Hernando M J Torres J Aznar J J Negro A Gandía C Gortázar

Wild deer have an important role in the epidemiology of bovine tuberculosis (bTB). The aims of this study were (1) to compare the pattern of lesions present in wild red (Cervus elaphus) and fallow (Dama dama) deer that were naturally infected with Mycobacterium bovis, and (2) to use this information to develop a sampling strategy for the isolation of M. bovis from the lymphoid tissues of the he...

2003
Dietrich Schmidt-Vogt

Fallow forests, which have been generated by shifting cultivation, cover large parts of the highlands of Northern Thailand. This paper presents the case study of a village, in which a particularly sustainable form of shifting cultivation was practiced until the early 1990s. Secondary forests, which regenerate on the fallow swiddens of this village were found to be surprisingly rich in tree spec...

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

2005
C. G. ROACH

The intensification of dairying can have adverse impacts on the environment through diminished soil quality and greater loss of nutrients to water bodies. Poor soil quality can reduce the productivity and sustainability of pastoral farming systems. The effects of increased stocking rate (SR) (3, 4 and 5 cows/ha) and introducing a cut and carry system on soil, pasture and water quality were comp...

Journal: :Khulna University studies 2022

The Five different cropping patterns such as Fallow-Fallow-Fallow (F-F-F), Sugarcane-Sugarcane-T Aman (S-S-R), Vegetables-Fallow-T (V-F-R), Fallow-Fallow-T (F-F-R) and Fallow-Mung bean- T (F-M-R) from Jessore district were investigated for carbon sequestration in soil aggreagates. Highest value of bulk density (1.53 g cm-3) was found S-S-R lowest (1.27 F-M-R. under V-F-R exhibited highest poros...

Journal: :Journal of nematology 2002
K-H Wang B S Sipes D P Schmitt

The effects of intercycle cover crops on Rotylenchulus reniformis population densities in pineapple were evaluated in one greenhouse and two field experiments. In the greenhouse, Crotalaria juncea, Brassica napus, and Tagetes erecta were planted for 3 months and then incorporated. These treatments were compared to weedy fallow with or without 1,3-dichloropropene (1,3-D) in three soils (Makawao ...

2001
Amitrajeet A. Batabyal Hamid Beladi

Small farmers in many tropical developing countries practice swidden agriculture. A key aspect of swidden agriculture is the time period during which the land is left fallow. This paper uses a new ecological-economic approach to study the fallow period and to determine the optimal length of this period in swidden agriculture. We first construct a theoretical model of a parcel of forest land tha...

Journal: :Journal of nematology 2005
N Kokalis-Burelle D O Chellemi X Périès

The effects of soil management systems on root-knot nematode (Meloidogyne incognita) eggs and gall incidence on tomato (Lycopersicon esculentum) and cucumber (Cucumis sativus) following tomato were evaluated. Soil was collected from a replicated field experiment in which six management systems were being assessed for vegetable production. Soil management systems were conventional production, or...

2015
Alizèta Sawadogo Estérer Nagalo Souleymane Nacro Mathurin Rouamba Marc Kenis

The flea beetle Aphthona whitfieldi Bryant (Coleoptera: Chrysomelidae) is the main pest of the bioenergy crop Jatropha curcas L. (Euphorbiaceae) in Burkina Faso and several other West African countries. Adults severely defoliate plants, resulting in seedling mortality, poor growth, and low yields. To study the population dynamics of the pest in the Sissili Province of Burkina Faso, 12 sites wer...

2008
J. D. Watts R. L. Lawrence

Machine learning algorithms recently have made major advances, with decision tree classifiers gaining wide acceptance. Boosting and bagging of decision trees have added to the predictive capabilities of these approaches. Object-oriented (O-O) analyses have been developed during this same period, offering important improvements in classification over pixel-based approaches under certain conditio...

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

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

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