100-days:nine
Title: Boeing(波音飞机) crash isolates FAA as(伴随,随着) China leads push against Max(出事机型,即737 Max)
crash n.撞毁,坠毁 crash v. car / plane crash 车祸 / 飞机坠毁
isolate v.孤立(人、国家或组织);隔离
FAA 美国联邦航空管理局 the Federal Aviation Administration aviation n.航空;航空业
aviator n.飞行员 avi 鸟
push n.推动,推动力 push against 反对,抵制某件事
Three days after an Ethiopian Airlines jet crashed, killing all 157 people on board, country after country(一个接着一个的国家) ignored assessments by the U.S. Federal Aviation Administration (FAA) that the plane(指和出事飞机同一型号的飞机) is safe to fly. Canada agreed that(省略掉了) it was too early to act but many countries(此处省略掉了) fell into line in growing numbers behind(方位词,跟在谁的后面) the first major nation to ground its 737 Max fleet——(扩折号在此,有点引出背后大佬的意味)China.
assessment n.评估 assess v.评估,评定
fall into line with + 对象 保持一致 with + 保持一致的对象 fall into line with the new rules 和新规则保持一致,遵守新规则
in growing numbers (介词短语做状语)国家的数量在不断上升
the first major nation 第一个主要的国家
ground v.禁止…飞行;使停飞;禁足
fleet n.机群,车队 a fleet of taxis 出租车队
In doing so, long-time American allies including the U.K.(英国) and Australia(澳大利亚) broke convention(打破常规) by snubbing an authority(权威) that has defined what's airworthy——and what's not ——for decades(十年,十年间).
in doing so 这样做的时候,如此以来
long-time adj.长期以来的
ally n.盟友;同盟国 the Allies 同盟国
convention 常规,惯例
snub v.冷落,怠慢
airworthy adj.(飞机)飞行性能良好的,适航的
释义:be in safe working condition and safe to fly
One day after the Ethiopian Airlines flight(航班,某航班的班机) plunged to the ground, the Civil Aviation Administration of China (CAAC) drew a possible connection between the crash and Lion Air's in October. Separately(另外), the Wall Street Journal(华尔街日报) reported that Ethiopia wanted to send the flight-data and cockpit-voice recorders(黑匣子) to the U.K., causing U.S. investigators(调查者,调查人员) to hold intense behind-the-scenes talks(幕后谈判) to bring the parts to America.
plunge v.骤然下降,骤然移动 plunge into
CAAC 民航局
draw v.做对比,做区分;下结论 draw a comparison / distinction 作比对 / 作区分
draw a conclusion 判断什么和什么之间是有关联的
cockpit n.(飞机的)驾驶舱
cockpit-voice recorders(飞机驾驶舱内部录音器)
behind the scenes 不公开的地,幕后地
To be sure(毋庸置疑), Chinese aviation regulators do tend to be conservative. They banned the use of cellphones on aircraft until 2018, years after regulators in developed countries gave them the green light.
conservative adj.保守的;守旧的 liberal adj.开放的,开明的
give the green light 准许,允许 give sb the green light
But China is gaining influence. As a regulator, recent events indicate China is on its way to attaining the level of authority(威信力,权威力) enjoyed by the FAA and the European Union Aviation Safety Agency, giving the country global recognition for its ability to determine when an aircraft is safe to fly.
influence n.影响力 influencer n.在社交网络上有影响力的人,网红
be on the way to doing sth 接近完成某事 同义词 => be close to doing sth
recognition n.承认;任可;接受
100-days:nine的更多相关文章
- PayPal高级工程总监:读完这100篇论文 就能成大数据高手(附论文下载)
100 open source Big Data architecture papers for data professionals. 读完这100篇论文 就能成大数据高手 作者 白宁超 2016年 ...
- height:100% 布局
常常会碰到需要填满整个浏览器,并且自适应高度的需求.首先肯定会想到给容器设定height:100%,但是会没有效果.原因是body没有高度,所以百分比无法生效. 解决方案:给html,body,标签都 ...
- .NET跨平台之旅:将QPS 100左右的ASP.NET Core站点部署到Linux服务器上
今天下午我们将生产环境中一个单台服务器 QPS(每秒请求数)在100左右的 ASP.NET Core 站点部署到了 Linux 服务器上,这是我们解决了在 .NET Core 上使用 EnyimMem ...
- xinetd cpu 100%
今天,有个给客户试用的环境出现xinetd cpu 100%,而且连续运行很长时间了.之前也有环境发生过,今天排查解决了三四个问题,实在是查的身体都不舒服了,还没时间查这个问题... 知道的求解...
- EZchip将推全球首款100核64位ARM A-53芯片
EZchip将推全球首款100核64位ARM A-53芯片 2015-02-25 16:32:03 来源:互联网 关键字: 将推 全球 64位 arm EZchip日前表示,将准备开发 ...
- Ural 1209. 1, 10, 100, 1000... 一道有趣的题
1209. 1, 10, 100, 1000... Time limit: 1.0 secondMemory limit: 64 MB Let's consider an infinite seque ...
- Java程序设计之打印100~999的水仙花数
package printDaffodilNumber; /* * 题目:打印出所有的"水仙花数",所谓"水仙花数"是指一个三位数,其各位数字立方和等于该数本身 ...
- jQuery中的100个技巧
1.当document文档就绪时执行JavaScript代码. 我们为什么使用jQuery库呢?原因之一就在于我们可以使jQuery代码在各种不同的浏览器和存在bug的浏览器上完美运行. < ...
- 设置height:100%无效的解决方法
设置height:100%无效的解决方法 刚接触网页排版的新手,常出现这种情况:设置table和div的高height="100%"无效,使用CSS来设置height:" ...
- 1.2输出100以内的素数&输出前100个素数。
输出100以内的素数只是一个嵌套,在1.1的基础上添加一层循环,只需要注意从2开始,并且变量需要换一个. #include<stdio.h> int main() { ; ; i < ...
随机推荐
- tar 排除文件
tar -cvf test.tgz test/ --exclude *.txt --exclude *.jpg
- c# sql等微型代码工具LinqPad
- fb 4.7英文版 显示行数
窗口(window)à首选项(Preference)—>常规(General)—>编辑器(Editors)—>文本编辑器(Text Editors)—>“显示行号”(Show ...
- Servlet基本_Httpリクエスト、レスポンス
1.リクエスト リクエストは.リクエストライン.メッセージヘッダ.改行.メッセージボディで組まれる. 主なリクエストヘッダは. Accept クライアントが利用可能なデータメディアタイプを指定. Ac ...
- python文件处理指针的移动
控制文件指针移动 with open('a.txt',mode='rt',encoding='utf-8')as f: res=f.read(4) print(res) 强调:只有t模式下read(n ...
- IIS Express
当前程序员只能通过下面两种web服务器之一来开发和测试ASP.NET网站程序: 1. Visual Studio自带的ASP.NET开发服务器(webdev.exe). 2. Windows自带的II ...
- Excel导入oracle的几种方法
http://www.jb51.net/list/list_154_1.htm 方法一.使用SQL*Loader这个是用的较多的方法,前提必须oracle数据中目的表已经存在.大体步骤如下:1.将ex ...
- 【原】wow64 x86/x64 代码切换过程分析
下面以ntdll32!ZwQueryInformationProcess API为例分析 x86代码与x64代码之间的切换过程, 32bit的test程序: step1: ntdll32!ZwQuer ...
- python pip 下载慢 配置使用国内源配置
ubuntu apt 使用国内源 设置>软件和更新>下载自 选择mirrors.aliyun.com/ubuntu 更新源sudo apt-get update 安装系统包:sudo ap ...
- python类和对象的底层实现
按照python中"一切皆对象的原理",所有创建的对象,都是一个已知存在的class实例化的结果;那么class又是被哪个"类"实例化的呢?先看下面的一段代码 ...