{{ headFragment }} {% if( cssInfo.file ) { %} {% } else { %} {% } %}

{{ r.name }}

{% if (r.contact.email) { %}{% } %} {% if (r.contact.phone) { %}
{{ r.contact.phone }}
{% } %} {% if (r.contact.website) { %}{% } %}
{% if ( r.info.brief && r.info.brief.length ) { %}

About

{{ r.info.brief|md }}
{% } %} {% if ( r.skills && r.skills.sets ) { %}

Skills

    {% r.skills.sets.forEach( function(set) { %}
  • {{ set.name }}
    {% if( set.skills && set.skills.length ) { %} {% set.skills.forEach(function(kw) { %} {{ kw }} {% }); %} {% } %}
  • {% }); %}
{% } %} {% if ( r.employment.history && r.employment.history.length ) { %}

Employment

{% r.employment.history.forEach( function( proj, idx, ar) { %} {% if( proj.url && proj.url.length ) { %}

{{ proj.position }}, {{ proj.employer }}

{% } else { %}

{{ proj.position }}, {{ proj.employer }}

{% } %} {{ proj.safe.start.format('YYYY-MM') }}—{{ proj.safe.end.format('YYYY-MM') }} {{ proj.summary|md }} {% if( proj.highlights ) { %}
    {% proj.highlights.forEach( function( high, idx, ar) { %}
  • {{ high|mdin }}
  • {% }); %}
{% } %} {% }); %}
{% } %} {% if ( r.education.history && r.education.history.length ) { %}

Education

{% r.education.history.forEach( function( edu, idx, ar) { %}

{{ 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|mdin }}
  • {% }); %}
{% } %} {% }); %}
{% } %} {% if( r.recognition && r.recognition.length ) { %}

Awards

{% r.recognition.forEach( function( award, idx, ar) { %}

{{ award.title }}, {{ award.from }}

{{ award.date }} {{ award.summary|md }} {% }); %}
{% } %} {% if( r.writing && r.writing.length ) { %}

Publications

{% r.writing.forEach( function( pub, idx, ar) { %}

{% if( pub.url ) { %} {{ pub.title }}, {{ pub.publisher }} {% } else { %} {{ pub.name }}, {{ pub.publisher }} {% } %}

Published on: {{ pub.safe.date.format('YYYY-MM') }} {% }); %}
{% } %} {% if ( r.service.history && r.service.history.length ) { %}

Volunteer Work

{% r.service.history.forEach( function( vol, idx, ar) { %} {% if( vol.url && vol.url.length ) { %}

{{ vol.position }}, {{ vol.organization }}

{% } else { %}

{{ vol.position }}, {{ vol.organization }}

{% } %} {{ vol.safe.start.format('YYYY-MM') }}—{{ vol.safe.end.format('YYYY-MM') }} {{ vol.summary|md }} {% if( vol.highlights ) { %}
    {% vol.highlights.forEach( function( high, idx, ar) { %}
  • {{ high|mdin }}
  • {% }); %}
{% } %} {% }); %}
{% } %}