Skip to content

Commit ee87a5c

Browse files
authored
Merge pull request #17 from EduBricksHub/fdm-werkstatt
Fdm werkstatt
2 parents 25c58ba + c8c4f06 commit ee87a5c

6 files changed

Lines changed: 625 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ npm run dev -- slide-decks/2025-11-19_intro-rdm/slides.md
151151
You can directly export a slide deck to pdf using Slidev's browser controls or use the export command, e.g.
152152

153153
```bash
154-
npm run export -- slide-decks/2025-11-19_intro-rdm/slides.md --output slide-decks/2025-11-19_intro-rdm/slides.pdf
154+
npx slidev export slide-decks/2026-03-24_fdmw-dataplant-ceplas/slides.md --output slide-decks/2026-03-24_fdmw-dataplant-ceplas/slides.pdf
155155
```
156156

157157
## Themes

app/src/decks.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ export default [
1414
? "http://localhost:3035"
1515
: "/2026-03-24_fdm-werkstatt/"
1616
},
17+
{
18+
id: "2026-03-24_fdmw-dataplant-ceplas",
19+
title: "DataPLANT Services and how they support RDM in the community",
20+
description: "CEPLAS as a show-case",
21+
author: "Dominik Brilhaus",
22+
date: "2026-03-24",
23+
url: dev
24+
? "http://localhost:3036"
25+
: "/2026-03-24_fdmw-dataplant-ceplas/"
26+
},
1727
{
1828
id: "2026-02-11_arcify",
1929
title: "ARCify your research project",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom-images/*
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
## Acknowledgements
2+
3+
<style>
4+
5+
p,ul {
6+
font-size:0.55em;
7+
margin-left: 2.5em;
8+
margin-top: 1.2em;
9+
}
10+
11+
</style>
12+
13+
<div class="grid grid-cols-2 ml-40" style="grid-template-rows: 5em">
14+
15+
<div>
16+
17+
<img src='https://github.com/nfdi4plants/Branding/raw/master/logos/DataPLANT/DataPLANT_logo_bg_transparent.svg' style="width:30%" />
18+
19+
**Team Kaiserslautern**
20+
21+
- Timo Mühlhaus
22+
- Lukas Weil
23+
- Kevin Frey
24+
- Kevin Schneider
25+
- Jonas Lukasczyk
26+
27+
**Team Freiburg**
28+
29+
- Dirk von Suchodeletz
30+
- Jonathan Bauer
31+
- Marcel Tschöpe
32+
- Julian Weidhase
33+
34+
**Team Jülich**
35+
36+
- Angela Kranz
37+
- Kathryn Dumschott
38+
- Stella Eggels
39+
40+
</div>
41+
42+
<div>
43+
44+
<img src='https://www.ceplas.eu/typo3conf/ext/fksitepackage/Resources/Public/Images/CEPLAS-Logo.svg' width="50%"/>
45+
46+
- Björn Usadel
47+
- Yaser Alashloo
48+
- Vittorio Tracanna
49+
50+
51+
<img src='https://www.sfb1535.hhu.de/fileadmin/redaktion/Fakultaeten/Mathematisch-Naturwissenschaftliche_Fakultaet/Biologie/SFB1535/Bilder/MibiNet.png' width="24%"/>
52+
53+
- Sabrina Zander
54+
55+
<img src="https://raw.githubusercontent.com/EduBricksHub/EduImages/ae703571d2ade31ef52941bdeaa80ce564f95698/logos/ceplas/trr341_logo.png" width="35%" />
56+
57+
- Eik Dahms
58+
- Jan Breder
59+
60+
</div>
61+
</div>

0 commit comments

Comments
 (0)