-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
403 lines (314 loc) · 12.5 KB
/
main.tex
File metadata and controls
403 lines (314 loc) · 12.5 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
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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
%-------------------------
% Resume in Latex
% Author
% License : MIT
%------------------------
%---- Required Packages and Functions ----
\documentclass[a4paper,11pt]{article}
\usepackage{latexsym}
\usepackage{xcolor}
\usepackage{float}
\usepackage{ragged2e}
\usepackage[empty]{fullpage}
\usepackage{wrapfig}
\usepackage{lipsum}
\usepackage{tabularx}
\usepackage{titlesec}
\usepackage{geometry}
\usepackage{marvosym}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage{fontawesome5}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{cfr-lm}
\usepackage[T1]{fontenc}
% \usepackage{tgbonum}
\setlength{\footskip}{4.08003pt}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% \renewcommand{\familydefault}{\sfdefault}
\geometry{left=1.4cm, top=1cm, right=1.4cm, bottom=1cm}
% Adjust margins
%\addtolength{\oddsidemargin}{-0.5in}
%\addtolength{\evensidemargin}{-0.5in}
%\addtolength{\textwidth}{1in}
\usepackage[most]{tcolorbox}
\tcbset{
frame code={}
center title,
left=0pt,
right=0pt,
top=0pt,
bottom=0pt,
colback=gray!20,
colframe=white,
width=\dimexpr\textwidth\relax,
enlarge left by=-2mm,
boxsep=4pt,
arc=0pt,outer arc=0pt,
}
\urlstyle{same}
\raggedright
\setlength{\footskip}{4.08003pt}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-7pt}]
%-------------------------
% Custom commands
\newcommand{\resumeItem}[2]{
\item{
\textbf{#1}{\hspace{0.5mm}#2 \vspace{-0.5mm}}
}
}
\newcommand{\resumePOR}[3]{
\vspace{0.5mm}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1}\hspace{0.3mm}#2 & \textit{\small{#3}}
\end{tabular*}
\vspace{-2mm}
}
\newcommand{\resumeSubheading}[4]{
\vspace{0.5mm}\item
\begin{tabular*}{0.98\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & \textit{\footnotesize{#4}} \\
\textit{\footnotesize{#3}} & \footnotesize{#2}\\
\end{tabular*}
\vspace{-2.4mm}
}
\newcommand{\resumeProject}[4]{
\vspace{0.5mm}\item
\begin{tabular*}{0.98\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & \textit{\footnotesize{#3}} \\
\footnotesize{\textit{#2}} & \footnotesize{#4}
\end{tabular*}
\vspace{-2.4mm}
}
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}
% \renewcommand{\labelitemii}{$\circ$}
\renewcommand{\labelitemi}{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*,labelsep=0mm]}
\newcommand{\resumeHeadingSkillStart}{\begin{itemize}[leftmargin=*,itemsep=1.7mm, rightmargin=2ex]}
\newcommand{\resumeItemListStart}{\begin{justify}\begin{itemize}[leftmargin=3ex, rightmargin=2ex, noitemsep,labelsep=1.2mm,itemsep=0mm]\small}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}\vspace{2mm}}
\newcommand{\resumeHeadingSkillEnd}{\end{itemize}\vspace{-2mm}}
\newcommand{\resumeItemListEnd}{\end{itemize}\end{justify}\vspace{-2mm}}
\newcommand{\cvsection}[1]{%
\vspace{2mm}
\begin{tcolorbox}
\textbf{\large #1}
\end{tcolorbox}
\vspace{-4mm}
}
\newcolumntype{L}{>{\raggedright\arraybackslash}X}%
\newcolumntype{R}{>{\raggedleft\arraybackslash}X}%
\newcolumntype{C}{>{\centering\arraybackslash}X}%
%---- End of Packages and Functions ------
%-------------------------------------------
%%%%%% CV STARTS HERE %%%%%%%%%%%
%%%%%% DEFINE ELEMENTS HERE %%%%%%%
\newcommand{\name}{Hyunbin Kim} % Your Name
\newcommand{\course}{ } % Your Program
% \newcommand{\roll}{xxxxxxx} % Your Roll No.
\newcommand{\phone}{10-9962-0019} % Your Phone Number
% \newcommand{\emaila}{akim9905@gmail.com} %Email 1
\newcommand{\emailb}{hyunbin.kim@kaist.ac.kr} %Email 2
\begin{document}
\fontfamily{cmr}\selectfont
%----------HEADING-----------------
% \parbox{2.6cm}{%
% \includegraphics[width=2.35cm,clip]{ajou.png}
% }
\parbox{\dimexpr\linewidth\relax}{
\begin{tabularx}{\linewidth}{L r} \\
\textbf{\huge \name} & {\raisebox{0.0\height}{\footnotesize}\ }\\
% {Roll No.: \roll} & \href{mailto:\emaila}{\raisebox{0.0\height}{\footnotesize \faEnvelope}\ {\emaila}} \\
\course & \href{mailto:\emailb}{\raisebox{0.0\height}{\footnotesize \faEnvelope}\ {\emailb}} \\
% {Your Course} & \href{https://yourGithubProfile.com/}{\raisebox{0.0\height}{\footnotesize \faGithub}\ {GitHub Profile}} \\
% {SLIET, Punjab} & \href{https://www.yourLinkedinProfile.com/in/}{\raisebox{0.0\height}{\footnotesize \faLinkedin}\ {LinkedIn Profile}}
\end{tabularx}
}
%-----------Research Interests-----------------
\section{\textbf{Research Interests}}
\vspace{-0.4mm}
\resumeSubHeadingListStart
\resumePOR{Programming Language, Compiler} % Position
{} %Club,Event
{} %Tenure Period
\resumePOR{Algorithm - } % Position
{graph theory, geometry, string algorithm} %Club,Event
{} %Tenure Period
\resumeSubHeadingListEnd
%----------Publications-----------------
\section{\textbf{Publication}}
\resumeSubHeadingListStart
\resumePOR{Abelian duplications on strings and string searching algorithms}{\\ \footnotesize{\textbf{Hyunbin Kim}, Chiwook Ahn, Dajung Cho} \\ \textit{\footnotesize{Korea Computer Congress, 2024 (KCC '24)} \textbf{(Excellent Paper Award)}}}{}
\resumePOR{Algorithms for Searching Maximum-Length Abelian Duplications in Strings}{\\ \footnotesize{\textbf{Hyunbin Kim}, Dajung Cho} \\ \textit{\footnotesize{KIISE Transactions on Computing Practices, 2025 (KTCP '25)}}}{}
\resumePOR{Online Approaches for Abelian Duplication in Strings : Design and Applications}{\\ \footnotesize{\textbf{Hyunbin Kim}, Dajung Cho} \\\textit{\footnotesize{Korea Conference on Software Engineering, 2025 (KCSE '25)}}}{}
\resumeSubHeadingListEnd
%-----------EDUCATION-----------
\section{\textbf{Education}}
\resumeSubHeadingListStart
\resumeSubheading
{Korea Advanced Institute of Science and Technology (KAIST)}{Daejeon, Korea}
{M.S. in School of Computing}{Mar '26 - Current}
\resumeItemListStart
\item Advised by: Kihong Heo, \href{https://prosys.kaist.ac.kr/}{\textit{Prosys lab}}
\resumeItemListEnd
\resumeSubheading
{Ajou University}{Suwon, Korea}
{B.S. in Department of Computer Engineering}{Mar '19 - Feb '26}
\resumeItemListStart
\item Graduated with \textit{highest honor(1st)}
\item \textit{Distinguished Graduate Award}, recognized for distinguished external achievements
\resumeItemListEnd
\resumeSubHeadingListEnd
% \vspace{-5.5mm}
%
%-----------EXPERIENCE-----------------
\section{\textbf{Experience}}
\resumeSubHeadingListStart
\resumeSubheading
{NetSys Lab. (Prof. Younghoon Kim)}{Suwon, Korea}
{Undergraduate Internship}{Mar '25 - Sep '25}
\resumeItemListStart
\item Researching Linux networking subsystem and extended BPF (eBPF) for system-level performance and programmability
\resumeItemListEnd
\resumeSubheading
{Theory of Natural Computation Lab. (Prof. Dajung Cho)}{Suwon, Korea}
{Undergraduate Internship}{Dec '23 - Dec '24}
\resumeItemListStart
\item {Researched a string operation called \textit{Abelian duplication} from a formal language theory perspective, focusing on decision problems and closure properties}
\resumeItemListEnd
\resumeSubHeadingListEnd
% \vspace{-8.5mm}
\newpage
%-----------PROJECTS-----------------
\section{\textbf{Activities and Projects}}
\resumeSubHeadingListStart
\resumeProject
{\href{https://ucpc.me/}{Union of Clubs for Programming Contest (UCPC)}}%Project Name
{Vice president} %Project Name, Location Name
{Jan '25 - Sep '25} %Event Dates
\resumeItemListStart
\item {Largest algorithmic problem solving club union(30+ Universities) in Korea}
\item Designed set of problems(submitted 1 problem), handled communication with international sponsors, organized seminar
\resumeItemListEnd
\vspace{-2mm}
\resumeProject
{shake! -
\href{https://www.acmicpc.net/category/detail/3557}{2022},
\href{https://www.acmicpc.net/category/detail/4121}{2023},
\href{https://www.acmicpc.net/category/1078}{2024}, 2025 } %Project Name
{Director, Problem setter} %Project Name, Location Name
{Sep-Jan \{'22, '23, '24, '25\}}
\resumeItemListStart
% \item {Tools \& technologies used: xxx,xxx}
\item {Annual ICPC-style college union programming contest for universities in Kyongin Region}
\begin{itemize}
\item Participants : \{Ajou, Hanyang-ERICA, Inha, Korea Aerospace, Kyunghee, Sungkyunkwan, Dankook\} Univ.
\end{itemize}
\item {Designed set of problems, submitted 8 problems total}
\resumeItemListEnd
\vspace{-2mm}
\resumeProject
{Ajou Programming Contest (APC) - \href{https://www.acmicpc.net/category/detail/3219}{2022}, \href{https://www.acmicpc.net/category/848}{2023} ,\href{https://www.acmicpc.net/category/1037}{2024}
,\href{https://www.acmicpc.net/category/1112}{2025}}
%Project Name
{Director, Problem setter} %Project Name, Location Name
{Mar - May \{'22,'23,'24, '25\}}
\resumeItemListStart
\item {Annual ICPC-style programming contest held in Ajou Univ.}
\item {Designed set of problems, submitted 16 problems total}
\resumeItemListEnd
\vspace{-2mm}
\resumeProject
{Analyze 'N Solve It (ANSI)} %Project Name
{Member, Vice president} %Project Name, Location Name
{Jan '23 - Current} %Event Dates
\resumeItemListStart
\item {Algorithmic problem solving club in Ajou University}
\item {Ran algorithmic problem solving study group -- \{Intermediate, Advanced, Extreme\} Algorithm study group}
\item {Directed several programming contests}
\resumeItemListEnd
\vspace{-2mm}
\resumeSubHeadingListEnd
% \vspace{-5.5mm}
%-----------Futher Skills and Qualifications-----------------
\section{\textbf{Further Skills and Qualifications}}
\vspace{-0.4mm}
\resumeSubHeadingListStart
\resumePOR{Software Skills : } % Position
{C/C++, \LaTeX} %Club,Event
{} %Tenure Period
\resumePOR{Language : } % Position
{Korean(Native), English(Upper intermediate)} %Club,Event
{} %Tenure Period
\resumeSubHeadingListEnd
%-----------Achievements-----------------
\section{\textbf{Achievements and Honors}}
\vspace{1mm}
* \href{https://icpc.global/}{ICPC} : International Collegiate Programming Contest
\vspace{-0.4mm}
\resumeSubHeadingListStart
\resumePOR{Distinguished Graduate Award, }
{Ajou University}
{Feb '26}
% \resumePOR{40th place, } % Award
% {2024 ICPC Asia Pacific Championship} % Event
% {Nov '24} %Event Year
% \resumePOR{12th place, } % Award
% {2024 ICPC Jakarta Regional} % Event
% {Dec '24} %Event Year
% \resumePOR{36th place, } % Award
% {2024 ICPC Seoul Regional -- Preliminary contest} % Event
% {Nov '24} %Event Year
\resumePOR{Excellence Award, } % Award
{'24 Fall, Ajou Softcon -- Research section} % Event
{Dec '24} %Event Year
\resumePOR{Honorable mention, } % Award
{2025 ICPC Seoul Regional} % Event
{Nov '25} %Event Year
\resumePOR{Honor, } % Award
{2024 ICPC Jakarta Regional} % Event
{Dec '24} %Event Year
\resumePOR{Honor, } % Award
{2024 ICPC Seoul Regional} % Event
{Nov '24} %Event Year
\resumePOR{Excellent Paper Award, } % Award
{Korea Computer Congress 2024 (KCC '24)} % Event
{Jul '24} %Event Year
\resumePOR{34th place, } % Award
{2023 ICPC Seoul Regional} % Event
{Nov '23} %Event Year
\resumePOR{59th place, } % Award
{2022 ICPC Seoul Regional} % Event
{Nov '22} %Event Year
\resumePOR{Finalist, } % Award
{2023 Samsung Collegiate Programming Cup ('23 SCPC)} % Event
{Aug '23} %Event Year
\resumePOR{Academic Scholarship (Daewoo Scholarship -- College Top Rank)} % Award
{, Ajou University} % Event
{Jul '25} %Event Year
\resumePOR{Academic Scholarship (Yulgok Scholarship)} % Award
{, Ajou University} % Event
{Dec '24} %Event Year
\resumePOR{Academic Scholarship (Yulgok Scholarship)} % Award
{, Ajou University} % Event
{Dec '23} %Event Year
\resumePOR{Academic Scholarship (Yulgok Scholarship)} % Award
{, Ajou University} % Event
{Dec '22} %Event Year
\resumePOR{Academic Scholarship (Yulgok Scholarship)} % Award
{, Ajou University} % Event
{Jul '20} %Event Year
\resumeSubHeadingListEnd
% \vspace{-5mm}
%-------------------------------------------
\end{document}