Skip to content

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

cd presentations/osc-overview
quarto render index.qmd
# Open _output/index.html in a browser

On OSC, render on a login node then transfer to your local machine:

scp -r pitzer:~/lab-setup-guide/presentations/osc-overview/_output/ ./osc-slides/

Adding a New Presentation

  1. Copy the presentation starter template as your starting point
  2. Create a directory under presentations/ (e.g., presentations/my-topic/)
  3. Add _quarto.yml, index.qmd, custom.scss, and an images/ folder
  4. Add presentations/my-topic/_output/ to .gitignore
  5. 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.