-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
100 lines (82 loc) · 2.18 KB
/
main.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
\documentclass[preprint]{sig-alternate-10pt}
\usepackage{alltt}
\usepackage{balance}
\usepackage{enumitem}
\setlist{leftmargin=6mm,parsep=0.5mm,itemsep=0.5mm}
\usepackage{xcolor}
\usepackage{url}
\usepackage{verbatim}
\usepackage{subfigure}
\usepackage{booktabs}
\usepackage[paperwidth=8.5in,paperheight=11in,margin=1in]{geometry}
\usepackage{etoolbox}
\apptocmd{\thebibliography}{\scriptsize}{}{}
\usepackage{listings}
\lstdefinelanguage{code}{
basicstyle=\small\sffamily,
columns=flexible,
keepspaces=true,
numbers=left,
xleftmargin=3mm,
numberstyle=\scriptsize,
numbersep=5pt,
escapechar=~
}
\lstset{language=code}
\pagestyle{empty}
\begin{document}
\title{Stream Processing Languages in the Big Data Era}
\numberofauthors{3}
\newcommand*{\emailn}[1]{\textsf{\normalsize #1}}
\author{
\alignauthor
Martin Hirzel\\
\affaddr{IBM Research, USA}\\
\emailn{[email protected]}
\alignauthor
Guillaume Baudart\\
\affaddr{IBM Research, USA}\\
\emailn{[email protected]}
\alignauthor
Angela Bonifati\\
\affaddr{Lyon 1 University, France}\\
\emailn{[email protected]}
\and
\alignauthor
Emanuele Della Valle\\
\affaddr{Politecnico di Milano, Italy}\\
\emailn{[email protected]}
\alignauthor
Sherif Sakr\\
\affaddr{University of Tartu, Estonia}
\emailn{[email protected]}
\alignauthor
Akrivi Vlachou\\
\affaddr{University of Piraeus, Greece}\\
\emailn{[email protected]}}
\maketitle
\begin{abstract}
\input{abstract}
\end{abstract}
\input{introduction}
\input{languages}
\input{principles}
\input{whatsnext}
\input{conclusion}
{\small\subsection*{Acknowledgements}
The idea for this paper was conceived at Dagstuhl Seminar 17441 on
``Big Stream Processing Systems''. We thank our fellow participants of
the seminar and the Dagstuhl staff.
%
A.~Bonifati's work was supported by CNRS Mastodons MedClean.
%
S.~Sakr's work was funded by the European Regional Development Fund
via the Mobilitas Pluss program (grant MOBTT75).
%
A.~Vlachou's work was supported by the datAcron project, funded
through the European Union's Horizon 2020 research and innovation
program (grant 687591).}
\bibliographystyle{abbrv}
\balance
\bibliography{local}
\end{document}