نتایج جستجو برای: photodynamic inactivation

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

Journal: :Photochemistry and photobiology 2004
Threes G M Smijs Richard N S van der Haas Johan Lugtenburg Yan Liu Rob L P de Jong Hans J Schuitmaker

The application of photosensitizers for the treatment of fungal infections is a new and promising development within the field of photodynamic treatment (PDT). Dermatophytes, fungi that can cause infections of the skin, hair and nails, are able to feed on keratin. Superficial mycoses are probably the most prevalent of infectious diseases in all parts of the world. One of the most important rest...

2005

s of 23rd Congress of Czechoslovak Society for Microbi-ology, Brno, Slovakia (2004).31. P.J. Tolstykh, E.F. Stranadko, U.M. Korabaev, A.J. Urinov,M.P. Tolstykh, R.P. Terekhova, M.N. Volkova, V.A. Du-vanskii, Experimental study of photodynamic effect onbacterial wound microflora, Zh. Mikrobiol. Epidemiol. Immu-nobiol. 2 (2001) 85–87. 32. T. Burnst, M. Wilson, G.J. Pearson...

Journal: :Photochemistry and photobiology 2012
Bradley L Carpenter Elke Feese Hasan Sadeghifar Dimitris S Argyropoulos Reza A Ghiladi

Towards our overall objectives of developing potent antimicrobial materials to combat the escalating threat to human health posed by the transmission of surface-adhering pathogenic bacteria, we have investigated the photobactericidal activity of cellulose nanocrystals that have been modified with a porphyrin-derived photosensitizer (PS). The ability of these previously synthesized porphyrin-cel...

Journal: :Biophysical journal 2003
Costas M Pitsillides Edwin K Joe Xunbin Wei R Rox Anderson Charles P Lin

We describe a new method for selective cell targeting based on the use of light-absorbing microparticles and nanoparticles that are heated by short laser pulses to create highly localized cell damage. The method is closely related to chromophore-assisted laser inactivation and photodynamic therapy, but is driven solely by light absorption, without the need for photochemical intermediates (parti...

2014
Gregory A. Johnson E. Ann Ellis Hansoo Kim Nandhini Muthukrishnan Thomas Snavely Jean-Philippe Pellois

BACKGROUND/OBJECTIVES Upon irradiation with visible light, the photosensitizer-peptide conjugate eosin-(KLAKLAK)2 kills a broad spectrum of bacteria without damaging human cells. Eosin-(KLAKLAK)2 therefore represents an interesting lead compound for the treatment of local infection by photodynamic bacterial inactivation. The mechanisms of cellular killing by eosin-(KLAKLAK)2, however, remain un...

Journal: :The Journal of General Physiology 1940
A. P. Krueger E. J. Scribner T. Mecracken

Methylene blue added to suspensions of activated staphylococci in amounts sufficient to furnish 1 x 10(5) molecules of dye/bacterium inactivates the phage precursor content of the cells without causing cell death when the mixtures are exposed to strong light of 4000-8000 A. There is a lag phase of approximately 15 minutes in the photodynamic inactivation of phage precursor by methylene blue. Th...

Journal: :Photochemical & photobiological sciences : Official journal of the European Photochemistry Association and the European Society for Photobiology 2015
Deisy M G C Rocha N Venkatramaiah Maria C Gomes Adelaide Almeida Maria A F Faustino Filipe A Almeida Paz Ângela Cunha João P C Tomé

The aim of this work was the development of a family of novel water soluble Zinc(II) phthalocyanines (Pc) for the photodynamic inactivation of Gram-negative bacteria. Pc derivatives 1a, 2a and 3a containing trimethylammonium groups with varied number and nature of the groups at peripheral positions were synthesized by cyclotetramerization of dimethyl amino substituted phthalonitriles in the pre...

2016
Lujuan Gao Shaojie Jiang Yi Sun Meiqi Deng Qingzhi Wu Ming Li Tongxiang Zeng

Infections of Fusarium spp. and Exophiala spp. are often chronic, recalcitrant, resulting in significant morbidity, causing discomfort, disfigurement, social isolation. Systemic disseminations happen in compromised patients, which are often refractory to available antifungal therapies and thereby lead to death. The antimicrobial photodynamic therapy (aPDT) has been demonstrated to effectively i...

2018
Sayonara M. Viana Fabiana S. Celes Laura Ramirez Bala Kolli Dennis K. P. Ng Kwang P. Chang Camila I. de Oliveira

Background: Photosensitizers (PS), like porphyrins and phthalocyanines (PC) are excitable by light to generate cytotoxic singlet oxygen and other reactive oxygen species in the presence of atmospheric O2. Photodynamic inactivation of Leishmania by this means renders them non-viable, but preserves their effective use as vaccines. Leishmania can be photo-inactivated after PS-sensitization by load...

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

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

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