forked from PsyTeachR/ads-v2
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
104 lines (99 loc) · 2.24 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
lang: en
project:
type: book
output-dir: docs
resources: resources
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-v3/
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 2024, psyTeachR"
right:
- icon: github
href: https://github.com/psyteachr/ads-v3
- 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-summary.qmd
- 05-formative.qmd
- 06-ai.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-import.qmd
- app-datatypes.qmd
- app-dates.qmd
- app-styling.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
df-print: kable
html-table-processing: none
code-link: true
code-fold: false
code-line-numbers: true
code-overflow: wrap
code-copy: hover
highlight-style: a11y
# mainfont: ''
# monofont: ''
include-after-body:
- include/webex.js
- include/script.js