db2-presentation.tex 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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{First Paper}
  23. \begin{frame}
  24. \frametitle{Some information on the first paper}
  25. \begin{itemize}
  26. \item \textbf{Title:} Coordination Avoidance in Database Systems.
  27. \item \textbf{Authors:} Peter Bailis, Alan Fekete, Michael J. Franklin, Ali Ghodsi, Joseph M. Hellerstein, Ion Stoica.
  28. \item Presented at \textbf{2015 VLDB}.
  29. \end{itemize}
  30. \end{frame}
  31. \begin{frame}
  32. \frametitle{Template}
  33. Template Text
  34. \end{frame}
  35. \begin{frame}
  36. \frametitle{Template}
  37. Template text
  38. \end{frame}
  39. \section{Second Paper}
  40. \begin{frame}
  41. \frametitle{Some information on the second paper}
  42. \begin{itemize}
  43. \item \textbf{Title:} Trekking Through Siberia: Managing Cold Data in a Memory-Optimized Database.
  44. \item \textbf{Authors:} Ahmed Eldawy, Justin Levandoski, Per-Ake Larson.
  45. \item Presented at \textbf{2014 VLDB}.
  46. \end{itemize}
  47. \end{frame}
  48. \begin{frame}
  49. \frametitle{Template}
  50. Tempplate text
  51. \end{frame}
  52. \end{document}