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

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}