-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
268 lines (250 loc) · 11.3 KB
/
index.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
<!DOCTYPE html>
<script src="http://anishchopra.github.io/jquery-1.11.2.min.js"></script>
<link rel="stylesheet" href="http://anishchopra.github.io/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="http://anishchopra.github.io/dist/css/bootstrap-theme.min.css">
<script src="http://anishchopra.github.io/dist/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="homeCSS.css">
<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">
<title>Anish Chopra</title>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand">Anish Chopra</div>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav pull-right">
<li class="active"><a href="http://anishchopra.github.io">Home</a></li>
<li><a href="http://anishchopra.github.io/Projects">Projects</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class = "jumbotron jBlue">
<div class = "container">
<h1 id = "name">Anish Chopra</h1>
<p class = "introduction">2B Software Engineering</br>University of Waterloo</p>
</div>
</div>
<div class = "jumbotron jLight">
<div class="container">
<div class='row-icon'><i class = "fa fa-check-circle fa-5x"></i></div>
<div class="rowTitle">Summary of Qualifications</div>
<div class = "row qualifications">
<div class="col-md-6">
<div class="quals">
<div class="rowSubTitle">Programming Languages</div>
<div class="rowBody">
<ul>
<li>C</li>
<li>C#</li>
<li>C++</li>
<li>Objective-C</li>
<li>Swift</li>
<li>Python</li>
<li>Javascript</li>
<li>LabVIEW</li>
<li>Lua</li>
</ul>
</div>
</div>
</div>
<div class = "col-md-6">
<div class = "quals">
<div class="rowSubTitle">Other</div>
<div class="rowBody">
<ul>
<li>Machine Learning</li>
<li>Git</li>
<li>Node.js</li>
<li>Signal Processing</li>
<li>HTML</li>
<li>CSS</li>
<li>jQuery</li>
<li>Bootstrap</li>
<li>Object-Oriented Programming</li>
<li>TCP/UDP Networking</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class = "jumbotron jGreen">
<div class="container">
<div class='row-icon'><i class = "fa fa-laptop fa-5x"></i></div>
<div class="rowTitle">Work and Relevant Experience</div>
<div class="rowSubTitle">CTO and Co-Founder, YouCollab Inc.</div>
<div class="rowDate">Jan '16 - Present</div>
<div class="rowBody">
<ul>
<li>Currently developing a <a class='greenLink' href='http://www.youcollab.com'>collaboration platform on iOS</a> for YouTube creators, which should be released in June</li>
</ul>
</div>
<div class="rowSubTitle">Machine Learning and iOS Engineering Intern, Kiwi Wearable Technologies, Toronto</div>
<div class="rowDate">Jan '16 - Apr '16</div>
<div class="rowBody">
<ul>
<li>
Implemented various types of machine learning models to perform motion recognition and activity tracking using sensor data
<ul>
<li>Developed solutions using fully-connected, convolution, and recurrent neural networks, as well as Gaussian mixture models and dynamic time warping</li>
<li>Implemented the feed-forward part of a convolution neural network in Objective-C for an iOS app, which loaded it’s weights from a deep-learning model built in Python using Keras on top of TensorFlow</li>
</ul>
</li>
<li>Developed several iOS applications for multiple different clients, as well as one public application called <a class='greenLink' href='https://itunes.apple.com/ca/app/squat-off/id1084134437?mt=8'>Squat Off</a> to do a simple demonstration of Kiwi’s motion recognition engine</li>
</ul>
</div>
<div class="rowSubTitle">Software Engineering Intern at National Instruments, Austin, Texas</div>
<div class="rowDate">May '15 - Aug '15</div>
<div class="rowBody">
<ul>
<li>Implemented the back-end infrastructure for a dual-stack application to support IPv4 and IPv6 using C++ as well as a front-end user interface using C#</li>
</ul>
</div>
<div class="rowSubTitle">Web Development Intern, Edifecs Inc., Washington, USA</div>
<div class="rowDate">May '14 - July '14</div>
<div class="rowBody">
<ul>
<li>Developed several sites for the company’s intranet, such as creating a company event portal where employees can register for different company events</li>
<li>Also worked on redesigning the homepage for the company's intranet</li>
</ul>
</div>
<div class="rowSubTitle">Web Developer, Globe Med Organization, University of Washington</div>
<div class="rowDate">May '14 - June '14</div>
<div class="rowBody">
<ul>
<li>Was recruited by the Globe Med organization at the University of Washington to build a new website for them where people can find out all the information they need about the organization</li>
<li>Responsible for most of the design process for the webiste</li>
</ul>
</div>
<div class="rowSubTitle">Genetics and Technology Program at Stanford University</div>
<div class="rowDate">July '13 - Aug '13</div>
<div class="rowBody">
<ul>
<li>Accepted into a competitive four-week genetics and technology summer program at Stanford University</li>
<li>Had the opportunity to learn how modern technology is applied in the field of genetics</li>
</ul>
</div>
</div>
</div>
<div class="jumbotron jLight">
<div class="container">
<div class="row-icon"><i class="fa fa-pie-chart fa-5x"></i></div>
<div class="rowTitle">Projects</div>
<div class="rowSubTitle">iOS Campus Map Application</div>
<div class="rowDate">June '15 - Aug '15</div>
<div class="rowBody">
<ul>
<li>Worked with one other developer to create <a href="https://itunes.apple.com/us/app/watmapp/id1031097561?ls=1&mt=8">WatMapp</a>, a map application for uWaterloo students to calculate the best routes between buildings, while having the option to take advantage of the bridges and tunnels to stay warm during the winter</li>
<li>Made use of Google's Material Design standards as well as graph theory (Dijkstra's algorithm)</li>
<li>Incorporated Google Analytics in order to track user activity</li>
</ul>
</div>
<div class="rowSubTitle">iOS Equation Solver Application</div>
<div class="rowDate">Jan '15</div>
<div class="rowBody">
<ul>
<li>Developed <a href="https://itunes.apple.com/us/app/system-of-equations-solver/id957171524?ls=1&mt=8">System of Equations Solver</a>, an iOS application that can solve a system of up to 6 equations</li>
<li>Learned to code in Swift</li>
<li>Worked with scroll views, gesture recognizers, and several other UIKit tools</li>
</ul>
</div>
<div class="rowSubTitle">Personal Website</div>
<div class="rowDate">Jan '15</div>
<div class="rowBody">
<ul>
<li>Developed this website to showcase my resume and different <a href="http://anishchopra.github.io/Projects/" id="projectsLink">side projects</a></li>
<li>Worked with bootstrap to create a modern design</li>
<li>Currently working on making the website completely responsive</li>
</ul>
</div>
<div class="rowSubTitle">iOS Falling Pigs Game</div>
<div class="rowDate">Jun '10 - Mar '11</div>
<div class="rowBody">
<ul>
<li>Learned how to code and develop my very own iOS application called '<a href="https://itunes.apple.com/ca/app/falling-pigs/id452597705?mt=8">Falling Pigs</a>’, a game that is currently available on the App Store</li>
<li>Since then, I have donated all proceeds made from this application to charity</li>
</ul>
</div>
</div>
</div>
<div class="jumbotron jGreen">
<div class="container">
<div class="row-icon"><i class="fa fa-graduation-cap fa-5x"></i></div>
<div class="rowTitle">Education</div>
<div class="rowSubTitle">Candidate for Bachelor of Software Engineering, University of Waterloo</div>
<div class="rowDate">Sept '14 - Present</div>
<div class="rowBody">
<ul>
<li>Currently in my 2A term with a GPA of 3.70/4.00</li>
<li>Dean's List</li>
</ul>
</div>
<div class="rowSubTitle">Candidate for Bachelor of Computer Science, University of Toronto</div>
<div class="rowDate">Sept '13 - May '14</div>
<div class="rowBody">
<ul>
<li>Completed one year studying Computer Science before transferring to the University of Waterloo</li>
<li>Overall GPA of 3.89/4.00</li>
</ul>
</div>
</div>
</div>
<div class="jumbotron jLight">
<div class="container">
<div class="row-icon"><i class="fa fa-puzzle-piece fa-5x"></i></div>
<div class="rowTitle">Extra-Curricular Experience</div>
<div class="rowSubTitle">Academic Representative of the Software Engineering Class of 2019</div>
<div class="rowDate">Sept '14 - Dec '14</div>
<div class="rowBody">
<ul>
<li>Elected to represent my class and address any academic concerns</li>
<li>Acted as a liaison between the class and the professors.</li>
<li>Attended several meetings with professors to discuss and resolve any class issues</li>
</ul>
</div>
<div class="rowSubTitle">Vice-President of the Marine Life Advocacy at the University of Toronto</div>
<div class="rowDate">Sept '13 - May '14</div>
<div class="rowBody">
<ul>
<li>Organized presentations promoting the protection of marine life around the world</li>
<li>Sent letters to government officials explaining the importance of marine life protection</li>
</ul>
</div>
<div class="rowSubTitle">Certified and Avid Scuba Diver</div>
<div class="rowDate">July '13 - Present</div>
<div class="rowBody">
<ul>
<li>Certified as an advanced open water diver</li>
<li>Achieved several specialty certifications such as Deep Diver and Wreck Diver</li>
</ul>
</div>
</div>
</div>
<div class = "jumbotron jBlue">
<a href = "mailto:[email protected]" class = "social">
<i class = "fa fa-envelope"></i>
</a>
<a href = "https://github.com/anishchopra" class = "social">
<i class = "fa fa-github"></i>
</a>
<a href = "http://ca.linkedin.com/in/chopraanish/" class = "social">
<i class = "fa fa-linkedin"></i>
</a>
</div>
</body>
</html>