نتایج جستجو برای: thinea capitis

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

2014
Abd-Elaziz El-Taweel Fatma El-Esawy Osama Abdel-Salam

Background. Diagnosis of patchy hair loss in pediatric patients is often a matter of considerable debate among dermatologists. Trichoscopy is a rapid and noninvasive tool to detect more details of patchy hair loss. Like clinical dermatology, trichoscopy works parallel to the skin surface and perpendicular to the histological plane; like the histopathology, it thus allows the viewing of structur...

2015
David R. Cameron Jhih-Hang Jiang Karl A. Hassan Liam D. H. Elbourne Kellie L. Tuck Ian T. Paulsen Anton Y. Peleg

Staphylococcus capitis is an opportunistic pathogen of the coagulase negative staphylococci (CoNS). Functional genomic studies of S. capitis have thus far been limited by a lack of available complete genome sequences. Here, we determined the closed S. capitis genome and methylome using Single Molecule Real Time (SMRT) sequencing. The strain, AYP1020, harbors a single circular chromosome of 2.44...

2017
Rasha H. Bassyouni Naglaa A. El-Sherbiny Talal A. Abd El Raheem Basma H. Mohammed

BACKGROUND Tinea capitis remains a prevalent health problem among school-aged children. OBJECTIVE To estimate the prevalence of tinea capitis among primary school students, in Fayoum, Egypt with identification of etiological agents in both public and private primary schools. METHODS A cross-sectional study was conducted in twelve primary schools. The students were selected from different gr...

Journal: :Cutis 2006
Matthew J Trovato Robert A Schwartz Camila K Janniger

Tinea capitis is a common infection, particularly among young children in urban regions. The infection often is seen in a form with mild scaling and little hair loss, a result of the prominence of Trichophyton tonsurans (the most frequent cause of tinea capitis in the United States). T. tonsurans does not fluoresce under Wood light, unlike the common tinea capitis-causing fungal organisms seen ...

Journal: :JPMA. The Journal of the Pakistan Medical Association 2014
Elcin Balci Mustafa Gulgun Oguzhan Babacan Abdulbaki Karaoglu Vural Kesik Sirzat Yesilkaya Turker Turker Duran Tok Ayse Nedret Koc

OBJECTIVE To evaluate the prevalence and risk factors of tinea capitis and tinea pedis in school children in Turkey. METHODS The study included 8122 students from 24 schools in the rural and urban areas around Kayseri,Turkey. We asked every student for their personal identification and also for their sanitation in order to get an idea about dermatophytosis. Samples taken from suspicious lesio...

2016
Jung-Hyun Choi Min-Ho Jung Kyung-Tae Yoo

[Purpose] The purpose of this study was to identify changes in the activity and fatigue of the splenius capitis and upper trapezius muscles, which are agonists to the muscles supporting the head, under the three postures most frequently adopted while using a smartphone. [Subjects and Methods] The subjects were 15 college students in their 20s. They formed a single group and had to adopt three d...

2017
Marine Butin Patricia Martins-Simões Jean-Philippe Rasigade Jean-Charles Picaud Frédéric Laurent

A multidrug-resistant Staphylococcus capitis clone, NRCS-A, has been isolated from neonatal intensive care units in 17 countries throughout the world. S. capitis NRCS-A prevalence is high in some neonatal intensive care units in France. These data highlight the worldwide endemicity and epidemiologic relevance of this multidrug-resistant, coagulase-negative staphylococci clone.

2017
Natalie Murton Matteo Borrini Constantine Eliopoulos

Attempts to develop new methods of sex determination in forensic anthropology are constantly being made by researchers in the field. This paper investigates the potential of using an index of the fovea capitis femoris shape as a method of sex determination. The currently held belief is that variation within the fovea capitis is purely idiosyncratic. The study was carried out on a sample of 19 m...

Journal: :Journal of infection in developing countries 2011
Jean-François Carod Mahery Ratsitorahina Hasina Raherimandimby Virginie Hincky Vitrat Vololomboahangy Ravaolimalala Andrianaja Nelly Contet-Audonneau

INTRODUCTION Tinea capitis is common among schoolchildren in developing countries but underreported in Madagascar. We report the occurrence of an outbreak of gray patch tinea capitis due to Microsporum langeronii in a public primary school of Antananarivo, the capital city of Madagascar. METHODOLOGY Forty-two children were included, 27 (64%) of them presenting with tinea capitis and 32 (76%) ...

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...

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

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

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