-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
432 lines (417 loc) · 20.7 KB
/
index.html
File metadata and controls
432 lines (417 loc) · 20.7 KB
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
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
---
hero_title: '<img src="static/img/ubc-logo.svg" alt="UBC logo" style="height: 75px; margin-bottom: 25px" />
<div>Supermileage</div>'
hero_subtitle: 'in the pursuit of efficiency'
hero_extra: '<a class="btn btn-primary btn js-scroll-trigger" href="#about">Learn More</a>'
---
<style>
header.hero {
height: 100vh;
}
img {
object-fit: unset !important;
}
</style>
<section class="page-section">
<div class="container" id="about">
<div class="row">
<div class="col-md-6">
<h4 class="text-heading">Who are we?</h4>
<p class="text-muted">
The UBC Supermileage team is a group of 50 dedicated engineering students working to design and
build fuel efficient gasoline powered vehicles for the Shell Eco-marathon Americas and the Society
of Automotive Engineers (SAE) Supermileage Competitions. Our diverse team includes technical
students from mechanical, eng-physics, integrated, computer, electrical, chemical, materials, manufacturing, geological, and environmental
engineering as well as business, science, and more.
</p>
</div>
<div class="col-md-6">
<h4 class="text-heading">What do we do?</h4>
<p class="text-muted">
Fuelathon competitions provide engineering and technology students with a challenging design project
that involves the development and construction of either a single-person, Prototype Concept or a
larger four wheeled Urban Concept car. Students design and build 3 different cars, each with a different energy class: a <strong>conventional gas-powered</strong>, in the Prototype category, a <strong>hydrogen fuel cell-powered</strong> in the Prototype category and a <strong>battery electric-powered</strong>,
in the Urban Concept category, ultra-efficient vehicles. As a team, we aim to set a world fuel economy
record and increase public awareness for fuel economy, efficiency, and sustainability. Students
become more sensitive to environmental issues as well as develop important project management
skills.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<!-- <h2 class="section-heading text-uppercase">About Us</h2> -->
<h3 class="section-subheading text-muted">
Learn more about our history <a href={{"about" | relative_url }}>here</a>.
</h3>
</div>
</div>
</div>
</section>
<section class="bg-light page-section" id="modal">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Our Cars</h2>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-4 modal-item">
<a class="modal-link" data-toggle="modal" href="#portfolioModal1">
<div class="modal-hover">
<div class="modal-hover-content">
Learn More
</div>
</div>
<img class="img-fluid" src={{ "static/img/Urban3.jpg" | relative_url }} alt="" />
</a>
<div class="modal-caption">
<h4>Urban Concept Class</h4>
</div>
</div>
<div class="col-md-4 col-sm-4 modal-item">
<a class="modal-link" data-toggle="modal" href="#portfolioModal2">
<div class="modal-hover">
<div class="modal-hover-content">
Learn More
</div>
</div>
<img class="img-fluid" src={{ "static/img/GProto2.jpeg" | relative_url }} alt="" />
</a>
<div class="modal-caption">
<h4>Gasoline Prototype Class</h4>
</div>
</div>
<div class="col-md-4 col-sm-4 modal-item">
<a class="modal-link" data-toggle="modal" href="#portfolioModal3">
<div class="modal-hover">
<div class="modal-hover-content">
Learn More
</div>
</div>
<img class="img-fluid" src={{ "static/img/FCPProto2.jpg" | relative_url }} alt="" />
</a>
<div class="modal-caption">
<h4>Hydrogen Prototype Class</h4>
</div>
</div>
</div>
</div>
</section>
<!-- Sponsors -->
<section class="page-section" id="supporters">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Sponsors</h2>
<h3 class="section-subheading text-muted">
Thank you to all our 2021-2022 sponsors!
</h3>
</div>
</div>
<div class="row top-buffer diamond">
<div class="col-lg-12 text-center">
<h3 class="section-heading text-uppercase">Diamond Tier</h3>
</div>
<div class="col-lg-12">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/dff.png" />
</div>
</div>
<div class="row top-buffer platinum">
<div class="col-lg-12 text-center">
<h3 class="section-heading text-uppercase">Platinum Tier</h3>
</div>
<div class="col-lg-12">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/Unilia logo white.png" />
</div>
</div>
<div class="row top-buffer gold">
<div class="col-lg-12 text-center">
<h3 class="section-heading text-uppercase">Gold Tier</h3>
</div>
<div class="col-lg-6">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/UBC PAF.png" />
</div>
<div class="col-lg-6">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/UBC MECH.png" />
</div>
</div>
<div class="row top-buffer silver">
<div class="col-lg-12 text-center">
<h3 class="section-heading text-uppercase">Silver Tier</h3>
</div>
<div class="col-lg-4">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/SCCBC.png" />
</div>
<div class="col-lg-4">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/InnovativeToolAndDieEdit.png" />
</div>
<div class="col-lg-4">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/hcs_logo.png" />
</div>
<!--
<div class="col-lg-4">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/BCIT.png" />
</div>
<div class="col-lg-4">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/plastec.png" />
</div>
<div class="col-lg-4">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/Altair.png" />
</div>
<div class="col-lg-4">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/UBC-ECE.png" />
</div>
<div class="col-lg-4">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/UBC EDTC.png" />
</div>
<div class="col-lg-4">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/UBC MECH.png" />
</div> -->
</div>
<div class="row top-buffer bronze">
<div class="col-lg-12 text-center">
<h3 class="section-heading text-uppercase">Bronze Tier</h3>
</div>
<div class="col-lg-6">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/shell.png" />
</div>
<div class="col-lg-6">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/HTECss.png" />
</div>
</div>
<div class="row top-buffer text-center select">
<div class="col-lg-12 text-center">
<h3 class="section-heading text-uppercase">Select Tier</h3>
</div>
<div class="col-lg-3">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/Electro-Meters.png" />
</div>
<div class="col-lg-2">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/SAEBC2.jpg" />
</div>
<div class="col-lg-3">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/core tool.png" />
</div>
<div class="col-lg-2">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/CNCmanu.png" />
</div>
<div class="col-lg-2">
<a href="https://mule.to/p577" target="_blank">
<img class="img-fluid d-block mx-auto supporters-logo" src="static/img/sticker-mule.svg" />
</a>
</div>
</div>
</div>
</section>
<!-- Car Modals -->
<!-- Modal 1 -->
<div class="modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<h2 class="text-uppercase">Zeus</h2>
<p class="item-intro text-muted">Urban Concept Class</p>
<img class="img-fluid d-block mx-auto" src="static/img/Urban3.jpg" alt="" />
<p>
The Urban Concept Car is a more practical vehicle meant to bridge the gap between the
prototype vehicle and the vehicles you see on the road today. With the advent of
consumer level electric cars, we converted our Urban Concept to a battery electric
vehicle in 2018. It only competes at the Shell Eco-Marathon. Teams are required to
design the vehicle with a minimum of four wheels, larger stance, headlights, tail
lights, turn signals and other practical considerations that the average city vehicle
requires today.
</p>
<h3 class="text-uppercase">Motor</h3>
<p class="item-intro text-muted">Brushless DC Motor</p>
<h3 class="text-uppercase">Chassis</h3>
<p class="item-intro text-muted">1" Nomex</p>
<p>
Our current Urban Concept vehicle uses a carbon fibre-Nomex sandwich where 1" of
lightweight Nomex honeycomb is sandwiched between layers of carbon fibre reinforced
polymer on both sides. The wider width of the Urban Concept chassis allows for the
chassis thickness to be reduced without compromising rigidity. The total weight of the
chassis (including all components except the engine) is approximately 120 lbs.
</p>
<h3 class="text-uppercase">Casper</h3>
<p class="item-intro text-muted">Direct Drivetrain with Planetary Gearbox</p>
<h3 class="text-uppercase">Steering</h3>
<p class="item-intro text-muted">Formula 1 Style</p>
<p>
The Urban Concept steering system is based on Formula 1 style steering. The steering
wheel operates like those found in regular cars, and switches for controls such as the
starter motor, lights, and windshield motor are situated in the centre area of the
wheel. Steering for this vehicle is operated through the front wheels.
</p>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 2 -->
<div class="modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<h2 class="text-uppercase">MARK XIV</h2>
<p class="item-intro text-muted">Gas Prototype Class</p>
<img class="img-fluid d-block mx-auto" src="static/img/GProto2.jpeg" alt="" />
<p>
The Prototype vehicle is a three wheeled, single-passenger vehicle meant to push the
limits of fuel efficiency. It competes in the Shell Eco-Marathon, and SAE Supermileage
competitions. This competition class has very few limits on design, allowing a number of
creative solutions in order to achieve extremely high fuel mileage. With optimization of
aerodynamics, weight, and rolling resistance, we maximize the performance of our heavily
modified engine.
</p>
<h3 class="text-uppercase">Engine</h3>
<p class="item-intro text-muted">Briggs Stratton 206</p>
<p>
The engine used in our Prototype vehicle is a Briggs & Stratton Junior206. This engine
is standard for all teams in the SAE Supermileage Competition. This stock engine is
205cc’s with a maximum horsepower rating of 8 horsepower and a torque of 10 ft-lb. This
year, a custom cylinder head has been designed to increase the compression ratio from
8.5:1 to 12:1. This will achieve a decreased displacement from 205cc to 68cc, resulting
in a greater thermal efficiency.
</p>
<h3 class="text-uppercase">Chassis</h3>
<p class="item-intro text-muted">1.5" Nomex</p>
<p>
Our current Prototype vehicle uses a carbon fibre - Nomex sandwich where 1.5" of
lightweight Nomex honeycomb is sandwiched between carbon fibre and Kevlar reinforced
polymer on both sides. The use of thicker Nomex than the Urban Concept is to compensate
for the narrower chassis, which is reduced in size to minimize weight. The total weight
of the chassis (including all components except the engine) is less than 80 lbs.
</p>
<h3 class="text-uppercase">Drivetrain</h3>
<p class="item-intro text-muted">Jackshaft</p>
<p>
The newly innovated powertrain is configured as a two-stage, fixed-pulley reduction
system. As the name implies, there are two pulley reductions from the engine to the
wheel. The flexible drive of the powertrain has been switched from roller chains to
carbon fiber timing belts to optimize weight, while maintaining a high strength. In
addition, timing belts can deliver comparable efficiency to a roller chain system,
however, there is less maintenance associated with timing belts. By designing our
vehicle to run at a maximum speed of 50 km/hr, this system allows our engine to transmit
power at its optimal speed.
</p>
<h3 class="text-uppercase">Steering</h3>
<p class="item-intro text-muted">Handlebars</p>
<p>
The Prototype vehicle steering system is similar to that of a motorcycle, where there
are two handlebars for steering, a throttle, and braking handlebars. The space inside
for the driver is very limited and the driver drives lying down, so this design allows
us to use the confined space efficiently. Steering for this vehicle is operated through
the front wheels.
</p>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 3 -->
<div class="modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<h2 class="text-uppercase">Arion</h2>
<p class="item-intro text-muted">Hydrogen Prototype Class</p>
<img class="img-fluid d-block mx-auto" src="static/img/FCPProto2.jpg" alt="" />
<p>
The Hydrogen Prototype vehicle is the newest addition to the team, as it was built and ran for the first time in the summer of 2021.
Similar to the Gasoline Prototype vehicle, it is a three wheeled, single-passenger vehicle meant to push the limits of fuel efficiency. It competes in the Shell Eco-Marathon competition. This competition class has very few limits on design, allowing a number of
creative solutions in order to achieve extremely high fuel mileage. With optimization of
aerodynamics, weight, and rolling resistance, we maximize the performance of our drivetrain.
This car is much lighter than our gasoline prototype vehicle weighing in at 30 kg <!-- Todo: double check this-->
</p>
<!-- Todo: Motor-->
<!-- Todo: ask powertrain about fuel cell details-->
<h3 class="text-uppercase">Fuel cell</h3>
<p class="item-intro text-muted">PEM Fuel Cell</p>
<p>
Partnering with a local fuel cell company Unilia and local machine shops, our team was able to develop a custom made Proton Exchange Membrane (PEM) Fuel Cell for our vehicle. This allows us to have greater control over the performance parameters of the fuel cell, and gives us the opportunity not only to learn about the inner workings of a fuel cell but also tailor the performance for efficiency. From custom machined flow field channels, to running at a low current density, to testing and optimizing fuel pressures, everything was designed to optimize the fuel efficiency of our new fuel cell prototype vehicle. Compared to fuel cells found in conventional vehicles, our fuel cell also has a much smaller footprint and runs with a lower current density in order to operate in a higher efficiency band rather than prioritizing power output
<!--Exerts from our SEMA technical innovation award submission-->
</p>
<!--<h3 class="text-uppercase">Chassis</h3>
<p> </p>
<p class="item-intro text-muted">??? Nomex</p>
<p>
Our current Prototype vehicle uses a carbon fibre - Nomex sandwich where ___ of
lightweight Nomex honeycomb is sandwiched between carbon fibre and Kevlar reinforced
polymer on both sides. (copied from gas proto)
</p>
-->
<!--Todo: -->
<h3 class="text-uppercase">Drivetrain</h3>
<p class="item-intro text-muted">Chain Drive</p>
<p>
This powertrain system uses a two-stage, chain drive
system. As the name implies, there are two chains reductions from the motor to the
wheel. High quality roller chains are used to maximize efficiency in the energy transfer.
By designing our vehicle to run at an average speed of 25 km/hr, this system allows our motor
to operate at its optimum power output. The selection of the motor and the gear ratio are
optimized for each track that we compete on and is designed to be easily interchangeable
</p>
<h3 class="text-uppercase">Steering</h3>
<p class="item-intro text-muted">Handlebars</p>
<p>
The Hydrogen Prototype vehicle steering system is similiar to that of a bicycle. It uses
two handlebars for steering, a thumb throttle to accelerate, and a rear wheel braking handlebar.
Since the space inside for the driver is very limited and the driver drives lying down, this ligthweight,
intuitive and easy to use design allows us to use the confined space efficiently while making it easier for
the driver to control the vehicle. Steering for this vehicle is operated through
the front wheels.
</p>
<!--
<h3 class="text-uppercase">Electronics</h3>
<p class="item-intro text-muted">Control and Safety Board</p>
<p>
</p>
-->
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>