diff --git a/Community.md b/Community.md index 88cbc2f0..a8100c3c 100644 --- a/Community.md +++ b/Community.md @@ -20,7 +20,7 @@ Die SG wird die Richtung der Weiterentwicklung begleiten und die Abstimmungsproz So erreichen Sie die Steuerungsgruppe: rdmo-steuerungsgruppe@listserv.dfn.de {% for member in site.data.sg-group.current %} -{% include person.html %} +{% include persons.html %} {% endfor %} diff --git a/_data/events/y2024.yml b/_data/events/y2024.yml index 417060c0..01636dc5 100644 --- a/_data/events/y2024.yml +++ b/_data/events/y2024.yml @@ -5,7 +5,7 @@ en: > The founding meeting for the “RDMO e.V.” will take place on 19.11.2024 at the TU Berlin University Library. Interested parties are welcome to contact the steering group in advance. You can find more information about the founding of the association [here](https://www.forschungsdaten.org/index.php/Elftes_Community-Treffen#Vorstellung_&_Diskussion_der_Vorschl%C3%A4ge_zur_Vereinsgr%C3%BCndung_f%C3%BCr_RDMO_%E2%80%93_Katja_Diederichs_(ZB_MED),_Kathrin_H%C3%B6hner_(UB_Dortmund)_&_Gerald_Jagusch_(ULB_Darmstadt)) date: 19.11.2024 -- event: +- event: de: > **Vereinsgründung**
[Bericht](https://www.forschungsdaten.org/index.php/Gr%C3%BCndungsversammlung_des_RDMO-Vereins) Die Gründungsversammlung für den "RDMO e.V." findet in der UB der TU Berlin statt. Daran Interessierte können sich sehr gerne noch im Vorfeld an die Steuerungsgruppe wenden. @@ -63,3 +63,39 @@ 1.x -> 2.0 and many updates from the RDMO groups and Initiatives with RDMO participation. date: 28.02.2024 +- date: "....." + place: "....." + registration: "....." + program: "....." + report: "....." + further_info: "....." + name: + de: "....." + en: "....." + event: + de: "....." + en: "....." +- date: "....." + place: "....." + registration: "....." + program: "....." + report: "....." + further_info: "....." + name: + de: "....." + en: "....." + event: + de: "....." + en: "....." +- date: "....." + place: "....." + registration: "....." + program: "....." + report: "....." + further_info: "....." + name: + de: "....." + en: "....." + event: + de: "....." + en: "....." diff --git a/_includes/events.html b/_includes/events.html index 0ad1ffce..0e4564be 100644 --- a/_includes/events.html +++ b/_includes/events.html @@ -5,7 +5,7 @@ - {{ event.date | markdownify }}
{{ event.place }} + {{ announcement.date | markdownify }}
{{ announcement.place }} {{ announcement.name[page.lang] | markdownify }}
@@ -14,7 +14,7 @@ {% if announcement.registration %} - Registration{% endif %} {% if announcement.program %} - Program{% endif %} {% if announcement.report %} - Report{% endif %} - {% if announcement.registration %} - Further information{% endif %} + {% if announcement.further_info %} - Further information{% endif %} @@ -23,34 +23,34 @@
{% for year in site.data.events.conf.former_years %} - {% assign y = year | replace:'y','' %} - {% assign id = "" %} - {% if year == site.data.events.conf.former_years[0] %} - {% assign id = "defaultOpen" %} - {% endif %} + {% assign y = year | replace:'y','' %} + {% assign id = "" %} + {% if year == site.data.events.conf.former_years[0] %} + {% assign id = "defaultOpen" %} + {% endif %} {% endfor %}
{% for year in site.data.events.conf.former_years %}
- {% for event in site.data.events[year] %} + {% for announcement in site.data.events[year] %} - +
{{ event.date | markdownify }}
{{ event.place }}
{{ announcement.date | markdownify }}
{{ announcement.place }}
- {{ event.name[page.lang] | markdownify }} + {{ announcement.name[page.lang] | markdownify }}
- {{ event.event[page.lang] | markdownify }} + {{ announcement.event[page.lang] | markdownify }}
- {% if event.registration %} - Registration{% endif %} - {% if event.program %} - Program{% endif %} - {% if event.report %} - Report{% endif %} - {% if event.registration %} - Further information{% endif %} + {% if announcement.registration %} - Registration{% endif %} + {% if announcement.program %} - Program{% endif %} + {% if announcement.report %} - Report{% endif %} + {% if announcement.further_info %} - Further information{% endif %}