نتایج جستجو برای: herbal melanin

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

2013
Magdalena Zdybel Barbara Pilawa Ewa Buszman Dorota Wrześniok Ryszard Krzyminiewski

Free radicals in the human organism play an important role during living processes [1]. Free radicals are formed in tissues in natural biological conditions, at pathological stages and also as a result of pharmaceutical interactions or physical factors [1, 7, 9, 26]. The extraordinary high contents of free radicals (~ 1017–1021 spin/g) characterize melanin biopolymers [5, 8, 10, 13, 16–18, 22, ...

2011
Abdelahad Khajo Ruth A. Bryan Matthew Friedman Richard M. Burger Yan Levitsky Arturo Casadevall Richard S. Magliozzo Ekaterina Dadachova

Certain fungi thrive in highly radioactive environments including the defunct Chernobyl nuclear reactor. Cryptococcus neoformans (C. neoformans), which uses L-3,4-dihydroxyphenylalanine (L-DOPA) to produce melanin, was used here to investigate how gamma radiation under aqueous aerobic conditions affects the properties of melanin, with the aim of gaining insight into its radioprotective role. Ex...

Journal: :Investigative ophthalmology & visual science 1995
D N Hu S A McCormick S J Orlow S Rosemblat A Y Lin K Wo

PURPOSE To study melanogenesis by cultured human uveal melanocytes, and the relationship between melanin production by uveal melanocytes in vitro with the degree of iris pigmentation in vivo. METHODS Melanin content, melanin production, and tyrosinase activity of cultured uveal melanocytes derived from eyes of various iris color were measured at different stages of cultivation. RESULTS Cult...

2007
Mai EFDI Kenji OHGUCHI Yukihiro AKAO Yoshinori NOZAWA Mamoru KOKETSU Hideharu ISHIHARA

color and plays an important role in the prevention of suninduced skin injury. Melanin biosynthesis proceeds through a complex series of enzymatic and chemical reactions in melanocytes. Synthesis of melanin starts from the conversion of the amino acid L-tyrosine to dopaquinone by tyrosinase, the enzyme catalyzing the rate-limiting step for melanin biosynthesis. This tyrosinase process is involv...

Journal: :Eukaryotic cell 2010
Claire A Walker Beatriz L Gómez Héctor M Mora-Montes Kevin S Mackenzie Carol A Munro Alistair J P Brown Neil A R Gow Christopher C Kibbler Frank C Odds

The fungal pathogen Candida albicans produces dark-pigmented melanin after 3 to 4 days of incubation in medium containing l-3,4-dihydroxyphenylalanine (l-DOPA) as a substrate. Expression profiling of C. albicans revealed very few genes significantly up- or downregulated by growth in l-DOPA. We were unable to determine a possible role for melanin in the virulence of C. albicans. However, we show...

2013
Sirida Youngchim Joshua D. Nosanchuk Soraya Pornsuwan Susumu Kajiwara Nongnuch Vanittanakom

Melanins are synthesized by organisms of all biological kingdoms and comprise a heterogeneous class of natural pigments. Certain of these polymers have been implicated in the pathogenesis of several important human fungal pathogens. This study investigated whether the fungal skin pathogen Malassezia furfur produces melanin or melanin-like compounds. A melanin-binding monoclonal antibody (MAb) l...

2016
Anna A. Brożyna Wojciech Jóźwicki Krzysztof Roszkowski Jan Filipiak Andrzej T. Slominski

Melanin possess radioprotective and scavenging properties, and its presence can affect the behavior of melanoma cells, its surrounding environment and susceptibility to the therapy, as showed in vitro experiments. To determine whether melanin presence in melanoma affects the efficiency of radiotherapy (RTH) we evaluated the survival time after RTH treatment in metastatic melanoma patients (n = ...

Journal: :The Journal of investigative dermatology 2004
John A Viator Jason Komadina Lars O Svaasand Guillermo Aguilar Bernard Choi J Stuart Nelson

Although epidermal melanin content has been quantified non-invasively using visible reflectance spectroscopy (VRS), there is currently no way to determine melanin distribution in the epidermis. We have developed a photoacoustic probe that uses a Q-switched, frequency-doubled Nd:YAG (neodymium, yttrium, aluminum, garnet) laser operating at 532 nm to generate acoustic pulses in skin in vivo. The ...

Journal: :Pharmacological reports : PR 2013
Artur Beberok Michał Otręba Dorota Wrześniok Ewa Buszman

BACKGROUND Lomefloxacin is a potent bactericidal antibiotic. The use of this drug in treatment of various infections is accompanied by serious adverse effects on pigmented tissues. The exact mechanisms of lomefloxacin side effects have not been well established yet. The aim of this study was to characterize the interaction between lomefloxacin and melanin, and to examine how this interaction af...

Journal: :Journal of biomedical optics 2015
Rolf B Saager Mihaela Balu Viera Crosignani Ata Sharif Anthony J Durkin Kristen M Kelly Bruce J Tromberg

The combined use of nonlinear optical microscopy and broadband reflectance techniques to assess melanin concentration and distribution thickness in vivo over the full range of Fitzpatrick skin types is presented. Twelve patients were measured using multiphoton microscopy (MPM) and spatial frequency domain spectroscopy (SFDS) on both dorsal forearm and volar arm, which are generally sun-exposed ...

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

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

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