-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,3 @@ | ||
# Applied Data Skills (v3) | ||
# OR4 Demo | ||
|
||
<!-- badges: start --> | ||
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6365077.svg)](https://doi.org/10.5281/zenodo.6365077) | ||
<!-- badges: end --> | ||
|
||
The 2024 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. (2024). Applied Data Skills. Version 3.0. Retrieved from https://psyteachr.github.io/ads-v2/. doi: [10.5281/zenodo.6365077](https://doi.org/10.5281/zenodo.6365077) | ||
|
||
See <https://psyteachr.github.io/ads-v1/> for version 1 (2022) and <https://psyteachr.github.io/ads-v2/> for version 2 (2023). | ||
|
||
|
||
|
||
## Setup tips | ||
|
||
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](https://github.com/quarto-ext/fontawesome) (via the terminal): | ||
|
||
``` | ||
quarto install extension quarto-ext/fontawesome | ||
``` | ||
|
||
* Most icons are created with [bootstrap icons](https://icons.getbootstrap.com/) (`font-family:"bootstrap-icons";`) | ||
This is a website demo ritten in quarto. You can edit the .qmd files to update the website. For now, Lisa will have to manually run quaarto to render the website after updates, but when she has time, will ad in automatic github actions to re-render the site after each update. |