This document tabulates the state of the slides in
lecture_*/slides/<topic>/
based on
lecture_*/slides-pdf/
Displaying the latest commits of the lecture service repository and each of the currently included lectures (for debugging and race condition mitigation (kind of)).
Branch | Last Commit | By | Message |
---|---|---|---|
main | 2025-04-24 11:20:44 | Lukas Burk | Fix very stupid parallelization logic |
Lecture | Branch | Last Commit | By | Message |
---|---|---|---|---|
lecture_debug | main | 2025-04-24 19:03:50 | Lukas Burk | Cleanup |
If you’re missing a lecture here after rendering this site
interactively, you might have to add them to the
included_lectures
files or ensure they are downloaded
correctly.
lecture_advml/slides/gaussian-processes/slides-gp-bayes-lm.tex
\___________/ \________________/ \________________/
lecture topic <slide-name>
lecture_advml/slides-pdf/slides-gp-bayes-lm.pdf
\___________________/
pdf_static / "Reference PDF"
Tables are organized by lecture (first level) and lecture topics
corresponding to folders in slides/<topic>
(second
level), with a table per topic. Topics ignore certain folders like
attic
and all
.
<slide-name>
with a
link to the compiled .tex file (if it compiles).latexmk -pdf
. This can depend on the
availability of specific LaTeX dependencies, but assuming they are not
the issue, this usually indicates syntax issues or things like
\includegraphics
calls using relative paths that work on
Overleaf but not locally.<slide-name>.tex
against
slides-pdf/<slide-name>.pdf
using
diff-pdf-visually
:
diff-pdf
(at a lower resolution
than the originals).1 topics with a total of 5 slides
Slide | Compiles? | Note |
---|---|---|
slides-debug-minimal | ✅ | |
slides-demo-splitv | ✅ | |
slides-demo-summary | ✅ | |
slides-test-itemize | ✅ | |
slides-test-splitv | ✅ |