From b07e471bf0a16f8c8b5ae8a60aa32f904575f3c3 Mon Sep 17 00:00:00 2001 From: feger <marc.feger@uni-duesseldorf.de> Date: Sat, 17 Apr 2021 17:44:32 +0200 Subject: [PATCH] Add introduction --- master.tex | 4 +++- slides/introduction.tex | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 slides/introduction.tex diff --git a/master.tex b/master.tex index a4be7d6..03161eb 100755 --- a/master.tex +++ b/master.tex @@ -143,7 +143,7 @@ % % % % % % % % CHANGE TOPIC AND AUTHOR INFORMATION HERE % % % % % % % % HIER DEN TITEL DER ARBEIT EINTRAGEN -\title{AI in the context of military applications} +\title{AI im Kontext von militärischen Anwendungen} % HIER DEN NAMEN UND VORNAMEN EINTRAGEN \author{Marc Feger} % HIER DAS PRÄSENTATIONSDATUM EINTRAGEN @@ -169,6 +169,8 @@ Department for Computer-Networks and Communication-Systems} \frametitle{Wisssenschaftsethik II} \end{frame} +\input{slides/introduction.tex} + % % % % % % % % % Ende der eingefügten LaTeX-Dateien % % % % % % % % % \begin{frame} diff --git a/slides/introduction.tex b/slides/introduction.tex new file mode 100644 index 0000000..11664ae --- /dev/null +++ b/slides/introduction.tex @@ -0,0 +1,17 @@ +\section{Einleitung} +\begin{frame}{AI im Kontext von militärischen Anwendungen?} + \begin{center} + \begin{columns} + \column{0.7\textwidth} + \begin{center} + \begin{itemize} + \item Was ist AI? + \item Militärische Anwendungen und AI? + \item Risiken und Nebenwirkung + \end{itemize} + \end{center} + \column{0.3\textwidth} + \includegraphics[scale=0.08]{bilder/pngfuel-question.png} + \end{columns} + \end{center} +\end{frame} -- GitLab