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的更多相关文章

  1. POJ 2031 Building a Space Station

    3维空间中的最小生成树....好久没碰关于图的东西了.....              Building a Space Station Time Limit: 1000MS   Memory Li ...

  2. [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 ...

  3. POJ 2031 Building a Space Station (最小生成树)

    Building a Space Station Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 5173   Accepte ...

  4. POJ 2031 Building a Space Station (最小生成树)

    Building a Space Station 题目链接: http://acm.hust.edu.cn/vjudge/contest/124434#problem/C Description Yo ...

  5. Building a Space Station(kruskal,说好的数论呢)

    Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 3820   Accepted: 1950 Description You a ...

  6. poj 2031 Building a Space Station【最小生成树prime】【模板题】

    Building a Space Station Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 5699   Accepte ...

  7. POJ2031Building a Space Station (最小生成树之prim)

    Problem Description You are a member of the space station engineering team, and are assigned a task ...

  8. POJ 2031 Building a Space Station (计算几何+最小生成树)

    题目: Description You are a member of the space station engineering team, and are assigned a task in t ...

  9. (最小生成树) Building a Space Station -- POJ -- 2031

    链接: http://poj.org/problem?id=2031 Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 6011 ...

随机推荐

  1. ROS学习

    随着机器人领域的快速发展和复杂化,代码的复用性和模块化的需求原来越强烈,而已有的开源机器人系统又不能很好的适应需求.2010年Willow Garage公司发布了开源机器人操作系统ROS(robot ...

  2. Linux下多线程下载工具myget

    [root@superdba ~]# mytgetMytget 0.0.99: A download accelerator for GNU/LinuxUsage: mytget [options]. ...

  3. C++之map使用

    解析文件或者字符串,一key跟keyvalue来存在map中,如下代码: test.h: #include <map>#include <vector> Class test ...

  4. Greatest Common Increasing Subsequence

    /*HDU1423 最长公共递增*/ #include <stdio.h> #include <string.h> #include <iostream> usin ...

  5. Python学习笔记之Centos6.9安装Python3.6

    0x00 注意 如果本机安装了python2,尽量不要管他,使用python3运行python脚本就好,因为可能有程序依赖目前的python2环境, 比如yum!!!!! 不要动现有的python2环 ...

  6. tomcat+svn+maven+jenkins实现自动构建

    首先说明一个各软件的版本: tomcat:apache-tomcat-8.5.16.tar.gz maven:apache-maven-3.5.0-bin.tar.gz svn:subversion- ...

  7. awk二十问-【AWK学习之旅】

    ---===AWK学习之旅===--- 一行命令: 1.打印输入每行的字段总数: 最后一行的字段总数:END{print NF} 每行都显示字段总数: {print NF}   2.打印指定行: aw ...

  8. php-fpm 信号

    使用信号之前,需要先确保php-fpm.conf 里面有配置pid,默认是被注释掉的. ;pid = run/php-fpm.pid 文件在 php安装目录/var/run/php-fpm.pid 信 ...

  9. ubuntu下apt-get的配置文件是哪个

    答:在/etc/apt/apt.conf 这个配置文件里可以指定使用代理,如: Acquire::https::proxy "http://myproxy.com:8080/";

  10. tcp cubic代码分析

    /* * TCP CUBIC: Binary Increase Congestion control for TCP v2.3 * Home page: * http://netsrv.csc.ncs ...