نتایج جستجو برای: ebola hemorrhagic fever

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

Journal: :Literature and medicine 1998
I A Semmler

In 1976, an outbreak of viral hemorrhagic fever occurred in the Yambuku region of Zaire near the Ebola River. Taking its name from the river, the virus that caused the outbreak is one of the filoviruses, so called because under the microscope they look like threads or filaments. In the years following the outbreak, the U.S. public has become increasingly fascinated with the Ebola virus, as show...

Journal: :The Journal of infectious diseases 1999
K M Busico K L Marshall T G Ksiazek T H Roels Y Fleerackers H Feldmann A S Khan C J Peters

During the 1995 outbreak of Ebola (EBO) hemorrhagic fever in Kikwit, Democratic Republic of Congo, two surveys using a new ELISA for EBO (subtype Zaire) virus antigen were conducted to assess the prevalence of EBO IgG antibodies among residents of Kikwit and the surrounding area. The first study determined the proportion of antibody-positive individuals who were self-identified forest and city ...

Journal: :Microbes and infection 2005
Xavier Pourrut Brice Kumulungui Tatiana Wittmann Ghislain Moussavou André Délicat Philippe Yaba Dieudonné Nkoghe Jean-Paul Gonzalez Eric Maurice Leroy

Several countries spanning the equatorial forest regions of Africa have had outbreaks of Ebola hemorrhagic fever over the last three decades. This article is an overview of the many published investigations of how Ebola virus circulates in its natural environment, focusing on the viral reservoir, susceptible animal species, environmental conditions favoring inter-species transmission, and how t...

Journal: :The American journal of tropical medicine and hygiene 1999
E Bertherat A Renaut R Nabias G Dubreuil M C Georges-Courbot

An exhaustive epidemiologic and serologic survey was carried out in five gold-panning villages situated in northeastern Gabon to estimate the degree of exposure of to leptospirosis and Ebola virus. The seroprevalence was 15.7% for leptospirosis and 10.2% for Ebola virus. Sixty years after the last seroepidemiologic survey of leptospirosis in Gabon, this study demonstrates the persistence of thi...

2013
Kai-Lit Phua

Infectious diseases-including emerging and re-emerging diseases such as Ebola and tuberculosis-continue to be important causes of morbidity and mortality in the globalizing, contemporary world. This article discusses the ethical issues associated with protecting the rights of individuals versus the protection of the health of populations in the case of infectious diseases. The discussion uses t...

Journal: :Genetics and molecular research : GMR 2016
Y X Jing L N Wang X M Wu C X Song

Ebola hemorrhagic fever is a fatal disease caused by the negative-strand RNA of the Ebola virus. A high-intensity outbreak of this fever was reported in West Africa last year; however, there is currently no definitive treatment strategy available for this disease. In this study, we analyzed the molecular evolutionary history and attempted to determine the positive selection sites in the Ebola g...

Journal: :The Journal of infectious diseases 2007
Daniel G Bausch Jonathan S Towner Scott F Dowell Felix Kaducu Matthew Lukwiya Anthony Sanchez Stuart T Nichol Thomas G Ksiazek Pierre E Rollin

Although Ebola virus (EBOV) is transmitted by unprotected physical contact with infected persons, few data exist on which specific bodily fluids are infected or on the risk of fomite transmission. Therefore, we tested various clinical specimens from 26 laboratory-confirmed cases of Ebola hemorrhagic fever, as well as environmental specimens collected from an isolation ward, for the presence of ...

Journal: :Clinical and vaccine immunology : CVI 2010
William D Pratt Danher Wang Donald K Nichols Min Luo Jan Woraratanadharm John M Dye David H Holman John Y Dong

Ebola viruses are highly pathogenic viruses that cause outbreaks of hemorrhagic fever in humans and other primates. To meet the need for a vaccine against the several types of Ebola viruses that cause human diseases, we developed a multivalent vaccine candidate (EBO7) that expresses the glycoproteins of Zaire ebolavirus (ZEBOV) and Sudan ebolavirus (SEBOV) in a single complex adenovirus-based v...

2011
Martin Eichner Scott F. Dowell Nina Firese

OBJECTIVES Ebola hemorrhagic fever has killed over 1300 people, mostly in equatorial Africa. There is still uncertainty about the natural reservoir of the virus and about some of the factors involved in disease transmission. Until now, a maximum incubation period of 21 days has been assumed. METHODS We analyzed data collected during the Ebola outbreak (subtype Zaire) in Kikwit, Democratic Rep...

Journal: :The Journal of infectious diseases 1999
O Tomori J Bertolli P E Rollin Y Fleerackers Y Guimard A De Roo H Feldmann F Burt R Swanepoel S Killian A S Khan K Tshioko M Bwaka R Ndambe C J Peters T G Ksiazek

From May to July 1995, a serologic and interview survey was conducted to describe Ebola hemorrhagic fever (EHF) among personnel working in 5 hospitals and 26 health care centers in and around Kikwit, Democratic Republic of the Congo. Job-specific attack rates estimated for Kikwit General Hospital, the epicenter of the EHF epidemic, were 31% for physicians, 11% for technicians/room attendants, 1...

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

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

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