-
Notifications
You must be signed in to change notification settings - Fork 0
/
final-paper.tex
208 lines (171 loc) · 4.69 KB
/
final-paper.tex
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
\documentclass[sigconf,nonacm,natbib=false]{acmart}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{graphicx}
\graphicspath{{images/}}
\usepackage{soul}
\sethlcolor{ACMYellow}
\usepackage{tikz}
\usetikzlibrary{backgrounds,calc,fit,positioning,shapes}
\usepackage{float}
\usepackage[all]{nowidow}
\usepackage[backend=biber,style=ACM-Reference-Format,sorting=none]{biblatex}
\addbibresource{final-paper.bib}
\usepackage{csquotes}
\SetCiteCommand{\autocite}
\usepackage{listings}
\lstdefinelanguage{json}{
basicstyle=\small\ttfamily,
breakindent=4.8ex,
basewidth=0.55em,
showstringspaces=false,
morestring=[b]",
stringstyle=\color{ACMRed},
keywords=[0]{true,false},
keywordstyle=[0]\color{ACMPurple},
literate=
*
{0}{{{\color{ACMBlue}0}}}{1}
{1}{{{\color{ACMBlue}1}}}{1}
{2}{{{\color{ACMBlue}2}}}{1}
{3}{{{\color{ACMBlue}3}}}{1}
{4}{{{\color{ACMBlue}4}}}{1}
{5}{{{\color{ACMBlue}5}}}{1}
{6}{{{\color{ACMBlue}6}}}{1}
{7}{{{\color{ACMBlue}7}}}{1}
{8}{{{\color{ACMBlue}8}}}{1}
{9}{{{\color{ACMBlue}9}}}{1}
{:}{{{\color{ACMDarkBlue}{:}}}}{1}
{,}{{{\color{ACMDarkBlue}{,}}}}{1}
{\{}{{{\color{ACMDarkBlue}{\{}}}}{1}
{\}}{{{\color{ACMDarkBlue}{\}}}}}{1}
{[}{{{\color{ACMDarkBlue}{[}}}}{1}
{]}{{{\color{ACMDarkBlue}{]}}}}{1},
}
\lstdefinelanguage{turtle}{
basicstyle=\small\ttfamily,
breakindent=4.8ex,
basewidth=0.55em,
showstringspaces=false,
morecomment=[l]{\#},
commentstyle=\color{gray},
morestring=[b]",
morestring=[s]{<}{>},
stringstyle=\color{ACMRed},
classoffset=0,
morekeywords={owl,rdf,xml,xsd,rdfs,saref,s4envi,ssn,geo,td,om},
keywordstyle=\color{ACMBlue},
classoffset=1,
morekeywords={@prefix,@base,@en},
keywordstyle=\color{ACMOrange},
classoffset=0,
literate=
*
{:}{{{\color{ACMBlue}{:}}}}{1}
{;}{{{\color{ACMDarkBlue}{;}}}}{1}
{,}{{{\color{ACMDarkBlue}{,}}}}{1}
{.}{{{\color{ACMDarkBlue}{.}}}}{1}
{[}{{{\color{ACMDarkBlue}{[}}}}{1}
{]}{{{\color{ACMDarkBlue}{]}}}}{1},
}
\lstdefinelanguage{jsonpath}{
basicstyle=\small\ttfamily,
breakindent=4.8ex,
basewidth=0.55em,
}
\lstset{
basicstyle=\ttfamily,
frame=lines,
breaklines=true,
}
\usepackage{bookmark}
\bookmarksetup{numbered,open}
\usepackage[nonumberlist,automake]{glossaries-extra}
\makeglossaries{}
\setabbreviationstyle{short-nolong}
\setabbreviationstyle[acronym]{long-short}
\setglossarystyle{list}
\loadglsentries{glossary}
\begin{document}
\title{Extending the Web of Things to standardize Service Discovery in Smart Cities}
\author{Tristan Damm}
\affiliation{%
\institution{Hochschule Flensburg}
\streetaddress{Kanzleistraße 91--93}
\city{Flensburg}
\country{Germany}
\postcode{24943}
}
\email{[email protected]}
\author{Ellen Landschoof}
\affiliation{%
\institution{Hochschule Flensburg}
\streetaddress{Kanzleistraße 91--93}
\city{Flensburg}
\country{Germany}
\postcode{24943}
}
\email{[email protected]}
\author{Lukas Obermann}
\affiliation{%
\institution{Hochschule Flensburg}
\streetaddress{Kanzleistraße 91--93}
\city{Flensburg}
\country{Germany}
\postcode{24943}
}
\email{[email protected]}
\author{Louis Richter}
\affiliation{%
\institution{Hochschule Flensburg}
\streetaddress{Kanzleistraße 91--93}
\city{Flensburg}
\country{Germany}
\postcode{24943}
}
\email{[email protected]}
\author{Tjorben Wade}
\affiliation{%
\institution{Hochschule Flensburg}
\streetaddress{Kanzleistraße 91--93}
\city{Flensburg}
\country{Germany}
\postcode{24943}
}
\email{[email protected]}
\keywords{Open Data, Service Discovery, Smart City, Web of Things}
\renewcommand{\shortauthors}{Damm and Landschoof, et al.}
\begin{abstract}
\input{sections/0-abstract}
\end{abstract}
\maketitle
% \section{Einleitung}
% Dies ist eine Einleitung.
% \begin{itemize}
% \item List item
% \item Test
% \end{itemize}
% \begin{enumerate}
% \item test
% \end{enumerate}
% \enquote{Dies ist ein Zitat.} \autocites[vgl.][]{Apple.HIG}{Apple.HIG}.
% \autocite[vgl.][]{GermanConventionBureau.2021.DKaSbViDvunCpB}
% \textcquote[vgl.][]{Apple.HIG}{Individualisten, mit dem Ziel der persönlichen Einkommens- und Lebenslustmaximierung}
% \subsection{Sub }
% \subsubsection{Sub}
\input{sections/1-introduction}
\input{sections/2-related-works}
\input{sections/3-state-of-the-art}
\input{sections/4-problem-statement}
\input{sections/5-POC-Application}
\input{sections/6-discussion}
\input{sections/7-conclusion}
% \listoffigures
% \listoftables
\printglossaries{}
\printbibliography[heading=bibintoc]
% \appendix
% \input{sections/A-ontology-definitions}
\end{document}