Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.03 KB

events.md

File metadata and controls

35 lines (23 loc) · 1.03 KB
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.

{% 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 }}){:target="_blank"} {% endif %}

{% endfor %}