-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
187 lines (170 loc) · 8.42 KB
/
resume.html
File metadata and controls
187 lines (170 loc) · 8.42 KB
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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Jong Min Park</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>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="images/me.jpg" alt="" /></a>
<h1><strong>Jong Min</strong><br />
<p>Aspiring Data Analyst</p>
</h1>
<p> </p>
<a href="index.html" class="button">Home</a>
<p> </p>
<a href="resume.html" class="button">Resume</a>
<p> </p>
<a href="project.html" class="button">Portfolio</a>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>ABOUT ME</h2>
</header>
<p>Hi! My name is Jong Min. I'm an aspiring
Data Analyst. I am a senior at Emory University studying Business (Information Systems and Operations Management) and Quantitative Science.
Through this website, I wanted to combine my interests in technology, golf, and analytics to turn data into insights.
Please feel free to contact me if you have any questions.</p>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/jongmp/" class="icon alt fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/jongmp" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:jmpark746@gmail.com" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<p>For a PDF Version, please click this <a href="resume.pdf"> link</a></p>
<!--
<header class="major">
<h2>EDUCATION</h2>
<h3>Emory University</h3>
</header>
<p>
<i><strong>Bachelor of Business Administration, Concentration: Information Systems and Operations Management</strong></i> <br />
<strong>Relevant Courses:</strong> Natural Language Processing, Text Mining, Machine Learning, Neural Networks, Support Vector Machines <br />
<br />
<strong>Technical</strong> <br />
<strong>Machine Learning:</strong> Classification, Regression, Feature Ensgineering, Data Scraping, Data Manipulation, Visualization <br />
<strong>Statistics:</strong> Regression, Confidence Intervals, Bayesian and Monte Carlo methods <br />
<br />
<strong>Coding</strong> <br />
<strong>Python: </strong> (Pandas, NumPy, Seaborn, scikit-learn, Jupyter Notebook, Keras, Matplotlib), SQL, Octave (Novice), HTML <br />
</p>
<header class="major">
<h2>PROFESSIONAL EXPERIENCE</h2>
<h3>Central Veterans Hospital</h3>
</header>
<p>
<i><strong>Secretary to the Chief Executive Officer</strong></i> <br />
• Provided administrative and clerical support to Executive Secretary, CEO, Staff Management Team, and Internal Audit Office <br />
• Arranged meetings and conference rooms for meetings between representatives of the Blue House and C-Level Executives <br />
• Handled patients complaints and inquiries to promptly provided appropriate solutions and alternatives <br />
<br />
<i><strong>Emergency Room Patient Care Technician</strong></i> <br />
• Quantitative inventory forecasting and restocking by analyzing past orders and number of patients for over 50 medical supplies daily <br />
• Tended to over 120 urgent care patients daily to monitor their condition during medical treatments and examinations <br />
• Managed and sanitized all equipment and isolation rooms for infection control <br />
</p>
<header class="major">
<h3>Goizueta Business School Digital Education and Instructional Design </h3>
</header>
<p style="text-align:left;">
<i><strong>Course Builder, Canvas Teaching Assistant </strong></i> <br />
• Produced over 10 guides on Emory’s new learning management system that were distributed to all faculty <br />
• Collaborated with 5 Professors to assist and design courses for over 1,000 students on the learning management system using HTML<br />
• Conducted an internal A/B test on a small sample to understand preferences for different course designs <br />
</p>
</p>
<header class="major">
<h3>Shin Se Gae Accounting Firm </h3>
</header>
<p>
<i><strong>Research Intern </strong></i> <br />
• Studied over 100 articles on Co-operative Accounting practices in U.S, Canada, Spain, and South Korea <br />
• Translated and presented over 400 pages of research on Co-operative Accounting from English to Korean<br />
• Shared findings with the CEO in preparation for a lecture in a Co-operative Accounting Convention <br />
</p>
</p>
<header class="major">
<h2>PERSONAL PROJECTS & CASE COMPETITIONS</h2>
<h3>Airbnb Listing Image Classification</h3>
</header>
<p>
• Performed an exploratory data analysis using Python and Jupyter Notebooks to give 5 insightful tips for hosts to improve occupancy <br />
• Built a machine learning image classifier using Keras that predicts the success of a listing based on the image of the house<br />
</p>
</p>
<header class="major">
<h3>PGA Tour Earning Prediction</h3>
</header>
<p>
• Utilized beautifulsoup and Python to scrape data from pgatour.com to perform an exploratory data analysis using Jupyter Notebooks <br />
• Implemented linear regression and feature engineering using scikit-learn to predict the earnings of professional golf players <br />
</p>
</p>
<header class="major">
<h3>H1-B Visa</h3>
</header>
<p>
• Performed data analysis using Python to understand how President Trump’s policies has affected H1-B Visa applicants <br />
</p>
</p>
<header class="major">
<h3>PwC Challenge Consulting Case Competition (1st Place)</h3>
</header>
<p>
• Performed a cost benefit analysis to make recommendations that will increase long term profits through sustainable business practices <br />
</p>
</p>
<header class="major">
<h2>LEADERSHIP & ACTIVITIES</h2>
<h3>Homeless Outreach Awareness Project (HOAP)</h3>
</header>
<p>
<i><strong>Executive Member: Co-Treasurer</strong></i> <br />
• Managed the club’s budget in accordance to Emory’s Student Government Association Rules <br />
• Collaborated with DeKalb County to survey and distribute supplies to over 20 individuals suffering from homelessness <br />
• Hosted 5 movie screenings and talks to educate students about homelessness <br />
</p>
<header class="major">
<h3>Academic Fellow</h3>
</header>
<p>
<i><strong>Mentor</strong></i> <br />
• Aided 5 first year international students to transition into Emory by assisting them in all aspects of transition <br />
• Facilitated and lead group discussions on Emory’s expectations during International Orientation <br />
</p>
</section>
-->
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Jong Min</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.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>