-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
369 lines (334 loc) · 10.3 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>UBC Snowbots</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="images/favicon.ico">
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body class="landing">
<!-- Header -->
<header id="header" class="alt">
<h1>
<img src="images/snowbots-logo-flat.png" height="50em" />
</h1>
<nav id="nav">
<ul>
<li>
<a href="index">Home</a>
</li>
<li>
<a href="join">Join Us</a>
</li>
<li>
<a href="roster" class="submenu">The Team</a>
<ul>
<li>
<a href="roster#robots">Robots</a>
</li>
<!--uncomment for each page when we have roster again-->
<!--<li>
<a href="roster#admin-leads">Admin</a>
</li>-->
<!--<li>
<a href="roster#mech-leads">Mechanical</a>
</li>-->
<!--<li>
<a href="roster#software-leads">Software</a>
</li>-->
</ul>
</li>
<li>
<a href="sponsors">Sponsors</a>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner" class="igvc_team_banner">
<div class="content">
<div class="inner">
<header>
<h2>UBC Snowbots</h2>
<p>The Future is Autonomous</p>
</header>
</div>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper">
<div class="inner">
<header class="major">
<h2>We are Snowbots</h2>
<p>
We are an engineering student design team at the University of British Columbia (UBC). Our team consists of members across
many disciplines who are passionate about engineering, robotics, and the future. Each year, we apply our knowledge and
creative talents to build robots capable of navigating challenging terrain without human input, and compete against
robotics teams from around the world.
<br/>
<br/> Autonomous navigation technology finds applications in diverse fields, such as mining site expeditions, personal vehicle
transport, and search and rescue missions.
<br/>
<br/> We are looking for ambitious students who have a desire to learn and contribute their skills to ensure that UBC remains
a pioneer in autonomous technologies.
</p>
</header>
<!--uncomment to have subteam descriptions on the front page-->
<!--<ul class="features">
<li>
<h3 class="icon style1 fa-wrench">Mechanical
<br/>
<span class="sub_h3">overview</span>
</h3>
<p>
The Mechanical team designs and constructs the drivetrain and chassis of the robot and are also responsible for the power
systems.
</p>
</li>
<li>
<h3 class="icon style2 fa-code-fork">Software
<br/>
<span class="sub_h3">overview</span>
</h3>
<p>
The software portion of our robot is primarily developed in C++, using the Robot Operating System (ROS) framework, with some
specific portions written in Python and C.
</p>
</li>
</ul>-->
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper cta">
<div class="inner inner-split">
<header>
<h2>
Our Competition
</h2>
<p>
This year, we are entering the Canadian International Rover Challenge (CIRC) hosted in Drumheller, Alberta.
<br/>
<br/> In recents years, we competed in the Intelligent Ground Vehicle Competition (IGVC) hosted by Oakland University in Michigan,
competing against 40 registered teams from Australia, China, India, Japan and the United States.
<br/>
<br/>
In prior years we have competed in the International Autonomous Robot Racing Challenge (IARRC) where we achieved top
ranking for five consecutive years.
<br/>
</p>
</header>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Competition</th>
<th>Awards and Recognition</th>
</tr>
</thead>
<tbody>
<tr>
<td>IARRC 2018</td>
<td>
Judges' Discretion Award
</td>
</tr>
<tr>
<td>IGVC 2017</td>
<td>
5th AutoNav Challenge
<br/> 5th IOP Networking Challenge
</td>
</tr>
<tr>
<td>IGVC 2016</td>
<td>
Rookie of the Year
<br/> 5th Design Challenge
</td>
</tr>
<tr>
<td>IGVC 2015</td>
<td>
4th Design Challenge
<br/> 5th IOP Networking Challenge
</td>
</tr>
<tr>
<td>IGVC 2014</td>
<td>Qualifier Course Completion</td>
</tr>
<tr>
<td>IARRC 2012</td>
<td>Grand Award</td>
</tr>
<tr>
<td>IARRC 2011</td>
<td>Grand Award</td>
</tr>
<tr>
<td>IARRC 2010</td>
<td>Grand Award and 2nd Place</td>
</tr>
<tr>
<td>IARRC 2009</td>
<td>2nd, 3rd, 4th, and 5th Place with multiple robots</td>
</tr>
<tr>
<td>IARRC 2008</td>
<td>4th Place</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper">
<div class="inner">
<header class="align-center">
<h2>Sponsors</h2>
</header>
<br/>
<ul class="sponsors">
<li>
<a href="http://engineering.ubc.ca/" target="_blank">
<img src="images/sponsor_logo/apsc-logo.png" alt="UBC APSC" />
<h3>UBC Engineering</h3>
</a>
<p>The University of British Columbia is our main sponsor, housing the team and the robot.</p>
</li>
</ul>
<ul class="sponsors">
<li>
<a href="http://www.ece.ubc.ca/" target="_blank">
<img src="images/sponsor_logo/ece-logo.png" alt="UBC ECE">
<h3>UBC Electrical and Computer Engineering</h3>
</a>
<p>Special acknowledgement to ECE for their financial support for our team.</p>
</li>
<li>
<a href="http://mech.ubc.ca/" target="_blank">
<img src="images/sponsor_logo/mech-logo.png" alt="UBC Mech">
<h3>UBC Mechanical Engineering</h3>
</a>
<p>UBC Snowbots is a proud mechanical engineering affiliate team.</p>
</li>
<li>
<a href="http://www.fluor.com/canada" target="_blank">
<img src="images/sponsor_logo/fluor-logo.png" alt="Fluor">
<h3>Fluor</h3>
</a>
<p>With Fluor's generous donations, we were able head off to competition with ease.</p>
</li>
<li>
<a href="https://www.4imprint.ca/" target="_blank">
<img src="images/sponsor_logo/4imprint-logo.png" alt="4Imprint">
<h3>4Imprint</h3>
</a>
<p>Special thanks to 4Imprint for helping us create new team uniforms.</p>
</li>
<li>
<a href="#" target="_blank">
<img src="images/sponsor_logo/waltergage-logo.png" alt="UBC Walter Gage">
<h3>UBC Walter Gage</h3>
</a>
<p>We would like to acknowledge the generous financial support from UBC Walter Gage.</p>
</li>
<li>
<a href="http://www.ams.ubc.ca/" target="_blank">
<img src="images/sponsor_logo/ams-logo.png" alt="UBC AMS">
<h3>UBC Alma Mater Society</h3>
</a>
<p>Special thanks to the AMS for their support to the team.</p>
</li>
<li>
<a href="http://www.shell.com/" target="_blank">
<img src="images/sponsor_logo/shell-logo.png" alt="UBC AMS">
<h3>Shell</h3>
</a>
<p>Thanks to Shell for their continuous support to our team.</p>
</li>
<li>
<a href="http://www.ieeecanadianfoundation.org/EN/" target="_blank">
<img src="images/sponsor_logo/IEEE-logo.png" alt="IEEE Canadian Foundation">
<h3>IEEE Canadian Foundation</h3>
</a>
<p>Thanks to the IEEE Canadian Foundation for their financial support.</p>
</li>
<li>
<a href="http://www.automationdirect.com/adc/Home/Home" target="_blank">
<img src="images/sponsor_logo/automationdirect-logo.png" alt="Automation Direct">
<h3>Automation Direct</h3>
</a>
<p>Thanks to the Automation Direct for providing us with new motors.</p>
</li>
<li>
<a href="http://www.phidgets.com/" target="_blank">
<img src="images/sponsor_logo/phidgets-logo.png" alt="Phidgets">
<h3>Phidgets</h3>
</a>
<p>Thanks to the Phidgets for providing the team with brand new sensors.</p>
</li>
<li>
<a href="http://vikingprofiles.com/" target="_blank">
<img src="images/sponsor_logo/viking-profiles-logo.png" alt="Viking Profiles">
<h3>Viking Profiles</h3>
</a>
<p>Thanks to Viking Profiles for their water-jet services.</p>
</li>
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="content">
<div class="inner">
<section class="about">
<h2>Stay connected with us</h2>
<hr/>
<p>
Follow us on social media to learn more about our team's progress and future events. Send us an email if you have any questions
or want to get involved!
</p>
<ul class="icons">
<li class="icon">
<a class="icon fa-facebook-square" href="https://www.facebook.com/UBC.Snowbots"></a>
</li>
<li>
<a class="icon fa-instagram" href="https://www.instagram.com/ubcsnowbots"></a>
</li>
<li>
<a class="icon fa-github" href="https://github.com/UBC-Snowbots/"></a>
</li>
<li>
<a class="icon fa-envelope-o" href="mailto:[email protected]"></a>
</li>
</ul>
<p class="copyright">© UBC Snowbots 2020</p>
</section>
<ul class="icons bulleted">
<li class="icon fa-map-marker">
<h3>Address</h3>
<p>Wayne and William White Engineering Design Centre
<br /> 2345 East Mall
<br /> Vancouver, BC
<br />V6T 1Z4</p>
</li>
</ul>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>