-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathspacecraft.html
389 lines (350 loc) · 20.5 KB
/
spacecraft.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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
<!DOCTYPE html>
<html>
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M"
crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/jquery.mosaic.css" />
<!-- Let browser know website is optimized for mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8">
<link rel="apple-touch-icon" sizes="57x57" href="img/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/icons/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>Space Concordia - Spacecraft</title>
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark ">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="img/sc-brand.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
About Us
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="mission.html">Our Mission</a>
<a class="dropdown-item" href="outreach.html">Outreach</a>
<a class="dropdown-item" href="history.html">History</a>
<a class="dropdown-item" href="exec.html">Executive Team</a>
<a class="dropdown-item" href="faq.html">FAQ</a>
<a class="dropdown-item" href="https://medium.com/@space_concordia">Blog</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Divisions
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="spacecraft.html">Spacecraft</a>
<a class="dropdown-item" href="rocketry.html">Rocketry</a>
<a class="dropdown-item" href="robotics.html">Robotics</a>
<a class="dropdown-item" href="specialprojects.html">Special Projects</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="sponsors.html">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.concordia.ca/alumni-friends/giving-to-concordia/fundone/space-concordia.html"
target="_blank">Donate</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="spacecraft__header d-flex justify-content-center">
<span class="align-self-center mt-5">Spacecraft</span>
</section>
<section class="content">
<!-- <div class="about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-sm-12 font-sm-size">
<span class="about__title test text-sm-center">Spacecraft</span>
</div>
<div class="col text-sm-center padding-sm-t2">
<img src="img/sc-logo.png" class="float-right-lg" width="100" height="100">
</div>
</div>
<br>
<p>
Space Concordia is a student society at <span>Concordia University</span> that throws its members at
challenging space and aerospace projects, to yield <span>awesome results</span>. We win <span>awards</span> at national and international <span>competitions</span>, we showcase our school, but most importantly:
Space Concordia teaches and trains excellent young scientists and engineers through hands-on work and
an attitude of <span>persistence </span> and <span>collaboration</span>.
</p>
<div class="d-flex justify-content-start">
<div class="about__socials col-sm-5 pl-0">
<a target="_blank" href="https://www.facebook.com/Space.Concordia">
<i class="fa fa-facebook-official" aria-hidden="true"></i>
</a>
<a target="_blank" href="https://twitter.com/SpaceConcordia">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a target="_blank" href="https://www.instagram.com/SpaceConcordia/">
<i class="fa fa-instagram" aria-hidden="true" data-toggle="tooltip" data-placement="top" title="linkedin profile"></i>
</a>
<a target="_blank" href="https://www.youtube.com/user/SpaceConcordia">
<i class="fa fa-youtube" aria-hidden="true" data-toggle="tooltip" data-placement="top" title="linkedin profile"></i>
</a>
<a target="_blank" href="https://www.linkedin.com/company/space-concordia">
<i class="fa fa-linkedin-square" aria-hidden="true" data-toggle="tooltip" data-placement="top" title="linkedin profile"></i>
</a>
</div>
<div class="ml-auto mb-2">
<a href="mission.html">
<button type="button" class="btn btn-outline-light btn-raised mb-2 btn-social">Our Mission</button>
</a>
<a href="https://goo.gl/forms/gGjKNAb269yundv42">
<button type="button" class="btn btn-outline-light btn-raised mb-2 btn-social">Get Involved</button>
</a>
<a href="https://www.facebook.com/pg/Space.Concordia/events/?ref=page_internal">
<button type="button" class="btn btn-outline-light btn-raised mb-2 btn-social">Events</button>
</a>
</div>
</div>
</div>
</div>
-->
<div class="container">
<span><br>A CubeSat is a miniature satellite made up of multiples of 10x10x10c, cubic units; small enough to be held in your arms<br>
The purpose of Cubesats range from scientific experiments, radio applications, Earth observation, to demonstrating feasibility of spacecraft technologies. Space Concordia’s current CubeStat in development aims to fulfill the latter two functions. <br>
Our Spacecraft Division was Space Concordia’s inaugural design team and has participated in the Canadian Satellite Design Competition for many years. <br>
Now, we are taking that experience to the next level with the Canadian CubeSat Project
</span>
<hr>
<div class="d-flex justify-content-center pt-3">
<ul class="nav nav-pills mb-3" id="pills-tab" role="tablist">
<li class="nav-item"><a class="nav-link" data-toggle="pill" href="#team-tab">Team</a></li>
<li class="nav-item"><a class="nav-link active" data-toggle="pill" href="#ccp-tab">Canadian CubeSat Project</a></li>
<li class="nav-item"><a class="nav-link" data-toggle="pill" href="#project-tab">Past Projects</a></li>
</ul>
</div>
<hr>
<div class="tab-content">
<div id="team-tab" class="tab-pane fade">
<h3>The team</h3>
<p>The Satellite team is a hardworking group of diverse individuals brought together by their mutual fascination with satellite technology and science. Meet them here!</p>
<div class="row exec__images">
<div class="col-lg-3 exec__block exec__block">
<img class="rounded-circle" src="img/exec/2018-2019/Empty.png" height="100" alt="">
<h3>Zaid Rana</h3>
<!--<h4>position</h4>-->
</div>
<div class="col-lg-3 exec__block exec__block">
<img class="rounded-circle" src="img/exec/2018-2019/Empty.png" height="100" alt="">
<h3>Anaïs Gagnon</h3>
<!--<h4>position</h4>-->
</div>
<div class="col-lg-3 exec__block exec__block">
<img class="rounded-circle" src="img/exec/2018-2019/Empty.png" height="100" alt="">
<h3>Michael Li</h3>
<!--<h4>position</h4>-->
</div>
<div class="col-lg-3 exec__block exec__block">
<img class="rounded-circle" src="img/exec/2018-2019/Empty.png" height="100" alt="">
<h3>Kimberly Rutherford</h3>
<!--<h4>position</h4>-->
</div>
<div class="col-lg-3 exec__block exec__block">
<img class="rounded-circle" src="img/exec/2018-2019/Empty.png" height="100" alt="">
<h3>David Fernie</h3>
<!--<h4>position</h4>-->
</div>
<div class="col-lg-3 exec__block exec__block">
<img class="rounded-circle" src="img/exec/2018-2019/Empty.png" height="100" alt="">
<h3>Irina Stroica</h3>
<!--<h4>position</h4>-->
</div>
<div class="col-lg-3 exec__block exec__block">
<img class="rounded-circle" src="img/exec/2018-2019/Empty.png" height="100" alt="">
<h3>JuanDiego De La Melena</h3>
<!--<h4>position</h4>-->
</div>
<div class="col-lg-3 exec__block exec__block">
<img class="rounded-circle" src="img/exec/2018-2019/Empty.png" height="100" alt="">
<h3>Yocoyani Badillo</h3>
<!--<h4>position</h4>-->
</div>
<div class="col-lg-3 exec__block exec__block">
<img class="rounded-circle" src="img/exec/2018-2019/Empty.png" height="100" alt="">
<h3>Hannah Halcro</h3>
<!--<h4>position</h4>-->
</div>
<div class="col-lg-3 exec__block exec__block">
<img class="rounded-circle" src="img/exec/2018-2019/Empty.png" height="100" alt="">
<h3>Juan Sebastian Prieto</h3>
<!--<h4>position</h4>-->
</div>
<div class="col-lg-3 exec__block exec__block">
<img class="rounded-circle" src="img/exec/2018-2019/Empty.png" height="100" alt="">
<h3>Mariya Krasteva</h3>
<!--<h4>position</h4>-->
</div>
<div class="col-lg-3 exec__block exec__block">
<img class="rounded-circle" src="img/exec/2018-2019/Empty.png" height="100" alt="">
<h3>Matias Rittatore</h3>
<!--<h4>position</h4>-->
</div>
<div class="col-lg-3 exec__block exec__block">
<img class="rounded-circle" src="img/exec/2018-2019/Empty.png" height="100" alt="">
<h3>Max Lavigne</h3>
<!--<h4>position</h4>-->
</div>
<div class="col-lg-3 exec__block exec__block">
<img class="rounded-circle" src="img/exec/2018-2019/Empty.png" height="100" alt="">
<h3>Tatum Alenko</h3>
<!--<h4>position</h4>-->
</div>
<div class="col-lg-3 exec__block exec__block">
<img class="rounded-circle" src="img/exec/2018-2019/Empty.png" height="100" alt="">
<h3>Brandon Wong Ping Lun</h3>
<!--<h4>position</h4>-->
</div>
</div>
</div>
<div id="ccp-tab" class="tab-pane fade show in active">
<h3>The Canadian CubeSat Project</h3>
<img src="img/spacecraft/ccp1.jpg"><img style="margin:75px;" src="img/spacecraft/csa_logo.png" width="175px">
<p>As one of 15 teams mandated by the Canadian Space Agency, and supported by Concordia Univeristy faculty, Space Concordia is constructing a satellite, scheduled to launch in 2021 </p>
<p>The Canadian CubeSat Project (CCP) was announced by the Canadian Space Agency in April 2017. The CCP is providing professors in post-secondary institutions with an opportunity to engage their students in a real space mission.</p>
<p>Space Concordia's entry into the project entered development in summer 2018. It is a collaboration between the team at Space Concordia and many members of the Concordia University faculty. </p>
</div>
<div id="project-tab" class="tab-pane fade">
<h3>Aleksandr</h3>
<br>
<img src="img/spacecraft/Aleksandr1.png">
<p><br>Aleksandr I through III have been Space Concordia’s second, third, and fourth entries in the Canadian Satellite Design Challenge. All iterations of Aleksandr share a mission: to study the long-term performance of a new self-healing material in a microgravity environment. This new self-healing material was developed by Dr Suong. V. Hoa, a professor at Concordia University. It is of high interest for the aerospace community due to the benefits it can provide for future spacecraft. If a self-healing shield were to be implemented on a spacecraft structure, it would provide a shield from micro-particle impact, thus dramatically increasing its mission lifetime.</p>
<h3>CONSAT-1</h3>
<br>
<img src="img/spacecraft/CONSAT-1.png" width=300px>
<p><br>Consat-1 is Space Concordia’s first satellite that is tasked to study the radiation patterns of the South Atlantic Anomaly (SAA). The SAA is a region where the Earth's inner Van Allen belt comes closest to the Earth's surface, and is infamous for causing strange fluctuations in radiation intensity. The development of Consat-1 marked the creation of Space Concordia and continues to be revered as one of the society’s greatest successes. Not only is it an incredible piece of engineering, but Consat-1 is also a symbol for Space Concordia as its legacy continues to inspire the society’s students to strive for innovation and excellence.</p>
</div>
</div>
</div>
<hr />
<div class="container" >
<h2>Gallery</h2>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="6"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="7"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="img/spacecraft/image1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/spacecraft/image2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/spacecraft/image3.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/spacecraft/image4.jpg" alt="Fourth slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/spacecraft/image5.jpg" alt="Fifth slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/spacecraft/image6.jpg" alt="Fifth slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/spacecraft/image7.jpg" alt="Fifth slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/spacecraft/image8.jpg" alt="Fifth slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!--<div class="mosaic">
<h2>Media</h2>
<div id="myMosaic">
<img src="img/spacecraft/image1.jpg" width="500" />
<img src="img/spacecraft/image2.jpg" width="500" />
<img src="img/spacecraft/image3.jpg" width="500" />
<img src="img/spacecraft/image4.jpg" width="500" />
</div>
</div>-->
</section>
<footer>
<div class="footer__social d-flex justify-content-center container pb-3">
<a target="_blank" href="https://www.facebook.com/Space.Concordia">
<i class="fa fa-facebook-official" aria-hidden="true"></i>
</a>
<a target="_blank" href="https://twitter.com/SpaceConcordia">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a target="_blank" href="https://www.instagram.com/SpaceConcordia/">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a target="_blank" href="https://www.youtube.com/user/SpaceConcordia">
<i class="fa fa-youtube" aria-hidden="true"></i>
</a>
<a target="_blank" href="https://www.linkedin.com/company/space-concordia">
<i class="fa fa-linkedin-square" aria-hidden="true"></i>
</a>
</div>
<div class="footer__join">
<div class="text-center"><a href="https://goo.gl/forms/gGjKNAb269yundv42"><strong>Join the Team</strong></a>
</div>
<div class="footer__copyright container">
<div class="text-center">© 2018 Space Concordia · All rights reserved.</div>
</div>
</footer>
<!--Import jQuery before materialize.js-->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1"
crossorigin="anonymous"></script>
<script type="text/javascript" src="js/jquery.mosaic.js"></script>
<script src="https://use.fontawesome.com/4912cabb52.js"></script>
<script>
$('#myMosaic').Mosaic();
</script>
</body>
</html>