{{ r.name }}
{% if (r.contact.email) { %}
{{ RAW.contact.email }}
{% } %}
{% if (r.contact.phone) { %}{{ RAW.contact.phone }}
{% } %}
{% if (r.contact.website) { %}{% } %}
About
{{ r.info.brief }}Skills
-
{% r.skills.sets.forEach( function(set) { %}
-
{{ set.name }}{% if( set.skills && set.skills.length ) { %} {% set.skills.forEach(function(kw) { %} {{ kw }} {% }); %} {% } %}
{% }); %}
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 }} {% }); %}
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 }} {% }); %}
Awards
{{ award.title }}, {{ award.from }}
{{ award.date }} {{ award.summary }} {% }); %}Publications
{{ filt.link(pub.title, pub.url) }} {{ pub.publisher }}
Published on: {{ pub.safe.date.format('YYYY-MM') }} {% }); %}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 }} {% }); %}