ABOUT
{{ resume.basics.summary }}
WORK EXPERIENCE
{% for job in resume.work %}{{ job.position }}, {{ job.company }}
{{ job.startDate|datetime_format }} {% if job.endDate %} - {{ job.endDate|datetime_format }} {% else %} - Present {% endif %}
{{ job.summary }}
{% if job.highlights %}HIGHLIGHTS
-
{% for highlight in job.highlights %}
- {{ highlight }} {% endfor %}
SKILLS
{{ skill.name }}
{% if skill.keywords %} {% for keyword in skill.keywords %} {{ keyword }} {% endfor %} {% endif %}EDUCATION
{% for education in resume.education %}{{ education.studyType }}, {{ education.area }} - {{ education.institution }}
{{ education.startDate|datetime_format }} {% if education.endDate %} - {{ education.endDate|datetime_format
}} {% else %} - Present {% endif %} {% if education.gpa %}
GPA: {{ education.gpa }} {% endif %}
{% if education.courses %}
COURSES
-
{% for course in education.courses %}
- {{ course }} {% endfor %}
AWARDS
{% for award in resume.awards %}{{ award.title }} - {{ award.awarder }}
{% if award.date %}{{ award.date|datetime_format }}
{% endif %}{{ award.summary }}
{% endfor %}PUBLICATIONS
{% for publication in resume.publications %}{{ publication.name }}
{{ publication.releaseDate }}
{{ publication.summary }}
{{ publication.website
}}
VOLUNTEER WORK
{% for volunteering in resume.volunteer %}{{ volunteering.position }}, {{ volunteering.organization }}
{{ volunteering.startDate|datetime_format }} {% if volunteering.endDate %} - {{ volunteering.endDate|datetime_format }} {% else %} - Present {% endif %}
{{ volunteering.summary }}
{{ volunteering.website
}}
HIGHLIGHTS
-
{% for highlight in volunteering.highlights %}
- {{ highlight }} {% endfor %}
LANGUAGES
{% for language in resume.languages %}{{ language.language }}
Fluency: {{ language.fluency }}
{% endfor %}INTERESTS
{% for interest in resume.interests %}{{ interest.name }}
{% if interest.keywords %} {% for keyword in interest.keywords %} {{ keyword }} {% endfor %} {% endif %} {% endfor %}REFERENCES
{% for reference in resume.references %}{{ reference.reference }}
- {{ reference.name }}
{% endfor %}