Add folder for presentation slides
This commit is contained in:
parent
e30b360428
commit
6b99543aab
4
.gitignore
vendored
4
.gitignore
vendored
@ -6,3 +6,7 @@
|
|||||||
*.fls
|
*.fls
|
||||||
*.pdf
|
*.pdf
|
||||||
*.synctex.gz
|
*.synctex.gz
|
||||||
|
|
||||||
|
|
||||||
|
*.nav
|
||||||
|
*.snm
|
||||||
|
|||||||
53
talk/talk.tex
Normal file
53
talk/talk.tex
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
\documentclass{beamer}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\title[Participatory Budgeting]{Participatory Budgeting}
|
||||||
|
\subtitle{Algorithms and Complexity}
|
||||||
|
\author{Tobias Eidelpes}
|
||||||
|
|
||||||
|
\begin{frame}
|
||||||
|
\frametitle{Table of Contents}
|
||||||
|
\tableofcontents
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\section{Introduction}
|
||||||
|
|
||||||
|
\begin{frame}
|
||||||
|
\frametitle{What is Participatory Budgeting?}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}
|
||||||
|
\frametitle{How does it work?}
|
||||||
|
\begin{itemize}
|
||||||
|
\item Designing the Process \pause
|
||||||
|
\item Collecting Ideas \pause
|
||||||
|
\item Developing Proposals \pause
|
||||||
|
\item Voting \pause
|
||||||
|
\item Funding Winners
|
||||||
|
\end{itemize}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}
|
||||||
|
\frametitle{Differences to traditional Election}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\section{Properties of Algorithms}
|
||||||
|
|
||||||
|
\begin{frame}
|
||||||
|
\frametitle{Algorithm Axioms}
|
||||||
|
\begin{itemize}
|
||||||
|
\item Pareto Optimality \pause
|
||||||
|
\item Monotonicity \pause
|
||||||
|
\item Truthfulness \pause
|
||||||
|
\item Fairness
|
||||||
|
\end{itemize}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\section{Algorithms}
|
||||||
|
|
||||||
|
\section{Comparison}
|
||||||
|
|
||||||
|
\section{Practicality}
|
||||||
|
|
||||||
|
\end{document}
|
||||||
Loading…
x
Reference in New Issue
Block a user