1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-03 07:50:04 +01:00

Awesome: Capture updates.

This commit is contained in:
devlinjd 2015-12-07 22:10:54 -05:00
parent 024e780a26
commit 8e67d06bf2
19 changed files with 152 additions and 213 deletions

View File

@ -1,23 +1,12 @@
[~ if( r.committees && r.committees.length ) { ~]
\cvsection{Program Committees} \cvsection{Program Committees}
\begin{cvhonors} \begin{cvhonors}
[~ _.each(r.committees, function(com) { ~]
\cvhonor \cvhonor
{Organizer \& Co-director} {[[ com.position ]]}
{1st POSTECH Hackathon} {[[ com.organization ]]}
{S.Korea} {[[ com.location ]]}
{2013} {[[ com.safe.date ]]}
\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} \end{cvhonors}
[~ } ~]

View File

@ -5,7 +5,7 @@
\cventry \cventry
{[[ edu.studyType ]], [[ edu.area ]]} {[[ edu.studyType ]], [[ edu.area ]]}
{[[ edu.institution ]]} {[[ edu.institution ]]}
{Pohang, S.Korea} {[[ edu.location ]]}
{[[ edu.safe.start ]] - [[ edu.safe.end ]]} {[[ edu.safe.start ]] - [[ edu.safe.end ]]}
[~ if( edu.highlights && edu.highlights.length ) { ~] [~ if( edu.highlights && edu.highlights.length ) { ~]
{ {

View File

@ -3,10 +3,10 @@
\begin{cventries} \begin{cventries}
[~ _.each(r.employment.history, function(emp) { ~] [~ _.each(r.employment.history, function(emp) { ~]
\cventry \cventry
{Software Engineer \& Security Researcher (Compulsory Military Service)} {[[ emp.position ]]}
{[[ emp.employer ]]} {[[ emp.employer ]]}
{Seoul, S.Korea} {[[ emp.location ]]}
{[[emp.safe.start]] - [[ emp.safe.end ]]} {[[ emp.safe.start ]] - [[ emp.safe.end ]]}
[~ if( emp.highlights && emp.highlights.length ) { ~] [~ if( emp.highlights && emp.highlights.length ) { ~]
{ {
\begin{cvitems} \begin{cvitems}

View File

@ -1,61 +1,21 @@
[~ if( r.extracurricular && r.extracurricular.length ) { ~]
\cvsection{Extracurricular Activity} \cvsection{Extracurricular Activity}
\begin{cventries} \begin{cventries}
[~ _.each( r.extracurricular, function(ex) { ~]
\cventry \cventry
{Core Member} {[[ ex.title ]]}
{B10S (B1t 0n the Security, Underground hacker team)} {[[ ex.activity ]]}
{S.Korea} {[[ ex.location ]]}
{Nov. 2011 - PRESENT} {[[ ex.safe.start ]] - [[ ex.safe.end ]]}
[~ if( ex.highlights && ex.highlights.length ) { ~]
{ {
\begin{cvitems} \begin{cvitems}
\item {Gained expertise in penetration testing areas, especially targeted on web application and software.} [~ _.each(ex.highlights, function(high) { ~]
\item {Participated on a lot of hacking competition and won a good award.} \item {[[high]]}
\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{cvitems}
} }
[~ } ~]
[~ }); ~]
\end{cventries} \end{cventries}
[~ } ~]

View File

@ -1,26 +1,14 @@
[~ if( r.recognition && r.recognition.length ) { ~]
\cvsection{Honors \& Awards} \cvsection{Honors \& Awards}
\cvsubsection{International} \cvsubsection{International}
\begin{cvhonors} \begin{cvhonors}
[~ _.each(r.recognition, function(rec) { ~]
\cvhonor \cvhonor
{Finalist} {[[ rec.title ]]}
{DEFCON 22nd CTF Hacking Competition World Final} {[[ rec.event ]]}
{Las Vegas, U.S.A} {[[ rec.location ]]}
{2014} {[[ rec.safe.date ]]}
\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} \end{cvhonors}
\cvsubsection{Domestic} \cvsubsection{Domestic}
@ -61,3 +49,4 @@
{Seoul, S.Korea} {Seoul, S.Korea}
{2011} {2011}
\end{cvhonors} \end{cvhonors}
[~ } ~]

View File

@ -1,23 +1,21 @@
[~ if( r.presentations && r.presentations.length) { ~]
\cvsection{Presentation} \cvsection{Presentation}
\begin{cventries} \begin{cventries}
[~ _.each(r.presentations, function(pres) { ~]
\cventry \cventry
{Presenter for <DEFCON 20th : The way to go to Las Vegas>} {[[ pres.title ]]}
{6th CodeEngn (Reverse Engineering Conference)} {[[ pres.event ]]}
{Seoul, S.Korea} {[[ pres.location ]]}
{Jul. 2012} {[[ pres.safe.date ]]}
[~ if (pres.highlights && pres.highlights.length) { ~]
{ {
\begin{cvitems} \begin{cvitems}
\item {Introduced CTF(Capture the Flag) hacking competition and advanced techniques and strategy for CTF} [~ _.each(pres.highlights, function( high) { ~]
\end{cvitems} \item {[[ high ]]}
} [~ }); ~]
\cventry
{Presenter for <Metasploit 101>}
{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{cvitems}
} }
[~ } ~]
[~ }); ~]
\end{cventries} \end{cventries}
[~ } ~]

View File

@ -1,12 +1,15 @@
[~ if( r.skills && r.skills.sets && r.skills.sets.length ) { ~]
\cvsection{Skills} \cvsection{Skills}
\begin{cvskills} \begin{cvskills}
[~ _.each(r.skills.sets, function(set) { ~]
\cvskill \cvskill
{Programming} {[[ set.name ]]}
{Python, C/C++, Scala, JAVA, Node.JS, OCaml, LaTeX} {[[ set.skills.join(', ') ]]}
\cvskill [~ }); ~]
{Web} [~ if( r.languages && r.languages.length ) { ~]
{Django with Python, Express with Node.JS, HTML5, LESS}
\cvskill \cvskill
{Languages} {Languages}
{Korean, English, Japanese, Chinese} {[[ r.languages.map( function(lang) { return lang.language } ).join(', ') ]]}
[~ } ~]
\end{cvskills} \end{cvskills}
[~ } ~]

View File

@ -1,23 +1,21 @@
[~ if( r.writing && r.writing.length ) { ~]
\cvsection{Writing} \cvsection{Writing}
\begin{cventries} \begin{cventries}
[~ _.each(r.writing, function(wri) { ~]
\cventry \cventry
{Founder \& Writer} {[[ wri.publisher ]]}
{A Guide for Developers in Start-up} {[[ wri.title ]]}
{Facebook Page} {[[ wri.url ]]}
{Jan. 2015 - PRESENT} {[[ wri.safe.date ]] - PRESENT}
[~ if( wri.highlights && wri.highlights.length ) { ~]
{ {
\begin{cvitems} \begin{cvitems}
\item {Drafted daily news for developers in Korea about IT technologies, issues about start-up.} [~ _.each(wri.highlights, function(high) { ~]
\end{cvitems} \item {[[ high ]]}
} [~ }); ~]
\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{cvitems}
} }
[~ } ~]
[~ }); ~]
\end{cventries} \end{cventries}
[~ } ~]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

View File

@ -1,13 +1,12 @@
[~ if( r.committees && r.committees.length ) { ~]
\cvsection{Program Committees} \cvsection{Program Committees}
\begin{cvhonors} \begin{cvhonors}
[~ _.each(r.committees, function(com) { ~]
\cvhonor \cvhonor
{Organizer \& Co-director} {[[ com.position ]]}
{1st POSTECH Hackathon} {[[ com.organization ]]}
{S.Korea} {[[ com.location ]]}
{2013} {[[ com.safe.date ]]}
\cvhonor [~ }); ~]
{Staff \& Problem Writer}
{JFF(Just for Fun) Hacking Competition}
{S.Korea}
{2012}
\end{cvhonors} \end{cvhonors}
[~ } ~]

View File

@ -5,7 +5,7 @@
\cventry \cventry
{[[ edu.studyType ]], [[ edu.area ]]} {[[ edu.studyType ]], [[ edu.area ]]}
{[[ edu.institution ]]} {[[ edu.institution ]]}
{Pohang, S.Korea} {[[ edu.location ]]}
{[[ edu.safe.start ]] - [[ edu.safe.end ]]} {[[ edu.safe.start ]] - [[ edu.safe.end ]]}
[~ if( edu.highlights && edu.highlights.length ) { ~] [~ if( edu.highlights && edu.highlights.length ) { ~]
{ {

View File

@ -3,10 +3,10 @@
\begin{cventries} \begin{cventries}
[~ _.each(r.employment.history, function(emp) { ~] [~ _.each(r.employment.history, function(emp) { ~]
\cventry \cventry
{Software Engineer \& Security Researcher (Compulsory Military Service)} {[[ emp.position ]]}
{[[ emp.employer ]]} {[[ emp.employer ]]}
{Seoul, S.Korea} {[[ emp.location ]]}
{[[emp.safe.start]] - [[ emp.safe.end ]]} {[[ emp.safe.start ]] - [[ emp.safe.end ]]}
[~ if( emp.highlights && emp.highlights.length ) { ~] [~ if( emp.highlights && emp.highlights.length ) { ~]
{ {
\begin{cvitems} \begin{cvitems}

View File

@ -1,38 +1,21 @@
[~ if( r.extracurricular && r.extracurricular.length ) { ~]
\cvsection{Extracurricular Activity} \cvsection{Extracurricular Activity}
\begin{cventries} \begin{cventries}
[~ _.each( r.extracurricular, function(ex) { ~]
\cventry \cventry
{Core Member \& President at 2013} {[[ ex.title ]]}
{PoApper (Developers' Network of POSTECH)} {[[ ex.activity ]]}
{Pohang, S.Korea} {[[ ex.location ]]}
{Jun. 2010 - PRESENT} {[[ ex.safe.start ]] - [[ ex.safe.end ]]}
[~ if( ex.highlights && ex.highlights.length ) { ~]
{ {
\begin{cvitems} \begin{cvitems}
\item {Reformed the society focusing on software engineering and building network on and off campus.} [~ _.each(ex.highlights, function(high) { ~]
\item {Proposed various marketing and network activities to raise awareness.} \item {[[high]]}
\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{cvitems}
} }
[~ } ~]
[~ }); ~]
\end{cventries} \end{cventries}
[~ } ~]

View File

@ -1,26 +1,14 @@
[~ if( r.recognition && r.recognition.length ) { ~]
\cvsection{Honors \& Awards} \cvsection{Honors \& Awards}
\cvsubsection{International} \cvsubsection{International}
\begin{cvhonors} \begin{cvhonors}
[~ _.each(r.recognition, function(rec) { ~]
\cvhonor \cvhonor
{Finalist} {[[ rec.title ]]}
{DEFCON 22nd CTF Hacking Competition World Final} {[[ rec.event ]]}
{Las Vegas, U.S.A} {[[ rec.location ]]}
{2014} {[[ rec.safe.date ]]}
\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} \end{cvhonors}
\cvsubsection{Domestic} \cvsubsection{Domestic}
@ -35,4 +23,30 @@
{KISA HDCON Hacking Competition Final} {KISA HDCON Hacking Competition Final}
{Seoul, S.Korea} {Seoul, S.Korea}
{2013} {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} \end{cvhonors}
[~ } ~]

View File

@ -1,13 +1,21 @@
[~ if( r.presentations && r.presentations.length) { ~]
\cvsection{Presentation} \cvsection{Presentation}
\begin{cventries} \begin{cventries}
[~ _.each(r.presentations, function(pres) { ~]
\cventry \cventry
{Presenter for <DEFCON 20th : The way to go to Las Vegas>} {[[ pres.title ]]}
{6th CodeEngn (Reverse Engineering Conference)} {[[ pres.event ]]}
{Seoul, S.Korea} {[[ pres.location ]]}
{Jul. 2012} {[[ pres.safe.date ]]}
[~ if (pres.highlights && pres.highlights.length) { ~]
{ {
\begin{cvitems} \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{cvitems}
} }
[~ } ~]
[~ }); ~]
\end{cventries} \end{cventries}
[~ } ~]

View File

@ -1,23 +1,21 @@
[~ if( r.writing && r.writing.length ) { ~]
\cvsection{Writing} \cvsection{Writing}
\begin{cventries} \begin{cventries}
[~ _.each(r.writing, function(wri) { ~]
\cventry \cventry
{Founder \& Writer} {[[ wri.publisher ]]}
{A Guide for Developers in Start-up} {[[ wri.title ]]}
{Facebook Page} {[[ wri.url ]]}
{Jan. 2015 - PRESENT} {[[ wri.safe.date ]] - PRESENT}
[~ if( wri.highlights && wri.highlights.length ) { ~]
{ {
\begin{cvitems} \begin{cvitems}
\item {Drafted daily news for developers in Korea about IT technologies, issues about start-up.} [~ _.each(wri.highlights, function(high) { ~]
\end{cvitems} \item {[[ high ]]}
} [~ }); ~]
\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{cvitems}
} }
[~ } ~]
[~ }); ~]
\end{cventries} \end{cventries}
[~ } ~]