نتایج جستجو برای: human t lymphotropic virus 1

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

Journal: :Clinical infectious diseases : an official publication of the Infectious Diseases Society of America 1997
R A Seaton

SIRIn a recent review of the infectious complications of human T-cell lymphotropic virus type I (HTLV-I) infection, Marsh [1] suggested that those individuals infected with HTLV-I may be at increased risk of tuberculosis. This risk may be due to reduced delayed-type hypersensitivity to PPD in asymptomatic patients infected with HTLV-l. Up to 14% of the population in Papua New Guinea are infecte...

Journal: :The British journal of ophthalmology 1994
K Yamaguchi M Mochizuki T Watanabe K Yoshimura M Shirao S Araki N Miyata S Mori T Kiyokawa K Takatsuki

A distinct clinical entity of uveitis associated with human T lymphotropic virus type 1 (HTLV-I) has been reported previously. During the period between January 1989 and April 1992, 93 patients were observed with HTLV-I uveitis and a significant correlation was found between Graves' disease and HTLV-I uveitis. Sixteen of the 93 patients with HTLV-I uveitis (17.2%) had a previous history of Grav...

2013

For many years, researchers have known that breastfed infants gain some protection from certain viral infections. Occasionally, however, viruses like HIV, a kind of herpes called cytomegalovirus, and HTLV-1, which is linked to leukemia, are transmitted in breast milk from mom to babe. Explaining why infection occurs in some mother-infant pairs but not in many others remains a pressing question....

2017
Robert C. Gallo Luc Willems Yutaka Tagaya

Almost 40 years ago, the first pathogenic human retrovirus was discovered and shown to cause a T-cell leukemia in humans (Poiesz et al., 1980a, 1981). Thus, a new paradigm was established showing that a virus can directly cause cancer in humans. At that time, the only other suspected case was the connection between the Epstein-Barr Virus (EBV) and Burkitt’s Lymphoma and later nasopharyngeal car...

Journal: :Revista da Sociedade Brasileira de Medicina Tropical 2014
Arthur Paiva Jorge Casseb

Human T-cell lymphotropic virus type 1 (HTLV-1) is endemic in many parts of the world and is primarily transmitted through sexual intercourse or from mother to child. Sexual transmission occurs more efficiently from men to women than women to men and might be enhanced by sexually transmitted diseases that cause ulcers and result in mucosal ruptures, such as syphilis, herpes simplex type 2 (HSV-...

Journal: :Clinical infectious diseases : an official publication of the Infectious Diseases Society of America 2002
Alexandra P Q C Araújo Lucia M C Fontenelle Paula A B Pádua Heber S Maia Filho Abelardo de Q C Araújo

We report the cases of 5 adolescents with human T lymphotropic virus type 1-associated myelopathy/tropical spastic paraparesis, acquired in all but 1 case from the mother. The first symptom in all patients was difficulty in running, which was present for many years before the final diagnosis was made. Follow-up showed an indolent progression, regardless of treatment strategy.

2013
Magaly M. Blas Isaac E. Alva Patricia J. García Cesar Cárcamo Silvia M. Montano Nicanor Mori Ricardo Muñante Joseph R. Zunt

BACKGROUND In an earlier study, we detected an association between human T-cell lymphotropic virus (HTLV) infection and cervical human papillomavirus (HPV) in indigenous Amazonian Peruvian women of the Shipibo-Konibo ethnic group. As both HTLV and HPV can be transmitted sexually, we now report a population-based study examining the prevalence and risk factors for HTLV-1 and HTLV-2 infection in ...

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

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

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