L146 Space Station Hole Cause Will Be Determined
The head of the U.S. space agency said Tuesday he's sure that investigators will determine the cause of a mysterious hole that appeared on the International Space Station, which his Russian counterpart has said was deliberately drilled.
美国航天局局长周二说,他确信调查人员将会查明出现在在国际空间站神秘的洞的原因,俄罗斯方面的相关人员说洞是人为故意钻孔
NASA Administrator Jim Bridenstine also said collaboration with Russia's Roscosmos remains important, despite recent comments by agency head Dmitry Rogozin that Russia wouldn't accept a "second-tier role" in a NASA-led plan to build an outpost near the moon.
虽然俄罗斯太空署负责人Dmitry Rogozin表示俄国不能接受在NASA月球轨道建立空间站的计划中作为次要角色。但是NASA负责人JB仍然表示与俄太空署的合作非常重要。
The hole that appeared in a Russian Soyuz capsule docked to the ISS caused a brief loss of air pressure in August before being patched. The incident sparked wide speculation and consternation.
8月,在俄罗斯联盟号太空舱中出现的一个洞,在被修补之前,造成了短暂的气压损失。这一事件引发了广泛的猜测和恐慌。
"I strongly believe we're going to get the right answer to what caused the hole on the International Space Station and that together we'll be able to continue our strong collaboration," Bridenstine said. "What we've got to do is we've got to very dispassionately allow the investigation to go forward without speculation, without rumor, without innuendo, without conspiracy."
布里登斯丁说:“我坚信,我们将会得到正确的答案,来解决国际空间站上的漏洞,我们将能够继续我们强有力的合作。”“我们要做的是,我们必须非常冷静地让调查继续下去,没有任何猜测,没有谣言,没有影射,没有阴谋。”
Although the U.S. is working toward commercial launches to the ISS, Russia shouldn't regard itself as sidelined, he said.
"There is coming a day when we're going to have our own access to the International Space Station through a commercial crew.
他说,尽管美国正在向国际空间站投入商业发射,但俄罗斯不应把自己视为次要地位。
“有一天,我们将通过一个商业团队,让我们自己进入国际空间站。”
I want to be really clear — that is not a replacement for the Russian Soyuz capabilities. We see it as redundancy and we want to make sure that even when a commercial crew is up and running we are still going to be launching American astronauts on Soyuz rockets and we would love to have Russian cosmonauts launching on commercial crew rockets in the United States," Bridenstine said.
我想说得很清楚——这不是俄罗斯联盟号的替代品。我们认为这是冗余和确保即使一个商业船员已经启动并运行我们仍将会在“联盟”号火箭发射美国宇航员和我们希望俄罗斯宇航员发射商业载人火箭在美国,”Bridenstine说。
Regarding the NASA-led Gateway project to build an orbiting moon outpost, Rogozin said recently that Russia couldn't afford to participate in other countries' projects in a secondary role. But Bridenstine said international involvement in the project was key.
"We're going to build an architecture between the earth and the moon where we can go back and forth a lot with robots and landers and rovers and humans ... the entire architecture between the Earth and the moon requires reusability. It requires international partners," he said.
关于美国航天局领导的“月球前哨”项目,罗戈津最近表示,俄罗斯承担不起参与其他国家项目的次要角色。但布里登斯廷说,国际社会参与该项目是关键。
Bridenstine met with Rogozin in Moscow on Tuesday and both will attend the Thursday launch of a manned capsule to the space station from Russia's space complex in Baikonur, Kazakhstan.
布里登斯汀周二在莫斯科会见了罗戈津,两人都将参加周四在哈萨克斯坦拜科努尔的俄罗斯太空中心发射的载人太空舱。
L146 Space Station Hole Cause Will Be Determined的更多相关文章
- POJ 2031 Building a Space Station
3维空间中的最小生成树....好久没碰关于图的东西了..... Building a Space Station Time Limit: 1000MS Memory Li ...
- [ACM_搜索] POJ 1096 Space Station Shielding (搜索 + 洪泛算法Flood_Fill)
Description Roger Wilco is in charge of the design of a low orbiting space station for the planet Ma ...
- POJ 2031 Building a Space Station (最小生成树)
Building a Space Station Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 5173 Accepte ...
- POJ 2031 Building a Space Station (最小生成树)
Building a Space Station 题目链接: http://acm.hust.edu.cn/vjudge/contest/124434#problem/C Description Yo ...
- Building a Space Station(kruskal,说好的数论呢)
Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 3820 Accepted: 1950 Description You a ...
- poj 2031 Building a Space Station【最小生成树prime】【模板题】
Building a Space Station Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 5699 Accepte ...
- POJ2031Building a Space Station (最小生成树之prim)
Problem Description You are a member of the space station engineering team, and are assigned a task ...
- POJ 2031 Building a Space Station (计算几何+最小生成树)
题目: Description You are a member of the space station engineering team, and are assigned a task in t ...
- (最小生成树) Building a Space Station -- POJ -- 2031
链接: http://poj.org/problem?id=2031 Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 6011 ...
随机推荐
- myeclipse 方法上加上@Override就报错的处理方法
在有@Override方法上面会报错如下: The method oncreate(Bundle) of type HelloWorld must override or implement a su ...
- PHP中构造函数和析构函数解析
构造函数 void __construct ([ mixed $args [, $... ]] ) PHP 5 允行开发者在一个类中定义一个方法作为构造函数.具有构造函数的类会在每次创建新对象时先调用 ...
- C teaching
L1 Preparation 1. environment codeblocks 2.variable, const 3. data type int "%d" char &quo ...
- jdbctemplate中的queryForInt方法
今天才发现,原来spring 3.2.2之后,jdbctemplate中的queryForInt已经被取消了! 看下代码: 原来是这样写的: String sql = "SELECT cou ...
- SpringBoot 简单集成ActiveMQ
ActiveMQ安装配置步骤见:https://www.cnblogs.com/vincenshen/p/10635362.html 第一步,pom.xml引入ActiveMQ依赖 <depen ...
- kafka log文件和offset原理
log与offset 日志存储路径根据配置log.dirs ,日志文件通过 topic-partitionId分目录,再通过log.roll.hours 和log.segment.bytes来分文件, ...
- .net 修改AD域中的密码
1.通过vs 2013 新建一个web站点(不是空项目),这个会带一下模板, 2.然后新建一个页面UpdatePassWord.aspx aspx页面内容: <%@ Page Title=&qu ...
- Python学习札记(四) Basic-1
参考:Python基础 Basic 1.以#开头的是注释. 2.解释器把每一行都当做是一个语句,当语句以冒号:结尾时,缩进的语句视为代码块. 3.请使用4个空格作为缩进,慎用Tab(请把Tab设置为4 ...
- springMvc REST 请求和响应
前言: 突然怎么也想不起来 springMvc REST 请求的返回 类型了! (尴尬+究竟) 然后本着 方便的想法 百度了一下 发现了个问题,大家在写 springMvc RES ...
- [PostgreSql]PostgreSql调用函数及用IF EXISTS判断表是否存在
1.创建一个函数function1 -- FUNCTION: public.function1(character varying, integer) -- DROP FUNCTION public. ...