نتایج جستجو برای: biofilm forming

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

Journal: :The European respiratory journal 2013
N Daphney Mutepe Riana Cockeran Helen C Steel Annette J Theron Tim J Mitchell Charles Feldman Ronald Anderson

Although the well-recognised predisposition of cigarette smokers to the development of severe pneumococcal disease may be attributable to impairment of local host defences, less is known about the direct effects of smoke exposure on airway pathogens, or their virulence factors. In the current study, we have investigated the effects of cigarette smoke condensate (CSC) on biofilm formation by Str...

2015
Ting L. Luo Alexander H. Rickard Usha Srinivasan Keith S. Kaye Betsy Foxman

OBJECTIVES Acinetobacter baumannii is an emerging opportunistic nosocomial pathogen. Two factors that may enhance persistence in healthcare settings are antimicrobial resistance and biofilm-forming ability. The aim of this work was to determine whether A. baumannii isolates that persist in healthcare settings (endemic), can be differentiated from sporadic isolates based upon their ability to re...

Journal: :BMC Veterinary Research 2009
Lene K Vestby Trond Møretrø Solveig Langsrud Even Heir Live L Nesse

BACKGROUND Feed contaminated with Salmonella spp. constitutes a risk of Salmonella infections in animals, and subsequently in the consumers of animal products. Salmonella are occasionally isolated from the feed factory environment and some clones of Salmonella persist in the factory environment for several years. One hypothesis is that biofilm formation facilitates persistence by protecting bac...

2010
A. Abd El-Aziz T. El-Banna A. Abo-Kamar A. Ghazal R. AboZahra

The diabetic foot syndrome is clearly one of the most important complications of diabetes and is the most common cause of hospitalization among diabetic patients. Staphylococcus aureus is found to be the commonest pathogen present in diabetic foot infections. The aim of the present study is to determine activities of three kinds of antibiotics against Staphylococcal biofilm and planktonic cultu...

A. Ayachi M. Kecha, N. Zaatout

Background: Staphylococci are recognized worldwide as one of the most important etiological agents of bovine mastitis due to their virulence factors such as their ability to penetrate inside mammary epithelial cells and their ability to form biofilm. Aims: The objectives of this study were to establish a model of primary mammary epithelial cells origin...

2012
Hira Muzzamal Rabbia Sarwar Imran Sajid Shahida Hasnain

An array of 76 endophytic bacterial isolates obtained from different plant tissues including root, stem and fresh and wilted leaves of various plants in Punjab, Pakistan were investigated for their antagonistic ability to biofilm formers. The morphological, biochemical and physiological characterization and 16S rRNA gene sequence analysis of the selected endophytic isolates leads to the identif...

2013
Aleksandra Taraszkiewicz Grzegorz Fila Mariusz Grinholc Joanna Nakonieczna

We review the recent literature concerning the efficiency of antimicrobial photodynamic inactivation toward various microbial species in planktonic and biofilm cultures. The review is mainly focused on biofilm-growing microrganisms because this form of growth poses a threat to chronically infected or immunocompromised patients and is difficult to eradicate from medical devices. We discuss the b...

2013
Chin-Yi Chen Christopher S. Hofmann Bryan J. Cottrell Terence P. Strobaugh Jr George C. Paoli Ly-Huong Nguyen Xianghe Yan Gaylen A. Uhlich

The biofilm life style helps bacteria resist oxidative stress, desiccation, antibiotic treatment, and starvation. Biofilm formation involves a complex regulatory gene network controlled by various environmental signals. It was previously shown that prophage insertions in mlrA and heterogeneous mutations in rpoS constituted major obstacles limiting biofilm formation and the expression of extrace...

Journal: :Quality Assurance and Safety of Crops & Foods 2023

Salmonella Typhimurium is a zoonotic bacterium that can cause salmonellosis, and the major concerns of S. for food industry are its ability to obtain multidrug resistance form biofilms on food-contact surfaces. In current study, antimicrobial strong biofilm former M3 was assessed by diffusion method. Genome sequencing also applied genes related antibiotic resistance, formation M3. Biofilm-formi...

Journal: :Microbiology Australia 2023

Campylobacter concisus, a member of the human’s oral microflora, is Gram-negative, fastidious, microaerophilic bacterium. However, it debatable whether should be recognised as commensal human cavity, or an opportunistic pathogen has been linked to and gastrointestinal infections. But there no doubt that its biofilm-forming capacity enhanced survival mechanism pathogen. Hence, through our invest...

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

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

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