Presentations¶
Slide decks for lab onboarding and training sessions, built with Quarto RevealJS.
Available Presentations¶
OSC & HPC Overview¶
An introduction to the Ohio Supercomputer Center for new lab members. Covers OSC clusters, three levels of access (OnDemand, terminal, batch jobs), storage tiers, SLURM job submission, and Python environment setup.
- Audience: New MSL lab members
- Slides: ~30
- Source:
presentations/osc-overview/
Building the slides
On OSC, render on a login node then transfer to your local machine:
Adding a New Presentation¶
- Copy the presentation starter template as your starting point
- Create a directory under
presentations/(e.g.,presentations/my-topic/) - Add
_quarto.yml,index.qmd,custom.scss, and animages/folder - Add
presentations/my-topic/_output/to.gitignore - Add an entry to this page
Presentations live outside docs/ so MkDocs ignores them. Only this index page is part of the docs site.
Quarto conventions
See the Quarto RevealJS guide for syntax reference. Lab-specific conventions (Mermaid handling, defensive settings) are documented in the presentation project's CLAUDE.md.