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. 高通camera结构(摄像头基础介绍)

    摄像头基础介绍 一.摄像头结构和工作原理. 拍摄景物通过镜头,将生成的光学图像投射到传感器上,然后光学图像被转换成电信号,电信号再经过模数转换变为数字信号,数字信号经过DSP加工处理,再被送到电脑中进 ...

  2. Java伙伴系统(模拟)

    参考:https://labrick.cc/2015/10/12/buddy-system-algorithm/ 代码过烂 不宜参考. output: [operating.entity.Heap@4 ...

  3. 你可能不熟悉的JS总结

    暂时性死区 只要块级作用域存在let命令,它所声明的变量就"绑定"这个区域,不再受外部的影响.这么说可能有些抽象,举个例子: var temp = 123; if(true) { ...

  4. 20145216史婧瑶《Java程序设计》第3周学习总结

    20145216 <Java程序设计>第3周学习总结 教材学习内容总结 第四章 认识对象 4.1 类与对象 •对象(Object):存在的具体实体,具有明确的状态和行为 •类(Class) ...

  5. 教你如何挑选深度学习GPU【转】

    本文转载自:https://blog.csdn.net/qq_38906523/article/details/78730158 即将进入 2018 年,随着硬件的更新换代,越来越多的机器学习从业者又 ...

  6. CommonLang3 --StringUtils使用指南

    转载自(http://blog.csdn.net/xuxiaoxie/article/details/52095930)public static boolean isEmpty(CharSequen ...

  7. [小问题笔记(一)] js关闭页面window.close() 无效,不弹提示直接关闭

    window.close(); 单独写这句,各个浏览器效果都不一样.比如IE(不是所有版本)会弹提示: 点确定之后才会关闭.而有些浏览器压根就没反应. 需要让它不弹提示,直接关闭,在window.cl ...

  8. Linux 实用操作命令

    1. ssh远程连接服务器命令 ssh [username@]hostname 2. 查看远程服务器近期登陆记录 last 3. 用户及其主目录的创建 1.  useradd –d /home/lb ...

  9. HDU 1827 Summer Holiday

    http://acm.hdu.edu.cn/showproblem.php?pid=1827 题意: 听说lcy帮大家预定了新马泰7日游,Wiskey真是高兴的夜不能寐啊,他想着得快点把这消息告诉大家 ...

  10. 如何查看一个进程打开哪些fd及对应的文件或套接字操作