forked from RyanFitzgerald/devportfolio
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
280 lines (253 loc) · 11 KB
/
index.html
File metadata and controls
280 lines (253 loc) · 11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!DOCTYPE html>
<html class="no-js" 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">
<title>My Portfolio</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<div id="mobile-menu-open" class="shadow-large">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<!-- End #mobile-menu-toggle -->
<header>
<div id="mobile-menu-close">
<span>Close</span> <i class="fa fa-times" aria-hidden="true"></i>
</div>
<ul id="menu" class="shadow">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#education">Education</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</header>
<!-- End header -->
<div id="lead">
<div id="lead-content">
<h1>Wilson Chu, EIT</h1>
<h2>BEng in Mechanical Engineering</h2>
<h2>Mechatronics with a Minor in Mathematics</h2>
<a href="GeneralResume_WilsonChu.pdf" target="_blank" class="btn-rounded-white">My Resume</a>
</div>
<!-- End #lead-content -->
<div id="lead-overlay"></div>
<div id="lead-down">
<span>
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</span>
</div>
<!-- End #lead-down -->
</div>
<!-- End #lead -->
<div id="about">
<div class="container">
<div class="row">
<div class="col-md-4">
<h2 class="heading">About Me</h2>
</div>
<div class="col-md-8">
<p>
Hi! I'm Wilson.<br><br>
I enjoy delving into complex challenges to reach simple, effective solutions wherever possible.
<br>
<br>I am a recent graduate from Ryerson University, in Toronto, Canada. I majored in Mechanical Engineering, specializing in the Mechatronics option of my program.
Additionally, I completed a minor in Mathematics with a majority of my coursework focused in the fields of statistics, probability, and stochastic process modelling.
<br><br>Through my past experiences on several design projects through school and as a member of the extracurricular Ryerson Rams Robotics Team, I have gained a competency with regards to product design, quality assurance, and general testing practices.
I am also very familiar with embedded systems, software development, and software testing methods, through several extracurricular activities, past coursework, and self-study.
<br><br>I am interested in the fields of mechanical, electrical, and software engineering; and, particularly, how they interact together to form a cohesive functional system.
I am excited to learn and practice anything new, whether on my own or as part of a large team!
</p>
</div>
</div>
</div>
</div>
<!-- End #about -->
<div id="education">
<h2 class="heading">Education</h2>
<div class="education-block">
<h3>Ryerson University</h3>
<span class="education-date">June 2017</span>
<h4>Bachelor of Engineering in Mechanical Engineering</h4>
<p>
Specialization: Mechatronics; Minor: Mathematics
</p>
</div>
<!-- End .education-block -->
</div>
<!-- End #education -->
<div id="projects" class="background-alt">
<h2 class="heading">Projects</h2>
<h3>Some of my most recent engineering projects</h3>
<div class="container">
<div class="row">
<div class="project shadow-large">
<div class="project-image">
<img src="images/snowshovel.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Autonomous Snow Shoveling Robot</h3>
<p>
A robot able to clear snow off of a standard suburban driveway in any Canadian city was designed.
It was able to clear a 2-car driveway in approximately 2 minutes. This was completed as part of the final year design project (Capstone Project).
<br><br>The full report is available by request.
</p>
<a href="images/snowshovel.pdf" target="_blank">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/labview.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Linear Fume Tracker</h3>
<p>
A fume tracker system was designed and prototyped so that it would autonomously follow an object along a linear path,
while maintaining a set distance away from the object at all times. <br><br>
The control system and interface was designed with LabVIEW, with the use of an infrared proximity sensor peripheral connected to a data acquistion board to determine the system's relative position. <br>
</p>
<a href="images/fumetracker.pdf" target="_blank">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/AGVtrack.JPG" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Automated Guided Vehicle</h3>
<p>
An automated guided vehicle (AGV) was designed and programmed to progress through an obstacle course and perform several tasks such as picking up cans and dropping them off at set locations, similar to industrial material handling systems. <br><br>
This system was prototyped using a preconstructed robot car (called the "MechBot"). An Arduino UNO microcontroller was utilized to control the car throughout the entire course, while
a secondary control module built from a LEGO NXT kit was interfaced with the Arduino and used as a robot arm. The microcontroller used to control the robot arm was called the "EVShield" in this project.
</p>
<a href="images/AGV.pdf" target="_blank">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
</div>
</div>
</div>
<!-- End #projects -->
<div id="skills">
<h2 class="heading">Skills</h2>
<ul>
<li>SolidWorks</li>
<li>C</li>
<li>Java</li>
<li>MatLab</li>
<li>Simulink</li>
<li>Assembly</li>
<li>Excel</li>
<li>Visio</li>
<li>Word</li>
<li>Technical Writing</li>
<li>Inventor</li>
<li>Arduino</li>
<li>LabVIEW</li>
<li>Omron PLC</li>
<li>Eclipse</li>
<li>NetBeans</li>
<li>JUnit</li>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>GitHub</li>
<li>Linux</li>
<!-- NOT YET...
<li>Elixir</li>
<li>C#</li>
<li>C++</li>
<li>Ruby on Rails</li>
<li>Python</li>
<li>Ruby</li>
<li>Go</li>
<li>Node.js</li>
<li>AngularJs</li>
<li>React</li>
-->
</ul>
</div>
<!-- End #skills -->
<div id="contact">
<h2>Get in Touch</h2>
<div id="contact-form">
<form method="POST" action="https://formspree.io/f/meqnveyk">
<input type="hidden" name="_subject" value="Contact request from personal website" />
<input type="email" name="_replyto" placeholder="Your email" required>
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send</button>
</form>
</div>
<!-- End #contact-form -->
</div>
<!-- End #contact -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-5 copyright">
<p>
Copyright © 2017-2021 WILSON CHU
</p>
</div>
<div class="col-sm-2 top">
<span id="to-top">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</span>
</div>
<div class="col-sm-5 social">
<ul>
<li>
<a href="https://linkedin.com/in/wilson-chu-47175598" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://github.com/Wilson-Chu" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
</li>
<!--
<li>
<a href="https://stackoverflow.com/" target="_blank"><i class="fa fa-stack-overflow" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://twitter.com/" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://plus.google.com/" target="_blank"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
</li>
-->
</ul>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/scripts.min.js"></script>
</body>
</html>