-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
89 lines (89 loc) · 2.02 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
project:
type: website
output-dir: docs
render:
- index.qmd
- Chapter1.qmd
- Chapter3.qmd
- Chapter4.qmd
- Chapter6.1.qmd
- Chapter6.2.qmd
- Chapter6.3.qmd
- Chapter6.4.qmd
- Chapter7.qmd
- Chapter9.1.qmd
- Chapter9.2.qmd
- Chapter9.3.qmd
- Chapter9.4.qmd
- Chapter9.5.qmd
- Chapter10.1.qmd
- Chapter10.2.qmd
- Chapter10.3.qmd
- Chapter10.4.qmd
- Chapter10.5.qmd
- Chapter11.2.qmd
- Chapter11.3.qmd
- Links.qmd
- Playlists.qmd
- Citation.qmd
- Version_Python.qmd
- Version_R.qmd
- Technical.qmd
website:
title: "EMR"
site-url: "https://tuomaseerola.github.io/emr/index.html"
sidebar:
style: "docked"
contents:
- section: "Background"
contents:
- Chapter1.qmd
- Chapter3.qmd
- Chapter4.qmd
- section: "Data & Statistics"
contents:
- Chapter6.1.qmd
- Chapter6.2.qmd
- Chapter6.3.qmd
- Chapter7.qmd
- section: "Score analysis"
contents:
- Chapter9.1.qmd
- Chapter9.2.qmd
- Chapter9.3.qmd
- Chapter9.4.qmd
- Chapter9.5.qmd
- section: "Audio analysis"
contents:
- Chapter10.1.qmd
- Chapter10.2.qmd
- Chapter10.3.qmd
- Chapter10.4.qmd
- Chapter10.5.qmd
- section: "Corpus studies"
contents:
- Chapter11.2.qmd
- Chapter11.3.qmd
- section: "Other"
contents:
- Citation.qmd
- Technical.qmd
- Links.qmd
- Playlists.qmd
- Version_R.qmd
- Version_Python.qmd
page-navigation: true
back-to-top-navigation: true
page-footer:
center:
- text: "Home"
href: index.qmd
- text: "Citation"
href: Citation.qmd
- text: "Tech"
href: Technical.qmd
format:
html:
theme: lumen # lumen, pulse, materia, yeti, zephyr
css: styles.css
toc: true