{{ r.name }}
{% if (r.contact.email) { %}
{{ RAW.contact.email }}
{% } %}
{% if (r.contact.phone) { %}{{ RAW.contact.phone }}
{% } %}
{% if (r.contact.website) { %}{% } %}
{{{sectionTitle "info" "About"}}}
{{ r.info.brief }}{{{sectionTitle "Skills"}}}
-
{% r.skills.sets.forEach( function(set) { %}
-
{{ set.name }}{% if( set.skills && set.skills.length ) { %} {% set.skills.forEach(function(kw) { %} {{ kw }} {% }); %} {% } %}
{% }); %}
{{{sectionTitle "Employment"}}}
{{ proj.position }}, {{ proj.employer }}
{% } else { %}{{ proj.position }}, {{ proj.employer }}
{% } %} {{ proj.safe.start.format('YYYY-MM') }}—{{ proj.safe.end.format('YYYY-MM') }} {{ proj.summary }} {% if( proj.highlights ) { %}-
{% proj.highlights.forEach( function( high, idx, ar) { %}
- {{ high }} {% }); %}
{{{sectionTitle "Education"}}}
{{ edu.institution }}
{{ edu.safe.start.format('YYYY-MM') }}—{{ edu.safe.end.format('YYYY-MM') }} {% if( edu.courses ) { %}-
{% edu.courses.forEach( function( course, idx, ar) { %}
- {{ course }} {% }); %}
{{{sectionTitle "recognition" "Awards"}}}
{{ award.title }}, {{ award.from }}
{{ award.date }} {{ award.summary }} {% }); %}{{{sectionTitle "writing" "Publications"}}}
{{ filt.link(pub.title, pub.url) }} {{ pub.publisher }}
Published on: {{ pub.safe.date.format('YYYY-MM') }} {% }); %}{{{sectionTitle "service" "Volunteer Work"}}}
{{ vol.position }}, {{ vol.organization }}
{% } else { %}{{ vol.position }}, {{ vol.organization }}
{% } %} {{ vol.safe.start.format('YYYY-MM') }}—{{ vol.safe.end.format('YYYY-MM') }} {{ vol.summary }} {% if( vol.highlights ) { %}-
{% vol.highlights.forEach( function( high, idx, ar) { %}
- {{ high }} {% }); %}