-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrobotics.html
364 lines (341 loc) · 19.9 KB
/
robotics.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
<!DOCTYPE html>
<html lang="en">
<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/robotics.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 - Robotics</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" alt="Space Concordia Logo"></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">
<!-- pointer doesn't change if href tag is gone, used to link to http://example.com -->
<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">
<!-- pointer doesn't change if href tag is gone, used to link to http://example.com -->
<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="robotics__header d-flex justify-content-center">
<span class="align-self-center mt-5">
<br>
Robotics
</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">Robotics</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">
<!-- blurb -->
<span>
<br>
Space Concordia’s Robotics Division was formed as an engineering final project in 2012.
The team is divided into four engineering teams (Mechanical, Electrical, Software, Science)
and the project is divided into five systems (Mobile Platform, Robotic Manipulator,
Science Payload, Autonomy, Operations).
Over the years, the Robotics Division has focused on different parts of the rover,
from the multipurpose arm, to the mobile platform, to onboard science experiments,
finally culminating in the current design.
</span>
<!-- tab selector -->
<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 active" data-toggle="pill" href="#projects-tab">Projects</a></li>
<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" data-toggle="pill" href="#contact-tab">Contact</a></li>
<li class="nav-item"><a class="nav-link" data-toggle="pill" href="#sponsors-tab">Sponsors</a></li>
</ul>
</div>
<!-- tab content based on selected tab -->
<div class="tab-content">
<!-- PROJECTS -->
<div id="projects-tab" class="tab-pane fade show in active">
<h2>Our Mission</h2>
<p>
The Robotics Division's mission consists of three aspects:
project-based learning, professional excellence, and community outreach.
</p>
<p>
Our team is dedicated to developing competitive projects within the domain of aerospace robotics.
These projects allow our members to learn outside of the classroom
and put their already existing knowledge to practice.
It is also a place to establish connections within the industry:
many alumni end up in positions within organizations such as the CSA, MDA and silicon valley.
Finally, completed projects are frequently showcased in outreach events.
This is done with the intent of promoting STEM within the outer community.
</p>
<h2>Current Project</h2>
<p>
Space Concordia Robotics Division is currently developing a Mars rover
that would act as an astronaut assistant for Mars exploration missions.
The rover is designed as a mobile platform capable of housing three modules:
a robotic manipulator, a scientific analysis module and an autonomous driving unit.
</p>
<h2>Past Projects</h2>
<p>
The team competed with their rover ASTRO in the
<a href="https://urc.marssociety.org/">University Rover Challenge (URC 2019)</a>
at the <a href="https://mdrs.marssociety.org/">Mars Desert Research Station</a>
in Utah this past summer, as well as the
<a href="https://roverchallenge.eu/">European Rover Challenge (ERC 2019)</a>
in Kielce, Poland where they won <a href="http://roverchallenge.eu/2019/09/15/erc-2019-scores/">10th place</a>
out of 29 participating teams.
</p>
<h2>Future Projects</h2>
<p>
In 2020, the team plans to improve on the existing rover design in the coming years,
with the goal of participating in both URC and ERC, as well as the
<a href="https://circ.cstag.ca">Canadian International Rover Challenge (CIRC)</a>
in Alberta.
</p>
<p>
In addition to competitions, the team plans to eventually have a research-oriented rover.
This rover would serve as a platform with a standardized interface,
permitting collaboration with research groups and organizations who wish
to test new technologies or perform experiments.
</p>
<p>
Upon closure of the current project iterations and upon acquisition of sufficient resources,
the team may also be interested in expanding and offering other robotics-related projects to the student base.
For suggestions and proposals, please contact us at <a href="[email protected]">[email protected]</a>.
</p>
<p>
<br><br><br><br><br><br><br><br><br>
</p>
</div>
<!-- TEAM -->
<div id="team-tab" class="tab-pane fade">
<h2>Team Structure</h2>
<p>
The team is currently led by a project manager and a technical lead.
</p>
<p>
The project manager is in charge of managing human resources, finances, and timelines.
They maintain communications with the five systems leads presented in the image below,
guaranteeing that the mobile platform, robotic manipulator, science payload, autonomy system
and operations team have enough resources and are completing the work on time.
</p>
<p>
The technical lead is in charge of setting technical requirements, determining the
overall design of the rover, and ensuring that the different modules interface correctly.
They maintain communications with the four engineering leads presented in the image below,
guaranteeing that the mechanical, electrical, software and science requirements
do not clash with each other.
</p>
<br><br>
<p style="text-align:center"><img class="img" src="img/robotics/team_structure.png" width="80%" alt="Team Structure Diagram">
<p>
<br><br><br><br><br><br><br><br><br>_
</p>
</div>
<!-- CONTACT ROBOTICS -->
<div id="contact-tab" class="tab-pane fade">
<b>General inquiry and recruitment:</b> <a href="mailto:[email protected]">[email protected]</a>
<br><b>Project manager:</b> <a href="mailto:[email protected]">[email protected]</a>
<br><b>HR/marketing:</b> <a href="mailto:[email protected]">[email protected]</a>
<br><b>Technical lead:</b> <a href="mailto:[email protected]">[email protected]</a>
<br><br><b>SYSTEM LEADS</b>
<br>Mobile platform team: <a href="mailto:[email protected]">[email protected]</a>
<br>Autonomy team: <a href="mailto:[email protected]">[email protected]</a>
<br><br><b>ENGINEERING LEADS</b>
<br>Mechanical team: <a href="mailto:[email protected]">[email protected]</a>
<br>Electrical team: <a href="mailto:[email protected]">[email protected]</a>
<br>Software team: <a href="mailto:[email protected]">[email protected]</a> and <a href="mailto:[email protected]">[email protected]</a>
<br>Science team: <a href="mailto:[email protected]">[email protected]</a>
<p>
<br><br><br><br><br><br><br><br><br>_
</p>
</div>
<!-- SPONSORS -->
<div id="sponsors-tab" class="tab-pane fade">
<p>
Space Concordia Robotics Division is incredibly grateful to all of our sponsors.
We welcome sponsorship in funding as well as in kind, both of which are key to our success.
</p>
<p>
If you are interested in becoming a sponsor, please contact us at
<a href="[email protected]">[email protected]</a>
and we would be more than happy to discuss our sponsorship package with you.
</p>
<!-- Eca, CCSL, Mimio, The Timken Company, Martin Gears, Applied Motion, Igus, JLCPCB, Polyplastics USA -->
<p style="text-align:center">
<img class="centerspons" src="img/sponsors/18-19/concordia-logo.png" width="400" alt="Concordia University">
<img class="centerspons" src="img/sponsors/18-19/ECA.png" width = "400"
alt="Concordia Engineering and Computer Science Association (ECA)">
<img class="centerspons" src="img/robotics/mimio-logo-800x255.png" width = "300" alt="mimio">
<img class="centerspons" src="img/robotics/Timken.png" width = "300" alt="The Timken Company">
<img class="centerspons" src="img/robotics/martin.png" width = "400" alt="Martin Sprocket & Gear">
<!-- <img class="centerspons" src="img/sponsors/18-19/desjardins.jpg" width = "400"> -->
<img class="centerspons" src="img/robotics/amp-moons-logo.png" width = "400" alt="Applied Motion products">
<img class="centerspons" src="img/robotics/igus.svg" width = "400" alt="Igus">
<a href="https://jlcpcb.com/">
<img class="centerspons" src="img/sponsors/18-19/jlcpcb.png" width = "400" alt="JLCPCB">
</a>
<img class="centerspons" src="img/robotics/Polyplastics.png" width = "400" alt="Polyplastics">
<a href="https://www.creality3dofficial.com/">
<img class="centerspons" src="img/robotics/creality.png" width = "400" alt="Creality3D">
</a>
</p>
<p>
<br><br><br><br><br><br><br><br><br>_
</p>
</div>
</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>
<div class="footer__copyright container">
<div class="text-center">© 2019 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 src="https://use.fontawesome.com/4912cabb52.js"></script>
</body>
</html>