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

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

Journal: :Ethiopian medical journal 2015
Tewelde Tesfaye Gebremariam

BACKGROUND In East Africa, particularly in Ethiopia, bacterial keratitis is a major cause of blindness. OBJECTIVE The aims of this study were to identify risk factors of bacterial keratitis and the spectrum of bacterial etiologies, and to assess the in-vitro antimicrobial susceptibility of these bacterial isolates at Jimma University Specialized Hospital, Southwest Ethiopia. METHODS A prosp...

Journal: Journal of Herbal Drugs 2016
Sona Ayadi, Tayebe Soleimani

Background & Aim: Rubiatinctorum is one of the most well-known medicinal plants whose alizarin and other anthraquinones which are outstanding color agents with some trace of pharmaceutical properties are isolated from it. The objective of this study was to optimize alizarin production in intact plant of R.tinctorum by induction with biotic elicitors. ...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد علوم دارویی 1393

جنس tanacetum متعلق به طایفه بابونه (anthemideae) از خانواده کاسنی (asteraceae) میباشد. در این پایان نامه از جنس tanacetum که دارای حدود 35 گونه در ایران است گونه های t. uniflorum، t. chiliophyllum var. heimerlii و t. polycephalum subsp. azerbaijanicum از نظر ترکیبات شیمیایی و خواص ضد میکروبی اسانس مورد مطالعه قرار گرفتند.در این تحقیق اندام هوایی این گونه ها از رویشگاه طبیعی آنها واقع در استان ...

2014
Alberta Vandini Robin Temmerman Alessia Frabetti Elisabetta Caselli Paola Antonioli Pier Giorgio Balboni Daniela Platano Alessio Branchini Sante Mazzacane Gabriele Berg

BACKGROUND Healthcare-Associated Infections (HAIs) are one of the most frequent complications occurring in healthcare facilities. Contaminated environmental surfaces provide an important potential source for transmission of many healthcare-associated pathogens, thus indicating the need for new and sustainable strategies. AIM This study aims to evaluate the effect of a novel cleaning procedure...

Journal: Journal of Herbal Drugs 2016
Sona Ayadi, Tayebe Soleimani

Background & Aim: Rubiatinctorum is one of the most well-known medicinal plants whose alizarin and other anthraquinones which are outstanding color agents with some trace of pharmaceutical properties are isolated from it. The objective of this study was to optimize alizarin production in intact plant of R.tinctorum by induction with biotic elicitors. ...

ژورنال: اقیانوس شناسی 2019

جانوران دریایی با داشتن تولیدات ثانویه از مهم ترین منابع تولید ترکیبات طبیعی با کارکرد­های زیستی محسوب می شوند. شکم­پایان رده سیفوناریا از نرم­تنان دریایی هستند که مطالعات کمی بر روی خواص زیست پزشکی آن صورت گرفته است. در این مطالعه، خواص ضد باکتریایی علیه باکتری­های Escherichia coli، Staphyloccus aureus و قارچ Saprolegnia parasitica  به روش چاهک و همچنین ویژگی آنتی اکسیدانی با روش مالون دی آلدئ...

Journal: :journal of herbal drugs (an international journal on medicinal herbs) 2016
sona ayadi tayebe soleimani

background & aim: rubiatinctorum is one of the most well-known medicinal plants whose alizarin and other anthraquinones which are outstanding color agents with some trace of pharmaceutical properties are isolated from it. the objective of this study was to optimize alizarin production in intact plant of r.tinctorum by induction with biotic elicitors. experimental: to increase the synthesis ...

2002
Sarah Gander Katy Hayward Roger Finch

For several decades there has been a steady increase in the incidence of bacterial infections caused by Gram-positive bacteria. Gram-positive infections have become a serious problem, especially in the nosocomial setting, and the treatment of these infections is complicated by the emergence of multidrug-resistant pathogens. Staphylococci are among the most frequent causes of both communityand h...

2013
Gary Thomas Ray Jose Antonio Suaya Roger Baxter

BACKGROUND Skin and soft tissue infections (SSTIs) are commonly occurring infections with wide-ranging clinical manifestations, from mild to life-threatening. There are few population-based studies of SSTIs in the period after the rapid increase in community-acquired methicillin-resistant Staphyloccus aureus (MRSA). METHODS We used electronic databases to describe the incidence, microbiology,...

Journal: :BMC Complementary and Alternative Medicine 2009
Myrella Lessio Castro Walquíria Ribeiro Vilela Rogéria Cristina Zauli Masaharu Ikegaki Vera Lúcia Garcia Rehder Mary Ann Foglio Severino Matias de Alencar Pedro Luiz Rosalen

BACKGROUND Brazilian propolis type 6 (Atlantic forest, Bahia) is distinct from the other types of propolis especially due to absence of flavonoids and presence of other non-polar, long chain compounds, but presenting good in vitro and in vivo antimicrobial activity. Several authors have suggested that fatty acids found in this propolis might be responsible for its antimicrobial activity; howeve...

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

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

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