-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
95 lines (85 loc) · 2.28 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
project:
type: book
book:
title: "Perception Lab"
author: "Lauren Fink"
date: "12/30/2024"
page-navigation: true
page-footer:
left: "Copyright 2024, Lauren Fink"
right:
- icon: github
href: https://github.com/Perception-Lab-PNB3EE3/courseBook
search: true
repo-url: https://github.com/Perception-Lab-PNB3EE3/courseBook
repo-actions: [edit, issue, source]
downloads: [pdf, epub]
favicon: favicon.ico
cover-image: cover.png
cover-image-alt: Book cover image that says Perception Lab Course, generated by chatGPT4o. Black and white offsets and subtle text distortions make one take a second look at the image, which is reminiscent of perceptual illusions.
chapters:
- index.qmd
- course_outline.qmd
- course_weekly_schedule.qmd
- resources.qmd
- part: "Week 1"
chapters:
- 01-intro.qmd
- exercise_environment.qmd
- part: "Week 2"
chapters:
- 02-open-research.qmd
- assignment_jsPsych_1.qmd
- part: "Week 3"
chapters:
- 03-exp-design.qmd
- assignment_jsPsych_2.qmd
- part: "Week 4"
chapters:
- 04-data-vis.qmd
- assignment_dataVis.qmd
- part: "Week 5"
chapters:
- 05-pre-reg.qmd
- assignment_preregistration.qmd
- part: "Week 6"
chapters:
- 06-open-data.qmd
- part: "Week 7"
chapters:
- 07-exp-programming.qmd
- assignment_experiment_code.qmd
- part: "Week 8"
chapters:
- 08-poster.qmd
- part: "Week 9"
chapters:
- 09-data-analyses.qmd
- assignment_analysis_code.qmd
- part: "Week 10"
chapters:
- 10-peer-review.qmd
- assignment_poster.qmd
- part: "Week 11"
chapters:
- 11-iteration.qmd
- part: "Week 12"
chapters:
- 12-wrap-up.qmd
- assignment_reflection.qmd
bibliography: references.bib
format:
html:
link-external-newwindow: true
theme:
light: minty
dark: darkly
number-sections: false
pdf:
documentclass: scrreprt
number-sections: false
resources:
- resources/assignment_dataVis_dataset.csv
- resources/assignment_preregistration_template.md
- resources/course_outline.pdf
- resources/weekly_schedule.pdf