---
layout: page
---
{% assign conference = page %}
{% capture year %}{{ conference.slug }}{% endcapture %}
{% capture path_prefix %}_archive-sessions/{{ year }}/{% endcapture %}
{% assign days = site.archive-sessions
| where_exp: 'session', 'session.relative_path contains path_prefix'
| sort: 'beginning'
| group_by_exp: 'session', 'session.beginning | date: "%A"' %}
{% assign posts = site.tags[year] | where: 'categories','news' | reverse %}
SeaGL {{ year }}{% if conference.subtitle %}: “{{ conference.subtitle }}”{% endif %}
{{ conference.dates }}
{{ content }}
{% for day in days %}
{{ day.name }}
{% for session in day.items %}
-
{% for presenter in session.presenters %}
{{ presenter.name }}{% if presenter.affiliation %}, {{ presenter.affiliation }}{% endif %}
{% endfor %}
{% endfor %}
{% endfor %}
Sponsors
{% include sponsor_wall.html heading="h3" size="medium" year=year %}
{% unless posts == empty %}
News
{% for post in posts %}
-
{{ post.title }}
·
{% endfor %}
{% endunless %}
« All archives