نتایج جستجو برای: cefquinome sulfate

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

2016
Yang Yu Yu-Feng Zhou Xiao Li Mei-Ren Chen Gui-Lin Qiao Jian Sun Xiao-Ping Liao Ya-Hong Liu

This work aimed to characterize the mammary gland pharmacokinetics of cefquinome after an intramammary administration and integrate pharmacokinetic/pharmacodynamic model. The pharmacokinetic profiles of cefquinome in gland tissue were measured using high performance liquid chromatograph. Therapeutic regimens covered various dosages ranging from 25 to 800 μg/gland and multiple dosing intervals o...

Journal: :Emerging Infectious Diseases 2008
Susanna Kangas Johanna Takkinen Marjaana Hakkinen Ulla-Maija Nakari Tuula Johansson Heikki Henttonen Laura Virtaluoto Anja Siitonen Jukka Ollgren Markku Kuusi

The ISEcp1 insertion sequence has been described as a fl anking region of several blaCTX-M genes and has been implicated in the expression and mobilization of the genes (5). A recent study by Lartigue et al. showed that a CTX-M-2 progenitor in K. ascorbata could be mobilized and transferred to a conjugative E. coli plasmid by the ISEcp1B element; enhanced mobilization was observed in the presen...

Journal: :iranian journal of veterinary medicine 2010
رضا کسروی mahmood boloorchi nima farzaneh hesamodin seyfi abas barin

the objective of the present study was to determine whether there was an association between the in vitro antimicrobial susceptibility test results of subclinical mastitis pathogens and bacteriological outcomes of intramammary treatments using cefquinome. a total of 110 intramammary pathogens from 51 cows were assessed in this study. most intramammary infections were due to coagulase-negative s...

A. Barin A. Gerami A. Niasari-Naslaji M. Bolourchi O. Ataee, P. Hovareshti

A total of 183 coagulase negative Staphylococcal infected quarters and 64 uninfected quarters were randomly allotted to 4 experimental groups: infected quarters that did not receive any treatment (positive control group; n = 60); infected quarters that received Tylosin (n = 61) or Cefquinome (n = 62) and also uninfected quarters that did not receive any treatment were considered as negative con...

2014
Bingxu Zhang Xiaoyan Gu Yafei Li Xiaohong Li Mengxiao Gu Nan Zhang Xiangguang Shen Huanzhong Ding

BACKGROUND The resistance of cephalosporins is significantly serious in veterinary clinic. In order to inhibit the bacterial resistance production, the mutant selection window (MSW) hypothesis with Escherichia coli (E. coli) ATCC 25922 exposed to cefquinome in an animal tissue-cage model was investigated. RESULTS Localized infection with E. coli was established in piglets, and the infected an...

Journal: :Antimicrobial agents and chemotherapy 2014
Maleck V Vasseur Michel Laurentie Jean-Guy Rolland Agnès Perrin-Guyomard Jérôme Henri Aude A Ferran Pierre-Louis Toutain Alain Bousquet-Mélou

The combination of efficacious treatment against bacterial infections and mitigation of antibiotic resistance amplification in gut microbiota is a major challenge for antimicrobial therapy in food-producing animals. In rats, we evaluated the impact of cefquinome, a fourth-generation cephalosporin, on both Klebsiella pneumoniae lung infection and intestinal flora harboring CTX-M-producing Entero...

Journal: :iranian journal of veterinary research 2009
o. ataee p. hovareshti m. bolourchi a. barin a. gerami

a total of 183 coagulase negative staphylococcal infected quarters and 64 uninfected quarters were randomly allotted to 4 experimental groups: infected quarters that did not receive any treatment (positive control group; n = 60); infected quarters that received tylosin (n = 61) or cefquinome (n = 62) and also uninfected quarters that did not receive any treatment were considered as negative con...

2017
Maleck V Vasseur Marlene Z Lacroix Pierre-Louis Toutain Alain Bousquet-Melou Aude A Ferran

In this study, the impact of infection stage on clinically and microbiologically efficacious doses and on antibiotic consumption was assessed during a naturally evolving infectious disease, using an original mouse model of pulmonary infection produced by air-borne contamination. When Pasteurella multocida was administered as pathogenic agent to immunocompetent mice, 60% of the animals exhibited...

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

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

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