-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path_quarto.yml
130 lines (119 loc) · 3.03 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
project:
type: book
preview:
port: 4200
resources:
- CNAME
reference-location: margin # footnotes in margin
link-citations: true # citations link to references
bibliography: experimentology.bib
reference-section-title: References
crossref:
fig-prefix: figure
tbl-prefix: table
sec-prefix: section
language:
crossref-ch-prefix: chapter
crossref-apx-prefix: appendix
df-print: kable
filters:
- boxes
format:
html:
theme:
light: [flatly, resources/scss/global.scss]
dark: [darkly, resources/scss/global.scss]
published-title: "Updated"
pdf:
documentclass: scrreprt
classoption: [numbers=noenddot,DIV=11]
keep-tex: true
include-in-header: resources/tex/preamble.tex
include-after-body: resources/tex/postamble.tex
template-partials:
- resources/tex/partials/before-body.tex
citeproc: false # don't run pandoc default citation handling
csl: chicago-author-date-custom.csl
filters:
- section-bibliographies
toc-depth: 1 # level 1 headings (i.e. parts and chapters)
toc-title: Contents # title of table of contents
links-as-notes: true # turn URLs into sidenotes
citecolor: DarkGreen # tufte color
linkcolor: DarkBlue # tufte color
urlcolor: DarkGreen # tufte color
# lot: true
knitr:
opts_chunk:
comment: "#>"
collapse: TRUE
cache.lazy: FALSE
dev: "png"
dpi: 300
execute:
echo: false
message: false
warning: false
error: false
cache: true
code-overflow: wrap
tidy: true
book:
title: "Experimentology"
subtitle: "An Open Science Approach to Experimental Psychology Methods"
author:
- name: Michael C. Frank
orcid: 0000-0002-7551-4378
- name: Mika Braginsky
orcid: 0000-0001-9039-3220
- name: Julie Cachia
orcid: 0000-0001-9584-457X
- name: Nicholas A. Coles
orcid: 0000-0001-8583-5610
- name: Tom E. Hardwicke
orcid: 0000-0001-9485-4952
- name: Robert D. Hawkins
orcid: 0000-0003-0434-8736
- name: Maya B. Mathur
orcid: 0000-0001-6698-2607
- name: Rondeline Williams
orcid: 0000-0002-2690-1603
date: last-modified
# doi: 10.25936/3jp6-5m50
repo-url: https://github.com/langcog/experimentology
repo-actions: [source, issue]
downloads: [pdf]
sidebar:
style: "docked"
footer: license.qmd
google-analytics: G-659MTW4XZ4
# cookie-consent: true
chapters:
- index.qmd
- part: "Foundations"
chapters:
- 001-experiments.qmd
- 002-theories.qmd
- 003-replication.qmd
- 004-ethics.qmd
- part: "Statistics"
chapters:
- 005-estimation.qmd
- 006-inference.qmd
- 007-models.qmd
- part: "Planning"
chapters:
- 008-measurement.qmd
- 009-design.qmd
- 010-sampling.qmd
- part: "Execution"
chapters:
- 011-prereg.qmd
- 012-collection.qmd
- 013-management.qmd
- part: "Reporting"
chapters:
- 014-writing.qmd
- 015-viz.qmd
- 016-meta.qmd
- 017-conclusion.qmd