-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
80 lines (74 loc) · 4.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Resume</title>
<link href="styles/styles.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
</head>
<body>
<nav class="topnav" role="navigation">
<ul>
<li>
<a id="home" aria-haspopup="true" aria-expanded="false" href="index.html" tabindex="0">Home▽</a>
<ul id="home-pulldown" class="project-pulldown">
<li><a href="gallery.html">Art Gallery</a></li>
<li><a href="https://dl.acm.org/doi/10.1145/3494991">FaceBit Paper</a></li>
<li><a href="https://dl.acm.org/doi/10.1145/3560905.3568561">Protean Paper</a></li>
<li><a href="ppg.html">PPG Processing</a></li>
<li><a href="project2.html">JS Ray Tracer</a></li>
<li><a href="datavisualization.html">Data Visualization</a></li>
</ul>
</li>
<li nav aria-current=page><a href="resume.html">Resume</a></li>
<li><a href="biography.html">Biography</a></li>
<li><a id="contact" aria-haspopup="true" aria-expanded="false" tabindex="0">Contact▽</a>
<ul id="contact-pulldown" class="pulldown">
<li>jasonhuang2023[at]u[dot]northwestern[dot]edu</li>
<li><a href="https://github.com/jjh9397/">Github</a></li>
</ul>
</li>
</li>
</ul>
</nav>
<main role="main">
<article class="brick-container-container" aria-labelledby="resume" role="article">
<h1 id="resume">Resume</h1>
<section>
<h2>Education</h2>
<p><b>Northwestern University</b>, Evanston, IL</p>
<p>Majoring in computer science. Expected Spring 2023. Cumulative GPA: 3.96, BCPM: 3.94</p>
<p>MCAT: 524 (100th percentile), Casper: 4th quartile, PREview: 8 (98th percentile)</p>
</section>
<br>
<section>
<h2>Employment</h2>
<p><b>Northwestern Ka Moa Moa Lab — Research Assistant,</b> November 2020 - Present</p>
<p>Assisted on Smart PPE, Protean, and battery free wearables projects through code contribution, experiment design, and data collection. Worked on projects such as sensing air quality in face masks and sensing vitals from a PPG sensor as part of a energy harvesting wearable device.</p>
<br>
<p><b>Superior Air-Ground Ambulance Service — EMT-B,</b> June 2020 - August 2022</p>
<p>Nationally certified EMT working under Illinois and St. Francis standards. Collaborated with healthcare personnel to provide fast and high quality patient care and transport within the EMT-B scope of practice as defined by the Illinois Department of Public Health.</p>
</section>
<br>
<section>
<h2>Volunteering</h2>
<p><b>YWeb Academy — Volunteer Mentor,</b> February 2021 - Present</p>
<p>Mentored cohort of students throughout a 12 week website design and development course through weekly office hours. Provided homework support through virtual office hours as well as assisted students with personal portfolio website projects.</p>
</section>
<br>
<section>
<h2>Extracurriculars</h2>
<p><b>Northwestern Fencing Club — Treasurer, Travel Coordinator, </b> October 2019 - Present</p>
</section>
<br>
<section>
<h2>Publications</h2>
<p>Alexander Curtiss, Blaine Rothrock, Abu Bakar, Nivedita Arora, Jason Huang, Zachary Englhardt, Aaron-Patrick Empedrado, Chixiang Wang, Saad Ahmed, Yang Zhang, Nabil Alshurafa, and Josiah Hester. 2022. FaceBit: Smart Face Masks Platform. In Proceedings of the Association for Computing Machinery on Interactive, Mobile, Wearable and Ubiquitous Technologies. 5, 4, Article 151 (Dec 2021), 44 pages. <a href="https://doi.org/10.1145/3494991">https://doi.org/10.1145/3494991</a></p>
<br>
<p>Abu Bakar, Rishabh Goel, Jasper de Winkel, Jason Huang, Saad Ahmed, Bashima Islam, Przemysław Pawełczak, Kasım Sinan Yıldırım, Josiah Hester. 2022. Protean: An Energy-Efficient and Heterogeneous Platform for Adaptive and Hardware-Accelerated Battery-free Computing. In Association for Computing Machinery Conference on Embedded Networked Sensor Systems (SenSys ’22), November 6–9, 2022, Boston, MA, USA. Association for Computing Machinery, New York, NY, USA, 15 pages. <a href="https://doi.org/10.1145/3560905.3568561">https://doi.org/10.1145/3560905.3568561</a>, accepted for publication.</p>
</section>
</article>
</main>
<script src="scripts/main.js"></script>
</body>
</html>