-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
124 lines (112 loc) · 2.82 KB
/
Copy path_quarto.yml
File metadata and controls
124 lines (112 loc) · 2.82 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
project:
type: website
title: "Hans-Hackathon"
output-dir: docs
render:
- index.qmd
- einstieg.qmd
- projektmanagement.qmd
- pruefung.qmd
- challenges.qmd
# - challenge01-solution.qmd
# - challenge02-solution.qmd
# - challenge03-solution.qmd
# - challenge04-solution.qmd
# - challenge05-solution.qmd
- ./challenge0?-solution.qmd # alle Challenges
editor: source
website:
title: "hans-hackathon"
search: true
repo-actions: [source, issue]
repo-url: https://github.com/sebastiansauer/hans-hackathon
page-footer:
border: true
left: |
Powered by [Quarto](https://quarto.org)
center: |
[Impressum](/imprint.qmd)
right: |
[Datenschutzhinweise](/data-privacy.qmd)
sidebar:
contents:
- href: index.qmd
text: Home
- href: einstieg.qmd
text: R, zweiter Blick
- href: projektmanagement.qmd
text: Projektmanagement
- href: pruefung.qmd
text: Prüfung
- href: challenges.qmd
- href: challenge01-solution.qmd
text: Lösung 01
- href: challenge02-solution.qmd
text: Lösung 02
- href: challenge03-solution.qmd
text: Lösung 03
- href: challenge04-solution.qmd
text: Lösung 04
- href: challenge05-solution.qmd
text: Lösung 05
- href: challenge06-solution.qmd
text: Lösung 06
- href: challenge07-solution.qmd
text: Lösung 07
# - href: challenge03-solution.qmd
# text: Lösung 03
# - href: challenge04-solution.qmd
# text: Lösung 04
# - text: Lösung 05
# href: challenge05-solution.qmd
# - text: Lösung 06
# href: challenge06-solution.qmd
# - text: Lösung 07
# href: challenge07-solution.qmd
# - href: challenge08-solution.qmd
# text: Lösung 08
# - text: Lösung 09
# href: challenge09-solution.qmd
# - text: Lösung 10
# href: challenge10-solution.qmd
# - text: Challenge 03
# href: challenge03.qmd
# - text: Challenge 04
# href: challenge04.qmd
format:
# typst:
# toc: true
# number-sections: true
html:
theme: cosmo
css: styles.css
toc: true
number-sections: true
out-width: "75%"
df-print: paged
highlight-style: gruvbox
# bibliography: bib/bib.bib
bibliography: bib-project.bib
lang: de-DE
citation: true
#google-scholar: true
description: |
"Eine Hackathon-Variante zur Evaluation der Klickdaten des KI-Tools 'HaNS'"
license: "MIT"
execute:
freeze: auto
warning: false
cache: true
message: false
knitr:
opts_knit:
verbose: true
fig-align: center
df-print: kable
opts_chunk:
collapse: true
out.width: "75%"
fig-align: "center"
fig-width: 6
R.options:
knitr.graphics.auto_pdf: false