generated from kogpsy/neuroscicomplabFS22
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto_old.yml
93 lines (81 loc) · 2.25 KB
/
_quarto_old.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
project:
type: website
output-dir: docs
render:
- index.qmd
- pages/admin/*.qmd
- pages/chapters/*.qmd
- slides/*.qmd
- pages/exercises/exercise_*.qmd
- pages/solutions/solution_*.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: 🗄️ Admin
menu:
- text: "📚 Syllabus"
file: pages/admin/syllabus.qmd
- text: "📝 Leistungsnachweise"
file: pages/admin/leistungsnachweise.qmd
- text: "👨🏻🏫👩🏼🔬 Dozierende"
file: pages/admin/dozierende.qmd
sidebar:
style: "floating"
# style: "docked"
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
- section: "Data wrangling"
contents:
# - pages/admin/02_syllabus.qmd
- section: "Visualisieren"
contents:
# - pages/admin/02_syllabus.qmd
- section: "Signal detection"
contents:
# - pages/admin/02_syllabus.qmd
- section: "Reaktionszeiten"
contents:
# - pages/admin/02_syllabus.qmd
- section: "Bayesianische Datenanalyse"
contents:
# - pages/admin/02_syllabus.qmd
page-footer:
# left: "© Copyright 2023, Andrew Ellis & Gerda Wyssen"
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
link-external-newwindow: true
pdf:
documentclass: scrreprt
include-in-header: preamble.tex
execute:
cache: true
freeze: auto
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