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

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

2016
Syed M Qadri David A Donkor Varsha Bhakta Louise J Eltringham-Smith Dhruva J Dwivedi Jane C Moore Laura Pepler Nikola Ivetic Ishac Nazi Alison E Fox-Robichaud Patricia C Liaw William P Sheffield

The opportunistic pathogen Pseudomonas aeruginosa causes a wide range of infections in multiple hosts by releasing an arsenal of virulence factors such as pyocyanin. Despite numerous reports on the pleiotropic cellular targets of pyocyanin toxicity in vivo, its impact on erythrocytes remains elusive. Erythrocytes undergo an apoptosis-like cell death called eryptosis which is characterized by ce...

Journal: :Antimicrobial agents and chemotherapy 2013
Xavier Mulet Gabriel Cabot Alain A Ocampo-Sosa M Angeles Domínguez Laura Zamorano Carlos Juan Fe Tubau Cristina Rodríguez Bartolomé Moyà Carmen Peña Luis Martínez-Martínez Antonio Oliver

A limited number of Pseudomonas aeruginosa genotypes (mainly ST-111, ST-175, and ST-235), known as high-risk clones, are responsible for epidemics of nosocomial infections by multidrug-resistant (MDR) or extensively drug-resistant (XDR) strains worldwide. We explored the potential biological parameters that may explain the success of these clones. A total of 20 isolates from each of 4 resistanc...

2017
Sumera Yasmin Fauzia Y. Hafeez Muhammad S. Mirza Maria Rasul Hafiz M. I. Arshad Muhammad Zubair Mazhar Iqbal

Xanthomonas oryzae pv. oryzae (Xoo) is widely prevalent and causes Bacterial Leaf Blight (BLB) in Basmati rice grown in different areas of Pakistan. There is a need to use environmentally safe approaches to overcome the loss of grain yield in rice due to this disease. The present study aimed to develop inocula, based on native antagonistic bacteria for biocontrol of BLB and to increase the yiel...

2016
Shiwei Sun Xiaoyun Dai Jiao Sun Xiangguo Bu Caihong Weng Hui Li Hu Zhu

An ethyl acetate (EtOAc) extract isolated from the marine bacterium, Rheinheimera aquimaris QSI02, was found to exhibit anti-quorum sensing (anti-QS) activity. A subsequent bioassay-guided isolation protocol led to the detection of an active diketopiperazine factor, cyclo(Trp-Ser). Biosensor assay data showed that the minimum inhibitory concentration (MIC) of cyclo(Trp-Ser) ranged from 3.2 mg/m...

2013
Kumutha Priya Wai-Fong Yin Kok-Gan Chan

The discovery of quorum sensing in Proteobacteria and its function in regulating virulence determinants makes it an attractive alternative towards attenuation of bacterial pathogens. In this study, crude extracts of Phyllanthus amarus Schumach. & Thonn, a traditional Chinese herb, were screened for their anti-quorum sensing properties through a series of bioassays. Only the methanolic extract o...

Journal: :Antimicrobial agents and chemotherapy 1992
G J Ras R Anderson G W Taylor J E Savage E van Niekerk G Joone H J Koornhof J Saunders R Wilson P J Cole

The Pseudomonas aeruginosa-derived phenazine pigments pyocyanin and 1-hydroxyphenazine (1-hp) prime human neutrophils for enhanced, stimulus-activated release of superoxide and myeloperoxidase (MPO), respectively. In the present study, the modulatory potentials of the antimicrobial agents clindamycin, erythromycin, and roxithromycin (10 and 20 micrograms/ml) on the prooxidative interactions of ...

Journal: :Journal of bacteriology 2001
G Pessi F Williams Z Hindle K Heurlier M T Holden M Cámara D Haas P Williams

Posttranscriptional control is known to contribute to the regulation of secondary metabolism and virulence determinants in certain gram-negative bacteria. Here we report the isolation of a Pseudomonas aeruginosa gene which encodes a global translational regulatory protein, RsmA (regulator of secondary metabolites). Overexpression of rsmA resulted in a substantial reduction in the levels of extr...

Journal: :Journal of bacteriology 2014
Claire A Knoten Greg Wells James P Coleman Everett C Pesci

Pseudomonas aeruginosa is a common nosocomial pathogen that relies on three cell-to-cell signals to regulate multiple virulence factors. The Pseudomonas quinolone signal (PQS; 2-heptyl-3-hydroxy-4-quinolone) is one of these signals, and it is known to be important for P. aeruginosa pathogenesis. PQS is synthesized in a multistep reaction that condenses anthranilate and a fatty acid. In P. aerug...

2015
J. P. Van der Berg W. A. Velema W. Szymanski A. J. M. Driessen B. L. Feringa

Title: Controlling the Activity of Quorum Sensing Autoinducers with Light Jan Pieter van der Berg,a§ Willem A. Velema,b§ Wiktor Szymanski,b,c Arnold J. M. Driessena* and Ben L. Feringab* aMolecular Microbiology, Groningen Biomolecular Sciences and Biotechnology Institute, Nijenborgh 7, 9747 AG, Groningen, The Netherlands bCentre for Systems Chemistry, Stratingh Institute for Chemistry, Universi...

2016
Vincent Ouedraogo Martin Kiendrebeogo

Background: Due to its extensive arsenal of virulence factors and inherent resistance to antibiotics, Pseudomonas aeruginosa is a threat particularly in immunocompromised patients. Considering the central role of quorum sensing in the production of virulence factors, inhibition of bacterial communication mechanism constitute an opportunity to attenuate pathogenicity of bacteria resistant to ava...

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

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

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