-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
93 lines (83 loc) · 2.49 KB
/
_site.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
name: "learnmultilevelmodels"
title: "Learn multilevel models"
base_url: https://awellis.github.io/learnmultilevelmodels
repository_url: https://github.com/awellis/learnmultilevelmodels
source_url: https://github.com/awellis/learnmultilevelmodels
description: |
Bayesian multilevel modelling workshop 2021
include: ["slides/", "data/"]
exclude: ["_do_not_build/"]
output_dir: "docs"
theme: css/theme.css
favicon: images/icon.ico
creative_commons: CC BY
# cookie_consent:
# style: simple
# type: express
# palette: light
# lang: en
# cookies_policy: url
navbar:
logo:
image: images/icon.png
href: https://www.kog.psy.unibe.ch/
# left:
# - icon: fas fa-laptop-code
# href: https://www.kog.psy.unibe.ch/
left:
- icon: fa-home
href: index.html
- text: "Information"
menu:
- text: "Intro"
href: intro.html
- text: "Topics"
href: topics.html
right:
- text: "Topics"
menu:
- text: "Longitudinal Models"
href: longitudinal-models.html
- text: "Binary Data"
href: binary-models.html
- text: "Response Times"
href: response-time-models.html
- text: "Assignments"
menu:
- text: "Assignment 1"
href: assignment-1.html
- text: "Assignment 2"
href: assignment-2.html
- text: "Assignment 3: Pupil popularity"
href: assignment-3.html
- text: "Assignment 4: tDCS and memory"
href: assignment-4.html
# - text: "Solutions"
# menu:
# - text: "Solution 3: Pupil popularity"
# href: solution-3.html
# - text: "Solution 4: tDCS and memory"
# href: solution-4.html
- text: "Slides"
menu:
- text: "General introduction"
href: slides/01-basic-intro.html
- text: "Introduction to Bayesian Inference"
href: slides/01-intro-bayes-slides.html
- text: "Linear models using brms"
href: slides/01-linear-models-slides.html
- text: "Hierarchical models using brms"
href: slides/01-hierarchical-models-slides.html
- text: "Bayes factors"
href: slides/03-bayes-factors-slides.html
# - text: "Documents"
# menu:
# - text: "A Principled Bayesian Workflow"
# href: bayesian-workflow.html
- icon: fab fa-github
href: https://github.com/awellis/learnmultilevelmodels
output:
distill::distill_article:
toc: true
toc_float: true
css: css/style.css