-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
34 lines (26 loc) · 1.18 KB
/
index.qmd
File metadata and controls
34 lines (26 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: "What If? - Lecture Notes"
format:
html: default
revealjs:
output-file: index-slides.html
pdf:
output-file: index-handout.pdf
docx:
output-file: index.docx
---
# Welcome {.unnumbered}
This is a Quarto book project based on the textbook "What If?" by Miguel Hernán and James Robins.
The notes are available in multiple formats:
- **HTML Book**: Navigate using the sidebar for a traditional book reading experience
- **RevealJS Slides**: Each chapter also generates a presentation format with `-slides.html` suffix
- **PDF Handouts**: Each chapter generates a PDF handout with `-handout.pdf` suffix
- **DOCX Documents**: Each chapter generates a Microsoft Word document with `.docx` extension
## About this project
These lecture notes follow the structure and content from [What If? by Hernán MA, Robins JM](https://miguelhernan.org/whatifbook).
## Navigation
Use the sidebar to navigate between chapters. Each chapter is available as:
- A traditional HTML page (click the chapter name)
- RevealJS slides (add `-slides.html` to the chapter URL)
- PDF handout (add `-handout.pdf` to the chapter URL)
- DOCX document (replace `.html` with `.docx` in the chapter URL)