نتایج جستجو برای: village poultry production

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

Journal: :Journal of Heredity 1910

2011
J. O. Ayo J. A. Obidi P. I. Rekwot

The paper examines heat stress and its adverse effects as a hindrance to profitable poultry production in the tropics, with emphasis on the Northern Guinea Savannah zone of Nigeria. It elucidates the general negative effects of heat stress on physiological parameters of domestic chickens, and the specific impact of the stress on reproduction in the tropics. The deleterious effects are expressed...

2009
N. J. Daghir

The poultry industry has for some time occupied a leading role among agricultural industries in many parts of the world. Poultry meat production has shown much higher growth than any other type of meat during the past decade. The potential for growth is obvious in view of the value of this kind of meat in modern day human diets. Chicken meat production has been on the increase in all continents...

2000
B. M. Hargis A. M. Donoghue S. E. Higgins D. J. Donoghue

There is growing concern with regard to the continued emergence of antibiotic resistant bacteria, which pose a significant risk to both human and animal health. Antibiotics have been used as therapeutic agents in agriculture since the 1940 s and in subtherapeutic doses as food additives to improve feed conversion of livestock and domestic poultry since the 1950's. However, the use of antibiotic...

Journal: :Public health reports 2008
Jay P Graham Jessica H Leibler Lance B Price Joachim M Otte Dirk U Pfeiffer T Tiensin Ellen K Silbergeld

Understanding interactions between animals and humans is critical in preventing outbreaks of zoonotic disease. This is particularly important for avian influenza. Food animal production has been transformed since the 1918 influenza pandemic. Poultry and swine production have changed from small-scale methods to industrial-scale operations. There is substantial evidence of pathogen movement betwe...

Journal: :Journal of Occupational Medicine and Toxicology (London, England) 2009
Natasha Just Caroline Duchaine Baljit Singh

The Canadian poultry production industry contributes nearly $10 billion to the Canadian economy and employs nearly 50,000 workers. However, modern poultry facilities are highly contaminated with airborne dust. Although there are many bioaerosols in the poultry barn environment, endotoxin is typically attributed with the negative respiratory symptoms observed in workers. These adverse respirator...

Journal: :کشاورزی (منتشر نمی شود) 0
صدیقه نبی ئیان دانشکده کشاورزی، دانشگاه شهید باهنر کرمان

the effects of cutting subsidy on broiler production in kerman province were investigated after privitization. in this regard a random sample of 32 poultry farms in kerman were chosen and the farmers were interviewed. the unit- output - price profit function model was used to determine the supply and demand elasticity of broider products. the results show that the profit of poultry farms increa...

Journal: :Revue scientifique et technique 2009
D J Alexander I H Brown

The most widely quoted date for the beginning of the recorded history of avian influenza (AI) is 1878, when researchers first differentiated a disease of poultry (initially known as fowl plague but later renamed highly pathogenic avian influenza) from other diseases with high mortality rates. Current evidence indicates that highly pathogenic AI (HPAI) viruses arise through mutation after low pa...

2016
Jallailudeen Rabana Lawal Saleh Mohammed Jajere Umar Isa Ibrahim Yaqub Ahmed Geidam Isa Adamu Gulani Gambo Musa Benjamin U. Ibekwe

AIM Coccidiosis is an important enteric parasitic disease of poultry associated with significant economic losses to poultry farmers worldwide. This survey was conducted from June 2014 through July 2015 with the main goal of investigating the prevalence and associated risk factors of coccidiosis among village and exotic breeds of chickens in Maiduguri, Northeastern Nigeria. MATERIALS AND METHO...

Journal: :Veterinary microbiology 2017
Brian Jordan

Infectious bronchitis virus (IBV) is a significant respiratory pathogen of commercial poultry that causes millions of dollars in lost revenue worldwide each year. Even though the poultry industry extensively vaccinates against IBV, emergence of new serotypes and variants continually occur, making control of the disease difficult. Current mass application strategies for IBV vaccines are ineffici...

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

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

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