forked from ubcchemecar/ubcchemecar.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
721 lines (643 loc) · 39.2 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
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
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="UBC Chem-E-Car represents The University of British Columbia in the annual AIChE Chem-E-Car competition. Every year, the team researches, designs and builds a shoebox-sized car using innovative power systems and creative chemical stopping mechanisms.">
<meta name="author" content="C. Siang Lim">
<meta name="keywords" content="ubc,vancouver,chemecar,aiche,ubcchemecar,engineering,circuits,battery,fuel cells">
<title>The University of British Columbia | UBC Chem-E-Car</title>
<!-- core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="css/chemecar.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
</head><!--/head-->
<body class="homepage">
<header id="header">
<nav class="navbar" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img class="img-responsive" src="images/common/logo.png" title="UBC Chem-E-Car" alt="UBC Chem-E-Car"></a>
</div>
<div class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="http://blog.ubcchemecar.com">Blog</a></li>
</ul>
</div>
</div><!--/.container-->
</nav><!--/nav-->
</header><!--/header-->
<section id="main-slider" class="no-margin">
<div class="carousel slide">
<ol class="carousel-indicators">
<li data-target="#main-slider" data-slide-to="0" class="active"></li>
<li data-target="#main-slider" data-slide-to="1"></li>
<li data-target="#main-slider" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active" style="background-image: url(images/slider/bg1.jpg)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-6">
<div class="carousel-content">
<h2>UBC Chem-E-Car Engineering Design Team</h2>
<h1 class="indexh1 animation animated-item-1">Interested in <span id="tagline">Energy?</span></h1>
<!-- <a class="btn-slide animation animated-item-3" href="projects.html">See Our Projects</a> -->
<h3>Hey you! Yeah, <b>you</b>. We're looking for enthusiastic UBC students of all backgrounds and experiences to join us. Read the infopack and sign up for team updates!</h4>
<h2>
<a href="newmembers.html" class="btn btn-primary">New Members Infopack</a>
</h2>
</div>
</div>
</div>
</div>
</div><!--/.item-->
<div class="item" style="background-image: url(images/slider/bg1.jpg)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-6">
<div class="carousel-content">
<h1>UBC Chem-E-Car</h1>
<h2 class="animation animated-item-1">Interested in <span id="tagline">Energy?</span></h2>
<h3 class="animation animated-item-2">UBC Chem-E-Car represents the University of British Columbia in the annual AIChE Chem-E-Car competition. We work on other engineering-related side projects and outreach programs throughout the year.</h4>
<h3 class="animation animated-item-4">Learn new skills and have fun! We're all pretty chill.</h3>
<a class="btn-slide animation animated-item-3" href="team.html">Meet the Team</a>
</div>
</div>
</div>
</div>
</div><!--/.item-->
<div class="item" style="background-image: url(images/slider/bg2.jpg)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-6">
<div class="carousel-content">
<h1 class="animation animated-item-1">LNG in BC Conference 2015</h1>
<h3 class="animation animated-item-3">Carbon-neutral production and transport of hydrogen using LNG infrastructure.</h3>
<h2 class="animation animated-item-2">We received 2nd Place in the Innovation Engineering presentation!</h2>
<a class="btn-slide animation animated-item-3" href="http://www.chbe.ubc.ca/2015/11/10/chbe-students-participate-in-bc-lng-gamechanger-innovation-competition/" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div class="item" style="background-image: url(images/slider/bg3.jpg)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-6">
<div class="carousel-content">
<h1 class="animation animated-item-1">APSC Open House 2015</h1>
<h3 class="animation animated-item-3">Did you know engineers do more than build bridges and design fast cars? Engineers help prevent disease, reduce poverty and create solutions to protect people and our planet.</h3>
<h2 class="animation animated-item-2">We were at the UBC Applied Science Open House helping kids discover UBC #Engineering!</h2>
<a class="btn-slide animation animated-item-3" href="http://engineering.ubc.ca/prospective-students/events-and-visits-connects/open-house" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div><!--/.carousel-inner-->
</div><!--/.carousel-->
<a class="prev hidden-xs" href="#main-slider" data-slide="prev">
<i class="fa fa-chevron-left"></i>
</a>
<a class="next hidden-xs" href="#main-slider" data-slide="next">
<i class="fa fa-chevron-right"></i>
</a>
</section><!--/#main-slider-->
<section id="content">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-9">
<div class="tab-wrap">
<div class="media">
<div class="parrent pull-left">
<ul class="nav nav-tabs nav-stacked">
<li class="active"><a href="#tab1" data-toggle="tab" class="analistic-01">About UBC Chem-E-Car</a></li>
<li class=""><a href="#tab2" data-toggle="tab" class="analistic-02">The Competition</a></li>
<li class=""><a href="#tab3" data-toggle="tab" class="tehnical">History</a></li>
<li class=""><a href="#tab4" data-toggle="tab" class="tehnical">Sponsorship</a></li>
<li class=""><a href="#tab5" data-toggle="tab" class="tehnical">Our Awards</a></li>
</ul>
</div>
<div class="parrent media-body">
<div class="tab-content">
<div class="tab-pane fade active in" id="tab1">
<div class="media">
<div class="pull-left">
<img class="img-responsive" src="images/tabs/tab1.jpg" alt="AIChE Chem-E-Car">
</div>
<div class="media-body">
<h2>The AIChE Chem-E-Car Competition</h2>
<p>We represent UBC in the annual American Institute of Chemical Engineers (AIChE) Chem-E-Car competition where we compete with other North American teams. We design, build and test a shoe-box sized car from scratch every year. The process involves building a power system (batteries, fuel cells, supercapacitors etc), selecting a stopping mechanism reaction, designing the circuitry, coding microcontrollers and assembling the mechanical components and car body.</p>
</div>
<hr>
<div class="responsiveCal">
<iframe src="https://calendar.google.com/calendar/embed?title=UBC%20Chem-E-Car%20Events&src=chemecarcaptain%40gmail.com&height=600&wkst=1&bgcolor=%23FFFFFF&ctz=America%2FVancouver" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</div>
<div class="tab-pane fade" id="tab2">
<div class="media">
<div class="pull-left">
<img class="img-responsive" src="images/tabs/tab2.jpg" alt="Chem-E-Car Challenges">
</div>
<div class="media-body">
<h2>The Challenges</h2>
<p>The competition involves making a shoe-box sized car below $2000 that travels a certain distance with a given cargo in under 2 minutes. To complicate the otherwise trivial task, the car’s stopping mechanism must be chemical – no physical or electronic clocks can be used for stopping. We are only given the cargo and travel distance 1 hour ahead of the competition. Extensive knowledge of the chemistry involved and detailed calibration curves are essential for accurate control of the car.</p>
</div>
<hr>
<h2>Watch the official AIChE Chem-E-Car video</h2>
<p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/dTO37b5DDNU" frameborder="0" allowfullscreen></iframe>
</p>
</div>
</div>
<div class="tab-pane fade" id="tab3">
<h2>Team History</h2>
<p>The UBC Chem-E-Car team started out in 2008/2009 in conjuction with the AIChE student conference held in UBC that year. Several students, with the help of CHBE faculty members, formed a team to participate in the conference's Chem-E-Car competition. The team used two power sources in parallel for the vehicle: a 5-cell hydrogen-air fuel cell and a 5-cell zinc-air battery. Their entry won 2nd place in the poster competition for safety considerations and uniqueness of idea, as it was UBC's first time participating in the competition. </p>
<p>In 2009/2010, the team participated in the 8th World Congress of Chemical Engineering which took place in Montreal. The team shifted the car's power source from fuel cells to pressure vessels. A second group was later added to the team; these two groups were formed to create and develop two different ideas. The better idea would then be chosen and used for the competition.</p>
<p>In 2013, the team entered the AIChE Chem-E-Car competition with its “Dehydrated Water Mobile”. The students used a reaction of sodium borohydride and water to produce hydrogen, which powered the vehicle through a fuel cell. The team's entry was awarded 2nd place at the Pacific Northwest Regional Conference and placed 6th at the National competition. </p>
<p>In 2014, zinc-air batteries were used as fuel cells to power the vehicle along with a sodium thiosulphate clock stopping mechanism. The 2014 vehicle, “Plastic Metals”, won the AIChE Regional competition. Competing against 35 other teams from USA, Puerto Rico, Qatar, Poland, South Korea and Malaysia, the team placed 8th out of 36 teams in the National Competition. In 2013 and 2014, UBC Chem-E-Car was the only Canadian team to qualify for the AIChE National Chem-E-Car Competition. </p>
<p>In 2015, the team stepped up recruitment efforts and expanded the team to almost 40 members. With a significantly larger team in placed, the team was able to work on several side projects, including the International BC in LNG Conference where they walked away with 2nd place in the Innovation Engineering Challenge poster presentation. In April 2016, the team won 2nd Place in the Regionals held at the University of Washington and 1st Place for the poster presentation category.</p>
<p>The team has been heavily involved in outreach events to share our experiences with high school students and increase their interest in STEM-related fields. The students are usually shown chemical reactions that take place in the car, such as the stopping mechanism or electrochemistry principles. In the 2015-2016 year, the team participated in more than 12 outreach events including EG-Fest at the Vancouver Public Library, UBC APSC Open House and a Geering Up! presentation.</p>
<p>Since its establishment, the team has helped enhance the education experience of UBC students. Our team members develop a multidisciplinary skillset through working on different aspects and projects such as the mechanical aspects of putting together the car's drive train and the chemical aspects of designing and testing batteries. More importantly, our team members are given the opportunity to apply classroom knowledge to real-world projects and learn to work together in a team setting towards a common goal. </p>
<p><b>Interested in Chem-E-Car? We welcome new members all year round.</b></p>
</div>
<div class="tab-pane fade" id="tab4">
<h2>Sponsorship</h2>
<p>UBC Chem-E-Car provides an opportunity for undergraduate students to gain relevant engineering and project management experience. Our past successes are the result of every member contributing their unique skill sets to the project and working together as a team.</p>
<p>Building the best Chem-E-Car requires the enthusiasm and persistence of our team members. It also requires, among others, sophisticated electrochemistry equipment, lab-grade chemicals and many electronic and mechanical components. The support of the UBC community and our sponsors is essential for propelling the team to greater heights.</p>
<p>We want everyone on the team to reach their full potential. To do so, we need your help. </p>
<p>Our sponsors are recognized for their contributions in many ways. Aside from displaying your company logo in our events and providing advertorial space on our blog and website, we create networking opportunities for you to engage with some of the best students in UBC. Becoming a sponsor allows you to mentor and foster meaningful relationships with UBC's most diligent students and scout out future assets for your organization.</p>
<hr>
<h2> For more information, please visit our <a href="sponsors.html">sponsorship page</a>.</h2>
</div>
<div class="tab-pane fade" id="tab5">
<h2>Recent Awards</h2>
<ul>
<li>
2016 UBC SPE Student Chapter LNG Case Competition (2nd Place)
</li>
<li>
2016 AIChE Pacific Northwest Regionals Chem-E-Car Poster Presentation (1st Place)
</li>
<li>
2016 AIChE Pacific Northwest Regionals Chem-E-Car Competition (2nd Place, Qualified for Nationals)
</li>
<li>
2016 CHBE Research Day - Best Presentation (Undergraduate Design Team Category)
</li>
<li>
2015 LNG in BC Conference - First Runner-up (Innovation Engineering Poster Presentation)
</li>
</ul>
<h2>2016 Events and Outreach Programs</h2>
<ul>
<li>IMechE President (Jon Hilton) Campus Tour and Luncheon Session - UBC Mech Department invitation (June 2016)</li>
<li>IEEE PEDG Conference 2016 - Invitation for Student Team Exhibition on Renewable Energy (June 2016)</li>
<li>Vancouver Mini Maker Faire at the PNE - Exhibitor (June 2016)</li>
<li>2016 UBC Golf Tournament Invitation Dinner - Sponsor Appreciation</li>
<li>2016 Sponsor Appreciation Night for Engineering Design Teams</li>
<li>2016 CHBE Research Day Poster Presentation and Podium Presentation for undergraduate design teams</li>
<li>2016 ACEC Transportation Conference Presentation</li>
<li>2016 General Motors campus tour presentation - meet and greet</li>
<li>2016 Geering Up! Presentation - demos and hands-on activities for campers</li>
<li>2016 CHBE Open House for prospective first year engineering students</li>
</ul>
<h2>2015 Events and Outreach Programs</h2>
<ul>
<li>2015 EG-Fest at the Vancouver Public Library - Invited by APEGBC</li>
<li>2015 International BC in LNG Conference - Innovation Engineering Presentation</li>
<li>2015 APSC Open House for prospective UBC Engineering students</li>
<li>2015 UBC Imagine Day exhibition for first year students</li>
<li>2015 UBC Jump Start - Engineering Design Team Introductions</li>
</ul>
</div>
</div> <!--/.tab-content-->
</div> <!--/.media-body-->
</div> <!--/.media-->
</div><!--/.tab-wrap-->
</div><!--/.col-sm-6-->
<div class="col-xs-12 col-sm-3">
<h2>News</h2>
<!-- start feedwind code --><script type="text/javascript">document.write('\x3Cscript type="text/javascript" src="' + ('https:' == document.location.protocol ? 'https://' : 'http://') + 'feed.mikle.com/js/rssmikle.js">\x3C/script>');</script><script type="text/javascript">(function() {var params = {rssmikle_url: "https://ubcchemecar.wordpress.com/feed/",rssmikle_frame_width: "300",rssmikle_frame_height: "400",frame_height_by_article: "0",rssmikle_target: "_blank",rssmikle_font: "Arial, Helvetica, sans-serif",rssmikle_font_size: "12",rssmikle_border: "off",responsive: "off",rssmikle_css_url: "",text_align: "left",text_align2: "left",corner: "off",scrollbar: "on",autoscroll: "on",scrolldirection: "up",scrollstep: "8",mcspeed: "20",sort: "Off",rssmikle_title: "off",rssmikle_title_sentence: "",rssmikle_title_link: "",rssmikle_title_bgcolor: "#0066FF",rssmikle_title_color: "#FFFFFF",rssmikle_title_bgimage: "",rssmikle_item_bgcolor: "#FFFFFF",rssmikle_item_bgimage: "",rssmikle_item_title_length: "55",rssmikle_item_title_color: "#002E73",rssmikle_item_border_bottom: "on",rssmikle_item_description: "on",item_link: "off",rssmikle_item_description_length: "150",rssmikle_item_description_color: "#666666",rssmikle_item_date: "gl1",rssmikle_timezone: "Etc/GMT",datetime_format: "%b %e, %Y %l:%M %p",item_description_style: "text+tn",item_thumbnail: "crop",item_thumbnail_selection: "auto",article_num: "15",rssmikle_item_podcast: "off",keyword_inc: "",keyword_exc: ""};feedwind_show_widget_iframe(params);})();</script><div style="font-size:10px; text-align:center; width:300px;"><a href="http://feed.mikle.com/" target="_blank" style="color:#CCCCCC;">RSS Feed Widget</a><!--Please display the above link in your web page according to Terms of Service.--></div><!-- end feedwind code -->
</div>
</div><!--/.row-->
</div><!--/.container-->
</section><!--/#content-->
<section id="feature" >
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-8">
<div class="media">
<div class="pull-left">
<br>
<span class="fa-stack fa-4x">
<i class="fa fa-truck fa-stack-2x"></i>
</span>
</div>
<div class="media-body">
<h1 class="admin">Interested in Chem-E-Car?</h1>
<p class="lead">The UBC Chem-E-Car team consists of 6 sub-teams with different (and some overlapping) roles. More details available on our <b><a href="projects.html">projects page</a></b>. We have many members who work hard to make the car and all of our side projects a reality. Find out more about what they do on our <b><a href="team.html">team page</a></b>! </p>
<p>We take in new members all year round. All skill levels welcome. Find out more by visiting our <b><a href="joinus.html">recruitment page</a></b>.</p>
</div>
</div>
</div>
</div>
<div class="row">
<hr>
<br>
<div class="features">
<div class="col-md-4 col-sm-6" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="feature-wrap">
<i class="fa fa-briefcase"></i>
<h2>Administration</h2>
<h3>Handle team logistics so everyone else can do science! </h3>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="feature-wrap">
<i class="fa fa-power-off"></i>
<h2>Battery</h2>
<h3>Build new batteries without electrocuting ourselves!</h3>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="feature-wrap">
<i class="fa fa-flask"></i>
<h2>Chemical</h2>
<h3>Mix stuff in beakers and look at the pretty colors!</h3>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="feature-wrap">
<i class="fa fa-lightbulb-o"></i>
<h2>Electrical</h2>
<h3>Build circuits and mess around with Arduinos!</h3>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="feature-wrap">
<i class="fa fa-cogs"></i>
<h2>Mechanical</h2>
<h3>Drill stuff and play with awesome power tools</h3>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="feature-wrap">
<i class="fa fa-code"></i>
<h2>Software</h2>
<h3>Code your face off and smash keyboards!</h3>
</div>
</div><!--/.col-md-4-->
</div><!--/.services-->
</div><!--/.row-->
</div><!--/.container-->
</section><!--/#feature-->
<section id="recent-works">
<div class="container">
<div class="center">
<h2>Projects</h2>
<p class="lead">Check out some of the cool stuff we've been working on recently.</p>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/projects/pedg.jpg" alt="IEE">
<div class="overlay">
<div class="recent-work-inner">
<h3><a href="images/projects/pedg.jpg" rel="prettyPhoto">IEEE PEDG 2016</a> </h3>
<p>Sharing our thoughts on renewable energy!</p>
<a title="Ngai To and Mani talking to our guests about renewable energy. In June 2016, we were invited by the ECE Department to participate in a student team exhibition at the IEEE PEDG 2016 Conference. " class="preview" href="images/projects/pedg.jpg" rel="prettyPhoto"><i class="fa fa-eye"></i> View</a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/projects/acec.jpg" alt="Transportation Conference">
<div class="overlay">
<div class="recent-work-inner">
<h3><a href="#">2016 ACEC Conference</a></h3>
<p>Presenting our work on the future of transportation</p>
<a class="preview" href="images/projects/acec.jpg" rel="prettyPhoto"><i class="fa fa-eye"></i> View</a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/projects/lng.jpg" alt="BC in LNG Conference">
<div class="overlay">
<div class="recent-work-inner">
<h3><a href="#">2015 BC in LNG Conference </a></h3>
<p>1st Runner-Up for the Innovation Engineering competition</p>
<a class="preview" href="images/projects/lng.jpg" rel="prettyPhoto"><i class="fa fa-eye"></i> View</a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/projects/will.jpg" alt="UBC Engineering Will Gumboc">
<div class="overlay">
<div class="recent-work-inner">
<h3><a href="#">2016 UBC APSC Open House</a></h3>
<p>Sharing our experience with prospective UBC engineering students</p>
<a class="preview" href="images/projects/will.jpg" rel="prettyPhoto"><i class="fa fa-eye"></i> View</a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/projects/geerup.jpg" alt="UBC Geering Up">
<div class="overlay">
<div class="recent-work-inner">
<h3><a href="#">STEM Presentations</a></h3>
<p>We collaborate with UBC organizations i.e. Geering-Up to inspire prospective STEM students </p>
<a class="preview" href="images/projects/geerup.jpg" rel="prettyPhoto"><i class="fa fa-eye"></i> View</a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/projects/labwork.jpg" alt="Chem-E-Car Lab">
<div class="overlay">
<div class="recent-work-inner">
<h3><a href="#">Chemistry Inbound!</a></h3>
<p>We learn useful experimental techniques and how to work safely in a lab.</p>
<a class="preview" href="images/projects/labwork.jpg" rel="prettyPhoto"><i class="fa fa-eye"></i> View</a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/projects/battery.jpg" alt="Zn-Air Battery">
<div class="overlay">
<div class="recent-work-inner">
<h3><a href="#">Batteries Ahead</a></h3>
<p>Yes, we make our own batteries from scratch.</p>
<a class="preview" href="images/projects/battery.jpg" rel="prettyPhoto"><i class="fa fa-eye"></i> View</a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/projects/ubccar.jpg" alt="Engineering Design">
<div class="overlay">
<div class="recent-work-inner">
<h3><a href="#">The Car</a></h3>
<p>We compete with the best teams across North America.</p>
<a class="preview" href="images/projects/ubccar.jpg" rel="prettyPhoto"><i class="fa fa-eye"></i> View</a>
</div>
</div>
</div>
</div>
</div><!--/.row-->
</div><!--/.container-->
</section><!--/#recent-works-->
<div class="container">
<div class="row">
<div class="center">
<h2>Follow Us!</h2>
<h1>
<a href="https://www.facebook.com/UbcChemECar"><i class="fa fa-2x fa-facebook-square"></i></a>
<a href="https://instagram.com/ubcchemecar"><i class="fa fa-2x fa-instagram"></i></a>
<a href="https://twitter.com/ubcchemecar"><i class="fa fa-2x fa-twitter-square"></i></a>
<a href="https://github.com/ubcchemecar/"><i class="fa fa-2x fa-github-square"></i></a>
<a href="https://www.linkedin.com/company/ubc-chem-e-car"><i class="fa fa-2x fa-linkedin-square"></i></a>
<a href="https://www.flickr.com/photos/143007980@N05/"><i class="fa fa-2x fa-flickr"></i></a>
</h1>
<div id="instafeed"></div>
</div>
</div>
</div>
<section id="partner">
<div class="container">
<div class="center">
<h2>Thank You!</h2>
<p class="lead">We'd like to thank the following organizations for their kind support and various contributions, without which this project would not have been possible. Please find more information on the great work that they do on our <a href="sponsors.html">sponsors page</a>.</p>
</div>
<div class="row">
<div class="col-xs-12 col-md-4">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/sponsors/daniel-family-foundation.png" alt="Daniel Family Foundation">
</div>
</div>
<div class="col-xs-12 col-md-8">
<h4><b>Exclusive Diamond Sponsor</b></h4>
<h2> The Daniel Family Foundation</h2>
<hr>
<h3> The <b>Daniel Family Foundation</b> is a philanthropic foundation that funds leading edge cancer care, fundamental research, advancements in new energy technology and bright young students. The Foundation has generously donated to support our team and will be recognized as the team's Exclusive Diamond Sponsor. We extend our special thanks for their outstanding contributions in support of UBC students.
</h3>
</div>
</div>
<div class="row">
<hr>
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/sponsors/chbe.jpg" alt="UBC CHBE">
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/sponsors/pni.jpg" alt="Precision Nanosystems">
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/sponsors/shell.jpg" alt="Shell Student Fund">
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/sponsors/botfeeder.jpg" alt="Botfeeder">
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/sponsors/digitalocean.jpg" alt="Digital Ocean">
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/sponsors/freegeek.jpg" alt="Free Geek Vancouver">
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/sponsors/mgchemicals.jpg" alt="MG Chemicals">
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/sponsors/fortisbc.jpg" alt="FortisBC">
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/sponsors/ams.jpg" alt="AMS">
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/sponsors/ubc.jpg" alt="UBC">
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="recent-work-wrap">
<img class="img-responsive" src="images/sponsors/esr.jpg" alt="ESR Electric Ltd">
</div>
</div>
</div><!--/.row-->
</div><!--/.container-->
</section><!--/#partner-->
<section id="conatcat-info">
<div class="container">
<div class="row">
<div class="col-sm-8">
<div class="media contact-info" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="pull-left">
<i class="fa fa-info"></i>
</div>
<div class="media-body">
<h2>Interested in the team?</h2>
<p>UBC Chem-E-Car welcomes new members from all faculties and engineering departments. We strive to provide opportunities for UBC students to get more involved on campus and gain valuable hands-on engineering experience by working on fun and interesting projects as a group. As with other engineering design teams on campus, we value commitment and dedication over prior technical experience. We will not turn away <b>anyone</b> who is interested in contributing to the team! Please find more information on our <a href="joinus.html"><b>recruitment page</b></a> or just drop by during our <a href="contact.html">regular meetings.</a></p>
</div>
</div>
</div>
</div>
</div><!--/.container-->
</section><!--/#conatcat-info-->
<footer id="footer" class="midnight-blue">
<div class="container">
<div class="row">
<div class="col-sm-offset-2 col-sm-2">
<ul>
<p class="lead"> <b> Organization</b> </p>
<li><a href="team.html">Team</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="http://finance.ubcchemecar.com/">Finances</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-sm-2">
<ul>
<p class="lead"> <b> Recruitment </b> </p>
<li><a href="joinus.html">Join Us</a></li>
<li><a href="alumni.html">Alumni</a></li>
</ul>
</div>
<div class="col-sm-2">
<ul>
<p class="lead"> <b> Resources </b> </p>
<li><a href="projects.html">Projects</a></li>
<li><a target="_blank" href="http://www.github.com/ubcchemecar">GitHub</a></li>
<li><a target="_blank" href="http://www.aiche.org/community/students/chem-e-car">AIChE Chem-E-Car</a></li>
<li><a target="_blank" href="http://chbe.ubc.ca">UBC CHBE</a></li>
</ul>
</div>
<div class="col-sm-2">
<ul>
<p class="lead"> <b> News </b> </p>
<li><a target="_blank" href="http://blog.ubcchemecar.com">Blog</a></li>
<li><a target="_blank" href="http://www.facebook.com/ubcchemecar">Facebook</a></li>
<li><a target="_blank" href="http://instagram.com/ubcchemecar/">Instagram</a></li>
<li><a target="_blank" href="http://twitter.com/ubcchemecar">Twitter</a></li>
</ul>
</div>
</div>
<div class="row logoEnd">
<div class="center">
<p><a href="index.html"><img width="200px" src="images/common/logo-white.png" title="UBC Chem-E-Car" alt="UBC Chem-E-Car"></a></p>
<p>© 2016 <a target="_blank" href="http://www.ubcchemecar.com/" title="UBC Chem-E-Car">UBC Chem-E-Car Engineering Design Team</a></p>
<p>Contact: <a href="mailto:info@ubcchemecar.com">info@ubcchemecar.com</a></p>
<ul class="footer-social">
<li><a href="https://www.facebook.com/UbcChemECar"><i class="fa fa-2x fa-inverse fa-facebook-square"></i></a></li>
<li><a href="https://instagram.com/ubcchemecar"><i class="fa fa-2x fa-inverse fa-instagram"></i></a> </li>
<li><a href="https://twitter.com/ubcchemecar"><i class="fa fa-2x fa-inverse fa-twitter-square"></i></a></li>
<li><a href="https://github.com/ubcchemecar/"><i class="fa fa-2x fa-inverse fa-github-square"></i></a></li>
</ul>
</div>
</div>
</div>
</footer><!--/#footer-->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/simplyscroll.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/main.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/instafeed.min.js"></script>
<script type="text/javascript">
(function ($) {
$(function () {
i = new Instafeed({
get: 'user',
userId: 1916181001,
clientId: '533bedde9cc84450bae1dbf7360541b1',
accessToken: '1916181001.1677ed0.a8641350606647c781b0228896ae79df',
target: "instafeed",
resolution: 'standard_resolution',
limit: 10,
after: function() {
$("#instafeed").simplyScroll({
speed: 1,
frameRate: 20,
orientation: "horizontal",
direction: "forwards",
customClass: "instagram_scroller"
});
}
});
i.run()
});
})(jQuery);
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-63367875-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var text = ["Batteries?", "Fuel Cells?", "Circuits?", "Engineering?", "Research?", "Chemistry?", "Energy?"];
var counter = 0;
var elem = document.getElementById("tagline");
setInterval(change, 3000);
function change() {
$(elem).fadeOut(400, function() {
$(elem).html(text[counter++]).fadeIn(400);
if (counter >= text.length) counter = 0;
});
}
</script>
</body>
</html>