-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHJ_info.html
144 lines (124 loc) · 5.61 KB
/
HJ_info.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="HJ_info.css">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
</head>
<body>
<nav id="navbar">
<a id ="homeButton" href="resume.html">Home</a>
<div id=navbar-right>
<a href="HJ_info.html">Resume</a>
<a href="resume.html#projects">Projects</a>
<a href="resume.html#contact">Contact</a>
</div>
</nav>
<div id="hjResume">
<section id="nameTitle">
<div id="nameLeft"></div>
<div id= "nameRight">
<h1>Hyunjeong(Katherine) Otten Kim</h1>
</div>
</section>
<section id="content-box">
<div id="content-menu">
<p>Experience</p>
</div>
<div id="content">
<div id="exp">
<p id="exp_title">Chemistry lab assistant</p>
<p>Daegu Gyeongbuk Institute of Science and Technology,
Daegu, South Korea
</p>
<p>May 2014 - December 2014</p>
<ul>
<li>Managed inventory for the lab</li>
<li>Placed orders for equipment and supplies</li>
<li>Handled administrative needs for my professor</li>
</ul>
</div>
<div id="exp">
<p id="exp_title">High school Math &
Science tutor</p>
<p>Huntington Learning Center in Issaquah, Washington</p>
<p>February 2018- September 2019</p>
<ul>
<li>Teach high school student for prepare SAT and ACT
Math & Science
</li>
<li>Teach high school student for Chemistry, Geometry,
Algebra, and AP chemistry
</li>
</ul>
</div>
<div id="exp">
<p id="exp_title">Failure analysis engineer & Lab assistant</p>
<p>LiloTree in Redmond, Washington</p>
<p>September 2019 - September 2020</p>
<ul>
<li>Perform failure analysis on various samples using
FT-IR, SEM/EDX, Optical Microscope, XRF, and UV-visible
</li>
<li>
Was a general lab assistant
</li>
</ul>
</div>
</div>
</section>
<section id="content-box">
<div id="content-menu">
<p>Education</p>
</div>
<div id="content">
<div id="exp">
<p id="exp_title">Chemistry Research</p>
<p>Daegu Gyeongbuk Institute of Science and Technology,
Daegu, South Korea
</p>
<p>February 2013 - December 2014</p>
<ul>
<li>Researched characterization and reacitivy studies
using transition metals for biomimetic materials
</li>
<li>Published : [Kim, J., Shin, B., Kim, H., Lee, J., Kang, J., Yanagisawa, S., ... & Cho, J. (2015). Steric Effect on the Nucleophilic Reactivity of Nickel (III) Peroxo Complexes. Inorganic chemistry, 54(13), 6176-6183.]
(http://pubs.acs.org/doi/abs/10.1021/acs.inorgchem.5b00294)
</li>
</ul>
</div>
<div id="exp">
<p id="exp_title">B.S. Chemistry</p>
<p>Dong-A University, Busan, South Korea</p>
<p>March 2009 - February 2013</p>
<ul><li>
2010-2011: Performed undergraduate research on
stimulating responsive materials such as hydrogel
</li></ul>
</div>
</div>
</section>
<section id="content-box">
<div id="content-menu">
<p>Skills</p>
</div>
<div id="content">
<div id="exp">
<p id="exp_title">Bilingual</p>
<p>Can speak Korean and English</p>
<div id="exp">
<p id="exp_title">Beginner level programming skills</p>
<p>Self taught following programming languages and can perform basic skills</p>
<ul>
<li>Java</li>
<li>JavaScript: <a href="https://freecodecamp.org/certification/kkatherine317/javascript-algorithms-and-data-structures" target = "_blank">online certification</a></li>
<li>Python : <a href ="https://courses.analyticsvidhya.com/certificates/utsx9orv3m" target = "_blank">online certification</a></li>
<li>HTML & CSS : <a href ="https://freecodecamp.org/certification/kkatherine317/responsive-web-design" target="_blank">online certification</a></li></ul>
</div>
</div>
</div>
</section>
</div>
</body>
</html>