The 2023 version of the course book for the Applied Data Skills microcredential course in the School of Psychology and Neuroscience at the University of Glasgow.
This repository contains the source files for the interactive textbook:
Nordmann, E. & DeBruine, L. (2023). Applied Data Skills. Version 1.0. Retrieved from https://psyteachr.github.io/ads-v2/. doi: 10.5281/zenodo.6365077
See https://psyteachr.github.io/ads-v1/ for version 1.
If you want to render the book from the code, here are some tips for setting up quarto for this book.
Install fontawesome for quarto (via the terminal):
quarto install extension quarto-ext/fontawesome
- Most icons are created with bootstrap icons (
font-family:"bootstrap-icons";
)