https://github.com/liaplayground/slub-2025
Miniworkshop: LiaScript bei der Love Data Week im OSL in Dresden
https://github.com/liaplayground/slub-2025
fdm liascript liascript-course
Last synced: 4 months ago
JSON representation
Miniworkshop: LiaScript bei der Love Data Week im OSL in Dresden
- Host: GitHub
- URL: https://github.com/liaplayground/slub-2025
- Owner: LiaPlayground
- License: unlicense
- Created: 2025-02-11T08:11:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T09:35:00.000Z (over 1 year ago)
- Last Synced: 2025-07-05T22:40:58.245Z (11 months ago)
- Topics: fdm, liascript, liascript-course
- Language: CSS
- Homepage: https://liascript.github.io/course/?https://raw.githubusercontent.com/LiaPlayground/SLUB-2025/refs/heads/main/README.md
- Size: 215 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://liascript.github.io/course/?https://raw.githubusercontent.com/LiaPlayground/SLUB-2025/refs/heads/main/README.md#1)
[](https://liascript.github.io/LiveEditor/?/show/file/https://raw.githubusercontent.com/LiaPlayground/SLUB-2025/refs/heads/main/README.md)
# Lebendige Daten mit LiaScript
LiaScript Tutorial im Rahmen der _Love Data Week_ 2025
=======================================================
---------------------------------------
#### Dr. Andre Dietrich, Dr. Ines Aubel, Prof. Dr. Sebastian Zug \
TU Bergalakdemie Freiberg \
Februar 2025 \

## Warum LiaScript?
{{0-3}}
*******************************************************
> _"Another approach is to use a system like LiaScript [2], which enables the creation of interactive __online courses__ based on Markdown and JavaScript. It allows for embedding external elements including __interactive elements__, e.g. videos. The courses themselves can be developed in a __decentralized way__."_
>
> (Sebastian Speiser, "Composition of Open Educational Resources through Dynamic Linking of Modular Components", Proceedings of the 2024 16th International Conference on Education Technology and Computers)
*******************************************************
{{1-3}}
*******************************************************
> ... und was hat das mit Forschungsdatenmanagement zu tuen?
*******************************************************
{{1-2}}
*******************************************************
```ascii
| Aspekte des Forschungsdatenmanagements | Einsatz von LiaScript |
| | Lehre | Anwendung |
| -------------------------------------- | ---------- | --------- |
| 1. Datenmanagement & Speicherung | ┓ | |
| 2. Metadaten & Dokumentation | ┃ | ✅ |
| 3. Datenanalyse & Verarbeitung | ┃ | ✅ |
| 4. Datenversionierung & Kollaboration | ┣ ✅ | |
| 5. Datenpublikation & Open Science | ┃ | |
| 6. Langzeitarchivierung | ┛ | | .
```
*******************************************************
{{2-3}}
*******************************************************
```ascii
.-.
( 0 ) "__LiaScript als Konzept__"
| Aspekte des Forschungsdatenmanagements | Einsatz von LiaScript | .-.
| | Lehre | Anwendung | .-.
| -------------------------------------- | ---------- | --------- | ( 1 ) "__LiaScript Grundlagen__"
| 1. Datenmanagement & Speicherung | ┓ | | .-.
| 2. Metadaten & Dokumentation | ┃ | ✅ .-.
| 3. Datenanalyse & Verarbeitung | ┃ | ✅ ( 2 ) "__LiaScript für die Datenanalyse__"
| 4. Datenversionierung & Kollaboration | ┣ ✅ | .-.
| 5. Datenpublikation & Open Science | ┃ .-. | |
| 6. Langzeitarchivierung | ┛ ( 3 ) "__LiaScript meets OER__" .
.-.
```
*******************************************************
## 0. LiaScript als Konzept
{{0-1}}
*******************************************************
> __1. Wir trennen Darstellung und Inhalt! Alle Elemente werden soweit wie möglich durch eine rein textuelle Repräsentation ausgedrückt.__
```markdown @embed.style(height: 550px; min-width: 100%; border: 1px black solid)
# Vom Text zur Darstellung
__Text__
Hallo Welt!
__Mathematik__
$f(x) = x^2$
__Tabellen__
| x | B(x) | C(x) |
|---|:----:|:----:|
| 1 | 2 | 3 |
| 4 | 5 | 6 |
```
*******************************************************
{{1-2}}
*******************************************************
> __2. Lehre lebt von Interaktion__
```markdown @embed.style(height: 550px; min-width: 100%; border: 1px black solid)
# Lehre lebt von Interaktion
__Tabellen als Grafiken__
| X | B(y) | C(y) |
|---|:----:|:----:|
| 1 | 2 | 3 |
| 4 | 5 | 6 |
__Quizze__
Wann wurde die SLUB gegründet?
- [(X)] 1996
- [( )] 1896
```
*******************************************************
{{2-3}}
*******************************************************
> __3. Der Browser kann viel mehr als Webseiten anzuzeigen.__
````markdown @embed.style(height: 550px; min-width: 100%; border: 1px black solid)
# Browserfeatures / JavaScript
__Sprache__
> Click to run!
>
> {{|> Deutsch Female}}
> Hallo liebe LiaScript Interessierte!
__Datenspeicherung__
``` abc
X:353
T: GLUECK AUF DER STEIGER KOEMMT
N: E1512
O: Europa, Mitteleuropa, Deutschland
R: Staende -, Bergmanns - Lied
M: 4/4
L: 1/16
K: G
| G8F4A4 | G8z8 | B8A4c4 | B8z4G2A2 | B4B4B4A2B2 | c4A3AA4
A2B2 | c4c4c4B2c2 | d4B3BB4A4 | G8F8 | G4e4d4c2A2 | B8A8 | G8z8
```
@ABCJS.eval
````
*******************************************************
## 1. LiaScript Tutorial

https://liascript.github.io/LiveEditor/?/show/file/https://raw.githubusercontent.com/LiaPlayground/SLUB-2025/refs/heads/main/1.LiaScript_Tutorial.md
## 2. LiaScript in der Datenanalyse

https://liascript.github.io/LiveEditor/?/show/file/https://raw.githubusercontent.com/LiaPlayground/SLUB-2025/refs/heads/main/2.LiaScript_Datenanalyse.md
## 3. LiaScript meets FDM & OER
{{0-1}}

{{1-2}}
| Autor_innen | Titel & | Link | Hinweise |
| ----------------------------------------------------- | ----- | ---- | -------- |
| Tim Bender, _Hessische Forschungsdateninfrastrukturen (HeFDI)_ | [HeFDI-FDM-Selbstlerneinheit](https://liascript.github.io/course/?https://api.allorigins.win/raw?url=https://code.fbi.h-da.de/fbmd1715/hefdi-selbstlerneinheit/-/raw/main/de/01_einfuehrung_in_das_fdm.md?ref_type=heads#3) | https://code.fbi.h-da.de/fbmd1715/hefdi-selbstlerneinheit | Überzeugende Motivation anhand einer _FDM-Foto-Lovestory_ |
| Antje Ahrens, Nicola Seitz, Henrik Wagner, _C3L – Center für lebenslanges Lernen, Carl von Ossietzky Universität Oldenburg_ | [Universität Oldenburg, Research Data Management in the Energy Sector](https://www.twillo.de/edu-sharing/components/collections?id=cdaaa23c-4f8f-481f-bdad-19aad3bef880) | https://github.com/NFDI4Energy/EFZN_rdm | Im August 2023 war dieser Kurs "Twillo edu-sharing Perle des Monats", Einbettung von H5P Elementen |
| Rose Hartmann, Joy Payton, _ARCUS Projekt, Children's Hospital of Philadelphia_ | [Data Education Courses](https://learn.arcus.chop.edu/) | https://github.com/arcus/education_modules | Grandioses Frontend für die Verwaltung der LiaScript-FDM-Kurse |
## Wie mache ich weiter?
| Ressource | Hinweise |
| --------------------------------------------- | --------------------------------------------------------------------------------- |
| https://liascript.github.io | Projektwebseite mit Links zu allen Informationen, LiveEditor, Blogbeiträgen, ... |
| [LiaScript erklärt LiaScript](https://liascript.github.io/course/?https://raw.githubusercontent.com/LiaScript/docs/master/README.md) | Dokumentation des Sprachumfanges |
| https://www.youtube.com/@liascript4180 | Youtube Kanal |
| https://github.com/orgs/LiaScript/discussions | Diskussionsforum von Nutzenden |
| Andre & Ines & Sebastian | Zum direkt ansprechen :-) |