نتایج جستجو برای: middle east respiratory syndrome mers

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

2014
Abdulaziz N. Alagaili Thomas Briese Nischay Mishra Vishal Kapoor Stephen C. Sameroff Peter D. Burbelo Emmie de Wit Vincent J. Munster Lisa E. Hensley Iyad S. Zalmout Amit Kapoor Jonathan H. Epstein William B. Karesh Peter Daszak Osama B. Mohammed W. Ian Lipkin

The Middle East respiratory syndrome (MERS) is proposed to be a zoonotic disease; however, the reservoir and mechanism for transmission of the causative agent, the MERS coronavirus, are unknown. Dromedary camels have been implicated through reports that some victims have been exposed to camels, camels in areas where the disease has emerged have antibodies to the virus, and viral sequences have ...

Journal: :Bioscience trends 2015
Jianjun Gao Peipei Song

Three years after the identification of Middle East respiratory syndrome coronavirus (MERS-CoV) in Saudi Arabia, the first case of MERS in China was reported on May 29, 2015. Although the Chinese government issued the MERS Prevention and Control Plan in 2013, a novel edition was released on June 5, 2015 to better cope with the current epidemic situation. The revised Plan refines the description...

2016
Chuanxi Fu Shengyong Wang

The Middle East respiratory syndrome (MERS) outbreak in Korea in 2015 may be attributable to poor nosocomial infection control procedures implemented. Strict infection control measures were taken in the hospital where an imported case with MERS was treated in southern China and 53 health care workers were confirmed to be MERS-CoV negative. Infection control in healthcare settings, in which pati...

Journal: :Euro surveillance : bulletin Europeen sur les maladies transmissibles = European communicable disease bulletin 2013
N van Doremalen T Bushmaker V J Munster

The stability of Middle East respiratory syndrome coronavirus (MERS-CoV) was determined at 20°C--40% relative humidity (RH); 30°C--30% RH and 30°C--80% RH. MERS-CoV was more stable at low temperature/low humidity conditions and could still be recovered after 48 hours. During aerosolisation of MERS-CoV, no decrease in stability was observed at 20°C--40% RH. These data suggest the potential of ME...

Journal: :The Lancet. Infectious diseases 2013
Chantal B E M Reusken Bart L Haagmans Marcel A Müller Carlos Gutierrez Gert-Jan Godeke Benjamin Meyer Doreen Muth V Stalin Raj Laura Smits-De Vries Victor M Corman Jan-Felix Drexler Saskia L Smits Yasmin E El Tahir Rita De Sousa Janko van Beek Norbert Nowotny Kees van Maanen Ezequiel Hidalgo-Hermoso Berend-Jan Bosch Peter Rottier Albert Osterhaus Christian Gortázar-Schmidt Christian Drosten Marion P G Koopmans

BACKGROUND A new betacoronavirus-Middle East respiratory syndrome coronavirus (MERS-CoV)-has been identified in patients with severe acute respiratory infection. Although related viruses infect bats, molecular clock analyses have been unable to identify direct ancestors of MERS-CoV. Anecdotal exposure histories suggest that patients had been in contact with dromedary camels or goats. We investi...

2017
Fahad M. Al-Hameed

The Middle East respiratory syndrome corona virus (MERS-CoV) is a novel positive sense singlestranded ribonucleic acid virus of the genus Beta corona virus. This virus was first isolated from a patient who died from severe respiratory illness in June 2012 in Jeddah, Kingdom of Saudi Arabia. We describe an unusual case of a 42 year old healthcare worker who was admitted to our Intensive Care Uni...

2014
Benjamin Meyer Marcel A. Müller Victor M. Corman Chantal B.E.M. Reusken Daniel Ritz Gert-Jan Godeke Erik Lattwein Stephan Kallies Artem Siemens Janko van Beek Jan F. Drexler Doreen Muth Berend-Jan Bosch Ulrich Wernery Marion P.G. Koopmans Renate Wernery Christian Drosten

Middle East respiratory syndrome coronavirus (MERS-CoV) has caused an ongoing outbreak of severe acute respiratory tract infection in humans in the Arabian Peninsula since 2012. Dromedary camels have been implicated as possible viral reservoirs. We used serologic assays to analyze 651 dromedary camel serum samples from the United Arab Emirates; 151 of 651 samples were obtained in 2003, well bef...

2017
Siming Tang Wanbiao Ma Peifan Bai

The Middle East respiratory syndrome (MERS) coronavirus, a newly identified pathogen, causes severe pneumonia in humans. MERS is caused by a coronavirus known as MERS-CoV, which attacks the respiratory system. The recently defined receptor for MERS-CoV, dipeptidyl peptidase 4 (DPP4), is generally expressed in endothelial and epithelial cells and has been shown to be present on cultured human no...

2017
Chong Wang Xuexing Zheng Weiwei Gai Yongkun Zhao Hualei Wang Haijun Wang Na Feng Hang Chi Boning Qiu Nan Li Tiecheng Wang Yuwei Gao Songtao Yang Xianzhu Xia

Middle East respiratory syndrome coronavirus (MERS-CoV) causes severe respiratory disease in humans with a case fatality rate of over 39%, and poses a considerable threat to public health. A lack of approved vaccine or drugs currently constitutes a roadblock in controlling disease outbreak and spread. In this study, we generated MERS-CoV VLPs using the baculovirus expression system. Electron mi...

2015
Moran Ki

The distinct characteristic of the Middle East Respiratory Syndrome (MERS) outbreak in South Korea is that it not only involves intra-hospital transmission, but it also involves hospital-to-hospital transmission. It has been the largest MERS outbreak outside the Middle East, with 186 confirmed cases and, among them, 36 fatal cases as of July 26, 2015. All confirmed cases are suspected to be hos...

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

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

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