{% assign talks = site.data.accepted_talks | where: "Name", page.Name %} {% if talks.size > 0 %} {% endif %}

{{ page.Name }} {% if page.Pronouns %} ({{ page.Pronouns }}) {% endif %}

{{page.Job}}, {{ page.Affiliation }}

{{ page.ShortBio | markdownify }}

{% if page.Twitter %} {% endif %} {% if page.Github %} {% endif %} {% if page.Website %} {% endif %}

Talks

{% for talk in talks %}

{{ talk.TalkTitle }}

Talk abstract - {{ talk.Date }}
Theme: {{talk.Theme}}
Format: {{talk.TalkFormat}}

{% endfor %}