forked from ubcchemecar/ubcchemecar.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam_2015.html
902 lines (861 loc) · 48.1 KB
/
team_2015.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
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
<!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="The University of British Columbia Chem-E-Car Engineering Design Team. We recruit year-round and welcome students from all faculties and disciplines. Email us if you're interested in the team or any of our projects, we'd love to hear from you!">
<title>2015 Team | 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/prettyPhoto.css" rel="stylesheet">
<link href="css/animate.min.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">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
</head><!--/head-->
<body>
<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 src="images/common/logo.png" alt="logo"></a>
</div>
<div class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><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="about-us">
<div class="container">
<div class="center wow fadeInDown">
<h2>The 2015/2016 Team</h2>
<p class="lead">UBC Chem-E-Car welcomes students of all skill levels and experience.</p>
<img class="img-shadow" src="images/team/2015/full.jpg" width="100%">
</div>
<div class="row mt mb">
<div class="col-lg-8-offset-2 col-xs-12">
<br>
<p>Sub-teams:</p>
<div class="btn-toolbar" role="toolbar" aria-label="...">
<div class="btn-group" role="group" aria-label="...">
<a href="#administration" button type="button" class="btn btn-default"><i class="fa fa-briefcase"> </i>Administration</a>
<a href="#battery" button type="button" class="btn btn-default"><i class="fa fa-power-off"> </i>Battery</a>
<a href="#chemical" button type="button" class="btn btn-default"><i class="fa fa-flask"> </i>Chemical</a>
<a href="#electrical" button type="button" class="btn btn-default"><i class="fa fa-lightbulb-o"> </i>Electrical</a>
<a href="#mechanical" button type="button" class="btn btn-default"><i class="fa fa-cogs"> </i>Mechanical</a>
</div>
<div class="btn-group" role="group" aria-label="...">
<a href="#advisors" button type="button" class="btn btn-default">Advisors</a>
</div>
</div>
<hr>
</div><!-- /col-lg-8 -->
</div>
</div>
<div class="container">
<!-- First Row -->
<div id="administration" class="row team-head">
<div class="col-md-6 col-sm-12 col-xs-12">
<h1 class="admin"> Administration </h1>
<hr>
<p>The administration team takes care of the team logistics and finances so that the technical teams can focus on the science and engineering!</p>
<img class="img-shadow" src="images/team/2015/admin.jpg" width="100%">
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=374933040"><img class="img-circle" src="images/team/2015/thanos.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Athanasios (Thanos) Kritharis</h3>
<h4><b>Chem-E-Car Captain</b>, Electrical Team Lead</h4>
<hr>
<p>Athanasios (Thanos) is currently in his 2nd year of involvement with Chem-E-Car. He originally joined the team reluctantly but, became engrossed in the project. This is his first year as captain and he plans to expand the team and increase its profile so that more students may gain hands on engineering experience.</p>
</div>
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=301477131"><img class="img-circle" src="images/team/2015/michellezhou.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Michelle Zhou</h3>
<h4>Safety Officer</h4>
<hr>
<p>Michelle is in her 1st year of involvement with Chem-E-Car and considers team safety to be her top priority. She regularly updates the MSDS and tests equipment to ensure that the lab is up to the most stringent regulation standards. Through her involvement, Chem-E-Car is able to provide all its members the opportunity to learn and collaborate.</p>
</div>
</div>
</div> <!-- End team row -->
<!-- First Row -->
<div id="administration" class="row team-row">
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id="><img class="img-circle" src="images/team/2015/marcCaruth.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Marc Caruth</h3>
<h4>Treasurer</h4>
<hr>
<p>Marc Caruth is currently in his 2nd year of involvement with Chem-E-Car. Marc is responsible for the financials including preparing the budget and reporting the actual results. In his free time, he enjoys skiing and hiking in the Vancouver mountains.</p>
</div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id="><img class="img-circle" src="images/team/2015/claire.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Claire Armour</h3>
<h4>Sponsorship Officer</h4>
<hr>
<p>Claire joined Chem-E-Car in May 2015. As sponsorship officer, she is responsible for securing funding for the team. In her spare time, Claire volunteers with UBC Intramuralss. She enjoys playing the piano and questioning her degree.</p>
</div>
</div>
</div> <!-- End team row -->
<!-- First Row -->
<div id="battery" class="row team-head">
<div class="col-md-6 col-sm-12 col-xs-12">
<h1 class="admin"> Battery </h1>
<hr>
<p> The battery team builds the power sources for the car and tries not to blow up the lab while doing their experiments.</p>
<img class="img-shadow" src="images/team/2015/battery.jpg" width="100%">
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=301477131"><img class="img-circle" src="images/team/2015/tampriye.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Tampriye Asawo</h3>
<h4>Battery Team Lead, Sponsorship Officer</h4>
<hr>
<p>Tampriye is a third year Chemical Engineering student. She joined Chem-E-Car in 2015 and will be using SolidWorks to design the battery compartment and prepare an appropriate electrolyte solution. She is also involved in administrative duties such as promoting the team. In her spare time, Tampriye enjoys reading and hiking various BC trails.</p>
</div>
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=168066677"><img class="img-circle" src="images/team/2015/siang.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Siang Lim</h3>
<h4>[Insert Role]</h4>
<hr>
<p>Siang is a 3rd year Chemical Engineering student. Aside from battery development projects, he is also responsible for setting up and maintaining the team's technology infrastructure (website development and social media management etc). He enjoys completing assignments, doing iClicker questions and writing CHBE lab reports. In his spare time... What do you mean spare time?!!</p>
</div>
</div>
</div> <!-- End team row -->
<!-- First Row -->
<div class="row team-row">
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=340891479"><img class="img-circle" src="images/team/2015/AndrewMay.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Andrew May</h3>
<h4>Battery Team</h4>
<hr>
<p>Andrew is a third year Chemical Engineering student. He joined Chem-E-Car in 2015 and will be helping with the development of the new battery. He is also involved with promoting activity on the Facebook page. In his free time Andrew enjoys participating in gymnastics, hip-hop dance, and Super-Smash-Bros.</p>
</div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://ca.linkedin.com/in/filippo-botta-60b77198"><img class="img-circle" src="images/team/2015/filippo.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Filippo Botta</h3>
<h4>Battery Team</h4>
<hr>
<p>Filippo is a 4th year Chemical Engineer student. He joined Chem-E-Car this year to help with the research and development of a new battery unit. He is also involved in the design of the new battery casing. In his free time, he enjoys playing football and watching movies.</p>
</div>
</div>
</div> <!-- End team row -->
<!-- First Row -->
<div class="row team-row">
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=301477131"><img class="img-circle" src="images/team/2015/pic-t2.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>William Xi</h3>
<h4>Battery Team</h4>
<hr>
<p>William is a third year Chemical Engineering student currently on co-op at Canfor Pulp and Paper, Burnaby.</p>
</div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=301477131"><img class="img-circle" src="images/team/2015/pic-t1.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Le Ho</h3>
<h4>Battery Team, Social Media Manager</h4>
<hr>
<p>Le is currently a second year Chemical Engineering student. He joined the team in 2015 to help develop the new battery as well as other administrative tasks including social media promotion. He is interested in energy efficiency, sustainability energy usage, and recycle processes. He enjoys reading and researching.</p>
</div>
</div>
</div> <!-- End team row -->
<!-- First Row -->
<div class="row team-row">
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=301477131"><img class="img-circle" src="images/team/2015/solomon.png" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Solomon Dikran</h3>
<h4>Postdoc, Electrochemistry Expert</h4>
<hr>
<p>Solomon is a second year chemical engineering student. He has joined the team hoping to be a part of the devlopment of the battery, and also start new side projects. In his spare time Solomon enjoys playing sports, and hanging out with friends.</p>
</div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=301477131"><img class="img-circle" src="images/team/2015/arjun.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Arjun Bhagwat</h3>
<h4>Battery Team</h4>
<hr>
<p>Arjun is a first year engineering student and part of the battery team. He has a strong interest in energy generation through chemical reactions. He is a dedicated learner and hopes to gain a great experience while being part of this amazing team. He is ready to accept challenges and will put in his best efforts to lift up the team.</p>
</div>
</div>
</div> <!-- End team row -->
<!-- First Row -->
<div class="row team-row">
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=301477131"><img class="img-circle" src="images/team/2015/peter.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Peter Mitchell</h3>
<h4>Battery Team</h4>
<hr>
<p>Peter is a second year Chemical Engineering student. He joined Chem-E-Car to be a part of the battery developement. He has been involved in creating the electrolyte for the batteries and various battery tests. In his spare time Peter enjoys working out and catching up on The Walking Dead.</p>
</div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=301477131"><img class="img-circle" src="images/team/2015/jordan.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Jordan Wright</h3>
<h4>Battery Team</h4>
<hr>
<p>Jordan joined the battery team in 2015 to assist with the research and development of the new battery. He is a second year Chemical Engineering student with an interest in electrochemical cells and energy-related biotechnologies. He enjoys playing his guitar in his free time, as well as watching movies and playing League of Legends</p>
</div>
</div>
</div> <!-- End team row -->
<!-- First Row -->
<div class="row team-row">
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=301477131"><img class="img-circle" src="images/team/2015/pavneet.png" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Pavneet Kang</h3>
<h4>Battery Team</h4>
<hr>
<p>Pavneet is a second year Chemical Engineering student.</p>
</div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=301477131"><img class="img-circle" src="images/team/2015/heya.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Heya Gupta </h3>
<h4>Heya Gupta</h4>
<hr>
<p>Heya is a first year engineerig student who joined chem-e-car in 2016. She is eager to learn and hopes to join valuable experience by being apart of this team.</p>
</div>
</div>
</div> <!-- End team row -->
<!-- First Row -->
<div id="chemical" class="row team-head">
<div class="col-md-6 col-sm-12 col-xs-12">
<h1 class="admin"> Chemical </h1>
<hr>
<p> The chemical team gets to play with mystery chemicals and mix random stuff in beakers (safely of course). </p>
<img class="img-shadow" src="images/team/2015/chemical.jpg" width="100%">
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://ca.linkedin.com/in/aliya-mitchell-30898177"><img class="img-circle" src="images/team/2015/aliya.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Aliya Mitchell</h3>
<h4>Chemical Team Lead</h4>
<hr>
<p>Aliya is entering her 2nd year of involvement on Chem-E-Car as Chemical Lead. She will be foreseeing Chem-E-Car's iodine clock which acts as the car's stopping mechanism. Aliya will also be investigating other novel stopping mechanisms to utilize for our car, along with other chemical projects.</p>
</div>
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://ca.linkedin.com/in/"><img class="img-circle" src="images/team/2015/rayBi1.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Ray Bi</h3>
<h4>Chemical Team</h4>
<hr>
<p>Ray is an enthusiastic and detail-oriented 2nd year student in CHBE with high awareness of potential resource crisis and severe environment pollution. He finds it challenging, but exciting and enjoyable in proposing and optimizing stopping mechanisms and biofuel utilization methods. He is looking forward to devoting more time and energy into the delightful collaboration with colleagues in Chem-E-Car with similar pursuit and aspiration in the following years.</p>
</div>
</div>
</div> <!-- End team row -->
<!-- First Row -->
<div id="chemical" class="row team-row">
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://ca.linkedin.com/in/"><img class="img-circle" src="images/team/2015/andrewliu.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Andrew Liu</h3>
<h4>Chemical Team</h4>
<hr>
<p>Andrew is a second year chemical and biological engineering student. He is passionate about bio-fuels and the energy sector. He believes that green energy and clean fuels are the future. Hence, preparing to contribute to this area, he is involved in the Chem-E-Car team and the Oil and Gas Initiative.</p>
</div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://ca.linkedin.com/in/"><img class="img-circle" src="images/team/2015/Xrystosreformat.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Xrystos Bhegani</h3>
<h4>Chemical Team</h4>
<hr>
<p>Xrystos is a second yea Chemical Engineering student. He joined Chem-e-car to be a part of the chemical team. He has been overseeing the current Iodine clock stopping mechanisms and researching alternative stopping mechanisms to use in the future. He is interested in metabolic engineering, biological processes in pharmaceuticals, and sustainable development. In his spare time, Xrystos enjoys reading, and binging on Netflix</p>
</div>
</div>
</div> <!-- End team row -->
<!-- Start Team Row-->
<div class="row team-row">
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=301477131"><img class="img-circle" src="images/team/2015/chrisGu1.jpg" width = "100%" ></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Christina Gu</h3>
<h4>Chemical Team</h4>
<hr>
<p>Christina is a second year Chemical engineering student. It is her first year being involved in the team and she hopes to gain more skills and apply her knowledge to a fun extracurricular activity. She is part of the chemical team, helping with the research for alternative stopping mechanisms for the car. In her spare time, she enjoys travelling, shopping and enjoying all the delicacies that Vancouver has to offer.</p>
</div>
</div>
</div> <!-- End team row -->
<!-- First Row -->
<div id="electrical" class="row team-head">
<div class="col-md-6 col-sm-12 col-xs-12">
<h1 class="admin"> Electrical </h1>
<hr>
<p> The electrical team programs Arduinos and inhales solder fumes (safely, of course)</p>
<img class="img-shadow" src="images/team/2015/eceteam.jpg" width="100%">
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=363448543"><img class="img-circle" src="images/team/2015/johnson.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Geyi (Johnson) Liu</h3>
<h4>Electrical Team</h4>
<hr>
<p>Johnson is currently in second year Engineering Physics and is responsible for electrial design in this team.</p>
</div>
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id="><img class="img-circle" src="images/team/2015/Coltonreformat.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Colton Smithson</h3>
<h4>Electrical Team</h4>
<hr>
<p>Colton Smithson is a second year Chemical Engineering student.</p>
</div>
</div>
</div> <!-- End team row -->
<!-- First Row -->
<div class="row team-row">
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id="><img class="img-circle" src="images/team/2015/kelvinHau.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Kelvin Hau</h3>
<h4>Electrical Team</h4>
<hr>
<p>Kelvin is a second year Engineering student.</p>
</div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id="><img class="img-circle" src="images/team/2015/hanibal1.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Hani Bitar</h3>
<h4>Electrical Team</h4>
<hr>
<p> "Hani is a second year Chemical Engineering student. Originally intending to join the chemical sub-team, he was enticed to join the electrical team to try something new and to diversify his skill-set. In his spare time, he enjoys playing table tennis and chess."</p>
</div>
</div>
</div> <!-- End team row -->
<!-- First Row -->
<div id="mechanical" class="row team-head">
<div class="col-md-6 col-sm-12 col-xs-12">
<h1 class="admin"> Mechanical </h1>
<hr>
<p> The mechanical team gets to use power tools and heavy machinery. <b>WHERE ARE MY DRILL BITS?!</b> </p>
<img class="img-shadow" src="images/team/2015/mechanicalteam.jpg" width="100%">
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id="><img class="img-circle" src="images/team/2015/willgumboc.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>William Gumboc</h3>
<h4>Mechanical Team Lead</h4>
<hr>
<p>Will is a third year Chemical Engineering student and joined the team in 2014. He is responsible for leading the mechanical team in the design of the car’s chassis and drive train and making the car look awesome. He is also responsible for collaborating with and consulting the other sub teams to ensure that all components of the car work together effectively. Outside of engineering, Will lives for skiing, playing soccer, running road races, and going on adventures.</p>
</div>
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=301477131"><img class="img-circle" src="images/team/2015/kirsten.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Kirsten Meng</h3>
<h4>Mechanical Team</h4>
<hr>
<p>Kirsten is a Mechanical Engineering student! Woohoo!!</p>
</div>
</div>
</div> <!-- End team row -->
<!-- First Row -->
<div class="row team-row">
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id="><img class="img-circle" src="images/team/2015/KyleComo.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Kyle Como</h3>
<h4>Mechanical Team</h4>
<hr>
<p>Insert Kyle's Description</p>
</div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id="><img class="img-circle" src="images/team/2015/tyraPhillipsRef.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Tyra Phillips</h3>
<h4>Mechanical Team/ Online Coordinator</h4>
<hr>
<p> Tyra Phillips is a Chemical & Biological Engineering Student who is involved in both the Social Media and Mechanical Teams on CHEM-E-CAR.</p>
</div>
</div>
</div> <!-- End team row -->
<div class="row team-row">
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=301477131"><img class="img-circle" src="images/team/2015/alison.jpg" width = "100%" ></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Alison Zhang</h3>
<h4>Mechanical Team</h4>
<hr>
<p>Alison is in her second year in mechanical engineering in her 1st year of involvement with the Chem-E-Car design team. She joined this team to gain hands-on engineering project experience and learn skills not taught in the classroom. In her free time (ha!) she enjoys films and finding new food places around Vancouver.</p>
</div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=301477131"><img class="img-circle" src="images/team/2015/ngai.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Ngai To Lo</h3>
<h4>Mechanical Team</h4>
<hr>
<p>Ngai To is in his second year of chemical engineering. His love for all disciplines of science has made him find himself working with the mechanical team learning new concepts and bringing in his positive attitude. Ngai To enjoys people places and things. He is non-discriminatory and accepts proper pronouns as well.</p>
</div>
</div>
</div> <!-- End team row -->
<!-- Start Team Row-->
<div class="row team-row">
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=301477131"><img class="img-circle" src="images/team/2015/sammyLee2.jpg" width = "100%" ></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Sammy Lee</h3>
<h4>Mechanical Team</h4>
<hr>
<p>Sammy is in her second year of Civil Engineering. She joined Chem E-car to help the mechanical team with the car's concept and design. Sammy enjoys playing sports, reading and chiling with friends.</p>
</div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=301477131"><img class="img-circle" src="images/team/2015/caitlinLee1.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>Caitlin Lee</h3>
<h4>Mechanical Team</h4>
<hr>
<p>1st year engineering student</p>
</div>
</div>
</div> <!-- End team row -->
<!-- Start team row -->
<div id="advisors" class="row team-head">
<div class="col-md-6 col-sm-12 col-xs-12">
<h1 class="admin"> Advisors </h1>
<p> The advisors advise! </p>
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=374933040"><img class="img-circle" src="images/team/2015/gyenge.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>DR. ELOD GYENGE</h3>
<h4>Faculty Advisor</h4>
<hr>
<p>Professor Gyenge’s research mission is to discover and investigate selective, durable and cost-effective electrocatalysts and to integrate the catalyst structures with the electrode and cell design in order to develop high-performance electrochemical devices and processes. His research on novel mixed reactant fuel cells has been featured in the International Innovation Magazine.</p>
</div>
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id=301477131"><img class="img-circle" src="images/team/2015/taghipour.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>DR. FARIBORZ TAGHIPOUR</h3>
<h4>Faculty Advisor</h4>
<hr>
<p>Professor Taghipour's main research interests are in the computational modeling and experimental study of chemical and photochemical systems with application to energy and environmental engineering. His specific research areas include artificial photosynthetic systems, photoreactors for water purification and computational modeling of chemical and biological systems.</p>
</div>
</div>
</div> <!-- End team row -->
<!-- First Row -->
<!-- <div id="administration" class="row team-row"> -->
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id="><img class="img-circle" src="images/team/2015/pic-t1.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>DUSTIN OLIPHANT</h3>
<h4>Graduate Student Advisor</h4>
<hr>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer.</p>
</div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="col-md-3 col-sm-3 col-xs-3">
<div class="team-items">
<div class="item text-left">
<div class="single-member">
<a href="https://www.linkedin.com/profile/view?id="><img class="img-circle" src="images/team/2015/pic-t1.jpg" width="100%"></a>
</div>
</div> <!-- item wrapper end -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
<h3>ANDREW WANG</h3>
<h4>Graduate Student Advisor</h4>
<hr>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer. </p>
</div>
</div>
</div> <!-- End team row -->
<!-- contact header -->
</div>
</div>
</div><!--/.container-->
</section><!--/about-us-->
<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"> Organization </p>
<li><a href="team.html">Team</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-sm-2">
<ul>
<p class="lead"> Recruitment </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"> Resources </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"> News </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:[email protected]">[email protected]</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 type="text/javascript">
$('.carousel').carousel()
</script>
<script src="js/bootstrap.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>
(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>
</body>
</html>