نتایج جستجو برای: staphylococci aureus

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

Journal: :Antimicrobial agents and chemotherapy 2011
Anne-K John Mathias Schmaler Nina Khanna Regine Landmann

Daptomycin (DAP) is bactericidal against methicillin-resistant Staphylococcus aureus (MRSA) in vitro, but it failed to eradicate MRSA in an experimental model of implant-associated infection. We therefore investigated various factors which could explain treatment failure by evaluating DAP activity, including the role of different cell wall components, adherence, biofilm, and calcium ions (Ca(2+...

2009
B. SKALKA

Skalka B.: Bacteriocin Activity of Staphylococcus aureus, Staphylococcus intermedius and Coagulase-n.egative Staphylococcal Strains. Acta vet. Brno, 55, 1986: 65-72. A total of 567 staphylococcal strains was examined for bacteriocin activity. It contained 367 S. aureus strains, 114 S. intermedius strains, and 86 coagulasenegative staphylococci belonging to ten species. The deferred method was e...

2017
Josephine C. Moran Jamal A. Alorabi Malcolm J. Horsburgh

Staphylococcal colonization of human skin is ubiquitous, with particular species more frequent at different body sites. Whereas Staphylococcus epidermidis can be isolated from the skin of every individual tested, Staphylococcus aureus is isolated from <5% of healthy individuals. The factors that drive staphylococcal speciation and niche selection on skin are incompletely defined. Here we show t...

Journal: :Infection and immunity 1998
B E Menzies I Kourteva

The ability of Staphylococcus aureus to invade and survive within endothelial cells is believed to contribute to its propensity to cause persistent endovascular infection with endothelial destruction. In the present study, we show that following invasion of human umbilical vein endothelial cells, intracellular S. aureus organisms remain viable over a 72-h period and, as determined by transmissi...

2014

The clinical importance of coagulase-positive staphylococci is well-known. In fact, Staphylococcus aureus is so often considered a pathogen that few laboratories appreciate that up to 25% of these strains isolated from blood cultures are actually contaminants from skin flora.' Conversely, coagulase-negative staphylococci have so long been considered an environmental contaminant that the pathoge...

Journal: :Iranian journal of veterinary research 2014
R Nazari H Godarzi F Rahimi Baghi M Moeinrad

Milk is considered a nutritious food because it contains several important nutrients including proteins and vitamins. Conversely, it can be a vehicle for several pathogenic bacteria such as Staphylococcus aureus. This study aimed to analyze the frequency of genes encoding the nine Staphylococcal enterotoxins (SEs) and enterotoxin gene profiles in S. aureus isolates derived from raw bovine milk....

Journal: :Journal of innate immunity 2011
Jens Abel Oliver Goldmann Christina Ziegler Claudia Höltje Mark S Smeltzer Ambrose L Cheung Daniela Bruhn Manfred Rohde Eva Medina

In this study, we investigated the interactions of Staphylococcus aureus with mast cells, which are multifunctional sentinels lining the surfaces of the body. We found that bone marrow-derived murine mast cells (BMMC) exerted a powerful phagocytosis-independent antimicrobial activity against S. aureus. Both the release of extracellular traps as well as discharge of antimicrobial compounds were ...

Journal: :Clinical infectious diseases : an official publication of the Infectious Diseases Society of America 2001
D J Diekema M A Pfaller F J Schmitz J Smayevsky J Bell R N Jones M Beach

Between January 1997 and December 1999, bloodstream isolates from 15,439 patients infected with Staphylococcus aureus and 6350 patients infected with coagulase-negative Staphylococcus species (CoNS) were referred by SENTRY-participating hospitals in the United States, Canada, Latin America, Europe, and the Western Pacific region. S. aureus was found to be the most prevalent cause of bloodstream...

2016
Mario Morgenstern Christoph Erichsen Simon Hackl Julia Mily Matthias Militz Jan Friederichs Sven Hungerer Volker Bühren T. Fintan Moriarty Virginia Post R. Geoff Richards Stephen L. Kates Jose Melo-Cristino

Nasal colonization with antibiotic resistant bacteria represents both a risk factor for the colonized individual and their immediate contacts. Despite the fact that healthcare workers such as orthopedic surgeons are at a critical interface between the healthcare environment and an at-risk patient population, the prevalence of antibiotic resistant bacteria within the surgical profession remains ...

Journal: :Vojnosanitetski pregled 2006
Vesna Suljagić Veljko Mirović

BACKGROUND/AIM Nosocomial bloodstream infections (BSI) contribute to grater morbidity and mortality rates, as well as to increasing length of hospital stay and health care costs. All patients with nosocomial BSI identified during the one-year period were studed to identify microbiological factors associated with these infections. METHODS A one-year prospective cohort study was performed in pa...

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

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

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