From 7253917c7232c83fc1925c367a7e060a53cd6372 Mon Sep 17 00:00:00 2001 From: "robert.jeutter" Date: Mon, 12 Jun 2023 14:54:36 +0200 Subject: [PATCH] init Talk paper --- Talk:EmotionaleRobotik.pdf | 3 ++ Talk:EmotionaleRobotik.tex | 89 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 Talk:EmotionaleRobotik.pdf create mode 100644 Talk:EmotionaleRobotik.tex diff --git a/Talk:EmotionaleRobotik.pdf b/Talk:EmotionaleRobotik.pdf new file mode 100644 index 0000000..b926cab --- /dev/null +++ b/Talk:EmotionaleRobotik.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10ae650bc72c7cbb40f32773f177a71a1e8aafc27219335241bbf2f0b22b8d0 +size 2431494 diff --git a/Talk:EmotionaleRobotik.tex b/Talk:EmotionaleRobotik.tex new file mode 100644 index 0000000..2671a2e --- /dev/null +++ b/Talk:EmotionaleRobotik.tex @@ -0,0 +1,89 @@ +%%% +%%% Project: AraCom - Emotionale Robotik +%%% Description: Introduction paper to emotional robotics +%%% Version: 1.0 +%%% Author: Robert Jeutter +%%% Maintainer: Robert Jeutter +%%% Creation-Date: 24.05.2023 +%%% Copyright: (c) 2023 Robert Jeutter +%%% + +\documentclass[aspectratio=169]{beamer} +\input{./beamerStyle.tex} + +\title{Emotionale Robotik} +\subtitle{Eine Einführung in die soziale Robotik} +\author{Robert Jeutter} +\date{05. Oktober 2023} + +\begin{document} + +\maketitle + +\section{Über uns} +\begin{frame}{über uns} + \begin{columns} + \begin{column}{0.45\textwidth} + \begin{figure}[h] + \centering + \includegraphics[width=.6\linewidth]{images/robert_jeutter.jpeg}\\ + \textbf{Robert Jeutter}, 25,\\ + Softwareentwickler,\\ + \scriptsize{Teilnehmer und Volunteer am RoboCup\\ seit 2008} + \end{figure} + \end{column} + \begin{column}{0.45\textwidth} + %\includegraphics[width=\linewidth]{images/dennis_eisermann.jpeg} + \textbf{Dennis Eisermann}, 24,\\ + Softwareentwickler,\\ + \end{column} + \end{columns} +\end{frame} +\begin{frame}{die AraCom IT Service GmbH} + \includegraphics[width=.6\linewidth]{images/AraCom-Logo-black.png} + IT Service GmbH\\ + Hauptsitz in Gersthofen, weitere in München, Stuttgart und Bamberg\\ + ~250 Mitarbeiter\\ + bis zu 10 Ausbildungsplätze jährlich +\end{frame} + +\section{Soziale Robotik -- Emotionale Robotik} +% Was ist soziale Robotik +% Bereiche der sozialen Robotik +% Nutzen der sR +% Beispiel sR anhand des AraCom Roboters +% Ausblick OpenSpace \& weitere Entwicklung des Roboters + +\begin{frame}[c]{} + \centering + \begin{minipage}{\textwidth} + \usebeamercolor[fg]{normal text} + \centering + \Large \atextsl{Alle Folien als CC-BY-SA verfügbar auf}\\ + \href{https://github.com/wieerwill/emotional-robotics}{GitHub.com/WieErWill/emotional-robotics}\\ + \vspace{.4cm} + \includegraphics[width=.4\linewidth]{images/qrcode-repo.png} + \end{minipage} +\end{frame} + +\begin{frame}[c]{} + \centering + \begin{minipage}{\textwidth} + \usebeamercolor[fg]{normal text} + \centering + \Huge \[\mathcal Q \& \mathcal A\] + \Large \atextsl{ + Vielen Dank für eure Aufmerksamkeit! \\ + Feedback und Diskussionen sind sehr willkommen \\ + } + \end{minipage} +\end{frame} + +\section{Quellen \& Literatur} +\begin{frame}[allowframebreaks]{Quellen \& Literatur} + \scriptsize + \bibliography{../bibliography} + \bibliographystyle{unsrt} +\end{frame} + +\end{document} \ No newline at end of file