My teaching materials for the statisitcs section of BIOC13: Ekologi at Lund University (both autumn and spring version), organised as a quarto website. At the end of each semester, the site is archived via GitHub releases.
This quarto site uses 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
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.