3 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
f24f1683da feat(slides): deploy slides portal to dev, add PPTX builds, fix all overfull warnings
- Wire up slides-preview-dev.yml to deploy via SSH (matching labs/kits pattern)
- Add slides/ URL rewrite in book-preview-dev.yml for landing page links
- Add pdf2pptx.py conversion script (pdftoppm + python-pptx, 300 DPI)
- Update Makefile with pptx targets (per-chapter, per-volume, all)
- Update slides-build-pdfs.yml and slides-publish-live.yml to build PPTX
  and include PDF+PPTX ZIP archives in GitHub releases
- Fix all 44 overfull box warnings across 17 Vol1 Beamer decks
- Update slides portal pages with direct per-deck PDF/PPTX download links,
  PPTX column in tables, and remove placeholder callouts
- Update teaching.qmd with PPTX build instructions
- Cross-link slides from instructors hub, getting-started, and both syllabi
2026-03-18 13:58:22 -04:00
Vijay Janapa Reddi
bbbf29a5c8 improve(instructors): add TinyTorch previews, case studies, grading estimates, and link fixes
- Add TinyTorch module preview callout to Getting Started showing what a module looks like
- Fix all TinyTorch links to point to rendered ABOUT pages instead of source directories
- Add mlsysim links everywhere the simulator is mentioned
- Add suggested case study papers to both syllabi (Sculley, Sambasivan, Dettmers, Kwon, etc.)
- Add grading load estimate table to Assessment page with per-task time budgets
- Add grading time budget section to TA Guide
2026-03-15 16:54:33 -04:00
Vijay Janapa Reddi
954f09b34d feat(instructors): add The Blueprint instructor site — course in a box
Complete instructor-facing Quarto site with 10 pages:
- Landing page with hero, semester cards, and component overview
- 8-step getting started checklist for adopting instructors
- Week-by-week syllabi for both semesters with direct links
- Course component map with SVG diagrams
- Pedagogy guide with facilitation strategies and cheat sheet
- Assessment rubrics with sample student work
- TA training guide with grading workflows
- Customization guide for quarters, seminars, and emphases
- FAQ addressing common adoption questions

Includes 4 SVG diagrams, ecosystem-aligned SCSS (light + dark),
and navbar structure matching the book sites.
2026-03-15 16:28:50 -04:00