From 79b554fd46f1ddcb5fc207dca324b249ebd1ac4e Mon Sep 17 00:00:00 2001
From: feger <marc.feger@uni-duesseldorf.de>
Date: Mon, 25 Jan 2021 13:51:38 +0100
Subject: [PATCH] =?UTF-8?q?Change=20structure=20for=20'Wirtschaftsn=C3=A4h?=
 =?UTF-8?q?e=20der=20Informatik'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 master.tex                   |  1 +
 slides/businessproximity.tex | 34 ++++++++++++++++++++++++++++++++++
 slides/introduction.tex      | 33 ---------------------------------
 3 files changed, 35 insertions(+), 33 deletions(-)
 create mode 100644 slides/businessproximity.tex

diff --git a/master.tex b/master.tex
index 43e0269..35e0839 100755
--- a/master.tex
+++ b/master.tex
@@ -169,6 +169,7 @@ Department for Computer-Networks and Communication-Systems}
 \end{frame}
 
 \input{slides/introduction}
+\input{slides/businessproximity}
 % % % % % % % % % Ende der eingefügten LaTeX-Dateien % % % % % % % % %
 
 \begin{frame}
diff --git a/slides/businessproximity.tex b/slides/businessproximity.tex
new file mode 100644
index 0000000..a475e65
--- /dev/null
+++ b/slides/businessproximity.tex
@@ -0,0 +1,34 @@
+\section{Business Proximity}
+
+\begin{frame}{Wirtschaftsnähe der Informatik I}
+	\begin{table}
+		\resizebox{\textwidth}{!}{
+		\begin{tabular}{|l|l|}
+			\hline
+			Theorie                                                                                                                                                            & Praxis                                                                                                                                              \\ \hline
+			\begin{tabular}[c]{@{}l@{}}
+					- Algorithmische Eigenschaften von Wahlsystemen\\
+					- Algorithmen für Ad-hoc- und Sensornetzwerke\\
+					- Model Checking\\
+					- ...\end{tabular} & 
+			\begin{tabular}[c]{@{}l@{}}
+					- Verteilte Systeme\\
+					- Big Data Techniques, Technologies and Trends\\
+					- Betriebssystem-Entwicklung\\
+					- ...\end{tabular}\\ 
+					\hline
+				\multicolumn{2}{|c|}{Wirtschaftliches Interesse}                                                                                                                                                                                                                                                 \\ \hline
+			\end{tabular}
+		}
+		\end{table}
+\end{frame}
+
+\begin{frame}{Wirtschaftsnähe der Informatik II}
+	\begin{itemize}
+		\item Wirtschafts Informatik
+		\item Instituts für Angewandte Informatik: \\
+		\begin{tcolorbox}[colback=cyan!5!white,colframe=cyan!75!black,title=Zitat \cite{InfAI}]
+			Als anerkanntes An-Institut der Universität Leipzig \emph{forscht es einerseits eigenständig} und anwendungsnah, anderseits ist es bekannt dafür, flexibel, \emph{problem- und wirtschaftsnah zu handeln} und Transferprozesse zwischen \emph{Wissenschaft und Wirtschaft} zu gestalten.
+		\end{tcolorbox}
+	\end{itemize}
+\end{frame}
\ No newline at end of file
diff --git a/slides/introduction.tex b/slides/introduction.tex
index 5f95856..5b220cb 100644
--- a/slides/introduction.tex
+++ b/slides/introduction.tex
@@ -14,37 +14,4 @@
 				\includegraphics[scale=0.08]{bilder/pngfuel-question.png}
 			\end{columns}
 	\end{center}
-\end{frame}
-
-\begin{frame}{Wirtschaftsnähe der Informatik I}
-	\begin{table}
-		\resizebox{\textwidth}{!}{
-		\begin{tabular}{|l|l|}
-			\hline
-			Theorie                                                                                                                                                            & Praxis                                                                                                                                              \\ \hline
-			\begin{tabular}[c]{@{}l@{}}
-					- Algorithmische Eigenschaften von Wahlsystemen\\
-					- Algorithmen für Ad-hoc- und Sensornetzwerke\\
-					- Model Checking\\
-					- ...\end{tabular} & 
-			\begin{tabular}[c]{@{}l@{}}
-					- Verteilte Systeme\\
-					- Big Data Techniques, Technologies and Trends\\
-					- Betriebssystem-Entwicklung\\
-					- ...\end{tabular}\\ 
-					\hline
-				\multicolumn{2}{|c|}{Wirtschaftliches Interesse}                                                                                                                                                                                                                                                 \\ \hline
-			\end{tabular}
-		}
-		\end{table}
-\end{frame}
-
-\begin{frame}{Wirtschaftsnähe der Informatik II}
-	\begin{itemize}
-		\item Wirtschafts Informatik
-		\item Instituts für Angewandte Informatik: \\
-		\begin{tcolorbox}[colback=cyan!5!white,colframe=cyan!75!black,title=Zitat \cite{InfAI}]
-			Als anerkanntes An-Institut der Universität Leipzig \emph{forscht es einerseits eigenständig} und anwendungsnah, anderseits ist es bekannt dafür, flexibel, \emph{problem- und wirtschaftsnah zu handeln} und Transferprozesse zwischen \emph{Wissenschaft und Wirtschaft} zu gestalten.
-		\end{tcolorbox}
-	\end{itemize}
 \end{frame}
\ No newline at end of file
-- 
GitLab