Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor website #73

Merged
merged 8 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions Community.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ So erreichen Sie die Steuerungsgruppe: [email protected]
<div class="team-member">
<img src="{{ site.baseurl }}/{{ member.image}}" />
<div class="team-member-info">
{{ member.text.de | markdownify }}
<strong>{{ member.name }}</strong>
<a href='https://orcid.org/{{ member.orcid }}' target='_blank'><img src='./img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/>
{{ member.text.de | markdownify }}
</div>
</div>
{% endfor %}
Expand All @@ -40,7 +42,9 @@ So erreichen Sie die Entwicklungsgruppe: [Slack](https://rdmo.slack.com/archives
<div class="team-member">
<img src="{{ site.baseurl }}/{{ member.image}}" />
<div class="team-member-info">
{{ member.text.de | markdownify }}
<strong>{{ member.name }}</strong>
<a href='https://orcid.org/{{ member.orcid }}' target='_blank'><img src='./img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/>
{{ member.text.de | markdownify }}
</div>
</div>
{% endfor %}
Expand All @@ -57,7 +61,9 @@ So erreichen Sie die Contentgruppe: [E-Mail](mailto:rdmo-contentgruppe@listserv.
<div class="team-member">
<img src="{{ site.baseurl }}/{{ member.image}}" />
<div class="team-member-info">
{{ member.text.de | markdownify }}
<strong>{{ member.name }}</strong>
<a href='https://orcid.org/{{ member.orcid }}' target='_blank'><img src='./img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/>
{{ member.text.de | markdownify }}
</div>
</div>
{% endfor %}
Expand All @@ -82,7 +88,9 @@ Die Mitgliederversammlung tritt je nach Bedarf mindestens aber einmal pro Jahr z
<div class="team-member">
<img src="{{ site.baseurl }}/{{ member.image}}" />
<div class="team-member-info">
{{ member.text.de | markdownify }}
<strong>{{ member.name }}</strong>
<a href='https://orcid.org/{{ member.orcid }}' target='_blank'><img src='./img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/>
{{ member.text.de | markdownify }}
</div>
</div>
{% endfor %}
Expand Down
104 changes: 65 additions & 39 deletions _data/cg-group.yaml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion _data/events/conf.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
current_year: y2024
current_year: y2025
former_years:
- y2024
- y2023
- y2022
- y2021
Expand Down
8 changes: 8 additions & 0 deletions _data/events/y2024.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
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
place: Berlin, TU-Bibliothek
registration:
program:
report: https://www.forschungsdaten.org/index.php/Gr%C3%BCndungsversammlung_des_RDMO-Vereins
further_info: 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)
name:
de: Vereinsgründung
en: Foundation of the RDMO association
- event:
de: >
**12. RDMO-Gemeinschaftstreffen** (virtuell) [Bericht](https://www.forschungsdaten.org/index.php/12._Community-Treffen)<br/>
Expand Down
39 changes: 39 additions & 0 deletions _data/events/y2025.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
- date: 25.03.2025
place: online
registration: .....
program: .....
report: .....
further_info: .....
name:
de: 13. RDMO-Gemeinschaftstreffen
en: 13th RDMO community meeting
description:
de: Update zum Stand der Vereinsgründung
en: Update about the foundation of the association

- date: .....
place: .....
registration: .....
program: .....
report: .....
further_info: .....
name:
de: .....
en: .....
description:
de: .....
en: .....
Zack-83 marked this conversation as resolved.
Show resolved Hide resolved

- date: .....
place: .....
registration: .....
program: .....
report: .....
further_info: .....
name:
de: .....
en: .....
description:
de: .....
en: .....
107 changes: 65 additions & 42 deletions _data/former.yaml

Large diffs are not rendered by default.

147 changes: 147 additions & 0 deletions _data/publications.csv

Large diffs are not rendered by default.

2,578 changes: 2,578 additions & 0 deletions _data/publications.json

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions _data/sg-group.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
current:
- text:
de: "**Gerald Jagusch** <a href='https://orcid.org/0000-0001-9964-1112' target='_blank'><img src='../img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/></a> (Sprecher) ) leitet die Abteilung IT, Forschung & Entwicklung an der [Universitäts- und Landesbibliothek Darmstadt](https://www.ulb.tu-darmstadt.de/). Sein Interesse liegt u.a. im Forschungsdatenmanagement für die Ingenieurwissenschaften."
en: "**Gerald Jagusch** <a href='https://orcid.org/0000-0001-9964-1112' target='_blank'><img src='../../img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/></a> (Spokesperson) leads the IT, research & development department at the [Library of TU Darmstadt](https://www.ulb.tu-darmstadt.de/service/start/index.en.jsp). He is interested, among otherthings, in Research Data Management for engineering sciences."
image: img/team/Gerald_Jagusch_2023.jpg
name: Gerald Jagusch
- name: Gerald Jagusch
orcid: 0000-0001-9964-1112
text:
de: "(Sprecher) leitet die Abteilung IT, Forschung & Entwicklung an der [Universitäts- und Landesbibliothek Darmstadt](https://www.ulb.tu-darmstadt.de/). Sein Interesse liegt u.a. im Forschungsdatenmanagement für die Ingenieurwissenschaften."
en: "(Spokesperson) leads the IT, research & development department at the [Library of TU Darmstadt](https://www.ulb.tu-darmstadt.de/service/start/index.en.jsp). He is interested, among otherthings, in Research Data Management for engineering sciences."
image: img/team/Gerald_Jagusch_2023.jpg

- text:
de: "**Giacomo Lanza** <a href='https://orcid.org/0000-0002-2239-3955' target='_blank'><img src='../img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/></a> (Sprecher) ist Koordinator für das Forschungsdatenmanagement an der [Bibliothek der Physikalisch-Technischen Bundesanstalt (PTB)](https://www.ptb.de/cms/forschung-entwicklung/mit-metrologie-in-die-zukunft/herausforderung-digitalisierung/nutzbarkeitvonforschungsdaten.html#c121491) in Braunschweig. Seine Schwerpunkte sind die [Schnittstelle Forschungsdaten-Metrologie](https://www.euramet.org/technical-committees/tc-projects/details/project/research-data-management-and-the-european-open-science-cloud/); die Entwicklung von Standards, Metadaten und Terminologien; die Erstellung von Datenmanagementplänen für europäische Projekte und deren Implementierung in RDMO."
en: "**Giacomo Lanza** <a href='https://orcid.org/0000-0002-2239-3955' target='_blank'><img src='../../img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/></a> (Spokesperson) is coordinator for the research data management at the [Library of the Physikalisch-Technische Bundesanstalt (PTB)](https://www.ptb.de/cms/en/research-development/into-the-future-with-metrology/the-challenges-of-digital-transformation/nutzbarkeitvonforschungsdaten.html#c121491) in Brunswick. His main action fields are the [interaction of metrology and research data management](https://www.euramet.org/technical-committees/tc-projects/details/project/research-data-management-and-the-european-open-science-cloud/); the development of standards, metadata and terminologies; the generation of data management plans for European project and their implementation in RDMO."
image: img/team/lanza.jpg
name: Giacomo Lanza
- name: Giacomo Lanza
orcid: 0000-0002-2239-3955

- text:
de: "**Johannes Frenzel** <a href='https://orcid.org/0000-0003-0458-5424' target='_blank'><img src='../img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/></a> ist Mitarbeiter bei [IT.SERVICES](https://www.it-services.ruhr-uni-bochum.de/) und [Research Data Services](https://www.ruhr-uni-bochum.de/researchdata/de/index.html) der [Ruhr-Universität Bochum](https://www.ruhr-uni-bochum.de). Beim Aufbau einer Infrastruktur für institutionelle Forschungsdaten liegen seine Arbeitsschwerpunkte in den Bereichen Repositorien und Datenmanagemenpläne, welche er aktiv innerhalb der [UA Ruhr](https://www.uaruhr.de) und NRW mit vorantreibt."
en: "**Johannes Frenzel** <a href='https://orcid.org/0000-0003-0458-5424' target='_blank'><img src='../../img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/></a> is a staff in [IT.SERVICES](https://www.it-services.ruhr-uni-bochum.de/) and [Research Data Service](https://www.ruhr-uni-bochum.de/researchdata/de/index.html) at the [Ruhr-Universität Bochum](https://www.ruhr-uni-bochum.de). His work focuses on repositories and data management plans, which he actively promotes within the [UA Ruhr](https://www.uaruhr.de) and NRW."
image: img/team/frenzel.jpg
name: Johannes Frenzel
text:
de: "(Sprecher) ist Koordinator für das Forschungsdatenmanagement an der [Bibliothek der Physikalisch-Technischen Bundesanstalt (PTB)](https://www.ptb.de/cms/forschung-entwicklung/mit-metrologie-in-die-zukunft/herausforderung-digitalisierung/nutzbarkeitvonforschungsdaten.html#c121491) in Braunschweig. Seine Schwerpunkte sind die [Schnittstelle Forschungsdaten-Metrologie](https://www.euramet.org/technical-committees/tc-projects/details/project/research-data-management-and-the-european-open-science-cloud/); die Entwicklung von Standards, Metadaten und Terminologien; die Erstellung von Datenmanagementplänen für europäische Projekte und deren Implementierung in RDMO."
en: "(Spokesperson) is coordinator for the research data management at the [Library of the Physikalisch-Technische Bundesanstalt (PTB)](https://www.ptb.de/cms/en/research-development/into-the-future-with-metrology/the-challenges-of-digital-transformation/nutzbarkeitvonforschungsdaten.html#c121491) in Brunswick. His main action fields are the [interaction of metrology and research data management](https://www.euramet.org/technical-committees/tc-projects/details/project/research-data-management-and-the-european-open-science-cloud/); the development of standards, metadata and terminologies; the generation of data management plans for European project and their implementation in RDMO."
image: img/team/lanza.jpg

- name: Johannes Frenzel
orcid: 0000-0003-0458-5424
text:
de: "ist Mitarbeiter bei [IT.SERVICES](https://www.it-services.ruhr-uni-bochum.de/) und [Research Data Services](https://www.ruhr-uni-bochum.de/researchdata/de/index.html) der [Ruhr-Universität Bochum](https://www.ruhr-uni-bochum.de). Beim Aufbau einer Infrastruktur für institutionelle Forschungsdaten liegen seine Arbeitsschwerpunkte in den Bereichen Repositorien und Datenmanagemenpläne, welche er aktiv innerhalb der [UA Ruhr](https://www.uaruhr.de) und NRW mit vorantreibt."
en: "is a staff in [IT.SERVICES](https://www.it-services.ruhr-uni-bochum.de/) and [Research Data Service](https://www.ruhr-uni-bochum.de/researchdata/de/index.html) at the [Ruhr-Universität Bochum](https://www.ruhr-uni-bochum.de). His work focuses on repositories and data management plans, which he actively promotes within the [UA Ruhr](https://www.uaruhr.de) and NRW."
image: img/team/frenzel.jpg

- text:
de: "**Katja Diederichs** <a href='https://orcid.org/0000-0003-3409-9902' target='_blank'><img src='../img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/></a> arbeitet als Team-Mitglied im Bereich Forschungsdatenmanagement bei ZB MED - Informationszentrum für Lebenswissenschaften. Sie ist zuständig für den PID-Service, das Forschungsdatenmanagement und Forschungsdaten- sowie weitere Publikationsdienste."
en: "**Katja Diederichs** <a href='https://orcid.org/0000-0003-3409-9902' target='_blank'><img src='../../img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/></a> is working as a team member in the section Research Data Management at ZB MED - Information Centre for Life Sciences. She is responsible for the PID service, reserach data management and publication services."
image: img/team/KatjaDiederichsBild.jpg
name: Katja Diederichs
- name: Katja Diederichs
orcid: 0000-0003-3409-9902
text:
de: "arbeitet als Team-Mitglied im Bereich Forschungsdatenmanagement bei ZB MED - Informationszentrum für Lebenswissenschaften. Sie ist zuständig für den PID-Service, das Forschungsdatenmanagement und Forschungsdaten- sowie weitere Publikationsdienste."
en: "is working as a team member in the section Research Data Management at ZB MED - Information Centre for Life Sciences. She is responsible for the PID service, reserach data management and publication services."
image: img/team/KatjaDiederichsBild.jpg

- text:
de: "**Olaf Michaelis** <a href='https://orcid.org/0000-0002-5282-703X' target='_blank'><img src='../img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/></a> ist wissenschaftlicher Mitarbeiter am [Leibniz-Institut für Astrophysik Potsdam (AIP)](http://www.aip.de). Er ist Teil der E-Science Gruppe und arbeitet hauptsächlich im Bereich der Softwareentwicklung."
en: "**Olaf Michaelis** <a href='https://orcid.org/0000-0002-5282-703X' target='_blank'><img src='../../img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/></a> is a research associate at the [Leibniz-Institut für Astrophysik Potsdam (AIP)](http://www.aip.de). He is a member of the E-Science group and works primarily as a software developer."
image: img/team/michaelis.jpg
name: Olaf Michaelis
- name: Olaf Michaelis
orcid: 0000-0002-5282-703X
text:
de: "ist wissenschaftlicher Mitarbeiter am [Leibniz-Institut für Astrophysik Potsdam (AIP)](http://www.aip.de). Er ist Teil der E-Science Gruppe und arbeitet hauptsächlich im Bereich der Softwareentwicklung."
en: "is a research associate at the [Leibniz-Institut für Astrophysik Potsdam (AIP)](http://www.aip.de). He is a member of the E-Science group and works primarily as a software developer."
image: img/team/michaelis.jpg

- text:
de: "**Daniel Arend** <a href='http://orcid.org/0000-0002-2455-5938' target='_blank'><img src='../img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/></a> arbeitet im [Forschungsdatenmanagement](https://www.leibniz-ipk.de/forschung/zuechtungsforschung/bioinformatik-und-informationstechnologie) am [Leibniz-Institut für Pflanzengenetik und Kulturpflanzenforschung (IPK) Gatersleben](https://www.ipk-gatersleben.de/) und ist dort unter anderen für die Entwicklung und Betreuung der Datenpublikationsinfrastruktur verantwortlich. Dabei befasst er sich beispielsweise mit Themen wie Persistente IDs und Metadatenstandards im Bereich der Lebenswissenschaften."
en: "**Daniel Arend** <a href='http://orcid.org/0000-0002-2455-5938' target='_blank'><img src='../../img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/></a> is involved in [research data management](https://www.ipk-gatersleben.de/en/research/breeding-research/bioinformatics-and-information-technology) at the [Leibniz Institute of Plant Genetics and Crop Plant Research (IPK) Gatersleben](https://www.ipk-gatersleben.de/en/), where he is responsible, among other things, for the development and maintenance of the data publication infrastructure. He deals, for example, with topics such as persistent IDs and metadata standards in life sciences."
image: img/team/arend.jpg
name: Daniel Arend
- name: Daniel Arend
orcid: 0000-0002-2455-5938
text:
de: "arbeitet im [Forschungsdatenmanagement](https://www.leibniz-ipk.de/forschung/zuechtungsforschung/bioinformatik-und-informationstechnologie) am [Leibniz-Institut für Pflanzengenetik und Kulturpflanzenforschung (IPK) Gatersleben](https://www.ipk-gatersleben.de/) und ist dort unter anderen für die Entwicklung und Betreuung der Datenpublikationsinfrastruktur verantwortlich. Dabei befasst er sich beispielsweise mit Themen wie Persistente IDs und Metadatenstandards im Bereich der Lebenswissenschaften."
en: "is involved in [research data management](https://www.ipk-gatersleben.de/en/research/breeding-research/bioinformatics-and-information-technology) at the [Leibniz Institute of Plant Genetics and Crop Plant Research (IPK) Gatersleben](https://www.ipk-gatersleben.de/en/), where he is responsible, among other things, for the development and maintenance of the data publication infrastructure. He deals, for example, with topics such as persistent IDs and metadata standards in life sciences."
image: img/team/arend.jpg
Loading