diff options
-rw-r--r-- | notes/diary/1.presentation.org | 2 | ||||
-rw-r--r-- | presentation/images/latex.jpg | bin | 0 -> 15088 bytes | |||
-rw-r--r-- | presentation/images/orgmode.png | bin | 0 -> 68150 bytes | |||
-rw-r--r-- | presentation/presentation.tex | 84 |
4 files changed, 76 insertions, 10 deletions
diff --git a/notes/diary/1.presentation.org b/notes/diary/1.presentation.org index ef47e9e..346954a 100644 --- a/notes/diary/1.presentation.org +++ b/notes/diary/1.presentation.org @@ -30,4 +30,4 @@ - how did i plan it - some stuff on FOSS - conclusion - - take home + - take home diff --git a/presentation/images/latex.jpg b/presentation/images/latex.jpg Binary files differnew file mode 100644 index 0000000..927e97d --- /dev/null +++ b/presentation/images/latex.jpg diff --git a/presentation/images/orgmode.png b/presentation/images/orgmode.png Binary files differnew file mode 100644 index 0000000..be322d2 --- /dev/null +++ b/presentation/images/orgmode.png diff --git a/presentation/presentation.tex b/presentation/presentation.tex index 20677e0..2bab1a0 100644 --- a/presentation/presentation.tex +++ b/presentation/presentation.tex @@ -1,4 +1,8 @@ \documentclass{beamer} + +\usepackage{graphicx} +\graphicspath{ {./images/} } + \usetheme{Boadilla} \title{FOSS in the developer and privacy space} @@ -16,23 +20,87 @@ SOME STUFF \end{frame} +% ~1-2 mins \begin{frame} -\frametitle{Why did i choose this project?} -SOME STUFF +\frametitle{Why did I choose this project?} +-- Interest in the area of FOSS + +-- Wanted to learn more about the ethics behind things, not just the software + +-- To challenge myself \end{frame} +% ~2-3 \begin{frame} -\frametitle{Planning and managing this project} -SOME STUFF +\frametitle{My research} +\textbf{Sectioning:} + + \textit{Splitting things up is helpful} + + People: + + -- Richard Stallman + + -- Edward Snowden + + -- Lawrence Lessig + + Papers: + + -- All 120 pages of Richard Stallman's work + \begin {tiny} + \textit{He founded the entire movement, he has a lot to say!} + \end {tiny} + + -- Places where FOSS is used + \begin {tiny} + \textit{To ensure my pre-existing knowledge isn't biased} + \end {tiny} + + -- Papers/PhDs where their software was published as FOSS + \begin {tiny} + \textit{Mostly looking at their justification as to why their software is FOSS} + \end {tiny} + + Things: + + -- Code editors + \begin {tiny} + \textit{VS code, Vim} + \end {tiny} + + -- Operating systems + \begin {tiny} + \textit{Linux, BSD} + \end {tiny} + + -- Other tools + \begin {tiny} + \textit{Latex, VLC, KDE} + \end {tiny} \end{frame} +% ~1-2 mins \begin{frame} -\frametitle{My research} -SOME STUFF +\frametitle{Planning and managing this project} +\textbf{Tools:} + -- Tex Live + + \includegraphics[scale=0.2]{latex} + + Graphics tool designed for generating documents, of many shapes and sizes, including my write up, and this presentation! + % allows for sections, sections things to all hell + + -- Org mode + + \includegraphics[scale=0.03]{orgmode} + + Note format, designed to be easy for humans and computers to read, making it perfect for simple, feature packed apps, + used for writing my log, diary, and research (plus managing my life!). \end{frame} \begin{frame} -\frametitle{So why is it prefered} +\frametitle{So why is it preferred} SOME STUFF \end{frame} @@ -46,6 +114,4 @@ SOME STUFF SOME STUFF \end{frame} - - \end{document} |