From e554d9214408cecd6a493ad96e8b24c093540a60 Mon Sep 17 00:00:00 2001 From: Benjamin Uekermann Date: Mon, 29 Dec 2025 15:24:31 +0100 Subject: [PATCH 1/2] Update docs tools and misc lectures --- 04_documentation/examples/pandoc/example.md | 2 +- 04_documentation/pandoc_slides.md | 4 ++++ timetable.md | 13 +++++++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/04_documentation/examples/pandoc/example.md b/04_documentation/examples/pandoc/example.md index f26a0cf7..9aaf0122 100644 --- a/04_documentation/examples/pandoc/example.md +++ b/04_documentation/examples/pandoc/example.md @@ -1,7 +1,7 @@ --- title: My awesome title author: Firstname lastname -date: 2025-01-08 +date: 2026-01-07 --- # Introduction diff --git a/04_documentation/pandoc_slides.md b/04_documentation/pandoc_slides.md index f8cd587a..309d179c 100644 --- a/04_documentation/pandoc_slides.md +++ b/04_documentation/pandoc_slides.md @@ -186,3 +186,7 @@ pandoc --pdf-engine=xelatex -V geometry:a4paper \ -V colorlinks:true -V linkcolor:blue -V fontsize=10pt \ --listings -s --output=OUTPUTFILENAME INPUTFILENAME ``` + +## Pandoc and Generative AI + +> In the age of Large Language Models (LLMs), is Pandoc still relevant? diff --git a/timetable.md b/timetable.md index c001d918..03869a62 100644 --- a/timetable.md +++ b/timetable.md @@ -99,3 +99,16 @@ ## 10.2 – Wed, December 17, 2025 - The Challenge, step two, presentations + +## 11.1 – Wed, January 7, 2026 + +- **25** min.: Markup Languages: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/markup_languages_slides.md) +- **20** min.: Pandoc: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/pandoc_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/pandoc_demo.md) +- **35** min.: Documentation Website Generators: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/website_generators_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/website_generators_demo.md) + +## 11.2 – Wed, January 7, 2026 + +- **20** min.: [Floss Licenses](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/06_miscellaneous/floss_licenses_slides.md) +- **20** min.: [Versioning](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/06_miscellaneous/versioning_slides.md) +- **20** min.: [Repository Layouts](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/06_miscellaneous/repository_layouts_slides.md) +- **20** min.: [DOI, Zenodo, DaRUS](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/06_miscellaneous/doi_zenodo_darus_slides.md) From 1c779fbd226189e5965ed8516d2505d73fa7ae1e Mon Sep 17 00:00:00 2001 From: Benjamin Uekermann Date: Mon, 29 Dec 2025 15:26:13 +0100 Subject: [PATCH 2/2] Fix slides formatting --- 04_documentation/pandoc_slides.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/04_documentation/pandoc_slides.md b/04_documentation/pandoc_slides.md index 309d179c..b3f95913 100644 --- a/04_documentation/pandoc_slides.md +++ b/04_documentation/pandoc_slides.md @@ -187,6 +187,8 @@ pandoc --pdf-engine=xelatex -V geometry:a4paper \ --listings -s --output=OUTPUTFILENAME INPUTFILENAME ``` +--- + ## Pandoc and Generative AI > In the age of Large Language Models (LLMs), is Pandoc still relevant?