paper-TPCTC-PocketData/paper.tex

72 lines
1.5 KiB
TeX

\documentclass{llncs}
\usepackage{geometry}
\usepackage{makeidx} % allows for indexgeneration
\usepackage{graphicx}
\usepackage[utf8]{inputenc}
\usepackage{amssymb}
\usepackage{color}
\usepackage{url}
\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{SUNY Buffalo; Buffalo, NY 14260; USA\\
\email{\{okennedy,jerryant,challen,ziarek\}@buffalo.edu}\\
Website: \texttt{http://odin.cse.buffalo.edu/research/}
}
\begin{document}
\pagestyle{plain}
\maketitle
\begin{abstract}
\input{sections/0-abstract}
\keywords{sqlite, client-side, android, smart-phone, embedded database}
\end{abstract}
\section{Introduction}
\input{sections/1-introduction}
\section{Overview: Why TPC-MOBILE?}
\label{sec:overview}
\input{sections/2-overview}
\section{Experimental Setup}
\label{sec:experimental}
\input{sections/3-experimental}
\section{Query Complexity}
\label{sec:queryc}
\input{sections/4-queryc}
\section{Database Activity}
\label{sec:dba}
\input{sections/5-dba}
\section{Pocket Data, TPC-MOBILE, and Related Work}
\label{sec:pocketdata}
\input{sections/6-pocketdata}
\section{Conclusions and Future Work}
\label{sec:conc}
\input{sections/7-conclusions}
\bibliographystyle{plain}
\bibliography{main}
\end{document}