-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNIST-analytics.tex
237 lines (141 loc) · 4.52 KB
/
NIST-analytics.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
231
232
233
234
235
236
\PassOptionsToPackage{table}{xcolor}
\documentclass[sigconf,preprint]{acmart}
\pdfoutput=1
%\usepackage[pdftex]{hyperref}
\hypersetup{
pdftitle = {\@title},
pdfauthor = {\@author}
}
\pagenumbering{arabic}
%\usepackage[colorlinks=true,
% linkcolor=blue,
% urlcolor=blue,
% citecolor=blue]{hyperref}
\usepackage{tikz}
\newcommand{\ExternalLink}{%
\tikz[x=1.2ex, y=1.2ex, baseline=-0.05ex]{%
\begin{scope}[x=1ex, y=1ex]
\clip (-0.1,-0.1)
--++ (-0, 1.2)
--++ (0.6, 0)
--++ (0, -0.6)
--++ (0.6, 0)
--++ (0, -1);
\path[draw,
line width = 0.5,
rounded corners=0.5]
(0,0) rectangle (1,1);
\end{scope}
\path[draw, line width = 0.5] (0.5, 0.5)
-- (1, 1);
\path[draw, line width = 0.5] (0.6, 1)
-- (1, 1) -- (1, 0.6);
}
}
\usepackage{caption}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{fancyvrb}
\usepackage{subcaption}
\usepackage{graphicx}
%enumeration subnumbers
\graphicspath{.}
\renewcommand{\labelenumi}{\arabic{enumi}.}
\renewcommand{\labelenumii}{\arabic{enumi}.\arabic{enumii}}
\usepackage{todonotes}
\newcommand{\TODO}[1]{\todo[inline]{#1}}
\newcommand{\NOTE}[1]{\textcolor{red}{[NOTE: #1]}}
% \newcommand{\FILE}[1]{\todo[inline,color=green!20]{File: #1}}
\newcommand{\FILE}[1]{}
\newcommand{\OK}{+}
\newcommand{\OP}{o}
%\newcommand{\NA}{n/a}
\newcommand{\NA}{-}
\definecolor{lightgray}{gray}{0.94}
\let\oldtabular\tabular
\let\endoldtabular\endtabular
\renewenvironment{tabular}{\rowcolors{2}{lightgray}{white}\oldtabular}{\endoldtabular}
\setcopyright{none}
\copyrightyear{2022, 2023}
\acmYear{2022, updated Oct 2023}
\acmDOI{}
\acmConference[White Paper]{White paper produced by the NIST Public Working Group on Big Data}{White paper produced by the NIST Public Working Group on Big Data}{Washington, D.C.}
\acmBooktitle{NIST Public Working Group on Big Data, Washington, D.C.}
\acmPrice{}
\acmISBN{}
%%\citestyle{acmauthoryear}
\makeatletter
\def\@copyrightspace{\relax}
\makeatother
\begin{document}
\newpage
\title{Whitepaper on Reusable Hybrid and Multi-Cloud Analytics Service Framework}
\input{section/abstract}
\maketitle
\tableofcontents
\newpage
\input{authors}
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10002951.10003227.10003241.10003244</concept_id>
<concept_desc>Information systems~Data analytics</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10010520.10010521.10010537.10003100</concept_id>
<concept_desc>Computer systems organization~Cloud computing</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10011007.10011006.10011072</concept_id>
<concept_desc>Software and its engineering~Software libraries and repositories</concept_desc>
<concept_significance>500</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}
\ccsdesc[500]{Information systems~Data analytics}
\ccsdesc[500]{Computer systems organization~Cloud computing}
\ccsdesc[500]{Software and its engineering~Software libraries and repositories}
\keywords{Analytics, hybrid cloud analytics services, heterogeneous cloud analytics services, service catalog}
\newpage
\maketitle
% \input{section/talk}
%%%%% \input{section-production}
\input{section/summary}
\input{section/concepts}
\input{section/technologies}
%%%%% \input{section/definitions}
\input{section/usecases}
% \input{usecase/health}
%\input{usecase/weather}
\input{usecase/hvac}
\input{usecase/security}
\input{usecase/earthquake}
\input{section/architecture}
\input{section/security}
\section{Implementation}
\input{section/defining}
\input{section/catalog}
\input{section/registry}
\input{section/federation}
\input{section/workflow}
\input{section/data}
\input{section/package}
%\input{section/interfaces}
%\input{section/resources}
\section{Application}
Next, we list some elementary application examples that identify the
usefulness of this framework.
\input{section/experimment}
\input{section/nlp}
\input{section/eq-result}
\input{section/conclusion}
\input{NIST-acknowledgement}
\bibliographystyle{ACM-Reference-Format}
\bibliography{NIST-analytics}
% \appendix
%\input{section-glossary}
\end{document}
\endinput
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%