نتایج جستجو برای: leishmania braziliensis

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

Journal: :Parasitology 2010
V Rougeron T De Meeûs M Hide E Waleckx J Dereure J Arevalo A Llanos-Cuentas A L Bañuls

We used 12 microsatellite markers developed for Leishmania braziliensis to genotype 28 strains of the main species of the Leishmania guyanensis complex (i.e. L. guyanensis and L. panamensis) collected in Ecuador and Peru. The important heterozygote deficits observed in these populations are similar with the previous data obtained in L. braziliensis and raise again the debate on the reproductive...

Journal: :Memorias do Instituto Oswaldo Cruz 2002
Célia M F Gontijo Raquel S Pacheco Fernando Orefice Euler Lasmar Eduardo S Silva Maria Norma Melo

Although cases of leishmaniasis co-infection have been described in acquired immunodeficiency syndrome patients as well as those who have undergone organ transplants, to our knowledge, the present report is the first documented case of simultaneous cutaneous, visceral and ocular leishmaniasis due to Leishmania (Viannia) braziliensis in a transplant patient. The patient had been using immunosupp...

Journal: :Memorias do Instituto Oswaldo Cruz 2001
F Castro-Sousa M Paranhos-Silva I Sherlock M S Paixão L C Pontes-de-Carvalho W L dos-Santos

In this study, the ability of maxadilan and Lutzomyia longipalpis salivary gland lysate to enhance the infection of CBA mice by Leishmania major and of BALB/c mice by L. braziliensis was tested. No difference was observed between sizes of lesion in CBA mice infected with L. major and treated or not with salivary gland lysate or maxadilan, although they were injected in concentrations that induc...

Journal: :Clinical infectious diseases : an official publication of the Infectious Diseases Society of America 2002
Ivonise Follador Cibele Araújo Olívia Bacellar Clarissa B Araújo Lucas P Carvalho Roque P Almeida Edgar M Carvalho

The epidemiologic and immunologic findings for 104 subjects with subclinical Leishmania braziliensis infection were compared with those for 29 patients with cutaneous leishmaniasis (CL) from the same area of endemicity. Subjects had a positive leishmania skin test result and remained asymptomatic during the next 4 years of follow-up were considered to have subclinical infection. Patients with C...

Journal: :The American journal of tropical medicine and hygiene 2002
Elsa Nieves Paulo F P Pimenta

The effect of blood meals from humans and seven domestic, wild, or laboratory animals (dogs, horses, chickens, rats, opossums, mice, and hamsters) on the development of Leishmania braziliensis and L. amazonensis was studied in the sand fly Lutzomyia migonei. The development of L. braziliensis and L. amazonensis exhibited peripylarian and suprapylarian patterns of development, respectively, in t...

2010
André Luiz Rodrigues Roque Elisa Cupolillo Renato Sergio Marchevsky Ana Maria Jansen

The importance of the genus Thrichomys in the retention of infection and transmission of Leishmania species is supported by previous studies that describe an ancient interaction between caviomorphs and trypanosomatids and report the natural infection of Thrichomys spp. Moreover, these rodents are widely dispersed in Brazil and recognized as important hosts of other tripanosomatids. Our main pur...

Journal: :The Journal of antimicrobial chemotherapy 2009
Danilo C Miguel Rogéria C Zauli-Nascimento Jenicer K U Yokoyama-Yasunaka Simone Katz Clara L Barbiéri Silvia R B Uliana

OBJECTIVES The aim of this study was to evaluate the efficacy of tamoxifen in vivo in experimental models of cutaneous (CL) and visceral leishmaniasis (VL) caused by Leishmania braziliensis and Leishmania chagasi, respectively. METHODS Drug activity was assessed against intracellular amastigotes by treating infected macrophage cultures and evaluating the number of infected cells. In vivo effi...

Journal: :Journal of immunology 2009
Ricardo Khouri André Bafica Maria da Purificação Pereira Silva Almerio Noronha Jean-Pierre Kolb Juana Wietzerbin Aldina Barral Manoel Barral-Netto Johan Van Weyenbergh

Type I IFNs (IFN-alpha/beta) have only recently gained considerable attention as immunomodulators in nonviral infectious diseases. IFN-beta has been shown to protect, in a NO-dependent manner, against murine Old World leishmaniasis caused by Leishmania major, but data in New World leishmaniasis are lacking. We found that IFN-beta dose-dependently increases parasite burden in Leishmania amazonen...

2014
Tiffany Weinkopff Camila I. de Oliveira Augusto M. de Carvalho Yazmin Hauyon-La Torre Aline C. Muniz Jose Carlos Miranda Aldina Barral Fabienne Tacchini-Cottier

During a blood meal, Lutzomyia intermedia sand flies transmit Leishmania braziliensis, a parasite causing tegumentary leishmaniasis. In experimental leishmaniasis, pre-exposure to saliva of most blood-feeding sand flies results in parasite establishment in absence of any skin damages in mice challenged with dermotropic Leishmania species together with saliva. In contrast, pre-immunization with ...

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

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

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