نتایج جستجو برای: soil transmitted helminthiasis

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

2008
Khalfan A. Mohammed Hamad J. Haji Albis-Francesco Gabrielli Likezo Mubila Gautam Biswas Lester Chitsulo Mark H. Bradley Dirk Engels Lorenzo Savioli David H. Molyneux

BACKGROUND Public health interventions based on distribution of anthelminthic drugs against lymphatic filariasis (LF), onchocerciasis, soil-transmitted helminthiasis (STH) and schistosomiasis have been implemented separately to date. A better use of available resources might be facilitated by a more coordinated approach to control such infections, including the possibility of co-administering t...

2007
Stefanie Knopp Khalfan A. Mohammed I. Simba Khamis Ali F. Mgeni J. Russell Stothard David Rollinson Hanspeter Marti Jürg Utzinger

A programme periodically distributing anthelminthic drugs to school-aged children for the control of soiltransmitted helminthiasis was launched in Zanzibar in the early 1990s. We investigated the spatial distribution of soiltransmitted helminth infections, including Strongyloides stercoralis, in 336 children from six districts in Unguja, Zanzibar, in 2007. One stool sample per child was examine...

2011
Ivan Müller Jean T. Coulibaly Thomas Fürst Stefanie Knopp Jan Hattendorf Stefanie J. Krauth Katarina Stete Aurélie A. Righetti Dominik Glinz Adrien K. Yao Uwe Pühse Eliézer K. N'Goran Jürg Utzinger

BACKGROUND Schistosomiasis and soil-transmitted helminthiasis are important public health problems in sub-Saharan Africa causing malnutrition, anemia, and retardation of physical and cognitive development. However, the effect of these diseases on physical fitness remains to be determined. METHODOLOGY We investigated the relationship between schistosomiasis, soil-transmitted helminthiasis and ...

Journal: :The American journal of tropical medicine and hygiene 2012
James V Conlan Boualam Khamlome Khamphouth Vongxay Aileen Elliot Louise Pallant Banchob Sripa Stuart D Blacksell Stanley Fenwick R C Andrew Thompson

We conducted a community cross-sectional survey of soil-transmitted helminthiasis in humans and dogs in four provinces in northern Laos. We collected and tested human and dog fecal samples and analyzed results against sociodemographic data. The prevalence of Ascaris lumbricoides, Trichuris trichiura, hookworm, and Strongyloides stercoralis was 26.1% (95% confidence interval [CI] = 23.7-28.4%), ...

Journal: :Revista do Instituto de Medicina Tropical de Sao Paulo 2006
Márcio Neves Bóia Filipe Anibal Carvalho-Costa Fernando Campos Sodré Walter A Eyer-Silva Cristiane Cruz Lamas Marcelo Rosadinski Lyra Vitor Laerte Pinto João Paulo Cantalice Filho Ana Lucia L Oliveira Liège M Abreu Carvalho Julise B Gross Ana Lucia S Sousa Teruo Ito de Moraes Elkin Hernán Bermudez-Aza Ezequias Baptista Martins José Rodrigues Coura

The objective of the present study was to estimate the prevalence of soil-transmitted helminthiasis and evaluate the sanitary conditions and the role of a mass treatment campaign for control of these infections in Santa Isabel do Rio Negro. A cross-sectional survey was carried out in 2002, to obtain data related to the sanitary conditions of the population and fecal samples for parasitological ...

2013
Kevin Palmer

Stool samples of 151 school children in a district of the city of Portoviejo (Ecuador) in order to determine the prevalence and intensity of soil-transmitted helminthiasis (STH) and their relationships with anthropometric indices. The samples were analyzed with the semiquantitative KatoKatz technique and the intensity of infections was categorized as light, moderate or high according to the thr...

2013
Nicaise Aya N'Guessan Kouakou Eliézer

Côte d’Ivoire, located in West Africa, is not spared. Many parasitic diseases exist in this country. Schistosomiasis is widespread (Doumenge et al., 1987; N’Goran et al., 1997; N’Guessan et al., 2007; Raso et al., 2005; Utzinger et al., 2000; WHO, 2011) with prevalence generally higher in communities around the water projects built to solve the problems of electrical safety and / or food (Stein...

Journal: :PLoS Neglected Tropical Diseases 2008
Stefanie Knopp Ali F. Mgeni I. Simba Khamis Peter Steinmann J. Russell Stothard David Rollinson Hanspeter Marti Jürg Utzinger

BACKGROUND Soil-transmitted helminth infections are common throughout the tropics and subtropics and they disproportionately affect the poorest of the poor. In view of a growing global commitment to control soil-transmitted helminthiasis, there is a need to elucidate the effect of repeated stool sampling and the use of different diagnostic methods in areas targeted for preventive chemotherapy t...

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

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

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