-
Notifications
You must be signed in to change notification settings - Fork 6
/
graphalytics_spec.tex
230 lines (180 loc) · 5.66 KB
/
graphalytics_spec.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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
\documentclass{ldbc}
\usepackage{multirow}
\usepackage{float}
\usepackage{amsfonts}
\usepackage{bbding}
\usepackage{xcolor}
\usepackage{rotating}
\usepackage{pifont}
\usepackage{amsmath}
\usepackage{lscape}
\usepackage{longtable}
\usepackage{listings}
\usepackage{hyperref}
\usepackage{fancyvrb}
\usepackage{subcaption}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{pbox}
\usepackage{listings}
\usepackage{enumitem}
\usepackage[minnames=1,maxnames=3]{biblatex}
% for a nicer tt font
\usepackage[scale=0.78,ttdefault=true]{AnonymousPro}
\usepackage{todonotes}
\presetkeys%
{todonotes}%
{inline,backgroundcolor=yellow}{}
\LetLtxMacro{\oldTodo}{\todo}
\renewcommand{\todo}[1]{\oldTodo{TODO: #1}}
\bibliography{references}
%\usepackage[scale=0.95,ttdefault=true]{AnonymousPro} % might be used for nicer TT font that also supports bolding
\sloppy
\lstset{numbers=left, numberstyle=\tiny, stepnumber=1, numbersep=5pt, frame=single, showspaces=false,
basicstyle=\small,
commentstyle=\color{gray},
language=Python}
\definecolor{eclipseStrings}{RGB}{42,0.0,255}
\definecolor{eclipseKeywords}{RGB}{127,0,85}
\colorlet{numb}{magenta!60!black}
% JSON definition based on https://tex.stackexchange.com/a/433961/71109
\lstdefinelanguage{json}{
basicstyle=\footnotesize\ttfamily,
commentstyle=\color{eclipseStrings}, % style of comment
stringstyle=\color{eclipseKeywords}, % style of strings
numbers=none,
numberstyle=\scriptsize,
stepnumber=1,
numbersep=8pt,
showstringspaces=false,
breaklines=true,
frame=lines,
string=[s]{"}{"},
comment=[l]{:\ "},
morecomment=[l]{:"},
literate=
*{0}{{{\color{numb}0}}}{1}
{1}{{{\color{numb}1}}}{1}
{2}{{{\color{numb}2}}}{1}
{3}{{{\color{numb}3}}}{1}
{4}{{{\color{numb}4}}}{1}
{5}{{{\color{numb}5}}}{1}
{6}{{{\color{numb}6}}}{1}
{7}{{{\color{numb}7}}}{1}
{8}{{{\color{numb}8}}}{1}
{9}{{{\color{numb}9}}}{1}
}
\newcommand{\GTournament}{Tournament}%
\newcommand{\GCompetition}{Competition}%
\newcommand{\toolname}{Graphalytics}%
\newcommand{\cmark}{\ding{51}}%
\newcommand{\xmark}{\ding{55}}%
\newcommand{\yes}{\color{green}\ding{51}\color{black}}
\newcommand{\no}{\color{red}\ding{55}\color{black}}
\newif\ifrelease % reveal versioned information for the current and future releases.
%\releasefalse
\releasetrue
\ifrelease
\newcommand{\newthisversion}[2]{{#2}}
\newcommand{\futureinversion}[2]{{}}
\else
\newcommand{\newthisversion}[2]{{\color{blue}#2 (New in v.#1)}}
\newcommand{\futureinversion}[2]{{\color{red}#2 (Future in v.#1)}}
\fi
\renewcommand{\chapterautorefname}{Chapter}
\renewcommand{\sectionautorefname}{Section}
\renewcommand{\subsectionautorefname}{Section}
\renewcommand{\subsubsectionautorefname}{Section}
% Alex Averbuch: used internally only, to make missing/erroneous sections stand out
\newcommand{\alert}[1]{\textit{\textbf{{\color{red}#1}}}}
% TODO: change the following information as appropriate
%\WP{N/A}
\renewcommand{\wpIDText}{N/A}
\WPTitle{Graphalytics team}
%\delID{}
\renewcommand{\delIDText}{}
\delName{The LDBC Graphalytics Benchmark \\ v\lastVersionText{}}
% TODO: Change dates, dissemination level, and nature
\dueDate{M12}
\submissionDate{M13}
% Footer
\newcommand{\mainmatterheadingr}{\relscale{.92}}
\newcommand{\mainmatterheadingl}{\relscale{.92} The LDBC Graphalytics Benchmark (v\lastVersionText{})}
%dissemination level
\dissPU % Public
%\dissRE % Restricted to group
%\dissPP % Restricted to programme
%\dissCO % Consortium-only
%nature
\natR % Report
%\natP % Prototype
%\natD % Demonstrator
%\natO % Other
% TODO: Complete author information
\author{Alexandru Iosup (Vrije Universiteit Amsterdam (VU) and Delft University of Technology (TUD))}
\authorPartner{Alexandru Iosup (VU/TUD)}
\responsibleAuthor{Alexandru Iosup}
\responsiblePartner{VUA/TUD}
\responsiblePhone{}
\responsibleEmail{a.iosup@vu.nl}
% comment the following out if there are no contributors beside the main authors
% TODO: Add contributors
%\contributor{[Peter Boncz (VUA), Josep Llu\'is Larriba (UPC), Renzo
%Angles (TALCA), Alex Averbuch (NEO), Orri Erling (OGL), Andrey
%Gubichev (TUM), Mirko Spasi\'c (OGL)], Minh-Duc Pham (VUA), Norbert Mart\'inez (SPARSITY)}
\contributor{%
Ahmed Musaafir (VU),
Alexandru Uta (VU),
Arnau Prat P\'{e}rez (UPC),
G\'{a}bor Sz\'{a}rnyas (MTA-BME, CWI),
Hassan Chafi (Oracle),
Ilie Gabriel T\u{a}nase (IBM),
Lifeng Nai (GT),
Michael Anderson (Intel),
Mihai Capot\u{a} (Intel),
Narayanan Sundaram (Intel),
Peter Boncz (CWI),
Siegfried Depner (formerly Oracle),
Stijn Heldens (UTwente, formerly TUD),
Thomas Manhardt (Oracle),
Tim Hegeman (TUD),
Wing Lung Ngai (VU, formerly TUD),
Yinglong Xia (Huawei)
}
\reviewerOne{\alert{???}}
\reviewerTwo{\alert{???}}
% TODO: Add keywords
\keywords{Graphalytics, graph analytics, benchmark}
%\keywords{benchmark, choke points, dataset generator, graph database, query set, RDF, workload, auditing rules, publication rules, scale factors}
\input{tex/version}
% uncomment the following for final version
%\final
% TODO: Add document URL
\documentUrl{}
%\documentUrl{\url{https://svn.sti2.at/ldbc/trunk/sib_spec/sib_spec.tex/}}
% TODO: Rewrite abstract from VLDB article
% ABSTRACT
\input{tex/abstract}
% TODO: Rewrite summary
\input{tex/summary}
\begin{document}
\maketitle
%\include{glossary}
\listoffigures
\listoftables
% TODO: Add definitions if needed
%\chapter*{Definitions}
%\input{defs}
\input{tex/introduction}
\input{tex/definition}
\input{tex/process}
\input{tex/competitions}
%\input{tex/auditing}
\input{tex/instructions}
\printbibliography
\appendix
\input{tex/appendix_algorithms}
\input{tex/appendix_data_format}
\input{tex/appendix_related_work}
\input{tex/appendix_validation_examples}
\end{document}