-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
206 lines (191 loc) · 8.83 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
<!DOCTYPE HTML>
<html>
<head>
<title>Minghan Sun's Personal Website</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7TX2Y1RPKS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7TX2Y1RPKS');
</script>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/minghan-sun-46a591236/" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/minghansun1" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>Hello, I'm Minghan.</h1>
</header>
<p>I'm a budding software engineer and computer science student at the University of Pennsylvania. This site is a brief overview of my experience and some of my projects</p>
<ul class="actions">
<li><a href="Minghan-Sun-Resume.pdf" download="Minghan Sun Resume" class="button big">Download Resume</a></li>
</ul>
</div>
<span class="image object">
<img src="images/Minghan Sun Headshot.jpg" alt="" />
</span>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>
<a id = "my_work_experience">Work Experience</a>
</h2>
</header>
<div class="features">
<article>
<img src="images/Amtrak-Logo.png" alt="Software Engineering Intern" class="icon">
<div class="content">
<h3>Software Engineering Intern, Amtrak</h3>
<p> • Currently developing internal tools used by the QA team<br><br>
</p>
</div>
</article>
<article>
<img src="images/pennlabs.svg" alt="Backend Engineer" class="icon">
<div class="content">
<h3>Backend Engineer, Penn Labs</h3>
<p> • Developed a high-performance ecommerce feature for Penn's official student app, used by over 4000 students monthly<br><br>
• Designed and deployed scalable API endpoints using Django to manage listings, offers, and messaging <br><br>
• Utilized Redis, Kubernetes, and Celery to ensure reliability and scalability in deployment
</p>
</div>
</article>
<article>
<img src="images/UPenn_shield_with_banner.svg.png" alt="Machine Learning Research" class="icon">
<div class="content">
<h3>Machine Learning Research Intern, University of Pennsylvania</h3>
<p> • Implemented SHAP, LIME, and Anchor model explanation systems in the STREAMLINE AutoML pipeline<br><br>
• Used by over 70 clinicians at Cedars Sinai Medical Center to understand their models' decision-making process<br><br>
• Analyzed the performance of 5 popular explanation frameworks on different data patterns
</p>
</div>
</article>
<article>
<img src="images/pactera.png" alt="Machine Learning Research" class="icon">
<div class="content">
<h3>Intern, Pactera Edge</h3>
<p> • Trained a machine learning model using PyTorch to detect gun violence from security camera video footage<br><br>
• Applied object detection algorithms to classify people, handheld items, and posture
</p>
</div>
</article>
</div>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>
<a id = "my_projects">Projects</a>
</h2>
</header>
<div class="posts">
<article>
<a href="https://github.com/minghansun1/yhack" class="image"><img src="images/skygazer.png" alt="" /></a>
<h3>Skygazer</h3>
<p>A web app to help new stargazers discover stargazing locations using real-time data on weather, visibility, and light pollution. Won finalist at YHack</p>
<ul class="actions">
<li><a href="https://github.com/minghansun1/yhack" class="button">GitHub</a></li>
</ul>
</article>
<article>
<a href="https://github.com/minghansun1/Algorithm-Visualizer" class="image"><img src="images/AlgorithmVisualizer.png" alt="" /></a>
<h3>Algorithm Visualizer</h3>
<p>A website that helps students in the class CIS 1210 visualize and understand important algorithms</p>
<ul class="actions">
<li><a href="https://github.com/minghansun1/Algorithm-Visualizer" class="button">GitHub</a></li>
</ul>
</article>
<article>
<a href="https://github.com/minghansun1/recipe-price-calculator" class="image"><img src="images/Recipe Price Calculator.png" alt="" /></a>
<h3>Recipe Price Calculator</h3>
<p>A web app that automatically calculates the price of a list of ingredients</p>
<ul class="actions">
<li><a href="https://github.com/minghansun1/recipe-price-calculator" class="button">GitHub</a></li>
</ul>
</article>
<article>
<a href="https://github.com/minghansun1/Crazyhouse_Chess" class="image"><img src="images/CrazyHouse Screenshot.png" alt="" /></a>
<h3>Crazyhouse Chess Game</h3>
<p>My implementation of the crazyhouse variation of chess. Runs locally on Java Swing</p>
<ul class="actions">
<li><a href="https://github.com/minghansun1/Crazyhouse_Chess" class="button">GitHub</a></li>
</ul>
</article>
<article>
<a href="" class="image"><img src="images/LC4 Simulator.png" alt="" /></a>
<h3>LC4-Simulator</h3>
<p>A simulation of the LC-4 Operating System written in C. Can parse machine language into assembly and run code.</p>
<ul class="actions">
<li><a href="" class="button">GitHub</a></li>
</ul>
</article>
<article>
<a href="https://github.com/minghansun1/QRCodeMerger" class="image"><img src="images/After.png" alt="" /></a>
<h3>QR Code Merger</h3>
<p>A python program that uses computer vision to detect cut-up pieces of a QR code in a noisy image and merge them together.</p>
<ul class="actions">
<li><a href="https://github.com/minghansun1/QRCodeMerger" class="button">GitHub</a></li>
</ul>
</article>
</div>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="#my_work_experience">Work Experience</a></li>
<li><a href="#my_projects">Projects</a></li>
</ul>
</nav>
<!-- Section -->
<section>
<header class="major">
<h2>Contacts</h2>
</header>
<p>If you want to get in touch, please reach out through email!</p>
<ul class="contact">
<li class="icon solid fa-envelope"><a href="mailto:[email protected]">[email protected]</a></li>
<li class="icon brands fa-linkedin"><a href="https://www.linkedin.com/in/minghan-sun-46a591236/">https://www.linkedin.com/in/minghan-sun-46a591236/</a></li>
<li class="icon brands fa-github"><a href="https://github.com/minghansun1">https://github.com/minghansun1</a></li>
<li class="icon solid fa-home">Seattle, WA</li>
</ul>
</section>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>