| layout | title |
|---|---|
page |
Upcoming events at SERG |
We organize research talks and paper reading clubs. Feel free to join us! You can also browse through our past events, or subscribe to our calendar: https://se.ewi.tudelft.nl/serg-events.ics.
{% comment %} WARNING!!! The Jekyll formatting in the following table is ugly, but it is required to create a valid Markdown table. So far, the {%- tags are not supported by GitHub/Jekyll, so the whitespace in the generated table code matters! {% endcomment %}
{% assign fut_events_seen = "no" %}
| When | Event | Speaker | Where |
|---|---|---|---|
| {% for event in site.events -%} | |||
| {%- if event.date >= site.time -%} | {{ event.date | date: "%d-%b-%Y" }} {{ event.start }} - {{ event.end }} | {{ event.title }} |
| {% endif %} | |||
| {%- endfor %} | |||
| {%- if fut_events_seen == "no" -%} | |||
| No new events scheduled | |||
| {% endif %} |