summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2016-03-26 21:09:52 +0000
committerSiddharth Ravikumar <sravik@bgsu.edu>2016-03-26 21:09:52 +0000
commit0b56cb11bf72120248229cac1785ac29333d2baf (patch)
treea472c7f1bc690d541776bfec79dc8df2929c7bba
parent9c6340cef62cf8e517b46d0d6cee99ad63702e9f (diff)
Add combox presentation. "Introduction" drafted.
-rw-r--r--.gitignore7
-rw-r--r--Makefile14
-rw-r--r--presentation/Makefile30
-rw-r--r--presentation/combox-p.pdfbin0 -> 65091 bytes
-rw-r--r--presentation/p.tex124
5 files changed, 173 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 7ff2f0a..2f305af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,4 +12,9 @@ files/
*.toc
*.bbl
*.blg
-*.out \ No newline at end of file
+*.out
+
+# beamer
+*.nav
+*.snm
+*.vrb
diff --git a/Makefile b/Makefile
index 6018def..0352855 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,9 @@ $(100MB): $(BLOB_DIR)
report:
@$(MAKE) -C report
+presentation:
+ @$(MAKE) -C presentation
+
report-clean:
@find report/ -name '*.aux' -exec rm -f {} +
@find report/ -name '*.dvi' -exec rm -f {} +
@@ -79,8 +82,17 @@ report-clean:
@find report/ -name '*.bbl' -exec rm -f {} +
@find report/ -name '*.blg' -exec rm -f {} +
+presentation-clean:
+ @find presentation/ -name '*.aux' -exec rm -f {} +
+ @find presentation/ -name '*.dvi' -exec rm -f {} +
+ @find presentation/ -name '*.log' -exec rm -f {} +
+ @find presentation/ -name '*.toc' -exec rm -f {} +
+ @find presentation/ -name '*.nav' -exec rm -f {} +
+ @find presentation/ -name '*.out' -exec rm -f {} +
+ @find presentation/ -name '*.snm' -exec rm -f {} +
+
blobs-clean:
@rm -f $(ALL_BLOBS)
@rmdir $(BLOB_DIR)
-.PHONY: blobs blobs-clean report report-clean
+.PHONY: blobs blobs-clean report report-clean presentation presentation-clean
diff --git a/presentation/Makefile b/presentation/Makefile
new file mode 100644
index 0000000..c2444b2
--- /dev/null
+++ b/presentation/Makefile
@@ -0,0 +1,30 @@
+#!/usr/bin/make
+#
+# combox - presentation
+#
+# Makefile
+#
+# By Siddharth Ravikumar <sravik@bgsu.edu>
+#
+# No rights reserved. Dedicated to Public Domain.
+# <https://creativecommons.org/publicdomain/zero/1.0/>
+
+PDF = combox-p.pdf
+TEX = p.tex
+DVI = p.dvi
+
+all: $(PDF)
+ @evince $(PDF) &
+
+$(PDF): $(DVI)
+ dvipdf $< $@
+
+$(DVI): $(TEX)
+ @latex $<
+ @latex $<
+ @latex $<
+
+clean:
+ rm -f $(PDF) $(DVI) *.aux *.log *~
+
+.PHONY: clean all
diff --git a/presentation/combox-p.pdf b/presentation/combox-p.pdf
new file mode 100644
index 0000000..cdb500e
--- /dev/null
+++ b/presentation/combox-p.pdf
Binary files differ
diff --git a/presentation/p.tex b/presentation/p.tex
new file mode 100644
index 0000000..edb1b63
--- /dev/null
+++ b/presentation/p.tex
@@ -0,0 +1,124 @@
+\documentclass[17pt]{beamer}
+\useinnertheme{default}
+\useoutertheme{default}
+\usecolortheme{dove}
+
+\title{combox}
+\author{Siddharth Ravikumar}
+\institute{0x00B252AF}
+\date{April 20, 2016}
+
+\begin{document}
+
+\begin{frame}
+ \titlepage
+\end{frame}
+
+\begin{frame}
+ \frametitle{(cons 'combox 'presentation)}
+ \tableofcontents
+\end{frame}
+
+\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}
+
+\section{Problem}
+\section{Proposed Solution}
+\section{Benchmarks}
+\section{Testing}
+\section{Conclusion}
+
+\begin{frame}
+ \centering pre-recorded demo
+\end{frame}
+
+\end{document}