Skip to content

Presentation Decks

A small library of HTML slide decks authored for the UA Public Health & AI Summer School 2026. Each deck is a self-contained 1920×1080 presentation that pairs with one or more workshop docs lessons.

How to view

  • Click a deck title below to open it. Use your browser's "open in new tab" if you want the slides visible alongside the docs.
  • Keyboard navigation: Arrow keys, space, Page Up / Page Down move between slides. Home / End jump to start or end. R restarts at slide 1. Number keys 19 jump directly to that slide.
  • Click navigation: click the right half of the slide to advance, left half to go back.
  • Each deck remembers your last position via localStorage and the URL hash (e.g. #7 for slide 7) — refresh-safe.

Fullscreen presentation

Each deck is configured with the no-rail attribute, so the thumbnail rail does not appear by default — you get the slide canvas alone, scaled to fit your browser window. For a truly fullscreen presentation (the workshop default):

  1. Open the deck.
  2. Press your browser's fullscreen shortcut — F11 on Windows / Linux, Cmd + Ctrl + F on macOS Chrome / Edge / Firefox, or use the browser menu (View → Enter Full Screen).
  3. Navigate with the keyboard shortcuts above.
  4. Press the same shortcut (or Esc) to exit fullscreen.

If you do want the thumbnail rail (for previewing all slides while you author or edit), remove the no-rail attribute from the <deck-stage> tag at the top of the HTML file.

Use your browser's print dialog. The decks ship with a @media print stylesheet that lays out every slide as its own page at the design size (1920×1080), so File → Print → "Save as PDF" produces a clean one-page-per-slide PDF with no extra configuration.

Decks

Prompt Engineering Basics

The 24-slide introduction: how AI models process prompts, the CRAFT framework, advanced techniques (custom instructions, few-shot learning, prompt chaining, multi-modal inputs, web search), and the four common pitfalls every cohort makes.

Pairs with: Prompt Engineering

Prompt Engineering Deep Dive — Agentic Workflows

The follow-on deck pushing past single prompts into agentic workflows, multi-step orchestration, and the model–tool boundary.

Pairs with: Prompt Engineering, Vibe Coding, and Agentic AI

Ethics & Environmental Impact

Panel deck covering responsible-use frameworks, the civic-grammar argument from Alondra Nelson, regulatory landscape, and the environmental cost of frontier-model training and inference.

Pairs with: Ethics of AI, Bias & Discrimination, and Ethical & Legal Considerations

Geospatial AI for Public Health

Lab deck for the GIS practical: building an interactive story-map of a public-health dataset using an agentic coding workflow.

Pairs with: Vibe coding a Public Health Map

About the deck shell

These decks use a small custom element, <deck-stage>, served alongside the HTML at deck-stage.js. It handles canvas scaling, keyboard and click navigation, the slide-count overlay, the thumbnail rail (suppressed here via no-rail), URL-hash persistence, speaker-notes postMessage, and the print-to-PDF stylesheet.

License

All decks are released under Creative Commons Attribution 4.0, the same license as the rest of the workshop. Authored for the UA PH&AI Summer School and the BIO5 KEYS Research Internship.