Statistics material for the 2024 UCSF Neuroscience Orientation
Visit the most recently deployed version of the site at https://maxinelevesque.github.io/nso-24-stats/.
This project was typeset with Quarto. Their installation instructions are here.
To create a conda environment with the needed dependencies, you can run this from the slides directory:
conda env create -f environment.yml -p {/path/to/repo}/slides/.condaRun Quarto from within this environment by activating it; from within the slides directory, you can run:
conda activate ./.condaWith Quarto installed and the environment activated, in the slides directory, run:
quarto previewWith Quarto installed and the environment activated, in the slides directory, run:
quarto renderThe static site will be built in the docs directory (for use with GitHub Pages).