نتایج جستجو برای: cryptosporidium oocyst

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

Journal: :International journal for parasitology 2010
Alessia Possenti Simona Cherchi Lucia Bertuccini Edoardo Pozio J P Dubey Furio Spano

Among apicomplexan parasites, the coccidia and Cryptosporidium spp. are important pathogens of livestock and humans, and the environmentally resistant stage (oocyst) is essential for their transmission. Little is known of the chemical and molecular composition of the oocyst wall. Currently, the only parasite molecules shown to be involved in oocyst wall formation are the tyrosine-rich proteins ...

Introduction: The protozoan parasite, Cryptosporidium Spp., widely spreads in both raw and drinking waters. It is the causative agents of waterborne diarrhea and gastroenteritis in the world. In the present study, a molecular assay was used for the detection and quantification of Cryptosporidium oocysts in environmental water samples. Materials and methods: Thirty surface water samples wer...

Journal: :Journal of microbiological methods 2005
Randi M McCuin Jennifer L Clancy

This correspondence describes the successful development of methods for the recovery, isolation and detection of Cryptosporidium oocysts in wastewater and biosolids. Wastewater from one plant was used to optimize methods in raw influent as well as primary, secondary and tertiary effluents. Raw influents and primary effluents were concentrated using centrifugation followed by isolation of Crypto...

Journal: :Applied and environmental microbiology 2000
L Xiao J Limor U M Morgan I M Sulaiman R C Thompson A A Lal

Nucleotide sequences of the Cryptosporidium oocyst wall protein (COWP) gene were obtained from various Cryptosporidium spp. (C. wrairi, C. felis, C. meleagridis, C. baileyi, C. andersoni, C. muris, and C. serpentis) and C. parvum genotypes (human, bovine, monkey, marsupial, ferret, mouse, pig, and dog). Significant diversity was observed among species and genotypes in the primer and target regi...

Journal: :Annals of agricultural and environmental medicine : AAEM 2010
Bogumila Skotarczak

Cryptosporidium, the protozoan parasite, has several transmission routes, including anthroponotic and zoonotic transmission, as well as the foodborne way, but mainly by water. The oocysts, the resistant stage produced by Cryptosporidium, are remarkably stable, and can survive for weeks or even months in the environment. Furthermore, the infective dose is low, probably even a single oocyst can c...

Journal: :Applied and environmental microbiology 2012
Anne M Johnson George D Di Giovanni Paul A Rochelle

This study compared the three most commonly used assays for detecting Cryptosporidium sp. infections in cell culture: immunofluorescent antibody and microscopy assay (IFA), PCR targeting Cryptosporidium sp.-specific DNA, and reverse transcriptase PCR (RT-PCR) targeting Cryptosporidium sp.-specific mRNA. Monolayers of HCT-8 cells, grown in 8-well chamber slides or 96-well plates, were inoculated...

Journal: :Environmental science & technology 2007
Kristen L Jellison Daniel L Distel Harold F Hemond David B Schauer

Cryptosporidium parvum and C. hominis are protozoan parasites responsible for cryptosporidiosis, an acute gastrointestinal illness that can be life-threatening for immunocompromised persons. Sources and genotypes of Cryptosporidium oocysts were investigated in two agricultural areas within the Wachusett Reservoir watershed, a drinking water source for Boston, Massachusetts. Two brooks (denoted ...

2013
Sarah E. Staggs Erin M. Beckman Scott P. Keely Reena Mackwan Michael W. Ware Alan P. Moyer James A. Ferretti Abu Sayed Lihua Xiao Eric N. Villegas

Quantitative real-time polymerase chain reaction (qPCR) assays to detect Cryptosporidium oocysts in clinical samples are increasingly being used to diagnose human cryptosporidiosis, but a parallel approach for detecting and identifying Cryptosporidium oocyst contamination in surface water sources has yet to be established for current drinking water quality monitoring practices. It has been prop...

2017
Lucie C Vermeulen Jorien Benders Gertjan Medema Nynke Hofstra

Understanding the environmental pathways of Cryptosporidium is essential for effective management of human and animal cryptosporidiosis. In this paper we aim to quantify livestock Cryptosporidium spp. loads to land on a global scale using spatially explicit process-based modeling, and to explore the effect of manure storage and treatment on oocyst loads using scenario analysis. Our model GloWPa...

Purpose: The purpose of this study is to model Cryptosporidiosis in laboratory animals. The parasites were inoculated into animalsand thenmultiplied. The process of proliferation was compared to controlCryptosporidiosis in humans. Materials and Methods: Twenty-five laboratory mice (4-7 days of age) and twenty-five laboratory rats (5 days of age) were assigned to the category I while the cat...

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

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

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