db2-presentation.tex 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. \documentclass{beamer}
  2. \usepackage[utf8]{inputenc}
  3. \usetheme{CambridgeUS}
  4. \usecolortheme{beaver}
  5. \AtBeginSection[]
  6. {
  7. \begin{frame}
  8. \frametitle{Table of Contents}
  9. \tableofcontents[currentsection]
  10. \end{frame}
  11. }
  12. \title{Database 2 - Optional Paper Presentation}
  13. \author{Andrea Gussoni}
  14. \institute{Politecnico di Milano}
  15. \date{July 15, 2016}
  16. \begin{document}
  17. \frame{\titlepage}
  18. \begin{frame}
  19. \frametitle{Table of Contents}
  20. \tableofcontents
  21. \end{frame}
  22. \section{Introduction}
  23. \begin{frame}
  24. \frametitle{Some information on the two papers}
  25. \begin{columns}
  26. \column{0.5\textwidth}
  27. \begin{itemize}
  28. \item \textbf{Title:} Coordination Avoidance in Database Systems.
  29. \item \textbf{Authors:} Peter Bailis, Alan Fekete, Michael J. Franklin, Ali Ghodsi, Joseph M. Hellerstein, Ion Stoica.
  30. \item Presented at \textbf{2015 VLDB}.
  31. \end{itemize}
  32. \column{0.5\textwidth}
  33. \begin{itemize}
  34. \item \textbf{Title:} Trekking Through Siberia: Managing Cold Data in a Memory-Optimized Database.
  35. \item \textbf{Authors:} Ahmed Eldawy, Justin Levandoski, Per-Ake Larson.
  36. \item Presented at \textbf{2014 VLDB}.
  37. \end{itemize}
  38. \end{columns}
  39. \end{frame}
  40. \section{First Paper}
  41. \begin{frame}
  42. \frametitle{Details of the first paper}
  43. \begin{center}
  44. Coordination Avoidance in Database System
  45. \end{center}
  46. \end{frame}
  47. \begin{frame}
  48. \frametitle{Template}
  49. Template text
  50. \end{frame}
  51. \section{Second Paper}
  52. \begin{frame}
  53. \frametitle{Details on the second paper}
  54. Template text
  55. \end{frame}
  56. \begin{frame}
  57. \frametitle{Template}
  58. Tempplate text
  59. \end{frame}
  60. \end{document}