1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-07-06 18:21:06 +01:00
Files
fresh-themes/themes/awesome/src/latex/examples/cv/honors.tex
2015-12-07 22:10:54 -05:00

53 lines
1014 B
TeX

[~ if( r.recognition && r.recognition.length ) { ~]
\cvsection{Honors \& Awards}
\cvsubsection{International}
\begin{cvhonors}
[~ _.each(r.recognition, function(rec) { ~]
\cvhonor
{[[ rec.title ]]}
{[[ rec.event ]]}
{[[ rec.location ]]}
{[[ rec.safe.date ]]}
[~ }); ~]
\end{cvhonors}
\cvsubsection{Domestic}
\begin{cvhonors}
\cvhonor
{3rd Place}
{WITHCON Hacking Competition Final}
{Seoul, S.Korea}
{2015}
\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}
[~ } ~]