{{ 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 ) { %}
{{ r.info.brief|md }}
{% } %} {% if ( r.skills && r.skills.length ) { %}

Skills


{% r.skills.forEach( function( skill, idx, ar) { %} {% }); %}
Skill Keywords
{{ skill.name }} {{ skill.level }}
{% } %} {% if ( r.employment && r.employment.history ) { %}

Employment


{% r.employment.history.forEach( function( proj, idx, ar) { %} {% if( idx < 4 ) { %}

{{ proj.position }}, {{ proj.employer }} {{ proj.safe.start.format('YYYY-MM') }} — {{ proj.safe.end.format('YYYY-MM') }}

{{ proj.summary|md }}

{% if( proj.highlights ) { %} {% } %} {% } else { %} {% if( idx === 4 ) { %}

Previously... {{ r.employment.history[ r.employment.history.length - 1 ].safe.start.format('YYYY') }} — {{ proj.safe.end.format('YYYY') }}

Prior to {{ r.employment.history[ 3 ].employer }}, I worked on a range of projects for companies large and small.

{% } %} {% } %} {% }); %}
{% } %} {% if ( r.education && r.education.history ) { %}

Education


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

{{ edu.institution }} {{ edu.safe.start.format('YYYY') }} — {{ edu.safe.end.format('YYYY') }}

{% if(edu.summary) { %}

{{ edu.summary|md }}

{% } %} {% }); %}
{% } %} {% if ( r.service && r.service.history && r.service.history.length ) { %}

Volunteer


{% r.service.history.forEach( function( vol, idx, ar ) { %}

{{ vol.organization }} {{ vol.safe.start.format('YYYY') }} — {{ vol.safe.end.format('YYYY') }}

{{ vol.summary|md }}

{% if( vol.highlights ) { %} {% } %} {% }); %}
{% } %} {% if( r.publications && r.publications.length ) { %}

Publications


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

{% if( pub.link ) { %} {{ pub.title }}, {{ pub.publisher }} {% } else { %} {{ pub.title }}, {{ pub.publisher }} {% } %} {{ pub.safe.date.format('YYYY') }}

{% if (pub.summary) { %}{{ pub.summary|md }}{% } %} {% }); %}
{% } %} {% if( r.awards && r.awards.length ) { %}

Awards


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

{{ award.title }}, {{ award.awarder }} {{ award.safeDate.format('YYYY') }}

{{ award.summary|md }} {% }); %}
{% } %}