Skip to content

ucdavisdatalab/adventures_in_data_science

Repository files navigation

Adventures in Data Science

UC Davis DataLab
Author(s): DataLab Staff & Course TAs (see _quarto.yml)
Instructor of Record: Carl Stahmer <cstahmer@ucdavis.edu>
Maintainer: Nick Ulle <naulle@ucdavis.edu>

File Manifest

R/                  R scripts, including scripts sourced by chapters
_build/             Rendered HTML reader
_freeze/            Cached code outputs for each chapter
chapters/           Quarto Markdown (.qmd) files for each chapter
data/               Data sets
html_cache/         Cached data for the web scraping chapter
images/             Image files used in the reader
img/                Old image files not currently used in the reader
.gitattributes      Paths Git should give special treatment
.gitignore          Paths Git should ignore
CONTRIBUTING.md     Instructions for contributors
LICENSE             License file
README.md           This file
_quarto.yml         Quarto configuration file
index.qmd           Front page ("Overview") of the reader
pixi.lock           Exact description of Pixi environment
pixi.toml           Pixi metadata file
references.bib      BibTeX bibliography file

(back to top)