diff --git a/master.tex b/master.tex index 9d33c660a63ac77e80b556acc994810628e56c1b..43e026915ed3f467c6d4761c39f3c027c769e9e1 100755 --- a/master.tex +++ b/master.tex @@ -26,6 +26,7 @@ \usepackage{listings} \usepackage{color} \usepackage{tabularx} +\usepackage{tcolorbox} \usepackage{graphicx}% http://ctan.org/pkg/graphicx \usepackage{booktabs}% http://ctan.org/pkg/booktabs @@ -183,6 +184,10 @@ Department for Computer-Networks and Communication-Systems} \end{center} \end{frame} +\begin{frame} + \bibliographystyle{plainnat} + \bibliography{references} +\end{frame} \end{document} % diff --git a/references.bib b/references.bib index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..b22812ef69d3bfec19610bc93daaa3d73b1fe046 100755 --- a/references.bib +++ b/references.bib @@ -0,0 +1,5 @@ +@misc{InfAI, + title = {{Institut für Angewandte Informatik e. V.} \& {InfAI Management GmbH}}, + howpublished = {\url{https://infai.org/}}, + year={2021} +} \ No newline at end of file diff --git a/slides/introduction.tex b/slides/introduction.tex index c77d747838a363fd78b66b0b6a5f4ea6bea89ae7..5f95856e19b91b22c481b71bcb1c3cd769bf4260 100644 --- a/slides/introduction.tex +++ b/slides/introduction.tex @@ -1,13 +1,50 @@ \section{Introduction} -\begin{frame} +\begin{frame}{Interessenskonflikte(IK) in der Informatik?} \begin{center} \begin{columns} \column{0.7\textwidth} - \begin{center} - \huge {\color{hhuUniBlau} Kommerzielle Interessenskonflikte in der Informatik?} - \end{center} + \begin{center} + \begin{itemize} + \item Ist die Informatik wirtschaftsnahe? + \item Wie sehen \emph{IK} in der Informatik aus? + \item Wie äußern sich \emph{IK} in der Informatik? + \end{itemize} + \end{center} \column{0.3\textwidth} \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