{{#resume.basics}}

{{name}}

{{#if email}} {{email}} {{/if}} {{#if phone}} {{phone}} {{/if}} {{#if website}} {{website}} {{/if}}
{{#if summary}}

{{paragraphSplit summary}}

{{/if}} {{#if profiles.length}} {{#each profiles}}
{{#if network}} {{network}} {{/if}} {{#if username}} {{#if url}} {{username}} {{else}} {{username}} {{/if}} {{/if}}
{{/each}} {{/if}}
{{/resume.basics}} {{#if resume.publications.length}}

Academic Publications

{{#each resume.publications}}
{{#if name}}
{{name}}
{{/if}} {{#if authors}}
{{authors}}
{{/if}} {{#if venue}}
{{venue}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.skills.length}}

Skills

{{#each resume.skills}}
{{#if name}}
{{name}}
{{/if}} {{#if keywords.length}}
{{#each keywords}} {{.}}{{#if @last}}{{else}},{{/if}} {{/each}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.work.length}}

Experience

{{#each resume.work}}
{{#if company}}

{{company}}

{{/if}}
{{#if position}} {{position}} {{/if}} {{#if startDate}} {{date startDate}} {{/if}} {{#if endDate}} - {{date endDate}} {{else}} - Present {{/if}} {{#if summary}}

{{paragraphSplit summary}}

{{/if}} {{#if highlights.length}}
    {{#each highlights}}
  • {{.}}
  • {{/each}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.projects.length}}

Projects

{{#each resume.projects}}
{{#if name}}

{{name}}

{{/if}}
{{#if summary}}

{{paragraphSplit summary}}

{{/if}} {{#if highlights.length}}
    {{#each highlights}}
  • {{.}}
  • {{/each}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.volunteer.length}}

Volunteering

{{#each resume.volunteer}}
{{#if organization}}

{{organization}}

{{/if}}
{{#if position}} {{position}} {{/if}} {{#if startDate}} {{date startDate}} {{/if}} {{#if endDate}} - {{date endDate}} {{else}} - Present {{/if}} {{#if summary}}

{{summary}}

{{/if}} {{#if highlights.length}}
    {{#each highlights}}
  • {{.}}
  • {{/each}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.education.length}}

Education

{{#each resume.education}}
{{#if institution}}

{{institution}}

{{/if}}
{{#if startDate}} {{date startDate}} {{/if}} {{#if endDate}} - {{date endDate}} {{else}} - Present {{/if}}
{{#if studyType}} {{studyType}} {{/if}} {{#if area}} - {{area}} {{/if}} {{#if gpa}} GPA: {{gpa}} {{/if}}
{{/each}}
{{/if}} {{#if resume.awards.length}}

Awards

{{#each resume.awards}}
{{#if title}}
{{title}}
{{/if}} {{#if date}}
{{date}}
{{/if}} {{#if awarder}}
{{awarder}}
{{/if}} {{#if summary}}

{{summary}}

{{/if}}
{{/each}}
{{/if}} {{#if resume.languages.length}}

Languages

{{#each resume.languages}}
{{#if language}}
{{language}}
{{/if}} {{#if fluency}}
{{fluency}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.interests.length}}

Interests

{{#each resume.interests}}
{{#if name}}
{{name}}
{{/if}} {{#if keywords.length}}
    {{#each keywords}}
  • {{.}}
  • {{/each}}
{{/if}}
{{/each}}
{{/if}} {{#if resume.references.length}}

References

{{#each resume.references}}
{{#if reference}}
{{reference}}
{{/if}} {{#if name}}
— {{name}}
{{/if}}
{{/each}}
{{/if}}