-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2016team.html
540 lines (443 loc) · 30.6 KB
/
2016team.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
<title>Lehigh Hyperloop</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Costom CSS -->
<link rel="stylesheet" href="css/costom.css" type="text/css">
<!-- Custom Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css">
<!-- Plugin CSS -->
<link rel="stylesheet" href="css/animate.min.css" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/creative.css" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="index.html">
<span class="light">LEHIGH</span> Hyperloop
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="index.html#Sponsors">Sponsors</a>
</li>
<li>
<a class="page-scroll" href="pod.html">Pod</a>
</li>
<li>
<a class="page-scroll" href="team.html">Our Team</a>
</li>
<li>
<div class="dropdown">
<button onclick="myFunction()" class="dropbtn">Year 1</button>
<div id="myDropdown" class="dropdown-content">
<a href="team.html">Team </a>
<a href="pod.html">Pod</a>
</div>
</div>
</li>
<li>
<a class="page-scroll" target="_blank" href="http://ignite.lehigh.edu/hyperloop">Donate</a>
</li>
<li>
<a class="page-scroll" href="index.html#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="bg-primary">
<div class="container">
<section class="no-padding" id="profilelist">
<div class="container-fluid">
<h2>Executive Board</h2>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="https://www.linkedin.com/in/seamuscullinane"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_SeamusC.png')"></div></a>
<div id="profileinfo">
<p class="title">
Chief Engineer/Co-Team Captain
</p>
<p id="name">
Seamus Cullinane
</p>
<p class="major">
Electrical Engineering
</p>
<p class="quote"><em>Seamus is a founding member of the team. He started with a small role leading the electrical subsystem team. As the team reorganized, Seamus began to take on a more overarching role in the team while also maintaining the electrical subsystem team. Seamus became a co-captain with a focus on overall design of the pod and has been leading the pod design for the last year.
</em></p>
</div>
</div>
<div class="profile-left">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="#img7"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_GrantM.png')"></div></a>
<div id="profileinfo">
<p class="title">
Build Lead/Co-Team Captain
</p>
<p id="name">
Grant Moore
</p>
<p class="major">
Industrial and Systems Engineering
</p>
<p class="quote"><em>Grant Moore joined the team specifically for the build portion of the competition. His family builds residential homes for a living and he has a firm grasp of how to use all hand and power tools. Grant has led all aspects of pod fabrication, shipping box fabrication, and workspace training. It is one thing to design the sub-systems necessary to make the pod work as a collegiate-level engineer, but it takes a lot more to keep those designers in the land of realism, and produce a final working product. Without him, there is no way the pod could have been built or shipped across the country. Grant taught the entire build team how to use the tools necessary to build the pod and acted as the foreman for the build process. Grant has been such a enormous part of the team that it was an easy decision to promote him to his current position as Co-Team Captain.
</em></p>
</div>
</div>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="http://www.linkedin.com/in/techtana"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_TechT.png')"></div></a>
<div id="profileinfo">
<p class="title">Lead Mechanical Engineer/Future Chief Engineer</p>
<p id="name">Tech Tanasarnsopaporn</p>
<p class="major">B.S. Materials Engineering, B.S. Integrated Business and Engineering</p>
<p class="quote"><em>Tech joined the team as a freshman and has been one of the most active and innovative members on the team. Tech became the lead mechanical engineer after he demonstrated his extreme dedication to the team and impressive creativity. Tech is the brain behind some of the most innovative parts of our design, including the two-part air intake system. Separating the high-flow and low-flow air systems has been a key element of our pod and has allowed us to advance to the final competition.
</em></p>
</div>
</div>
<div class="profile-left">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="https://www.linkedin.com/in/onur-gencer-ates-789831b1"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_GencerO.jpg')"></div></a>
<div id="profileinfo">
<p class="title">Secretary/Future Outreach Team Captain</p>
<p id="name">Onur Gencer Ates</p>
<p class="major">Industrial and Systems Engineering</p>
<p class="quote"><em>Gencer joined the team in spring 2016 and has been a huge help ever since. With a large team there is a lot of subteams that all need to be managed and updated. While assisting with fabrication, he also kept all the team members up to date by compiling weekly updates and distributing the info to the rest of the team. Gencer will be a team captain for the second competition with a focus on outreach.
</em></p>
</div>
</div>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="https://www.linkedin.com/in/emmanisaacs"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_EmmaI.jpg')"></div></a>
<div id="profileinfo">
<p class="title">
Head of Safety/Future Inner Team Captain
</p>
<p id="name">
Emma Issacs
</p>
<p class="major">
Material Science and Engineering, Minor in Entrepreneurship
</p>
<p class="quote"><em>Emma joined the team during the spring semester of 2016. She has made herself indispensable by managing team safety and documentation. While other members of the team were very focused on the design and building of the pod Emma was able to jump into the team by helping to regulate team safety and manage team documents. With over 30 dedicated members it can be difficult to ensure that each member has the proper training; Emma was able to maintain organization and ensure that the necessary training and safety protocol are followed, and that other documents are turned in correctly and on time.
</em></p>
</div>
</div>
<div class="profile-left">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="https://www.linkedin.com/in/mike-trongone-498a7b110"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_MikeT.png')"></div></a>
<div id="profileinfo">
<p class="title">
Financial Manager
</p>
<p id="name">
Michael Trongone
</p>
<p class="major">
Integrated Business and Engineering, Mechanical Engineering
</p>
<p class="quote"><em>
Mike joined the team in the Spring of 2016 to help build in the initial stages of the project. In the fall of 2016 the team had an opening for financial manager, and Mike was enthusiastic about taking the position. In the time that followed, he has proved to be an integral part in managing many large payments for parts and services, monitor spending activity, and plan the team's budgets."
</em></p>
</div>
</div>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="http://www.linkedin.com/in/aaron-sandoval-als"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_AaronS.png')"></div></a>
<div id="profileinfo">
<p class="title">
Key Mechanical Engineer
</p>
<p id="name">
Aaron Sandoval
</p>
<p class="major">
Mechanical Engineering
</p>
<p class="quote"><em>Aaron has been on the team since spring 2016 and has been able to contribute his engineering skills in the pod's structural design and fabrication. The project requires extensive simulations to ensure that an adequate factor of safety is maintained throughout all critical structures and connections. Aaron has performed many of these simulations for the team. He is a down-to-brass worker who ensures the structural integrity of the pod.
</em></p>
</div>
</div>
<div class="profile-left">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="https://www.linkedin.com/in/christian-murphy"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_ChristianM.jpg')"></div></a>
<div id="profileinfo">
<p class="title">
Key Mechanical Engineer
</p>
<p id="name">
Christian Murphy
</p>
<p class="major">
Mechanical Engineering
</p>
<p class="quote"><em>Christian has been on the team since fall 2015 and has been able to contribute his engineering skills in any area of the pod needed. He has provided his skills towards designs and simulations in the pod during this time. In addition, he served as the co-build lead during the summer with Grant.
</em></p>
</div>
</div>
<!-- **************
*DESIGN TEAM *
************** -->
<h2>Design Team</h2>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a href="#img9"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_JohnO.png')"></div></a>
<div id="profileinfo">
<p class="title">
Programming Lead
</p>
<p id="name">
John Ott
</p>
<p class="major">
Computer Science
</p>
<!-- <p class="quote"><em>"
I would like to not only learn the basis of engineering and design through hands on experience, but also be part of history in the making."
</em></p> -->
</div>
</div>
<div class="profile-left">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a href="#img10"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_JessieG.png')"></div></a>
<div id="profileinfo">
<p class="title">
Programming
</p>
<p id="name">
Jesse Galloway
</p>
<p class="major">
Computer Engineering
</p>
<p class="quote"><em>Jesse joined the team in the fall of 2016. He has been a member of the design team, working mainly on the designs for Hyperloop 2. Jesse is responsibly chiefly for the physical exterior design of Hyperloop 2, he has also been working on preliminary fabrication for the pod.
</em></p>
</div>
</div>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="https://www.linkedin.com/in/alex-castellano-386b37109/"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_AlexC.png')"></div></a>
<div id="profileinfo">
<p class="title">
Marketing
</p>
<p id="name">
Alex Castellano
</p>
<p class="major">
Marketing
</p>
<p class="quote"><em>Alex joined the team in September of 2016. Since then, he has been the director of the business and marketing aspects of the club, including the creation and maintenance of social media accounts, advertisements, business cards, and management of email correspondences.
</em></p>
</div>
</div>
<div class="profile-left">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="https://www.linkedin.com/in/kaity-hwang"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_Kaity.png')"></div></a>
<div id="profileinfo">
<p class="title">
Mechanical Design
</p>
<p id="name">
Kaity Hwang
</p>
<p class="major">
Mechanical Engineering
</p>
<p class="quote"><em>
Joined in Sept 2015. Began as a team member on hull, later became the propulsion team lead.
</em></p>
</div>
</div>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="https://www.linkedin.com/in/drew-siedel-581337101"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_Drew.png')"></div></a>
<div id="profileinfo">
<p class="title">
Programming
</p>
<p id="name">
Drew Siedel
</p>
<p class="major">
Computer Science
</p>
<p class="quote"><em>"
Drew joined the team in fall of 2016, seeking new engineering and software challenges. He worked mainly on the pod's software, primarily designing a computer vision system that determined when the pod should break. He also helped with general integration of the various computer systems of the pod. Drew also worked on fabrication, helping with the physical build of the pod.
</em></p>
</div>
</div>
<div class="profile-left">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a href="#img9"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_Peter.png')"></div></a>
<div id="profileinfo">
<p class="title">
Management
</p>
<p id="name">
Anh "Peter" Nguyen
</p>
<p class="major">
Mechanical Engineering and Product Design
</p>
<p class="quote"><em>Peter has been on the team since fall of 2015 and has contributed in different aspects of the pod as needed. Now, he focuses mainly on helping with logistics for showcase event as well as for the Hyperloop 1 team's transportation and housing at the competition.
</em></p>
</div>
</div>
<!-- *************
*BUILD TEAM *
************* -->
<h2>Build Team</h2>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a href="#img11"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_Joeseph.png')"></div></a>
<div id="profileinfo">
<p class="title">
Build Team
</p>
<p id="name">
Joseph Araujo
</p>
<p class="major">
Civil Engineering
</p>
<!-- <p class="quote"><em>"
I choose to join the Lehigh Hyperloop team because it applies concepts from the classroom to a practical competition and that the Hyperloop is at the cutting edge of transportation technology."
</em></p> -->
</div>
</div>
<div class="profile-left">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="https://www.linkedin.com/in/nayantara-chaisson-7bb2a2127"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_TaraN.png')"></div></a>
<div id="profileinfo">
<p class="title">
Build Team
</p>
<p id="name">
Nayantara "Tara" Chaisson
</p>
<p class="major">
Electrical Engineering
</p>
<!-- <p class="quote"><em>"
I choose to join the Lehigh Hyperloop team because it applies concepts from the classroom to a practical competition and that the Hyperloop is at the cutting edge of transportation technology."
</em></p> -->
</div>
</div>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a href="#img13"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_NithinR.png')"></div></a>
<div id="profileinfo">
<p class="title">
Build Team
</p>
<p id="name">
Nithin Rajaram
</p>
<p class="major">
Undeclared Engineering
</p>
<!-- <p class="quote"><em>"
I choose to join the Lehigh Hyperloop team because it applies concepts from the classroom to a practical competition and that the Hyperloop is at the cutting edge of transportation technology."
</em></p> -->
</div>
</div>
<div class="profile-left">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="https://www.linkedin.com/in/alexander-radetsky-7a6b26107"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_AlexR.png')"></div></a>
<div id="profileinfo">
<p class="title">
Build Team
</p>
<p id="name">
Alexander Radetsky
</p>
<p class="major">
Electrical Engineering
</p>
<p class="quote"><em>
Alex joined the team in September, 2016. After coming into the team, he jumped straight into the electrical subsystem team, learning the Hyperloop 1 system, and helping finish its installation. Since then, he designed the life-support system for the Hyperloop 2 system, and will work to improve and integrate the electrical subsystem, as its lead.</em></p>
</div>
</div>
</section>
</div>
</div>
<!-- Footer -->
<section id = "footer">
<footer class="text-center">
<div>
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
<h3>Location</h3>
<p>Lehigh University<br>27 Memorial Drive W.<br>Bethlehem, PA 18015</p>
</div>
<div class="footer-col col-md-4">
<h3>Facebook</h3>
<ul class="list-inline">
<li>
<a href="https://www.facebook.com/LehighHyperloop/" class=" btn btn-default"><i class="fa fa-facebook-square"></i></a>
</li>
</ul>
</div>
<div class="footer-col col-md-4">
<a href="http://goo.gl/forms/JKpswqgcWc" class="btn btn-default btn-xl">Contact Us</a>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright © Lehigh Hyperloop 2017
</div>
</div>
</div>
</div>
</footer>
</section>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/creative.js"></script>
<script src="js/dropdwn.js"></script>
</body>
</html>