-
Notifications
You must be signed in to change notification settings - Fork 0
/
waterloop.html
122 lines (105 loc) · 6 KB
/
waterloop.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
<!DOCTYPE HTML>
<html>
<head>
<title>Waterloop SpaceX Hyperloop</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Home</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html#targetMain">Home</a></li>
<li><a href= "capitalOne.html">Capital One</a></li>
<li><a href="maplePrecision.html">MaplePrecision</a></li>
<li><a href="uwaft.html">GM EcoCar</a></li>
<li class="active"><a>SpaceX Hyperloop</a></li>
<li><a href="api.html">API</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
<ul class="icons">
<li><a href="https://www.youtube.com/channel/UCUWGmc7j02amnUItrbJW6Bw" class="icon brands fa-youtube" target="_blank"><span class="label">YouTube</span></a></li>
<li><a href="https://github.com/hank-w" class="icon brands fa-github" target="_blank"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section class="post">
<header class="major">
<span class="date"></span>
<h1>Waterloop<br />
SpaceX Hyperloop</h1>
<p>Linear Induction Motor Team Lead</p>
</header>
<div class="image main"><img src="images2/Waterloop/pod frame.PNG" alt="" /></div>
<p>
Waterloop is Waterloo's SpaceX Hyperloop team that competes in the annual Hyperloop competitition that takes place in California each summer. Teams from around the world are competing to build a highspeed self-sustaining pod to attempt to create a new method of transportation for the future. The pods achieve speeds of up 466km/h or 290mph to travelling in a vacummed tube along an I beam. The competition is funded by a collboration between SpaceX and Tesla. The goal behind the innovation is to one day, build underground airtight tunnels that could speed up the flow of traffic within and across cities exponentially.
</p>
<p>
On Waterloop, I lead the Linear Induction Motor Team (LIM). Our team consists of over 25 active members this term and we have successfully created multiple versions of functioning LIMs on a dual protoype chassis rig. As LIM team lead, I organize and manage tasks for my team members to maximize efficiency by assigning them to tasks that they are passionate and interested in. I work on integrating subsystems in the form of software, electrical, and mechanical. I've configured and programmed embedded sensors such as magnometer, force transducer, digital temperature sensor, hall effect sensor, and accelerometer to collect data and experiment with the LIM and its limits. This data can then be compared against an ANSYS simulation using Maxwell's Equations to create a model that can simulate larger, scaled up versions of the LIM. I've designed multiple prototype variations using SolidWorks and AutoCAD for the LIM and the chassis it runs on, and I've machined the sucessful designs using wood, plastic, and aluminum extrusions. I've also built and created complex circuits in order to efficiently and safetly power the LIM during usage.
</p>
<p>
If you would like to see more of what our team does and what I've worked on, please checkout the two links below for our website and some photos and documentation of my work! =)
</p>
<ul class="actions special">
<li><a target="_blank" href = "https://drive.google.com/drive/folders/1xkQt0Lo2iV1W2XnqfMfMkx2ggVD8gt5u" class="button">Photos and Videos</a></li>
<li><a target="_blank" href = "https://teamwaterloop.ca/team" class="button">Team Website</a></li>
</ul>
<div class="image main"><img src="images2/Waterloop/Pod.jpg" alt="" /></div>
<div class="image main"><img src="images2/Waterloop/pod_sensor_pos.jpg" alt="" /></div>
<div class="image main"><img src="images2/Waterloop/A Render of the DPR.png" alt="" /></div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/hank-w/30min" style="min-width:320px;height:630px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script>
<!-- Calendly inline widget end -->
</section>
<section class="split contact">
<section>
<h3>Email</h3>
<p align = "center"><a href="hank.j.wu@gmail.com"><font size = "3">hank.j.wu@gmail.com</font></a></br></p>
</section>
<section>
<h3>Phone</h3>
<ul class="icons alt">
<p>
<li><a href="" ><span class="label"></span></a></li>
<a href="#">+1 (519) 721-9529</a></p>
</ul>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="https://www.youtube.com/channel/UCUWGmc7j02amnUItrbJW6Bw" class="icon brands fa-youtube"><span class="label">YouTube/span></a></li>
<li><a href="https://github.com/hank-w" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
</section>
</footer>
<div id="emptyFooter">
<ul><li>© Untitled</li><li>Space <a href="#"></a></li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>