-
Notifications
You must be signed in to change notification settings - Fork 1
/
intro2idm.tex.bak
271 lines (212 loc) · 10.9 KB
/
intro2idm.tex.bak
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 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{amssymb,amsmath}
\usepackage{soul}
\usepackage{sansmathaccent}
\usepackage{latexsym}
\pdfmapfile{+sansmathaccent.map}
\usepackage{hyperref}
\usepackage[export]{adjustbox}
\usepackage{bookmark}
\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}}
\renewcommand{\emph}[1]{\textit{\textrm{#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}}
%----------------------------------------------------------------------------------------
% 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} % Sections can be created in order to organize your presentation into discrete blocks, all sections and subsections are automatically printed in the table of contents as an overview of the talk
%------------------------------------------------
% \include{sec_1}
% \include{sec_1_ref}
%------------------------------------------------
\section{2. Indoor Space Models \& Applications} % Sections can be created in order to organize your presentation into discrete blocks, all sections and subsections are automatically printed in the table of contents as an overview of the talk
%------------------------------------------------
\subsection{2.1 Graph Model Based Indoor Tracking} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
% \include{sec_2_1}
% \include{sec_2_1_ref}
\subsection{2.2 Scalable Continuous Range Monitoring of Moving Objects in Symbolic Indoor Space} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
% \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} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
% \include{sec_2_3}
% \include{sec_2_3_ref}
\subsection{2.4 Spatio-temporal Joins on Symbolic Indoor Tracking Data} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
% \include{sec_2_4}
% \include{sec_2_4_ref}
\subsection{2.5 A Foundation for Efficient Indoor Distance-aware Query Processing} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
% \include{sec_2_5}
% \include{sec_2_5_ref}
\subsection{2.6 Efficient Distance-aware Query Evaluation on Indoor Moving Objects} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
% \include{sec_2_6}
% \include{sec_2_6_ref}
\subsection{2.7 Distance-Aware Join for Indoor Moving Objects} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
% \include{sec_2_7}
% \include{sec_2_7_ref}
\subsection{2.8 Extracting Indoor Spatial Objects from CAD Models} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
% \include{sec_2_8}
% \include{sec_2_8_ref}
%------------------------------------------------
\section{3. Indoor Data Cleansing} % Sections can be created in order to organize your presentation into discrete blocks, all sections and subsections are automatically printed in the table of contents as an overview of the talk
%------------------------------------------------
\subsection{3.1 Leveraging Spatio-Temporal Redundancy for RFID Data Cleansing} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
% \include{sec_3_1}
% \include{sec_3_1_ref}
\subsection{3.2 Spatiotemporal Data Cleansing for Indoor RFID Tracking Data} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
% \include{sec_3_2}
% \include{sec_3_2_ref}
\subsection{3.3 Handling False Negatives in Indoor RFID Data} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
% \include{sec_3_3}
% \include{sec_3_3_ref}
\subsection{3.4 Offline Cleaning of RFID Trajectory Data (PART I)} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
% \include{sec_3_4_1}
% \include{sec_3_4_1_ref}
\subsection{3.4 Offline Cleaning of RFID Trajectory Data (PART II)} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
% \include{sec_3_4_2}
% \include{sec_3_4_2_ref}
\subsection{3.5 Learning-Based Cleansing for Indoor RFID Data} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
% \include{sec_3_5}
% \include{sec_3_5_ref}
%------------------------------------------------
\section{4. Indoor Movement Analysis} % Sections can be created in order to organize your presentation into discrete blocks, all sections and subsections are automatically printed in the table of contents as an overview of the talk
%------------------------------------------------
%------------------------------------------------
\section{5. Appendix} % Sections can be created in order to organize your presentation into discrete blocks, all sections and subsections are automatically printed in the table of contents as an overview of the talk
%------------------------------------------------
\subsection{5.1 Managing Evolving Uncertainty in Trajectory Databases} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
% \include{sec_5_1}
% \include{sec_5_1_ref}
%----------------------------------------------------------------------------------------
\begin{frame}
\Huge{\centerline{The End. Thanks :)}}
\end{frame}
%----------------------------------------------------------------------------------------
\end{document}