move to using include for current events

This commit is contained in:
2026-07-09 16:03:08 +02:00
parent 47ef5575a7
commit 1ef79af3cf
4 changed files with 13 additions and 13 deletions
+5
View File
@@ -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.
+1 -7
View File
@@ -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:<br>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' %}
<!--
<div class="grid cards" markdown>
+6
View File
@@ -0,0 +1,6 @@
| Date | Time | Event | Location | Link | Calendar |
| ---- | ---- | ----- | -------- | ---- | -------- |
| 04. Aug 2026 | 11:00-12:00 | [RSE Seminar, Omkar Zade:<br>Building APIs in different languages](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 | | |
+1 -6
View File
@@ -4,12 +4,7 @@ Software is ubiquitous in modern research and its quality has a direct impact on
## Upcoming Events
| Date | Time | Event | Location | Link | Calendar |
| ---- | ---- | ----- | -------- | ---- | -------- |
| 04. Aug 2026 | 11:00-12:00 | [RSE Seminar, Omkar Zade:<br>Building APIs in different languages](events/2026-08-04/Zade.md) | [?](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' %}
## Staying Informed