-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
154 lines (140 loc) · 4.19 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
project:
type: website
output-dir: docs
preview:
port: 4203
render:
- "*.qmd"
- "!_*" # ignore any file that starts with a _
- "read_24.R"
- "read_22.R"
- "!dot_sim_gpt.qmd"
resources:
- "Task/index.html"
- "Task/debug.html"
- "Task/mc_patterns.json"
- "Task/assets/*"
- "assets/*"
- "assets/grateful-refs.bib"
website:
title: "Dot Pattern Variability"
repo-url: https://github.com/tegorman13/dot_variability
site-url: "https://tegorman13.github.io/dot_variability"
repo-actions: [source]
reader-mode: true
page-navigation: true
sidebar:
style: docked
background: light
tools:
- icon: github
href: https://github.com/tegorman13/dot_variability
contents:
- href: index.qmd
text: Home
- section: "Analysis"
contents:
- href: Analysis/dp_22.qmd
text: Hu & Nosofsky 2022
- href: Analysis/dp_24.qmd
text: Hu & Nosofsky 2024
- href: Analysis/fixed_proto_pilot.qmd
text: Fixed Prototype Pilot
- href: Analysis/all_exp.qmd
text: Combined Studies
- section: "Similarity Ratings"
contents:
- href: Analysis/dotSim_Analysis.qmd
text: Rating Data Checks
- href: Analysis/dotSim_compare.qmd
text: Rating Analysis
- section: "Dot Patterns"
contents:
- href: Stimulii/plotDots.qmd
text: Dot Patterns
- href: Stimulii/pair_plots.qmd
text: Pair Plots
- href: Stimulii/instruction_examples.qmd
text: Instructions
- href: Stimulii/check_dots.qmd
text: basic
- section: "Task"
contents:
- href: Task/Task.qmd
text: Rating Task
page-footer:
left: "© 2024 [Thomas Gorman](https://tegorman13.github.io)"
center: "site created with [R](https://cran.r-project.org/) and [quarto](https://quarto.org)"
right:
- text: "{{< fa brands github size=2.0x >}}"
aria-label: GitHub
target: _blank
href: https://github.com/tegorman13/dot_variability
execute:
freeze: auto
tidy: true
bibliography: [assets/dot_bib.bib, assets/grateful-refs.bib] #, assets/grateful-refs.bib
csl: assets/apa7.csl
format:
html:
# theme:
# light: spacelab #[default]
# dark: cyborg
#theme: Assets/Style/lux-modified.scss
css: "assets/style_qt.css"
page-layout: full
tbl-cap-location: top
fig-cap-location: bottom
toc: true
toc-location: right
toc-depth: 2
cold-fold: true
cold-tools: true
code-link: true
code-line-numbers: false
code-summary: "Display code"
citations-hover: true
#code-overflow: wrap
code-copy: true
number-depth: 3
smooth-scroll: true
# code-block-bg: "#f8f8f8" #"#272822"
# highlight-style: monochrome #monokai #github #a11y
html-math-method: mathjax
link-external-newwindow: true
link-external-filter: '^(?:http:|https:)\/\/www\.tegorman13.github.io/dot_variability\/custom'
# navbar:
# background: primary
# search: true
# collapse-below: sm
# tools:
# - icon: github
# href: https://github.com/tegorman13/dot_variability
# left:
# - text: "Prior Work"
# menu:
# - text: "2022_Paper"
# href: dp_22.qmd
# - text: "Hu_Nosofsky24"
# href: dp_24.qmd
# - text: "Combo"
# href: all_exp.qmd
# - text: "Dot Patterns"
# href: Stimulii/plotDots.qmd
# - text: "Similarity Ratings"
# menu:
# - text: "Data Checks"
# href: dotSim_Analysis.qmd
# - text: "Group Comparison"
# href: dotSim_compare.qmd
# - text: "Task"
# href: Task/Task.qmd
# #href: Task/index.html
# page-footer:
# left: "© 2024 [Thomas Gorman](https://tegorman13.github.io)"
# center: "site created with [R](https://cran.r-project.org/) and [quarto](https://quarto.org)"
# right:
# - text: "{{< fa brands github size=2.0x >}}"
# aria-label: GitHub
# target: _blank
# href: https://github.com/tegorman13/dot_variability