paper-TPCTC-PocketData/paper.tex

83 lines
1.7 KiB
TeX

\documentclass{llncs}
\usepackage{geometry,makeidx,graphicx,amssymb,color,url,subcaption}
\usepackage[utf8]{inputenc}
\captionsetup{compatibility=false}
\newcommand{\ask}[1]{\begin{center}
\textcolor{blue}{\textbf{Question: } {#1}}
\end{center}}
\title{Pocket Data: The Need for TPC-MOBILE}
\titlerunning{TPC-MOBILE}
\author{ % Kennedy + Alphabetical by last
Oliver Kennedy \and
Jerry Ajay \and
Geoffrey Challen \and
Lukasz Ziarek
}
\authorrunning{Kennedy et. al.}
\institute{University at Buffalo; Buffalo, NY 14260; USA\\
\email{\{okennedy,jerryant,challen,ziarek\}@buffalo.edu}\\
Website: \texttt{http://odin.cse.buffalo.edu/research/}
}
\input{.xxxnote}
\input{.draft}
\newcommand{\PhoneLab}{\textsc{PhoneLab}}
\hyphenation{Phone-Lab}
\ifdefined\isdraft
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\lhead{}
\chead{Under Submission to TPCTC'15. Do not distribute.}
\rhead{}
\else
\pagestyle{plain}
\fi
\begin{document}
\maketitle
\begin{abstract}
\input{sections/0-abstract}
\keywords{sqlite, client-side, android, smartphone, embedded database}
\end{abstract}
\section{Introduction}
\input{sections/1-introduction}
\section{Experimental Setup}
\label{sec:experimental}
\input{sections/3-experimental}
\section{Query Complexity}
\label{sec:queryc}
\input{sections/4-queryc}
\section{Runtime Characteristics}
\label{sec:dba}
\input{sections/5-dba}
\section{Pocket Data and Related Work}
\label{sec:pocketdata}
\input{sections/6-pocketdata}
\section{Why TPC-MOBILE?}
\label{sec:overview}
\input{sections/2-overview}
\section{Conclusions}
\label{sec:conc}
\input{sections/7-conclusions}
\bibliographystyle{plain}
\bibliography{main}
\end{document}