{{ resume.basics.name }}
{{ resume.basics.label}}
Summary
{{ resume.basics.summary }}
Experience
{{ job.startDate|datetime_format }} - {{ job.endDate|datetime_format }}
{{ job.description }}
{{ job.position }}
{{ job.summary }}
-
{% for highlight in job.highlights %}
- {{ highlight }} {% endfor %}
Open Source Projects
{{ project.name }} ∙ {{ project.url }}
{{ project.startDate|datetime_format }} - {{ project.endDate|datetime_format }}
{{ project.description }}
{% for keyword in project.keywords %}
{{ keyword }}
{% endfor %}-
{% for highlight in project.highlights %}
- {{ highlight }} {% endfor %}
Education
{{ school.institution }}
{{ school.startDate|datetime_format }} - {{ school.endDate|datetime_format }}
{{ school.studyType }} {{ school.area }}
{{ school.gpa }}
-
{% for course in school.courses %}
- {{ course }} {% endfor %}
Volunteer
{{ volunteer.organization}}
{{ volunteer.startDate|datetime_format }} - {{ volunteer.endDate|datetime_format }}
{{ volunteer.position}}
{{ volunteer.summary }}
-
{% for highlight in volunteer.highlights %}
- {{ highlight }} {% endfor %}
Awards
{{ award.title }}
{{ award.date|datetime_format }}
{{ award.awarder}}
{{ award.summary}}
Publications
{{ pub.name }}
{{ pub.releaseDate|datetime_format }}
{{ pub.publisher}}
{{ pub.summary }}
References
{{ reference.reference }}