mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-07-06 18:21:06 +01:00
29 lines
1.0 KiB
TeX
29 lines
1.0 KiB
TeX
[~ if (r.education && r.education.history && r.education.history.length) { ~]
|
|
%-------------------------------------------------------------------------------
|
|
% SECTION TITLE
|
|
%-------------------------------------------------------------------------------
|
|
\cvsection{Education}
|
|
|
|
|
|
%-------------------------------------------------------------------------------
|
|
% CONTENT
|
|
%-------------------------------------------------------------------------------
|
|
\begin{cventries}
|
|
[~ _.each( r.education.history, function(edu) { ~]
|
|
%---------------------------------------------------------
|
|
\cventry
|
|
{[[ edu.title ]]} % Degree
|
|
{[[ edu.institution ]]} % Institution
|
|
{[[ edu.location ]]} % Location
|
|
{[[ h.dateRange( edu ) ]]} % Date(s)
|
|
{[~ if( edu.highlights && edu.highlights.length ) { ~]
|
|
\begin{cvitems} % Description(s) bullet points
|
|
[[ h.pad( edu.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ]]
|
|
\end{cvitems}
|
|
[~ } ~]}
|
|
|
|
[~ }); ~]
|
|
%---------------------------------------------------------
|
|
\end{cventries}
|
|
[~ } ~]
|