title | permalink | layout |
---|---|---|
Speakers |
/speakers/ |
page |
{%- if site.data.talks.invited -%}
{% for t in site.data.talks.invited %}
{% if t.url %}
[{{ t.author }}]({{ t.url }}) ({{ t.affiliation }})
{% else %}
{{ t.author }} ({{ t.affiliation }})
{% endif -%}
{{ t.title }}
{%- if t.abs %}
[abstract]({{ t.abs | prepend: '/assets/abstracts/' | relative_url }}){:target="_blank"}
{% if t.slides %} • [slides]({{ t.slides | prepend: '/assets/slides/' | relative_url }}){:target="_blank"} {% endif -%}
{% if t.video %} • [video]({{ t.video }}){:target="_blank"} {% endif %}
{% endif %}
{% endfor %} {%- endif -%}
{%- if site.data.talks.accepted -%}
{% for t in site.data.talks.accepted %}
{% if t.url %}
[{{ t.author }}]({{ t.url }}) ({{ t.affiliation }})
{% else %}
{{ t.author }} ({{ t.affiliation }})
{% endif -%}
{{ t.title }}
{%- if t.abs %}
[abstract]({{ t.abs | prepend: '/assets/abstracts/' | relative_url }}){:target="_blank"}
{% if t.slides %} • [slides]({{ t.slides | prepend: '/assets/slides/' | relative_url }}){:target="_blank"} {% endif -%}
{% if t.video %} • [video]({{ t.video }}){:target="_blank"} {% endif %}
{% endif %}
{% endfor %} {%- endif -%}