layout | title | aside | ||
---|---|---|---|---|
article |
Internal Discussion Seminars |
|
The IAIFI Seminar series has been combined with the IAIFI Colloquium series beginning in Fall 2024. View the Colloquium schedule. {:.info}
Access recordings of past seminars (for IAIFI members only)
{% assign now = 'now' | date: '%s' | plus: 0 %} {% assign talks = site.data.seminars %}
{% for talk in talks %} {% assign talk-date = talk.talk-date | date: '%s' | plus: 0 %} {% unless talk-date > now %}{% continue %}{% endunless %}
{% include seminar_item.html talk=talk %}
{% endfor %}
{% for semester in site.data.calendar.semesters %}
{% for talk in talks %} {% assign talk-date = talk.talk-date | date: '%s' | plus: 0 %} {% unless talk-date < now and talk.semester == semester.tag %}{% continue %}{% endunless%}
{% include seminar_item.html talk=talk is_previous=true %}
{% endfor %}
{% endfor %}