diff --git a/cv.pdf b/cv.pdf deleted file mode 100644 index e887547..0000000 Binary files a/cv.pdf and /dev/null differ diff --git a/cv.tex b/cv.tex deleted file mode 100644 index 54e07d4..0000000 --- a/cv.tex +++ /dev/null @@ -1,65 +0,0 @@ -%!TEX TS-program = xelatex -%!TEX encoding = UTF-8 Unicode -% Copyright 2015 Claud D. Park -% http://www.posquit0.com -% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Configuration -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Themes: Awesome-CV -\documentclass[11pt, a4paper]{awesome-cv} - -% Override a directory location for fonts(default: 'fonts/') -% \fontdir[fonts/] - -% Configure a directory location for sections -\newcommand*{\sectiondir}{cv/} - -% Override color -\colorlet{awesome}{awesome-red} - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% 3rd party packages -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Needed to divide into several files -\usepackage{import} - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Personal Data -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Essentials -\name{Byung-Jin}{Park} -\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} -\linkedin{posquit0} -% Optionals -\position{Software Engineer} -\quote{Make the change that you want to see in the world.} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Content -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Make a footer for CV using personal data -\makecvfooter - -\begin{document} -% Make a header for CV using personal data -\makecvheader - -% Import contents -\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} - -\end{document} diff --git a/cv/committees.tex b/cv/committees.tex deleted file mode 100644 index 5cfdfcb..0000000 --- a/cv/committees.tex +++ /dev/null @@ -1,23 +0,0 @@ -\cvsection{Program Committees} -\begin{cvhonors} - \cvhonor - {Organizer \& Co-director} - {1st POSTECH Hackathon} - {S.Korea} - {2013} - \cvhonor - {Staff} - {7th Hacking Camp} - {S.Korea} - {2012} - \cvhonor - {Problem Writer} - {1st Hoseo University Teenager Hacking Competition} - {S.Korea} - {2012} - \cvhonor - {Staff \& Problem Writer} - {JFF(Just for Fun) Hacking Competition} - {S.Korea} - {2012} -\end{cvhonors} diff --git a/cv/education.tex b/cv/education.tex deleted file mode 100644 index 0533845..0000000 --- a/cv/education.tex +++ /dev/null @@ -1,13 +0,0 @@ -\cvsection{Education} -\begin{cventries} - \cventry - {B.S. in Computer Science and Engineering} - {POSTECH(Pohang University of Science and Technology)} - {Pohang, S.Korea} - {Mar. 2010 - PRESENT} - { - \begin{cvitems} - \item {Got a Chun Shin-Il Scholarship which is given to promising students in CSE Dept.} - \end{cvitems} - } -\end{cventries} diff --git a/cv/experience.tex b/cv/experience.tex deleted file mode 100644 index be28f65..0000000 --- a/cv/experience.tex +++ /dev/null @@ -1,72 +0,0 @@ -\cvsection{Experience} -\begin{cventries} - \cventry - {Software Engineer \& Security Researcher (Compulsory Military Service)} - {R.O.K Cyber Command, MND} - {Seoul, S.Korea} - {Aug. 2014 - Exp. Apr. 2016} - { - \begin{cvitems} - \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 allows to backtrack client device surfing prepared web site 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} - { - \begin{cvitems} - \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 } - {Undergraduate Research, Computer Vision Lab(Prof. Bohyung Han)} - {Pohang, S.Korea} - {Sep. 2012 - Feb. 2013} - { - \begin{cvitems} - \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} - { - \begin{cvitems} - \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} - { - \begin{cvitems} - \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} - { - \begin{cvitems} - \item {Conducted penetration testing on SAMSUNG KNOX, which is solution for enterprise mobile security.} - \item {Conducted penetration testing on SAMSUNG Smart TV.} - \end{cvitems} - %\begin{cvsubentries} - % \cvsubentry{}{KNOX(Solution for Enterprise Mobile Security) Penetration Testing}{Sep. 2013}{} - % \cvsubentry{}{Smart TV Penetration Testing}{Mar. 2011 - Oct. 2011}{} - %\end{cvsubentries} - } -\end{cventries} diff --git a/cv/extracurricular.tex b/cv/extracurricular.tex deleted file mode 100644 index 783d9b5..0000000 --- a/cv/extracurricular.tex +++ /dev/null @@ -1,61 +0,0 @@ -\cvsection{Extracurricular Activity} -\begin{cventries} - \cventry - {Core Member} - {B10S (B1t 0n the Security, Underground hacker team)} - {S.Korea} - {Nov. 2011 - PRESENT} - { - \begin{cvitems} - \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} - { - \begin{cvitems} - \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} - { - \begin{cvitems} - \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} - { - \begin{cvitems} - \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} - { - \begin{cvitems} - \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} diff --git a/cv/honors.tex b/cv/honors.tex deleted file mode 100644 index ce272cb..0000000 --- a/cv/honors.tex +++ /dev/null @@ -1,58 +0,0 @@ -\cvsection{Honors \& Awards} - \cvsubsection{International} - \begin{cvhonors} - \cvhonor - {Finalist} - {DEFCON 22nd CTF Hacking Competition World Final} - {Las Vegas, U.S.A} - {2014} - \cvhonor - {Finalist} - {DEFCON 21st CTF Hacking Competition World Final} - {Las Vegas, U.S.A} - {2013} - \cvhonor - {Finalist} - {DEFCON 19th CTF Hacking Competition World Final} - {Las Vegas, U.S.A} - {2011} - \cvhonor - {6th Place} - {SECUINSIDE Hacking Competition World Final} - {Seoul, S.Korea} - {2012} - \end{cvhonors} - - \cvsubsection{Domestic} - \begin{cvhonors} - \cvhonor - {Silver Prize} - {KISA HDCON Hacking Competition Final} - {Seoul, S.Korea} - {2013} - \cvhonor - {2nd Award} - {HUST Hacking Festival} - {S.Korea} - {2013} - \cvhonor - {3rd Award} - {HUST Hacking Festival} - {S.Korea} - {2010} - \cvhonor - {3rd Award} - {Holyshield 3rd Hacking Festival} - {S.Korea} - {2012} - \cvhonor - {2nd Award} - {Holyshield 3rd Hacking Festival} - {S.Korea} - {2011} - \cvhonor - {5th Place} - {PADOCON Hacking Competition Final} - {Seoul, S.Korea} - {2011} - \end{cvhonors} diff --git a/cv/presentation.tex b/cv/presentation.tex deleted file mode 100644 index fff61fa..0000000 --- a/cv/presentation.tex +++ /dev/null @@ -1,23 +0,0 @@ -\cvsection{Presentation} -\begin{cventries} - \cventry - {Presenter for } - {6th CodeEngn (Reverse Engineering Conference)} - {Seoul, S.Korea} - {Jul. 2012} - { - \begin{cvitems} - \item {Introduced CTF(Capture the Flag) hacking competition and advanced techniques and strategy for CTF} - \end{cvitems} - } - \cventry - {Presenter for } - {6th Hacking Camp - S.Korea} - {S.Korea} - {Sep. 2012} - { - \begin{cvitems} - \item {Introduced basic procedure for penetration testing and how to use Metasploit} - \end{cvitems} - } -\end{cventries} diff --git a/cv/writing.tex b/cv/writing.tex deleted file mode 100644 index 7bf143d..0000000 --- a/cv/writing.tex +++ /dev/null @@ -1,23 +0,0 @@ -\cvsection{Writing} -\begin{cventries} - \cventry - {Founder \& Writer} - {A Guide for Developers in Start-up} - {Facebook Page} - {Jan. 2015 - PRESENT} - { - \begin{cvitems} - \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} - { - \begin{cvitems} - \item {Drafted reports about IT trends and Security issues on AhnLab Company magazine.} - \end{cvitems} - } -\end{cventries}