-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.tex
89 lines (62 loc) · 1.97 KB
/
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
\documentclass{ceurart}
\sloppy
\usepackage{paralist}
\usepackage{todonotes}
\usepackage{caption, subcaption} %% for subfigures, subfig is outdated
\usepackage{stmaryrd}
%\usepackage{amsmath}
%\usepackage{amssymb}
\usepackage{adjustbox}
\usepackage{listings}
\presetkeys{todonotes}{color=red!40,size=\tiny}{}
\setlength{\marginparwidth}{2.5cm}
\usepackage{xspace}
\newcommand{\NAME}{RAW-JENA\xspace}
\newcommand{\TODO}[1]{\textcolor{red}{#1}}
\newcommand{\REF}[0]{\textcolor{purple}{REF}\xspace}
\newcommand{\WANDER}{Wander~Join\xspace} %% two separated words, maybe should textsc{}
\copyrightyear{2023}
\copyrightclause{Copyright for this paper by its authors.
Use permitted under Creative Commons License Attribution 4.0
International (CC BY 4.0).}
\conference{ISWC'23 Posters and Demos: 22nd International Semantic Web Conference,
November 06--10, 2023, Athens, Greece}
\title{\NAME: Approximate Query Processing\\for SPARQL Endpoints}
\author[1]{Julien Aimonier-Davat}[%
orcid=0000-0001-6707-0204,
]
\author[1]{Minh-Hoang Dang}[%
% orcid=,
]
\author[1]{Pascal Molli}[%
orcid=0000-0001-8048-273X,
]
\author[1]{Brice N{\'e}delec}[%
]
\author[1]{Hala Skaf-Molli}[%
orcid=0000-0003-1062-6659,
]
\address[1]{Nantes Universit{\'e}, CNRS, LS2N, UMR 6004, F-44000 Nantes, France}
\begin{document}
\input{input/abstract.tex}
\maketitle
\input{input/introduction.tex}
\input{input/proposal.tex}
\input{input/conclusion.tex}
\begin{acknowledgments}
This work is supported by the French ANR project DeKaloG
(Decentralized Knowledge Graphs) \texttt{ANR-19-CE23-0014}, and the
French Labex CominLabs project MiKroloG (The Microdata Knowledge
Graph).
\end{acknowledgments}
\bibliography{biblio.bib}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: