|
@@ -1,23 +1,77 @@
|
|
|
\documentclass{beamer}
|
|
|
-
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
+\usetheme{CambridgeUS}
|
|
|
+\usecolortheme{beaver}
|
|
|
+
|
|
|
+\AtBeginSection[]
|
|
|
+{
|
|
|
+ \begin{frame}
|
|
|
+ \frametitle{Table of Contents}
|
|
|
+ \tableofcontents[currentsection]
|
|
|
+ \end{frame}
|
|
|
+}
|
|
|
|
|
|
-
|
|
|
-%Information to be included in the title page:
|
|
|
-\title{Sample title}
|
|
|
-\author{Anonymous}
|
|
|
-\institute{ShareLaTeX}
|
|
|
-\date{2014}
|
|
|
-
|
|
|
-
|
|
|
+\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{Introduction}
|
|
|
+
|
|
|
+\begin{frame}
|
|
|
+\frametitle{Some information on the two papers}
|
|
|
|
|
|
+\begin{columns}
|
|
|
+
|
|
|
+\column{0.5\textwidth}
|
|
|
+\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}
|
|
|
+
|
|
|
+\column{0.5\textwidth}
|
|
|
+\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{columns}
|
|
|
+\end{frame}
|
|
|
+
|
|
|
+\section{First Paper}
|
|
|
+
|
|
|
\begin{frame}
|
|
|
-\frametitle{Sample frame title}
|
|
|
-This is a text in first frame. This is a text in first frame. This is a text in first frame.
|
|
|
+\frametitle{Details of the first paper}
|
|
|
+\begin{center}
|
|
|
+Coordination Avoidance in Database System
|
|
|
+\end{center}
|
|
|
\end{frame}
|
|
|
-
|
|
|
+
|
|
|
+\begin{frame}
|
|
|
+\frametitle{Template}
|
|
|
+Template text
|
|
|
+\end{frame}
|
|
|
+
|
|
|
+\section{Second Paper}
|
|
|
+
|
|
|
+\begin{frame}
|
|
|
+\frametitle{Details on the second paper}
|
|
|
+Template text
|
|
|
+\end{frame}
|
|
|
+
|
|
|
+\begin{frame}
|
|
|
+\frametitle{Template}
|
|
|
+Tempplate text
|
|
|
+\end{frame}
|
|
|
+
|
|
|
\end{document}
|