-
Notifications
You must be signed in to change notification settings - Fork 1
/
intro2idm.tex
392 lines (327 loc) · 9.73 KB
/
intro2idm.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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Beamer Presentation
% LaTeX Template
% Version 1.0 (10/11/12)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND THEMES
%----------------------------------------------------------------------------------------
\documentclass{beamer}
\mode<presentation> {
% The Beamer class comes with a number of default slide themes
% which change the colors and layouts of slides. Below this is a list
% of all the themes, uncomment each in turn to see what they look like.
%\usetheme{default}
%\usetheme{AnnArbor}
%\usetheme{Antibes}
%\usetheme{Bergen}
%\usetheme{Berkeley}
%\usetheme{Berlin}
%\usetheme{Boadilla}
%\usetheme{CambridgeUS}
%\usetheme{Copenhagen}
\usetheme{Darmstadt}
%\usetheme{Dresden}
%\usetheme{Frankfurt}
%\usetheme{Goettingen}
%\usetheme{Hannover}
%\usetheme{Ilmenau}
%\usetheme{JuanLesPins}
%\usetheme{Luebeck}
%\usetheme{Madrid}
%\usetheme{Malmoe}
%\usetheme{Marburg}
%\usetheme{Montpellier}
%\usetheme{PaloAlto}
%\usetheme{Pittsburgh}
%\usetheme{Rochester}
%\usetheme{Singapore}
%\usetheme{Szeged}
%\usetheme{Warsaw}
% As well as themes, the Beamer class has a number of color themes
% for any slide theme. Uncomment each of these in turn to see how it
% changes the colors of your current slide theme.
%\usecolortheme{albatross}
\usecolortheme{beaver} %great
%\usecolortheme{beetle}
%\usecolortheme{crane}
%\usecolortheme{dolphin}
%\usecolortheme{dove} %great
%\usecolortheme{fly}
%\usecolortheme{lily}
%\usecolortheme{orchid}
%\usecolortheme{rose}
%\usecolortheme{seagull}
%\usecolortheme{seahorse}
%\usecolortheme{whale}
%\usecolortheme{wolverine}
%\setbeamertemplate{footline} % To remove the footer line in all slides uncomment this line
\setbeamertemplate{footline}[page number] % To replace the footer line in all slides with a simple slide count uncomment this line
\setbeamertemplate{headline}{%
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=\paperwidth,ht=2.5ex,dp=1.125ex]{palette secondary}%
\insertsectionnavigationhorizontal{\paperwidth}{}{\hskip0pt plus1filll}
\end{beamercolorbox}%
}
\hbox{%
\begin{beamercolorbox}[wd=\paperwidth,ht=2.5ex,dp=1.125ex]{palette quaternary}%
\hskip10pt \insertsubsection
% \insertsubsectionnavigationhorizontal{\paperwidth}{}{\hskip0pt plus1filll}
\end{beamercolorbox}%
}
}
\setbeamertemplate{mini frames}{}
%\setbeamertemplate{navigation symbols}{} % To remove the navigation symbols from the bottom of all slides uncomment this line
%\beamertemplatenavigationsymbolsempty
}
\usepackage{graphicx} % Allows including images
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
\usepackage{bbm}
\usepackage{ifthen}
\usepackage{amssymb,amsmath}
\usepackage{soul}
\usepackage{sansmathaccent}
\usepackage{latexsym}
\pdfmapfile{+sansmathaccent.map}
\usepackage{hyperref}
\usepackage[export]{adjustbox}
\usepackage{bookmark}
\usepackage{lmodern}% http://ctan.org/pkg/lm
\usefonttheme[onlymath]{serif}
\hypersetup{
bookmarksdepth=3,
bookmarksnumbered=true,
bookmarksopen=true,
colorlinks,
citecolor=blue,
linkcolor=red
}
\setbeamertemplate{bibliography item}{\insertbiblabel}
\setbeamertemplate{blocks}[rounded][shadow=false]
\newcommand{\conceptbf}[1]{{\bf{\textrm{\textcolor[rgb]{0,0,0.9}{#1}}}}}
\newcommand{\fsize}[1]{\footnotesize{#1}}
\newcommand{\ssize}[1]{\scriptsize{#1}}
\newenvironment{smitemize}{\begin{itemize}\small}{\end{itemize}}
\newenvironment{fitemize}{\begin{itemize}\footnotesize}{\end{itemize}}
\newenvironment{sitemize}{\begin{itemize}\scriptsize}{\end{itemize}}
\newenvironment{titemize}{\begin{itemize}\tiny}{\end{itemize}}
\newcommand{\tabincell}[2]{\begin{tabular}{@{}#1@{}}#2\end{tabular}}
\renewcommand{\emph}[1]{\textit{\textrm{#1}}}
\newcommand{\toprintall}{false}
\newcommand{\printAll}[3]
{
\ifthenelse{\equal{#1}{true}}{#2}{}
\ifthenelse{\equal{#1}{false}}{#3}{}
}
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\title[Manage the Data from Indoor Spaces]{Manage the Data from Indoor Spaces: \\Models, Indexes \& Query Processing} % The short title appears at the bottom of every slide, the full title is only on the title page
\author{Huan Li} % Your name
\institute[Zhejiang University] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
{
Database Laboratory, Zhejiang University \\ % Your institution for the title page
\medskip
\textit{[email protected]} % Your email address
}
\date{\today} % Date, can be changed to a custom date
\begin{document}
\begin{frame}
\titlepage % Print the title page as the first slide
\end{frame}
\begin{frame}
\frametitle{Overview} % Table of contents slide, comment this block out to remove it
\setcounter{tocdepth}{1}
\tableofcontents % Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation
\end{frame}
\AtBeginSection[]
{
\begin{frame}[shrink]
\tableofcontents[sectionstyle=show/shaded,subsectionstyle=show/shaded/hide]
\end{frame}
}
%----------------------------------------------------------------------------------------
% PRESENTATION SLIDES
%----------------------------------------------------------------------------------------
%------------------------------------------------
\section{1. Outlines}
%------------------------------------------------
\printAll{\toprintall}{
\include{sec_1}
\include{sec_1_ref}
}
{
% \include{sec_1}
% \include{sec_1_ref}
}
%------------------------------------------------
\section{2. Indoor Space Models \& Applications}
%------------------------------------------------
\subsection{2.1 Graph Model Based Indoor Tracking}
\printAll{\toprintall}{
\include{sec_2_1}
\include{sec_2_1_ref}
}
{
% \include{sec_2_1}
% \include{sec_2_1_ref}
}
\subsection{2.2 Scalable Continuous Range Monitoring of Moving Objects in Symbolic Indoor Space}
\printAll{\toprintall}{
\include{sec_2_2}
\include{sec_2_2_ref}
}
{
% \include{sec_2_2}
% \include{sec_2_2_ref}
}
\subsection{2.3 Probabilistic Threshold k Nearest Neighbor Queries over Moving Objects in Symbolic Indoor Space}
\printAll{\toprintall}{
\include{sec_2_3}
\include{sec_2_3_ref}
}
{
% \include{sec_2_3}
% \include{sec_2_3_ref}
}
\subsection{2.4 Spatio-temporal Joins on Symbolic Indoor Tracking Data}
\printAll{\toprintall}{
\include{sec_2_4}
\include{sec_2_4_ref}
}
{
% \include{sec_2_4}
% \include{sec_2_4_ref}
}
\subsection{2.5 A Foundation for Efficient Indoor Distance-aware Query Processing}
\printAll{\toprintall}{
\include{sec_2_5}
\include{sec_2_5_ref}
}
{
% \include{sec_2_5}
% \include{sec_2_5_ref}
}
\subsection{2.6 Efficient Distance-aware Query Evaluation on Indoor Moving Objects}
\printAll{\toprintall}{
\include{sec_2_6}
\include{sec_2_6_ref}
}
{
% \include{sec_2_6}
% \include{sec_2_6_ref}
}
\subsection{2.7 Distance-Aware Join for Indoor Moving Objects}
\printAll{\toprintall}{
\include{sec_2_7}
\include{sec_2_7_ref}
}
{
% \include{sec_2_7}
% \include{sec_2_7_ref}
}
\subsection{2.8 Extracting Indoor Spatial Objects from CAD Models}
\printAll{\toprintall}{
\include{sec_2_8}
\include{sec_2_8_ref}
}
{
% \include{sec_2_8}
% \include{sec_2_8_ref}
}
%------------------------------------------------
\section{3. Indoor Data Cleansing}
%------------------------------------------------
\subsection{3.1 Leveraging Spatio-Temporal Redundancy for RFID Data Cleansing}
\printAll{\toprintall}{
\include{sec_3_1}
\include{sec_3_1_ref}
}
{
% \include{sec_3_1}
% \include{sec_3_1_ref}
}
\subsection{3.2 Spatiotemporal Data Cleansing for Indoor RFID Tracking Data}
\printAll{\toprintall}{
\include{sec_3_2}
\include{sec_3_2_ref}
}
{
% \include{sec_3_2}
% \include{sec_3_2_ref}
}
\subsection{3.3 Handling False Negatives in Indoor RFID Data}
\printAll{\toprintall}{
\include{sec_3_3}
\include{sec_3_3_ref}
}
{
% \include{sec_3_3}
% \include{sec_3_3_ref}
}
\subsection{3.4 Offline Cleaning of RFID Trajectory Data (PART I)}
\printAll{\toprintall}{
\include{sec_3_4_1}
\include{sec_3_4_1_ref}
}
{
% \include{sec_3_4_1}
% \include{sec_3_4_1_ref}
}
\subsection{3.4 Offline Cleaning of RFID Trajectory Data (PART II)}
\printAll{\toprintall}{
\include{sec_3_4_2}
\include{sec_3_4_2_ref}
}
{
% \include{sec_3_4_2}
% \include{sec_3_4_2_ref}
}
\subsection{3.5 Learning-Based Cleansing for Indoor RFID Data}
\printAll{\toprintall}{
\include{sec_3_5}
\include{sec_3_5_ref}
}
{
% \include{sec_3_5}
% \include{sec_3_5_ref}
}
%------------------------------------------------
\section{4. Indoor Movement Analysis}
%------------------------------------------------
\subsection{4.1 Finding Frequently Visited Indoor POIs Using Symbolic Indoor Tracking Data}
\printAll{\toprintall}{
\include{sec_4_1}
\include{sec_4_1_ref}
}
{
\include{sec_4_1}
\include{sec_4_1_ref}
}
%------------------------------------------------
\section{5. Appendix}
%------------------------------------------------
\subsection{5.1 Managing Evolving Uncertainty in Trajectory Databases}
\printAll{\toprintall}{
\include{sec_5_1}
\include{sec_5_1_ref}
}
{
% \include{sec_5_1}
% \include{sec_5_1_ref}
}
%----------------------------------------------------------------------------------------
\section*{}
\begin{frame}
\Huge{\centerline{The End. Thanks :)}}
\end{frame}
%----------------------------------------------------------------------------------------
\end{document}