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 < ...
随机推荐
- CKEditor 5
1.官网 https://ckeditor.com/ckeditor-5/download/ 2.
- java定时任务——间隔指定时间执行方法
摘要:运行 main 方法的时候开始进行定时任务, service.scheduleAtFixedTate(task,5,TimeUnit.SECONDS);方法为关键 此次任务就是 run() 方法 ...
- 应用DBExportDoc导出mysql库为word07文档
1.相关软件下载 DBExportDoc V1.0 For MySQL 密码:znu3 MySQL Connector/ODBC 2.安装mysql-connector-odbc并配置数据源 安装略. ...
- Letter S Pronounced [z]
Letter S Pronounced [z] Share Tweet Share Since English is not a phonetic language, one letter is no ...
- [C语言]使用数组
----------------------------------------------------------------------------- // main.c 例 // Created ...
- 2.Servlet基础.md
目录 1.定义 2.特点 3.手动编写一个Servlet 3.1创建一个Servlet类 3.2找到编写类的class文件,将这个类的整个包拷贝到一个web应用中的WEB-INF/classes目录下 ...
- Celery + RabbitMq 示意图
一直搞不清楚消息队列和任务队列是如何结合的,直到碰到了 :http://www.cnblogs.com/jijizhazha/p/8086119.html 中的图,恍然大悟,凭借自己的理解,画了这幅组 ...
- PowerDesigner导入sql脚本生成物理模型
https://www.cnblogs.com/zsswpb/p/5771623.html
- vue 组件中this指向
今天开始学习慕课网的“去哪网”app开发,之前用学了一段时间对vue还是没有深刻理解透,先在开始要从新开始学习vue,今天学的第一堂课是vue 中v-model.v-for的简单例子,以前改变dom中 ...
- php首字母 大写 数组去重复
$zimu[]=strtoupper(substr( $value['title'], 0, 1 ));//大写 $zimu[]=strtolower(substr( $value['title'], ...