-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
340 lines (340 loc) · 16.2 KB
/
cv.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- From: https://www.joshuacolvin.net/prevent-safari-phone-number-detection/ -->
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Jimmy Shong</title>
</head>
<body>
<div class="navbar">
<a href="index.html">About</a>
<a href="publications.html">Publications</a>
<a href="projects.html">Projects</a>
<a href="cv.html" class="active">CV</a>
</div>
<div class="page-title">
CV
<a href="images/CV.pdf" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#2598b9" class="bi bi-file-earmark-pdf-fill" viewBox="0 0 16 16">
<path d="M5.523 12.424c.14-.082.293-.162.459-.238a7.878 7.878 0 0 1-.45.606c-.28.337-.498.516-.635.572a.266.266 0 0 1-.035.012.282.282 0 0 1-.026-.044c-.056-.11-.054-.216.04-.36.106-.165.319-.354.647-.548zm2.455-1.647c-.119.025-.237.05-.356.078a21.148 21.148 0 0 0 .5-1.05 12.045 12.045 0 0 0 .51.858c-.217.032-.436.07-.654.114zm2.525.939a3.881 3.881 0 0 1-.435-.41c.228.005.434.022.612.054.317.057.466.147.518.209a.095.095 0 0 1 .026.064.436.436 0 0 1-.06.2.307.307 0 0 1-.094.124.107.107 0 0 1-.069.015c-.09-.003-.258-.066-.498-.256zM8.278 6.97c-.04.244-.108.524-.2.829a4.86 4.86 0 0 1-.089-.346c-.076-.353-.087-.63-.046-.822.038-.177.11-.248.196-.283a.517.517 0 0 1 .145-.04c.013.03.028.092.032.198.005.122-.007.277-.038.465z"/>
<path fill-rule="evenodd" d="M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3zM4.165 13.668c.09.18.23.343.438.419.207.075.412.04.58-.03.318-.13.635-.436.926-.786.333-.401.683-.927 1.021-1.51a11.651 11.651 0 0 1 1.997-.406c.3.383.61.713.91.95.28.22.603.403.934.417a.856.856 0 0 0 .51-.138c.155-.101.27-.247.354-.416.09-.181.145-.37.138-.563a.844.844 0 0 0-.2-.518c-.226-.27-.596-.4-.96-.465a5.76 5.76 0 0 0-1.335-.05 10.954 10.954 0 0 1-.98-1.686c.25-.66.437-1.284.52-1.794.036-.218.055-.426.048-.614a1.238 1.238 0 0 0-.127-.538.7.7 0 0 0-.477-.365c-.202-.043-.41 0-.601.077-.377.15-.576.47-.651.823-.073.34-.04.736.046 1.136.088.406.238.848.43 1.295a19.697 19.697 0 0 1-1.062 2.227 7.662 7.662 0 0 0-1.482.645c-.37.22-.699.48-.897.787-.21.326-.275.714-.08 1.103z"/>
</svg>
</a>
</div>
<div class="cv">
<div class="card">
<h3 class="card-title">Basics</h3>
<table>
<tbody>
<tr>
<td class="pr">
<b>Name</b>
</td>
<td class="pl"> Jimmy Shong </td>
</tr>
<tr>
<td class="pr">
<b>Occupation</b>
</td>
<td class="pl"> Student </td>
</tr>
<tr>
<td class="pr">
<b>Email</b>
</td>
<td class="pl">
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
</td>
</tr>
<tr>
<td class="pr">
<b>Summary</b>
</td>
<td class="pl">
Student pursuing a M.S. in computer science at University of Illinois Urbana-Champaign with interests in efficient deep learning, generative AI, and cybersecurity.
</tr>
</tbody>
</table>
</div>
<div class="card">
<h3 class="card-title">Work</h3>
<div>
<ul class="card-text card-content">
<li class="card-content-item">
<div class="row">
<div class="badge-column">
<span class="badge">08/2024 - Present</span>
</div>
<div class="role">
<h6 class="font-weight-bold right-column-alignment">
Teaching Assistant
</h6>
<h6 class="right-column-alignment">
<a href="https://siebelschool.illinois.edu/" target="_blank">Siebel School of Computing and Data Science, University of Illinois at Urbana-Champaign</a>
</h6>
<h6 class="right-column-alignment job-description">
I am currently a teaching assistant for CS 598: Systems for GenAI, where I gave a lecture on transformers and FlashAttention in front of 90+ students. I was previously a teaching assistant for STAT 107: Data Science Discovery (STAT-107). My responsibilities include leading lab sections, holding office hours, and grading assignments.
</h6>
<ul class="items">
<li>
<p>Python, Pandas</p>
</li>
</ul>
</div>
</div>
</li>
<li class="card-content-item">
<div class="row">
<div class="badge-column">
<span class="badge">05/2023 - 05/2024</span>
</div>
<div class="role">
<h6 class="font-weight-bold right-column-alignment">
Research Intern
</h6>
<h6 class="right-column-alignment">
<a href="https://hanlab.mit.edu/" target="_blank">HAN Lab, Massachusetts Institute of Technology</a>
</h6>
<h6 class="right-column-alignment job-description">
I developed a speech-to-speech chatbot for a universal high-performance inference library designed for the efficient deployment of quantized large language models on edge devices. I am currently conducting research on accelerating local LLM inference on MacOS using the Apple Neural Engine.
</h6>
<ul class="items">
<li>
<p>C++, PyTorch</p>
</li>
</ul>
</div>
</div>
</li>
<li class="card-content-item">
<div class="row">
<div class="badge-column">
<span class="badge">01/2023 - 05/2024</span>
</div>
<div class="role">
<h6 class="font-weight-bold right-column-alignment">
Computer Science Tutor
</h6>
<h6 class="right-column-alignment">
<a href="https://engineering.nyu.edu/academics/undergraduate/tutoring-center#:~:text=Our%20services%20are%20available%20to,lend%20out%20with%20an%20ID." target="_blank">NYU Polytechnic Tutoring Center</a>
</h6>
<h6 class="right-column-alignment job-description">
I helped NYU CS students with questions regarding required computer science courses. I also recorded explanation videos for answer keys of mock exams developed by the PTC.
</h6>
<ul class="items">
<li>
<p>Python, C++, Data Structures,
Object-Oriented Programming, Algorithms</p>
</li>
</ul>
</div>
</div>
</li>
<li class="card-content-item">
<div class="row">
<div class="badge-column">
<span class="badge">06/2022 - 07/2022</span>
</div>
<div class="role">
<h6 class="font-weight-bold right-column-alignment">
Instructor
</h6>
<h6 class="right-column-alignment">
<a href="https://bluestampengineering.com/" target="_blank">BlueStamp Engineering</a>
</h6>
<h6 class="right-column-alignment job-description">
I taught practices and principles of engineering to a class of twenty high school students, where I demonstrate the usage of engineering tools such as Arduino, Python, GitHub, and the terminal. I also acted as a mentor for their personal projects such as an intelligent door lock, a smart mirror, and Alexa home automation.
</h6>
<ul class="items">
<li>
<p>Python, TensorFlow, AWS, Arduino, Git</p>
</li>
</ul>
</div>
</div>
</li>
<li class="card-content-item">
<div class="row">
<div class="badge-column">
<span class="badge">09/2021 - 05/2022</span>
</div>
<div class="role">
<h6 class="font-weight-bold right-column-alignment">
Unsupervised ML Lead
</h6>
<h6 class="right-column-alignment">
<a href="https://engineering.nyu.edu/research-innovation/student-research/vertically-integrated-projects/vip-teams/ai-scientific-research" target="_blank">NYU AI for Scientific Research</a>
</h6>
<h6 class="right-column-alignment job-description">
I engineered a ML pipeline to help analyze trajectories of macrophages in M0, M1, and M2 in four dimensions. This pipeline is currently employed by researchers at the University of Groningen. I also worked on data visualization of sleep-wake dynamics of mice for scientists at NYU Abu Dhabi.
</h6>
<ul class="items">
<li>
<p>Python</p>
</li>
</ul>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="card">
<h3 class="card-title">Education</h3>
<div>
<ul class="card-text card-content">
<li class="card-content-item">
<div class="row">
<div class="badge-column">
<span class="badge">08/2024 - Present</span>
</div>
<div class="role">
<h6 class="font-weight-bold right-column-alignment">
M.S. in Computer Science
</h6>
<h6 class="right-column-alignment">
<a href="https://cs.illinois.edu/" target="_blank">University of Illinois Urbana-Champaign</a>
</h6>
<h6 class="right-column-alignment job-description">
Sponsored via Teaching Assistantship. Currently conducting research under supervision of Prof. Fan Lai.
</h6>
</div>
</div>
</li>
<li class="card-content-item">
<div class="row">
<div class="badge-column">
<span class="badge">09/2020 - 05/2024</span>
</div>
<div class="role">
<h6 class="font-weight-bold right-column-alignment">
B.S. in Computer Science
</h6>
<h6 class="right-column-alignment">
<a href="https://engineering.nyu.edu/" target="_blank">New York University Tandon School of Engineering</a>
</h6>
<h6 class="right-column-alignment job-description">
Minor in Mathematics and Cybersecurity
</h6>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="card">
<h3 class="card-title">Awards</h3>
<div>
<ul class="card-text card-content">
<li class="card-content-item">
<div class="row">
<div class="badge-column">
<span class="badge">07/2023</span>
</div>
<div class="role">
<h6 class="font-weight-bold right-column-alignment">
<a href="https://drive.google.com/file/d/1H19D4RPFKbAaaSqiXA9Lb09bji6_QsgB/view" target="_blank">NYU Tandon Fall 2022-Spring 2023 Dean's List</a>
</h6>
<h6 class="right-column-alignment">
New York University Tandon School of Engineering
</h6>
<h6 class="right-column-alignment job-description">
The Dean's List is an academic honor awarded to undergraduate students achieving high scholarship each academic year. It is compiled at the end of each academic year and recognizes undergraduate students who achieve two consecutive term GPA's of 3.4 or higher over the course of an academic year.
</h6>
</div>
</div>
</li>
<li class="card-content-item">
<div class="row">
<div class="badge-column">
<span class="badge">07/2022</span>
</div>
<div class="role">
<h6 class="font-weight-bold right-column-alignment">
<a href="https://engineering.nyu.edu/sites/default/files/2022-11/Dean%27s%20List%20Posters%20Fall%202021-Summer%202022%20FINAL.pdf" target="_blank">NYU Tandon Fall 2021-Spring 2022 Dean's List</a>
</h6>
<h6 class="right-column-alignment">
New York University Tandon School of Engineering
</h6>
<h6 class="right-column-alignment job-description">
The Dean's List is an academic honor awarded to undergraduate students achieving high scholarship each academic year. It is compiled at the end of each academic year and recognizes undergraduate students who achieve two consecutive term GPA's of 3.4 or higher over the course of an academic year.
</h6>
</div>
</div>
</li>
<li class="card-content-item">
<div class="row">
<div class="badge-column">
<span class="badge">07/2021</span>
</div>
<div class="role">
<h6 class="font-weight-bold right-column-alignment">
<a href="https://engineering.nyu.edu/sites/default/files/2022-11/Dean%27s%20List%20Posters%20Fall%202020-Summer%202021%20FINAL.pdf" target="_blank">NYU Tandon Fall 2020-Spring 2021 Dean's List</a>
</h6>
<h6 class="right-column-alignment">
New York University Tandon School of Engineering
</h6>
<h6 class="right-column-alignment job-description">
The Dean's List is an academic honor awarded to undergraduate students achieving high scholarship each academic year. It is compiled at the end of each academic year and recognizes undergraduate students who achieve two consecutive term GPA's of 3.4 or higher over the course of an academic year.
</h6>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="card">
<h3 class="card-title">Languages</h3>
<div>
<div class="card-contents">
<div class="card-content right-column">
<table class="card-content-table">
<tbody>
<tr>
<td class="card-content-category">
</td>
<td class="card-content-category">
English
</td>
</tr>
<tr>
<td></td>
<td class="card-content-name">
<b>
Native
</b>
</td>
</tr>
</tbody>
</table>
</div>
<div class="card-content right-column">
<table class="card-content-table">
<tbody>
<tr>
<td class="card-content-category"></td>
</td>
<td class="card-content-category">
Mandarin
</td>
</tr>
<tr>
<td></td>
<td class="card-content-name">
<b>
Professional working proficiency
</b>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</body>
</html>