Răsfoiți Sursa

first modifications

andreagus 9 ani în urmă
părinte
comite
1dbcfd9dae
2 a modificat fișierele cu 261 adăugiri și 13 ștergeri
  1. 194 0
      .gitignore
  2. 67 13
      source/db2-presentation.tex

+ 194 - 0
.gitignore

@@ -0,0 +1,194 @@
+
+# Created by https://www.gitignore.io/api/latex
+
+### LaTeX ###
+## Core latex/pdflatex auxiliary files:
+*.aux
+*.lof
+*.log
+*.lot
+*.fls
+*.out
+*.toc
+*.fmt
+*.fot
+*.cb
+*.cb2
+
+## Intermediate documents:
+*.dvi
+*-converted-to.*
+# these rules might exclude image files for figures etc.
+# *.ps
+# *.eps
+# *.pdf
+
+## Generated if empty string is given at "Please type another file name for output:"
+.pdf
+
+## Bibliography auxiliary files (bibtex/biblatex/biber):
+*.bbl
+*.bcf
+*.blg
+*-blx.aux
+*-blx.bib
+*.brf
+*.run.xml
+
+## Build tool auxiliary files:
+*.fdb_latexmk
+*.synctex
+*.synctex(busy)
+*.synctex.gz
+*.synctex.gz(busy)
+*.pdfsync
+
+## Auxiliary and intermediate files from other packages:
+# algorithms
+*.alg
+*.loa
+
+# achemso
+acs-*.bib
+
+# amsthm
+*.thm
+
+# beamer
+*.nav
+*.snm
+*.vrb
+
+# cprotect
+*.cpt
+
+# fixme
+*.lox
+
+#(r)(e)ledmac/(r)(e)ledpar
+*.end
+*.?end
+*.[1-9]
+*.[1-9][0-9]
+*.[1-9][0-9][0-9]
+*.[1-9]R
+*.[1-9][0-9]R
+*.[1-9][0-9][0-9]R
+*.eledsec[1-9]
+*.eledsec[1-9]R
+*.eledsec[1-9][0-9]
+*.eledsec[1-9][0-9]R
+*.eledsec[1-9][0-9][0-9]
+*.eledsec[1-9][0-9][0-9]R
+
+# glossaries
+*.acn
+*.acr
+*.glg
+*.glo
+*.gls
+*.glsdefs
+
+# gnuplottex
+*-gnuplottex-*
+
+# hyperref
+*.brf
+
+# knitr
+*-concordance.tex
+# TODO Comment the next line if you want to keep your tikz graphics files
+*.tikz
+*-tikzDictionary
+
+# listings
+*.lol
+
+# makeidx
+*.idx
+*.ilg
+*.ind
+*.ist
+
+# minitoc
+*.maf
+*.mlf
+*.mlt
+*.mtc
+*.mtc[0-9]
+*.mtc[1-9][0-9]
+
+# minted
+_minted*
+*.pyg
+
+# morewrites
+*.mw
+
+# mylatexformat
+*.fmt
+
+# nomencl
+*.nlo
+
+# sagetex
+*.sagetex.sage
+*.sagetex.py
+*.sagetex.scmd
+
+# scrwfile
+*.wrt
+
+# sympy
+*.sout
+*.sympy
+sympy-plots-for-*.tex/
+
+# pdfcomment
+*.upa
+*.upb
+
+# pythontex
+*.pytxcode
+pythontex-files-*/
+
+# thmtools
+*.loe
+
+# TikZ & PGF
+*.dpth
+*.md5
+*.auxlock
+
+# todonotes
+*.tdo
+
+# easy-todo
+*.lod
+
+# xindy
+*.xdy
+
+# xypic precompiled matrices
+*.xyc
+
+# endfloat
+*.ttt
+*.fff
+
+# Latexian
+TSWLatexianTemp*
+
+## Editors:
+# WinEdt
+*.bak
+*.sav
+
+# Texpad
+.texpadtmp
+
+# Kile
+*.backup
+
+# KBibTeX
+*~[0-9]*

+ 67 - 13
source/db2-presentation.tex

@@ -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}