Collections of slides for all my public presentations starting on 2022
- Unizar Seminar, 2022-01-20: Branch, Slides.
- IFT Seminar, 2022-01-27: Branch, Slides.
- XIII CPAN Days, 2022-03-22 Branch, Slides.
- Thesis Defense, 2022-04-27: Branch, Slides.
- 5th Inter-experiment Machine Learning Workshop, 2022-05-09: Branch, Slides.
- Saturnalia 2022, 2022-12: Branch, Slides.
This branch (main) contains beamer templates and institutional logos. The slides for each event are in their own branch. When a new tag is pushed in a branch, GitHub Actions compiles the beamer files and produces a PDF [IMPORTANT: tags have to be pushed from the command line with git push --tags, creating a tag from GitHub's web won't work]. A tag version, like 001.211218.01, is formed of three parts:
slides id: unique identifier for each event, a number starting on001.timestamp: date of the tag, output fromdate "+%y%m%d".tag id: in case there are multiple tags the same day.
The file README.md of the branch is used as release notes.
GitHub Actions compiles by default the document slides.tex. To compile documents with another name, change the variable env.MAIN_FILE.
To include the tag in the PDF file (for example, for a perma-link), include the string ++TAGNUM++ in all .texfiles.