Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (27 loc) · 839 Bytes

presenters.md

File metadata and controls

30 lines (27 loc) · 839 Bytes
layout
home

List of Presenters

{% for presenter in site.presenters %}
{{ presenter.firstname }} {{ presenter.lastname }}, {% if presenter.affiliations %} {{ presenter.affiliations | array_to_sentence_string | markdownify | remove: "

" | remove: "

" }} {% endif %}

{% assign w = site.webinars | where: "presenter-ids", presenter.presenter-id | sort: "webinar-id" | reverse %} {% if w %} {% for w2 in w %}

{{ w2.webinar-id }}. {{ w2.title }} ({{ w2.date | date: "%F" }})
{% endfor %} {% endif %}

{% endfor %}