Skip to content

Commit

Permalink
fix events
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack-83 committed Jan 30, 2025
1 parent 5147670 commit 3d7fc26
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Community.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Die SG wird die Richtung der Weiterentwicklung begleiten und die Abstimmungsproz
So erreichen Sie die Steuerungsgruppe: [email protected]

{% for member in site.data.sg-group.current %}
{% include person.html %}
{% include persons.html %}
{% endfor %}


Expand Down
38 changes: 37 additions & 1 deletion _data/events/y2024.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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**<br/> [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.
Expand Down Expand Up @@ -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: "....."
30 changes: 15 additions & 15 deletions _includes/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<td style="width: 80%; padding-left:10px;"/>
</tr>
<tr style="border-bottom: 1pt solid darkgrey;">
<th style="width: 20%;">{{ event.date | markdownify }}<br />{{ event.place }}</th>
<th style="width: 20%;">{{ announcement.date | markdownify }}<br />{{ announcement.place }}</th>
<td style="width: 90%; padding-left:10px;">
<b>{{ announcement.name[page.lang] | markdownify }}</b>
<br />
Expand All @@ -14,7 +14,7 @@
{% if announcement.registration %} - <u><a href='{{ event.registration }}' target='_blank'>Registration</a></u>{% endif %}
{% if announcement.program %} - <u><a href='{{ event.program }}' target='_blank'>Program</a></u>{% endif %}
{% if announcement.report %} - <u><a href='{{ event.report }}' target='_blank'>Report</a></u>{% endif %}
{% if announcement.registration %} - <u><a href='{{ event.further_info }}' target='_blank'>Further information</a></u>{% endif %}
{% if announcement.further_info %} - <u><a href='{{ event.further_info }}' target='_blank'>Further information</a></u>{% endif %}
</td>
</tr>
</table>
Expand All @@ -23,34 +23,34 @@
<br/>
<div class="tab">
{% 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 %}
<button class="tablinks" onclick="openYear(event, '{{year}}')" id="{{id}}">{{y}}</button>
{% endfor %}
</div>

{% for year in site.data.events.conf.former_years %}
<div id="{{year}}" class="tabcontent">
{% for event in site.data.events[year] %}
{% for announcement in site.data.events[year] %}
<table style="width: 100%;">
<tr>
<th style="width: 20%;"/>
<td style="width: 80%; padding-left:10px;"/>
</tr>
<tr style="border-bottom: 1pt solid darkgrey;">
<th style="width: 20%;">{{ event.date | markdownify }}<br />{{ event.place }}</th>
<th style="width: 20%;">{{ announcement.date | markdownify }}<br />{{ announcement.place }}</th>
<td style="width: 90%; padding-left:10px;">
<b>{{ event.name[page.lang] | markdownify }}</b>
<b>{{ announcement.name[page.lang] | markdownify }}</b>
<br />
{{ event.event[page.lang] | markdownify }}
{{ announcement.event[page.lang] | markdownify }}
<br />
{% if event.registration %} - <u><a href='{{ event.registration }}' target='_blank'>Registration</a></u>{% endif %}
{% if event.program %} - <u><a href='{{ event.program }}' target='_blank'>Program</a></u>{% endif %}
{% if event.report %} - <u><a href='{{ event.report }}' target='_blank'>Report</a></u>{% endif %}
{% if event.registration %} - <u><a href='{{ event.further_info }}' target='_blank'>Further information</a></u>{% endif %}
{% if announcement.registration %} - <u><a href='{{ event.registration }}' target='_blank'>Registration</a></u>{% endif %}
{% if announcement.program %} - <u><a href='{{ event.program }}' target='_blank'>Program</a></u>{% endif %}
{% if announcement.report %} - <u><a href='{{ event.report }}' target='_blank'>Report</a></u>{% endif %}
{% if announcement.further_info %} - <u><a href='{{ event.further_info }}' target='_blank'>Further information</a></u>{% endif %}
</td>
</tr>
</table>
Expand Down

0 comments on commit 3d7fc26

Please sign in to comment.