-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
221 lines (204 loc) · 11.8 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
<!DOCTYPE HTML>
<!--
Urban by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Dohyun Kim</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
});
</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML' async></script>
</head>
<body>
<!-- Header -->
<header id="header" class="alt">
<div class="logo"><a href="index.html">Dohyun<span> @Brown Univ.</span></a></div>
<a href="#menu"><i class="fa fa-bars" aria-hidden="true"></i> Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a class="icon solid fa-home" href="index.html"> Home</a></li>
<li><a class="icon solid fa-graduation-cap" href="academic.html"> Academic Activities</a></li>
<li><a class="icon regular fa-keyboard" href="software.html"> Software</a></li>
<li><a class="icon regular fa-keyboard" href="wedding-invitation/wedding-invitation.html"> Wedding</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner">
<div class="inner">
<header>
<h1>Dohyun Kim</h1>
<p>
Postdoctoral Research Associate<br>in the Division of Applied Mathematics at Brown University</p>
</header>
<!-- <a href="#main" class="button big scrolly">Learn More</a> -->
</div>
</section>
<!-- Main -->
<div id="main">
<!-- Section -->
<section class="wrapper style1">
<div class="inner">
<!-- 2 Columns -->
<div class="flex flex-2">
<div class="col col1">
<div class="image round fit">
<a href="generic.html" class="link"><img src="images/pic01.jpg" alt="" /></a>
</div>
</div>
<div class="col col2">
<h3 style="display:inline">Dohyun Kim  <a href="https://github.com/dohyun-cse" target="blank" rel="noopener noreferrer" class="icon brands fa-github-square"><span class="label">GitHub</span></a> <a href="mailto:[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></h3>
<p>
<h4>Research Interests</h4>
<ul>
<li>Finite Element Methods</li>
<li>Optimization</li>
<li>Fluid Problems</li>
<li>High-Performance Computing</li>
</ul>
<h4>Professional Experience:</h4>
2023 Jan - Present - Postdoctoral Research Associate.<br>
   <a href="https://appliedmath.brown.edu/" target="_blank" rel="noopener noreferrer">Division of Applied Mathematics at Brown University</a>.<br>
2021 Dec - 2022 Oct - Postdoctoral Research Associate.<br>
   <a href="https://www.hkcoche.org/" target="_blank" rel="noopener noreferrer">Hong Kong Centre of Cerebro-Cardiovascular Health Engineering</a>.<br>
2021 Mar - 2021 Dec - Postdoctoral Research Associate.<br>
   <a href="https://cse.yonsei.ac.kr" target="_blank" rel="noopener noreferrer">Computational Science and Engineering at Yonsei University</a>.<br>
<br>
<h4>Academic Background:</h4>
2021 Feb - Ph.D. in <a href="https://cse.yonsei.ac.kr" target="_blank" rel="noopener noreferrer">Computational Science and Engineering</a> at <a href="https://yonsei.ac.kr" target="_blank" rel="noopener noreferrer">Yonsei University</a>.<br>
   Thesis advisor: <a href="https://loglogx.github.io/" , target="_blank" rel="noopener noreferrer">Prof. Eun-Jae Park</a>.<br>
</p>
<h5 style="display:inline">Language</h5>: English (Advanced), Korean (Native proficiency)<br>
<p>Contact: <a href="mailto:[email protected]">[email protected]</a>
</p>
<a href="academic.html" class="button">See Publications</a> <a href="cv/_dkim_cv.pdf" class="button alt" download="CV_Dohyun_Kim.pdf">Download CV</a>
</div>
</div>
</div>
</section>
<!-- Section -->
<section class="wrapper style2">
<div class="inner">
<div class="flex flex-2">
<div class="col col1 first">
<div class="image round fit">
<a href="mfem-tutorial.html" class="link"><img src="https://mfem.org/img/gallery/logo2-small.png" alt="" /></a>
</div>
</div>
<div class="col col2">
<h3>MFEM Tutorial</h3>
<p>
<b>Basic MFEM tutorial:
<ul>
<li>Basic concept of finite element method</li>
<li>Connection between mathematical form and MFEM implementation</li>
</ul>
</p>
<a href="mfem-tutorial.html" class="button">Learn More</a>
</div>
</div>
</div>
</section>
<!-- Section -->
<section class="wrapper style1">
<div class="inner">
<div class="flex flex-2">
<div class="col col1 first">
<div class="image round fit">
<a href="mfem-tutorial.html" class="link"><img src="images/swe.gif" alt="" /></a>
</div>
</div>
<div class="col col2">
<h3>General Hyperbolic Conservation Laws in MFEM</h3>
<p>
<b>Hyperbolic Conservation Law Integrator
<ul>
<li>General Hyperbolic Conservation laws with (approximated) Riemann Solvers</li>
<li>An easy-to-use and general hyperbolic conservation laws implemented in MFEM</li>
<li>Now an official <a href="https://mfem.org/examples/">MFEM example</a> in MFEM 4.6</li>
</ul>
</p>
<a href="https://github.com/mfem/mfem/tree/HCL-refactor" class="button">Learn More</a>
</div>
</div>
</div>
</section>
<!-- Section -->
<section class="wrapper style2">
<div class="inner">
<div class="flex flex-2">
<div class="col col1 first">
<div class="image round fit">
<a href="https://github.com/dohyun-cse/mfem/tree/dev/prox-galerkin/adaptive-step" class="link"><img src="images/topopt_pmd_mbb.gif" alt="" /></a>
</div>
</div>
<div class="col col2">
<h3>Topology Optimization</h3>
<p>
<b>Density based topology optimization:
<ul>
<li>Projected mirror descent (proposed) and other states of art algorithms including OC and MMA</li>
<li>Adaptive step size rule</li>
<li>High-order and Parallel implementation</li>
<li>Checkout my <a href="https://github.com/dohyun-cse/mfem/tree/dev/prox-galerkin/adaptive-step" target="_blank" rel="noopener noreferrer" style="color:rgb(103, 53, 254)">topology optimization branch</a></li>
</ul>
</p>
<a href="https://github.com/dohyun-cse/mfem/tree/dev/prox-galerkin/adaptive-step" class="button">Learn More</a>
</div>
</div>
</div>
</section>
<!-- Section -->
<section class="wrapper style1">
<div class="inner">
<div class="flex flex-2">
<div class="col col1">
<div class="image round fit">
<a href="software.html#mesh" class="link"><img src="images/mesh.png" alt="" /></a>
</div>
</div>
<div class="col col2">
<h3>Mesh (MATLAB class)</h3>
<p>
<b>Mesh</b> is a MATLAB class for finite element methods:
<ul>
<li>Easy to use</li>
<li>Works for 1D, 2D, 3D simplices</li>
<li>Automatic facet generation from given mesh for interior/boundary</li>
<li>Automatic generation of affine information of given mesh</li>
</ul>
</p>
<a href="software.html" class="button">Learn More</a>
</div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
<ul class="icons">
<li><a href="https://github.com/dohyun-cse" class="icon brands fa-github-square"><span class="label">GitHub</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p>© Dohyun Kim. All rights reserved. Design: <a href="https://templated.co">TEMPLATED</a>. Images: <a href="https://unsplash.com">Unsplash</a>.</p>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>