This repo contains the course files and resources for BIOB11: Experimental Design and Analysis for Biologists (2025) organised as a quarto website. At the end of each semester, the site is archived via GitHub releases.
The site makes use of R for WebAssembly to enable interactive teaching examples in a static website framework.
- Requires Quarto v1.6+
- Requires R
The repo is setup as a Quarto Project, using the website template.
To build the site, install the required quarto extensions in the root directory (they are now included in the repo):
quarto add gadenbuie/countdown/quarto
quarto add r-wasm/quarto-live
quarto add quarto-ext/attribution
You can then build the site, which is built in /_site folder:
quarto render
slides/slides.scssis forked from the revealjs theme:grantmcdermott/quarto-revealjs-clean
Create a pull request or issue.