Skip to content

Latest commit

 

History

History
115 lines (112 loc) · 4.33 KB

events.md

File metadata and controls

115 lines (112 loc) · 4.33 KB
layout title description image photos
page
Events
The hub of all OLS events
name license url
The Climate Reality Project
CC BY-SA 4.0

{% assign people = site.data.people %} {% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %} {% assign events = site.events | sort: 'date_start' | reverse %}

This page lists all past and upcoming events either organised by OLS or where OLS presented.

{% for event in events %} {% unless event.draft %} {% endunless %} {% endfor %}
Date Type Event Location Contributions from OLS
{{ event.date_start | date: date_format }} {% if event.date_end %} - {{ event.date_end | date: date_format }}{% endif %} {{ event.type | capitalize }} {{ event.title }}
{{ event.description }}
{% if event.location.name == "Online" %} Online {% else %} {{ event.location.city }}, {{ event.location.country }} {% endif %} {% if event.contributions.organisers %} {% assign group = event.contributions.organisers %} {% include _includes/avatars.html %} Organisers: {{ avatars | remove_first: ', ' }}
{% endif %} {% if event.contributions.instructors %} {% assign group = event.contributions.instructors %} {% include _includes/avatars.html %} Instructors: {{ avatars | remove_first: ', ' }}
{% endif %} {% if event.contributions.facilitators %} {% assign group = event.contributions.facilitators %} {% include _includes/avatars.html %} Facilitators: {{ avatars | remove_first: ', ' }}
{% endif %} {% if event.contributions.helpers %} {% assign group = event.contributions.helpers %} {% include _includes/avatars.html %} Helpers: {{ avatars | remove_first: ', ' }}
{% endif %} {% if event.contributions.talks %} Talks
{% for talk in event.contributions.talks %} {% assign group = talk.speakers %} {% include _includes/avatars.html %} "{{ talk.title }}"  {% include _includes/event-support.html contribution=talk %} {% if talk.speakers %}by {{ avatars | remove_first: ', ' }}{% endif %}
{% endfor %}
{% endif %} {% if event.contributions.posters %} Posters
{% for poster in event.contributions.posters %} {% assign group = poster.presenters %} {% include _includes/avatars.html %} "{{ poster.title }}" {% if poster.poster %}([ Poster]({{ poster.poster }})){% endif %} {% if poster.presenters %}by {{ avatars | remove_first: ', ' }}{% endif %}
{% endfor %}
{% endif %} {% if event.contributions.workshops %} Workshops
{% for workshop in event.contributions.workshops %} {% assign group = workshop.facilitators %} {% include _includes/avatars.html %} "{{ workshop.title }}"  {% include _includes/event-support.html contribution=workshop %} {% if workshop.facilitators %}by {{ avatars | remove_first: ', ' }}{% endif %}
{% endfor %}
{% endif %}