mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-08-10 18:51:01 +01:00
Awesome: Capture updates.
This commit is contained in:
@@ -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}
|
||||
[~ } ~]
|
||||
|
Reference in New Issue
Block a user