Exoplanet: The hunt is on
原文
How many planets are out there?
Today scientists believe that planets could outnumber the stars.For centuries,scientists and natual philosophers have proposed that stars in the night sky have planetary system similar to our solar system.The existence of extrasolar planets,or exoplanets,has long been speculated.However,only in the last few decades have we developed the technology to prove their exsitence.Alough not the first exoplanet discovery,a planet near a sun-like star was discovered by astronomers in 1995.
This kicked off an area of exoplanet hunting,with thousands of discoveries and confirmations following in its wake.Most exoplanets are very different from the ones in our solar system.However,in 2015 NASA's Kepler space telescope found its first Earth-sized planet in a "habitable"zone.This is the distance from a star where surface temperatures of a planet wolen't be too hot or too cold for liquid water.So far,only a small slice of our galaxy,the Milky Way,has been explored.Even so,scientists have confirmed over 3500 exoplanets,with more being added every day.
词汇
shooting star 流星
the Milky Way 我们人类生活的银河系
extrordinary 非凡的
extrocurricular 课外的
outnumber 在数量上超过
In our company,males outnumber females two to one.
The kids outnumber the adults at our family reunion.
spectulate 猜测 推测
Ecomomists are spectulating that there will be another rise in interest rates.
The media has been spectulated the celeb couple will tie the knot soon.
in sth's wake 随着某件事而来的结果
The prise of the company's stocks was boosted in the wake of the merger.
The building was closed to the public in the wake of terrorist attack.
galaxy 星际
Through this telescope you can see the nearest galaxy to Earth.
The sun is just one of the stars in our galaxy.
句型
to kick off 开始
I've had enough of sth 对某事忍无可忍 I've had enough sth 吃饱了,现在够了
is on 正在进行中
Exoplanet: The hunt is on的更多相关文章
- 【SIGGRAPH 2015】【巫师3 狂猎 The Witcher 3: Wild Hunt 】顶级的开放世界游戏的实现技术。
		
[SIGGRAPH 2015][巫师3 狂猎 The Witcher 3: Wild Hunt ]顶级的开放世界游戏的实现技术 作者:西川善司 日文链接 http://www.4gamer.net/ ...
 - zoj Treasure Hunt IV
		
Treasure Hunt IV Time Limit: 2 Seconds Memory Limit: 65536 KB Alice is exploring the wonderland ...
 - POJ 1066 Treasure Hunt(线段相交判断)
		
Treasure Hunt Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 4797 Accepted: 1998 Des ...
 - Hunt the Wumpus第二个版本---多怪兽,多洞穴,洞穴间双向互通
		
其中,将洞穴连起来的算法要好好体会. 学习构建临时变量列表,确认循环用FOR,非确定循环用 WHILE,并定好退出条件. from random import choice cave_numbers ...
 - 吃午饭前,按书上的代码写会儿--Hunt the Wumpus第一个版本
		
有空就要慢慢练起~~~~脑袋动起来是很快乐的事儿....:) <易学PYTHON>演练一遍. from random import choice cave_numbers = range( ...
 - 微软Code Hunt答案(00-05)——沉迷娱乐的我
		
昨天看到微软出的网游Code Hunt.o(∩_∩)o...哈哈,还不好好玩一吧,个人感觉不是一个模块比一个模块难的,Code Hunt是按功能划分.所以不要怕自己做不来.由于不同人特长不一样. 像A ...
 - ZOJ3629 Treasure Hunt IV(找到规律,按公式)
		
Treasure Hunt IV Time Limit: 2 Seconds Memory Limit: 65536 KB Alice is exploring the wonderland ...
 - POJ 1066 Treasure Hunt(相交线段&&更改)
		
Treasure Hunt 大意:在一个矩形区域内.有n条线段,线段的端点是在矩形边上的,有一个特殊点,问从这个点到矩形边的最少经过的线段条数最少的书目,穿越仅仅能在中点穿越. 思路:须要巧妙的转换一 ...
 - [刷题]算法竞赛入门经典(第2版) 5-9/UVa1596 - Bug Hunt
		
//开学了,好烦啊啊啊啊啊!怎么开个学那么多破事情!!都俩星期了,终于有时间写出来一道题 题意:不难理解,不写了.这几天忙的心累. 代码:(Accepted, 0.010s) //UVa1596 - ...
 
随机推荐
- Docker管理应用数据
			
1. Manage data in Docker 默认情况下,所有在容器内部创建的文件被存储在一个可写的容器层.这就意味着: 当容器不存在的时候,数据不能被持久化,而且在容器外部想要读取这些数据十分 ...
 - mock api
			
模客:http://mock-api.com/ easy-mock:https://www.easy-mock.com/ easy-mock动不动就挂了,而且用起来特别卡,不知道为什么那么多人推荐-_ ...
 - 洛谷 - P1891 - 疯狂LCM - 线性筛
			
另一道数据范围不一样的题:https://www.cnblogs.com/Yinku/p/10987912.html $F(n)=\sum\limits_{i=1}^{n} lcm(i,n) $ $\ ...
 - std::thread 在DLLMain 中会发生死锁   std::thread cause deadlock in DLLMain
			
注意不要再DLLMain中使用 std::thread 否则会发生死锁. 但是可以使用 _beginthreadex (此函数可以使用lambda) 或者直接使用windows的底层函数: Creat ...
 - PostgreSQL - pgAdmin4远程连接数据库
			
前言 PostgreSQL在安装的时候自带的pgAdmin这个可视化工具,自从将PostgreSQL9升级到了10版本后,自带的pgAdmin也从3升级到了4版本.pgAdmin4的变化非常巨大,刚接 ...
 - FONT 字体颜色大全
			
用这句代码 替换 AmericanTypewriter-Bold字段就会有不同的字体样式 _typeLabel.font = [UIFont fontWithName:]; Font Family: ...
 - Gym - 101810B ACM International Collegiate Programming Contest (2018)
			
bryce1010模板 http://codeforces.com/gym/101810 #include <bits/stdc++.h> using namespace std; #de ...
 - Java EE学习笔记(五)
			
Spring事务管理 1.Spring事务管理概述 1).在实际开发中,操作数据库时都会涉及到事务管理问题,为此Spring提供了专门用于事务处理的API.(事务特性:ACID,原子性,一致性,隔离性 ...
 - avalon使用体验
			
最近在用avalon做项目,使用的感受是,它确实会比angualr学习成本更低,我不需要花很多时间去了解它的功能,没有指令.没有服务,花一个晚上看看API就差不多能着手用了.avalon的视图它提供了 ...
 - jQuery position() 源码解读
			
position的代码比较简单... position: function() { if ( !this[ 0 ] ) { return; } var offsetParent, offset, el ...