نتایج جستجو برای: lichen extracts

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

2016
Pooja Arora Payal Chakravarty Deepshikha Khanna Ruchika Gupta

1. Gutte R, Khopkar U. Predominant palmoplantar lichen planus: A diagnostic challenge. Indian J Dermatol 2014;59:343‐7. 2. Pavitran K, Karunakaram M, Palit A, Raghunatha S. On disorders of keratinisation. In: Valia RG, Valia AR, editors. IADVL Textbook of Dermatology. 3rd ed. Mumbai, India: Bhalani Publishers; 2008. p. 995‐1069. 3. Gutte RM. Unilateral acrosyringeal lichen planus of palm. India...

2014
Saptarshi Ghosh Sivasankar Kotne P. B. Ananda Rao S. P. V. Turlapati Dillip Kumar Soren

Lichen planus is a benign disorder characterized by an itchy, noninfectious skin rash. Though lichen planus is a common papulosquamous disorder affecting about 1-2% of the population, neoplastic transformation of cutaneous lichen planus lesions occurs very rarely and should be borne in mind while treating nonhealing longstanding lesions of lichen planus. Studies suggest an estimated 0.3-3% risk...

2017
Paul C. Rogers Kori D. Moore Ronald J. Ryel

Question: Can lichen communities be used to assess shortand long-term factors affecting seral quaking aspen (Populus tremuloides) communities at the landscape scale? Location: Bear River Range, within the Rocky Mountains, in northern Utah and southern Idaho, USA. Method: Forty-seven randomly selected mid-elevation aspen stands were sampled for lichens and stand conditions. Plots were characteri...

Journal: :Anatolian journal of botany 2022

The aim of this study was to investigate the antifungal effects and molecular changes caused by Usnea longissima Ach. extracts against Fusarium greaminearum. In agar well diffusion assay, zone inhibition increased as concentration in both methanol acetone (1, 10, 20 50 mg/ml). terms bioactivities, 1 mg/ml active, while other concentrations were very active. At level, extract analyzed qPCR with ...

2018
Uwe Wollina Birgit Heinig André Koch Andreas Nowak Georgi Tchernev Katlein França Torello Lotti

Lichen planus is a T-cell mediated autoimmune disorder affecting the skin and mucous membranes. Ulcerating lichen planus is uncommon mostly on oral and genital mucosa but not skin. Lichen planopilaris, however, is a subtype of lichen planus affection hair follicles and leading to permanent scarring alopecia. We report a case of lichen planopilaris of the scalp with multiple alopecic patches ulc...

Journal: :caspian journal of internal medicine 0
kayvan kiakujori naser kamalian

background: lichen planus is a skin disease that rarely involves mucus membrane. case: in this study, we introduced a rare case of lichen planus of the right vocal cord in a 51- year -old male presented with hoarseness. the lesion started two years ago and the hoarseness became progressive. there were not any lesions found in his buccal mucosa and skin. the biopsy of the lesion showed lichen pl...

Kayvan Kiakujori, Naser Kamalian,

Background: Lichen planus is a skin disease that rarely involves mucus membrane. Case: In this study, we introduced a rare case of lichen planus of the right vocal cord in a 51- year -old male presented with hoarseness. The lesion started two years ago and the hoarseness became progressive. There were not any lesions found in his buccal mucosa and skin. The biopsy of the lesion showed lichen...

Journal: :journal of medical microbiology and infectious diseases 0
tahereh valadbeigi ilam universty, ilam, iran ali mohammad bahrami ilam university, ilam, iran minoo shaddel etemadzade av, fatemi st, tehran, iran

introduction: natural products have been the most successful source of potential drug leads. one of them is lichens, which have been used since antiquity as natural sources of drugs. the aim of this study was to investigate the antibacterial and antifungal activity of different extracts of the iranian lichens in ilam province. methods: the aqueous, acetone, and methanol extracts of 6 lichen spe...

2009
Usha Mohan Das Beena JP

Oral lichen planus which is one of the most common oral mucosal diseases in adults, it has been rarely described in children. There are very reports in the literature regarding oral lichen planus in children, here we report a case of intraoral lesions of lichen planus. Lichen planus should be considered in the differential diagnosis of hyperkeratotic or erosive lesions of the oral mucosa in chi...

Journal: :Actas urologicas espanolas 2006
C Alvarez Alvarez F Meijide Rico L Rodríguez González I Antón Badiola E Zungri Telo J Antonio Ortiz-Rey

INTRODUCTION Up to 30% of squamous cell carcinomas of the penis arise from a lichen sclerosus, but very few reports in which lichen planus was the preexisting lesion have been published. We report a male with verrucous carcinoma of penis that developed in an area of lichen planus. CLINICAL CASE A 53-year-old male presented with an exophytic tumor on the glans penis that had been present for a...

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

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

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