When I was a kid | the disaster we worried about most | was a nuclear war.

[wen aɪ wəz ə kɪd]  [dɪˈzæstər]

kid的d轻读

That's why we had a barrel like this down in our basement, filled with cans of food and water.

[ˈbærəl]

When the nuclear attack came, we were supposed to go downstairs, hunker down,and eat out of that barrel.

[əˈtæk keɪm]

attack的k音吞音,所以要留一拍停顿

be supposed to do     应当,应该

hunker down  蹲坐

hunker [ˈhʌŋkər] 蹲下;保守主义者

Today, the greatest risk of global catastrophe doesn't look like this.

Instead, it looks like this.

[ɪnˈsted]

inside [ˌɪnˈsaɪd]

If anything kills over 10 million people in the next few decades, it's most likely to be a highly infectious virus rather than a war.

Not missiles, but microbes.

[ˈmɪsəlz]               [ˈmaɪˌkroʊbz]

Now part of the reason for this is that we have invested a huge amount in nuclear deterrents.

a huge amount [ə hjuːdʒ əˈmaʊnt]  数量巨大的

deterrents  [dɪˈtɜrənts]  威慑力量

Deterrence [dɪˈtɜːrəns]  ns 发 ‘次’   威慑;威慑力

But we have actually invested very little in a system to stop an epidemic.

We're not ready for the next epidemic.

Let's look at Ebola.

I'm sure all of you read about it in the newspaper.  Lots of tough Challenges.

I followed it carefully.

I followed it carefully through the case analysis tools.

I followed it carefully through the case analysis tools(we use to track polio eradication).

eradication [ɪˌrædɪˈkeɪʃn]  根除,消除

And as you look at what went on,  the problem wasn't that there was a system that doesn't work well enough. The problem was that we didn't have a system at all.

[ən əz]                                             [ˈprɑːbləm]                                     [ˈsɪstəm]

In fact, there is some pretty obvious key missing pieces.

[ˈprɪti]   [ˈɑːbviəs]

We didn't have a group of epidemiologists ready to go,   who would have gone,  seen what the disease was,  seen how far it had spread.

[ˌepɪˌdiːmi'ɒlədʒɪsts]                   [dɪˈziːz]

The case reports came in on paper.

[keɪm]

病例报告以纸质形式出现。

It was very delayed before they were put online. And they were extremely inaccurate.

[dɪˈleɪd]  [ɪnˈækjərət]

We didn't have a medical team ready to go.

We didn't have a way of preparing people.

[prɪˈperɪŋ]

Now, Medicins Sans frontieres did a great job orchestrating volunteers.

[ˈɔːrkɪstreɪtɪŋ]

Medicins Sans Frontieres 无国界医生;人道主义组织无国界医生  法语

Medicine [ˈmedɪsn]  医学,药

sans [sænz]  prep. 无;没有

frontiers [frənˈtɪrz] 国界,边界

orchestrating  [ˈɔːrkɪstreɪtɪŋ]  密谋,精心安排,组织

But even so, we were far slower than we would have been getting the thousands of workers into these countries.

even so 即便如此

these  [ðiːz]

And a large epidemic would require us to have hundreds of thousands of workers.

[lɑːrdʒ]

There was no one there to look at treatment approaches.

treatment approaches  [ˈtriːtmənt əˈproʊtʃɪz]

treatment 治疗

approaches

v. (在距离或时间上)靠近,接近;接洽;建议;要求;(在数额、水平或质量上)接近
n. (待人接物或思考问题的)方式,方法,态度;(距离和时间上的)靠近,接近;接洽;建议;要求

No one to look at the diagnostics.

diagnostics [ˌdaɪəɡˈnɑːstɪkz]  诊断学

No one to figure out what tools we should be used.

As an example, we could have taken the blood of survivors, processed it,  and put that plasma back in people to protect them.

processed  [prəˈsest]

protest 反对 抗议

protect 保护

plasma [ˈplæzmə] 血浆;等离子体

But that was never tried.

[traɪd]

So there was a lot that was missing.

And  these things are really a global failure.

[ðiːz]

The WHO is founded to monitor epidemics, but not to do these things I talked about.

monitor   [ˈmɑːnɪtər]

money [ˈmʌni]

Now, in the movies, it's quite different.

There is a group of handsome  epidemiologists ready to go,   They move in. They saved the day. But that's just pure hollywood.

save [seɪv]

hollywood [ˈhɑːliwʊd]

saved the day 化险为夷

The failure to prepare could allow the next epidemic to be more dramatically more devastating than Ebola.

failure  [ˈfeɪljər]

allow  [əˈlaʊ]

dramatically  [drə'mætɪkli] 戏剧地;显著地

devastating [ˈdevəsteɪtɪŋ] 破坏性极大的;毁灭性的;令人震惊的;

Let's look at the progression of Ebola over this year.

over this year 今年以来

Over 10000 people died and nearly all were in the three west African countries.

There is a 3 reasons why it didn't spread more.     The first reason is that there was a lot of heroic work by health workers.

heroic [həˈroʊɪk]  英勇的;英雄的

口语学习和听力学习那个更重要?

观点一:

在没有语境的情况下,进行口语学习效果可能不会太好

观点二:

小孩刚学话的时候并不懂话是什么意思,但是他们是先会说,然后才慢慢懂自己说的是什么意思

这说明:口语更具有行动性,听力是慢慢影响和熏陶的

手机端讯飞麦克风 + 电脑端讯飞PC版 (纠音) + 轻听英语app + practice makes perfect

And as you look at where we are.

1-The next outbreak we're not ready的更多相关文章

  1. jquery中的$(document).ready(function() {});

    当文档载入时执行function函数里的代码, 这部分代码主要声明,页面加载后 "监听事件" 的方法.例如: $(document).ready( $("a") ...

  2. 谈谈document.ready和window.onload的区别

    在Jquery里面,我们可以看到两种写法:$(function(){}) 和$(document).ready(function(){}) 这两个方法的效果都是一样的,都是在dom文档树加载完之后执行 ...

  3. $(document).ready() 与window.onload的区别

    1.执行时间 window.onload必须等到页面内包括图片的所有元素加载完毕后才能执行. $(document).ready()是DOM结构绘制完毕后就执行,不必等到加载完毕. 2.编写个数不同 ...

  4. DOM加载过程中ready和load的区别

    在浏览器地址栏输入URL地址,浏览器开始加载页面时,有以下几个过程 1.浏览器开始解析HTML文档 2. 浏览器遇到HTML文档中的<script>元素以及CSS样式文件,并且没有asyn ...

  5. jq方法中 $(window).load() 与 $(document).ready() 的区别

    通过自学进入了前端的行列,只知道在js中,一开头就写一个: window.onload = function(){ //doing sth} 然后所有的乱七八糟的代码全塞里面,大概知道window.o ...

  6. jQuery $(document).ready() 与window.onload的区别

    ps:jQuery中$(document).ready()的作用类似于传统JavaScript中的window.onload方法,虽然具有类似的效果,但是它们在触发操作的时间上存在着微妙的差异. 在j ...

  7. $(document).ready,$(window).load,window.onload区别和联系

    $(document).ready是在dom结构加载完毕就执行. $(window).load 等价于window.onload,必须等到页面内包括图片的所有元素加载完毕后才能执行. $(docume ...

  8. window.onload和$(document).ready(function(){})的区别

    前段时间在面试之前查找并整理了一下window.onload和$(document).ready(function(){})区别,今天有时间更到我的博客上,由于本人资历尚浅,如有不对的地方,还请指正. ...

  9. window.onload与$(document).ready()的区别

    对于很多初学者来说,window.onload出现在代码中的频率非常高,这似乎变成了一种习惯,可是并不知道具体为什么要加这句代码,可以做几个试验对比: 实验一: <script> docu ...

随机推荐

  1. redis的持久化(RDB与AOF)

    1.为什么redis要实现持久化? 避免因宕机.断电等场景导致进程退出后数据丢失,如果redis的数据都只存放于内存,那么进程退出后数据就丢失了.持久化机制可以持久化内存数据到硬盘,重启redis后基 ...

  2. Remap 后的 USART1 不能发送数据

    最近在使用 STM32 的 USART1 时,遇到一点问题,记录一下. 如果 USART1 不是使用 PA9 和 PA10 作接收和发送引脚,而是 PB6 和 PB7,那么有一点就一定得注意了:此时 ...

  3. Excel只想显示一部分日期,怎样把其余部分隐藏起来?

      问题:只想显示一部分日期,怎样把其余部分隐藏起来? 方法:分列 Step1:选中需要修改的单元格——数据——分列. Step2:固定宽度——点击下一步. Step3:在建立分列处单击鼠标(若想取消 ...

  4. Spark GraphX从入门到实战

      第1章 Spark GraphX 概述 1.1 什么是 Spark GraphX   Spark GraphX 是一个分布式图处理框架,它是基于 Spark 平台提供对图计算和图挖掘简洁易用的而丰 ...

  5. 资料共享-源代码-视频教程-PLC-OpenCV-C++-MFC

    资料共享-源代码-视频教程-PLC-OpenCV-C++-MFC 资料共享-源代码-视频教程 资料共享-源代码-视频教程-PLC-OpenCV-C++-MFC

  6. Python编程快速上手 让繁琐工作自动化 - 专业程序员的养成完整版PDF免费下载_百度云盘

    Python编程快速上手  让繁琐工作自动化 - 专业程序员的养成完整版PDF免费下载_百度云盘 提取码:7qm4 有关本书 累计销售超过10万册 零基础编程者的不二之选 基于Python3编写 通用 ...

  7. 3分钟看懂C#委托

    委托是c#语言的一大亮点,最大的作用是让一个方法可以作为另一个方法的参数 下面是一个简单的示例 internal class Program { //使用delegate定义委托类型 private ...

  8. Python3-sys模块-解释器相关参数与函数

    Python3中的sys模块提供了访问由解释器使用和维护的一些变量和与解释器强烈交互的函数 sys.argv 获取传递给Python脚本的参数列表,sys.argv[0]代表脚本本身,sys.argv ...

  9. Spring IoC 自定义标签解析

    前言 本系列全部基于 Spring 5.2.2.BUILD-SNAPSHOT 版本.因为 Spring 整个体系太过于庞大,所以只会进行关键部分的源码解析. 本篇文章主要介绍 Spring IoC 容 ...

  10. Python实用笔记 (14)函数式编程——匿名函数

    当我们在传入函数时,有些时候,不需要显式地定义函数,直接传入匿名函数更方便. 在Python中,对匿名函数提供了有限支持.还是以map()函数为例,计算f(x)=x2时,除了定义一个f(x)的函数外, ...