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..b3f95913 100644 --- a/04_documentation/pandoc_slides.md +++ b/04_documentation/pandoc_slides.md @@ -186,3 +186,9 @@ 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)