{{ basics.summary }}

{% if basics.profiles %}
{% for profile in basics.profiles %}
{{ profile.network }} {% if profile.username is defined %}
{% if profile.url is defined %} {% else %} {{ profile.username }} {% endif %}
{% else %} {% if profile.url is defined %} {% endif %} {% endif %}
{% endfor %}
{% endif %} {% if work %}
{% for item in work %}

{{ item.name }} {{ item.startDate }} — {{ item.endDate }}

{{ item.position }}

{{ item.summary }}

{% if item.highlights %}
Highlights
    {% for highlight in item.highlights %}
  • {{ highlight }}
  • {% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% if volunteer %}
{% for item in volunteer %}

{{ item.organization }} {{ item.startDate }} — {{ item.endDate }}

{{ item.position }}

{{ item.summary }}

{% if item.highlights %}
Highlights
    {% for highlight in item.highlights %}
  • {{ highlight }}
  • {% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% if education %}
{% for item in education %}

{{ item.institution }} {{ item.startDate }} — {{ item.endDate }}

{{ item.area }}
{{ item.studyType }}
{% if item.courses %}
Courses
    {% for course in item.courses %}
  • {{ course }}
  • {% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% if awards %}
{% for award in awards %}

{{ award.date }}

Awarded {{ award.date }}
by {{ award.awarder }}
{{ award.summary }}
{% endfor %}
{% endif %} {% if publications %}
{% for publication in publications %}

{{ publication.name }} {{ publication.releaseDate }}

Published by {{ publication.publisher }}

{{ publication.summary }}

{% endfor %}
{% endif %} {% if skills %}
{% for skill in skills %}

{{ skill.name }}

{% if skill.keywords %}
    {% for keyword in skill.keywords %}
  • {{ keyword }}
  • {% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% if projects %}
{% for project in projects %}

{{ project.name }}

{% if project.keywords %}

#{{ project.keywords | join(' #') | lower }}

{% endif %}

{{ project.description }}

{% if "url" in project %} {% endif %}
{% endfor %}
{% endif %} {% if languages %}
{% for language in languages %}
{{ language.language }}
{{ language.fluencyDisplay | d(language.fluency) }}
{% endfor %}
{% endif %} {% if interests %}
{% for interest in interests %}

{{ interest.name }}

{% if interest.keywords %}
    {% for keyword in interest.keywords %}
  • {{ keyword }}
  • {% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% if references %}
{% for reference in references %}

{{ reference.reference }}

— {{ reference.name }}

{% endfor %}
{% endif %}