diff options
-rw-r--r-- | presentation/presentation.tex | 77 |
1 files changed, 42 insertions, 35 deletions
diff --git a/presentation/presentation.tex b/presentation/presentation.tex index 2bab1a0..d1afebe 100644 --- a/presentation/presentation.tex +++ b/presentation/presentation.tex @@ -1,7 +1,7 @@ \documentclass{beamer} \usepackage{graphicx} -\graphicspath{ {./images/} } +\graphicspath{{./images/}} \usetheme{Boadilla} @@ -16,45 +16,43 @@ \frame{\titlepage} \begin{frame} -\frametitle{What does this presentation show?} -SOME STUFF + \frametitle{What does this presentation show?} + -- Why did I choose this project? \\ + -- My research \\ + -- Planning and managing this project \\ + -- So why is it preferred? \\ + -- How did the project go? \\ + -- What would I change/How would I do it again? \\ \end{frame} % ~1-2 mins \begin{frame} -\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 + \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{My research} -\textbf{Sectioning:} + \frametitle{My research} + \textbf{Sectioning:} \\ + \textit{Splitting things up is helpful} - \textit{Splitting things up is helpful} - People: - - -- Richard Stallman - - -- Edward Snowden - - -- Lawrence Lessig + -- Richard Stallman \\ + -- Edward Snowden \\ + -- Lawrence Lessig \\ Papers: - - -- All 120 pages of Richard Stallman's work + -- All 120 pages of Richard Stallman's work \begin {tiny} - \textit{He founded the entire movement, he has a lot to say!} + \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} + \textit{To ensure my pre-existing knowledge isn't biased} \end {tiny} -- Papers/PhDs where their software was published as FOSS @@ -82,36 +80,45 @@ SOME STUFF % ~1-2 mins \begin{frame} -\frametitle{Planning and managing this project} -\textbf{Tools:} - -- Tex Live - + \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 - + -- 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} +% ~4-5 mins \begin{frame} -\frametitle{So why is it preferred} -SOME STUFF + \frametitle{So why is it preferred?} + -- User freedom \\ + -- Tinker ability \\ + -- Community \& Inclusively \\ \end{frame} \begin{frame} -\frametitle{How did the project go?} -SOME STUFF + \frametitle{How did the project go?} + -- Overall quite well \\ + -- Quickly \\ + -- Slight roadblock on a middle section \\ \end{frame} \begin{frame} -\frametitle{What would I change?} -SOME STUFF + \frametitle{What would I change/How would I do it again?} + -- Further sectioning, it is the best skill I could ever use \\ + -- Broaden my topic, it would have been interesting to focus more on general users \\ \end{frame} +\begin{frame} + \begin{center} + \textbf{Any questions?} + \end{center} +\end{frame} \end{document} |