-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
178 lines (164 loc) · 5.83 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
# This file controls the settings for your Quarto template from www.marvinschmitt.com
# website settings
website:
#title: "RESEDA" # Your name
description: "RESEDA - Basics of remote sensing" # A brief slogan (optional)
image: img/reseda-logo.png
page-navigation: true
favicon: img/favicon.png
# start of the navigation bar at the top of the website
navbar:
pinned: true
logo: /img/RSG-Logo-RGB.png
# your sub-pages
left:
- text: "Projects"
href: projects/index.qmd
- text: "Staff"
href: staff/index.qmd
- text: "R Crash Course"
href: R-Crash-Course/index.qmd
- text: "RESEDA"
href: RESEDA/index.qmd
- text: "About"
href: About/index.qmd
# your social media handles
right:
- icon: folder-symlink
href: https://blogs.fu-berlin.de/reseda/
- icon: github
text: Github
href: https://github.com/Remote-Sensing-at-FU-Berlin
- icon: envelope
aria-label: email
href: "mailto:[email protected]"
sidebar:
- title: "R Crash Course"
style: "docked"
background: gray-400
contents:
- section: "Overview"
contents:
- R-Crash-Course/index.qmd
- section: "Part I"
contents:
- text: "Package management, variables and functions"
file: R-Crash-Course/contents/PartI.qmd
- text: "Excersice I"
file: R-Crash-Course/contents/RExerciseI.qmd
- section: "Part II"
contents:
- text: "Vectors and factors"
file: R-Crash-Course/contents/PartII.qmd
- text: "Excersice II"
file: R-Crash-Course/contents/RExerciseII.qmd
- section: "Part III"
contents:
- text: "Matrices"
file: R-Crash-Course/contents/PartIII.qmd
- text: "Excersice III"
file: R-Crash-Course/contents/RExerciseIII.qmd
- section: "Part IV"
contents:
- text: "Lists"
file: R-Crash-Course/contents/PartIV.qmd
- text: "Excersice IV"
file: R-Crash-Course/contents/RExerciseIV.qmd
- section: "Part V"
contents:
- text: "Missing values and control structures"
file: R-Crash-Course/contents/PartV.qmd
- text: "Excersice V"
file: R-Crash-Course/contents/RExerciseV.qmd
- title: "RESEDA"
style: "docked"
background: gray-400
contents:
- section: "Overview"
contents:
- RESEDA/index.qmd
- section: "Preparations"
contents:
- text: "Chapter in a box"
file: RESEDA/contents/PrepareYourself.qmd
- text: "QGIS"
file: RESEDA/contents/QGIS.qmd
- text: "RStudio"
file: RESEDA/contents/R-Studio.qmd
- text: "SNAP"
file: RESEDA/contents/SNAP.qmd
- section: "Acquire"
contents:
- text: "Chapter in a box"
file: RESEDA/contents/Acquireyourdata.qmd
- text: "Sensor basics"
file: RESEDA/contents/SensorBasics.qmd
- text: "Download"
file: RESEDA/contents/Download.qmd
- section: "Preprocess"
contents:
- text: "Chapter in a box"
file: RESEDA/contents/Preprocess.qmd
- text: "Preprocess Optical Data"
file: RESEDA/contents/Preprocess-Optical-Data.qmd
- text: "Visualization"
file: RESEDA/contents/Visualization.qmd
- section: "Analyse"
contents:
- text: "Chapter in a box"
file: RESEDA/contents/Analyse.qmd
- text: "Machine Learning Basics"
file: RESEDA/contents/Machine-Learning-Basics.qmd
- text: "Classification in R"
file: RESEDA/contents/Classification-in-R.qmd
- text: "Regression in R"
file: RESEDA/contents/Regression-in-R.qmd
- section: "Validate"
contents:
- text: "Chapter in a box"
file: RESEDA/contents/Validate.qmd
- text: "Create Samples in R"
file: RESEDA/contents/Validate.qmd#create-samples-in-r
- text: "Label Samples in QGIS"
file: RESEDA/contents/Validate.qmd#label-samples-in-qgis
- text: "Accuracy Matrix"
file: RESEDA/contents/Validate.qmd#Accuracy-Matrix
- text: "Area Adjusted Accuracies"
file: RESEDA/contents/Validate.qmd#area-adjusted-accuracies
# Don't touch unless you know what you are doing :) ------------
search:
location: navbar
type: textbox
page-footer:
left: |
<span class="faux-block">© 2023 Fernerkundung und Geoinformatik 1.0</span>
center: |
<span class="faux-block"><a href="https://www.marvinschmitt.com/blog/website-tutorial-quarto/">View the tutorial for this template!</a></span>
right: |
<span class="faux-block"><a href="https://github.com/marvinschmitt/quarto-website-template/">View source on GitHub</a></span>
project:
type: website
output-dir: docs
preview:
port: 22222
browser: true
watch-inputs: true
navigate: true
execute:
freeze: true
format:
html:
# code-fold: true
# code-tools: true
details:
enabled: true
fontsize: 1.1em
theme:
- sadstone
- html/styles.scss
toc: true
code-link: true
anchor-sections: true
fig-cap-location: bottom
reference-location: margin
footnotes-hover: true