نتایج جستجو برای: toxicosis

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

Journal: :Journal of Veterinary Diagnostic Investigation 1991

Journal: :American Journal of Public Health and the Nations Health 1935

Journal: :Brain research 2009
Jian-You Lin Christopher Roman Steve Reilly

The current study assessed the influence of excitotoxic lesions of the insular cortex (IC) on taste-potentiated odor aversion (TPOA) learning. Water-deprived rats initially received a single odor-toxicosis or odor/taste-toxicosis pairing and were subsequently tested, in separate trials, with the odor and the taste stimulus. Indicating TPOA, neurologically intact rats conditioned with the odor/t...

2009
Z D Wei F Li L Zhou X Chen G Dai

ed from papers presented at the XXth Conference of the International Society for Fluoride Research, Beijing, China, September 5-9, 1994, and published in the Journal of Guiyang Medical College. 1. Environmental Sanitation and Epidemiology In the Shuicheng area of Guizhou Province more than 1500 people were examined and screened for F-Al combined toxicosis. Blood and urine from patients and norm...

Journal: :Journal of Veterinary Diagnostic Investigation 1992

2016
Matthew J. Sturos

This case report documents a clinical case of narasin toxicosis in a group of 19-week-old finisher pigs caused by accidental overdose of narasin in the feed at concentrations varying from 139 ppm (139 g per tonne) to 645 ppm (645 g per tonne). Affected pigs exhibited anorexia, pain (vocalization), skeletal muscle weakness, ataxia, recumbency, and dyspnea. Pathological lesions in the affected pi...

2010
J. R. Strickland G. E. Aiken D. E. Spiers L. R. Fletcher J. W. Oliver

Tall fescue toxicosis continues to be a major syndrome in temperate climates of the world in terms of economic loss to animal producers. Studies with forage-fed animals over the past three decades have provided insight concerning the pathophysiological effects of the alkaloids present in tall fescue [Lolium arundinaceum (Schreb.) DarbyshJ infected with the fungal endophyte Neotyphodium coenophi...

2002
J. A. Bondurant M. A. McCann J. H. Bouton C. S. Hoveland R. H. Watson J. G. Andrae

To address the problem of fescue toxicosis in grazing cattle, non-toxic endophytes from New Zealand have been used to infect tall fescue varieties grown in Georgia. The objectives of the present study were to determine animal performance and evaluate toxicosis in stocker steers and heifers grazing non-toxic endophyte-infected (AR542), endophyte-free (EF), or wild-type endophyte-infected (EI) Je...

Journal: :Journal of animal science 2004
M E Nihsen E L Piper C P West R J Crawford T M Denard Z B Johnson C A Roberts D A Spiers C F Rosenkrans

Cattle grazing tall fescue (Festuca arundinacea Schreb.) often develop fescue toxicosis. This condition is thought to be caused by ergot alkaloids produced by the endophyte Neotyphodium coenophialum. Endophytes from wild tall fescue plants, which do not produce ergot alkaloids, were transferred into the endophyte-free tall fescue germplasm, HiMag. The novel associations also lacked the ability ...

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

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

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