-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.bak
161 lines (151 loc) · 5.25 KB
/
_quarto.bak
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
project:
type: book
output-dir: docs
filters:
- _resources/scripts/filter_styleDiv.lua
#- _resources/scripts/filter_hideSolution.lua
citation: true
book:
title: "Einführung in IoT"
subtitle: "Modulübergreifender Kurs Vertiefung II"
#abstract: "Einführung in IoT ist ein Modulübergreifender Kurs Vertiefung II des Bachelor Geomatik. Er behandelt IoT-Grundlagen, Sensoren, Datenverwaltung, Datenübertragung und Visualisierung mit praktischen Übungen mit dem Raspberry Pi mit einem Fokus auf Sensoren."
output-file: "5200_IoT"
author:
- name: Pia Bereuter
url: https://www.fhnw.ch/de/personen/pia-bereuter
affiliation: Institut Geomatik, Fachhochschule Nordwestschweiz
affiliation-url: https://fhnw.ch/igeo
date: today
cover-image: images/cover.png
site-url: https://314a.github.io/5200_IoT
repo-url: https://github.com/314a/5200_IoT
repo-branch: master
repo-actions: [edit, issue]
downloads: [pdf]
page-navigation: true
license: CC BY
favicon: images/favicon.ico
sidebar:
logo: images/logo.jpg
#navbar:
# logo: images/fhnw.png
# search: true
page-footer:
left: "![](images/fhnw_white.png)"
center: "Einführung in IoT © 2024 von Pia Bereuter ist lizenziert unter [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)"
right: "Institut Geomatik, Fachhochschule Nordwestschweiz"
border: false
chapters:
- index.qmd
- part: "Theorie"
chapters:
- 01_IoT.qmd
- 02_Sensoren.qmd
- 03_Datenübertragung.qmd
#- 04_Datenverwaltung.qmd
#- 05_Visualisierung.qmd
- references.qmd
#- summary.qmd
- part: "Praktika"
chapters:
- E01_Luftqualitaet.qmd
- E02_Spektralmessung.qmd
- E03_Bewegungsmessung.qmd
- E04_Distanzmessung.qmd
- E05_Thermalmessung.qmd
- E06_Biometrie.qmd
- E07_MQTT.qmd
appendices:
- A1_Rasperry_Pi.qmd
- A2_Sensorbox.qmd
- A3_CheatSheet.qmd
- A4_Setup.qmd
#- 0X_Quarto_Elements.qmd
bibliography: references.bib
csl: "_resources/templates/harvard-x.csl"
date-format: "D. MMMM. YYYY"
highlight-style: arrow
toc-depth: 2
number-depth: 1
lang: de
#code-block-background: true
#code-block-border-left: true
callout-appearance: default
quarto-callout-color: ff6600
quarto-callout-note-color: ff6600
quarto-callout-note-color-frame: ff6600
thanks: Thanks to the Quarto team for their great work on this project.
copyright: Pia Bereuter © 2024
license: Diese Arbeit ist lizenziert unter [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)"
format:
html:
theme:
- cosmo
- custom.scss
mermaid:
theme: neutral
cover-image: images/cover.png
code-link: true
# self-contained: true führt bei grossen Dokumenten zu out of memory
# self-contained: true
# self-contained-math: true
docx:
reference-doc: _resources/templates/template.dotx
pdf:
documentclass: scrbook
classoption: oneside, openany
single-file-book: true
keep-tex: true
template: "_resources/templates/eisvogel_314a.tex"
#template: "_resources/templates/eisvogel.tex"
mermaid:
theme: neutral
links-as-notes: false # https://github.com/quarto-dev/quarto-cli/discussions/907
papersize: a4
fontfamily: arial
fontsize: 11pt
mainfont: Arial
sansfont: Arial
monofont: "Courier New"
monofontoptions: "Scale=0.9"
#geometry: inner=2.5cm, outer=4cm, top=3cm, bottom=2.5cm,marginpar=3cm,headsep=8mm
geometry: inner=2.1cm, outer=4cm, top=3cm, bottom=3cm,marginpar=3cm,headsep=8mm
#bookclass: false
chapterPrefix: false
# add \adjustmtc \mtcaddchapter after unnumbered chapters to update minitoc
minitoc: false
titlepage: false
coverpage: true
colorlinks: true
linkcolor: gray
title-image: images/title-image.jpg
cover-image: images/background.jpg
logo: images/fhnw.eps
crossref:
fig-title: Abbildung # (default is "Figure")
tbl-title: Tabelle # (default is "Table")
eq-title: Formel # (default is "Equation")
title-delim: ":" # (default is ":")
fig-prefix: Abbildung # (default is "Figure")
tbl-prefix: Tabelle # (default is "Table")
eq-prefix: Formel # (default is "Equation")
ref-hyperlink: true # (default is true)
labels: arabic # (default is arabic)
subref-labels: alpha a # (default is alpha a)
include-in-header:
text: |
\usepackage{makeidx}
\makeindex
%\renewcommand{\markright}[1]{\def\chaptertitle{#1}} % workaround for quarto book.lua
% https://github.com/quarto-dev/quarto-cli/blob/ddaaa39e6f30a72807ab14c1a634d9929cce229b/src/resources/filters/quarto-post/book.lua <- markright command
include-after-body:
text: |
\printindex
impressum: |
Module 5200 Einführung in IoT Skript
Herbstsemester 2023, 2024
Institut Geomatik, Fachhochschule Nordwestschweiz, Hofackerstrasse 30, 4132 Muttenz
Autorin: Prof. Dr. Pia Bereuter
Einführung in IoT © 2024 von Pia Bereuter ist lizenziert unter [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)
Titelbild: Rasperry Pi mit Sensoren, 2022, Bereuter
\includegraphics[height=8mm]{images/fhnw.eps}