نتایج جستجو برای: cryptosporidilum parvum

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

Journal: :The Journal of general virology 1978
H Kirchner M T Scott H M Hirt K Munk

Mice could be significantly protected against infection with herpes simplex virus (HSV) by i.p. or i.v. injection of killed Corynebacterium parvum 7 days before infection. This protection was seen in inbred strains of mice with a different degree of sensitivity to HSV and after both i.p. and i.v. infection. Resistant mice immunosuppressed by X-irradiation and showing an increased susceptibility...

Journal: :The Journal of protozoology 1992
C E Chrisp M A Suckow R Fayer M J Arrowood M C Healey C R Sterling

Oocysts of a Cryptosporidium isolate from guinea pigs were not infectious for adult mice, but were infectious for two of three newborn calves and for suckling mice. However, oocysts isolated from calves or mice infected with guinea pig Cryptosporidium were not infectious for guinea pigs. Four isolates of C. parvum from calves were incapable of infecting weanling guinea pigs. Microscopic examina...

1998
MARY COSYNS SVETLANA TSIRKIN MICHELLE JONES RICHARD FLAVELL HITOSHI KIKUTANI ANTHONY R. HAYWARD

Mice with disrupted genes for CD40 and CD40 ligand (CD40L) are unable to clear infection with Cryptosporidium parvum and develop cholangitis. Parasites are present in the gut, gall bladder, and biliary tree, and biliary epithelial cells express CD40 on the cell surface. SCID mice infected with C. parvum for >1 month can clear the infection after reconstitution with spleen cells from CD40, but n...

Journal: :Gut 1998
P Rossi F Rivasi M Codeluppi A Catania A Tamburrini E Righi E Pozio

BACKGROUND Cryptosporidiosis has been shown to be a common cause of diarrhoea in both immunocompetent and immunosuppressed individuals. There are very few data on the distribution of Cryptosporidium parvum along the gastrointestinal tract. AIMS To evaluate the location of Cryptosporidium parasites in the digestive tract of patients with AIDS. METHODS Gastrointestinal localisation of C parvu...

Journal: :The American journal of tropical medicine and hygiene 1998
T Katsumata D Hosea E B Wasito S Kohno K Hara P Soeparto I G Ranuh

Hospital-based and community-based studies were conducted to understand the prevalence and mode of transmission of Cryptosporidium parvum infection in Surabaya, Indonesia. In both studies people with and without diarrhea were examined for oocysts. A community-based survey included questionnaires to a community and stool examination of cats. Questionnaires covered demographic information, health...

Journal: :The American journal of tropical medicine and hygiene 2000
T K Graczyk R Fayer R Knight B Mhangami-Ruwende J M Trout A J Da Silva N J Pieniazek

Over the course of six months wild filth flies were collected from traps left for 7-10 days in a barn with or without a calf shedding Cryptosporidium parvum Genotype 2 oocysts in diarrheic feces. The oocysts of C. parvum transported on the flies' exoskeletons and eluted from their droplets left on visited surfaces were infectious for mice. The mean number of oocysts carried by a fly varied from...

Journal: :Parasitology 2010
H Borowski R C A Thompson T Armstrong P L Clode

Cryptosporidium parvum is a zoonotic protozoan parasite that mainly affects the ileum of humans and livestock, with the potential to cause severe enteric disease. We describe the complete life cycle of C. parvum in an in vitro system. Infected cultures of the human ileocecal epithelial cell line (HCT-8) were observed over time using electron microscopy. Additional data are presented on the morp...

Journal: :The Journal of parasitology 2003
Wangxue Chen James A Harp Allen G Harmsen

The importance of B cells in host resistance to, and recovery from, Cryptosporidium parvum infection was examined in gene-targeted B cell-deficient (muMT-/-) mice. Neonatal muMT-/- mice infected with C. parvum at 5 days of age completely cleared the infection by day 20 PI. The kinetics of infection and clearance were similar to those seen with age-matched C57BL/6 control mice. Furthermore, B ce...

2017
Emma Drinkall Matthew J. Wass Tracey J. Coffey Robin J. Flynn

Cryptosporidium parvum causes diarrhoea, due to villi damage, in livestock and humans globally. Immunity develops after repeated infections but initial infections can be severe, highlighting the importance of early infection dynamics. We have modelled early C. parvum infection in bovine jejunum biopsies. IL-17A accumulated over time peaking at 9h post-infection, with no effect of infection on I...

Journal: :Journal of clinical microbiology 2003
Wangeci Gatei Julie Greensill Richard W Ashford Luis E Cuevas Christopher M Parry Nigel A Cunliffe Nicholas J Beeching C Anthony Hart

An 840-bp fragment of the 18S rRNA gene was used to identify Cryptosporidium spp. recovered from human immunodeficiency virus (HIV)-infected and -uninfected patients from Kenya, Malawi, Brazil, the United Kingdom, and Vietnam. Initial identification was by Ziehl-Neelsen acid-fast staining. Confirmation was by nested PCR, targeting the most polymorphic region of the 18S rRNA gene. Genotyping was...

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

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

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