-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
241 lines (209 loc) · 7.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Language" content="en" />
<meta name="color-scheme" content="light dark" />
<meta
http-equiv="Content-Security-Policy"
content="upgrade-insecure-requests; block-all-mixed-content; default-src 'self'; child-src 'self'; font-src 'self' https://fonts.gstatic.com https://cdn.jsdelivr.net/; form-action 'self'; frame-src 'self'; img-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com/ https://cdn.jsdelivr.net/; script-src 'self' 'unsafe-inline' https://www.google-analytics.com; prefetch-src 'self';"
/>
<meta name="author" content="Yongho Kim" />
<meta name="description" content="Yongho Kim's personal website" />
<meta name="keywords" content="blog,developer,personal" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Yongho Kim's page" />
<meta
name="twitter:description"
content="Yongho Kim's personal website"
/>
<meta property="og:title" content="Yongho Kim's page" />
<meta
property="og:description"
content="Yongho Kim's personal website"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://kyh980909.github.io/" />
<title>Yongho Kim's page</title>
<link rel="canonical" href="https://kyh980909.github.io/" />
<link
rel="preload"
href="/fonts/forkawesome-webfont.woff2?v=1.1.7"
as="font"
type="font/woff2"
integrity="sha256-hEIt6X6xzye8ubyk8/uxjz68cRZHsJxoKS9fQ8idUGQ="
crossorigin
/>
<link
rel="stylesheet"
href="/css/coder.min.ec198d25949ddd79a670b1ead43ca88e0bc2c1343266d0df0a9eeb7f3f207777.css"
integrity="sha256-7BmNJZSd3XmmcLHq1DyojgvCwTQyZtDfCp7rfz8gd3c="
crossorigin="anonymous"
media="screen"
/>
<link
rel="stylesheet"
href="/css/coder-dark.min.89c82b6022b96f77aeb521b240daec4f87ea029d84d1c78b8acd0735b91b3c92.css"
integrity="sha256-icgrYCK5b3eutSGyQNrsT4fqAp2E0ceLis0HNbkbPJI="
crossorigin="anonymous"
media="screen"
/>
<link
rel="icon"
type="image/png"
href="/images/favicon-32x32.png"
sizes="32x32"
/>
<link
rel="icon"
type="image/png"
href="/images/favicon-16x16.png"
sizes="16x16"
/>
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/images/apple-touch-icon.png"
/>
<link
rel="alternate"
type="application/rss+xml"
href="/index.xml"
title="Yongho Kim's page"
/>
<script
defer
src="https://twemoji.maxcdn.com/v/13.0.1/twemoji.min.js"
integrity="sha384-5f4X0lBluNY/Ib4VhGx0Pf6iDCF99VGXJIyYy7dDLY5QlEd7Ap0hICSSZA1XYbc4"
crossorigin="anonymous"
></script>
<meta name="generator" content="Hugo 0.68.3" />
</head>
<body class="colorscheme-auto" onload=" twemoji.parse(document.body); ">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="/"> Yongho Kim's page </a>
</section>
</nav>
<div class="content">
<section class="container centered">
<div class="about">
<div class="avatar"><img src="/img/avatar.jpg" alt="avatar" /></div>
<h1>Yongho Kim</h1>
<h4>
Integrated Master's and Ph.D Course to DAN Lab. at Myongji
University
</h4>
<h4>Dept. Information and Communication Engineering</h4>
Research Interests : Explainable AI (XAI), AI/ML modeling and
prediction, Intelligent system development
<ul>
<li>
<a href="https://github.com/kyh980909/" aria-label="Github">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/yongho-kim-4ba133198/"
aria-label="LinkedIn"
>
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://medium.com/@kyh980909" aria-label="Medium">
<i class="fa fa-medium" aria-hidden="true"></i>
</a>
</li>
<li>
<i class="fa fa-envelope" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</section>
</div>
<footer class="footer">
<section class="container">
© 2021 Yongho Kim · Powered by <a href="https://gohugo.io/">Hugo</a> &
<a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
</section>
</footer>
</main>
<script
src="/js/dark-mode.min.0213e1773e6d1c5a644f847c67a6f8abac49a3776e2976f6008038af8c5b76a1.js"
integrity="sha256-AhPhdz5tHFpkT4R8Z6b4q6xJo3duKXb2AIA4r4xbdqE="
></script>
<script>
(function (f, a, t, h, o, m) {
a[h] =
a[h] ||
function () {
(a[h].q = a[h].q || []).push(arguments);
};
(o = f.createElement('script')),
(m = f.getElementsByTagName('script')[0]);
o.async = 1;
o.src = t;
o.id = 'fathom-script';
m.parentNode.insertBefore(o, m);
})(document, window, '//analytics.example.com/tracker.js', 'fathom');
fathom('set', 'siteId', 'ABCDE');
fathom('trackPageview');
</script>
<script
async
defer
data-domain="example.com"
src="https://analytics.example.com/js/plausible.js"
></script>
<script
data-goatcounter="https://code.goatcounter.com/count"
async
src="//gc.zgo.at/count.js"
></script>
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "token"}'
></script>
<script type="application/javascript">
var _paq = (window._paq = window._paq || []);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
var u = 'https://analytics.example.com/';
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', 'ABCDE']);
var d = document,
g = d.createElement('script'),
s = d.getElementsByTagName('script')[0];
g.async = true;
g.src = u + 'matomo.js';
s.parentNode.insertBefore(g, s);
})();
</script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=gid"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'gid');
</script>
</body>
</html>