-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
179 lines (175 loc) · 11.4 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hunter Lee - Aspiring SWE/PM</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/montserrat:n4:default;source-sans-pro:n2:default.js" type="text/javascript"></script>
</head>
<body>
<!-- Header content -->
<header>
<div class="profileLogo">
<!-- Profile logo. Add a img tag in place of <span>. -->
<p class="logoPlaceholder"><img src="images/logo.png" alt="sample logo" width="196" height="128"></p>
</div>
<div class="profilePhoto">
<!-- Profile photo -->
<img src="images/self3.png" alt="sample" width="259" class="img-circle"> </div>
<!-- Identity details -->
<section class="profileHeader">
<h1> </h1>
<h3> ASPIRING SOFTWARE ENGINEER / PRODUCT MANAGER</h3>
<hr>
<p>I'm a junior at Duke University majoring in Electrical and Computer Engineering and Computer Science. I took four years off from college to volunteer in Japan and serve in the Army as an MP (Military Police). At Duke, I am a teaching assistant for Operating Systems and Software Design and do research in Datacenter Architecture. I am also a Resident Assistant in Keohane Quad.</p>
<p>I also speak four languages: English, Japanese, Korean, Chinese (Mandarin). I have a goal to conquer all East Asia... but not anytime soon! ;) I'm currently a tutor for Japanese at Duke!</p>
<p>I'm an ENFJ and some of my hobbies include racquetball, bodybuilding, traveling, and learning about cool tech stuff out there. Feel free to reach out at [email protected]!</p>
</section>
<!-- Links to Social network accounts -->
<aside class="socialNetworkNavBar">
<div class="socialNetworkNav">
<!-- Add a Anchor tag with nested img tag here -->
<img src="images/white.png" alt="sample" width="100" class="img-circle"> </div>
<div class="socialNetworkNav">
<!-- Add a Anchor tag with nested img tag here -->
<img src="images/white.png" alt="sample" width="100" class="img-circle"> </div>
<div class="socialNetworkNav">
<!-- Add a Anchor tag with nested img tag here -->
<img src="images/white.png" alt="sample" width="100" class="img-circle"> </div>
<div class="socialNetworkNav">
<!-- Add a Anchor tag with nested img tag here -->
<img src="images/self4.png" alt="sample" width="100" class="img-circle"> </div>
<div class="socialNetworkNav">
<!-- Add a Anchor tag with nested img tag here -->
<img src="images/self5.png" alt="sample" width="100" class="img-circle"> </div>
<div class="socialNetworkNav">
<!-- Add a Anchor tag with nested img tag here -->
<img src="images/self7.png" alt="sample" width="100" class="img-circle"> </div>
<div class="socialNetworkNav">
<!-- Add a Anchor tag with nested img tag here -->
<img src="images/self8.png" alt="sample" width="100" class="img-circle"> </div>
<div class="socialNetworkNav">
<!-- Add a Anchor tag with nested img tag here -->
<img src="images/self9.png" alt="sample" width="100" class="img-circle"> </div>
</aside>
</header>
<!-- content -->
<section class="mainContent">
<!-- Contact details -->
<section class="section2">
<h2 class="sectionTitle">Recent Projects</h2>
<hr class="sectionTitleRule">
<hr class="sectionTitleRule2">
<div class="section1Content">
<!-- First project -->
<article class="section2Content">
<div class="socialNetworkNav">
<!-- Add a Anchor tag with nested img tag here -->
<img src="images/self6.png" alt="sample" width="150" class="img-circle"> </div>
<h2 class="sectionContentTitle">Warehouse Simulation</h2>
<h3 class="sectionContentSubTitle">2016 Summer</h3>
<p class="sectionContent"> As a software engineering/data science intern at Lineage Data Analytics, I co-led the development of Simulation 4.0 that simulates industrial warehouses with automated cranes. A multi-thread program was written to model a discrete-event simulation. <br>Tools: <a href="https://simpy.readthedocs.io/en/latest/">SimPy</a>, <a href="https://pypi.python.org/pypi/intervaltree">intervaltree</a></p>
</article>
<!-- Second project -->
<article class="section2Content">
<div class="socialNetworkNav">
<!-- Add a Anchor tag with nested img tag here -->
<img src="images/linkedin.png" alt="sample" width="150" class="img-circle"> </div>
<h2 class="sectionContentTitle">Decide</h2>
<h3 class="sectionContentSubTitle">2016 Summer</h3>
<p class="sectionContent"> Decide is a smartphone app that makes polling easier. It mimics Tinder's swiping interface for votes and gives results and visualization. Currently in the prototype stage and will be adding extensions for polling based on distance from the poller and searching. For LinkedIn Hackday 2016. <br>Tools: <a href="http://ionicframework.com/">Ionic framework</a>, <a href="https://nodejs.org/en/">NodeJS</a>, <a href="https://www.elastic.co/">Elasticsearch</a></p>
</article>
<!-- Third project -->
<article class="section2Content">
<div class="socialNetworkNav">
<!-- Add a Anchor tag with nested img tag here -->
<img src="images/robin.png" alt="sample" width="150" class="img-circle"> </div>
<h2 class="sectionContentTitle">Robin Hood Hashing</h2>
<h3 class="sectionContentSubTitle">2016 Fall</h3>
<p class="sectionContent"> I implemented a crude version of Robin Hood hashing in Python with a quick performance testing script. The testing script consistently shows lower variance in insertion distance. Lower variance in insertion distance addresses a major downside of open addressing in other hashtables. <br>Tools: <a href="https://www.python.org/">Python</a>, Link: <a href="https://github.com/narendly/robinhoodhashing">Repository</a>, Attribution: <a href="http://www.sebastiansylvan.com/post/robin-hood-hashing-should-be-your-default-hash-table-implementation/">Robin Hood hashing</a></p>
</article>
</div>
</section>
<!-- Previous experience details -->
<section class="section2">
<h2 class="sectionTitle">Experience</h2>
<hr class="sectionTitleRule">
<hr class="sectionTitleRule2">
<!-- 0th title & company -->
<article class="section2Content">
<h2 class="sectionContentTitle">LinkedIn</h2>
<h3 class="sectionContentSubTitle">Incoming Software Engineering Intern / 2017 Summer</h3>
<h3 class="sectionContentSubTitle">Sunnyvale, CA</h3>
<p class="sectionContent"> <a href="https://engineering.linkedin.com/">LinkedIn Engineering.</a> Incoming intern in Systems and Infrastructure.</p>
</article>
<!-- First Title & company details -->
<article class="section2Content">
<h2 class="sectionContentTitle">Lineage Logistics</h2>
<h3 class="sectionContentSubTitle">Software Engineer & Data Scientist Intern / 2016 Summer</h3>
<h3 class="sectionContentSubTitle">San Francisco, CA</h3>
<p class="sectionContent"> <a href="https://lineagelogistics.com/">Lineage Logistics</a> is the second-largest cold warehousing company in the United States. I worked alongside a small team of mathematicians and physicists to optimize the cold storage industry.</p>
</article>
<!-- Second Title & company details -->
<article class="section2Content">
<h2 class="sectionContentTitle">Duke University EE&CS Department</h2>
<h3 class="sectionContentSubTitle">Teaching Assistant</h3>
<p class="sectionContent"> I am a teaching assistant for Operating Systems (CompSci 310), Software Design and Implementation (CompSci 308), and Computer Architecture (CompSci 250).</p>
</article>
<article class="section2Content">
<h2 class="sectionContentTitle">Duke University Systems Architecture Integration Laboratory</h2>
<h3 class="sectionContentSubTitle">Researcher</h3>
<p class="sectionContent">Designing systems for responsiveness (such as smartphones) with asynchronous cores, power, and cache. I do shell scripting and run Spark applications on Duke's cluster for experimental data to test the validity of those mechanisms. Advisor: <a href="http://people.duke.edu/~bcl15/">Dr. Benjamin C. Lee</a>, Link: <a href="lab/index.html">Presentation</a></p>
</article>
<!-- Replicate the above Div block to add more title and company details -->
</section>
<section class="section2">
<h2 class="sectionTitle">Leadership</h2>
<hr class="sectionTitleRule">
<hr class="sectionTitleRule2">
<!-- First Title & company details -->
<article class="section2Content">
<h2 class="sectionContentTitle">Resident Assistant</h2>
<h3 class="sectionContentSubTitle">Duke University, Durham, NC</h3>
<p class="sectionContent"> Student leader in Keohane Quad with more than 30 students. Having fun and staying safe!</p>
</article>
<!-- Second Title & company details -->
<article class="section2Content">
<h2 class="sectionContentTitle">Eighth United States Army</h2>
<h3 class="sectionContentSubTitle">Sergeant, Military Police / 2013-2015</h3>
<p class="sectionContent"> Desk Clerk in 188th Military Police Company at Camp Carroll, Korea. Trained soldiers and oversaw security.</p>
</article>
<article class="section2Content">
<h2 class="sectionContentTitle"> Church Service in Japan</h2>
<h3 class="sectionContentSubTitle">Missionary / 2011-2013</h3>
<p class="sectionContent"> Christian missionary in Tokyo. Trained other volunteers and taught English.</p>
</article>
<!-- Replicate the above Div block to add more title and company details -->
</section>
<!-- Links to expore your past projects and download your CV -->
<aside class="externalResourcesNav">
<!-- <div class="externalResources"><a href="resume/resume.pdf" title="Resume Link">RESUME</a></div> -->
<a class="externalResources" href="resume/resume.pdf" title="Resume Link">RESUME</a>
<span class="stretch"></span>
<!-- <div class="externalResources"><a href="https://www.linkedin.com/in/hunter-lee-87a52311" title="Linkedin Link">LINKEDIN</a></div> -->
<a class="externalResources" href="https://www.linkedin.com/in/hunter-lee-87a52311" title="Linkedin Link">LINKEDIN</a>
<span class="stretch"></span>
<!-- <div class="externalResources"><a href="https://github.com/narendly" title="Github Link">GITHUB</a></div> -->
<a class="externalResources" href="https://github.com/narendly" title="Github Link">GITHUB</a>
</aside>
</section>
<footer>
<hr>
<p class="footerDisclaimer">2016 Copyrights - <span>All Rights Reserved</span></p>
<p class="footerNote">Hunter Lee - <span><a href="mailto:[email protected]" target="_top">Email Me</a></span></p>
<!-- Visitor counter -->
<div align="center">
<br/>
<script type="text/javascript" src="http://counter5.01counter.com/private/counter.js?c=9bd4ec32ea9d69fe9facffcf2bb49237"></script>
<noscript><a href="http://www.freecounterstat.com" title="website hits counter"><img src="http://counter5.01counter.com/private/freecounterstat.php?c=9bd4ec32ea9d69fe9facffcf2bb49237" border="0" title="website hits counter" alt="website hits counter"></a>
</noscript>
</div>
</footer>
</body>
</html>