-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecent-developments.html
121 lines (110 loc) · 5.25 KB
/
recent-developments.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE HTML>
<!--
Linear by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Recent Developments</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,700,500,900' rel='stylesheet' type='text/css'>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
</head>
<body>
<!-- Header -->
<div id="header">
<div id="nav-wrapper">
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Introduction</a></li>
<li><a href="launch.html">Launch</a></li>
<li><a href="landing.html">Landing</a></li>
<li class="active"><a href="recent-developments.html">Recent Developments</a></li>
<li><a href="engineering-challenges.html">Engineering Challenges</a></li>
<li><a href="works-cited.html">Works Cited</a></li>
</ul>
</nav>
</div>
<div class="container">
<!-- Logo -->
<div id="logo">
<h1><a href="#">Recent Developments</a></h1>
<!-- <span class="tag">By TEMPLATED</span> -->
</div>
</div>
</div>
<!-- Header -->
<!-- Main -->
<div id="main">
<div id="content" class="container">
<div class="row">
<section class="6u">
<header>
<h2><a href="https://www.nasa.gov/">NASA</a></h2>
</header>
<p>For more than half a century, the National Aeronautics and Space Administration (NASA) has always been considered the monolith in space exploration in the United States. This dramatically changed in the last decade with the <a href="https://www.space.com/12804-nasa-space-shuttle-program-officially-ends.html">end of the Space Shuttle Program in 2011</a>, paving the way for unique collaboration opportunities with the <a href="https://www.space.com/42113-nasa-future-private-spaceflight.html">private sector</a>.</p>
</section>
<section class="6u">
<header>
<h2><a href="https://www.spacex.com/">SpaceX</a></h2>
</header>
<p>SpaceX is one of many innovative private space flight companies, most known for their Falcon 9 and Dragon missions in collaboration with NASA. This unique partnership between NASA and SpaceX has paved the way for work with the <a href="https://www.nasa.gov/specials/artemis/">Artemis program</a> and additional resupply missions to the International Space Station (ISS). <a href="https://scifli.larc.nasa.gov/past-missions/spacex-collaboration/">More information is linked here</a>.</p>
</section>
</div>
<div class="row">
<section class="6u">
<header>
<h2><a href="https://www.blueorigin.com/">Blue Origin</a></h2>
</header>
<p>Similar to SpaceX, Blue Origin has been conducting a variety of tests in conjunction with NASA across multiple sectors, including robotics, cargo optimizations, and 3D printing. Both Blue Origin and SpaceX use reusable rockets to improve cost-effectiveness and interoperability between systems. <a href="https://techcrunch.com/2020/11/09/nasa-partners-with-spacex-rocket-lab-blue-origin-and-others-for-test-flights-and-research/">Recent updates on this partnership linked here</a>.</p>
</section>
<section class="6u">
<header>
<h2><a href="https://en.wikipedia.org/wiki/List_of_private_spaceflight_companies">Others</a></h2>
</header>
<p> In 2016, the Federal Aviation Administration (FAA) estimated the space industry to be worth <a href="https://apps.bea.gov/scb/2019/12-december/1219-commercial-space.htm">more than $150 billion</a>. With this industry heating up in recent years, there are <a href="https://en.wikipedia.org/wiki/List_of_private_spaceflight_companies">numerous private spaceflight companies</a> that are beginning to crop up to fill niche aspects of this ever-changing industry.</p>
</section>
</div>
</div>
</div>
<!-- Tweet -->
<div id="tweet">
<div class="container">
<section>
<blockquote>“Look up at the stars and not down at your feet. Try to make sense of what you see, and wonder about what makes the universe exist. Be curious.” – Stephen Hawking</blockquote>
</section>
</div>
</div>
<!-- /Tweet -->
<!-- Footer -->
<div id="footer">
<div class="container">
<section>
<header>
<h2>The Physics of Landing Reusable Rockets</h2>
<span class="byline">By: Solomon Himelbloom</span>
</header>
</section>
</div>
</div>
<!-- /Footer -->
<!-- Copyright -->
<div id="copyright">
<div class="container">
Design: <a href="http://templated.co">TEMPLATED</a> Images: <a href="http://unsplash.com">Unsplash</a> (<a href="http://unsplash.com/cc0">CC0</a>)
</div>
</div>
</body>
</html>