mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-08-08 09:51:01 +01:00
53 lines
1.7 KiB
TeX
53 lines
1.7 KiB
TeX
[~ if ( r.recognition && r.recognition.length ) { ~]
|
|
%-------------------------------------------------------------------------------
|
|
% SECTION TITLE
|
|
%-------------------------------------------------------------------------------
|
|
\cvsection{Honors \& Awards}
|
|
|
|
|
|
%-------------------------------------------------------------------------------
|
|
% SUBSECTION TITLE
|
|
%-------------------------------------------------------------------------------
|
|
\cvsubsection{International}
|
|
|
|
|
|
%-------------------------------------------------------------------------------
|
|
% CONTENT
|
|
%-------------------------------------------------------------------------------
|
|
\begin{cvhonors}
|
|
[~ _.each( r.recognition, function(rgn) { ~]
|
|
%---------------------------------------------------------
|
|
\cvhonor
|
|
{[[ rgn.title ]]} % Award
|
|
{[[ rgn.from ]]} % Event
|
|
{[[ rgn.location ]]} % Location
|
|
{[[ h.date(rgn.date) ]]} % Date(s)
|
|
|
|
[~ }); ~]
|
|
%---------------------------------------------------------
|
|
\end{cvhonors}
|
|
|
|
|
|
%-------------------------------------------------------------------------------
|
|
% SUBSECTION TITLE
|
|
%-------------------------------------------------------------------------------
|
|
\cvsubsection{Domestic}
|
|
|
|
|
|
%-------------------------------------------------------------------------------
|
|
% CONTENT
|
|
%-------------------------------------------------------------------------------
|
|
\begin{cvhonors}
|
|
[~ _.each( r.recognition, function(rgn) { ~]
|
|
%---------------------------------------------------------
|
|
\cvhonor
|
|
{[[ rgn.title ]]} % Award
|
|
{[[ rgn.from ]]} % Event
|
|
{[[ rgn.location ]]} % Location
|
|
{[[ h.date(rgn.date) ]]} % Date(s)
|
|
|
|
[~ }); ~]
|
|
%---------------------------------------------------------
|
|
\end{cvhonors}
|
|
[~ } ~]
|