Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 2.21 KB

related-events.md

File metadata and controls

60 lines (45 loc) · 2.21 KB
layout title aside
article
Related Events
toc
true

{% assign now = 'now' | date: '%s' | plus: 0 %} {% assign talks = site.data.external-events %}

Related Events

Upcoming External Events

{% for talk in talks %} {% assign talk-date = talk.talk-date | date: '%s' | plus: 0 %} {% unless talk-date > now %}{% continue %}{% endunless %}

{% if talk.type == "external-event" %} {% include related-event_item.html talk=talk %} {% endif %} {% endfor %}

Upcoming Workshops

{% for talk in talks %} {% assign talk-date = talk.talk-date | date: '%s' | plus: 0 %} {% unless talk-date >= now %}{% continue %}{% endunless %}

{% if talk.type == "workshop" %} {% include related-event_item.html talk=talk %} {% endif %} {% endfor %}

Past Workshops

{% for talk in talks %} {% assign talk-date = talk.talk-date | date: '%s' | plus: 0 %} {% unless talk-date < now %}{% continue %}{% endunless %}

{% if talk.type == "workshop" %} {% include related-event_item.html talk=talk %} {% endif %} {% endfor %}

Related Organizations

Other organizations that hold public events relevant to the IAIFI community: