نتایج جستجو برای: streptogramin b

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

Journal: :Antimicrobial agents and chemotherapy 2012
Yang Wang Wanjiang Zhang Juan Wang Congming Wu Zhangqi Shen Xiao Fu Yang Yan Qijing Zhang Stefan Schwarz Jianzhong Shen

A total of 149 porcine Staphylococcus isolates with florfenicol MICs of ≥ 16 μg/ml were screened for the presence of the multiresistance gene cfr, its location on plasmids, and its genetic environment. In total, 125 isolates carried either cfr (16 isolates), fexA (92 isolates), or both genes (17 isolates). The 33 cfr-carrying staphylococci, which included isolates of the species Staphylococcus ...

Journal: :Acta microbiologica et immunologica Hungarica (Print) 2021

Abstract The aim of this study was to investigate the rate resistance macrolide-lincosamide-streptogramin B (MLSB) antibiotics, mechanisms underlying and evaluate their relationship with virulence genes profiles 435 Bulgarian clinical isolates Staphylococcus aureus . highest observed penicillin (96.09%), followed by erythromycin clindamycin (34.02 22.76%, respectively). Of tested strains S. , 9...

Journal: :Antimicrobial agents and chemotherapy 2001
P C Fuchs A L Barry S D Brown

Quinupristin-dalfopristin (Q-D) and eight other antimicrobial agents were tested alone and in combination with Q-D in time-kill studies against 10 strains of macrolide-lincosamide-streptogramin B-resistant Staphylococcus aureus. Although Q-D is normally a bactericidal drug, it was only bacteriostatic for these isolates. Gentamicin alone was bactericidal against 7 of the 10 strains, and Q-D did ...

Journal: :Antimicrobial agents and chemotherapy 2012
Sybille Schwendener Vincent Perreten

The search for a specific rRNA methylase motif led to the identification of the new macrolide, lincosamide, and streptogramin B resistance gene erm(43) in Staphylococcus lentus. An inducible resistance phenotype was demonstrated by cloning and expressing erm(43) and its regulatory region in Staphylococcus aureus. The erm(43) gene was detected in two different DNA fragments, of 6,230 bp and 1,55...

2013
Adriana A. Pedroso Anne L. Hurley-Bacon Andrea S. Zedek Tiffany W. Kwan Andrea P. O. Jordan Gloria Avellaneda Charles L. Hofacre Brian B. Oakley Stephen R. Collett John J. Maurer Margie D. Lee

Food animal production systems have become more consolidated and integrated, producing large, concentrated animal populations and significant amounts of fecal waste. Increasing use of manure and litter as a more "natural" and affordable source of fertilizer may be contributing to contamination of fruits and vegetables with foodborne pathogens. In addition, human and animal manure have been iden...

Journal: :Clinical infectious diseases : an official publication of the Infectious Diseases Society of America 2005
Sheldon L Kaplan Kristina G Hulten Blanca E Gonzalez Wendy A Hammerman Linda Lamberth James Versalovic Edward O Mason

BACKGROUND Methicillin-resistant Staphylococcus aureus (MRSA) isolates are increasingly frequent causes of skin and soft-tissue infections or invasive infections in many communities. METHODS Prospective surveillance for community-acquired S. aureus infections at Texas Children's Hospital was initiated on 1 August 2001. Infections meeting the definition of community-acquired were identified. D...

Journal: :Antimicrobial agents and chemotherapy 1977
N E Allen

Several macrolide-, lincosamide-, and streptogramin B-type (MLS) antibiotics were tested as inducers of erythromycin A (EM)-resistant [(14)C]leucine incorporation. Only 14-membered-ring macrolides having a glycosidically linked 6-deoxy sugar at the C-3 position of the lactone ring and the structurally dissimilar lincosamide, celesticetin, showed inducer activity. Modifications of EM at the C-4'...

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

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

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