-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
452 lines (452 loc) · 21.8 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
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<!DOCTYPE html>
<html>
<head>
<title>tkoz.me cv</title>
<link rel="stylesheet" href="styles.css" />
<script type="text/javascript" src="scripts.js"></script>
</head>
<body><div id="root">
<header id="header">
<span class="title_text">Resume/CV</span>
</header>
<div id="content">
<!-- education -->
<div class="cv_head">Education</div>
<!-- rpi -->
<div class="cv_sub1">
<div class="cv_sub1a">Rensselaer Polytechnic Institute (RPI)</div>
<div class="cv_sub1b">Troy, NY</div>
</div>
<div class="cv_sub2">
<div class="cv_sub2a">Master of Science in Applied Mathematics</div>
<div class="cv_sub2b">Aug 2022 – May 2023</div>
</div>
<div class="cv_sub2">
<div class="cv_sub2a">Bachelor of Science in Computer Science and Mathematics</div>
<div class="cv_sub2b">Aug 2017 – May 2022</div>
</div>
<ul class="cv_list">
<li><b>CS Classes:</b>
Data Structures,
Design & Analysis of Algorithms,
Graph Theory,
Operating Systems,
Programming Languages,
Distributed Systems & Algorithms,
Cryptography & Network Security,
Parallel Computing
</li>
<li><b>Math Classes:</b>
Linear Algebra,
Numerical Computing,
Computational Linear Algebra,
Linear Programming,
Nonlinear Optimization,
Advanced Calculus,
Abstract Algebra,
Number Theory,
Analysis,
Complex Variables
</li>
</ul>
<!-- ait -->
<div class="cv_sub1">
<div class="cv_sub1a">Academy for Information Technology (AIT)</div>
<div class="cv_sub1b">Scotch Plains, NJ</div>
</div>
<div class="cv_sub2">
<div class="cv_sub2a">High School Diploma</div>
<div class="cv_sub2b">Sep 2013 – Jun 2017</div>
</div>
<ul class="cv_list">
<li><b>Certifications:</b>
Certiport Microsoft Office Specialist,
CompTIA A+
</li>
<li><b>AP Exams:</b>
Calculus AB,
Calculus BC,
Physics C Mechanics,
Physics C Electricity & Magnetism,
Chemistry,
Computer Science A
</li>
<li><b>IT Classes:</b>
Microsoft Office Applications,
Business Concepts and Practices,
Database Management,
Web Design,
Data Security & Integrity
</li>
</ul>
<!-- work exp -->
<div class="cv_head">Work Experience</div>
<!-- submitty -->
<div class="cv_sub1">
<div class="cv_sub1a">Graduate Research Assistant</div>
<div class="cv_sub1b">May 2022 – May 2023</div>
</div>
<div class="cv_sub2">
<div class="cv_sub2a">Rensselaer Polytechnic Institute - Computer Science Department</div>
<div class="cv_sub2b">Troy, NY</div>
</div>
<ul class="cv_list">
<li>Contributed to <a href="https://github.com/Submitty" target="_blank">Submitty</a>,
an open source homework server with auto grading and more.</li>
<li>Improved data syncing between multiple databases with database migrations and SQL queries.</li>
<li>Created and updated Docker containers for auto grading and automated container updates with GitHub Actions.</li>
</ul>
<!-- lacai -->
<div class="cv_sub1">
<div class="cv_sub1a">Undergraduate Research Assistant</div>
<div class="cv_sub1b">Jan 2020 – Aug 2020</div>
</div>
<div class="cv_sub2">
<div class="cv_sub2a">Rensselaer Polytechnic Institute - Cognitive Science Department <a href="https://lacailab.cogsci.rpi.edu/" target="_blank">LACAI Lab</a></div>
<div class="cv_sub2b">Troy, NY (Part Remote)</div>
</div>
<ul class="cv_list">
<li>Explored various natural language processing (NLP) tools for annotating/analyzing Reddit and Twitter datasets.</li>
<li>Performed sentiment analysis on social media comments to identify positive/negative statements about COVID.</li>
<li>Grouped social media comments using Latent Dirichlet Allocation (LDA) topic modeling.</li>
</ul>
<!-- cs mentor -->
<div class="cv_sub1">
<div class="cv_sub1a">Undergraduate Teaching Assistant</div>
<div class="cv_sub1b">Aug 2018 – May 2022</div>
</div>
<div class="cv_sub2">
<div class="cv_sub2a">Rensselaer Polytechnic Institute - Computer Science Department</div>
<div class="cv_sub2b">Troy, NY</div>
</div>
<ul class="cv_list">
<li>Tutored students during office hours for Discrete Math and Programming Languages.</li>
<li>Graded homework assignments and exams. Helped with creating grading rubrics and proctoring exams.</li>
</ul>
<!-- projects -->
<div class="cv_head">Projects</div>
<!-- submitty -->
<div class="cv_sub1">
<div class="cv_sub1a">Submitty</div>
<div class="cv_sub1b">May 2022 – May 2023</div>
</div>
<ul class="cv_list">
<li>Wrote a Python script to enable the system administrator to create student submissions for testing auto grading.</li>
<li>Parallelized the system updates procedure to update multiple servers simultaneously and reduce down time.</li>
<li>Created and updated Docker containers for automatic grading, and automated updates with GitHub Actions.</li>
<li>See the <a href="https://github.com/Submitty" target="_blank">GitHub repository</a>.</li>
</ul>
<!-- spin -->
<div class="cv_sub1">
<div class="cv_sub1a">Sequent Proof Interface Name</div>
<div class="cv_sub1b">Mar 2022 – May 2022</div>
</div>
<ul class="cv_list">
<li>Developed a web app for editing and verifying logic proofs in the Fitch Sequent System.</li>
<li>This project was part of my Intermediate Logic class and designed to improve learning for future students.</li>
<li>See the <a href="https://github.com/tkoz0/sequent-proof-interface-name" target="_blank">GitHub repository</a>
or the <a href="https://tkoz0.github.io/sequent-proof-interface-name/" target="_blank">web app</a>.</li>
</ul>
<!-- opencircuits -->
<div class="cv_sub1">
<div class="cv_sub1a">OpenCircuits</div>
<div class="cv_sub1b">Aug 2021 – May 2022</div>
</div>
<ul class="cv_list">
<li>Contributed to a digital circuits simulator as part of Rensselaer Center for Open Source.</li>
<li>Implemented bug fixes and UI improvements in the front end written in TypeScript and React.</li>
<li>See the <a href="https://github.com/OpenCircuits" target="_blank">GitHub repository</a>
or the <a href="https://opencircuits.io/" target="_blank">web app</a>.</li>
</ul>
<!-- flam3 -->
<div class="cv_sub1">
<div class="cv_sub1a">Flame Fractal Renderer</div>
<div class="cv_sub1b">Nov 2022 – Present</div>
</div>
<ul class="cv_list">
<li>Created a multithreaded fractal renderer inspired my flam3 and explored various optimization techniques.</li>
<li>Utilized advanced features of C++ including templates and compile time code generation.</li>
<li>See the <a href="https://github.com/tkoz0/flame-fractal-renderer" target="_blank">GitHub repository</a>.</li>
</ul>
<!-- eagle -->
<div class="cv_sub1">
<div class="cv_sub1a">Eagle Scout Leadership Project – Boy Scouts of America</div>
<div class="cv_sub1b">Feb 2017</div>
</div>
<ul class="cv_list">
<li>Developed and implemented a hands-on computer hardware curriculum for Newmark School in Scotch Plains, NJ.</li>
<li>Trained high school seniors to teach the curriculum to younger students.</li>
<li>Donated computers to the school and produced a training video to be used in future years.</li>
<li>Last requirement for Eagle Scout, and I am the <a href="https://bsatroop33.org/eagle-scouts/troop-33s-eagle-scout-list/" target="_blank">114th Eagle Scout</a> of Boy Scout Troop 33 in Fanwood, NJ.</li>
</ul>
<!-- tech skills -->
<div class="cv_head">Technical Skills</div>
<ul class="cv_list">
<li>Languages
<ul>
<li>C/C++ - proficient, frequently use, knowledgeable with advanced features</li>
<li>Python - proficient, frequently use</li>
<li>Java - proficient, used in a class and undergraduate research position</li>
<li>Matlab - proficient, used in math classes</li>
<li>HTML and CSS - intermediate, used for various personal projects</li>
<li>JavaScript - intermediate, used for various personal projects</li>
<li>TypeScript - intermediate, used with React for web app development</li>
<li>LaTeX - intermediate, used for several math classes</li>
<li>PHP - some experience</li>
<li>Haskell - some experience</li>
<li>Prolog - some experience</li>
</ul>
</li>
<li>Libraries/Tools
<ul>
<li>Git - proficient with common features</li>
<li>GitHub - proficient, use for many personal projects</li>
<li>VS Code - proficient, use as my main code editor</li>
<li>React - intermediate</li>
<li>MPI - intermediate</li>
<li>CUDA - intermediate</li>
<li>NumPy - intermediate</li>
<li>MatPlotLib - familiar, used for some personal projects</li>
<li>C++ Boost - familiar, used for some personal projects</li>
<li>Slurm - familiar, used for a class with supercomputer access</li>
<li>Docker - familiar, used on Submitty and some personal stuff</li>
</ul>
</li>
<li>Linux
<ul>
<li>Commands - knowledgeable with common Linux commands</li>
<li>Bash scripts - experience with understanding and writing some myself</li>
<li>Installation and Configuration - have installed and configured personal Linux servers</li>
<li>My Primary OS - Ubuntu 22.04 on my main laptop and Ubuntu Server for my home servers</li>
</ul>
</li>
<li>Certifications
<ul>
<li>Certiport Microsoft Office Specialist (Word, PowerPoint, Excel)</li>
<li>CompTIA A+ (Computer hardware and troubleshooting)</li>
</ul>
</li>
<li>Computers
<ul>
<li>Hardware configuration/troubleshooting - knowledgeable with hardware, comfortable handling parts installation</li>
<li>Software configuration/troubleshooting - knowledgeable with Windows/Linux configuration/troubleshooting</li>
<li>Home servers and homelab - maintaining my knowledge by regularly using my own servers</li>
</ul>
</li>
</ul>
<!-- languages-->
<div class="cv_head">Languages</div>
<ul class="cv_list">
<li>English - native</li>
<li>Chinese (Mandarin) - beginner</li>
</ul>
<!-- education extended -->
<div class="cv_head" id="edu_ext">Education (Extended)</div>
<!-- rpi -->
<div class="cv_sub1">
<div class="cv_sub1a">Rensselaer Polytechnic Institute (RPI)</div>
<div class="cv_sub1b">Troy, NY</div>
</div>
<div class="cv_sub2">
<div class="cv_sub2a">Master of Science in Applied Mathematics</div>
<div class="cv_sub2b">Aug 2022 – May 2023</div>
</div>
<ul class="cv_list">
<li>Spring 2023 <button onclick="showhide('rpis23')">Show/Hide</button>
<ul id="rpis23" class="hide">
<li>CSCI 6360 - Parallel Computing</li>
<li>MATH 6840 - Numerical Solutions of PDEs</li>
<li>MATP 6620 - Integer & Combinatorial Optimization</li>
</ul>
</li>
<li>Fall 2022 <button onclick="showhide('rpif22')">Show/Hide</button>
<ul id="rpif22" class="hide">
<li>MATH 4800 - Numerical Computing</li>
<li>MATH 6800 - Computational Linear Algebra</li>
<li>MATP 6600 - Intro to Optimization</li>
</ul>
</li>
</ul>
<div class="cv_sub2">
<div class="cv_sub2a">Bachelor of Science in Computer Science and Mathematics</div>
<div class="cv_sub2b">Aug 2017 – May 2022</div>
</div>
<ul class="cv_list">
<li>Spring 2022 <button onclick="showhide('rpis22')">Show/Hide</button>
<ul id="rpis22" class="hide">
<li>CSCI 2961 - Rensselaer Center for Open Source (RCOS)</li>
<li>CSCI 4020 - Design & Analysis of Algorithms</li>
<li>MATH 4010 - Abstract Algebra</li>
<li>PHIL 4140 - Intermediate (Formal) Logic</li>
</ul>
</li>
<li>Fall 2021 <button onclick="showhide('rpif21')">Show/Hide</button>
<ul id="rpif21" class="hide">
<li>CSCI 2961 - Rensselaer Center for Open Source (RCOS)</li>
<li>CSCI 4230 - Cryptography & Network Security I</li>
<li>MATH 4400 - ODEs and Dynamical Systems</li>
<li>MATP 4700 - Math Models of Operations Research (Linear Programming)</li>
</ul>
</li>
<li>Spring 2020 (Away Semester) <button onclick="showhide('rpis20')">Show/Hide</button>
<ul id="rpis20" class="hide">
<li>Work experience as an Undegraduate Research Assistant for the LACAI Lab.</li>
<li>LACAI Lab is part of the Rensselaer Polytechnic Institute Cognitive Science Department.</li>
</ul>
</li>
<li>Fall 2019 <button onclick="showhide('rpif19')">Show/Hide</button>
<ul id="rpif19" class="hide">
<li>CSCI 4430 - Programming Languages</li>
<li>CSCI 4510 - Distributed Systems & Algorithms</li>
<li>MATH 4100 - Linear Algebra</li>
<li>MATH 4200 - Mathematical Analysis I</li>
<li>MATH 4600 - Advanced Calculus</li>
</ul>
</li>
<li>Summer 2019 <button onclick="showhide('rpiu19')">Show/Hide</button>
<ul id="rpiu19" class="hide">
<li>CSCI 2600 - Principles of Software</li>
<li>CSCI 4210 - Operating Systems</li>
<li>MATH 4150 - Graph Theory</li>
<li>PHIL 2140 - Intro to Logic (Audit)</li>
</ul>
</li>
<li>Spring 2019 <button onclick="showhide('rpis19')">Show/Hide</button>
<ul id="rpis19" class="hide">
<li>ADMN 1030 - Arch Exploration & Planning</li>
<li>CSCI 2300 - Intro to Algorithms</li>
<li>LANG 2410 - Chinese II</li>
<li>MATH 4020 - Intro to Number Theory</li>
<li>MATH 4300 - Intro to Complex Variables</li>
<li>PHYS 2220 - Quantum Physics II</li>
</ul>
</li>
<li>Fall 2018 <button onclick="showhide('rpif18')">Show/Hide</button>
<ul id="rpif18" class="hide">
<li>ADMN 1030 - Arch Exploration & Planning</li>
<li>CSCI 2500 - Computer Organization</li>
<li>CSCI 2940 - Effective Mentoring</li>
<li>CSCI 2940 - CSCI 2200 Mentor</li>
<li>LANG 1410 - Chinese I</li>
<li>MATH 4090 - Foundations of Analysis</li>
<li>PHYS 2210 - Quantum Physics I</li>
</ul>
</li>
<li>Spring 2018 <button onclick="showhide('rpis18')">Show/Hide</button>
<ul id="rpis18" class="hide">
<li>CSCI 2200 - Foundations of Computer Science (Discrete Math)</li>
<li>MATH 2400 - Intro to Differential Equations</li>
<li>PHIL 2140 - Intro to (Formal) Logic</li>
<li>PSYC 1200 - General Psychology</li>
</ul>
</li>
<li>Fall 2017 <button onclick="showhide('rpif17')">Show/Hide</button>
<ul id="rpif17" class="hide">
<li>BIOL 1010 - Intro to Biology</li>
<li>BIOL 1015 - Intro to Biology Lab</li>
<li>CSCI 1200 - Data Structures</li>
<li>IHSS 1973 - Human Rights in History</li>
<li>MATH 1900 - Art & Science of Math I</li>
<li>MATH 2010 - Multivar Calc & Matrix Algebra</li>
</ul>
</li>
<li>AP Credits <button onclick="showhide('rpiap')">Show/Hide</button>
<ul id="rpiap" class="hide">
<li>CHEM 1100 - Chemistry I</li>
<li>CHEM 1200 - Chemistry II</li>
<li>CSCI 1100 - Computer Science I</li>
<li>MATH 1010 - Calculus I</li>
<li>MATH 1020 - Calculus II</li>
<li>PHYS 1100 - Physics I</li>
<li>PHYS 1200 - Physics II</li>
</ul>
</li>
</ul>
<!-- ait -->
<div class="cv_sub1">
<div class="cv_sub1a">Academy for Information Technology (AIT)</div>
<div class="cv_sub1b">Scotch Plains, NJ</div>
</div>
<div class="cv_sub2">
<div class="cv_sub2a">High School Diploma</div>
<div class="cv_sub2b">Sep 2013 – Jun 2017</div>
</div>
<ul class="cv_list">
<li>2016 - 2017 <button onclick="showhide('ait17')">Show/Hide</button>
<ul id="ait17" class="hide">
<li>Aerospace Engineering (2 quarters)</li>
<li>AP Physics C Electricity & Magnetism</li>
<li>AP Physics C Mechanics</li>
<li>Biochemistry (2 quarters)</li>
<li>Data Security & Integrity (2 quarters)</li>
<li>Engineering Technology (2 quarters)</li>
<li>English IV British Literature</li>
<li>Fitness IV (3 quarters)</li>
<li>Health IV (1 quarter)</li>
<li>Introduction to Chemical Engineering (2 quarters)</li>
<li>Mathematical Statistics & Applications</li>
<li>Web Design (2 quarters)</li>
</ul>
</li>
<li>2015 - 2016 <button onclick="showhide('ait16')">Show/Hide</button>
<ul id="ait16" class="hide">
<li>AP Chemistry</li>
<li>Calculus III and Linear Algebra</li>
<li>Database Management I & II (2 quarters each)</li>
<li>English III Modern American Literature</li>
<li>Fitness III (3 quarters)</li>
<li>Health III (1 quarter)</li>
<li>Physics I</li>
<li>Spanish III</li>
<li>US History II</li>
</ul>
</li>
<li>2014 - 2015 <button onclick="showhide('ait15')">Show/Hide</button>
<ul id="ait15" class="hide">
<li>AP Calculus BC</li>
<li>Business Concepts and Practices</li>
<li>Chemistry I</li>
<li>Dance Appreciation (1 quarter)</li>
<li>English II Earlyr American Literature</li>
<li>Financial Literacy (1 quarter)</li>
<li>Fitness II (3 quarters)</li>
<li>Health II (1 quarter)</li>
<li>Introduction to Information Systems</li>
<li>Spanish II</li>
<li>US History I</li>
</ul>
</li>
<li>2013 - 2014 <button onclick="showhide('ait14')">Show/Hide</button>
<ul id="ait14" class="hide">
<li>AP Calculus AB</li>
<li>Biology I</li>
<li>Computer Applications in Business</li>
<li>English I World Literature</li>
<li>Fitness I (3 quarters)</li>
<li>Foundations of Science (2 quarters)</li>
<li>Health I (1 quarter)</li>
<li>Math Analysis (part of 1st quarter, switched to AP Calculus AB)</li>
<li>Scientific Data Analysis (2 quarters)</li>
<li>Spanish I</li>
<li>World History</li>
</ul>
</li>
</ul>
<!-- hobby/interest -->
<div class="cv_head">Hobbies and Interests</div>
<ul>
<li>Rubik's Cube / Cubing</li>
<li>Grid Logic Puzzles</li>
<li>Building computers/servers</li>
<li>Math and programming problems</li>
<li>Minecraft</li>
<li>Anime, Manga, Light Novels</li>
<li>Piano</li>
<li>Hiking and going outdoors</li>
<li>Some video games</li>
</ul>
<hr />
<p>Page last updated: 2025-02-01</p>
<a href="index.html">Back to the home page</a>
</div></div></body>
</html>