forked from JoseAlanis/stats-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
107 lines (97 loc) · 3.33 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
99
100
101
102
103
104
105
106
107
project:
type: website
website:
page-navigation: true
title: "Fortgeschrittene statistische Methoden II"
description: "Homepage für 02.132.6110 Seminar: Fortgeschrittene statistische Methoden II in WiSe 22/23 an der JGU."
site-url: "https://josealanis.github.io/stats-website-template/"
repo-url: https://github.com/JoseAlanis/stats-website-template
repo-actions: [edit, issue]
open-graph: true
twitter-card:
creator: "@JoiAlhaniz"
image: "images/twitter-card.png"
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© Copyright 2022, José C. García Alanis"
background: "#C1002A"
sidebar:
background: "#C1002A"
logo: "images/logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/JoseAlanis/stats-website-template
text: "GitHub organization"
- icon: journal-text
href: https://lms.uni-mainz.de/moodle/course/view.php?id=84393
text: "LMS/Moodle"
- icon: person-fill
text: "Sakai"
menu:
- text: Discussion forum
url: https://sakai.duke.edu/portal/site/779c3ebe-3b88-4bcc-bd01-1813e8396a23/tool/13b6446a-a6c6-4222-8cfb-c36d1f70802b
- text: Gradescope
url: https://sakai.duke.edu/portal/site/779c3ebe-3b88-4bcc-bd01-1813e8396a23/page/aec742dc-2972-4f02-a35b-1dd3315af889
- text: Gradebook
url: https://sakai.duke.edu/portal/site/779c3ebe-3b88-4bcc-bd01-1813e8396a23/tool/69078433-67a6-4054-a2e7-9e6c202ecdc3/
style: "docked"
search: true
collapse-level: 1
contents:
- section: "Course information"
contents:
- href: course-overview.qmd
text: Overview
- href: course-syllabus.qmd
text: Syllabus
- href: course-support.qmd
text: Support
# - href: course-team.qmd
# text: Teaching team
- href: index.qmd
text: Schedule
- href: course-links.qmd
text: Useful links
- href: course-faq.qmd
text: FAQ
- section: "Computing"
contents:
- href: computing-access.qmd
text: Access
- href: computing-troubleshooting.qmd
text: Troubleshooting
- section: "Project"
contents:
- href: project-description.qmd
text: Description
- href: project-tips-resources.qmd
text: Tips + resources
- section: "Wochentliche Sitzungen"
contents:
- href: weeks/woche-1.qmd
text: "Woche 1"
- section: "Supplemental notes"
contents:
- href: supplemental/slr-derivations.qmd
text: SLR derivations
- href: supplemental/model-diagnostics-matrix.qmd
text: Model diagnostics
- href: supplemental/mlr-matrix.qmd
text: MLR matrix notation
- href: supplemental/log-transformations.qmd
text: Log transformations
- href: supplemental/model-selection-criteria.qmd
text: Model selection criteria
format:
html:
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
mainfont: "Atkinson Hyperlegible"
code-copy: true
code-overflow: wrap
toc: true
freeze: auto
editor: visual