|
@@ -2,6 +2,8 @@
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
\usepackage{graphicx}
|
|
|
\usepackage{dirtytalk}
|
|
|
+\usepackage{epstopdf}
|
|
|
+\usepackage{hyperref}
|
|
|
\graphicspath{ {images/} }
|
|
|
\usetheme{CambridgeUS}
|
|
|
\usecolortheme{beaver}
|
|
@@ -160,12 +162,16 @@ This paper demonstrates that ACID transactions and associated strong isolation l
|
|
|
|
|
|
\begin{frame}
|
|
|
\frametitle{Template}
|
|
|
-Tempplate text
|
|
|
\end{frame}
|
|
|
|
|
|
\begin{frame}
|
|
|
\frametitle{License}
|
|
|
-
|
|
|
+\centering
|
|
|
+\includegraphics[width=0.3\textwidth]{license}\\
|
|
|
+This work is licensed under a Creative Commons Attribution 4.0 International License. To view a copy of
|
|
|
+this license, visit \url{http://creativecommons.org/licenses/by/4.0/}
|
|
|
+or send a letter to Creative Commons, 444 Castro Street, Suite
|
|
|
+900, Mountain View, California, 94041, USA.
|
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|