-
Notifications
You must be signed in to change notification settings - Fork 1
/
doc.tex
56 lines (55 loc) · 2.2 KB
/
doc.tex
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
\documentclass[10pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{graphicx}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage{kotex}
\setlist[itemize,2]{label=$\circ$,rightmargin=8mm}
\usepackage{tikz}
\usepackage[left=0.25in, right=0.3in, top=0.3in, bottom=0.05in]{geometry}
\usepackage[hidelinks,
colorlinks = true,
linkcolor = blue,
urlcolor = blue,
citecolor = blue,
anchorcolor = blue]{hyperref}
\usepackage{titlesec}
\newcommand{\ExternalLink}{%
\tikz[x=1.2ex, y=1.2ex, baseline=-0.05ex]{%
\begin{scope}[x=1ex, y=1ex]
\clip (-0.1,-0.1)
--++ (-0, 1.2)
--++ (0.6, 0)
--++ (0, -0.6)
--++ (0.6, 0)
--++ (0, -1);
\path[draw,
line width = 0.5,
rounded corners=0.5]
(0,0) rectangle (1,1);
\end{scope}
\path[draw, line width = 0.5] (0.5, 0.5)
-- (1, 1);
\path[draw, line width = 0.5] (0.6, 1)
-- (1, 1) -- (1, 0.6);
}
}
\begin{document}
\section{Awards}
\paragraph{}
\begin{itemize}[itemsep=4pt,topsep=0pt]
\item \normalsize{\textbf{KIEE 52nd Summer Conference}} \normalsize{\hfill Pyeongchang, South Korea
\\ \textit{KIEE Graduate Students' Outstanding Paper Award} \hfill \textit{Jul 2021}}
\item \normalsize{\textbf{JunctionX Seoul 2021 Hackathon, Satellite Image Analysis Track \href{https://github.com/xtenzQ/SmartChange}{\ExternalLink}}} \normalsize{\hfill Seoul, South Korea
\\ \textit{Third Place} \hfill \textit{May 2021}}
\item \normalsize{\textbf{IEEE Seoul Student Paper Contest 2020}} \normalsize{\hfill Seoul, South Korea
\\ \textit{Bronze Award} \hfill \textit{Dec 2020}}
\item \normalsize{\textbf{JunctionX Seoul 2020 Hackathon, Satellite Image Analysis Track \href{https://github.com/xtenzQ/SmartMonitor}{\ExternalLink}}} \normalsize{\hfill Seoul, South Korea
\\ \textit{Third Place} \hfill \textit{Oct 2020}}
\end{itemize}
% ---------------------------
\end{document}