Skip to content

Latest commit

 

History

History
63 lines (55 loc) · 1.22 KB

File metadata and controls

63 lines (55 loc) · 1.22 KB
layout default
title CV
permalink /web-cv

View CV in pdf.

{% assign cv = site.data.cv %}

Education

{% for school in cv.education %}

{{ school.school }}
{{ school.degree }}
{{ school.dates }}
{{ school.note }}

{% endfor %}

{% include pubs.html %}

{% include patents.html %}

Work Experience

{% for job in cv.jobs %}

{{ job.title }}, {{ job.where }}
{{ job.dates }}

{% endfor %}

Honors

{% for honor in cv.honors %}

{{honor.title}} ({{honor.date}})

{% endfor %}

Teaching

{% for text in cv.teaching %} {{ text | markdownify }} {% endfor %}

Service & Outreach

Department Service

{% for text in cv.service %} {{ text | markdownify }} {% endfor %}

Outreach

{% for text in cv.outreach %} {{ text | markdownify }} {% endfor %}