forked from PsyTeachR/ads-v1
-
Notifications
You must be signed in to change notification settings - Fork 5
/
_quarto.yml
106 lines (101 loc) · 2.42 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
project:
type: book
output-dir: docs
resources: data
preview:
port: 4200
execute:
freeze: auto
book:
title: 'Applied Data Skills'
subtitle: "Processing & Presenting Data"
author: "Emily Nordmann and Lisa DeBruine"
cover-image: images/logos/logo.png
image: images/logos/logo.png
favicon: images/logos/favicon.ico
#cookie-consent: true
google-analytics: "G-6NP3MF25W3"
page-navigation: true
search: true
# comments:
# hypothesis:
# theme: clean
# openSidebar: false
repo-url: https://github.com/psyteachr/ads-v2/
repo-branch: master
repo-actions: [edit, issue, source]
# downloads: [pdf, epub]
sharing: [twitter, facebook, linkedin]
# sidebar:
# style: docked
# background: light
margin-header: "<a href='https://doi.org/10.5281/zenodo.6365077'><img src='https://zenodo.org/badge/DOI/10.5281/zenodo.6365077.svg' alt='DOI'></a>"
page-footer:
left: "CC-BY 2022, psyTeachR"
right:
- icon: github
href: https://github.com/psyteachr/ads-v2
- icon: twitter
href: https://twitter.com/psyteachr
- icon: https://zenodo.org/badge/DOI/10.5281/zenodo.6365077.svg
href: https://doi.org/10.5281/zenodo.6365077
chapters:
- index.qmd
- 01-intro.qmd
- 02-reports.qmd
- 03-viz.qmd
- 04-data.qmd
- 05-summary.qmd
- 06-formative.qmd
- 07-joins.qmd
- 08-tidy.qmd
- 09-wrangle.qmd
- 10-custom.qmd
- 11-refs.qmd
- 12-license.qmd
appendices:
- app-installing-r.qmd
- app-updating-r.qmd
- app-symbols.qmd
- app-conventions.qmd
- app-teams.qmd
- app-debugging.qmd
- app-datatypes.qmd
- app-dates.qmd
- app-styling.qmd
# - app-hashtags.qmd
# - app-twitter.qmd
- app-spotify.qmd
- app-webpage.qmd
bibliography:
- include/book.bib
- include/packages.bib
csl: include/apa.csl
format:
html:
theme:
light:
- flatly
- include/light.scss
dark:
- darkly
- include/dark.scss
css:
- include/psyteachr.css
- include/webex.css
- include/style.css
number-depth: 3
code-link: true
code-fold: false
df-print: kable
# cap-location: margin
# reference-location: margin
# citation-location: margin
code-line-numbers: true
code-overflow: wrap
code-copy: hover
# code-block-border-left: "#4864DB"
highlight-style: a11y
# monofont: Fira Code
# mainfont: Open Sans
include-after-body: [include/webex.js, include/script.js]