layout | title | permalink | jsarr | |
---|---|---|---|---|
cv |
CV |
cv/ |
|
Research Scientist (HCI + ML)
{::nomarkdown} {% for degree in site.data.education %} {% include cv/degree.html degree=degree %} {% endfor %} {:/}
{% for experience in site.data.experiences %} {% if experience.type == 'industry' %} {% include cv/experience.html experience=experience %} {% endif %} {% endfor %}
{% for experience in site.data.experiences %} {% if experience.type == 'academic' %} {% include cv/experience.html experience=experience %} {% endif %} {% endfor %}
{% for award in site.data.awards %} {% include cv/award.html award=award %} {% endfor %}
{% assign selectedBoolForBibtex = true %}
{% assign selected = site.categories.papers | where: 'selected', true %} {% for pub in selected %} {% include cv/publication.html pub=pub %} {% endfor %}
{% assign selectedBoolForBibtex = false %}
{% assign tech-report = site.categories.papers | where: 'type', "tech-report" %} {% for pub in tech-report %} {% include cv/publication.html pub=pub selectedBoolForBibtex=selectedBoolForBibtex %} {% endfor %}
{% assign journal = site.categories.papers | where: 'type', "journal" %} {% for pub in journal %} {% include cv/publication.html pub=pub selectedBoolForBibtex=selectedBoolForBibtex %} {% endfor %}
{% assign conference = site.categories.papers | where: 'type', "conference" %} {% for pub in conference %} {% include cv/publication.html pub=pub selectedBoolForBibtex=selectedBoolForBibtex %} {% endfor %}
{% assign preprint = site.categories.papers | where: 'type', "preprint" %} {% for pub in preprint %} {% include cv/publication.html pub=pub selectedBoolForBibtex=selectedBoolForBibtex %} {% endfor %}
{% assign workshop = site.categories.papers | where: 'type', "workshop" %} {% for pub in workshop %} {% include cv/publication.html pub=pub selectedBoolForBibtex=selectedBoolForBibtex %} {% endfor %}
{% assign poster = site.categories.papers | where: 'type', "poster" %} {% for pub in poster %} {% include cv/publication.html pub=pub selectedBoolForBibtex=selectedBoolForBibtex %} {% endfor %}
{% assign demo = site.categories.papers | where: 'type', "demo" %} {% for pub in demo %} {% include cv/publication.html pub=pub selectedBoolForBibtex=selectedBoolForBibtex %} {% endfor %}
{% assign preprint = site.categories.papers | where: 'type', "misc" %} {% for pub in preprint %} {% include cv/publication.html pub=pub selectedBoolForBibtex=selectedBoolForBibtex %} {% endfor %}
{% assign talktitles = site.data.talks | group_by:"title" %} {% for title in talktitles %} {% include cv/talk.html talk=title %} {% endfor %}
{% for press in site.data.press %} {% include cv/press.html press=press %} {% endfor %}
{% for teach in site.data.teaching %} {% include cv/teaching.html teach=teach %} {% endfor %}
{::nomarkdown} {% for mentee in site.data.mentoring %} {% include cv/mentee.html mentee=mentee %} {% endfor %} {:/}
{% for fund in site.data.funding %} {% include cv/fund.html fund=fund %} {% endfor %}
{% for article in site.data.articles %} {% unless article.feature-only %} {% include cv/article.html article=article %} {% endunless %} {% endfor %}
{% for design in site.data.designs %} {% include cv/design.html design=design %} {% endfor %}
{% for reference in site.data.references %} {% include cv/reference.html reference=reference %} {% endfor %}
[cv]: {{ site.url }}/cv.pdf "My CV."