{{ r.basics.name }}

{% if (r.basics.email) { %}{% } %} {% if (r.basics.phone) { %}
{{ r.basics.phone }}
{% } %} {% if (r.basics.website) { %}{% } %}
{% if ( r.basics.summary && r.basics.summary.length ) { %}
{{ r.basics.summary|md }}
{% } %} {% if ( r.skills && r.skills.length ) { %}

Skills


{% r.skills.forEach( function( skill, idx, ar) { %} {% }); %}
Skill Keywords
{{ skill.name }} {% print( (skill.keywords && skill.keywords.length && skill.keywords.join(', ')) || '[None Specified]' ) %}
{% } %} {% if ( r.work && r.work.length ) { %}

Employment


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

{{ proj.position }}, {{ proj.company }} {{ proj.startDate }} — {{ proj.endDate }}

{{ proj.summary|md }}

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

Previously... {{ r.work[ r.work.length - 1 ].safeStartDate.format('YYYY') }} — {{ proj.safeEndDate.format('YYYY') }}

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

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

Education


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

{{ edu.institution }} {{ edu.safeStartDate.format('YYYY') }} — {{ edu.safeEndDate.format('YYYY') }}

{{ edu.area|md }}

{% }); %}
{% } %} {% if ( r.volunteer && r.volunteer.length ) { %}

Volunteer


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

{{ vol.organization }} {{ vol.safeStartDate.format('YYYY') }} — {{ vol.safeEndDate.format('YYYY') }}

{{ vol.summary|md }}

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

Publications


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

{% if( pub.website ) { %} {{ pub.name }}, {{ pub.publisher }} {% } else { %} {{ pub.name }}, {{ pub.publisher }} {% } %} {{ pub.safeReleaseDate.format('YYYY') }}

{{ 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 }} {% }); %}
{% } %}