L210 Ebola
Progress in fighting Democratic Republic of the Congo's Ebola outbreak, the second worst ever, will be reversed if fighting continues around the disease hot spots of Beni and Butembo, the head of the World Health Organization (WHO) said Friday.
"We have reached a critical point in the Ebola response," WHO director general Tedros Adhanom Ghebreyesus said in a statement. "After an intensification of field activities, we were seeing hopeful signs in many areas, including a recent decrease in cases in Beni.
"These gains could be lost if we suffer a period of prolonged insecurity, resulting in increased transmission. That would be a tragedy for the local population, who have already suffered too much."
The disease has killed 356 of the 585 people infected during the almost six-month outbreak, and one-fifth of the cases have occurred within the past three weeks, according to a weekly update from WHO.
The epidemic in a volatile part of DRC is now surpassed only by the 2013-16 outbreak in West Africa, where more than 28,000 cases were confirmed.
Congo has suffered 10 Ebola outbreaks since the virus was discovered there in 1976. It spreads through contact with bodily fluids and causes hemorrhagic fever with severe vomiting, diarrhea and bleeding.
On Thursday, Congo's Health Ministry said 24 patients fled an Ebola treatment center in Beni when it came under attack by people protesting the cancellation of voting in the eastern city in Sunday's presidential election.
"Protests at government buildings in Beni spilled over to an Ebola transit center, frightening people waiting for Ebola test results and the staff who were caring for them. Staff at the center temporarily withdrew and most suspected cases were transferred to a nearby treatment center," Tedros said.
Health teams in Beni were prevented from carrying out critical field work, including vaccinations, tracing of potential Ebola carriers, and following up on alerts of potential new cases.
In Butembo, health workers were unable to give vaccinations or trace people who may have come into contact with the disease — a critical part of preventing its spread.
In other areas, the fight against Ebola has continued, and local communities have been generally supportive of the health teams, Tedros said.
L210 Ebola的更多相关文章
- 关于埃博拉(Ebola)基础研究病毒
关于埃博拉(Ebola)病毒的基础研究 2005年.美国哈佛大学医学研究院(Harvard Medical School)James Cunningham教授关于埃博拉病毒有一项基础研究,研究成果发表 ...
- pta l2-10(排座位)
题目链接:https://pintia.cn/problem-sets/994805046380707840/problems/994805066135879680 题意:给宴席排座位,有n个人,m个 ...
- 个人收集的一些网页上一键云DDOS攻击的网站、IP地址测试,服务器压力测试
http://bbs.itzmx.com/thread-9018-1-1.html #1 - Network Stresser - http://networkstresser.com#2 - Lif ...
- 快讯:埃博拉患者Martin Salia去天堂了
下面是Martin Salia外科医生的遗像: 11月17日,埃博拉重病患者Martin Salia外科医生死了.请见:Ebola patient Dr. Martin Salia dies in O ...
- JXOI 2018 简要题解
目录 「JXOI2018」游戏 题意 题解 代码 「JXOI2018」守卫 题意 题解 代码 「JXOI2018」排序问题 题意 题解 代码 总结 「JXOI2018」游戏 题意 可怜公司有 \(n\ ...
- P4781 【模板】拉格朗日插值
P4781 [模板]拉格朗日插值 证明 :https://wenku.baidu.com/view/0f88088a172ded630b1cb6b4.html http://www.ebola.pro ...
- BEC translation exercise 2
Forest fires are a regular feature of Chile's hot, arid summers.智利夏天炙热.干燥,常发生森林火灾.A nearly decade-lo ...
- 世界卫生组织(WHO)发出最新警告:埃博拉疫情应急响应
10月14r日.世界卫生组织(WHO)发出警告:在未来两个月内,西非国家将面对"could face up to 10 thousand new Ebola cases a week wit ...
- svg path 解析
<pre><svg width="100%" height="100%" version="1.1" xmlns=&quo ...
随机推荐
- 列举一些有所帮助的blog和文章
w3school hdoj imooc CSDN Github myGithub CmdMarkdown 一直在路上--记我从初中到本科近十年的学习成长历程 作者:周见智 C++中队列的建立与操作详细 ...
- python分享题目
目前的分享题目:1 python在云计算虚拟教室领域的应用 2 python与虚拟货币(华三工程师) 3 python在移动游戏的实践(爪子) 4 python互联网敏捷运维实践(蓝雪) 5 pyth ...
- React Native 之轮播图swiper组件
注释:swiper组件是第三方组件 所以在使用之前应该先在命令行安装,然后将第三方的模块引入(第三方模块地址:https://github.com/leecade/react-native-swipe ...
- hdu 4352 XHXJ's LIS 数位dp+状态压缩
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4352 XHXJ's LIS Time Limit: 2000/1000 MS (Java/Others ...
- java 使用正则判断是不是一个数字
public class Numeric { public static void main(String[] args) { String string = "-1234.15" ...
- Jenkins + Ant + Jmeter 对项目的接口进行CI持续集成的配置 外加发送邮件 sendEmail
Step1:安装Jenkins,从指定git上拉代码[安装步骤忽略] Step2:在项目安装的linux server上安装Ant 和Jmeter,我都安装在了自己的目录上,如下图 Step3:编写b ...
- cqlsh 一个错误
C:\Users\jasqia>cqlsh 10.215.70.158 1433Can't detect Python version! http://zqhxuyuan.github.io/2 ...
- 如何 Graphics 对象设置背景色
用 Clear 方法可以轻松地给 Graphics 对象设置背景色. using (Bitmap bmp = new Bitmap(width, height)){ using (Graphic ...
- Codeforces 834D - The Bakery(dp+线段树)
834D - The Bakery 思路:dp[i][j]表示到第j个数为止分成i段的最大总和值. dp[i][j]=max{dp[i-1][x]+c(x+1,j)(i-1≤x≤j-1)},c(x+1 ...
- 3.4 复杂的x86指令举例
计算机组成 3 指令系统体系结构 3.4 复杂的x86指令举例 x86作为复杂指令系统的代表,自然会有不少相当复杂的指令.在这一节我们将会看到其中有代表性的一些例子. 关于复杂的x86指令,我们这里举 ...