{{ 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.sets && r.skills.sets.length ) { %}

Skills


{% r.skills.sets.forEach( function( skillset ) { %} {% }); %}
Skill Keywords
{{ skillset.name }} {{ skillset.skills.join(', ') }}
{% } %} {% if ( r.employment && r.employment.history ) { %}

Employment


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

{{ proj.position }}, {{ filt.link( proj.employer, proj.url ) }} {{ 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 ( r.service && r.service.history && r.service.history.length ) { %}

Service


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

{{ vol.position }}, {{ filt.link(vol.organization, vol.url) }} {{ vol.safe.start.format('YYYY') }} — {{ vol.safe.end.format('YYYY') }}

{{ vol.summary|md }}

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

Writing


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

{{ filt.link( pub.title, pub.url ) }}, {{ pub.publisher }} {{ pub.safe.date.format('YYYY') }}

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

Awards


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

{{ award.title }}, {{ award.from }} {{ award.safe.date.format('YYYY') }}

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