نتایج جستجو برای: microsporum canis

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

2015
Kalthoum Dridi Sonia Trabelsi Dorsaf Aloui Samira Khaled

Introduction: Tinea capitis is an infection caused by dermatophytes which have a particular affinity for keratin. Its prevalence decreased significantly in developed countries due to the improvement of sanitary conditions and socioeconomic level. However, they are still common in developing countries including Tunisia. The aim of our study was to evaluate the epidemiological, clinical and mycol...

Journal: :Iranian journal of veterinary research 2016
C Debnath T Mitra A Kumar I Samanta

In recent times increasing occurrence of dermatophytosis, especially among the school children in eastern India was evidenced along with increased tendency of keeping companion animals such as dogs and cats. This study was undertaken to detect the occurrence of dermatophytes with antifungal susceptibility among the companion animals. A total of 1501 healthy companion animals comprising 1209 dog...

Journal: :Molecules 2013
Danielle C Zimmermam-Franco Edilene B Bolutari Hudson C Polonini Antônio Márcio R do Carmo Maria das Graças A M Chaves Nádia R B Raposo

Dermatophytoses are mycoses that affect keratinized tissues in both humans and animals. The aim of this study was to investigate the antifungal activity of the oleoresin extracted from Copaifera langsdorffii Desf. against the strains Microsporum canis ATCC 32903, Microsporum gypseum ATCC 14683, Trichophyton mentagrophytes ATCC 11481 and Trichophyton rubrum CCT 5507. The antimicrobial activity w...

2009

Skin infections in animals and humans represent a complex syndrome that is, from etiological point of view, often hard to solve. Skin is one of the largest organs and plays an important role in the organism of mammals. Depending on the age, it presents 5—8% of total body mass in humans, 12% of adult animals, and even up to 24% in newly born animals. The population of pets and stray dogs in citi...

2008
Gh. DĂRĂBUŞ Narcisa MEDERLE Alina ILIE

In an epidemiological inquiry on 126 dogs and 24 cats, the most frequent dermatomycosis was microsporia. The following fungi species were identified: Microsporum canis, M. gypseum, Trichophyton mentagrophytes, T. concentricum, Malassezia pachidermatis, Candida albicans, Alternaria sp., Aspergillus sp., Penicilium sp. The dermatophytes were identified not only on the animal body, but also on the...

Journal: :Archives of dermatology 2011
Rosalind Hughes Christine Chiaverini Philippe Bahadoran Jean-Philippe Lacour

T inea capitis (TC) is the most common dermatophytosis of childhood and has an increasing incidence worldwide. The presence of Microsporum canis, the most prevalent causative organism in Europe, is usually easy to diagnose: it classically presents with a patch of alopecia, a scaly plaque, and a positive finding under Wood lamp examination. An increase in anthropophilic organisms is widely repor...

Journal: :iranian journal of public health 0
m.emami m.moghadami

twenty patients, a family, their neighbors, and friends; with lesions suspicious of ringworm infection, were referred to us within a period of 80 days. the source of infection was found to be 3 persian cats (a mother and two kittens) living with the family. the cats had multiple lesions around their nose and on abdomen which reveales the prevalence of cutaneous fungi both on direct microscopic ...

Journal: :Revista Brasileira de Saúde e Produção Animal 2021

ABSTRACT Dermatophytes are hyaline fungi that parasitize the keratinized tissue of humans and animals causing mycotic infections. Natural products promising molecules for development new antifungal drugs, due to phenomenon resistance toxicity. This study reports isolation identification lachnophyllum ester evaluates its antioxidant, modulatory activities against dermatophytes fungi. Lachnophyll...

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

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

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