-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
264 lines (246 loc) · 11.5 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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta name="google-site-verification" content="2quPVtXbPOFJvkekc0nUIDRvsVg-UrOWAsiA1gCmYxI" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Hanna Cho</title>
<meta name="author" content="Hanna Cho">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="chohnna, chemistry">
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
max-width: 800px;
margin: auto;
}
h2 {
text-align: center;
margin-bottom: 20px;
}
.section {
margin-bottom: 40px;
}
.intro, .education, .experience, .publications, .projects, .teaching {
margin-bottom: 40px;
}
.flex-container {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.intro-text {
flex: 1;
padding-right: 20px;
min-width: 300px;
}
.intro img {
width: 100%;
max-width: 300px;
border-radius: 10px;
}
.connect {
text-align: center;
margin-top: 20px;
}
.connect img {
width: 24px;
height: 24px;
margin: 0 5px;
}
ul {
margin: 0;
padding-left: 20px;
}
td {
padding: 10px;
vertical-align: top;
}
a {
color: #007BFF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h2>Hi, I'm Hanna Cho</h2>
<div class="intro flex-container">
<div class="intro-text">
<p>I’ve always loved learning new things and figuring out how to solve problems. My background is in chemistry, and after years of working in experimental chemistry, I shifted my focus to a more fundamental level, exploring quantum chemistry and quantum information science at Virginia Tech. While I enjoyed delving into how things work on a deep level, I eventually realized that I wanted to apply my knowledge to solve real-world problems that directly impact people’s lives.</p>
<p>My experience in quantum science didn’t just teach me about mathematics and physics—it also taught me how to think critically about problems and test solutions thoroughly. I’m particularly interested in areas like machine learning and data analytics, and I’m eager to dive deeper into these fields. I also really enjoy working with others. In my research, I often collaborated with people from different fields, and I found that combining our diverse perspectives led to better solutions. I’m excited to continue that kind of teamwork in data science, and I can’t wait to contribute to projects that have a positive impact.</p>
<div class="connect">
Connect with me on:
<a href="https://github.com/chohnna" target="_blank"><img src="images/github-mark.png" alt="GitHub"></a>
<a href="mailto:[email protected]"><img src="images/email.png" alt="Email"></a>
<a href="https://linkedin.com/in/chohnna" target="_blank"><img src="images/linkedin.png" alt="LinkedIn"></a>
</div>
</div>
<div>
<img src="images/bean.jpg" alt="Profile photo">
</div>
</div>
<div class="section education" style="text-align: center;">
<h2>EDUCATION</h2>
<table style="margin: 0 auto;">
<tr>
<td style="padding-right: 20px;"><strong>Virginia Tech</strong><br>Department of Chemistry<br>M.S.</td>
<td>Blacksburg, VA, United States<br>Aug. 2021 ~ May. 2024</td>
</tr>
<tr>
<td style="padding-right: 20px;"><strong>Seoul Tech</strong><br>Department of Fine Chemistry<br>B.S. / M.S.</td>
<td>Seoul, South Korea<br>Mar. 2013 ~ Aug. 2021</td>
</tr>
</table>
</div>
<div class="section experience">
<h2>RESEARCH EXPERIENCE</h2>
<div style="flex: 1;">
<table>
<tr>
<td>
<strong>Research Assistant</strong>, Chemistry, Virginia Tech<br>
Advisor: <a href="https://nmayhall-vt.github.io/group_website/index.html" target="_blank">Nicholas Mayhall</a>
<ul>
<li>
Integrated quantum information science with chemistry, focusing on the singlet fission process and potential qubit applications. <strong>Utilized Ab Initio computational techniques</strong> with custom Python and Julia scripts for comprehensive analysis. Processed large-scale datasets to identify critical active spaces and developed algorithms to optimize computational accuracy and efficiency. <strong>Bridged chemistry and data science</strong> by applying computational techniques to solve complex problems, enhancing data processing and visualization through efficient Python scripts.
</li>
<li>
Technical skills applied: Python (data processing, analysis, visualization), Julia, Bash, Overleaf, LaTeX, IBM Qiskit.
</li>
</ul>
</td>
</tr>
</table>
<div class="project-image" style="margin-top: 20px;">
<a href="https://github.com/chohnna/ActiveSpace/blob/main/Tutorials/activespace.ipynb" target="_blank">
<img src="images/ttc_plots-2.png" alt="Project Plots" style="max-width: 100%; height: auto; border-radius: 10px;">
</a>
</div>
</div>
<table>
<tr>
<td>
<strong>Research Assistant</strong>, Biological Chemistry, University of Michigan, Ann Arbor, Medical School<br>
Advisor: <a href="http://www.uscho-lab.com/" target="_blank">Uhn-soo Cho</a>
<ul>
<li>Surface modification of graphene oxide Cryo-EM grids</li>
<li>Protein preparation for structural study of histone complex</li>
<li>
Technical skills applied: Polymerase chain reaction (PCR), HPLC, autoclave, various chromatography methods including size exclusion, ion exchange, and affinity.
</li>
</ul>
</td>
</tr>
<tr>
<td>
<strong>Research Assistant</strong>, Fine Chemistry, Seoul Tech<br>
Supervisor: Prof. Cheal Kim
<ul>
<li>Development of a new molecular sensor for the detection of environmental contaminants in water</li>
<li>
Technical skills applied: Fluorescence, UV-vis, FT-IR, <sup>1</sup>H and <sup>13</sup>C NMR, and ESI-mass spectroscopy
</li>
</ul>
</td>
</tr>
</table>
</div>
<div class="section other-experiences">
<h2>Other Experiences</h2>
<div class="experience">
<h3>Graduate Teaching Assistant: Physical Chemistry Laboratory</h3>
<p><strong>Virginia Polytechnic Institute and State University</strong></p>
<p>Blacksburg, Virginia | Aug 2021 - May 2023</p>
<ul>
<li>
A senior-level physical chemistry laboratory course that alternated weekly between theoretical lectures and practical laboratory experiments. Responsibilities included the preparation and delivery of comprehensive lectures, design and supervision of laboratory activities, and evaluation of student performance. Ensured meticulous record-keeping for both classroom activities and student assessments. Played a pivotal role in maintaining a structured and supportive educational environment, which allowed students to explore and understand advanced physical chemistry concepts through hands-on experience.
</li>
</ul>
</div>
<div class="experience">
<h3>Graduate Teaching Assistant: General Chemistry Laboratory</h3>
<p><strong>Virginia Polytechnic Institute and State University</strong></p>
<p>Blacksburg, Virginia | Aug 2023 - May 2024</p>
<ul>
<li>
A freshman-level general chemistry laboratory course, providing comprehensive guidance and support to students in familiarizing themselves with lab equipment and procedures. Ensured strict adherence to safety protocols, thereby fostering a secure and effective laboratory environment. Actively motivated students to enhance their engagement with complex chemical concepts and practical applications, significantly enriching their learning experience. Efficiently managed and monitored lab activities to ensure a smooth workflow and optimized educational outcomes.
</li>
</ul>
</div>
<div class="experience">
<h3>Research Assistant</h3>
<p><strong>Jeju Research Institute: Marine Policy</strong></p>
<p>Jeju, South Korea | Mar 2020 - Jun 2020</p>
<ul>
<li>
Researched legal cases worldwide concerning the marine environment. Collaborated closely with the team to develop case theories and propose new policies tailored to specific situations.
</li>
</ul>
</div>
</div>
<!-- <div class="section experience">
<h2>WORK EXPERIENCE</h2>
<table>
<tr>
<td>
<a href="https://www.jri.re.kr/" target="_blank"><strong>Jeju Research Institute</strong></a><br>
Researched legal cases worldwide concerning the marine environment. Collaborated closely with the team to de‑
velop case theories and propose new policies tailored to specific situations.<br>Research Assistant<br>
</td>
<td>
Jeju, South Korea<br>Mar. 2020 - Jun. 2020
</td>
</tr>
</table>
</div> -->
<div class="section publications">
<h2>PUBLICATIONS</h2>
<table>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<img src="images/THB.jpg" alt="THB publication" width="160">
</td>
<td width="75%">
Haeri So, <strong>Hanna Cho</strong>, Hangyul Lee, Minh Cong Tran, Prof. Ki-Tae Kim, Prof. Cheal Kim,<br>
<a href="https://chohnna.github.io/papers/thb.pdf" target="_blank">"Detection of zinc (II) and hypochlorite by a thiourea-based chemosensor via two emission channels and its application in vivo"</a>, Microchemical Journal, (2020)
</td>
</tr>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<img src="images/TAA.jpg" alt="TAA publication" width="160">
</td>
<td width="75%">
<strong>Hanna Cho</strong>, Ju Byeong Chae, Prof. Cheal Kim,<br>
<a href="https://chohnna.github.io/papers/taa.pdf" target="_blank">"Cinnamaldehyde‐Based Chemosensor for Colorimetric Detection of Cu<sup>2+</sup> and Hg<sup>2+</sup> in a Near‐Perfect Aqueous Solution"</a>, Chemistry Select, (2019)
</td>
</tr>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<img src="images/TP.jpg" alt="TP publication" width="160">
</td>
<td width="75%">
<strong>Hanna Cho</strong>, Ju Byeong Chae, Prof. Cheal Kim,<br>
<a href="https://chohnna.github.io/papers/tp.pdf" target="_blank">"A thiophene-based blue-fluorescent emitting chemosensor for detecting indium (III) ion"</a>, Inorganic Chemistry Communications, (2018)
</td>
</tr>
</table>
</div>
<!-- <div class="section projects">
<h2>PROJECTS</h2>
<ul>
<li>Mechanism and Real-Time Detection of DNA Cleavage <br>National Research Foundation of Korea (NRF), Korea (2016-2018)</li>
<li>Development of Non-Heme Biomimetic Catalysts for High-Efficiency Conversion of Methane <br>National Research Foundation of Korea (NRF), Korea (2016-2017)</li>
</ul>
</div> -->
<br><br>
<footer>
<p>Website template courtesy of <a href="https://jonbarron.info/" target="_blank">Jon Barron</a>.</p>
</footer>
</body>
</html>