generated from kogpsy/neuroscicomplabFS22
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
98 lines (97 loc) · 2.84 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
project:
type: website
output-dir: docs
render:
- index.qmd
- pages/admin/*.qmd
- pages/chapters/*.qmd
- pages/exercises/exercise_*.qmd
- pages/solutions/solution_*.qmd
# - slides/13-bayes-factors.qmd
website:
title: Neurowissenschaft Computerlab
site-url: https://kogpsy.github.io/neuroscicomplabFS23/
favicon: /assets/logo_landing.png
reader-mode: true
navbar:
logo: /assets/logo.png
background: primary
right:
- text: "\U0001F5C4️ Admin"
menu:
- text: "\U0001F4DA Syllabus"
file: pages/admin/syllabus.qmd
- text: "\U0001F4DD Leistungsnachweise"
file: pages/admin/leistungsnachweise.qmd
- text: "\U0001F468\U0001F3FB\U0001F3EB\U0001F469\U0001F3FC\U0001F52C Dozierende"
file: pages/admin/dozierende.qmd
sidebar:
style: floating
search: true
contents:
- section: Einführung
contents:
- pages/chapters/software.qmd
- pages/chapters/chatgpt.qmd
- pages/chapters/datacamp.qmd
- section: Experimente
contents:
- pages/chapters/psychopy_experiments.qmd
- pages/chapters/experiment_stepbystep.qmd
- pages/chapters/uebung_1_experiment.qmd
- section: Data wrangling
contents:
- pages/chapters/reproducibility.qmd
- pages/chapters/importing_data.qmd
- pages/chapters/functions-loops.qmd
- pages/chapters/importing_data-2.qmd
- pages/chapters/summarizing-data.qmd
- pages/chapters/uebung_2_data_wrangling.qmd
- section: Visualisieren
contents:
- pages/chapters/rmarkdown.qmd
- pages/chapters/data_visualization_1.qmd
- pages/chapters/data_visualization_2.qmd
- pages/chapters/uebung_3_data_visualization.qmd
- section: Signal Detection Theory
contents:
- pages/chapters/signal-detection-1.qmd
- pages/chapters/signal-detection-2.qmd
- pages/chapters/uebung-4-signal-detection.qmd
- section: Bayesianische Datenanalyse
contents:
- pages/chapters/bayesian-statistics-1.qmd
- pages/chapters/bayesian-statistics-2.qmd
- pages/chapters/bayesian-statistics-3.qmd
- pages/chapters/uebung-5_bayesian_data_analysis.qmd
# - text: "Slides (13. Sitzung)"
# file: slides/13-bayes-factors.qmd
page-footer:
right:
- icon: github
href: https://github.com/kogpsy/neuroscicomplabFS23
format:
html:
theme:
light:
- flatly
- styles/light.scss
dark:
- darkly
- styles/dark.scss
css:
- /styles/global.css
- include/webex.css
link-external-newwindow: true
include-after-body: include/webex.js
execute:
cache: true
freeze: true
execute-dir: project
callout-icon: true
callout-tip-caption: Lösung
callout-note-caption: Vertiefung
callout-important-caption: Hands-on
callout-caution-caption: Hinweis
editor:
render-on-save: true