1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- \documentclass{beamer}
- \usepackage[utf8]{inputenc}
- \usetheme{CambridgeUS}
- \usecolortheme{beaver}
- \AtBeginSection[]
- {
- \begin{frame}
- \frametitle{Table of Contents}
- \tableofcontents[currentsection]
- \end{frame}
- }
- \title{Database 2 - Optional Paper Presentation}
- \author{Andrea Gussoni}
- \institute{Politecnico di Milano}
- \date{July 15, 2016}
- \begin{document}
- \frame{\titlepage}
- \begin{frame}
- \frametitle{Table of Contents}
- \tableofcontents
- \end{frame}
- \section{First Paper}
- \begin{frame}
- \frametitle{Some information on the first paper}
- \begin{itemize}
- \item \textbf{Title:} Coordination Avoidance in Database Systems.
- \item \textbf{Authors:} Peter Bailis, Alan Fekete, Michael J. Franklin, Ali Ghodsi, Joseph M. Hellerstein, Ion Stoica.
- \item Presented at \textbf{2015 VLDB}.
- \end{itemize}
- \end{frame}
- \begin{frame}
- \frametitle{Template}
- Template Text
- \end{frame}
- \begin{frame}
- \frametitle{Template}
- Template text
- \end{frame}
- \section{Second Paper}
- \begin{frame}
- \frametitle{Some information on the second paper}
- \begin{itemize}
- \item \textbf{Title:} Trekking Through Siberia: Managing Cold Data in a Memory-Optimized Database.
- \item \textbf{Authors:} Ahmed Eldawy, Justin Levandoski, Per-Ake Larson.
- \item Presented at \textbf{2014 VLDB}.
- \end{itemize}
- \end{frame}
- \begin{frame}
- \frametitle{Template}
- Tempplate text
- \end{frame}
- \end{document}
|