ese-website/content/_data/nerd101.md
Lyn Fugmann 84e3af4205
Some checks failed
publish / publish (push) Failing after 4m14s
add nerd101 docs
2024-10-06 17:07:08 +02:00

20 lines
723 B
Markdown

# nerd101.yaml
`rooms`: mapping of room number to campus navigator url
`talks`: list of talks, which have the following properties:
- `title`: title of the talk (string or translations[^1])
- `start`: time in hh:mm
- `room`: room number
- `level`: any prior knowledge requirements, etc (string or translations[^1])
- `description`: what the talk is about (string or translations[^1])
- `annotation`: optionally, any additional important information (string or translations[^1])
- `livestream`: true, if this event will be live streamed. Can be omitted otherwise.
[^1]: ```yaml
level:
de: keine Vorkenntnisse
en: no prior knowledge
```
Both en and de versions must be set and non-empty.