Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 920 Bytes

events.md

File metadata and controls

35 lines (23 loc) · 920 Bytes
layout title image photos
page
Community events
name license url
Eric Rothermel
CC BY

{% assign schedule = site.data.events %}

This is a list of events organised by members of the Open Science Community Delft that can be of interest to other members.

If you would like to add an event here, please submit an issue on GitHub using this template.

{% for event in schedule %}

{{ event.title }}

Date & time: {{ event.date_time }}

Location: {{ event.location }}

{% if content %}

{{ event.content | markdownify }}

{% endif %}

{% if event.website %} Find out more at [the event website]({{ event.website }}) {% endif %}

{% endfor %}