-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
208 lines (184 loc) · 7.84 KB
/
resume.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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>My Resume</title>
<link href="stylesheet.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
<body>
<div class="contain">
<a href="index.html">Back</a>
<a class="right" href="src/resume.pdf">Download</a>
<h1>Parth Suthar</h1>
<p class="center">[email protected]</p>
<p class="center">(647) 739-9188</p>
<p class="center">2000 Simcoe St. N, Oshawa, ON.</p>
<h2 class="subhead">Education</h2>
<ul>
<li>University of Ontario Institute of Technoloy</li>
<p class="items">Bachelors of Applied Science and Engineering</p>
<li>Woburn Collegiate Institute</li>
<p class="items">Graduated with Honors</p>
</ul>
<h2 class="subhead">Skills</h2>
<table class="skillstbl">
<tr>
<th>Programming Languages</th>
<td>Java, C, C++, SQL, HMTL, CSS, PHP</td>
</tr>
<tr>
<th>Technologies</th>
<td>Android, Git, Web Development, Arduino, FIRST Robotics, VEX Robotics, Linux</td>
</tr>
<tr>
<th>Design and CAD</th>
<td>SolidWorks, SEIMENS NX, Autodesk Inventor</td>
</tr>
<tr>
<th>Web Development</th>
<td>Polymer, REST API</td>
</tr>
<tr>
<th>Other Softwares</th>
<td>MATLAB, Maple, Microsoft Office</td>
</tr>
</table>
<h2 class="subhead">Experience</h2>
<ol>
<li>Camp Instructor, Brick Works Academy <span class="right">July 2016 - August 2016</span></li>
<ol type="I" class="small">
<li>Work with kids from age 9-14</li>
<li>Teach them the programming of LEGO EV3</li>
<li>Teach Robotics Fundamentals</li>
</ol>
<li>Mentor and Volunteer, FIRST Robotics <span class="right">2012-Present</span></li>
<ol type="I" class="small">
<li><strong>Control Systems Advisor:</strong>Assist FRC teams in matters regarding robot control system</li>
<li><strong>Mentor:</strong>offer expertise in control systems, strategy and programming while inspiring
interest in STEM for FRC, FLL and Jr. FLL Teams
</li>
<li><strong>Referee:</strong>maintain fair play and score for FRC and FLL matches at competitions</li>
<li><strong>Scorekeeper:</strong>enter correct scores and resolve conflicts</li>
</ol>
<li>Team President/Control Systems Lead, Team 188 Woburn Robotics<span class="right">2012 - 2015</span></li>
<ol type="I" class="small">
<li><strong>Team President:</strong>manage the team by communicating information between the mentors and the
students. Coordinate meetings and designate work plans to sub-teams
</li>
<li><strong>Control Systems Lead:</strong>manage electrical and pneumatics components</li>
<li><strong>Pit Crew:</strong>fix and maintain the robot between matches. Effectively communicate robot
design and design process to industry professionals
</li>
</ol>
<li>Executive Member, Electronics and Computer Engineering Club<span class="right">2014 - 2015</span></li>
<ol type="I" class="small">
<li>Build and Analyze electrical prototypes using micro-controllers (Arduino, PIC Controller, BASIC STAMP,
etc.) and electical components (breadboard, resistors, microchips, etc.)
</li>
</ol>
<li>Captain/Coach, Woburn Ultimate Frisbee Team<span class="right">2012-2015</span></li>
<ol type="I" class="small">
<li>Arrange and run practices.</li>
<li>Manage a co-ed team of 20 players</li>
</ol>
</ol>
<h2 class="subhead">Relevant Course Load</h2>
<table class="courses">
<tr>
<th>Course</th>
<th>Grade</th>
</tr>
<tr>
<td>Web Programming</td>
<td>A+</td>
</tr>
<tr>
<td>Introduction to Programming</td>
<td>A+</td>
</tr>
<tr>
<td>Data Structures</td>
<td> A+</td>
</tr>
</table>
<h2 class="subhead">Projects</h2>
<input id="togglecheckpoint" type="checkbox" unchecked>
<label for="togglecheckpoint" class="checkpointlbl">Checkpoint</label>
<div id="expandcheckpoint">
<section class="scrollable">
<table>
<tr>
<td>
<img src="img/checkpoint/Picture1.png" class="checkpointimg">
</td>
<td>
<img src="img/checkpoint/Picture2.png" class="checkpointimg">
</td>
<td>
<img src="img/checkpoint/Picture3.png" class="checkpointimg">
</td>
</tr>
<tr>
<td colspan="3">
An Android application that incentivises the runners to run and get rewarded. App uses Cisco's Zeus for runners to monitor their runs and Relayr for business owners to monitor the analytics.
Runners are paid by the business owners as their businesses are used as checkpoints during their run. Developed in 14 hours at CISCO DevNet Hackathon and placed third.
</td>
</tr>
</table>
</section>
</div>
<input id="toggleoutpost" type="checkbox" unchecked>
<label for="toggleoutpost" class="outpostlbl"> FRC Scouting Web App: Outpost</label>
<div id="expandoutpost">
<section class="scrollable">
<table>
<tr>
<td>
<img src="img/outpost/Picture 1.png" class="outpostimg">
</td>
<td>
<img src="img/outpost/picture 2.png" class="outpostimg">
</td>
<td>
<img src="img/outpost/picture 3.png" class="outpostimg">
</td>
</tr>
<tr>
<td colspan="3">
A data collecting Web Application with a Polymer UI and PHP/SQL backend and REST API; in order to enhance team's strategy development process during competions.
</td>
</tr>
</table>
</section>
</div>
<input id="togglefirefighter" type="checkbox" unchecked>
<label for="togglefirefighter" class="firefighterlbl">Anonymous Fire Fighting Robot</label>
<div id="expandfirefighter">
<section class="scrollable">
<table>
<tr>
<td>
<img src="img/firefighter/picture 1.png" class="firefighterimg">
</td>
</tr>
<tr>
<td>
Build a small Maze Solving Robot that searches for a candle in a room and eliminate the fire using Arduino microcontroller, IR Sensor and servos.
</td>
</tr>
</table>
</section>
</div>
<h2 class="subhead">Achievements</h2>
<ul>
<li>UOIT Award of Recognition<span class="right">2015</span></li>
<li>Team 188 Robotics Achievement Award<span class="right">2015</span></li>
<li>Woburn Ultimate Frisbee Coach's Recognition Award<span class="right">2015</span></li>
<li>TDSB Skills Competition Gold Medalist<span class="right">2015</span></li>
<li>TDSB Skills Competition Silver Medalist<span class="right">2012-2013</span></li>
<li>Woburn Collegiate Institute Honors Award<span class="right">2011-2014</span></li>
</ul>
</div>
</body>
</html>