نتایج جستجو برای: livestock pressure

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

2007
T. F. Randolph E. Schelling D. Grace C. F. Nicholson J. L. Leroy D. C. Cole M. W. Demment A. Omore J. Zinsstag M. Ruel

Livestock keeping is critical for many livestock development issues related to these linkages. of the poor in the developing world, often contributing These beliefs limit the scope of intervention programs to multiple livelihood objectives and offering pathways to promote livestock and limit their potential contribu­ out of poverty. Livestock keeping also affects an indistion to poverty reducti...

2018

Livestock production contributes up to 80 percent of farmers’ income in Ethiopia and about 20 percent of agricultural GDP. Ethiopia has the largest livestock population of any country in Africa. Nutritional factors are the binding constraint to sustaining livestock production in the country. During the latter part of the dry season, livestock feed is normally in short supply and is also of poor...

Journal: :Journal of animal science 2007
T F Randolph E Schelling D Grace C F Nicholson J L Leroy D C Cole M W Demment A Omore J Zinsstag M Ruel

Livestock keeping is critical for many of the poor in the developing world, often contributing to multiple livelihood objectives and offering pathways out of poverty. Livestock keeping also affects an indispensable asset of the poor, their human capital, through its impact on their own nutrition and health. This paper outlines the linkages between livestock keeping and the physical well-being o...

Journal: :Disasters 2014
Andy Catley Berhanu Admassu Gezu Bekele Dawit Abebe

Participatory epidemiology methods were employed retrospectively in three pastoralist regions of Ethiopia to estimate the specific causes of excess livestock mortality during drought. The results showed that starvation/dehydration accounted for between 61.5 and 100 per cent of excess livestock mortality during drought, whereas disease-related mortality accounted for between 0 and 28.1 per cent ...

Journal: :PloS one 2016
Jessica H Leibler Jeanne A Jordan Kirsten Brownstein Lina Lander Lance B Price Melissa J Perry

Occupational contact with livestock is an established risk factor for exposure to livestock-associated methicillin-resistant Staphylococcus aureus (MRSA), particularly among industrial swine workers. While S. aureus is known to infect cattle, livestock-associated S. aureus carriage among workers in the beef production chain has received limited attention. Beefpacking workers, who slaughter, but...

Journal: :Environmental management 2002
Daniel A Sarr

Over the last three decades, livestock exclosure research has emerged as a preferred method to evaluate the ecology of riparian ecosystems and their susceptibility to livestock impacts. This research has addressed the effects of livestock exclusion on many characteristics of riparian ecosystems, including vegetation, aquatic and terrestrial animals, and geomorphology. This paper reviews, critiq...

2011
Susan Ilyin

Executive Summary Livestock in Ethiopia has an important economic, functional, and cultural significance. Various functions of livestock include dairy production, meat production, draught labor and transportation. Economically, livestock production accounts for nearly 80% of farmer income 1 in the country. In addition, livestock serves as a “savings account” or a way of building assets. Cultura...

Journal: :journal of rangeland science 2016
akeem sikiru

feed resources availability at cheap and affordable prices for livestock consumption are major factors determining capability of livestock production to supply products for increasing urban and cities consumers in nigeria. to take advantages of the high demand in urban areas, livestock producers on extensive pastoralism are moving closer to cities and urban communities such as abuja the nigeria...

2017
S S Kolipaka W L M Tamis M van 't Zelfde G A Persoon H H de Iongh

Grazing livestock in openly accessible areas is a common practice in the multiple-use forests of India; however, its compatibility with the reintroduction of tigers to these areas requires examination. Here, we investigated the diet of tigers in a livestock-dominated multiple-use buffer zone of the Panna Tiger Reserve, India. We hypothesised that the presence of feral cattle, along with open-ac...

Journal: :Journal of clinical microbiology 2008
Innocent B Rwego Thomas R Gillespie Gilbert Isabirye-Basuta Tony L Goldberg

Escherichia coli is a zoonotic bacterium that is important to both public health and livestock economics. To date, most studies of zoonotic E. coli transmission have been conducted in developed nations with industrialized agricultural economies. In this study, E. coli bacteria were collected from people and livestock in two communities in rural western Uganda in order to investigate patterns of...

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

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

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