mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-07-07 10:41:06 +01:00
Awesome: Capture updates.
This commit is contained in:
@ -1,13 +1,12 @@
|
||||
[~ if( r.committees && r.committees.length ) { ~]
|
||||
\cvsection{Program Committees}
|
||||
\begin{cvhonors}
|
||||
[~ _.each(r.committees, function(com) { ~]
|
||||
\cvhonor
|
||||
{Organizer \& Co-director}
|
||||
{1st POSTECH Hackathon}
|
||||
{S.Korea}
|
||||
{2013}
|
||||
\cvhonor
|
||||
{Staff \& Problem Writer}
|
||||
{JFF(Just for Fun) Hacking Competition}
|
||||
{S.Korea}
|
||||
{2012}
|
||||
{[[ com.position ]]}
|
||||
{[[ com.organization ]]}
|
||||
{[[ com.location ]]}
|
||||
{[[ com.safe.date ]]}
|
||||
[~ }); ~]
|
||||
\end{cvhonors}
|
||||
[~ } ~]
|
||||
|
@ -5,7 +5,7 @@
|
||||
\cventry
|
||||
{[[ edu.studyType ]], [[ edu.area ]]}
|
||||
{[[ edu.institution ]]}
|
||||
{Pohang, S.Korea}
|
||||
{[[ edu.location ]]}
|
||||
{[[ edu.safe.start ]] - [[ edu.safe.end ]]}
|
||||
[~ if( edu.highlights && edu.highlights.length ) { ~]
|
||||
{
|
||||
|
@ -3,10 +3,10 @@
|
||||
\begin{cventries}
|
||||
[~ _.each(r.employment.history, function(emp) { ~]
|
||||
\cventry
|
||||
{Software Engineer \& Security Researcher (Compulsory Military Service)}
|
||||
{[[ emp.position ]]}
|
||||
{[[ emp.employer ]]}
|
||||
{Seoul, S.Korea}
|
||||
{[[emp.safe.start]] - [[ emp.safe.end ]]}
|
||||
{[[ emp.location ]]}
|
||||
{[[ emp.safe.start ]] - [[ emp.safe.end ]]}
|
||||
[~ if( emp.highlights && emp.highlights.length ) { ~]
|
||||
{
|
||||
\begin{cvitems}
|
||||
|
@ -1,38 +1,21 @@
|
||||
[~ if( r.extracurricular && r.extracurricular.length ) { ~]
|
||||
\cvsection{Extracurricular Activity}
|
||||
\begin{cventries}
|
||||
[~ _.each( r.extracurricular, function(ex) { ~]
|
||||
\cventry
|
||||
{Core Member \& President at 2013}
|
||||
{PoApper (Developers' Network of POSTECH)}
|
||||
{Pohang, S.Korea}
|
||||
{Jun. 2010 - PRESENT}
|
||||
{[[ ex.title ]]}
|
||||
{[[ ex.activity ]]}
|
||||
{[[ ex.location ]]}
|
||||
{[[ ex.safe.start ]] - [[ ex.safe.end ]]}
|
||||
[~ if( ex.highlights && ex.highlights.length ) { ~]
|
||||
{
|
||||
\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.}
|
||||
[~ _.each(ex.highlights, function(high) { ~]
|
||||
\item {[[high]]}
|
||||
[~ }); ~]
|
||||
\end{cvitems}
|
||||
}
|
||||
[~ } ~]
|
||||
[~ }); ~]
|
||||
\end{cventries}
|
||||
[~ } ~]
|
||||
|
@ -1,26 +1,14 @@
|
||||
[~ if( r.recognition && r.recognition.length ) { ~]
|
||||
\cvsection{Honors \& Awards}
|
||||
\cvsubsection{International}
|
||||
\begin{cvhonors}
|
||||
[~ _.each(r.recognition, function(rec) { ~]
|
||||
\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}
|
||||
{[[ rec.title ]]}
|
||||
{[[ rec.event ]]}
|
||||
{[[ rec.location ]]}
|
||||
{[[ rec.safe.date ]]}
|
||||
[~ }); ~]
|
||||
\end{cvhonors}
|
||||
|
||||
\cvsubsection{Domestic}
|
||||
@ -35,4 +23,30 @@
|
||||
{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}
|
||||
[~ } ~]
|
||||
|
@ -1,13 +1,21 @@
|
||||
[~ if( r.presentations && r.presentations.length) { ~]
|
||||
\cvsection{Presentation}
|
||||
\begin{cventries}
|
||||
[~ _.each(r.presentations, function(pres) { ~]
|
||||
\cventry
|
||||
{Presenter for <DEFCON 20th : The way to go to Las Vegas>}
|
||||
{6th CodeEngn (Reverse Engineering Conference)}
|
||||
{Seoul, S.Korea}
|
||||
{Jul. 2012}
|
||||
{[[ pres.title ]]}
|
||||
{[[ pres.event ]]}
|
||||
{[[ pres.location ]]}
|
||||
{[[ pres.safe.date ]]}
|
||||
[~ if (pres.highlights && pres.highlights.length) { ~]
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Introduced CTF(Capture the Flag) hacking competition and advanced techniques and strategy for CTF}
|
||||
[~ _.each(pres.highlights, function( high) { ~]
|
||||
\item {[[ high ]]}
|
||||
[~ }); ~]
|
||||
\end{cvitems}
|
||||
}
|
||||
[~ } ~]
|
||||
[~ }); ~]
|
||||
\end{cventries}
|
||||
[~ } ~]
|
||||
|
@ -1,23 +1,21 @@
|
||||
[~ if( r.writing && r.writing.length ) { ~]
|
||||
\cvsection{Writing}
|
||||
\begin{cventries}
|
||||
[~ _.each(r.writing, function(wri) { ~]
|
||||
\cventry
|
||||
{Founder \& Writer}
|
||||
{A Guide for Developers in Start-up}
|
||||
{Facebook Page}
|
||||
{Jan. 2015 - PRESENT}
|
||||
{[[ wri.publisher ]]}
|
||||
{[[ wri.title ]]}
|
||||
{[[ wri.url ]]}
|
||||
{[[ wri.safe.date ]] - PRESENT}
|
||||
[~ if( wri.highlights && wri.highlights.length ) { ~]
|
||||
{
|
||||
\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.}
|
||||
[~ _.each(wri.highlights, function(high) { ~]
|
||||
\item {[[ high ]]}
|
||||
[~ }); ~]
|
||||
\end{cvitems}
|
||||
}
|
||||
[~ } ~]
|
||||
[~ }); ~]
|
||||
\end{cventries}
|
||||
[~ } ~]
|
||||
|
Reference in New Issue
Block a user