diff --git a/bilder/Alan_Turing_Aged_16.jpg b/bilder/Alan_Turing_Aged_16.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..3e91611f1055d63f8eef4ae4b2abc630bc27e0b4
Binary files /dev/null and b/bilder/Alan_Turing_Aged_16.jpg differ
diff --git a/master.tex b/master.tex
index 548edc232bc73c77ce5a1f1a86f0834092012859..615f493ff2ab480d61efb556b600b4e87fa008a7 100755
--- a/master.tex
+++ b/master.tex
@@ -7,7 +7,7 @@
     \usetheme{HHUD}
     \setbeamercovered{invisible}
 }
-\usepackage[english]{babel}
+\usepackage[german]{babel}
 \usepackage[utf8x]{inputenc}
 \usepackage{times}
 \usepackage{amsmath}
diff --git a/references.bib b/references.bib
index ec0d6f7cd6e7f5e2038f36263747d050e3d378e4..dfeb46030e6571c06aeac18ff1f92aa3a1d61391 100755
--- a/references.bib
+++ b/references.bib
@@ -39,4 +39,27 @@
   isbn =         {978–0–19–006739–7},
   chapter         = {36},
   pages           = {685--702},
+}
+
+@article{Turing1950,
+    author = {TURING, A. M.},
+    title = {I.—COMPUTING MACHINERY AND INTELLIGENCE},
+    journal = {Mind},
+    volume = {LIX},
+    number = {236},
+    pages = {433-460},
+    year = {1950},
+    month = {10},
+    issn = {0026-4423},
+    doi = {10.1093/mind/LIX.236.433},
+    url = {https://doi.org/10.1093/mind/LIX.236.433},
+    eprint = {https://academic.oup.com/mind/article-pdf/LIX/236/433/30123314/lix-236-433.pdf},
+}
+
+@article{Turing1948,
+    author = {TURING, A. M.},
+    title = {Intelligent Machinery},
+    year = {1948},
+    url = {https://weightagnostic.github.io/papers/turing1948.pdf},
+    eprint = {https://weightagnostic.github.io/papers/turing1948.pdf},
 }
\ No newline at end of file
diff --git a/slides/ai.tex b/slides/ai.tex
index 0bdf2794255fd019e86fcbe2c35671fa2f83fb1a..e7230bff1af66cf4414cbd09dd7aa303d40265f2 100644
--- a/slides/ai.tex
+++ b/slides/ai.tex
@@ -1,5 +1,30 @@
 \section{Was ist AI?}
 
+\begin{frame}{Artifical Inteligence (AI)}
+    \begin{center}
+        \begin{columns}
+            \column{0.3\textwidth}
+                \includegraphics[scale=0.12]{bilder/Alan_Turing_Aged_16.jpg}
+                Dr. Alan Turing
+			\column{0.7\textwidth}
+            \begin{itemize}
+                \item Pionier der artifiziellen Intelligenz
+                \item Bekannt wegen: 
+                    \begin{itemize}
+                        \item[1] \textbf{Turing Test}
+                        \item[2] \textbf{Turing Maschine}
+                        \item[3] \textbf{Turing Bombe} 
+                    \end{itemize}
+                \item 1952 Verurteil wegen Homosexualität
+                \item 1954 Suizid
+                \item 2013 Begnadigung 
+                \item Siehe auch: \cite{Turing1948,Turing1950}
+            \end{itemize}
+			\end{columns}
+	\end{center}
+
+\end{frame}
+
 \begin{frame}{Artifical Inteligence (AI)}
     \begin{center}
         \begin{columns}