move to using include for current events
This commit is contained in:
@@ -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
@@ -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>
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user