diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-03-27 05:25:45 +0000 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-03-27 05:25:45 +0000 |
commit | 87fb0b2fada08bfd41a5d8ad0658613bffed6053 (patch) | |
tree | 9fb565abcfac99c613f138bd00dbc9df6ebd9074 /presentation/sections/1-introduction.tex | |
parent | c136a9d8b5566b72f8fe1edbca8e92935ac53b13 (diff) |
Move things around.
- Each section is moved to its own file under sections/
Diffstat (limited to 'presentation/sections/1-introduction.tex')
-rw-r--r-- | presentation/sections/1-introduction.tex | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/presentation/sections/1-introduction.tex b/presentation/sections/1-introduction.tex new file mode 100644 index 0000000..048e925 --- /dev/null +++ b/presentation/sections/1-introduction.tex @@ -0,0 +1,94 @@ +% Public Domain. No Rights Reserved. See +% https://creativecommons.org/publicdomain/zero/1.0/ + +\section{Introduction} + +\begin{frame}[fragile] + \frametitle{2016} + {\scriptsize + \begin{semiverbatim} + +------------------------+ + | Internet | + | | 0 0 0 0 + | | / \\ / \\ / \\ / \\ + | | 0 0 0 0 + | | <----- / \\ / \\ / \\ / \\ + | | 0 0 0 0 + | | / \\ / \\ / \\ / \\ + | | ...... + | | + | | N humans + | | (N < Total no. of humans) + +------------------------+ + \end{semiverbatim} + } +\end{frame} + + +\begin{frame}[fragile] + \frametitle{2016} + {\scriptsize + \begin{semiverbatim} + +------------------------+ + | Internet | + | | 0 0 0 + | +-----------+ | store / \\ / \\ / \\ + | | Dropbox | | data 0 0 0 + | | | | <----- / \\ / \\ / \\ + | +-----------+ | FSP 0 0 0 + | | / \\ / \\ / \\ + | +-----------+ | ...... + | |Google | | + | |Drive | | M humans (M < N) + | +-----------+ | + +------------------------+ FSP: File Storage Provider + \end{semiverbatim} + } +\end{frame} + +\begin{frame}[fragile] + \frametitle{2016} + {\scriptsize + \begin{semiverbatim} + +------------------------+ + | Internet | + | | store 0 0 + | +-----------+ | private / \\ / \\ + | | Dropbox | | data 0 0 + | | | | <----- / \\ / \\ + | +-----------+ | FSP 0 0 + | | / \\ / \\ + | +-----------+ | ..... + | |Google | | + | |Drive | | L humans (L < M < N) + | +-----------+ | + +------------------------+ FSP: File Storage Provider + \end{semiverbatim} + } +\end{frame} + +\begin{frame} + \frametitle{Invariantly} + {\small + \begin{quote} + \emph{Law \& Order}. We may disclose your information to third + parties if we determine that such disclosure is reasonably + necessary to (a) comply with the law; (b) protect any person from + death or serious bodily injury; (c) prevent fraud or abuse of + Dropbox or our users; or (d) protect Dropbox's property + rights\footnote{https://www.dropbox.com/privacy}. + \end{quote} + } +\end{frame} + +\begin{frame} + \frametitle{2013} + + \begin{itemize} + \item ECHELON + \item Carnivore + \item XKeyscore + \item Boundless Informant + \item PRISM + \end{itemize} +\end{frame}
\ No newline at end of file |