-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·215 lines (195 loc) · 10.4 KB
/
index.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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-104469091-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-104469091-2');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Tartan Ice Drilling System</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Carnegie Mellon TIDS</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#donate">Donate</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#press">Press</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead text-center text-white d-flex">
<div class="container my-auto">
<div class="row">
<div class="col-lg-12 mx-auto">
<h1 class="text-uppercase">
<strong>Carnegie Mellon University<br/>Tartan Ice Drilling System</strong>
</h1>
<hr>
</div>
<div class="col-lg-9 mx-auto">
<p class="mb-5">We are excited to share that we are finalists in
<br/>
NASA's <a href="http://specialedition.rascal.nianet.org/" style="color: white; text-decoration: underline;" target="_blank">2018 RASC-AL Mars Ice Challenge</a>!</p>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">Learn More</a>
</div>
</div>
</div>
</header>
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h3 class="section-heading text-center" style="font-style: italic;"><a href="https://www.nasa.gov/feature/langley/university-students-mine-for-water-at-nasa-s-mars-ice-challenge" target="_blank" style="color: black">"For humans to survive on other worlds, they’ll have to harness the resources – like water – that exist there."</a></h3>
<h3 class="text-right">–NASA</h3>
<hr class="my-4">
</div>
</div>
<div class="row">
<div class="col-lg-8">
<p class="mb-4 text-left text-indent">NASA aspires for human exploration of Mars in the 2030s, yet several deficits in knowledge remain before travel is possible. Robotic missions have been used to help resolve these gaps by gathering information about Mars’ origin, environment, and available resources, as well as how to allow sustained human presence at the Martian surface. Among the resources explored is water: where it is located, what is its purity, and how to obtain it in large quantities. The 2018 Revolution Aerospace Systems Concepts Academic Linkage offers collegiates the opportunity to participate in the cause by developing a method to collect subsurface ice to utilize as a water source.</p>
<p class="mb-4 text-left text-indent">The Carnegie Mellon University Tartan Ice Miners believe we can apply mining techniques to successfully extract Martian ice with minimal overburden interference and loss of water to sublimation. Our proposed system, the Tartan Ice Drilling System (TIDS), utilizes a coring drill to provide the highest amount of water extraction with lowest energy exerted. Once extracted, the ice cores is melted using induction heating and filtered through vaporization. A low-power microcontroller allows real-time feedback and monitoring of the system, as well as remote intervention if necessary.</p>
</div>
<div class="col-lg-4">
<img src="img/cad_drawing.png" style="display: block; margin-left: auto; margin-right: auto; width: 60%;">
</div>
</div>
<br/>
<div class="row">
<div class="col-lg-8 mx-auto">
<p class="mb-4 text-left text-indent">Our team is comprised of undergraduate students from a variety of disciplines and backgrounds with a shared passion for space research. Carnegie Mellon University stresses the importance of interdisciplinary collaboration, and we are excited to combine our individual experiences and expertise to create a successful ice drilling mechanism.</p>
</div>
</div>
<div class="row">
<div class="col-lg-10 mx-auto">
<img src="img/team_photo.jpeg" style="display: block; margin-left: auto; margin-right: auto; width: 100%; border-radius: 5px">
</div>
</div>
<br/>
<br/>
<div class="row">
<div class="mx-auto">
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#donate">Contribute</a>
</div>
</div>
</div>
</section>
<section class="bg-primary" id="donate">
<div class="container text-white">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Donate</h2>
<hr class="light my-4">
</div>
</div>
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<p>We appreciate any and all support for the Tartan Ice Drilling System!<br/>All funds will be used towards the large cost of construction materials.</p>
<p>To donate online, follow <a href="https://securelb.imodules.com/s/1410/giving/16/form.aspx?sid=1410&gid=1&pgid=7427&cid=11807&dids=613.51&appealcode=A4967&bledit=1" target="_blank" style="color: white; text-decoration: underline;">this link</a>.</p>
<p>To donate with a check, please send it to:</p>
</div>
</div>
<div class="text-center">
<div style="display: inline-block; text-align: left">
<p> Mars Ice Challenge Fund<br/>
Carnegie Mellon University<br/>
ATTN: Tiffany Sudar<br/>
5000 Forbes Avenue<br/>
Scaife Hall 110<br/>
Pittsburgh PA 15213<br/>
</p>
</div>
</div>
<br/>
<div class="row">
<div class="mx-auto">
<a class="btn btn-white btn-xl js-scroll-trigger" href="#press">In the News</a>
</div>
</div>
</div>
</section>
<section id="press">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading">Press</h2>
<hr class="my-4">
<p class="mb-5">We are in the news! Check out these articles detailing our progress.</p>
</div>
</div>
<div style="text-align: center;">
<div style="display: inline-block; text-align: left;">
<p>Pittsburgh Business Time: <a href="https://www.bizjournals.com/pittsburgh/news/2017/12/04/cmu-wvu-teams-finalists-in-2018-mars-ice-challenge.html" target="_blank">CMU, WVU teams finalists in 2018 Mars Ice Challenge</a></p>
<p>TribLIVE: <a href="http://triblive.com/news/education/career/13040517-74/cmu-team-finalist-for-nasas-mars-ice-challenge-to-drill-for-water" target="_blank">CMU team finalist for NASA's Mars Ice Challenge to drill for water on Mars</a></p>
</div>
</div>
</div>
<br/>
<div class="row">
<div class="mx-auto">
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#contact">Connect</a>
</div>
</div>
</section>
<section class="bg-primary" id="contact">
<div class="container text-white">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading">Contact Us</h2>
<hr class="my-4">
<p class="mb-5">Interested in joining or have questions?<br/>Send us an email and we will get back to you as soon as possible!</p>
</div>
</div>
<div class="col-lg-4 mx-auto text-center">
<i class="fa fa-envelope-o fa-3x mb-3 sr-contact"></i>
<p>
<a href="mailto:[email protected]" style="color: white;">[email protected]</a>
</p>
</div>
</div>
</div>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
</body>
</html>