{{{styleSheet "modern-html.css"}}}

{{{ r.name }}}

{{#if r.contact.email}}{{/if}} {{#if r.contact.phone}}
{{ RAW.contact.phone }}
{{/if}} {{#if r.contact.website}}{{/if}}
{{#if r.info.brief}}

{{{sectionTitle "info" "About"}}}

{{{ r.info.brief }}}
{{/if}} {{#if r.skills }}

{{{sectionTitle "Skills"}}}

    {{#each r.skills.sets}}
  • {{ name }}
    {{#if skills}} {{#each skills}} {{ this }} {{/each}} {{/if}}
  • {{/each}}
{{/if}} {{#if r.employment}}

{{{sectionTitle "Employment"}}}

{{#each r.employment.history}} {{#if url}}

{{ position }}, {{ employer }}

{{else}}

{{ position }}, {{ employer }}

{{/if}} {{formatDate safe.start 'YYYY-MM' }}—{{formatDate safe.end 'YYYY-MM' }} {{{ summary }}} {{#if proj.highlights}}
    {{#each highlights}}
  • {{{ this }}}
  • {{/each}}
{{/if}} {{/each}}
{{/if}} {{# if r.education}}

{{{sectionTitle "Education"}}}

{{#each r.education.history}}

{{ institution }}

{{formatDate safe.start 'YYYY-MM' }}—{{formatDate safe.end 'YYYY-MM' }} {{#if courses}}
    {{#each courses}}
  • {{{ this }}}
  • {{/each}}
{{/if}} {{/each}}
{{/if}} {{#if r.service}}

{{{sectionTitle "Service"}}}

{{#each r.service.history}} {{#if url}}

{{ position }}, {{ organization }}

{{else}}

{{ position }}, {{ organization }}

{{/if}} {{formatDate safe.start 'YYYY-MM'}}—{{formatDate safe.end 'YYYY-MM' }} {{{ summary }}} {{#if highlights}}
    {{#each highlights}}
  • {{{ this }}}
  • {{/each}}
{{/if}} {{/each}}
{{/if}} {{#if r.writing}}

{{{sectionTitle "writing" "Publications"}}}

{{#each r.writing}} {{#if url}}

{{{ title }}}, {{{ publisher.name }}}

{{else}}

{{{ title }}}, {{{ publisher.name }}}

{{/if}} Published on: {{formatDate safe.date 'YYYY-MM'}} {{/each}}
{{/if}} {{# if r.recognition}}

{{{sectionTitle "recognition" "Awards"}}}

{{#each r.recognition}}

{{{ title }}}, {{{ from }}}

{{{ date }}} {{{ summary }}} {{/each}}
{{/if}}