From 1ef79af3cf5c387d19525046a46f24091ee5d717 Mon Sep 17 00:00:00 2001 From: Hans-Nikolai Viessmann Date: Thu, 9 Jul 2026 16:03:08 +0200 Subject: [PATCH] move to using include for current events --- README.md | 5 +++++ docs/events.md | 8 +------- docs/events/_current.md | 6 ++++++ docs/index.md | 7 +------ 4 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 docs/events/_current.md diff --git a/README.md b/README.md index 10baf933da..e02cf3ea78 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,8 @@ mkdocs serve ``` +## Events Management + +If you want to update the "Current" or "Up Coming" events list, please make your changes +in the `docs/events/_current.md` file. This gets include into both the home page and +events page. diff --git a/docs/events.md b/docs/events.md index 25424b90ca..cbdcdfe124 100644 --- a/docs/events.md +++ b/docs/events.md @@ -9,13 +9,7 @@ !!! info **A regular seminar** for research software engineers takes place **on the first Tuesday of every month** from 11:00-11:45. See also upcoming events below. - -| Date | Time | Event | Location | Link | Calendar | -| ---- | ---- | ----- | -------- | ---- | -------- | -| 04. Aug 2026 | 11:00-12:00 | [RSE Seminar, Omkar Zade:
Building APIs in different languages](events/2026-08-04/Zade.md) | [OHSA/E13](https://pocket.psi.ch/psimap) | N/A | -| 31. Aug 2026 | 10:00-18:00 | [Annual Swiss RSE day 2026](https://rse.swiss/swiss_rse_day/) | ETHZ CAB Building | N/A | -| 09.-11. Aug 2026 | | [RSEcon26](https://rsecon26.society-rse.org) | Sheffield(UK) | | -| 30. Nov 2026 | 9:30-17:30 | [EnhanceR Symposium 2026](https://symposium.enhancer.ch) | PSI | | +{% include-markdown 'events/_current.md' %}