layout | title | permalink | jsarr | |
---|---|---|---|---|
cv |
CV |
cv/ |
|
{% for degree in site.data.education %} {% include degree.html degree=degree %} {% endfor %}
{% for experience in site.data.experiences %} {% if experience.type == "academic"%} {% include experience.html experience=experience %} {% endif %} {% endfor %}
{% for experience in site.data.experiences %} {% if experience.type == "industry"%} {% include experience.html experience=experience %} {% endif %} {% endfor %}
{% assign selectedBoolForBibtex = true %} {% for pub in site.data.pubs %} {% include publication.html pub=pub selectedBoolForBibtex=selectedBoolForBibtex %} {% endfor %}
{% assign talktitles = site.data.talks | group_by:"title" %} {% for title in talktitles %} {% include talk.html talk=title %} {% endfor %}
{% for award in site.data.awards %} {% include award.html award=award %} {% endfor %}
During my PhD, I have had the pleasure of mentoring the following undergraduate and masters students on research projects. {% for mentee in site.data.mentees %} {% include mentee.html mentee=mentee %} {% endfor %}{% for teach in site.data.teaching %} {% include teaching.html teach=teach %} {% endfor %}
{% include reviewer.html %}
{% for act in site.data.activities %} {% include activity.html act=act %} {% endfor %}
{% include skill.html %}
[cv]: {{ site.url }}/cv.pdf "My CV."