\documentclass[UKenglish,aspectratio=43,logotop]{beamer} \usetheme{UnFUG} \usepackage{csquotes} % Quotation marks \usepackage{microtype} % Improved typography \usepackage{amssymb} % Mathematical symbols \usepackage{mathtools} % Mathematical symbols \usepackage[absolute, overlay]{textpos} % Arbitrary placement \setlength{\TPHorizModule}{\paperwidth} % Textpos units \setlength{\TPVertModule}{\paperheight} % Textpos units \usepackage{tikz} \usepackage{pgf} \usetikzlibrary{overlay-beamer-styles} % Overlay effects for TikZ \usetikzlibrary{positioning} % Positioning of nodes for TikZ \usetikzlibrary{arrows.meta} % more arrow styles \author{Justin Dretvic} \title{Something Something Privacy} \subtitle{Nett To Knows} \date{21.12.2023} % this is just a placeholder, use whatever format floats your boat %\customerlogo{path-to-image} % this is just a placeholder. Appears on the right side of the title page. %\mastodon{username}{instance} % this is just a placeholder. Will appear in username@instance format with a hyperlink to the profile included. % => Patriot Act 2001 % stattSafe-Harbor-Verfahren % Privacy Shield % Privacy Framework % Luka App % AOL \begin{document} \section{Overview} % \begin{frame}[allowframebreaks]{Title} % if the TOC does not fit one frame. \begin{frame}{Table of contents} \tableofcontents \end{frame} \section{Vorwort} \SectionFrameAlt \section{Historische Ereignisse} \SectionFrameAlt \begin{frame}{1958 - Das Herrenreiter Urteil} \begin{columns}[c] \begin{column}{0.45\textwidth} \begin{itemize} \item 14. Februar 1958 \item Präzedenzfall für das allgemeine Persönlichkeitsrecht \end{itemize} \includegraphics[width=1\textwidth]{images/okasane.jpg} \end{column} \begin{column}{0.45\textwidth} \includegraphics[width=0.95\textwidth]{images/herrenreiter.png} \end{column} \end{columns} \end{frame} \begin{frame}{1967 - Folge-Kongress der Computer-Hersteller} \begin{itemize} \item 1967 IEEE INTERNATIONAL CONVENTION RECORD - Part 12 \\ \url{https://www.multicians.org/fano1967.html} \item \enquote{\textit{The issue of privacy is very much in people's minds [...]}} \item \enquote{\textit{If computers are to help people master the complexity in our society, their mass memories must contain detailed information about the operation of society including the affairs of individuals.}} \end{itemize} \end{frame} % https://www.multicians.org/fano1967.html \begin{frame}{1986 - Volkszählungsgesetz} \centering \includegraphics[width=0.85\textwidth]{images/volkszaehlung.jpg} \\ \enquote{Recht auf informationelle Selbstbestimmung} \end{frame} % https://www.bpb.de/kurz-knapp/hintergrund-aktuell/248750/vor-30-jahren-protest-gegen-volkszaehlung/ \begin{frame}{2006 - Terrorbekämpfung} \begin{itemize} \item Terrorismusbekämpfungsergänzungsgesetz (TBEG) \item \enquote{Schäuble-Katalog} 01.03.2007 \item Datensätze im 7-stelligen Bereich \item Zugangsberechtigte Behörden \only<1>{ \begin{itemize} \item BKA \item Verfassungsschutz \item Militärischer Abschirmdienst \item Bundesnachrichtendienst \item Zollkriminalamt \item Landesämter für Verfassungsschutz \item Landeskriminalämter \end{itemize} } \only<2->{ \item Datensätze \begin{itemize} \item Personenidentifizierung \item \enquote{Vorsorge DNA-Datei} \item Strafverzeichnisse \end{itemize} } \end{itemize} \end{frame} % https://www.heise.de/hintergrund/Von-der-Anti-Terror-Gesetzgebung-ueber-die-Anti-Terror-Datei-zum-Schaeuble-Katalog-302578.html % https://www.heise.de/news/Bundestag-verabschiedet-neue-Anti-Terrorgesetze-122836.html % https://link.springer.com/content/pdf/10.1007/s11623-007-0192-z.pdf \section{Rechtliche Grundsätze} \SectionFrameAlt \begin{frame}{Grundsätze einer Verarbeitung} Nach Art. 5 Abs. 1 und 2 DS-GVO \begin{itemize} \item Rechtmäßigkeit / Transparenz / \\ Verarbeitung nach Treu und Glauben \item Zweckbindung \item Datenminimierung \item Richtigkeit \item Speicherbegrenzung \item Integrität und Vertraulichkeit \end{itemize} \vspace{1ex} \begin{itemize} \item Rechenschaftspflicht \end{itemize} \end{frame} \begin{frame}{Rechtmäßigkeit einer Verarbeitung} Nach Art. 6 Abs. 1 DS-GVO \begin{itemize} \item Einwilligung nach Zweck \item Erfüllung eines Vertrages \item rechtliche Verpflichtung \item Schutz lebenswichtiger Interessen \item öffentliches Interesse \item berechtigtes Interesse (Interessensabwägung) \end{itemize} \end{frame} \begin{frame}{Einwilligungen} Nach Art. 7 DS-GVO \begin{itemize} \item nachweisbar \item verständlich \item widerrufbar \item freiwillig \end{itemize} \end{frame} \section{Tracking Techniken} \SectionFrameAlt \begin{frame}{JavaScript} \centering\includegraphics[width=0.5\textwidth]{images/javascript.png} \end{frame} \begin{frame}{Cookies} \begin{textblock}{0.3}(0.65, 0.55) \includegraphics[width = \textwidth]{images/cookies.png} \end{textblock} \end{frame} \begin{frame}{Beacons} Diese Folie trackt dich, aber wie? \only<2>{ \begin{textblock}{0.3}(0.65, 0.55) \begin{figure} \centering \includegraphics{images/pixel.png} \caption{Mein weißer Pixel} \label{fig:enter-label} \end{figure} \end{textblock} } \end{frame} \section{Diskussion und Fragen} \SectionFrameAlt % \section{References} % \begin{frame}[allowframebreaks]{References} % \begin{thebibliography}{} % % \setbeamertemplate{bibliography item}[online] % % \bibitem{HR2018} % Helsø, M.\ and Ranestad, K. % \newblock \emph{Rational quartic spectrahedra}, 2018. % \newblock \url{https://arxiv.org/abs/1810.11235} % \end{thebibliography} %\end{frame} \end{document}