很高兴看到有这么多人想了解我们的体育设施。
It's good to see that there are so many people wanting to find out about our sports facilities.
这所大学的所有学生都有资格成为体育中心的成员,年费9.50英镑。
All students of the college are entitled to become members of the Sports Centre, for an annual fee of £9.50.
周五我们恐怕不能注册新成员,所以注册时间为周一至周四下午两点到六点,地点为接待处。
I'm afraid we can't register new members on Friday, so it's Monday to Thursday, 2 to 6, at reception.
你来注册的时候务必要记得带上三件东西。
There are three things that you must remember to bring with you when you come to register.
你觉得我应该把通知贴在哪里?
Where do you think I should put up the notice?
然后,一旦你拿到了健身卡,无论你什么时候来预约或使用任何健身中心设施,都要随身携带此卡。
Then once you have got your sports card, you will need to bring it with you whenever you come to book or use any Sports Centre facilities.
不允许电话预定,所以当你想预定的时候必须本人带着卡过来。
"Booking over the phone is not allowed, so you have to come here in person, with your card, when you want to book."
我们的开放时间似乎每年都变得更长。
Our opening hours seem to get longer every year.

If a big asteroid with Earth's name on it were to reach us unimpeded, well, we could go the way of the dinosaurs.
如果一颗有地球名字的大小行星能够毫无阻碍地到达我们的地球,那么,我们就可以走恐龙的路了。
So a group of astronauts is advising the U.N. on a plan to protect the planet.
This is taking responsibility for the survival of life on planet Earth.

Apollo astronaut Rusty Schweickart on October 25th, at a discussion of the issue at New York's American Museum of Natural History

... its dinosaur skeletons a reminder of the danger of being unprepared.

Last week, the General Assembly approved a preliminary set of asteroid defense measures.

For example, a system for nations to share info about incoming space rocks.

And a coordinated mission to deflect any asteroids found to be on a collision course with Earth.
The biggest problem right now institutionally is ... no government in the world today has explicitly assigned the responsibility for planetary deflection to any of its agencies.
NASA does not have an explicit responsibility to deflect an asteroid, nor does any other space agency.
Ultimately, the Earth's nations must work together to combat this extraterrestrial threat.

Because when it comes to space rocks, they are definitely out there.

BEC listen and translation exercise 38的更多相关文章

  1. BEC listen and translation exercise 11

    When you are in any contest you should work as if there were — to the very last minute — a chance to ...

  2. BEC listen and translation exercise 37

    You're supposed to do that before 10.30 in the morning, but obviously, if it's an emergency, you can ...

  3. BEC listen and translation exercise 35

    高中听力: At five o'clock, we have afternoon tea, but we don't have it in the kitchen. Father's Day is t ...

  4. BEC listen and translation exercise 31

    听力练习: All societies have ways of encouraging and enforcing what they view as appropriate behaviour w ...

  5. BEC listen and translation exercise 40

    However, recently there's been more and more interest in the development of ostrich farming in other ...

  6. BEC listen and translation exercise 13

    The old lady sits on a mobile chair every morning. He got a large fortune when his father died, but ...

  7. BEC listen and translation exercise 12

    More than 220 cities now have air quality monitoring systems and 42 others will have systems in plac ...

  8. BEC listen and translation exercise 9

    You will do foolish things, but do them with enthusiasm. 你难免会做傻事,但要做,就做得满怀激情. In addition, there sho ...

  9. BEC listen and translation exercise 8

    The double-decker plane that can carry over 550 passengers dwarfs all other commercial jets. In just ...

随机推荐

  1. UFLDL深度学习笔记 (三)无监督特征学习

    UFLDL深度学习笔记 (三)无监督特征学习 1. 主题思路 "UFLDL 无监督特征学习"本节全称为自我学习与无监督特征学习,和前一节softmax回归很类似,所以本篇笔记会比较 ...

  2. Esper 20章 优化

    20 优化esper为了处理高速的生成力已经高度优化,并且接收事件和输出结果低延迟.esper还可以进一步最大化可测使用在 软实时和硬实时JVM 上. 本章描述了最好的优化练习,而且解释了怎么去评价e ...

  3. html5小趣味知识点系列(一)pubdate

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  4. 查看硬盘负载情况:iostat命令

    Linux系统中的 iostat是I/O statistics(输入/输出统计)的缩写,iostat工具将对系统的磁盘操作活动进行监视.它的特点是汇报磁盘活动统计情况,同时也会汇报出CPU使用情况.同 ...

  5. iOS CLLocationManager定位

    本文转载至 http://www.tuicool.com/articles/7JBRZn 在iOS8以前的版本中,我们使用CLLocationManager定位是没有问题的,最近在iOS8系统中却无法 ...

  6. Myeclipse 文件注释和解注释

    我用的是myeclipse10.6, 在xml中 注释可以用: ctrl+shift+/ (段落注释) ctrl+shift+c (行注释) 解除注释可以用: ctrl+shift+\ 在proper ...

  7. [JavaScript]WebBrowser控件下IE版本的检测

    转载请注明原文地址:https://www.cnblogs.com/litou/p/10772272.htm 在客户端检查用户使用的浏览器类型和版本,都是根据navigator.userAgent属性 ...

  8. height为auto, 滚动条出现时, 使页面不跳动

    <style> html { margin-left: calc(100vw - 100%); } </style> ;

  9. 【python】-- 文件操作

    一.概述 我们工作中需要经常操作文件,下面就讲讲如何用Python操作文件 1.文件操作的流程: 打开文件,得到文件句柄赋值给一个变量 通过文件句柄,对文件进行操作 关闭文件 #获取文件句柄 f = ...

  10. Android系统移植与调试之------->安装apk时出现错误Failure [INSTALL_FAILED_DEXOPT]问题解决的方法

    在android4.0源码里面编译出来apk后,用adb install (或adb install -r 重装)安装时,报错[INSTALL_FAILED_DEXOPT]. xu@xu-PC:~$ ...