Refactor template files (contributed by Velimir from LaTexTemplates.com)

- remove 'import' package
- change comment style
- delete unused file(cvletter.tex)
This commit is contained in:
Posquit0.BJ 2016-01-11 15:06:06 +09:00
parent b3232d1db3
commit 8af2e79d41
26 changed files with 687 additions and 403 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

View file

@ -1,6 +1,6 @@
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
% Awesome CV LaTeX Template
% Awesome CV LaTeX Template for Cover Letter
%
% This template has been downloaded from:
% https://github.com/posquit0/Awesome-CV
@ -14,88 +14,98 @@
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Configuration
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Themes: Awesome-CV
%-------------------------------------------------------------------------------
% CONFIGURATIONS
%-------------------------------------------------------------------------------
% A4 paper size by default, use 'letterpaper' for US letter
\documentclass[11pt, a4paper]{awesome-cv}
%% Page Layout
% Configure page margins with geometry
% \geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
%%% Override a directory location for fonts(default: 'fonts/')
% Specify the location of the included fonts
\fontdir[fonts/]
%%% Override color
% Color for highlights
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
% awesome-nephritis, awesome-concrete, awesome-darknight
%% Color for highlight
% Define your custom color if you don't like awesome colors
\colorlet{awesome}{awesome-red}
% Uncomment if you would like to specify your own color
% \definecolor{awesome}{HTML}{CA63A8}
%% Colors for text
% Colors for text
% Uncomment if you would like to specify your own color
% \definecolor{darktext}{HTML}{414141}
% \definecolor{text}{HTML}{414141}
% \definecolor{graytext}{HTML}{414141}
% \definecolor{lighttext}{HTML}{414141}
% \definecolor{text}{HTML}{333333}
% \definecolor{graytext}{HTML}{5D5D5D}
% \definecolor{lighttext}{HTML}{999999}
%%% Override a separator for social informations in header(default: ' | ')
% \renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
% If you would like to change the social information separator from a pipe (|) to something else
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Personal Data
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Essentials
%-------------------------------------------------------------------------------
% PERSONAL INFORMATION
% Comment any of the lines below if they are not required
%-------------------------------------------------------------------------------
\name{Claud D.}{Park}
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
\address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 404-180, Rep. of KOREA}
\mobile{(+82) 10-9030-1843}
%%% Social
\email{posquit0.bj@gmail.com}
\homepage{www.posquit0.com}
\github{posquit0}
% \stackoverflow{SOid}{SOname}
\linkedin{posquit0}
% \stackoverflow{SOid}{SOname}
% \twitter{@twit}
% \skype{skypeid}
% \extrainfo{extra informations}
%%% Optionals
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
\quote{``Make the change that you want to see in the world."}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Letter Data (Cover Letter)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%-------------------------------------------------------------------------------
% LETTER INFORMATION
% All of the below lines must be filled out
%-------------------------------------------------------------------------------
% The company being applied to
\recipient
{Company Recruitment Team}
{Google Inc.\\1600 Amphitheatre Parkway\\Mountain View, CA 94043}
% The date on the letter, default is the date of compilation
\letterdate{\today}
% The title of the letter
\lettertitle{Job Application for Software Engineer}
% How the letter is opened
\letteropening{Dear Mr./Ms./Dr. LastName,}
% How the letter is closed
\letterclosing{Sincerely,}
% Any enclosures with the letter
\letterenclosure[Attached]{Curriculum Vitae}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Make a footer for CV with three arguments(<left>, <center>, <right>)
%-------------------------------------------------------------------------------
\begin{document}
% Print the header with above personal informations
\makecvheader
% Print the footer with 3 arguments(<left>, <center>, <right>)
% Leave any of these blank if they are not needed
\makecvfooter
{\today}
{Claud D. Park~~~·~~~Cover Letter}
{}
\begin{document}
%%% Make a header for CV using personal data
\makecvheader
%%% Make a title for Cover Letter using letter data
% Print the title with above letter informations
\makelettertitle
%%% Write content for your cover letter
%-------------------------------------------------------------------------------
% LETTER CONTENT
%-------------------------------------------------------------------------------
\begin{cvletter}
\lettersection{About Me}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ullamcorper neque sit amet lectus facilisis sed luctus nisl iaculis. Vivamus at neque arcu, sed tempor quam. Curabitur pharetra tincidunt tincidunt. Morbi volutpat feugiat mauris, quis tempor neque vehicula volutpat. Duis tristique justo vel massa fermentum accumsan. Mauris ante elit, feugiat vestibulum tempor eget, eleifend ac ipsum. Donec scelerisque lobortis ipsum eu vestibulum. Pellentesque vel massa at felis accumsan rhoncus.
@ -107,7 +117,9 @@ Duis sit amet magna ante, at sodales diam. Aenean consectetur porta risus et sag
\end{cvletter}
%%% Make a closing for Cover Letter using letter data
%-------------------------------------------------------------------------------
% Print the signature and enclosures with above letter informations
\makeletterclosing
\end{document}

Binary file not shown.

View file

@ -1,6 +1,6 @@
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
% Awesome CV LaTeX Template
% Awesome CV LaTeX Template for CV/Resume
%
% This template has been downloaded from:
% https://github.com/posquit0/Awesome-CV
@ -14,88 +14,84 @@
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Configuration
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Themes: Awesome-CV
%-------------------------------------------------------------------------------
% CONFIGURATIONS
%-------------------------------------------------------------------------------
% A4 paper size by default, use 'letterpaper' for US letter
\documentclass[11pt, a4paper]{awesome-cv}
%% Page Layout
% Configure page margins with geometry
% \geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
%%% Override a directory location for fonts(default: 'fonts/')
% Specify the location of the included fonts
\fontdir[fonts/]
%%% Configure a directory location for sections
\newcommand*{\sectiondir}{cv/}
%%% Override color
% Color for highlights
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
% awesome-nephritis, awesome-concrete, awesome-darknight
%% Color for highlight
% Define your custom color if you don't like awesome colors
\colorlet{awesome}{awesome-red}
% Uncomment if you would like to specify your own color
% \definecolor{awesome}{HTML}{CA63A8}
%% Colors for text
% Colors for text
% Uncomment if you would like to specify your own color
% \definecolor{darktext}{HTML}{414141}
% \definecolor{text}{HTML}{414141}
% \definecolor{graytext}{HTML}{414141}
% \definecolor{lighttext}{HTML}{414141}
% \definecolor{text}{HTML}{333333}
% \definecolor{graytext}{HTML}{5D5D5D}
% \definecolor{lighttext}{HTML}{999999}
%%% Override a separator for social informations in header(default: ' | ')
% \renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
% If you would like to change the social information separator from a pipe (|) to something else
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 3rd party packages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Needed to divide into several files
\usepackage{import}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Personal Data
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Essentials
%-------------------------------------------------------------------------------
% PERSONAL INFORMATION
% Comment any of the lines below if they are not required
%-------------------------------------------------------------------------------
\name{Claud D.}{Park}
\address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 22738, Rep. of KOREA}
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
\address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 404-180, Rep. of KOREA}
\mobile{(+82) 10-9030-1843}
%%% Social
\email{posquit0.bj@gmail.com}
\homepage{www.posquit0.com}
\github{posquit0}
% \stackoverflow{SOid}{SOname}
\linkedin{posquit0}
% \stackoverflow{SOid}{SOname}
% \twitter{@twit}
% \skype{skypeid}
% \extrainfo{extra informations}
%%% Optionals
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
\quote{``Make the change that you want to see in the world."}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Make a footer for CV with three arguments(<left>, <center>, <right>)
%-------------------------------------------------------------------------------
\begin{document}
% Print the header with above personal informations
\makecvheader
% Print the footer with 3 arguments(<left>, <center>, <right>)
% Leave any of these blank if they are not needed
\makecvfooter
{\today}
{Claud D. Park~~~·~~~Curriculum Vitae}
{\thepage}
\begin{document}
%%% Make a header for CV using personal data
\makecvheader
%%% Import contents
\import{\sectiondir}{education.tex}
\import{\sectiondir}{skills.tex}
\import{\sectiondir}{experience.tex}
\import{\sectiondir}{extracurricular.tex}
\import{\sectiondir}{honors.tex}
\import{\sectiondir}{presentation.tex}
\import{\sectiondir}{writing.tex}
\import{\sectiondir}{committees.tex}
%-------------------------------------------------------------------------------
% CV/RESUME CONTENT
% Each section is imported separately, open each file in turn to modify content
%-------------------------------------------------------------------------------
\input{cv/education.tex}
\input{cv/skills.tex}
\input{cv/experience.tex}
\input{cv/extracurricular.tex}
\input{cv/honors.tex}
\input{cv/presentation.tex}
\input{cv/writing.tex}
\input{cv/committees.tex}
%-------------------------------------------------------------------------------
\end{document}

View file

@ -1,23 +1,41 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Program Committees}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cvhonors}
%---------------------------------------------------------
\cvhonor
{Organizer \& Co-director}
{1st POSTECH Hackathon}
{S.Korea}
{2013}
{Organizer \& Co-director} % Position
{1st POSTECH Hackathon} % Committee
{S.Korea} % Location
{2013} % Date(s)
%---------------------------------------------------------
\cvhonor
{Staff}
{7th Hacking Camp}
{S.Korea}
{2012}
{Staff} % Position
{7th Hacking Camp} % Committee
{S.Korea} % Location
{2012} % Date(s)
%---------------------------------------------------------
\cvhonor
{Problem Writer}
{1st Hoseo University Teenager Hacking Competition}
{S.Korea}
{2012}
{Problem Writer} % Position
{1st Hoseo University Teenager Hacking Competition} % Committee
{S.Korea} % Location
{2012} % Date(s)
%---------------------------------------------------------
\cvhonor
{Staff \& Problem Writer}
{JFF(Just for Fun) Hacking Competition}
{S.Korea}
{2012}
{Staff \& Problem Writer} % Position
{JFF(Just for Fun) Hacking Competition} % Committee
{S.Korea} % Location
{2012} % Date(s)
%---------------------------------------------------------
\end{cvhonors}

View file

@ -1,20 +0,0 @@
\begin{cvletter}
\cvletterinfo
{Company Name}
{Awesome Street 1}
{Cool Town}
{Germany}
{Fancy job title}
Dear Mr./Ms./Dr. LastName:
Opening paragraph: State why you are writing; how you learned of the organization or position, and basic information about yourself.
2nd paragraph: Tell why you are interested in the employer or type of work the employer does (Simply stating that you are interested does not tell why, and can sound like a form letter). Demonstrate that you know enough about the employer or position to relate your background to the employer or position. Mention specific qualifications which make you a good fit for the employers needs. (Focus on what you can do for the employer, not what the employer can do for you.) This is an opportunity to explain in more detail relevant items in your resume. Refer to the fact that your resume is enclosed. Mention other enclosures if such are required to apply for a position.
3rd paragraph: Indicate that you would like the opportunity to interview for a position or to talk with the employer to learn more about their opportunities or hiring plans. State what you will do to follow up, such as telephone the employer within two weeks. If you will be in the employers location and could offer to schedule a visit, indicate when. State that you would be glad to provide the employer with any additional information needed. Thank the employer for her/his consideration.
Sincerely,\newline
Lars Richter
\end{cvletter}

View file

@ -1,13 +1,25 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Education}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cventries}
%---------------------------------------------------------
\cventry
{B.S. in Computer Science and Engineering}
{POSTECH(Pohang University of Science and Technology)}
{Pohang, S.Korea}
{Mar. 2010 - PRESENT}
{B.S. in Computer Science and Engineering} % Degree
{POSTECH(Pohang University of Science and Technology)} % Institution
{Pohang, S.Korea} % Location
{Mar. 2010 - PRESENT} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) bullet points
\item {Got a Chun Shin-Il Scholarship which is given to promising students in CSE Dept.}
\end{cvitems}
}
%---------------------------------------------------------
\end{cventries}

View file

@ -1,66 +1,86 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Experience}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cventries}
%---------------------------------------------------------
\cventry
{Software Engineer \& Security Researcher (Compulsory Military Service)}
{R.O.K Cyber Command, MND}
{Seoul, S.Korea}
{Aug. 2014 - Exp. Apr. 2016}
{Software Engineer \& Security Researcher (Compulsory Military Service)} % Job title
{R.O.K Cyber Command, MND} % Organization
{Seoul, S.Korea} % Location
{Aug. 2014 - Exp. Apr. 2016} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Implemented a military cooperation system which is web based real time messenger in Scala on Lift.}
\item {Improved functionality on military command and control system for incident response with Java Servlet.}
\item {Lead engineer on agent-less backtracking system that can discover client device's fingerprint(including public and private IP) independently of the Proxy, VPN and NAT.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Game Developer Intern at Global Internship Program}
{NEXON}
{Seoul, S.Korea \& LA, U.S.A}
{Jan. 2013 - Feb. 2013}
{Game Developer Intern at Global Internship Program} % Job title
{NEXON} % Organization
{Seoul, S.Korea \& LA, U.S.A} % Location
{Jan. 2013 - Feb. 2013} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Developed in Cocos2d-x an action puzzle game(Dragon Buster) targeting U.S. market. Implemented API server which is communicating with game client and In-App Store, along with two other team members who wrote the game logic, designed game graphics.}
\item {Won the 2nd prize in final evaluation.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Researcher for <Detecting videos torrents using image similarity algorithms>}
{Undergraduate Research, Computer Vision Lab(Prof. Bohyung Han)}
{Pohang, S.Korea}
{Sep. 2012 - Feb. 2013}
{Researcher for <Detecting videos torrents using image similarity algorithms>} % Job title
{Undergraduate Research, Computer Vision Lab(Prof. Bohyung Han)} % Organization
{Pohang, S.Korea} % Location
{Sep. 2012 - Feb. 2013} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Researched means of retrieving a corresponding video based on image contents using image similarity algorithm.}
\item {Implemented prototype that users can obtain torrent magnet links of corresponding video relevant to an image on web site.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Software Engineer Trainee}
{Software Maestro (funded by Korea Ministry of Knowledge and Economy)}
{Seoul, S.Korea}
{Jul. 2012 - Jun. 2013}
{Software Engineer Trainee} % Job title
{Software Maestro (funded by Korea Ministry of Knowledge and Economy)} % Organization
{Seoul, S.Korea} % Location
{Jul. 2012 - Jun. 2013} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Performed research memory management strategies of OS and implemented in Python an interactive simulator for Linux kernel memory management.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Software Engineer}
{ShitOne Corp. (Start-up company)}
{Seoul, S.Korea}
{Dec. 2011 - Feb. 2012}
{Software Engineer} % Job title
{ShitOne Corp. (Start-up company)} % Organization
{Seoul, S.Korea} % Location
{Dec. 2011 - Feb. 2012} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Developed a proxy drive smartphone application which connects proxy driver and customer. Implemented overall Android application logic and wrote API server for community service, along with lead engineer who designed bidding protocol on raw socket and implemented API server for bidding.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Freelance Penetration Tester}
{SAMSUNG Electronics}
{S.Korea}
{Sep. 2013, Mar. 2011 - Oct. 2011}
{Freelance Penetration Tester} % Job title
{SAMSUNG Electronics} % Organization
{S.Korea} % Location
{Sep. 2013, Mar. 2011 - Oct. 2011} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Conducted penetration testing on SAMSUNG KNOX, which is solution for enterprise mobile security.}
\item {Conducted penetration testing on SAMSUNG Smart TV.}
\end{cvitems}
@ -69,4 +89,6 @@
% \cvsubentry{}{Smart TV Penetration Testing}{Mar. 2011 - Oct. 2011}{}
%\end{cvsubentries}
}
%---------------------------------------------------------
\end{cventries}

View file

@ -1,61 +1,81 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Extracurricular Activity}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cventries}
%---------------------------------------------------------
\cventry
{Core Member}
{B10S (B1t 0n the Security, Underground hacker team)}
{S.Korea}
{Nov. 2011 - PRESENT}
{Core Member} % Affiliation/role
{B10S (B1t 0n the Security, Underground hacker team)} % Organization/group
{S.Korea} % Location
{Nov. 2011 - PRESENT} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of experience/contributions/knowledge
\item {Gained expertise in penetration testing areas, especially targeted on web application and software.}
\item {Participated on a lot of hacking competition and won a good award.}
\item {Held several hacking competitions non-profit, just for fun.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Member}
{WiseGuys (Hacking \& Security research group)}
{S.Korea}
{Jun. 2012 - PRESENT}
{Member} % Affiliation/role
{WiseGuys (Hacking \& Security research group)} % Organization/group
{S.Korea} % Location
{Jun. 2012 - PRESENT} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of experience/contributions/knowledge
\item {Gained expertise in hardware hacking areas from penetration testing on several devices including wireless router, smartphone, CCTV and set-top box.}
\item {Trained wannabe hacker about hacking technique from basic to advanced and ethics for white hackers by hosting annual Hacking Camp.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Core Member \& President at 2013}
{PoApper (Developers' Network of POSTECH)}
{Pohang, S.Korea}
{Jun. 2010 - PRESENT}
{Core Member \& President at 2013} % Affiliation/role
{PoApper (Developers' Network of POSTECH)} % Organization/group
{Pohang, S.Korea} % Location
{Jun. 2010 - PRESENT} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of experience/contributions/knowledge
\item {Reformed the society focusing on software engineering and building network on and off campus.}
\item {Proposed various marketing and network activities to raise awareness.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Member}
{PLUS (Laboratory for UNIX Security in POSTECH)}
{Pohang, S.Korea}
{Sep. 2010 - Oct. 2011}
{Member} % Affiliation/role
{PLUS (Laboratory for UNIX Security in POSTECH)} % Organization/group
{Pohang, S.Korea} % Location
{Sep. 2010 - Oct. 2011} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of experience/contributions/knowledge
\item {Gained expertise in hacking \& security areas, especially about internal of operating system based on UNIX and several exploit techniques.}
\item {Participated on several hacking competition and won a good award.}
\item {Conducted periodic security checks on overall IT system as a member of POSTECH CERT.}
\item {Conducted penetration testing commissioned by national agency and corporation.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Member}
{MSSA (Management Strategy Club of POSTECH)}
{Pohang, S.Korea}
{Sep. 2013 - PRESENT}
{Member} % Affiliation/role
{MSSA (Management Strategy Club of POSTECH)} % Organization/group
{Pohang, S.Korea} % Location
{Sep. 2013 - PRESENT} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of experience/contributions/knowledge
\item {Gained knowledge about several business field like Management, Strategy, Financial and marketing from group study.}
\item {Gained expertise in business strategy areas and inisght for various industry from weekly industry analysis session.}
\end{cvitems}
}
%---------------------------------------------------------
\end{cventries}

View file

@ -1,63 +1,111 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Honors \& Awards}
%-------------------------------------------------------------------------------
% SUBSECTION TITLE
%-------------------------------------------------------------------------------
\cvsubsection{International}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cvhonors}
%---------------------------------------------------------
\cvhonor
{Finalist}
{DEFCON 22nd CTF Hacking Competition World Final}
{Las Vegas, U.S.A}
{2014}
{Finalist} % Award
{DEFCON 22nd CTF Hacking Competition World Final} % Event
{Las Vegas, U.S.A} % Location
{2014} % Date(s)
%---------------------------------------------------------
\cvhonor
{Finalist}
{DEFCON 21st CTF Hacking Competition World Final}
{Las Vegas, U.S.A}
{2013}
{Finalist} % Award
{DEFCON 21st CTF Hacking Competition World Final} % Event
{Las Vegas, U.S.A} % Location
{2013} % Date(s)
%---------------------------------------------------------
\cvhonor
{Finalist}
{DEFCON 19th CTF Hacking Competition World Final}
{Las Vegas, U.S.A}
{2011}
{Finalist} % Award
{DEFCON 19th CTF Hacking Competition World Final} % Event
{Las Vegas, U.S.A} % Location
{2011} % Date(s)
%---------------------------------------------------------
\cvhonor
{6th Place}
{SECUINSIDE Hacking Competition World Final}
{Seoul, S.Korea}
{2012}
{6th Place} % Award
{SECUINSIDE Hacking Competition World Final} % Event
{Seoul, S.Korea} % Location
{2012} % Date(s)
%---------------------------------------------------------
\end{cvhonors}
%-------------------------------------------------------------------------------
% SUBSECTION TITLE
%-------------------------------------------------------------------------------
\cvsubsection{Domestic}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cvhonors}
%---------------------------------------------------------
\cvhonor
{3rd Place}
{WITHCON Hacking Competition Final}
{Seoul, S.Korea}
{2015}
{3rd Place} % Award
{WITHCON Hacking Competition Final} % Event
{Seoul, S.Korea} % Location
{2015} % Date(s)
%---------------------------------------------------------
\cvhonor
{Silver Prize}
{KISA HDCON Hacking Competition Final}
{Seoul, S.Korea}
{2013}
{Silver Prize} % Award
{KISA HDCON Hacking Competition Final} % Event
{Seoul, S.Korea} % Location
{2013} % Date(s)
%---------------------------------------------------------
\cvhonor
{2nd Award}
{HUST Hacking Festival}
{S.Korea}
{2013}
{2nd Award} % Award
{HUST Hacking Festival} % Event
{S.Korea} % Location
{2013} % Date(s)
%---------------------------------------------------------
\cvhonor
{3rd Award}
{HUST Hacking Festival}
{S.Korea}
{2010}
{3rd Award} % Award
{HUST Hacking Festival} % Event
{S.Korea} % Location
{2010} % Date(s)
%---------------------------------------------------------
\cvhonor
{3rd Award}
{Holyshield 3rd Hacking Festival}
{S.Korea}
{2012}
{3rd Award} % Award
{Holyshield 3rd Hacking Festival} % Event
{S.Korea} % Location
{2012} % Date(s)
%---------------------------------------------------------
\cvhonor
{2nd Award}
{Holyshield 3rd Hacking Festival}
{S.Korea}
{2011}
{2nd Award} % Award
{Holyshield 3rd Hacking Festival} % Event
{S.Korea} % Location
{2011} % Date(s)
%---------------------------------------------------------
\cvhonor
{5th Place}
{PADOCON Hacking Competition Final}
{Seoul, S.Korea}
{2011}
{5th Place} % Award
{PADOCON Hacking Competition Final} % Event
{Seoul, S.Korea} % Location
{2011} % Date(s)
%---------------------------------------------------------
\end{cvhonors}

View file

@ -1,23 +1,37 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Presentation}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cventries}
%---------------------------------------------------------
\cventry
{Presenter for <DEFCON 20th : The way to go to Las Vegas>}
{6th CodeEngn (Reverse Engineering Conference)}
{Seoul, S.Korea}
{Jul. 2012}
{Presenter for <DEFCON 20th : The way to go to Las Vegas>} % Role
{6th CodeEngn (Reverse Engineering Conference)} % Event
{Seoul, S.Korea} % Location
{Jul. 2012} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s)
\item {Introduced CTF(Capture the Flag) hacking competition and advanced techniques and strategy for CTF}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Presenter for <Metasploit 101>}
{6th Hacking Camp - S.Korea}
{S.Korea}
{Sep. 2012}
{Presenter for <Metasploit 101>} % Role
{6th Hacking Camp - S.Korea} % Event
{S.Korea} % Location
{Sep. 2012} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s)
\item {Introduced basic procedure for penetration testing and how to use Metasploit}
\end{cvitems}
}
%---------------------------------------------------------
\end{cventries}

View file

@ -1,12 +1,28 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Skills}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cvskills}
%---------------------------------------------------------
\cvskill
{Programming}
{Python, C/C++, Scala, JAVA, Node.JS, OCaml, LaTeX}
{Programming} % Category
{Python, C/C++, Scala, JAVA, Node.JS, OCaml, LaTeX} % Skills
%---------------------------------------------------------
\cvskill
{Web}
{Django with Python, Express with Node.JS, HTML5, LESS}
{Web} % Category
{Django with Python, Express with Node.JS, HTML5, LESS} % Skills
%---------------------------------------------------------
\cvskill
{Languages}
{Korean, English, Japanese, Chinese}
{Languages} % Category
{Korean, English, Japanese, Chinese} % Skills
%---------------------------------------------------------
\end{cvskills}

View file

@ -1,23 +1,37 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Writing}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cventries}
%---------------------------------------------------------
\cventry
{Founder \& Writer}
{A Guide for Developers in Start-up}
{Facebook Page}
{Jan. 2015 - PRESENT}
{Founder \& Writer} % Role
{A Guide for Developers in Start-up} % Title
{Facebook Page} % Location
{Jan. 2015 - PRESENT} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s)
\item {Drafted daily news for developers in Korea about IT technologies, issues about start-up.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Undergraduate Student Reporter}
{AhnLab}
{S.Korea}
{Oct. 2012 - Jul. 2013}
{Undergraduate Student Reporter} % Role
{AhnLab} % Title
{S.Korea} % Location
{Oct. 2012 - Jul. 2013} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s)
\item {Drafted reports about IT trends and Security issues on AhnLab Company magazine.}
\end{cvitems}
}
%---------------------------------------------------------
\end{cventries}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

View file

@ -1,6 +1,6 @@
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
% Awesome CV LaTeX Template
% Awesome CV LaTeX Template for CV/Resume
%
% This template has been downloaded from:
% https://github.com/posquit0/Awesome-CV
@ -14,88 +14,84 @@
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Configuration
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Themes: Awesome-CV
%-------------------------------------------------------------------------------
% CONFIGURATIONS
%-------------------------------------------------------------------------------
% A4 paper size by default, use 'letterpaper' for US letter
\documentclass[11pt, a4paper]{awesome-cv}
%% Page Layout
% Configure page margins with geometry
% \geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
%%% Override a directory location for fonts(default: 'fonts/')
% Specify the location of the included fonts
\fontdir[fonts/]
%%% Configure a directory location for sections
\newcommand*{\sectiondir}{resume/}
%%% Override color
% Color for highlights
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
% awesome-nephritis, awesome-concrete, awesome-darknight
%% Color for highlight
% Define your custom color if you don't like awesome colors
\colorlet{awesome}{awesome-red}
% Uncomment if you would like to specify your own color
% \definecolor{awesome}{HTML}{CA63A8}
%% Colors for text
% Colors for text
% Uncomment if you would like to specify your own color
% \definecolor{darktext}{HTML}{414141}
% \definecolor{text}{HTML}{414141}
% \definecolor{graytext}{HTML}{414141}
% \definecolor{lighttext}{HTML}{414141}
% \definecolor{text}{HTML}{333333}
% \definecolor{graytext}{HTML}{5D5D5D}
% \definecolor{lighttext}{HTML}{999999}
%%% Override a separator for social informations in header(default: ' | ')
% \renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
% If you would like to change the social information separator from a pipe (|) to something else
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 3rd party packages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Needed to divide into several files
\usepackage{import}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Personal Data
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Essentials
%-------------------------------------------------------------------------------
% PERSONAL INFORMATION
% Comment any of the lines below if they are not required
%-------------------------------------------------------------------------------
\name{Claud D.}{Park}
\address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 22738, Rep. of KOREA}
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
\address{246-1002, Gwangmyeongmayrouge Apt. 86, Cheongna lime-ro, Seo-gu, Incheon-si, 404-180, Rep. of KOREA}
\mobile{(+82) 10-9030-1843}
%%% Social
\email{posquit0.bj@gmail.com}
\homepage{www.posquit0.com}
\github{posquit0}
% \stackoverflow{SOid}{SOname}
\linkedin{posquit0}
% \stackoverflow{SOid}{SOname}
% \twitter{@twit}
% \skype{skypeid}
% \extrainfo{extra informations}
%%% Optionals
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
\quote{``Make the change that you want to see in the world."}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Make a footer for CV with three arguments(<left>, <center>, <right>)
%-------------------------------------------------------------------------------
\begin{document}
% Print the header with above personal informations
\makecvheader
% Print the footer with 3 arguments(<left>, <center>, <right>)
% Leave any of these blank if they are not needed
\makecvfooter
{\today}
{Claud D. Park~~~·~~~Résumé}
{\thepage}
\begin{document}
%%% Make a header for CV with personal data
\makecvheader
%%% Import contents
% \import{\sectiondir}{summary.tex}
\import{\sectiondir}{education.tex}
\import{\sectiondir}{experience.tex}
\import{\sectiondir}{extracurricular.tex}
\import{\sectiondir}{honors.tex}
\import{\sectiondir}{presentation.tex}
\import{\sectiondir}{writing.tex}
\import{\sectiondir}{committees.tex}
%-------------------------------------------------------------------------------
% CV/RESUME CONTENT
% Each section is imported separately, open each file in turn to modify content
%-------------------------------------------------------------------------------
% \input{resume/summary.tex}
\input{resume/education.tex}
\input{resume/experience.tex}
\input{resume/extracurricular.tex}
\input{resume/honors.tex}
\input{resume/presentation.tex}
\input{resume/writing.tex}
\input{resume/committees.tex}
%-------------------------------------------------------------------------------
\end{document}

View file

@ -1,13 +1,27 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Program Committees}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cvhonors}
%---------------------------------------------------------
\cvhonor
{Organizer \& Co-director}
{1st POSTECH Hackathon}
{S.Korea}
{2013}
{Organizer \& Co-director} % Position
{1st POSTECH Hackathon} % Committee
{S.Korea} % Location
{2013} % Date(s)
%---------------------------------------------------------
\cvhonor
{Staff \& Problem Writer}
{JFF(Just for Fun) Hacking Competition}
{S.Korea}
{2012}
{Staff \& Problem Writer} % Position
{JFF(Just for Fun) Hacking Competition} % Committee
{S.Korea} % Location
{2012} % Date(s)
%---------------------------------------------------------
\end{cvhonors}

View file

@ -1,13 +1,25 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Education}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cventries}
%---------------------------------------------------------
\cventry
{B.S. in Computer Science and Engineering}
{POSTECH(Pohang University of Science and Technology)}
{Pohang, S.Korea}
{Mar. 2010 - PRESENT}
{B.S. in Computer Science and Engineering} % Degree
{POSTECH(Pohang University of Science and Technology)} % Institution
{Pohang, S.Korea} % Location
{Mar. 2010 - PRESENT} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) bullet points
\item {Got a Chun Shin-Il Scholarship which is given to promising students in CSE Dept.}
\end{cvitems}
}
%---------------------------------------------------------
\end{cventries}

View file

@ -1,66 +1,86 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Experience}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cventries}
%---------------------------------------------------------
\cventry
{Software Engineer \& Security Researcher (Compulsory Military Service)}
{R.O.K Cyber Command, MND}
{Seoul, S.Korea}
{Aug. 2014 - Exp. Apr. 2016}
{Software Engineer \& Security Researcher (Compulsory Military Service)} % Job title
{R.O.K Cyber Command, MND} % Organization
{Seoul, S.Korea} % Location
{Aug. 2014 - Exp. Apr. 2016} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Implemented a military cooperation system which is web based real time messenger in Scala on Lift.}
\item {Improved functionality on military command and control system for incident response with Java Servlet.}
\item {Lead engineer on agent-less backtracking system that can discover client device's fingerprint(including public and private IP) independently of the Proxy, VPN and NAT.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Game Developer Intern at Global Internship Program}
{NEXON}
{Seoul, S.Korea \& LA, U.S.A}
{Jan. 2013 - Feb. 2013}
{Game Developer Intern at Global Internship Program} % Job title
{NEXON} % Organization
{Seoul, S.Korea \& LA, U.S.A} % Location
{Jan. 2013 - Feb. 2013} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Developed in Cocos2d-x an action puzzle game(Dragon Buster) targeting U.S. market. Implemented API server which is communicating with game client and In-App Store, along with two other team members who wrote the game logic, designed game graphics.}
\item {Won the 2nd prize in final evaluation.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Researcher for <Detecting videos torrents using image similarity algorithms>}
{Undergraduate Research, Computer Vision Lab(Prof. Bohyung Han)}
{Pohang, S.Korea}
{Sep. 2012 - Feb. 2013}
{Researcher for <Detecting videos torrents using image similarity algorithms>} % Job title
{Undergraduate Research, Computer Vision Lab(Prof. Bohyung Han)} % Organization
{Pohang, S.Korea} % Location
{Sep. 2012 - Feb. 2013} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Researched means of retrieving a corresponding video based on image contents using image similarity algorithm.}
\item {Implemented prototype that users can obtain torrent magnet links of corresponding video relevant to an image on web site.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Software Engineer Trainee}
{Software Maestro (funded by Korea Ministry of Knowledge and Economy)}
{Seoul, S.Korea}
{Jul. 2012 - Jun. 2013}
{Software Engineer Trainee} % Job title
{Software Maestro (funded by Korea Ministry of Knowledge and Economy)} % Organization
{Seoul, S.Korea} % Location
{Jul. 2012 - Jun. 2013} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Performed research memory management strategies of OS and implemented in Python an interactive simulator for Linux kernel memory management.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Software Engineer}
{ShitOne Corp. (Start-up company)}
{Seoul, S.Korea}
{Dec. 2011 - Feb. 2012}
{Software Engineer} % Job title
{ShitOne Corp. (Start-up company)} % Organization
{Seoul, S.Korea} % Location
{Dec. 2011 - Feb. 2012} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Developed a proxy drive smartphone application which connects proxy driver and customer. Implemented overall Android application logic and wrote API server for community service, along with lead engineer who designed bidding protocol on raw socket and implemented API server for bidding.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Freelance Penetration Tester}
{SAMSUNG Electronics}
{S.Korea}
{Sep. 2013, Mar. 2011 - Oct. 2011}
{Freelance Penetration Tester} % Job title
{SAMSUNG Electronics} % Organization
{S.Korea} % Location
{Sep. 2013, Mar. 2011 - Oct. 2011} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Conducted penetration testing on SAMSUNG KNOX, which is solution for enterprise mobile security.}
\item {Conducted penetration testing on SAMSUNG Smart TV.}
\end{cvitems}
@ -69,4 +89,6 @@
% \cvsubentry{}{Smart TV Penetration Testing}{Mar. 2011 - Oct. 2011}{}
%\end{cvsubentries}
}
%---------------------------------------------------------
\end{cventries}

View file

@ -1,38 +1,54 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Extracurricular Activity}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cventries}
%---------------------------------------------------------
\cventry
{Core Member \& President at 2013}
{PoApper (Developers' Network of POSTECH)}
{Pohang, S.Korea}
{Jun. 2010 - PRESENT}
{Core Member \& President at 2013} % Affiliation/role
{PoApper (Developers' Network of POSTECH)} % Organization/group
{Pohang, S.Korea} % Location
{Jun. 2010 - PRESENT} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of experience/contributions/knowledge
\item {Reformed the society focusing on software engineering and building network on and off campus.}
\item {Proposed various marketing and network activities to raise awareness.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Member}
{PLUS (Laboratory for UNIX Security in POSTECH)}
{Pohang, S.Korea}
{Sep. 2010 - Oct. 2011}
{Member} % Affiliation/role
{PLUS (Laboratory for UNIX Security in POSTECH)} % Organization/group
{Pohang, S.Korea} % Location
{Sep. 2010 - Oct. 2011} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of experience/contributions/knowledge
\item {Gained expertise in hacking \& security areas, especially about internal of operating system based on UNIX and several exploit techniques.}
\item {Participated on several hacking competition and won a good award.}
\item {Conducted periodic security checks on overall IT system as a member of POSTECH CERT.}
\item {Conducted penetration testing commissioned by national agency and corporation.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Member}
{MSSA (Management Strategy Club of POSTECH)}
{Pohang, S.Korea}
{Sep. 2013 - PRESENT}
{Member} % Affiliation/role
{MSSA (Management Strategy Club of POSTECH)} % Organization/group
{Pohang, S.Korea} % Location
{Sep. 2013 - PRESENT} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s) of experience/contributions/knowledge
\item {Gained knowledge about several business field like Management, Strategy, Financial and marketing from group study.}
\item {Gained expertise in business strategy areas and inisght for various industry from weekly industry analysis session.}
\end{cvitems}
}
%---------------------------------------------------------
\end{cventries}

View file

@ -1,38 +1,76 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Honors \& Awards}
%-------------------------------------------------------------------------------
% SUBSECTION TITLE
%-------------------------------------------------------------------------------
\cvsubsection{International}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cvhonors}
%---------------------------------------------------------
\cvhonor
{Finalist}
{DEFCON 22nd CTF Hacking Competition World Final}
{Las Vegas, U.S.A}
{2014}
{Finalist} % Award
{DEFCON 22nd CTF Hacking Competition World Final} % Event
{Las Vegas, U.S.A} % Location
{2014} % Date(s)
%---------------------------------------------------------
\cvhonor
{Finalist}
{DEFCON 21st CTF Hacking Competition World Final}
{Las Vegas, U.S.A}
{2013}
{Finalist} % Award
{DEFCON 21st CTF Hacking Competition World Final} % Event
{Las Vegas, U.S.A} % Location
{2013} % Date(s)
%---------------------------------------------------------
\cvhonor
{Finalist}
{DEFCON 19th CTF Hacking Competition World Final}
{Las Vegas, U.S.A}
{2011}
{Finalist} % Award
{DEFCON 19th CTF Hacking Competition World Final} % Event
{Las Vegas, U.S.A} % Location
{2011} % Date(s)
%---------------------------------------------------------
\cvhonor
{6th Place}
{SECUINSIDE Hacking Competition World Final}
{Seoul, S.Korea}
{2012}
{6th Place} % Award
{SECUINSIDE Hacking Competition World Final} % Event
{Seoul, S.Korea} % Location
{2012} % Date(s)
%---------------------------------------------------------
\end{cvhonors}
%-------------------------------------------------------------------------------
% SUBSECTION TITLE
%-------------------------------------------------------------------------------
\cvsubsection{Domestic}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cvhonors}
%---------------------------------------------------------
\cvhonor
{3rd Place}
{WITHCON Hacking Competition Final}
{Seoul, S.Korea}
{2015}
{3rd Place} % Award
{WITHCON Hacking Competition Final} % Event
{Seoul, S.Korea} % Location
{2015} % Date(s)
%---------------------------------------------------------
\cvhonor
{Silver Prize}
{KISA HDCON Hacking Competition Final}
{Seoul, S.Korea}
{2013}
{Silver Prize} % Award
{KISA HDCON Hacking Competition Final} % Event
{Seoul, S.Korea} % Location
{2013} % Date(s)
%---------------------------------------------------------
\end{cvhonors}

View file

@ -1,13 +1,25 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Presentation}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cventries}
%---------------------------------------------------------
\cventry
{Presenter for <DEFCON 20th : The way to go to Las Vegas>}
{6th CodeEngn (Reverse Engineering Conference)}
{Seoul, S.Korea}
{Jul. 2012}
{Presenter for <DEFCON 20th : The way to go to Las Vegas>} % Role
{6th CodeEngn (Reverse Engineering Conference)} % Event
{Seoul, S.Korea} % Location
{Jul. 2012} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s)
\item {Introduced CTF(Capture the Flag) hacking competition and advanced techniques and strategy for CTF}
\end{cvitems}
}
%---------------------------------------------------------
\end{cventries}

View file

@ -1,4 +1,12 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Summary}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cvparagraph}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ullamcorper neque sit amet lectus facilisis sed luctus nisl iaculis. Vivamus at neque arcu, sed tempor quam. Curabitur pharetra tincidunt tincidunt. Morbi volutpat feugiat mauris, quis tempor neque vehicula volutpat. Duis tristique justo vel massa fermentum accumsan. Mauris ante elit, feugiat vestibulum tempor eget, eleifend ac ipsum. Donec scelerisque lobortis ipsum eu vestibulum. Pellentesque vel massa at felis accumsan rhoncus.
\end{cvparagraph}

View file

@ -1,23 +1,37 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Writing}
%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cventries}
%---------------------------------------------------------
\cventry
{Founder \& Writer}
{A Guide for Developers in Start-up}
{Facebook Page}
{Jan. 2015 - PRESENT}
{Founder \& Writer} % Role
{A Guide for Developers in Start-up} % Title
{Facebook Page} % Location
{Jan. 2015 - PRESENT} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s)
\item {Drafted daily news for developers in Korea about IT technologies, issues about start-up.}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Undergraduate Student Reporter}
{AhnLab}
{S.Korea}
{Oct. 2012 - Jul. 2013}
{Undergraduate Student Reporter} % Role
{AhnLab} % Title
{S.Korea} % Location
{Oct. 2012 - Jul. 2013} % Date(s)
{
\begin{cvitems}
\begin{cvitems} % Description(s)
\item {Drafted reports about IT trends and Security issues on AhnLab Company magazine.}
\end{cvitems}
}
%---------------------------------------------------------
\end{cventries}