Skip to content

Commit e66eba9

Browse files
authored
Merge pull request #15 from EduBricksHub/theme-style-fixes
Theme style fixes
2 parents 59b9adf + 6328bf8 commit e66eba9

81 files changed

Lines changed: 163 additions & 474 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/src/decks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default [
88
id: "2026-03-24_fdm-werkstatt",
99
title: "Turning Research Projects into FAIR Digital Objects",
1010
description: "a Hands-On Introduction to Annotated Research Contexts (ARCs) and ELN integration",
11-
author: "|",
11+
author: "Yaser Alashloo, Sabrina Zander, Xiaoran Zhou",
1212
date: "2026-03-24",
1313
url: dev
1414
? "http://localhost:3035"

slide-decks/2025-11-19_intro-rdm/slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
theme: ../../themes/dataplant-ceplas
2+
theme: ../../themes/slidev-theme-dataplant-ceplas
33
themeConfig:
44
paginationX: r
55
paginationY: b
Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,29 @@
11
---
2-
theme: ../../themes/dataplant-ceplas
3-
themeConfig:
4-
paginationX: r
5-
paginationY: b
6-
paginationPagesDisabled: [ 1 ]
7-
logoPagesDisabled: [ 1 ]
2+
# theme: ../../themes/slidev-theme-dataplant-ceplas
3+
theme: ../../themes/slidev-theme-nfdi4plants
4+
# themeConfig:
5+
# paginationX: r
6+
# paginationY: b
7+
# paginationPagesDisabled: [ 1 ]
8+
# logoPagesDisabled: [ 1 ]
89
date: 2025-12-04
910
coverDate: December 04th, 2025
1011
title: Intro to ARC
1112
description: Introducing the Annotated Research Context (ARC)
1213
fonts:
1314
sans: Gulim
14-
canvasWidth: 1200
1515
transition: slide-left
1616
favicon: https://raw.githubusercontent.com/nfdi4plants/Branding/refs/heads/master/icons/DataPLANT/favicons/favicon_bg_darkblue.png
17-
drawings:
18-
enabled: true
19-
persist: false
2017
author: Dominik Brilhaus
2118
layout: cover
2219
---
2320

2421
# Intro to ARC
2522

2623
---
27-
src: '../../EduBricks-EduPaths/EduBricks/arc-intro/002-annotated-research-context.md'
24+
src: ../../EduBricks-EduPaths/EduPaths/arc-overview.md#1-13
2825
---
2926

3027
---
31-
src: '../../EduBricks-EduPaths/EduPaths/arc-overview.md'
28+
src: ../../EduBricks-EduPaths/EduBricks/dataplant/dataplant-resources.md
3229
---

slide-decks/2025-12-12_wfls/custom/02-acknowledgements.md

Lines changed: 0 additions & 60 deletions
This file was deleted.
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
## Acknowledgements
2+
3+
<style>
4+
5+
p,ul {
6+
font-size:0.7em;
7+
margin-left: 2.5em;
8+
margin-top: 1.2em;
9+
}
10+
11+
</style>
12+
13+
<div class="grid grid-cols-2 mt-15 ml-20" style="grid-template-rows: 10em">
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+
</div>
51+
52+
<div>
53+
<!-- left blank to allow long data plant list -->
54+
</div>
55+
56+
<div>
57+
58+
<img src='https://www.sfb1535.hhu.de/fileadmin/redaktion/Fakultaeten/Mathematisch-Naturwissenschaftliche_Fakultaet/Biologie/SFB1535/Bilder/MibiNet.png' width="27%"/>
59+
60+
- Sabrina Zander
61+
62+
</div>
63+
</div>

slide-decks/2025-12-12_wfls/slides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: 2025-12-12
3-
theme: ../../themes/hhu-ceplas
3+
theme: ../../themes/slidev-theme-hhu-ceplas
44
description: Introduction to computational workflows; towards FAIRifying scripts.
55
themeConfig:
66
paginationX: l
@@ -141,5 +141,5 @@ src: ../../EduBricks-EduPaths/EduBricks/workflows/workflows-5S-method-06-summary
141141
---
142142

143143
---
144-
src: ./custom/02-acknowledgements.md
144+
src: ./custom/acknowledgements.md
145145
---

slide-decks/2026-01-14_cwl-handsOn/slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: CWL Demo
44
description: Small hands-on demo to introduce wrapping a tool as CWL
55
author: Dominik Brilhaus
66
favicon: https://github.com/EduBricksHub/EduImages/blob/71326f568eebe51c90896ef418ca8632fa2bae36/logos/ceplas/CEPLAS_Icon.jpeg
7-
theme: ../../themes/hhu-ceplas
7+
theme: ../../themes/slidev-theme-hhu-ceplas
88
themeConfig:
99
paginationX: l
1010
paginationY: b
Lines changed: 46 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,63 @@
1-
---
2-
license: '[CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)'
3-
title: Acknowledgements
4-
layout: four-panels
5-
---
6-
71
## Acknowledgements
82

93
<style>
104

11-
p,ul {font-size:0.6em}
5+
p,ul {
6+
font-size:0.7em;
7+
margin-left: 2.5em;
8+
margin-top: 1.2em;
9+
}
1210

1311
</style>
1412

15-
::top-left::
16-
17-
<div style="margin-left:140px">
18-
19-
<img src='https://github.com/nfdi4plants/Branding/raw/master/logos/DataPLANT/DataPLANT_logo_bg_transparent.svg' style="width:140px" />
20-
21-
**Team Kaiserslautern**
22-
23-
- Timo Mühlhaus
24-
- Lukas Weil
25-
- Kevin Frey
26-
- Kevin Schneider
27-
- Jonas Lukasczyk
28-
29-
**Team Freiburg**
30-
31-
- Dirk von Suchodeletz
32-
- Jonathan Bauer
33-
- Marcel Tschöpe
34-
- Julian Weidhase
35-
36-
**Team Jülich**
13+
<div class="grid grid-cols-2 mt-15 ml-20" style="grid-template-rows: 10em">
3714

38-
- Angela Kranz
39-
- Kathryn Dumschott
40-
- Stella Eggels
15+
<div>
4116

42-
</div>
17+
<img src='https://github.com/nfdi4plants/Branding/raw/master/logos/DataPLANT/DataPLANT_logo_bg_transparent.svg' style="width:30%" />
4318

44-
::top-right::
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>
4541

46-
<div style="margin-top:60px">
42+
<div>
4743

48-
<img style="width:250px;margin-bottom:20px" src='https://www.ceplas.eu/typo3conf/ext/fksitepackage/Resources/Public/Images/CEPLAS-Logo.svg'/>
44+
<img src='https://www.ceplas.eu/typo3conf/ext/fksitepackage/Resources/Public/Images/CEPLAS-Logo.svg' width="50%"/>
4945

50-
- Björn Usadel
51-
- Vittorio Tracanna
52-
- Yaser Alashloo
46+
- Björn Usadel
47+
- Yaser Alashloo
48+
- Vittorio Tracanna
5349

54-
</div>
50+
</div>
5551

56-
::bottom-right::
52+
<div>
53+
<!-- left blank to allow long data plant list -->
54+
</div>
5755

58-
<img style="height:70px;mr:50px;margin-bottom:20px" src='https://www.sfb1535.hhu.de/fileadmin/redaktion/Fakultaeten/Mathematisch-Naturwissenschaftliche_Fakultaet/Biologie/SFB1535/Bilder/MibiNet.png'/>
56+
<div>
57+
58+
<img src='https://www.sfb1535.hhu.de/fileadmin/redaktion/Fakultaeten/Mathematisch-Naturwissenschaftliche_Fakultaet/Biologie/SFB1535/Bilder/MibiNet.png' width="27%"/>
5959

60-
- Sabrina Zander
60+
- Sabrina Zander
61+
62+
</div>
63+
</div>

slide-decks/2026-02-11_arcify/custom/exercise-starthere-checkpoint-1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ layout: default
8181
<img src="https://raw.githubusercontent.com/EduBricksHub/EduImages/1eaacfdc463867832a2f847a3da571f5cf2d2b11/figures/arc-prototypic/arc-prototypic-metadata-table-representation.svg" />
8282

8383
---
84-
layout: two-columns
84+
layout: two-cols-header
8585
---
8686

8787
## Referencing a protocol
@@ -107,7 +107,7 @@ layout: default
107107
<img src="https://raw.githubusercontent.com/EduBricksHub/EduImages/1eaacfdc463867832a2f847a3da571f5cf2d2b11/figures/arc-prototypic/arc-prototypic-study-parameterization.svg" />
108108

109109
---
110-
layout: two-columns
110+
layout: two-cols-header
111111
---
112112

113113
## Finding the right metadata vocabulary
@@ -148,7 +148,7 @@ layout: default
148148
<img src="https://raw.githubusercontent.com/EduBricksHub/EduImages/1eaacfdc463867832a2f847a3da571f5cf2d2b11/figures/arc-prototypic/arc-prototypic-metadata.svg" />
149149

150150
---
151-
layout: two-columns
151+
layout: two-cols-header
152152
---
153153

154154
## Finding the metadata vocabulary and descriptors
@@ -179,7 +179,7 @@ layout: two-columns
179179

180180

181181
---
182-
layout: two-columns
182+
layout: two-cols-header
183183
---
184184

185185
## Finding the metadata vocabulary and descriptors

slide-decks/2026-02-11_arcify/custom/exercise-starthere-checkpoint-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ layout: default
4444
<img src="https://raw.githubusercontent.com/EduBricksHub/EduImages/1eaacfdc463867832a2f847a3da571f5cf2d2b11/figures/arc-prototypic/arc-prototypic-assay-modular1.svg"/>
4545

4646
---
47-
layout: two-columns
47+
layout: two-cols-header
4848
---
4949

5050
## Parameterization: sugar extraction
@@ -61,7 +61,7 @@ layout: two-columns
6161
<img src="https://raw.githubusercontent.com/EduBricksHub/EduImages/1eaacfdc463867832a2f847a3da571f5cf2d2b11/figures/arc-prototypic/arc-prototypic-assay-labprocess1-extraction.svg" />
6262

6363
---
64-
layout: two-columns
64+
layout: two-cols-header
6565
---
6666

6767
## Parameterization: sugar measurement

0 commit comments

Comments
 (0)