--- layout: default title: Home --- {% include intro.html %}

Professional experience

{% for post in site.posts %} {% if post.categories contains "professional" %} {% endif %} {% endfor %}

Education

{% for post in site.posts %} {% if post.categories contains "education" %} {% endif %} {% endfor %}

Research experience

{% for post in site.posts %} {% if post.categories contains "research" %} {% endif %} {% endfor %}

Teaching experience

{% for post in site.posts %} {% if post.categories contains "teaching" %} {% endif %} {% endfor %}

Publications

{% for post in site.posts %} {% if post.categories contains "publication" %} {% endif %} {% endfor %}
{% octicon link-external %} List of contributions (UZH)

Co-authored blog posts

{% for post in site.posts %} {% if post.categories contains "blog" %} {% endif %} {% endfor %}

Public speaking

{% for post in site.posts %} {% if post.categories contains "speaking" %} {% endif %} {% endfor %}

Certifications