layout | title | permalink | jsarr | |
---|---|---|---|---|
cv |
CV |
cv/ |
|
{{ site.tagline }}
{::nomarkdown} {% for degree in site.data.education %} {% include cv/degree.html degree=degree %} {% endfor %} {:/}
{::nomarkdown} {% for experience in site.data.experiences %} {% if experience.type == "industry"%} {% include cv/experience.html experience=experience %} {% endif %} {% endfor %} {:/}
{% for award in site.data.awards %} {% include cv/award.html award=award %} {% endfor %}
{% assign selectedBoolForBibtex = true %} {::nomarkdown} {% assign selected = site.data.publications | where: 'type', "conference" %} {% for pub in selected %} {% include cv/publication.html pub=pub %} {% endfor %} {:/}
{% assign patent = site.data.publications | where: 'type', "patent" %} {% for pub in patent %} {% include cv/publication.html pub=pub selectedBoolForBibtex=selectedBoolForBibtex %} {% endfor %}
{% for venue in site.data.reviewer %} {% include cv/venue.html venue=venue %} {% endfor %}
{% assign talktitles = site.data.talks | group_by:"title" %} {% for title in talktitles %} {% include cv/talk.html talk=title %} {% endfor %}
{% assign talktitles = site.data.university_lectures | group_by:"title" %} {% for title in talktitles %} {% include cv/university_lectures.html talk=title %} {% endfor %}
{::nomarkdown} {% for mentee in site.data.mentoring %} {% include cv/mentee.html mentee=mentee %} {% endfor %} {:/}
{% for blogs in site.data.blogs %} {% include cv/blogs.html blogs=blogs %} {% endfor %}
{% for press in site.data.press %} {% include cv/press.html press=press %} {% endfor %}