Skip to content

Instantly share code, notes, and snippets.

@leeyoungseok
Last active May 12, 2016 20:25
Show Gist options
  • Save leeyoungseok/4ff106433a8df2dbe96d to your computer and use it in GitHub Desktop.
Save leeyoungseok/4ff106433a8df2dbe96d to your computer and use it in GitHub Desktop.
\documentclass[11pt,a4paper,sans]{moderncv}
\usepackage[utf8]{inputenc}
\usepackage{kotex}
\moderncvstyle{classic}
\moderncvcolor{blue}
\usepackage{lipsum}
\usepackage[scale=0.75]{geometry}
% 이름
\firstname{이} % Your first name
\familyname{영석} % Your last name
% 주소
\title{Youngseok Lee}
\address{대전시 유성구 대학로 99}{305-764}
\mobile{(010) 9671 4479}
\phone{(042) 821 6655}
\email{lee@cnu.ac.kr}
\homepage{yslee.cs-cnu.org}{http://yslee-cs-cnu.org}
\extrainfo{충남대학교, 컴퓨터공학과}
\photo[70pt][0.4pt]{2014-yslee}
% 인용구
\quote{Dreaming of A Playful Computer Engineer}
%----------------------------------------------------------------------
\begin{document}
\makecvtitle % Print the CV title
%-----------------------------------------------------------------------
% EDUCATION SECTION
%-----------------------------------------------------------------------
\section{학력}
\cventry{1997--2002}{Ph. D. of Computer Engineering}{Seoul National University}{}{}{}
\cventry{1995--1997}{Masters of Computer Engineering}{Seoul National University}{}{}{} % Arguments not required can be left empty
\cventry{1990--1995}{Bachelor of Computer Engineering}{Seoul National University}{}{}{}
\section{박사 논문}
\cvitem{제목}{\emph{Multipath Routing for Congested Networks}}
\cvitem{지도교수}{Professor Yanghee Choi}
\cvitem{요약}{This thesis explored the idea that congestion in the network can be mitigated through traffic splitting with multipath routing.}
%-----------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%-----------------------------------------------------------------------
\section{경력}
\cventry{2003--현재}{Professor}{\textsc{Chungnam National University}}{Daejon}{}{Developed Internet traffic measurement and analysis methods based on the big data platform, Hadoop.
\newline{}\newline{}
Detailed achievements:
\begin{itemize}
\item Packet, Netflow and BGP routing data analysis method in MapReduce
\item IPGeolocation DB for Korean networks
\item Privacy exposure analysis on the online used markets
\end{itemize}}
\cventry{2002--2003}{Visiting Scholar}{\textsc{University of California, Davis}}{California}{}{Achieved Internet traffic engineering in the IP over optical networks}
%----------------------------------------------------------------------------------------
% COMPUTER SKILLS SECTION
%----------------------------------------------------------------------------------------
\section{컴퓨터 기술}
\cvitem{중}{\textsc{python, C/C++, Java}, \textsc{html}, \LaTeX, Linux}
\cvitem{상}{Computer Network and Architect}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment