Browse Source

Verbesserungsvorschlaege von C. Oessner (Email vom 15.01.2014) eingearbeitet

Martin Thoma 12 năm trước cách đây
mục cha
commit
ea12f2170d
20 tập tin đã thay đổi với 2615 bổ sung6 xóa
  1. BIN
      documents/DYCOS/DYCOS.pdf
  2. 0 1
      documents/DYCOS/DYCOS.tex
  3. 11 5
      documents/DYCOS/abstract.tex
  4. 41 0
      presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/DYCOS.tex
  5. 30 0
      presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Datamining-Proseminar-Hauptpresentation.tex
  6. 32 0
      presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Ende.tex
  7. 5 0
      presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Grundlagen.tex
  8. 9 0
      presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Makefile
  9. BIN
      presentations/Datamining-Proseminar/Hauptpresentation/images/partially-labeled-network-context.png
  10. BIN
      presentations/Datamining-Proseminar/Hauptpresentation/logos/graph-titleimage.png
  11. 505 0
      presentations/Datamining-Proseminar/Hauptpresentation/logos/kitlogo_de_rgb.eps
  12. 680 0
      presentations/Datamining-Proseminar/Hauptpresentation/logos/kitlogo_en_rgb.eps
  13. 94 0
      presentations/Datamining-Proseminar/Hauptpresentation/templates/beamercolorthemekit.sty
  14. 189 0
      presentations/Datamining-Proseminar/Hauptpresentation/templates/beamerthemekit.sty
  15. 63 0
      presentations/Datamining-Proseminar/Hauptpresentation/templates/beamerthemekitbase.sty
  16. 222 0
      presentations/Datamining-Proseminar/Hauptpresentation/templates/beamerthemekitwideasdfasdf.sty
  17. 140 0
      presentations/Datamining-Proseminar/Hauptpresentation/templates/myStyle.sty
  18. 218 0
      presentations/Datamining-Proseminar/Hauptpresentation/templates/semirounded.sty
  19. 363 0
      presentations/Datamining-Proseminar/Hauptpresentation/templates/tikzkit.sty
  20. 13 0
      presentations/Datamining-Proseminar/Hauptpresentation/templates/tikzuml.sty

BIN
documents/DYCOS/DYCOS.pdf


+ 0 - 1
documents/DYCOS/DYCOS.tex

@@ -56,7 +56,6 @@
 \begin{abstract}%
 \input{abstract}
 \end{abstract}
-\clearpage
 
 \section{Einleitung}
 \input{Einleitung}

+ 11 - 5
documents/DYCOS/abstract.tex

@@ -1,9 +1,15 @@
 In dieser Arbeit wird der DYCOS-Algorithmus, wie er in \cite{aggarwal2011} vorgestellt wurde, erklärt.
-Er klassifiziert automatisch Knoten in 
-Netzwerken, die bereits teilweise mit Labels versehen sind. Zur 
-Klassifizierung kann er textuelle Informationen, die den Knoten 
-zugeordnet sind, nutzen. Er ist auch für für viele $\num{10000}$ 
-Knoten große, dynamische Netzwerke geeignet.\\
+Er arbeitet auf Graphen, deren Knoten teilweise mit 
+Beschriftungen versehen sind und ergänzt automatisch Beschriftungen
+für Knoten, die bisher noch keine Beschriftung haben. Dieser Vorgang
+wird \enquote{Klassifizierung} genannt. Dazu verwendet er die
+Struktur des Graphen sowie textuelle Informationen, die den Knoten 
+zugeordnet sind. Die in \cite{aggarwal2011} beschriebene experimentelle
+Analyse ergab, dass er auch auf dynamischen Graphen mit $\num{19396}$ 
+bzw. $\num{806635}$ Knoten, von denen nur $\num{14814}$ bzw. $\num{18999}$
+beschriftet waren, innerhalb von weniger als einer Minute auf einer
+CPU eines Intel Xeon 2.5GHz mit 32G RAM ausgeführt
+werden kann.\\
 Zusätzlich wird auf Schwächen von \cite{aggarwal2011} hingewiesen
 und mögliche Verbesserungen vorgeschlagen.
 

+ 41 - 0
presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/DYCOS.tex

@@ -0,0 +1,41 @@
+\subsection{DYCOS}
+\begin{frame}{}
+    \begin{center}
+    \Huge
+    \textbf{DY}namic \textbf{C}lassification algorithm with 
+    c\textbf{O}ntent and \textbf{S}tructure
+    \end{center}
+\end{frame}
+
+\begin{frame}{DYCOS}
+    DYCOS zeichnet sich aus durch:
+    \begin{itemize}
+        \item \textbf{Geschwindigkeit}: < $10\si{\second}$ für
+            \begin{itemize}
+                \item $806\,635$ Knoten ($18\,999$ mit Labels)
+                \item $4\,414\,135$ Kanten
+            \end{itemize}
+        \item \textbf{Genauigkeit}: > $65\%$
+    \end{itemize}
+\end{frame}
+
+
+%\begin{frame}{Der Algorithmus}
+%\begin{algorithm}[H]
+%	\begin{algorithmic}
+%		\Function{DYCOS}{Network $G_t = (N_t, A_t, T_t), l, h, p_s$}
+%			\ForAll{node $v$ in $T_t$} \Comment{Für jeden gelabelten Knoten}
+%			    \For{$i \in 1, \dots, l$} 
+%				    \State Perform an $h$-hop random walk from $v$
+%			    \EndFor
+%               \State Classify $v$ with the class labels most frequent
+%                       encountered
+%			\EndFor
+%		\EndFunction
+%	\end{algorithmic}
+%\caption{DYCOS algorithm for classification with content and structure}
+%\label{alg:seq1}
+%\end{algorithm}
+%\end{frame}
+
+

+ 30 - 0
presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Datamining-Proseminar-Hauptpresentation.tex

@@ -0,0 +1,30 @@
+\documentclass[hyperref={pdfpagelabels=false},usepdftitle=false]{beamer}
+\usepackage{../templates/myStyle}
+
+\begin{document}
+
+\title{\titleText}
+\subtitle{}
+\author{\tutor}
+\date{28. Februar 2014}
+\subject{Proseminar Informatik}
+
+\frame{\titlepage}
+
+%\frame{
+%    \frametitle{Inhalte}
+%    \setcounter{tocdepth}{1}
+%    \tableofcontents
+%    \setcounter{tocdepth}{2}
+%}
+
+\section{Grundlagen}
+\input{Grundlagen}
+
+\section{DYCOS}
+\input{DYCOS}
+
+\section{Ende}
+\input{Ende}
+
+\end{document}

+ 32 - 0
presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Ende.tex

@@ -0,0 +1,32 @@
+\subsection{Danke!}
+\begin{frame}{Danke!}
+    \begin{center}
+        \Huge
+	    Gibt es Fragen?
+    \end{center}
+\end{frame}
+
+\subsection{Bildquellen}
+\begin{frame}{Bildquellen}
+\begin{itemize}
+	\item Crystal\_Clear\_app\_personal.png von \href{https://commons.wikimedia.org/wiki/File:Crystal_Clear_app_personal.png}{Wikipedia Commons}
+\end{itemize}
+\end{frame}
+
+\subsection{Literatur}
+\begin{frame}{Literatur}
+\begin{itemize}
+    \item Charu C. Aggarwal, Nan Li: \textit{On Node Classification in Dynamic Content-based Networks}
+\end{itemize}
+\end{frame}
+
+\subsection{Folien, \LaTeX und Material}
+\begin{frame}{Folien, \LaTeX und Material}
+Der Foliensatz und die \LaTeX und Ti\textit{k}Z-Quellen sind unter
+
+\href{https://github.com/MartinThoma/LaTeX-examples/tree/master/presentations/Datamining-Proseminar}{github.com/MartinThoma/LaTeX-examples/tree/master/presentations/Datamining-Proseminar}
+\\
+
+Kurz-URL:
+\href{http://tinyurl.com/Info-Proseminar}{tinyurl.com/Info-Proseminar}
+\end{frame}

+ 5 - 0
presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Grundlagen.tex

@@ -0,0 +1,5 @@
+\subsection{Situation}
+\framedgraphic{Social Network}{../images/unlabeled-network}
+\framedgraphic{Partially labeled network}{../images/partially-labeled-network}
+\framedgraphic{Partially labeled network with content}{../images/partially-labeled-network-context.png}
+

+ 9 - 0
presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Makefile

@@ -0,0 +1,9 @@
+SOURCE = Datamining-Proseminar-Hauptpresentation
+
+make:
+	pdflatex -shell-escape $(SOURCE).tex -output-format=pdf # shellescape wird fürs logo benötigt
+	pdflatex -shell-escape $(SOURCE).tex -output-format=pdf # nochmaliges ausführen wegen Inhaltsverzeichnissen
+	make clean
+
+clean:
+	rm -rf  $(TARGET) *.class *.html *.log *.aux *.out *.glo *.glg *.gls *.ist *.xdy *.1 *.toc *.snm *.nav *.vrb *.fls *.fdb_latexmk *.pyg

BIN
presentations/Datamining-Proseminar/Hauptpresentation/images/partially-labeled-network-context.png


BIN
presentations/Datamining-Proseminar/Hauptpresentation/logos/graph-titleimage.png


+ 505 - 0
presentations/Datamining-Proseminar/Hauptpresentation/logos/kitlogo_de_rgb.eps

@@ -0,0 +1,505 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.8.6 (http://cairographics.org)
+%%CreationDate: Mon Feb 08 16:01:53 2010
+%%Pages: 1
+%%BoundingBox: 0 0 196 91
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%EndComments
+%%BeginProlog
+/cairo_eps_state save def
+/dict_count countdictstack def
+/op_count count 1 sub def
+userdict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/B { fill stroke } bind def
+/B* { eofill stroke } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 0 196 91
+%%EndPageSetup
+q
+0.137255 0.121569 0.12549 rg
+122.379 20.186 m 100.992 20.186 l 75.578 47.475 l 75.578 63.1 l 100.199 
+90.315 l 122.234 90.315 l 93.863 55.034 l 122.379 20.186 l 122.379 
+20.186 l h
+144.84 20.186 m 125.617 20.186 l 125.617 90.245 l 144.84 90.245 l 
+144.84 20.186 l h
+195.746 90.245 m 149.449 90.245 l 149.449 74.475 l 162.984 74.475 l 
+162.984 20.116 l 182.211 20.116 l 182.211 74.475 l 195.746 74.475 l 
+195.746 90.245 l f*
+70.969 20.186 0 0 re f*
+70.969 20.186 0 0 re f*
+0 0.588235 0.509804 rg
+16.176 64.612 m 12.504 60.147 9.336 55.253 6.891 49.995 c 70.969 20.186 
+l 16.176 64.612 l 16.176 64.612 l f*
+70.969 20.186 m 41.09 83.764 l 35.762 81.315 30.863 78.292 26.402 74.69 
+c 70.969 20.186 l 70.969 20.186 l f*
+0.137255 0.121569 0.12549 rg
+70.969 20.186 m 71.039 90.245 l 70.465 90.245 l 64.777 90.245 59.234 
+89.522 53.906 88.225 c 70.969 20.186 l 70.969 20.186 l f*
+70.969 20.186 m 70.969 20.186 l f*
+70.969 20.186 m 70.969 20.186 l f*
+0 0.588235 0.509804 rg
+2.281 37.323 m 0.84 31.85 0.121 26.093 0.051 20.186 c 70.969 20.186 l 
+2.281 37.323 l 2.281 37.323 l f*
+0.137255 0.121569 0.12549 rg
+0 2.772 m 1.25 2.772 l 1.25 7.038 l 5.129 2.772 l 6.949 2.772 l 2.531 
+7.362 l 6.625 11.483 l 4.969 11.483 l 1.25 7.651 l 1.25 11.483 l 0 
+11.483 l 0 2.772 l f
+11.855 5.241 m 11.855 4.925 11.789 4.636 11.656 4.386 c 11.523 4.136 
+11.324 3.936 11.063 3.792 c 10.797 3.647 10.473 3.573 10.086 3.569 c 
+9.949 3.569 9.813 3.593 9.676 3.636 c 9.535 3.682 9.406 3.745 9.289 
+3.835 c 9.176 3.925 9.082 4.03 9.012 4.159 c 8.938 4.288 8.902 4.436 
+8.898 4.604 c 8.902 4.827 8.961 5.014 9.07 5.167 c 9.176 5.311 9.32 
+5.432 9.496 5.522 c 9.668 5.612 9.855 5.678 10.055 5.721 c 10.258 5.764 
+10.449 5.796 10.637 5.811 c 10.82 5.823 10.977 5.831 11.109 5.827 c 
+11.234 5.827 11.359 5.823 11.484 5.815 c 11.609 5.807 11.734 5.803 
+11.855 5.803 c 11.855 5.241 l h
+8.438 7.686 m 8.598 7.823 8.781 7.936 8.98 8.034 c 9.184 8.132 9.395 
+8.206 9.617 8.257 c 9.84 8.311 10.063 8.339 10.285 8.339 c 10.676 8.339 
+10.984 8.276 11.215 8.151 c 11.445 8.026 11.609 7.843 11.711 7.596 c 
+11.813 7.35 11.859 7.042 11.855 6.675 c 11.707 6.686 11.566 6.69 11.43 
+6.694 c 11.301 6.698 11.168 6.702 11.035 6.702 c 10.609 6.702 l 10.363 
+6.702 10.105 6.682 9.836 6.639 c 9.566 6.593 9.305 6.522 9.047 6.425 c 
+8.789 6.327 8.555 6.198 8.344 6.034 c 8.133 5.87 7.969 5.671 7.844 
+5.436 c 7.719 5.202 7.656 4.925 7.652 4.604 c 7.656 4.143 7.754 3.768 
+7.949 3.475 c 8.148 3.182 8.422 2.964 8.77 2.827 c 9.121 2.69 9.523 
+2.62 9.984 2.62 c 10.254 2.624 10.496 2.655 10.707 2.718 c 10.922 2.78 
+11.109 2.862 11.27 2.96 c 11.434 3.061 11.57 3.167 11.684 3.276 c 
+11.797 3.389 11.891 3.495 11.957 3.593 c 11.98 3.593 l 11.98 2.768 l 
+13.082 2.768 l 13.074 2.831 13.063 2.913 13.055 3.014 c 13.051 3.12 
+13.043 3.253 13.039 3.417 c 13.035 3.577 13.031 3.78 13.031 4.018 c 
+13.031 6.651 l 13.035 7.229 12.949 7.714 12.773 8.104 c 12.598 8.495 
+12.32 8.792 11.945 8.987 c 11.57 9.186 11.078 9.284 10.473 9.284 c 
+10.066 9.284 9.691 9.225 9.34 9.116 c 8.988 9.011 8.668 8.866 8.375 
+8.686 c 8.438 7.686 l 8.438 7.686 l f
+14.941 2.772 m 16.113 2.772 l 16.113 5.667 l 16.117 6.202 16.191 6.663 
+16.332 7.05 c 16.477 7.436 16.676 7.737 16.934 7.944 c 17.191 8.155 
+17.496 8.261 17.848 8.261 c 17.953 8.264 18.059 8.257 18.168 8.241 c 
+18.281 8.221 18.391 8.194 18.5 8.151 c 18.5 9.198 l 18.418 9.214 18.34 
+9.229 18.266 9.245 c 18.191 9.257 18.109 9.268 18.023 9.272 c 17.941 
+9.28 17.84 9.284 17.727 9.284 c 17.496 9.284 17.277 9.237 17.063 9.139 
+c 16.852 9.042 16.656 8.909 16.484 8.737 c 16.309 8.569 16.172 8.374 
+16.066 8.151 c 16.039 8.151 l 16.039 9.136 l 14.941 9.136 l 14.941 
+2.772 l f
+19.871 2.772 1.176 9.359 re f
+22.582 2.971 m 22.852 2.831 23.137 2.737 23.434 2.686 c 23.727 2.639 
+24.027 2.616 24.332 2.62 c 24.617 2.62 24.891 2.659 25.156 2.741 c 
+25.418 2.819 25.656 2.94 25.867 3.104 c 26.074 3.264 26.242 3.471 
+26.363 3.721 c 26.488 3.971 26.551 4.264 26.551 4.604 c 26.551 4.893 
+26.496 5.139 26.398 5.343 c 26.301 5.542 26.168 5.714 26.004 5.854 c 
+25.844 5.995 25.66 6.112 25.465 6.214 c 25.27 6.315 25.074 6.409 24.879 
+6.495 c 24.684 6.581 24.504 6.671 24.34 6.764 c 24.176 6.862 24.043 
+6.971 23.945 7.096 c 23.848 7.225 23.797 7.382 23.793 7.565 c 23.797 
+7.737 23.848 7.886 23.953 7.999 c 24.055 8.112 24.191 8.198 24.359 
+8.253 c 24.527 8.311 24.715 8.339 24.918 8.339 c 24.988 8.339 25.078 
+8.327 25.191 8.311 c 25.301 8.292 25.414 8.264 25.539 8.237 c 25.664 
+8.206 25.777 8.171 25.887 8.132 c 25.996 8.093 26.082 8.053 26.152 
+8.014 c 26.254 9.038 l 26.023 9.108 25.789 9.167 25.555 9.214 c 25.32 
+9.261 25.066 9.284 24.793 9.284 c 24.477 9.284 24.18 9.245 23.91 9.167 
+c 23.637 9.085 23.402 8.964 23.195 8.803 c 22.992 8.639 22.832 8.436 
+22.719 8.19 c 22.605 7.944 22.547 7.655 22.547 7.327 c 22.547 7.073 
+22.602 6.854 22.699 6.667 c 22.797 6.483 22.93 6.323 23.094 6.182 c 
+23.258 6.05 23.434 5.928 23.633 5.823 c 23.828 5.718 24.023 5.62 24.219 
+5.526 c 24.414 5.432 24.594 5.339 24.758 5.241 c 24.922 5.143 25.051 
+5.034 25.152 4.909 c 25.25 4.788 25.301 4.643 25.305 4.479 c 25.301 
+4.311 25.266 4.167 25.191 4.05 c 25.121 3.932 25.023 3.839 24.906 3.768 
+c 24.789 3.698 24.66 3.647 24.52 3.616 c 24.379 3.585 24.242 3.569 
+24.105 3.569 c 23.988 3.569 23.848 3.585 23.68 3.62 c 23.512 3.651 
+23.336 3.702 23.156 3.768 c 22.973 3.835 22.805 3.921 22.645 4.018 c 
+22.582 2.971 l 22.582 2.971 l f
+27.902 2.772 m 29.074 2.772 l 29.074 5.667 l 29.074 6.202 29.148 6.663 
+29.289 7.05 c 29.434 7.436 29.633 7.737 29.895 7.944 c 30.152 8.155 
+30.457 8.261 30.809 8.261 c 30.91 8.264 31.016 8.257 31.129 8.241 c 
+31.242 8.221 31.348 8.194 31.457 8.151 c 31.457 9.198 l 31.379 9.214 
+31.297 9.229 31.227 9.245 c 31.152 9.257 31.07 9.268 30.984 9.272 c 
+30.898 9.28 30.797 9.284 30.684 9.284 c 30.457 9.284 30.238 9.237 
+30.023 9.139 c 29.809 9.042 29.617 8.909 29.445 8.737 c 29.27 8.569 
+29.129 8.374 29.023 8.151 c 29 8.151 l 29 9.136 l 27.902 9.136 l 27.902 
+2.772 l f
+38.313 9.136 m 37.137 9.136 l 37.137 6.19 l 37.137 5.803 37.102 5.448 
+37.023 5.128 c 36.945 4.807 36.832 4.534 36.672 4.3 c 36.516 4.065 
+36.313 3.889 36.07 3.761 c 35.824 3.636 35.535 3.573 35.203 3.569 c 
+34.863 3.589 34.598 3.686 34.398 3.858 c 34.203 4.026 34.063 4.276 
+33.977 4.604 c 33.895 4.932 33.852 5.346 33.855 5.843 c 33.855 9.136 l 
+32.684 9.136 l 32.684 5.354 l 32.684 4.784 32.766 4.292 32.934 3.886 c 
+33.102 3.479 33.363 3.167 33.715 2.948 c 34.066 2.733 34.52 2.624 
+35.066 2.62 c 35.363 2.624 35.652 2.671 35.922 2.761 c 36.195 2.854 
+36.438 2.987 36.652 3.159 c 36.863 3.331 37.031 3.542 37.152 3.78 c 
+37.176 3.78 l 37.176 2.772 l 38.313 2.772 l 38.313 9.136 l f
+40.234 2.772 m 41.406 2.772 l 41.406 5.718 l 41.406 6.104 41.445 6.46 
+41.523 6.78 c 41.598 7.1 41.715 7.374 41.875 7.608 c 42.031 7.839 
+42.234 8.018 42.477 8.147 c 42.719 8.272 43.012 8.335 43.344 8.339 c 
+43.68 8.315 43.949 8.221 44.148 8.05 c 44.344 7.882 44.484 7.632 44.566 
+7.3 c 44.652 6.971 44.691 6.561 44.691 6.065 c 44.691 2.772 l 45.863 
+2.772 l 45.863 6.553 l 45.867 7.124 45.781 7.612 45.613 8.022 c 45.445 
+8.428 45.18 8.741 44.828 8.956 c 44.477 9.175 44.027 9.284 43.48 9.284 
+c 43.031 9.284 42.637 9.19 42.285 9.011 c 41.934 8.827 41.648 8.565 
+41.434 8.225 c 41.41 8.225 l 41.41 12.132 l 40.234 12.132 l 40.234 
+2.772 l f
+48.609 6.565 m 48.633 6.772 48.68 6.979 48.754 7.19 c 48.828 7.397 
+48.93 7.585 49.07 7.761 c 49.203 7.932 49.375 8.073 49.582 8.178 c 
+49.789 8.28 50.035 8.335 50.32 8.339 c 50.574 8.335 50.797 8.288 50.996 
+8.198 c 51.191 8.104 51.355 7.979 51.492 7.815 c 51.629 7.655 51.73 
+7.464 51.801 7.253 c 51.871 7.038 51.906 6.811 51.906 6.565 c 48.609 
+6.565 l 48.609 6.565 l h
+52.668 4.206 m 52.594 4.147 52.488 4.081 52.348 4.007 c 52.211 3.932 
+52.051 3.866 51.871 3.8 c 51.691 3.733 51.5 3.678 51.301 3.636 c 51.102 
+3.593 50.902 3.573 50.707 3.569 c 50.426 3.573 50.164 3.62 49.91 3.725 
+c 49.66 3.827 49.438 3.971 49.242 4.159 c 49.047 4.346 48.895 4.569 
+48.781 4.827 c 48.672 5.089 48.613 5.374 48.609 5.69 c 53.152 5.69 l 
+53.156 6.206 53.109 6.682 53.016 7.116 c 52.918 7.553 52.762 7.932 
+52.547 8.257 c 52.328 8.581 52.039 8.831 51.68 9.011 c 51.32 9.19 
+50.875 9.284 50.344 9.284 c 49.895 9.284 49.488 9.206 49.121 9.05 c 
+48.758 8.889 48.441 8.671 48.18 8.382 c 47.918 8.096 47.715 7.757 
+47.578 7.362 c 47.434 6.971 47.363 6.542 47.363 6.065 c 47.363 5.546 
+47.426 5.077 47.559 4.655 c 47.691 4.229 47.895 3.87 48.164 3.569 c 
+48.434 3.264 48.777 3.03 49.188 2.87 c 49.605 2.706 50.094 2.624 50.656 
+2.62 c 51.004 2.624 51.301 2.647 51.547 2.69 c 51.789 2.737 52 2.792 
+52.18 2.854 c 52.355 2.917 52.52 2.975 52.668 3.034 c 52.668 4.206 l f
+54.652 2.772 m 55.828 2.772 l 55.828 5.667 l 55.828 6.202 55.902 6.663 
+56.043 7.05 c 56.188 7.436 56.387 7.737 56.645 7.944 c 56.902 8.155 
+57.211 8.261 57.563 8.261 c 57.664 8.264 57.77 8.257 57.883 8.241 c 
+57.992 8.221 58.102 8.194 58.211 8.151 c 58.211 9.198 l 58.129 9.214 
+58.051 9.229 57.977 9.245 c 57.902 9.257 57.82 9.268 57.734 9.272 c 
+57.652 9.28 57.551 9.284 57.438 9.284 c 57.211 9.284 56.988 9.237 
+56.773 9.139 c 56.563 9.042 56.367 8.909 56.195 8.737 c 56.023 8.569 
+55.883 8.374 55.777 8.151 c 55.75 8.151 l 55.75 9.136 l 54.652 9.136 l 
+54.652 2.772 l f
+63.016 2.772 1.25 8.711 re f
+66.301 2.772 m 67.473 2.772 l 67.473 5.718 l 67.473 6.104 67.512 6.46 
+67.59 6.78 c 67.664 7.1 67.781 7.374 67.941 7.608 c 68.098 7.839 68.297 
+8.018 68.543 8.147 c 68.785 8.272 69.074 8.335 69.406 8.339 c 69.746 
+8.315 70.016 8.221 70.215 8.05 c 70.41 7.882 70.551 7.632 70.633 7.3 c 
+70.719 6.971 70.758 6.561 70.758 6.065 c 70.758 2.772 l 71.93 2.772 l 
+71.93 6.553 l 71.93 7.124 71.844 7.612 71.676 8.022 c 71.508 8.428 
+71.246 8.741 70.895 8.956 c 70.543 9.175 70.094 9.284 69.543 9.284 c 
+69.246 9.284 68.961 9.237 68.688 9.147 c 68.414 9.053 68.172 8.921 
+67.961 8.749 c 67.746 8.573 67.578 8.37 67.461 8.124 c 67.438 8.124 l 
+67.438 9.136 l 66.301 9.136 l 66.301 2.772 l f
+73.316 2.971 m 73.586 2.831 73.867 2.737 74.168 2.686 c 74.461 2.639 
+74.762 2.616 75.063 2.62 c 75.352 2.62 75.625 2.659 75.891 2.741 c 
+76.152 2.819 76.391 2.94 76.602 3.104 c 76.809 3.264 76.973 3.471 
+77.098 3.721 c 77.219 3.971 77.281 4.264 77.285 4.604 c 77.281 4.893 
+77.23 5.139 77.133 5.343 c 77.031 5.542 76.902 5.714 76.738 5.854 c 
+76.574 5.995 76.395 6.112 76.199 6.214 c 76.004 6.315 75.809 6.409 
+75.613 6.495 c 75.418 6.581 75.234 6.671 75.074 6.764 c 74.91 6.862 
+74.777 6.971 74.68 7.096 c 74.582 7.225 74.527 7.382 74.527 7.565 c 
+74.527 7.737 74.582 7.886 74.684 7.999 c 74.785 8.112 74.922 8.198 
+75.094 8.253 c 75.262 8.311 75.449 8.339 75.648 8.339 c 75.723 8.339 
+75.813 8.327 75.922 8.311 c 76.031 8.292 76.148 8.264 76.273 8.237 c 
+76.398 8.206 76.512 8.171 76.621 8.132 c 76.73 8.093 76.816 8.053 
+76.887 8.014 c 76.984 9.038 l 76.758 9.108 76.523 9.167 76.289 9.214 c 
+76.051 9.261 75.797 9.284 75.523 9.284 c 75.211 9.284 74.914 9.245 
+74.645 9.167 c 74.371 9.085 74.133 8.964 73.93 8.803 c 73.727 8.639 
+73.566 8.436 73.453 8.19 c 73.34 7.944 73.281 7.655 73.277 7.327 c 
+73.281 7.073 73.332 6.854 73.434 6.667 c 73.531 6.483 73.66 6.323 
+73.824 6.182 c 73.988 6.05 74.168 5.928 74.363 5.823 c 74.559 5.718 
+74.754 5.62 74.953 5.526 c 75.148 5.432 75.328 5.339 75.488 5.241 c 
+75.652 5.143 75.785 5.034 75.887 4.909 c 75.98 4.788 76.035 4.643 
+76.035 4.479 c 76.035 4.311 75.996 4.167 75.926 4.05 c 75.852 3.932 
+75.758 3.839 75.641 3.768 c 75.52 3.698 75.391 3.647 75.254 3.616 c 
+75.113 3.585 74.973 3.569 74.84 3.569 c 74.723 3.569 74.582 3.585 74.41 
+3.62 c 74.242 3.651 74.07 3.702 73.887 3.768 c 73.707 3.835 73.535 
+3.921 73.379 4.018 c 73.316 2.971 l 73.316 2.971 l f
+82.016 9.136 m 80.332 9.136 l 80.332 10.983 l 79.156 10.608 l 79.156 
+9.136 l 77.723 9.136 l 77.723 8.186 l 79.156 8.186 l 79.156 4.468 l 
+79.16 4.046 79.238 3.698 79.398 3.425 c 79.555 3.151 79.781 2.948 80.07 
+2.815 c 80.363 2.686 80.711 2.62 81.117 2.62 c 81.309 2.624 81.488 
+2.643 81.66 2.682 c 81.832 2.718 81.984 2.757 82.117 2.796 c 82.117 
+3.796 l 82.027 3.737 81.918 3.682 81.789 3.639 c 81.656 3.596 81.496 
+3.573 81.316 3.569 c 81.137 3.569 80.973 3.612 80.824 3.702 c 80.676 
+3.788 80.555 3.917 80.469 4.085 c 80.379 4.253 80.332 4.46 80.332 4.706 
+c 80.332 8.186 l 82.016 8.186 l 82.016 9.136 l f
+84.813 11.882 m 83.488 11.882 l 83.488 10.557 l 84.813 10.557 l 84.813 
+11.882 l h
+83.566 2.772 m 84.738 2.772 l 84.738 9.136 l 83.566 9.136 l 83.566 
+2.772 l f
+90.195 9.136 m 88.508 9.136 l 88.508 10.983 l 87.336 10.608 l 87.336 
+9.136 l 85.902 9.136 l 85.902 8.186 l 87.336 8.186 l 87.336 4.468 l 
+87.336 4.046 87.418 3.698 87.574 3.425 c 87.734 3.151 87.957 2.948 
+88.25 2.815 c 88.543 2.686 88.891 2.62 89.297 2.62 c 89.484 2.624 
+89.664 2.643 89.836 2.682 c 90.008 2.718 90.16 2.757 90.293 2.796 c 
+90.293 3.796 l 90.207 3.737 90.098 3.682 89.965 3.639 c 89.832 3.596 
+89.676 3.573 89.496 3.569 c 89.313 3.569 89.148 3.612 89 3.702 c 88.852 
+3.788 88.734 3.917 88.648 4.085 c 88.555 4.253 88.512 4.46 88.508 4.706 
+c 88.508 8.186 l 90.195 8.186 l 90.195 9.136 l f
+97.223 9.136 m 96.047 9.136 l 96.047 6.19 l 96.047 5.803 96.012 5.448 
+95.934 5.128 c 95.855 4.807 95.742 4.534 95.582 4.3 c 95.426 4.065 
+95.223 3.889 94.98 3.761 c 94.734 3.636 94.449 3.573 94.113 3.569 c 
+93.777 3.589 93.508 3.686 93.309 3.858 c 93.109 4.026 92.973 4.276 
+92.891 4.604 c 92.805 4.932 92.766 5.346 92.766 5.843 c 92.766 9.136 l 
+91.594 9.136 l 91.594 5.354 l 91.594 4.784 91.676 4.292 91.844 3.886 c 
+92.016 3.479 92.277 3.167 92.629 2.948 c 92.977 2.733 93.43 2.624 
+93.977 2.62 c 94.273 2.624 94.563 2.671 94.836 2.761 c 95.105 2.854 
+95.348 2.987 95.563 3.159 c 95.777 3.331 95.941 3.542 96.063 3.78 c 
+96.086 3.78 l 96.086 2.772 l 97.223 2.772 l 97.223 9.136 l f
+102.527 9.136 m 100.844 9.136 l 100.844 10.983 l 99.668 10.608 l 99.668 
+9.136 l 98.234 9.136 l 98.234 8.186 l 99.668 8.186 l 99.668 4.468 l 
+99.672 4.046 99.75 3.698 99.91 3.425 c 100.066 3.151 100.293 2.948 
+100.582 2.815 c 100.875 2.686 101.223 2.62 101.629 2.62 c 101.816 2.624 
+102 2.643 102.172 2.682 c 102.344 2.718 102.492 2.757 102.629 2.796 c 
+102.629 3.796 l 102.539 3.737 102.43 3.682 102.301 3.639 c 102.164 
+3.596 102.012 3.573 101.828 3.569 c 101.648 3.569 101.484 3.612 101.336 
+3.702 c 101.188 3.788 101.066 3.917 100.98 4.085 c 100.891 4.253 
+100.844 4.46 100.844 4.706 c 100.844 8.186 l 102.527 8.186 l 102.527 
+9.136 l f
+108.156 2.772 m 109.332 2.772 l 109.332 8.186 l 111.016 8.186 l 111.016 
+9.136 l 109.332 9.136 l 109.332 9.823 l 109.328 10.038 109.344 10.237 
+109.367 10.421 c 109.391 10.604 109.441 10.764 109.52 10.901 c 109.598 
+11.038 109.711 11.143 109.863 11.218 c 110.016 11.292 110.215 11.331 
+110.469 11.331 c 110.566 11.331 110.672 11.327 110.77 11.315 c 110.871 
+11.3 110.957 11.284 111.027 11.257 c 111.078 12.206 l 110.961 12.225 
+110.836 12.245 110.707 12.257 c 110.578 12.272 110.441 12.28 110.293 
+12.28 c 109.859 12.28 109.508 12.218 109.227 12.1 c 108.949 11.979 
+108.73 11.807 108.574 11.581 c 108.418 11.358 108.309 11.089 108.246 
+10.776 c 108.184 10.46 108.156 10.112 108.156 9.721 c 108.156 9.136 l 
+106.66 9.136 l 106.66 8.186 l 108.156 8.186 l 108.156 2.772 l f
+117.809 9.136 m 116.633 9.136 l 116.633 6.19 l 116.633 5.803 116.598 
+5.448 116.52 5.128 c 116.441 4.807 116.324 4.534 116.168 4.3 c 116.012 
+4.065 115.809 3.889 115.563 3.761 c 115.32 3.636 115.031 3.573 114.699 
+3.569 c 114.359 3.589 114.094 3.686 113.895 3.858 c 113.695 4.026 
+113.559 4.276 113.473 4.604 c 113.391 4.932 113.352 5.346 113.352 5.843 
+c 113.352 9.136 l 112.18 9.136 l 112.18 5.354 l 112.18 4.784 112.262 
+4.292 112.43 3.886 c 112.598 3.479 112.859 3.167 113.211 2.948 c 
+113.563 2.733 114.016 2.624 114.563 2.62 c 114.859 2.624 115.145 2.671 
+115.418 2.761 c 115.691 2.854 115.934 2.987 116.148 3.159 c 116.359 
+3.331 116.527 3.542 116.645 3.78 c 116.672 3.78 l 116.672 2.772 l 
+117.809 2.772 l 117.809 9.136 l h
+115.438 10.108 m 116.609 10.108 l 116.609 11.358 l 115.438 11.358 l 
+115.438 10.108 l h
+113.391 10.108 m 114.563 10.108 l 114.563 11.358 l 113.391 11.358 l 
+113.391 10.108 l f
+119.73 2.772 m 120.902 2.772 l 120.902 5.667 l 120.906 6.202 120.98 
+6.663 121.121 7.05 c 121.266 7.436 121.465 7.737 121.723 7.944 c 121.98 
+8.155 122.285 8.261 122.641 8.261 c 122.738 8.264 122.848 8.257 122.961 
+8.241 c 123.07 8.221 123.18 8.194 123.285 8.151 c 123.285 9.198 l 
+123.207 9.214 123.129 9.229 123.055 9.245 c 122.98 9.257 122.898 9.268 
+122.813 9.272 c 122.73 9.28 122.629 9.284 122.516 9.284 c 122.285 9.284 
+122.066 9.237 121.852 9.139 c 121.641 9.042 121.445 8.909 121.273 8.737 
+c 121.102 8.569 120.961 8.374 120.855 8.151 c 120.828 8.151 l 120.828 
+9.136 l 119.73 9.136 l 119.73 2.772 l f
+129.828 2.772 m 131.078 2.772 l 131.078 10.386 l 133.785 10.386 l 
+133.785 11.483 l 127.121 11.483 l 127.121 10.386 l 129.828 10.386 l 
+129.828 2.772 l f
+134.746 6.565 m 134.77 6.772 134.816 6.979 134.891 7.19 c 134.965 7.397 
+135.066 7.585 135.203 7.761 c 135.34 7.932 135.512 8.073 135.719 8.178 
+c 135.926 8.28 136.172 8.335 136.457 8.339 c 136.711 8.335 136.938 
+8.288 137.133 8.198 c 137.328 8.104 137.492 7.979 137.629 7.815 c 
+137.766 7.655 137.867 7.464 137.938 7.253 c 138.008 7.038 138.043 6.811 
+138.043 6.565 c 134.746 6.565 l 134.746 6.565 l h
+138.805 4.206 m 138.73 4.147 138.625 4.081 138.484 4.007 c 138.348 
+3.932 138.188 3.866 138.008 3.8 c 137.824 3.733 137.637 3.678 137.438 
+3.636 c 137.238 3.593 137.039 3.573 136.844 3.569 c 136.563 3.573 
+136.301 3.62 136.047 3.725 c 135.797 3.827 135.574 3.971 135.379 4.159 
+c 135.184 4.346 135.031 4.569 134.918 4.827 c 134.809 5.089 134.75 
+5.374 134.746 5.69 c 139.289 5.69 l 139.293 6.206 139.242 6.682 139.152 
+7.116 c 139.055 7.553 138.898 7.932 138.684 8.257 c 138.465 8.581 
+138.18 8.831 137.816 9.011 c 137.457 9.19 137.012 9.284 136.48 9.284 c 
+136.031 9.284 135.621 9.206 135.258 9.05 c 134.895 8.889 134.578 8.671 
+134.316 8.382 c 134.055 8.096 133.855 7.757 133.715 7.362 c 133.57 
+6.971 133.504 6.542 133.5 6.065 c 133.5 5.546 133.563 5.077 133.695 
+4.655 c 133.828 4.229 134.031 3.87 134.301 3.569 c 134.57 3.264 134.91 
+3.03 135.324 2.87 c 135.742 2.706 136.23 2.624 136.797 2.62 c 137.141 
+2.624 137.438 2.647 137.684 2.69 c 137.926 2.737 138.137 2.792 138.316 
+2.854 c 138.492 2.917 138.656 2.975 138.805 3.034 c 138.805 4.206 l f
+144.934 9.038 m 144.816 9.081 144.684 9.124 144.52 9.163 c 144.359 
+9.202 144.191 9.229 144.016 9.253 c 143.84 9.272 143.672 9.284 143.512 
+9.284 c 143.02 9.284 142.578 9.202 142.184 9.038 c 141.785 8.874 
+141.441 8.643 141.156 8.346 c 140.871 8.05 140.652 7.698 140.496 7.292 
+c 140.344 6.886 140.27 6.44 140.266 5.952 c 140.27 5.495 140.348 5.065 
+140.504 4.663 c 140.656 4.261 140.879 3.909 141.168 3.604 c 141.453 3.3 
+141.797 3.057 142.191 2.886 c 142.59 2.714 143.027 2.624 143.512 2.62 c 
+143.652 2.62 143.809 2.628 143.973 2.639 c 144.141 2.651 144.309 2.678 
+144.48 2.714 c 144.652 2.753 144.816 2.807 144.984 2.882 c 144.895 
+3.932 l 144.773 3.854 144.641 3.784 144.496 3.733 c 144.355 3.678 
+144.207 3.639 144.059 3.612 c 143.91 3.585 143.77 3.569 143.637 3.569 c 
+143.336 3.573 143.066 3.616 142.836 3.71 c 142.605 3.8 142.402 3.925 
+142.234 4.081 c 142.066 4.241 141.934 4.421 141.824 4.624 c 141.719 
+4.827 141.641 5.042 141.59 5.268 c 141.539 5.495 141.516 5.725 141.516 
+5.952 c 141.516 6.261 141.559 6.553 141.648 6.839 c 141.738 7.12 
+141.871 7.374 142.047 7.6 c 142.223 7.827 142.434 8.003 142.688 8.136 c 
+142.941 8.264 143.23 8.335 143.563 8.339 c 143.75 8.339 143.949 8.315 
+144.168 8.272 c 144.387 8.225 144.605 8.155 144.836 8.061 c 144.934 
+9.038 l 144.934 9.038 l f
+146.258 2.772 m 147.43 2.772 l 147.43 5.718 l 147.43 6.104 147.469 6.46 
+147.547 6.78 c 147.621 7.1 147.738 7.374 147.895 7.608 c 148.055 7.839 
+148.258 8.018 148.5 8.147 c 148.742 8.272 149.031 8.335 149.363 8.339 c 
+149.703 8.315 149.973 8.221 150.172 8.05 c 150.367 7.882 150.508 7.632 
+150.59 7.3 c 150.676 6.971 150.715 6.561 150.715 6.065 c 150.715 2.772 
+l 151.887 2.772 l 151.887 6.553 l 151.887 7.124 151.805 7.612 151.637 
+8.022 c 151.465 8.428 151.203 8.741 150.852 8.956 c 150.5 9.175 150.051 
+9.284 149.504 9.284 c 149.055 9.284 148.656 9.19 148.309 9.011 c 
+147.953 8.827 147.672 8.565 147.457 8.225 c 147.43 8.225 l 147.43 
+12.132 l 146.258 12.132 l 146.258 2.772 l f
+153.809 2.772 m 154.984 2.772 l 154.984 5.718 l 154.984 6.104 155.02 
+6.46 155.098 6.78 c 155.176 7.1 155.289 7.374 155.449 7.608 c 155.605 
+7.839 155.809 8.018 156.055 8.147 c 156.297 8.272 156.586 8.335 156.918 
+8.339 c 157.258 8.315 157.523 8.221 157.723 8.05 c 157.922 7.882 
+158.059 7.632 158.145 7.3 c 158.23 6.971 158.27 6.561 158.266 6.065 c 
+158.266 2.772 l 159.438 2.772 l 159.438 6.553 l 159.441 7.124 159.355 
+7.612 159.188 8.022 c 159.02 8.428 158.758 8.741 158.402 8.956 c 
+158.055 9.175 157.605 9.284 157.055 9.284 c 156.758 9.284 156.473 9.237 
+156.199 9.147 c 155.926 9.053 155.684 8.921 155.469 8.749 c 155.258 
+8.573 155.09 8.37 154.973 8.124 c 154.945 8.124 l 154.945 9.136 l 
+153.809 9.136 l 153.809 2.772 l f
+162.188 5.952 m 162.188 6.261 162.23 6.553 162.32 6.839 c 162.41 7.12 
+162.539 7.374 162.715 7.6 c 162.883 7.827 163.094 8.003 163.34 8.136 c 
+163.586 8.264 163.867 8.335 164.184 8.339 c 164.496 8.335 164.773 8.264 
+165.02 8.136 c 165.266 8.003 165.473 7.827 165.645 7.6 c 165.813 7.374 
+165.945 7.12 166.031 6.839 c 166.121 6.553 166.168 6.261 166.168 5.952 
+c 166.168 5.725 166.145 5.495 166.094 5.268 c 166.043 5.042 165.969 
+4.827 165.863 4.624 c 165.762 4.421 165.633 4.241 165.477 4.081 c 
+165.316 3.925 165.133 3.8 164.918 3.71 c 164.703 3.616 164.457 3.573 
+164.184 3.569 c 163.906 3.573 163.66 3.616 163.441 3.71 c 163.227 3.8 
+163.039 3.925 162.883 4.081 c 162.723 4.241 162.594 4.421 162.488 4.624 
+c 162.387 4.827 162.313 5.042 162.262 5.268 c 162.211 5.495 162.188 
+5.725 162.188 5.952 c 162.188 5.952 l h
+160.938 5.952 m 160.941 5.495 161.02 5.065 161.176 4.663 c 161.332 
+4.261 161.551 3.909 161.84 3.604 c 162.129 3.3 162.469 3.057 162.863 
+2.886 c 163.262 2.714 163.699 2.624 164.184 2.62 c 164.66 2.624 165.102 
+2.714 165.492 2.886 c 165.891 3.057 166.23 3.3 166.516 3.604 c 166.801 
+3.909 167.023 4.261 167.18 4.663 c 167.336 5.065 167.414 5.495 167.414 
+5.952 c 167.414 6.44 167.336 6.886 167.184 7.292 c 167.027 7.698 
+166.813 8.05 166.523 8.346 c 166.238 8.643 165.898 8.874 165.504 9.038 
+c 165.109 9.202 164.668 9.284 164.184 9.284 c 163.695 9.284 163.25 
+9.202 162.855 9.038 c 162.457 8.874 162.113 8.643 161.828 8.346 c 
+161.547 8.05 161.324 7.698 161.172 7.292 c 161.016 6.886 160.941 6.44 
+160.938 5.952 c 160.938 5.952 l f
+169.063 2.772 1.176 9.359 re f
+173.137 5.952 m 173.137 6.261 173.18 6.553 173.27 6.839 c 173.359 7.12 
+173.488 7.374 173.66 7.6 c 173.832 7.827 174.043 8.003 174.285 8.136 c 
+174.535 8.264 174.816 8.335 175.133 8.339 c 175.441 8.335 175.723 8.264 
+175.969 8.136 c 176.215 8.003 176.422 7.827 176.594 7.6 c 176.762 7.374 
+176.895 7.12 176.98 6.839 c 177.07 6.553 177.113 6.261 177.113 5.952 c 
+177.113 5.725 177.09 5.495 177.039 5.268 c 176.992 5.042 176.914 4.827 
+176.813 4.624 c 176.711 4.421 176.582 4.241 176.422 4.081 c 176.266 
+3.925 176.078 3.8 175.863 3.71 c 175.652 3.616 175.406 3.573 175.133 
+3.569 c 174.855 3.573 174.605 3.616 174.391 3.71 c 174.176 3.8 173.988 
+3.925 173.828 4.081 c 173.672 4.241 173.543 4.421 173.438 4.624 c 
+173.336 4.827 173.262 5.042 173.211 5.268 c 173.16 5.495 173.137 5.725 
+173.137 5.952 c 173.137 5.952 l h
+171.887 5.952 m 171.887 5.495 171.969 5.065 172.125 4.663 c 172.277 
+4.261 172.5 3.909 172.789 3.604 c 173.074 3.3 173.418 3.057 173.813 
+2.886 c 174.211 2.714 174.648 2.624 175.133 2.62 c 175.609 2.624 
+176.051 2.714 176.441 2.886 c 176.836 3.057 177.18 3.3 177.465 3.604 c 
+177.75 3.909 177.973 4.261 178.129 4.663 c 178.281 5.065 178.359 5.495 
+178.363 5.952 c 178.359 6.44 178.285 6.886 178.133 7.292 c 177.977 
+7.698 177.758 8.05 177.473 8.346 c 177.188 8.643 176.848 8.874 176.453 
+9.038 c 176.059 9.202 175.617 9.284 175.133 9.284 c 174.645 9.284 
+174.199 9.202 173.805 9.038 c 173.406 8.874 173.063 8.643 172.777 8.346 
+c 172.492 8.05 172.273 7.698 172.117 7.292 c 171.965 6.886 171.891 6.44 
+171.887 5.952 c 171.887 5.952 l f
+182.461 3.718 m 182.184 3.721 181.938 3.78 181.719 3.901 c 181.5 4.022 
+181.313 4.186 181.16 4.393 c 181.008 4.6 180.891 4.839 180.809 5.108 c 
+180.73 5.378 180.688 5.663 180.688 5.968 c 180.688 6.182 180.711 6.405 
+180.758 6.628 c 180.805 6.85 180.875 7.065 180.969 7.268 c 181.063 
+7.475 181.184 7.655 181.324 7.815 c 181.465 7.975 181.633 8.1 181.82 
+8.194 c 182.012 8.288 182.223 8.335 182.461 8.339 c 182.77 8.335 
+183.043 8.268 183.277 8.139 c 183.512 8.011 183.703 7.831 183.855 7.604 
+c 184.012 7.378 184.129 7.116 184.203 6.819 c 184.281 6.526 184.316 
+6.21 184.316 5.878 c 184.316 5.581 184.273 5.3 184.184 5.042 c 184.094 
+4.78 183.965 4.55 183.801 4.354 c 183.637 4.155 183.441 4.003 183.215 
+3.889 c 182.984 3.776 182.734 3.721 182.461 3.718 c 182.461 3.718 l h
+185.492 9.136 m 184.406 9.136 l 184.406 8.186 l 184.383 8.186 l 184.266 
+8.417 184.117 8.612 183.934 8.78 c 183.746 8.94 183.52 9.069 183.25 
+9.151 c 182.98 9.241 182.656 9.284 182.285 9.284 c 181.898 9.284 
+181.559 9.218 181.25 9.089 c 180.945 8.964 180.68 8.788 180.453 8.565 c 
+180.227 8.343 180.039 8.089 179.887 7.8 c 179.734 7.514 179.625 7.206 
+179.551 6.882 c 179.477 6.557 179.438 6.233 179.438 5.905 c 179.438 
+5.487 179.496 5.093 179.605 4.721 c 179.719 4.346 179.891 4.011 180.117 
+3.718 c 180.344 3.428 180.625 3.198 180.965 3.03 c 181.309 2.862 
+181.703 2.776 182.16 2.772 c 182.434 2.772 182.699 2.807 182.965 2.878 
+c 183.227 2.952 183.473 3.061 183.699 3.206 c 183.93 3.354 184.125 
+3.538 184.293 3.757 c 184.316 3.757 l 184.316 3.132 l 184.316 2.682 
+184.238 2.292 184.082 1.968 c 183.926 1.639 183.699 1.393 183.406 1.214 
+c 183.113 1.042 182.762 0.952 182.348 0.948 c 182.133 0.948 181.938 
+0.96 181.754 0.979 c 181.566 0.999 181.387 1.034 181.215 1.081 c 
+181.035 1.128 180.855 1.186 180.668 1.257 c 180.48 1.331 180.273 1.421 
+180.051 1.522 c 179.926 0.436 l 180.262 0.323 180.563 0.229 180.82 
+0.167 c 181.082 0.104 181.324 0.061 181.547 0.034 c 181.766 0.011 
+181.988 -0.001 182.211 -0.001 c 182.969 0.003 183.59 0.12 184.074 0.358 
+c 184.563 0.596 184.918 0.944 185.148 1.397 c 185.379 1.85 185.492 
+2.397 185.492 3.046 c 185.492 9.136 l f
+188.813 11.882 m 187.488 11.882 l 187.488 10.557 l 188.813 10.557 l 
+188.813 11.882 l h
+187.566 2.772 m 188.738 2.772 l 188.738 9.136 l 187.566 9.136 l 187.566 
+2.772 l f
+191.637 6.565 m 191.656 6.772 191.703 6.979 191.777 7.19 c 191.852 
+7.397 191.957 7.585 192.094 7.761 c 192.23 7.932 192.398 8.073 192.605 
+8.178 c 192.813 8.28 193.059 8.335 193.348 8.339 c 193.598 8.335 
+193.824 8.288 194.02 8.198 c 194.219 8.104 194.383 7.979 194.516 7.815 
+c 194.652 7.655 194.758 7.464 194.824 7.253 c 194.895 7.038 194.93 
+6.811 194.93 6.565 c 191.637 6.565 l 191.637 6.565 l h
+195.691 4.206 m 195.617 4.147 195.512 4.081 195.371 4.007 c 195.234 
+3.932 195.074 3.866 194.895 3.8 c 194.715 3.733 194.523 3.678 194.324 
+3.636 c 194.125 3.593 193.93 3.573 193.73 3.569 c 193.449 3.573 193.188 
+3.62 192.938 3.725 c 192.688 3.827 192.461 3.971 192.27 4.159 c 192.07 
+4.346 191.918 4.569 191.809 4.827 c 191.695 5.089 191.637 5.374 191.637 
+5.69 c 196.18 5.69 l 196.18 6.206 196.133 6.682 196.039 7.116 c 195.941 
+7.553 195.785 7.932 195.57 8.257 c 195.352 8.581 195.066 8.831 194.703 
+9.011 c 194.344 9.19 193.898 9.284 193.371 9.284 c 192.918 9.284 
+192.512 9.206 192.145 9.05 c 191.781 8.889 191.469 8.671 191.203 8.382 
+c 190.941 8.096 190.742 7.757 190.602 7.362 c 190.461 6.971 190.391 
+6.542 190.387 6.065 c 190.387 5.546 190.453 5.077 190.586 4.655 c 
+190.715 4.229 190.918 3.87 191.188 3.569 c 191.461 3.264 191.801 3.03 
+192.215 2.87 c 192.629 2.706 193.117 2.624 193.684 2.62 c 194.027 2.624 
+194.324 2.647 194.57 2.69 c 194.813 2.737 195.023 2.792 195.203 2.854 c 
+195.383 2.917 195.543 2.975 195.691 3.034 c 195.691 4.206 l f
+Q
+showpage
+%%Trailer
+count op_count sub {pop} repeat
+countdictstack dict_count sub {end} repeat
+cairo_eps_state restore
+%%EOF

+ 680 - 0
presentations/Datamining-Proseminar/Hauptpresentation/logos/kitlogo_en_rgb.eps

@@ -0,0 +1,680 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: 0.46
+%%Pages: 1
+%%Orientation: Portrait
+%%BoundingBox: 182 370 378 462
+%%HiResBoundingBox: 182.1344 370.7806 377.8656 461.2194
+%%EndComments
+%%Page: 1 1
+0 842 translate
+0.8 -0.8 scale
+0 0 0 setrgbcolor
+[] 0 setdash
+1 setlinewidth
+0 setlinejoin
+0 setlinecap
+gsave [1 0 0 1 0 0] concat
+gsave
+0 0 0 setrgbcolor
+newpath
+380.56825 563.5558 moveto
+353.8495 563.5558 lineto
+322.09425 529.40105 lineto
+322.09425 509.89293 lineto
+352.88325 475.83793 lineto
+380.37575 475.83793 lineto
+344.94325 519.98605 lineto
+380.56825 563.5558 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+384.627 563.54218 moveto
+408.63575 563.54218 lineto
+408.63575 475.90543 lineto
+384.627 475.90543 lineto
+384.627 563.54218 lineto
+closepath
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+472.332 475.90168 moveto
+414.43825 475.90168 lineto
+414.43825 495.68418 lineto
+431.38075 495.68418 lineto
+431.38075 563.62418 lineto
+455.3895 563.62418 lineto
+455.3895 495.68418 lineto
+472.332 495.68418 lineto
+472.332 475.90168 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+316.35838 563.54755 moveto
+316.34475 563.51918 lineto
+316.34475 563.53143 lineto
+316.35838 563.54755 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+316.34475 563.53931 moveto
+316.34475 563.53143 lineto
+316.34175 563.52755 lineto
+316.34475 563.53931 lineto
+fill
+grestore
+gsave
+0 0.58823532 0.50980395 setrgbcolor
+newpath
+247.81925 507.97293 moveto
+243.22463 513.53418 239.309 519.67355 236.17825 526.25855 curveto
+316.34425 563.55543 lineto
+247.81925 507.97293 lineto
+fill
+grestore
+gsave
+0 0.58823532 0.50980395 setrgbcolor
+newpath
+316.33488 563.5173 moveto
+278.92863 484.03043 lineto
+272.32862 487.07168 266.16938 490.90043 260.57275 495.40543 curveto
+316.34275 563.54706 lineto
+316.33488 563.5173 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+316.34175 563.52755 moveto
+316.34475 563.53143 lineto
+316.34475 563.51918 lineto
+316.334 563.4968 lineto
+316.34175 563.52755 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+316.34175 563.52755 moveto
+316.34475 563.53143 lineto
+316.34475 563.51918 lineto
+316.334 563.4968 lineto
+316.34175 563.52755 lineto
+fill
+grestore
+gsave
+0 0.58823532 0.50980395 setrgbcolor
+newpath
+230.43937 542.08368 moveto
+228.67912 548.9523 227.73387 556.14718 227.69725 563.5573 curveto
+316.31687 563.5573 lineto
+230.43937 542.08368 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+316.34562 563.53931 moveto
+316.38675 475.98543 lineto
+316.1655 475.98418 315.94675 475.96918 315.72512 475.96918 curveto
+308.58787 475.96918 301.65762 476.83918 295.01362 478.44293 curveto
+316.33488 563.5173 lineto
+316.34562 563.53931 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+227.668 574.15893 moveto
+229.269 574.15893 lineto
+229.269 579.07193 lineto
+234.0395 574.15893 lineto
+236.16837 574.15893 lineto
+230.918 579.44205 lineto
+236.5845 585.33268 lineto
+234.2475 585.33268 lineto
+229.269 579.85718 lineto
+229.269 585.33268 lineto
+227.668 585.33268 lineto
+227.668 574.15893 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+242.82812 581.44255 moveto
+242.50725 581.44255 242.1875 581.40981 241.86712 581.40981 curveto
+241.05125 581.40981 239.03363 581.5393 239.03363 582.98068 curveto
+239.03363 583.84293 239.86575 584.3078 240.55462 584.3078 curveto
+242.043 584.3078 242.82812 583.37905 242.82812 582.1628 curveto
+242.82812 581.44255 lineto
+closepath
+238.36175 577.7453 moveto
+239.11375 577.29605 240.01075 576.97731 241.05125 576.97731 curveto
+243.38813 576.97731 244.333 578.12855 244.333 580.35368 curveto
+244.333 583.73168 lineto
+244.333 584.6603 244.36475 585.09293 244.3965 585.33268 curveto
+242.98725 585.33268 lineto
+242.98725 584.27555 lineto
+242.9555 584.27555 lineto
+242.604 584.77168 241.80325 585.52418 240.42625 585.52418 curveto
+238.666 585.52418 237.43312 584.75655 237.43312 582.98068 curveto
+237.43312 580.92993 239.67325 580.29018 241.227 580.29018 curveto
+241.81887 580.29018 242.23537 580.29018 242.82812 580.32193 curveto
+242.82812 578.9123 242.31488 578.19305 240.8105 578.19305 curveto
+239.96287 578.19305 239.05025 578.51293 238.44137 579.02455 curveto
+238.36175 577.7453 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+246.77 577.16768 moveto
+248.17862 577.16768 lineto
+248.17862 578.4338 lineto
+248.21037 578.4338 lineto
+248.61075 577.58518 249.47512 576.97731 250.33988 576.97731 curveto
+250.7885 576.97731 251.01262 577.02368 251.332 577.08855 curveto
+251.332 578.4338 lineto
+251.061 578.32143 250.75637 578.2883 250.5 578.2883 curveto
+249.15525 578.2883 248.27488 579.56905 248.27488 581.61793 curveto
+248.27488 585.33268 lineto
+246.77 585.33268 lineto
+246.77 577.16768 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+252.997 585.33268 moveto
+254.5014 585.33268 lineto
+254.5014 573.32633 lineto
+252.997 573.32633 lineto
+252.997 585.33268 lineto
+closepath
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+256.67087 583.73168 moveto
+257.26313 584.11543 258.11225 584.3078 258.54388 584.3078 curveto
+259.23138 584.3078 260.0805 584.01918 260.0805 583.1403 curveto
+260.0805 581.65155 256.543 581.77805 256.543 579.48943 curveto
+256.543 577.79268 257.80712 576.97731 259.42375 576.97731 curveto
+260.12887 576.97731 260.7045 577.1203 261.29787 577.29605 curveto
+261.16888 578.60805 lineto
+260.8335 578.40055 259.9365 578.19305 259.5845 578.19305 curveto
+258.81538 578.19305 258.144 578.51293 258.144 579.18568 curveto
+258.144 580.8493 261.68162 580.3708 261.68162 582.98068 curveto
+261.68162 584.7243 260.2885 585.52418 258.8325 585.52418 curveto
+258.0635 585.52418 257.27925 585.44555 256.59075 585.07543 curveto
+256.67087 583.73168 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+263.50637 577.16768 moveto
+264.9155 577.16768 lineto
+264.9155 578.4338 lineto
+264.94725 578.4338 lineto
+265.34713 577.58518 266.21087 576.97731 267.07662 576.97731 curveto
+267.52437 576.97731 267.749 577.02368 268.06838 577.08855 curveto
+268.06838 578.4338 lineto
+267.79688 578.32143 267.49262 578.2883 267.23625 578.2883 curveto
+265.892 578.2883 265.01125 579.56905 265.01125 581.61793 curveto
+265.01125 585.33268 lineto
+263.50637 585.33268 lineto
+263.50637 577.16768 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+276.85737 585.33268 moveto
+275.40137 585.33268 lineto
+275.40137 584.0368 lineto
+275.36863 584.0368 lineto
+274.91987 584.96405 273.832 585.52418 272.69525 585.52418 curveto
+270.5825 585.52418 269.63763 584.21305 269.63763 582.01918 curveto
+269.63763 577.16768 lineto
+271.142 577.16768 lineto
+271.142 581.3938 lineto
+271.142 583.29805 271.559 584.2268 272.87113 584.3078 curveto
+274.5845 584.3078 275.353 582.9318 275.353 580.94605 curveto
+275.353 577.16768 lineto
+276.85737 577.16768 lineto
+276.85737 585.33268 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+279.33488 573.3263 moveto
+280.83988 573.3263 lineto
+280.83988 578.33705 lineto
+280.872 578.33705 lineto
+281.416 577.4728 282.36075 576.97731 283.4975 576.97731 curveto
+285.61075 576.97731 286.55512 578.2883 286.55512 580.48218 curveto
+286.55512 585.33268 lineto
+285.05025 585.33268 lineto
+285.05025 581.10718 lineto
+285.05025 579.2028 284.63475 578.27368 283.32175 578.19305 curveto
+281.60838 578.19305 280.83988 579.56905 280.83988 581.55493 curveto
+280.83988 585.33268 lineto
+279.33488 585.33268 lineto
+279.33488 573.3263 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+294.35688 580.46505 moveto
+294.35688 579.21743 293.62113 578.19305 292.32425 578.19305 curveto
+290.8515 578.19305 290.24313 579.40893 290.13137 580.46505 curveto
+294.35688 580.46505 lineto
+closepath
+295.3335 584.9968 moveto
+294.75775 585.2053 294.101 585.52418 292.75675 585.52418 curveto
+289.85938 585.52418 288.53025 583.76293 288.53025 581.10718 curveto
+288.53025 578.68868 290.05075 576.97731 292.35587 576.97731 curveto
+295.07763 576.97731 295.9585 578.96118 295.9585 581.58805 curveto
+290.13137 581.58805 lineto
+290.13137 583.2043 291.396 584.3078 292.82025 584.3078 curveto
+293.8135 584.3078 294.96575 583.79555 295.3335 583.49193 curveto
+295.3335 584.9968 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+302.56887 585.33268 moveto
+304.16995 585.33268 lineto
+304.16995 574.15885 lineto
+302.56887 574.15885 lineto
+302.56887 585.33268 lineto
+closepath
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+306.811 577.16768 moveto
+308.268 577.16768 lineto
+308.268 578.46405 lineto
+308.30075 578.46405 lineto
+308.749 577.5363 309.83738 576.97731 310.97362 576.97731 curveto
+313.08637 576.97731 314.03175 578.2883 314.03175 580.48218 curveto
+314.03175 585.33268 lineto
+312.52637 585.33268 lineto
+312.52637 581.10718 lineto
+312.52637 579.2028 312.11075 578.27368 310.79787 578.19305 curveto
+309.0845 578.19305 308.31588 579.56905 308.31588 581.55493 curveto
+308.31588 585.33268 lineto
+306.811 585.33268 lineto
+306.811 577.16768 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+316.038 583.73168 moveto
+316.63037 584.11543 317.479 584.3078 317.91162 584.3078 curveto
+318.59963 584.3078 319.44775 584.01918 319.44775 583.1403 curveto
+319.44775 581.65155 315.91062 581.77805 315.91062 579.48943 curveto
+315.91062 577.79268 317.17475 576.97731 318.7915 576.97731 curveto
+319.4965 576.97731 320.07225 577.1203 320.6655 577.29605 curveto
+320.53662 578.60805 lineto
+320.20063 578.40055 319.30412 578.19305 318.95162 578.19305 curveto
+318.18313 578.19305 317.51075 578.51293 317.51075 579.18568 curveto
+317.51075 580.8493 321.04925 580.3708 321.04925 582.98068 curveto
+321.04925 584.7243 319.65575 585.52418 318.19925 585.52418 curveto
+317.43063 585.52418 316.647 585.44555 315.9585 585.07543 curveto
+316.038 583.73168 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+327.42825 578.38493 moveto
+325.267 578.38493 lineto
+325.267 582.8503 lineto
+325.267 583.79555 325.84325 584.3078 326.53175 584.3078 curveto
+326.99613 584.3078 327.3325 584.1643 327.55613 584.01918 curveto
+327.55613 585.30043 lineto
+327.22012 585.39668 326.75637 585.52418 326.27587 585.52418 curveto
+324.72213 585.52418 323.76175 584.7878 323.76175 583.15543 curveto
+323.76175 578.38493 lineto
+321.92138 578.38493 lineto
+321.92138 577.16768 lineto
+323.76175 577.16768 lineto
+323.76175 575.27943 lineto
+325.267 574.79855 lineto
+325.267 577.16768 lineto
+327.42825 577.16768 lineto
+327.42825 578.38493 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+329.269 577.16768 moveto
+330.77337 577.16768 lineto
+330.77337 585.33268 lineto
+329.269 585.33268 lineto
+329.269 577.16768 lineto
+closepath
+330.87012 575.34393 moveto
+329.17325 575.34393 lineto
+329.17325 573.64718 lineto
+330.87012 573.64718 lineto
+330.87012 575.34393 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+337.8095 578.38493 moveto
+335.64825 578.38493 lineto
+335.64825 582.8503 lineto
+335.64825 583.79555 336.2245 584.3078 336.91325 584.3078 curveto
+337.377 584.3078 337.71325 584.1643 337.937 584.01918 curveto
+337.937 585.30043 lineto
+337.60075 585.39668 337.137 585.52418 336.657 585.52418 curveto
+335.10325 585.52418 334.14325 584.7878 334.14325 583.15543 curveto
+334.14325 578.38493 lineto
+332.302 578.38493 lineto
+332.302 577.16768 lineto
+334.14325 577.16768 lineto
+334.14325 575.27943 lineto
+335.64825 574.79855 lineto
+335.64825 577.16768 lineto
+337.8095 577.16768 lineto
+337.8095 578.38493 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+346.71075 585.33268 moveto
+345.252 585.33268 lineto
+345.252 584.0368 lineto
+345.22075 584.0368 lineto
+344.772 584.96405 343.6845 585.52418 342.54825 585.52418 curveto
+340.4345 585.52418 339.4895 584.21305 339.4895 582.01918 curveto
+339.4895 577.16768 lineto
+340.9945 577.16768 lineto
+340.9945 581.3938 lineto
+340.9945 583.29805 341.41075 584.2268 342.72325 584.3078 curveto
+344.437 584.3078 345.20575 582.9318 345.20575 580.94605 curveto
+345.20575 577.16768 lineto
+346.71075 577.16768 lineto
+346.71075 585.33268 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+353.64825 578.38493 moveto
+351.48825 578.38493 lineto
+351.48825 582.8503 lineto
+351.48825 583.79555 352.0645 584.3078 352.75325 584.3078 curveto
+353.217 584.3078 353.55325 584.1643 353.777 584.01918 curveto
+353.777 585.30043 lineto
+353.44075 585.39668 352.977 585.52418 352.497 585.52418 curveto
+350.94325 585.52418 349.98325 584.7878 349.98325 583.15543 curveto
+349.98325 578.38493 lineto
+348.14325 578.38493 lineto
+348.14325 577.16768 lineto
+349.98325 577.16768 lineto
+349.98325 575.27943 lineto
+351.48825 574.79855 lineto
+351.48825 577.16768 lineto
+353.64825 577.16768 lineto
+353.64825 578.38493 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+360.64325 580.46505 moveto
+360.64325 579.21743 359.907 578.19305 358.612 578.19305 curveto
+357.13825 578.19305 356.5295 579.40893 356.417 580.46505 curveto
+360.64325 580.46505 lineto
+closepath
+361.62075 584.9968 moveto
+361.042 585.2053 360.3895 585.52418 359.042 585.52418 curveto
+356.1445 585.52418 354.81575 583.76293 354.81575 581.10718 curveto
+354.81575 578.68868 356.337 576.97731 358.64075 576.97731 curveto
+361.36325 576.97731 362.2445 578.96118 362.2445 581.58805 curveto
+356.417 581.58805 lineto
+356.417 583.2043 357.68075 584.3078 359.10575 584.3078 curveto
+360.097 584.3078 361.25325 583.79555 361.62075 583.49193 curveto
+361.62075 584.9968 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+372.32825 584.3078 moveto
+374.09075 584.3078 374.87325 582.70768 374.87325 581.25118 curveto
+374.87325 579.69843 373.9295 578.19305 372.32825 578.19305 curveto
+370.71325 578.19305 369.76825 579.69843 369.76825 581.25118 curveto
+369.76825 582.70768 370.55075 584.3078 372.32825 584.3078 curveto
+closepath
+372.32825 576.97731 moveto
+374.81075 576.97731 376.47575 578.76918 376.47575 581.25118 curveto
+376.47575 583.58905 374.77825 585.52418 372.32825 585.52418 curveto
+369.8645 585.52418 368.167 583.58905 368.167 581.25118 curveto
+368.167 578.76918 369.832 576.97731 372.32825 576.97731 curveto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+379.27825 578.38493 moveto
+377.357 578.38493 lineto
+377.357 577.16768 lineto
+379.27825 577.16768 lineto
+379.27825 576.41718 lineto
+379.27825 574.4323 379.7895 573.13355 382.01325 573.13355 curveto
+382.39825 573.13355 382.7195 573.1823 383.022 573.22968 curveto
+382.95825 574.44693 lineto
+382.78325 574.38355 382.49575 574.35181 382.2395 574.35181 curveto
+380.942 574.35181 380.78325 575.1828 380.78325 576.2878 curveto
+380.78325 577.16768 lineto
+382.94325 577.16768 lineto
+382.94325 578.38493 lineto
+380.78325 578.38493 lineto
+380.78325 585.33268 lineto
+379.27825 585.33268 lineto
+379.27825 578.38493 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+391.347 575.56755 moveto
+387.8745 575.56755 lineto
+387.8745 574.15893 lineto
+396.42075 574.15893 lineto
+396.42075 575.56755 lineto
+392.947 575.56755 lineto
+392.947 585.33268 lineto
+391.347 585.33268 lineto
+391.347 575.56755 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+401.9945 580.46505 moveto
+401.9945 579.21743 401.26075 578.19305 399.96325 578.19305 curveto
+398.4895 578.19305 397.8795 579.40893 397.7695 580.46505 curveto
+401.9945 580.46505 lineto
+closepath
+402.97075 584.9968 moveto
+402.39575 585.2053 401.74075 585.52418 400.39325 585.52418 curveto
+397.49575 585.52418 396.1695 583.76293 396.1695 581.10718 curveto
+396.1695 578.68868 397.68825 576.97731 399.9945 576.97731 curveto
+402.717 576.97731 403.5945 578.96118 403.5945 581.58805 curveto
+397.7695 581.58805 lineto
+397.7695 583.2043 399.03575 584.3078 400.457 584.3078 curveto
+401.45075 584.3078 402.60325 583.79555 402.97075 583.49193 curveto
+402.97075 584.9968 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+410.8645 578.54468 moveto
+410.28825 578.30543 409.712 578.19305 409.232 578.19305 curveto
+407.55075 578.19305 406.60575 579.69843 406.60575 581.25118 curveto
+406.60575 582.70768 407.39075 584.3078 409.327 584.3078 curveto
+409.8395 584.3078 410.48075 584.14818 410.94575 583.84293 curveto
+411.05825 585.18768 lineto
+410.4345 585.4768 409.712 585.52418 409.16825 585.52418 curveto
+406.70075 585.52418 405.0045 583.58905 405.0045 581.25118 curveto
+405.0045 578.76918 406.672 576.97731 409.16825 576.97731 curveto
+409.7745 576.97731 410.56075 577.1203 410.992 577.29605 curveto
+410.8645 578.54468 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+412.65575 573.3263 moveto
+414.162 573.3263 lineto
+414.162 578.33705 lineto
+414.19325 578.33705 lineto
+414.737 577.4728 415.682 576.97731 416.8195 576.97731 curveto
+418.932 576.97731 419.877 578.2883 419.877 580.48218 curveto
+419.877 585.33268 lineto
+418.37075 585.33268 lineto
+418.37075 581.10718 lineto
+418.37075 579.2028 417.95575 578.27368 416.64325 578.19305 curveto
+414.9295 578.19305 414.162 579.56905 414.162 581.55493 curveto
+414.162 585.33268 lineto
+412.65575 585.33268 lineto
+412.65575 573.3263 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+422.337 577.16768 moveto
+423.79325 577.16768 lineto
+423.79325 578.46405 lineto
+423.82575 578.46405 lineto
+424.27325 577.5363 425.362 576.97731 426.497 576.97731 curveto
+428.61075 576.97731 429.55575 578.2883 429.55575 580.48218 curveto
+429.55575 585.33268 lineto
+428.052 585.33268 lineto
+428.052 581.10718 lineto
+428.052 579.2028 427.63325 578.27368 426.322 578.19305 curveto
+424.60825 578.19305 423.8395 579.56905 423.8395 581.55493 curveto
+423.8395 585.33268 lineto
+422.337 585.33268 lineto
+422.337 577.16768 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+435.6645 584.3078 moveto
+437.42575 584.3078 438.2095 582.70768 438.2095 581.25118 curveto
+438.2095 579.69843 437.2645 578.19305 435.6645 578.19305 curveto
+434.04825 578.19305 433.10325 579.69843 433.10325 581.25118 curveto
+433.10325 582.70768 433.887 584.3078 435.6645 584.3078 curveto
+closepath
+435.6645 576.97731 moveto
+438.147 576.97731 439.81075 578.76918 439.81075 581.25118 curveto
+439.81075 583.58905 438.1145 585.52418 435.6645 585.52418 curveto
+433.1995 585.52418 431.50325 583.58905 431.50325 581.25118 curveto
+431.50325 578.76918 433.167 576.97731 435.6645 576.97731 curveto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+441.8995 585.33268 moveto
+443.40439 585.33268 lineto
+443.40439 573.32633 lineto
+441.8995 573.32633 lineto
+441.8995 585.33268 lineto
+closepath
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+449.65575 584.3078 moveto
+451.41575 584.3078 452.20075 582.70768 452.20075 581.25118 curveto
+452.20075 579.69843 451.25575 578.19305 449.65575 578.19305 curveto
+448.03825 578.19305 447.09325 579.69843 447.09325 581.25118 curveto
+447.09325 582.70768 447.87825 584.3078 449.65575 584.3078 curveto
+closepath
+449.65575 576.97731 moveto
+452.137 576.97731 453.802 578.76918 453.802 581.25118 curveto
+453.802 583.58905 452.10325 585.52418 449.65575 585.52418 curveto
+447.19075 585.52418 445.492 583.58905 445.492 581.25118 curveto
+445.492 578.76918 447.157 576.97731 449.65575 576.97731 curveto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+461.57325 581.34643 moveto
+461.57325 579.65055 460.787 578.19305 459.187 578.19305 curveto
+457.667 578.19305 456.912 579.84105 456.912 581.23405 curveto
+456.912 582.77018 457.7795 584.11543 459.187 584.11543 curveto
+460.5945 584.11543 461.57325 582.86693 461.57325 581.34643 curveto
+closepath
+463.07575 584.98168 moveto
+463.07575 587.46068 461.79575 588.88643 458.86575 588.88643 curveto
+458.00075 588.88643 457.25075 588.77418 455.93575 588.3268 curveto
+456.097 586.9328 lineto
+457.25075 587.46068 457.93825 587.66918 459.042 587.66918 curveto
+460.62825 587.66918 461.57325 586.5978 461.57325 584.8693 curveto
+461.57325 584.06655 lineto
+461.53825 584.06655 lineto
+460.8995 584.91768 459.842 585.33268 458.802 585.33268 curveto
+456.4645 585.33268 455.312 583.42943 455.312 581.31468 curveto
+455.312 579.21743 456.49825 576.97731 458.96325 576.97731 curveto
+460.402 576.97731 461.20325 577.50455 461.65075 578.38493 curveto
+461.68325 578.38493 lineto
+461.68325 577.16768 lineto
+463.07575 577.16768 lineto
+463.07575 584.98168 lineto
+fill
+grestore
+gsave
+0 0 0 setrgbcolor
+newpath
+465.06825 587.54168 moveto
+465.2595 587.60518 465.51575 587.66918 465.77325 587.66918 curveto
+467.11575 587.66918 467.5645 585.81418 467.5645 585.65305 curveto
+467.5645 585.4768 467.37325 585.0603 467.27575 584.7878 curveto
+464.507 577.16768 lineto
+466.157 577.16768 lineto
+468.34825 583.92405 lineto
+468.382 583.92405 lineto
+470.622 577.16768 lineto
+472.142 577.16768 lineto
+469.1345 585.50893 lineto
+468.57325 587.0768 467.98075 588.88643 465.99575 588.88643 curveto
+465.51575 588.88643 465.2445 588.82293 464.97075 588.77418 curveto
+465.06825 587.54168 lineto
+fill
+grestore
+grestore
+showpage
+%%EOF

+ 94 - 0
presentations/Datamining-Proseminar/Hauptpresentation/templates/beamercolorthemekit.sty

@@ -0,0 +1,94 @@
+%% LaTeX-Beamer template for KIT design
+%% by Erik Burger, Christian Hammer
+%% title picture by Klaus Krogmann
+%%
+%% version 2.0
+%%
+%% mostly compatible to KIT corporate design v2.0
+%% http://intranet.kit.edu/gestaltungsrichtlinien.php
+%%
+%% Problems, bugs and comments to
+%% burger@kit.edu
+
+\definecolor{kit-green100}{rgb}{0,.59,.51}
+\definecolor{kit-green70}{rgb}{.3,.71,.65}
+\definecolor{kit-green50}{rgb}{.50,.79,.75}
+\definecolor{kit-green30}{rgb}{.69,.87,.85}
+\definecolor{kit-green15}{rgb}{.85,.93,.93}
+
+%\definecolor{kit-green100}{cmyk}{1,0,.6,0}
+%\definecolor{kit-green70}{cmyk}{.7,0,.42,0}
+%\definecolor{kit-green50}{cmyk}{.5,0,.3,0}
+%\definecolor{kit-green30}{cmyk}{.3,0,.18,0}
+%\definecolor{kit-green15}{cmyk}{.15,0,.09,0}
+
+\definecolor{kit-blue100}{rgb}{.27,.39,.67}
+\definecolor{kit-blue70}{rgb}{.49,.57,.76}
+\definecolor{kit-blue50}{rgb}{.64,.69,.83}
+\definecolor{kit-blue30}{rgb}{.78,.82,.9}
+\definecolor{kit-blue15}{rgb}{.89,.91,.95}
+
+%\definecolor{kit-blue100}{cmyk}{1,.5,0,0}
+%\definecolor{kit-blue70}{cmyk}{.56,.53,0,0}
+%\definecolor{kit-blue50}{cmyk}{.4,.25,0,0}
+%\definecolor{kit-blue30}{cmyk}{.24,.15,0,0}
+%\definecolor{kit-blue15}{cmyk}{.12,.075,0,0}
+
+\definecolor{kit-yellow100}{cmyk}{0,.05,1,0}
+\definecolor{kit-yellow70}{cmyk}{0,.035,.7,0}
+\definecolor{kit-yellow50}{cmyk}{0,.025,.5,0}
+\definecolor{kit-yellow30}{cmyk}{0,.015,.3,0}
+\definecolor{kit-yellow15}{cmyk}{0,.0075,.15,0}
+
+\definecolor{kit-orange100}{cmyk}{0,.45,1,0}
+\definecolor{kit-orange70}{cmyk}{0,.315,.7,0}
+\definecolor{kit-orange50}{cmyk}{0,.225,.5,0}
+\definecolor{kit-orange30}{cmyk}{0,.135,.3,0}
+\definecolor{kit-orange15}{cmyk}{0,.0675,.15,0}
+
+\definecolor{kit-red100}{cmyk}{.25,1,1,0}
+\definecolor{kit-red70}{cmyk}{.175,.7,.7,0}
+\definecolor{kit-red50}{cmyk}{.125,.5,.5,0}
+\definecolor{kit-red30}{cmyk}{.075,.3,.3,0}
+\definecolor{kit-red15}{cmyk}{.0375,.15,.15,0}
+
+\mode<presentation>
+
+\setbeamercolor*{normal text}{fg=black,bg=white}
+\setbeamercolor*{alerted text}{fg=kit-red100}
+\setbeamercolor*{example text}{fg=black}
+\setbeamercolor*{structure}{fg=black}
+
+%\setbeamerfont{alerted text}{series=\bfseries}
+
+\setbeamercolor*{palette primary}{fg=black,bg=black!15}
+\setbeamercolor*{palette secondary}{fg=black,bg=black!15}
+\setbeamercolor*{palette tertiary}{fg=black,bg=black!15}
+\setbeamercolor*{palette quaternary}{fg=black,bg=black!15}
+
+\setbeamercolor{sidebar}{bg=}
+
+\setbeamercolor*{palette sidebar primary}{fg=black!75}
+\setbeamercolor*{palette sidebar secondary}{fg=black!75}
+\setbeamercolor*{palette sidebar tertiary}{fg=black!75}
+\setbeamercolor*{palette sidebar quaternary}{fg=black!75}
+
+\setbeamercolor*{item projected}{fg=black,bg=kit-green100}
+
+\setbeamercolor*{block title}{fg=white,bg=kit-green100}
+\setbeamercolor{block title alerted}{use=alerted text,fg=white,bg=alerted text.fg!75!black}
+\setbeamercolor*{block title example}{fg=white,bg=kit-blue100}
+
+\setbeamercolor*{block body}{fg=black,bg=kit-green15}
+\setbeamercolor{block body alerted}{parent=normal text,use=block title alerted,bg=block title alerted.bg!10!bg}
+\setbeamercolor*{block body example}{fg=black,bg=kit-blue15}
+
+\setbeamercolor*{separation line}{}
+\setbeamercolor*{fine separation line}{}
+
+\setbeamercolor*{background canvas}{bg=black!15}
+\setbeamercolor*{background}{bg=black!15}
+
+\pagecolor{black!15}
+\mode
+<all>

+ 189 - 0
presentations/Datamining-Proseminar/Hauptpresentation/templates/beamerthemekit.sty

@@ -0,0 +1,189 @@
+%% LaTeX-Beamer template for KIT design
+%% Widescreen
+%% by Erik Burger, Christian Hammer, David Dauer
+%% title picture by Klaus Krogmann
+%%
+%% version 2.2 for Beamer v3.30
+%%
+%% mostly compatible to KIT corporate design v2.0
+%% http://intranet.kit.edu/gestaltungsrichtlinien.php
+%%
+%% Problems, bugs and comments to
+%% burger@kit.edu
+
+\usepackage{../templates/beamerthemekitbase}
+
+\setbeamertemplate{title page}
+{
+\thispagestyle{empty}
+
+%middle block with name of institute
+\begin{textblock*}{\paperwidth}(1mm,42mm)
+\begin{pgfpicture}{0mm}{0mm}{\paperwidth-2mm}{6mm}
+	\color{black!50}
+	\pgfpathrectangle{\pgfpoint{0mm}{0mm}}{\pgfpoint{\paperwidth-2mm}{6mm}}
+	\pgfusepath{fill}
+	\pgftext[at=\pgfpoint{5mm}{3mm},left,center]{\textcolor{white}{\tiny\uppercase\expandafter{\insertinstitute}}}
+\end{pgfpicture}
+\end{textblock*}
+
+
+%elements on title page
+
+%KIT logo
+\begin{textblock*}{24mm}(6mm,5mm)
+\iflanguage{english}{%
+\includegraphics[width=23mm]{../logos/kitlogo_en_rgb} 
+}{%
+\includegraphics[width=23mm]{../logos/kitlogo_de_rgb} 
+}%
+\end{textblock*}
+
+%institute logo
+\begin{textblock*}{20mm}(104mm,4mm)
+\includegraphics[width=20mm]{../logos/\@titlelogo} 
+\end{textblock*}
+
+%title
+\begin{textblock*}{120mm}(6mm,14mm)
+\begin{beamercolorbox}[wd=118mm,ht=14mm,dp=3mm,left]{white}%
+\Large\textbf{\inserttitle}
+\end{beamercolorbox}
+\end{textblock*}
+
+%subtitle
+\begin{textblock*}{120mm}(6mm,31mm)
+\scriptsize \insertsubtitle
+\end{textblock*}
+
+%author
+\begin{textblock*}{120mm}(6mm,35mm)
+\scriptsize\insertauthor~\textbar~\insertshortdate
+\end{textblock*}
+
+%legal KIT text
+\begin{textblock*}{80mm}[0,1](6mm,94mm)
+\fontsize{4pt}{6pt}\selectfont
+\iflanguage{english}{
+KIT -- University of the State of Baden-Wuerttemberg and\\National Laboratory of the Helmholtz Association}
+{KIT -- Universit{\"a}t des Landes Baden-W{\"u}rttemberg und\\nationales Forschungszentrum in der Helmholtz-Gemeinschaft}
+\end{textblock*}
+
+\begin{textblock*}{16mm}(110mm,90mm)
+\fontsize{8pt}{8pt}\selectfont
+\bfseries
+\textcolor{white}{
+	\href{http://www.kit.edu}{www.kit.edu}
+}
+\end{textblock*}
+
+% title image
+
+\begin{textblock*}{\paperwidth}(1mm,48.5mm)
+\begin{overpic}[width=126mm,height=40mm]{../logos/\@titleimage}
+\put(-6,-3){
+	%mask curve for lower left corner of title image
+	\begin{pgfpicture}{0mm}{0mm}{3mm}{3mm}
+		\pgfpathqmoveto{0mm}{0mm}
+		\pgfpathlineto{\pgfpoint{3mm}{0mm}}
+		\pgfpathlineto{\pgfpoint{3mm}{1mm}}
+
+		{\pgfsetcornersarced{\pgfpoint{2mm}{2mm}} 
+		\pgfpathlineto{\pgfpoint{1mm}{1mm}}
+		\pgfpathlineto{\pgfpoint{1mm}{3mm}}}
+
+		\pgfpathmoveto{\pgfpoint{1mm}{3mm}}
+		\pgfpathlineto{\pgfpoint{0mm}{3mm}}
+		\pgfpathlineto{\pgfpoint{0mm}{0mm}}
+		\pgfpathclose
+
+		\color{black!15}
+		\pgfusepath{fill}
+	\end{pgfpicture}
+}
+\end{overpic}
+\end{textblock*}
+
+}
+
+%background for pages
+%CH: for plain frames
+\newskip{\kitbottom}
+\usebackgroundtemplate{
+	\setlength{\kitbottom}{\ifbeamer@plainframe1mm\else9mm\fi}%
+\begin{pgfpicture}{0mm}{0mm}{\paperwidth}{\paperheight}
+
+	{\pgfsetcornersarced{\pgfpoint{2mm}{2mm}}
+	\pgfpathmoveto{\pgfpoint{\paperwidth-1mm}{\kitbottom}}
+	\pgfpathlineto{\pgfpoint{1mm}{\kitbottom}}
+	\pgfpathlineto{\pgfpoint{1mm}{\paperheight-1mm}}}
+
+	{\pgfsetcornersarced{\pgfpoint{2mm}{2mm}}
+	\pgfpathmoveto{\pgfpoint{1mm}{\paperheight-1mm}}
+	\pgfpathlineto{\pgfpoint{\paperwidth-1mm}{\paperheight-1mm}}
+	\pgfpathlineto{\pgfpoint{\paperwidth-1mm}{\kitbottom}}}
+
+	\color{white}
+	\pgfusepath{fill}
+
+\end{pgfpicture}%
+}
+
+%frametitle
+\setbeamertemplate{frametitle}
+{
+\vspace{2mm} %\hspace*{-4mm}
+\vbox{\hsize=9cm\bfseries\insertframetitle}
+
+\begin{textblock*}{15mm}(108mm,4mm)
+\iflanguage{english}{%
+\includegraphics[width=14mm]{../logos/kitlogo_en_rgb} 
+}{%
+\includegraphics[width=14mm]{../logos/kitlogo_de_rgb} 
+}%
+
+\end{textblock*}
+
+% obsolete as of KIT-CD v2.0
+%\begin{textblock*}{1.5mm}(1mm,1mm)
+%\begin{pgfpicture}{0mm}{0mm}{1.5mm}{9mm}
+	%\color{kit-green100}
+	%\pgfpathrectangle{\pgfpoint{0mm}{0mm}}{\pgfpoint{1.5mm}{9mm}}
+	%\pgfusepath{fill}
+%\end{pgfpicture}%
+%\end{textblock*}
+
+}
+
+
+\setbeamertemplate{headline}
+{
+}
+
+%footer
+\setbeamertemplate{footline}
+{
+\vskip.4mm
+\begin{beamercolorbox}[ht=2.2mm, dp=3mm]{section in head/foot}
+	%include mini frame navigation
+	\insertnavigation{\paperwidth}
+	\vskip -2.2mm
+\end{beamercolorbox}
+
+\hbox{
+\begin{beamercolorbox}[wd=0.7\textwidth,ht=2.2mm,dp=2mm,left,leftskip=1.3em]{author in head/foot}%
+\usebeamerfont{author in head/foot}%
+\insertshortauthor\hspace{2.5pt}--\hspace{2.5pt}\insertshorttitle
+\end{beamercolorbox}%
+\begin{beamercolorbox}[wd=0.2\textwidth,ht=2.2mm,dp=2mm,center]{title in head/foot}%
+\usebeamerfont{title in head/foot}%
+\insertshortdate
+\end{beamercolorbox}%
+\begin{beamercolorbox}[wd=0.05\paperwidth,ht=2.2mm,dp=2mm,right]{date in head/foot}%
+\usebeamerfont{date in head/foot}%
+\insertframenumber{}/\inserttotalframenumber
+\end{beamercolorbox}%
+
+}
+\vskip -0.75mm
+}

+ 63 - 0
presentations/Datamining-Proseminar/Hauptpresentation/templates/beamerthemekitbase.sty

@@ -0,0 +1,63 @@
+%% LaTeX-Beamer template for KIT design
+%% Widescreen
+%% by Erik Burger, Christian Hammer, David Dauer
+%% title picture by Klaus Krogmann
+%%
+%% version 2.2 for Beamer v3.30
+%%
+%% mostly compatible to KIT corporate design v2.0
+%% http://intranet.kit.edu/gestaltungsrichtlinien.php
+%%
+%% Problems, bugs and comments to
+%% burger@kit.edu
+
+\usepackage[english,ngerman]{babel}
+\usepackage{ifthen} %For choosing the language, see below
+\usepackage{hyperref}
+\usepackage[absolute,overlay]{textpos}
+\usepackage{../templates/semirounded}
+\usepackage[abs]{overpic}
+
+\usepackage[scaled=.92]{helvet}
+
+\setbeamercovered{transparent}
+\setbeamersize{text margin left=6mm,text margin right=6mm} 
+
+\useinnertheme{rounded}
+\usepackage{../templates/beamercolorthemekit}
+
+%save space in the footer
+\beamer@compresstrue
+
+%title image and logo
+\def\titleimage#1{\def\@titleimage{#1}}
+\def\titlelogo#1{\def\@titlelogo{#1}}
+
+\titleimage{bauplan}
+\titlelogo{sdq_logo}
+
+%CH: KIT-point
+\setbeamertemplate{itemize items}{
+\begin{pgfpicture}{0mm}{0mm}{1ex}{1ex}
+{\pgfsetcornersarced{\pgfpoint{.3ex}{.3ex}} 
+\pgfpathmoveto{\pgfpoint{0cm}{1ex}} 
+\pgfpathlineto{\pgfpoint{1ex}{1ex}}
+\pgfpathlineto{\pgfpoint{1ex}{0cm}}}
+{\pgfsetcornersarced{\pgfpoint{.3ex}{.3ex}}
+\pgfpathmoveto{\pgfpoint{1ex}{0cm}}
+\pgfpathlineto{\pgfpointorigin}
+\pgfpathlineto{\pgfpoint{0cm}{1ex}}}
+\color{kit-green100}
+\pgfusepath{fill}
+\end{pgfpicture}%
+}
+
+%% use this for setting the total page number
+\newcommand{\beginbackup}{
+   \newcounter{framenumbervorappendix}
+   \setcounter{framenumbervorappendix}{\value{framenumber}}
+}
+\newcommand{\backupend}{
+   \addtocounter{framenumbervorappendix}{-\value{framenumber}}
+   \addtocounter{framenumber}{\value{framenumbervorappendix}} 
+}

+ 222 - 0
presentations/Datamining-Proseminar/Hauptpresentation/templates/beamerthemekitwideasdfasdf.sty

@@ -0,0 +1,222 @@
+%% LaTeX-Beamer template for KIT design
+%% Widescreen
+%% by Erik Burger, Christian Hammer, David Dauer
+%% title picture by Klaus Krogmann
+%%
+%% version 2.2 for Beamer v3.30
+%%
+%% mostly compatible to KIT corporate design v2.0
+%% http://intranet.kit.edu/gestaltungsrichtlinien.php
+%%
+%% Problems, bugs and comments to
+%% burger@kit.edu
+
+\usepackage{templates/beamerthemekitbase}
+
+\usepackage{geometry}
+\geometry{papersize={15.36cm,9.6cm}}
+\setlength{\unitlength}{1mm}
+\useoutertheme[height=0pt,width=2.57cm,left]{sidebar}
+
+\setbeamertemplate{title page}
+{
+\thispagestyle{empty}
+
+%middle block with name of institute
+\begin{textblock*}{\paperwidth}(1mm,47mm)
+\begin{pgfpicture}{0mm}{0mm}{\paperwidth-2mm}{6mm}
+	\color{black!50}
+	\pgfpathrectangle{\pgfpoint{0mm}{0mm}}{\pgfpoint{\paperwidth-2mm}{6mm}}
+	\pgfusepath{fill}
+	\pgftext[at=\pgfpoint{5mm}{3mm},left]{\textcolor{white}{\tiny\uppercase\expandafter{\insertinstitute}}}
+\end{pgfpicture}
+\end{textblock*}
+
+%elements on title page
+
+%KIT logo
+\begin{textblock*}{24mm}(6mm,5mm)
+\iflanguage{english}{%
+\includegraphics[width=23mm]{logos/kitlogo_en_rgb} 
+}{%
+\includegraphics[width=23mm]{logos/kitlogo_de_rgb} 
+}%
+\end{textblock*}
+
+%institute logo
+\begin{textblock*}{20mm}(127mm,4mm)
+\includegraphics[width=20mm]{logos/\@titlelogo} 
+\end{textblock*}
+
+%title
+\begin{textblock*}{143mm}(6mm,19mm)
+\begin{beamercolorbox}[wd=118mm,ht=14mm,dp=3mm]{white}%
+\Large\textbf{\inserttitle}
+\end{beamercolorbox}
+\end{textblock*}
+
+%subtitle
+\begin{textblock*}{143mm}(6mm,36mm)
+\scriptsize \insertsubtitle
+\end{textblock*}
+
+%author
+\begin{textblock*}{143mm}(6mm,40mm)
+\scriptsize\insertauthor~\textbar~\insertshortdate
+\end{textblock*}
+
+%legal KIT text
+\begin{textblock*}{70mm}[0,1](6mm,94.5mm)
+\fontsize{4pt}{6pt}\selectfont
+\iflanguage{english}{
+KIT -- University of the State of Baden-Wuerttemberg and National Laboratory of the Helmholtz Association}
+{KIT -- Universit{\"a}t des Landes Baden-W{\"u}rttemberg und nationales Forschungszentrum in der Helmholtz-Gemeinschaft}
+\end{textblock*}
+
+\begin{textblock*}{16mm}(120mm,90mm)
+\fontsize{8pt}{8pt}\selectfont
+\bfseries
+\textcolor{white}{
+	\href{http://www.kit.edu}{www.kit.edu}
+}
+\end{textblock*}
+
+% title image
+
+\begin{textblock*}{\paperwidth}(1mm,53.5mm)
+\begin{overpic}[width=151.6mm,height=40mm]{logos/\@titleimage}
+\put(-2,-1){
+	%mask curve for lower left corner of title image
+	\begin{pgfpicture}{0mm}{0mm}{3mm}{3mm}
+		\pgfpathqmoveto{0mm}{0mm}
+		\pgfpathlineto{\pgfpoint{3mm}{0mm}}
+		\pgfpathlineto{\pgfpoint{3mm}{1mm}}
+
+		{\pgfsetcornersarced{\pgfpoint{2mm}{2mm}} 
+		\pgfpathlineto{\pgfpoint{1mm}{1mm}}
+		\pgfpathlineto{\pgfpoint{1mm}{3mm}}}
+
+		\pgfpathmoveto{\pgfpoint{1mm}{3mm}}
+		\pgfpathlineto{\pgfpoint{0mm}{3mm}}
+		\pgfpathlineto{\pgfpoint{0mm}{0mm}}
+		\pgfpathclose
+
+		\color{black!15}
+		\pgfusepath{fill}
+	\end{pgfpicture}
+}
+\end{overpic}
+\end{textblock*}
+
+}
+
+%background for pages
+%CH: for plain frames
+\newlength{\kitbottom}
+\usebackgroundtemplate{
+	\setlength{\kitbottom}{\ifbeamer@plainframe1mm\else4mm\fi}%
+\begin{pgfpicture}{0mm}{0mm}{\paperwidth}{\paperheight}
+
+	{\pgfsetcornersarced{\pgfpoint{2mm}{2mm}}
+	\pgfpathmoveto{\pgfpoint{\paperwidth-1mm}{\kitbottom}}
+	\pgfpathlineto{\pgfpoint{1mm}{\kitbottom}}
+	\pgfpathlineto{\pgfpoint{1mm}{\paperheight-1mm}}}
+
+	{\pgfsetcornersarced{\pgfpoint{2mm}{2mm}}
+	\pgfpathmoveto{\pgfpoint{1mm}{\paperheight-1mm}}
+	\pgfpathlineto{\pgfpoint{\paperwidth-1mm}{\paperheight-1mm}}
+	\pgfpathlineto{\pgfpoint{\paperwidth-1mm}{\kitbottom}}}
+
+	\color{white}
+	\pgfusepath{fill}
+
+\end{pgfpicture}%
+}
+
+%frametitle
+\setbeamertemplate{frametitle}
+{
+\vspace{2mm} %\hspace*{-4mm}
+\vbox{\hsize=9cm\bfseries\insertframetitle}
+
+\begin{textblock*}{15mm}(133.6mm,4mm)
+\iflanguage{english}{%
+\includegraphics[width=14mm]{logos/kitlogo_en_rgb} 
+}{%
+\includegraphics[width=14mm]{logos/kitlogo_de_rgb} 
+}%
+
+\end{textblock*}
+
+% obsolete as of KIT-CD v2.0
+%\begin{textblock*}{1.5mm}(1mm,1mm)
+%\begin{pgfpicture}{0mm}{0mm}{1.5mm}{9mm}
+	%\color{kit-green100}
+	%\pgfpathrectangle{\pgfpoint{0mm}{0mm}}{\pgfpoint{1.5mm}{9mm}}
+	%\pgfusepath{fill}
+%\end{pgfpicture}%
+%\end{textblock*}
+
+}
+
+\setbeamertemplate{headline}
+{
+}
+
+%footer
+\setbeamertemplate{footline}
+{
+
+\hbox{
+\begin{beamercolorbox}[wd=0.7\textwidth,ht=2.2mm,dp=2mm,leftskip=1.3em]{author in head/foot}%
+\usebeamerfont{author in head/foot}%
+\fontsize{4pt}{6pt}\selectfont
+\iflanguage{english}{
+KIT -- University of the State of Baden-Wuerttemberg and National Laboratory of the Helmholtz Association}
+{KIT -- Universit{\"a}t des Landes Baden-W{\"u}rttemberg und nationales Forschungszentrum in der Helmholtz-Gemeinschaft}
+\end{beamercolorbox}%
+\vspace*{-4mm}\hspace*{0.8\textwidth}%
+\begin{beamercolorbox}[wd=0.2\textwidth,ht=2.2mm,dp=1.5mm,left,leftskip=.5em]{title in head/foot}%
+\usebeamerfont{title in head/foot}%
+\insertshortdate
+\end{beamercolorbox}%
+
+\begin{beamercolorbox}[wd=0.05\paperwidth,ht=2.2mm,dp=2mm,right]{date in head/foot}%
+\usebeamerfont{date in head/foot}%
+\insertframenumber{}/\inserttotalframenumber
+\end{beamercolorbox}%
+}
+\vskip -0.75mm
+}
+
+\setbeamerfont{title in sidebar}{family=\sffamily,series=\mdseries,size={\fontsize{10}{12}}}
+\setbeamerfont{section in sidebar}{family=\sffamily,series=\mdseries,size={\fontsize{9}{12}}}
+\setbeamerfont{subsection in sidebar}{family=\sffamily,series=\mdseries,size={\fontsize{8}{12}}}
+
+\setbeamertemplate{sidebar \beamer@sidebarside}
+  {
+    \beamer@tempdim=\beamer@sidebarwidth%
+    \advance\beamer@tempdim by -6pt%
+    {\usebeamerfont{title in sidebar}%
+      \vskip1.5em%
+      \hskip3mm%
+      \usebeamercolor[fg]{title in sidebar}%
+      \insertshorttitle[width=\beamer@tempdim,respectlinebreaks]\par%
+      \vskip1.25em%
+    }%
+    {%
+      \hskip3mm%
+      \usebeamercolor[fg]{author in sidebar}%
+      \usebeamerfont{author in sidebar}%
+      \insertshortauthor[width=\beamer@tempdim,respectlinebreaks]\par%
+      \vskip1.25em%
+    }%
+    \hskip3mm\insertverticalnavigation{\beamer@sidebarwidth}%
+    \vfill
+    \ifx\beamer@sidebarside\beamer@lefttext%
+    \else%
+      \usebeamercolor{normal text}%
+      \llap{\usebeamertemplate***{navigation symbols}\hskip0.1cm}%
+      \vskip2pt%
+    \fi%
+  }%

+ 140 - 0
presentations/Datamining-Proseminar/Hauptpresentation/templates/myStyle.sty

@@ -0,0 +1,140 @@
+% use KIT-Theme
+% see http://sdqweb.ipd.kit.edu/wiki/Dokumentvorlagen
+%\usetheme{Frankfurt} % see http://deic.uab.es/~iblanes/beamer_gallery/index_by_theme.html as fallback
+\InputIfFileExists{../templates/beamerthemekit.sty}{\usepackage{../templates/beamerthemekit}}{\usetheme{Frankfurt}}
+\usefonttheme{professionalfonts}
+
+\usepackage{hyperref}
+\usepackage{lmodern}
+\usepackage{listings}
+\usepackage{wrapfig}        % see http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions
+\usepackage[utf8]{inputenc} % this is needed for german umlauts
+\usepackage[english]{babel} % this is needed for german umlauts
+\usepackage[T1]{fontenc}    % this is needed for correct output of umlauts in pdf
+\usepackage{verbatim}
+\usepackage{tikz}
+\usetikzlibrary{arrows,shapes,decorations.pathmorphing}
+\usepackage{relsize}
+\usepackage{subfigure}
+\usepackage[Algorithmus]{algorithm}
+\usepackage{algpseudocode}
+\usepackage{minted}         % needed for the inclusion of source code
+\usepackage{menukeys}
+\usepackage{xcolor}
+\usepackage{pifont}% http://ctan.org/pkg/pifont
+\usepackage{soul}
+\usepackage{braket}
+\usepackage{siunitx}
+
+% Define some styles for graphs
+\tikzstyle{vertex}=[circle,fill=black!25,minimum size=20pt,inner sep=0pt]
+\tikzstyle{selected vertex} = [vertex, fill=red!24]
+\tikzstyle{blue vertex} = [vertex, fill=blue!24]
+\tikzstyle{edge} = [draw,thick,-]
+\tikzstyle{weight} = [font=\small]
+\tikzstyle{selected edge} = [draw,line width=5pt,-,red!50]
+\tikzstyle{ignored edge} = [draw,line width=5pt,-,black!20]
+
+%\algdef{SE}[IF]{NoThenIf}{EndIf}[1]{\algorithmicif\ #1\textbf{:}}{\algorithmicend\ \algorithmicif}%
+\algtext*{EndIf}        % Remove "end if" text
+\algtext*{EndWhile}     % Remove "end while" text
+\algtext*{EndFunction}  % Remove "end while" text
+\algnewcommand\Global{\textbf{global }}
+
+% http://tex.stackexchange.com/a/8388/5645
+\newcommand{\alertline}{%
+ \usebeamercolor[fg]{normal text}%
+ \only{\usebeamercolor[fg]{alerted text}}}
+
+\newcommand {\framedgraphic}[2] {
+    \begin{frame}{#1}
+        \begin{center}
+            \includegraphics[width=\textwidth,height=0.8\textheight,keepaspectratio]{#2}
+        \end{center}
+    \end{frame}
+}
+
+\hypersetup{%
+    breaklinks=true,
+    linktocpage=false,
+    colorlinks=true,
+    urlcolor=blue,
+    linkcolor=blue,
+    citecolor=black
+}
+
+\newcommand{\myCode}[1]{\colorbox{gray!30}{#1}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Make source code easier to copy                                   %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% from http://tex.stackexchange.com/questions/57151/how-do-i-prevent-conflicts-between-accsupp-and-hyperref
+\usepackage{accsupp}
+\newcommand\emptyaccsupp[1]{\BeginAccSupp{ActualText={}}#1\EndAccSupp{}}
+
+
+%default definition is: \def\theFancyVerbLine{\rmfamily\tiny\arabic{FancyVerbLine}}
+\let\theHFancyVerbLine\theFancyVerbLine% don't apply our patch to hyperref's version
+\def\theFancyVerbLine{\rmfamily\tiny\emptyaccsupp{\arabic{FancyVerbLine}}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Add some shortcuts                                                %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\newcommand{\cmark}{\ding{51}}% a checkmark
+\newcommand{\xmark}{\ding{55}}% a cross
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Set some template options - other tutors will have to adjust this %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\newcommand\tutor{Martin Thoma}
+\newcommand\titleText{On Node Classification in Dynamic Content-based Networks}
+\institute{Institut für Programmstrukturen und Datenorganisation}
+\titleimage{graph-titleimage}
+
+\hypersetup{pdftitle={\titleText}}
+\beamertemplatenavigationsymbolsempty
+
+\newcommand\InsertToC[1][]{
+  \begin{frame}{Outline}
+    \tableofcontents[subsectionstyle=show/show/show, subsubsectionstyle=show/show/show, #1]
+  \end{frame}
+}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Gallery                                                           %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage{adjustbox}
+\usepackage{xcolor}
+\definecolor{myLightGray}{HTML}{F9F9F9}
+\definecolor{borderColor}{HTML}{CCCCCC}
+
+\usepackage{standalone} % needed for includestandalone
+\usepackage{tikz} % needed for includestandalone
+\usetikzlibrary{arrows,positioning, calc}
+
+\tikzset{
+    pil/.style={->,thick}
+}
+
+\newenvironment{gallery}{%
+    \center
+}{%
+    \par\endcenter
+}
+
+\newcommand{\galleryimage}[2][borderColor]{
+    \adjustbox{width=2cm,height=2cm,keepaspectratio, center=2cm,
+    valign=M, set vsize={1cm}{1cm},
+    bgcolor=myLightGray,cfbox=#1 1px 0px 2px}
+    {\includestandalone{#2}}%
+    \space\ignorespaces
+}%
+
+\definecolor{Green}{HTML}{BEF781}
+
+\tikzstyle{vertex}=[draw,fill=black,circle,minimum size=10pt,inner sep=0pt]
+\tikzstyle{selected edge} = [draw,line width=5pt,-,red!50]
+\def\TCop{\textsuperscript{\textcopyright}} % Copyright-sign
+\usepackage{mathtools}
+
+\usepackage{csquotes}

+ 218 - 0
presentations/Datamining-Proseminar/Hauptpresentation/templates/semirounded.sty

@@ -0,0 +1,218 @@
+%% LaTeX-Beamer template for KIT design
+%% by Erik Burger, Christian Hammer
+%% title picture by Klaus Krogmann
+%%
+%% version 2.1
+%%
+%% mostly compatible to KIT corporate design v2.0
+%% http://intranet.kit.edu/gestaltungsrichtlinien.php
+%%
+%% Problems, bugs and comments to
+%% burger@kit.edu
+
+%% Semi-rounded boxes
+
+\RequirePackage{keyval}
+\renewcommand\beamerboxesrounded[2][]{%
+  \global\let\beamer@firstlineitemizeunskip=\relax%
+  \vbox\bgroup%
+  \setkeys{beamerboxes}{upper=block title,lower=block body,width=\textwidth,shadow=false}%
+  \setkeys{beamerboxes}{#1}%
+  {%
+    \usebeamercolor{\bmb@lower}%
+    \globalcolorstrue%
+    \colorlet{lower.bg}{bg}%
+  }%
+  {%
+    \usebeamercolor{\bmb@upper}%
+    \globalcolorstrue%
+    \colorlet{upper.bg}{bg}%
+  }%
+  %
+  % Typeset head
+  %
+  \vskip4bp
+  \setbox\bmb@box=\hbox{%
+    \begin{minipage}[b]{\bmb@width}%
+      \usebeamercolor[fg]{\bmb@upper}%
+      #2%
+    \end{minipage}}%
+  \ifdim\wd\bmb@box=0pt%
+    \setbox\bmb@box=\hbox{}%
+    \ht\bmb@box=1.5pt%
+    \bmb@prevheight=-4.5pt%
+  \else%
+    \wd\bmb@box=\bmb@width%
+    \bmb@temp=\dp\bmb@box%
+    \ifdim\bmb@temp<1.5pt%
+      \bmb@temp=1.5pt%
+    \fi%
+    \setbox\bmb@box=\hbox{\raise\bmb@temp\hbox{\box\bmb@box}}%
+    \dp\bmb@box=0pt%
+    \bmb@prevheight=\ht\bmb@box%
+  \fi%
+  \bmb@temp=\bmb@width%
+  \bmb@dima=\bmb@temp\advance\bmb@dima by2.2bp%
+  \bmb@dimb=\bmb@temp\advance\bmb@dimb by4bp%
+  \hbox{%
+    \begin{pgfpicture}{0bp}{+-\ht\bmb@box}{0bp}{+-\ht\bmb@box}
+      \ifdim\wd\bmb@box=0pt%
+        \color{lower.bg}%
+      \else%        
+        \color{upper.bg}%
+      \fi%  
+      \pgfpathqmoveto{-4bp}{-1bp}
+      % Adaption for "KIT-Design"
+      \pgfpathlineto{\pgfpoint{-4bp}{3bp}}
+      %\pgfpathqcurveto{-4bp}{1.2bp}{-2.2bp}{3bp}{0bp}{3bp}
+      \pgfpathlineto{\pgfpoint{\bmb@temp}{3bp}}
+      \pgfpathcurveto%
+      {\pgfpoint{\bmb@dima}{3bp}}%
+      {\pgfpoint{\bmb@dimb}{1.2bp}}%
+      {\pgfpoint{\bmb@dimb}{-1bp}}%
+      \bmb@dima=-\ht\bmb@box%
+      \advance\bmb@dima by-2pt%
+      \pgfpathlineto{\pgfpoint{\bmb@dimb}{\bmb@dima}}
+      \pgfpathlineto{\pgfpoint{-4bp}{\bmb@dima}}
+      \pgfusepath{fill}
+    \end{pgfpicture}%
+    \copy\bmb@box%
+  }%
+  \nointerlineskip%
+  \vskip-1pt%
+  \ifdim\wd\bmb@box=0pt%
+  \else%
+  \hbox{%
+    \begin{pgfpicture}{0pt}{0pt}{\bmb@width}{6pt}
+      \bmb@dima=\bmb@width%
+      \advance\bmb@dima by8bp%
+      \pgfpathrectangle{\pgfpoint{-4bp}{-1bp}}{\pgfpoint{\bmb@dima}{8bp}}
+      \pgfusepath{clip}
+      {\pgftransformshift{\pgfpoint{-4bp}{0bp}}\pgftext[left,base]{\pgfuseshading{bmb@transition}}}%
+    \end{pgfpicture}%
+  }%
+  \nointerlineskip%
+  \vskip-0.5pt%
+  \fi%
+  \ifbmb@shadow%
+    \setbox\bmb@boxshadow=\hbox{\pgfuseshading{bmb@shadow}}%
+    \setbox\bmb@boxshadowball=\hbox{\pgfuseshading{bmb@shadowball}}%
+    \setbox\bmb@boxshadowballlarge=\hbox{\pgfuseshading{bmb@shadowballlarge}}%
+  \fi%
+  \setbox\bmb@colorbox=\hbox{{\pgfpicturetrue\pgfsetcolor{lower.bg}}}%
+  \setbox\bmb@box=\hbox\bgroup\begin{minipage}[b]{\bmb@width}%
+    \vskip2pt%
+    \usebeamercolor[fg]{\bmb@lower}%
+    \colorlet{beamerstructure}{upper.bg}%
+    \colorlet{structure}{upper.bg}%
+    %\color{.}%
+  }
+
+\def\endbeamerboxesrounded{%
+  \end{minipage}\egroup%
+  \wd\bmb@box=\bmb@width%
+  \bmb@temp=\dp\bmb@box%
+  \advance\bmb@temp by.5pt%
+  \setbox\bmb@box=\hbox{\raise\bmb@temp\hbox{\box\bmb@box}}%
+  \dp\bmb@box=0pt%
+  \bmb@temp=\wd\bmb@box%
+  \bmb@dima=\bmb@temp\advance\bmb@dima by2.2bp%
+  \bmb@dimb=\bmb@temp\advance\bmb@dimb by4bp%
+  \hbox{%
+    \begin{pgfpicture}{0bp}{0bp}{0bp}{0bp}
+      \ifbmb@shadow%
+      {\pgftransformshift{\pgfpoint{4bp}{-3bp}}\pgftext{\copy\bmb@boxshadowball}}
+      \begin{pgfscope}
+        {%
+        \advance\bmb@temp by-1bp%
+        \pgfpathrectangle{\pgfpoint{\bmb@temp}{-7bp}}{\pgfpoint{9bp}{9bp}}%
+        \pgfusepath{clip}
+        }%
+        {\pgftransformshift{\pgfpoint{\bmb@temp}{1bp}}\pgftext{\box\bmb@boxshadowballlarge}}
+      \end{pgfscope}
+      \begin{pgfscope}
+        \advance\bmb@temp by-4bp%
+        \pgfpathrectangle{\pgfpoint{4bp}{-7bp}}{\pgfpoint{\bmb@temp}{5bp}}
+        \pgfusepath{clip}
+        {\pgftransformshift{\pgfpoint{4bp}{-7bp}}\pgftext[left,base]{\copy\bmb@boxshadow}}%
+      \end{pgfscope}
+      \begin{pgfscope}
+        \advance\bmb@temp by 4bp%
+        \bmb@dima=\ht\bmb@box%
+        \advance\bmb@dima by\bmb@prevheight%
+        \advance\bmb@dima by 4bp%
+        \pgfpathrectangle{\pgfpoint{\bmb@temp}{1bp}}{\pgfpoint{4bp}{\bmb@dima}}
+        \pgfusepath{clip}
+        \advance\bmb@dima by-4bp%
+        {\pgftransformshift{\pgfpoint{\bmb@temp}{\bmb@dima}}\pgftext{\box\bmb@boxshadowball}}
+        \advance\bmb@dima by-1bp%
+        \pgfpathrectangle{\pgfpoint{\bmb@temp}{1bp}}{\pgfpoint{4bp}{\bmb@dima}}
+        \pgfusepath{clip}
+        \advance\bmb@temp by4bp%
+        {\pgftransformshift{\pgfpoint{\bmb@temp}{-3bp}}%
+          \pgftransformrotate{90}%
+          \pgftext[left,base]{\box\bmb@boxshadow}}%
+      \end{pgfscope}
+      \fi%
+      \unhbox\bmb@colorbox%
+      \pgfpathqmoveto{-4bp}{1bp}
+      \pgfpathqcurveto{-4bp}{-1.2bp}{-2.2bp}{-3bp}{0bp}{-3bp}
+      %KIT-Design
+      \pgfpathlineto{\pgfpoint{\the\bmb@dimb}{-3bp}}
+      %\pgfpathcurveto%
+      %{\pgfpoint{\the\bmb@dima}{-3bp}}%
+      %{\pgfpoint{\the\bmb@dimb}{-1.2bp}}%
+      %{\pgfpoint{\the\bmb@dimb}{1bp}}%
+      {
+      \bmb@dima=\ht\bmb@box%
+      \pgfpathlineto{\pgfpoint{\bmb@dimb}{\bmb@dima}}
+      \pgfpathlineto{\pgfpoint{-4bp}{\bmb@dima}}
+      \pgfusepath{fill}
+      }
+      \ifbmb@shadow%
+      {
+        \color{black!50!bg}
+        \pgfsetlinewidth{0pt}
+        \pgfpathmoveto{\pgfpoint{\bmb@dimb}{-.5bp}}
+        \bmb@dima=\ht\bmb@box%
+        \advance\bmb@dima by\bmb@prevheight%
+        \advance\bmb@dima by 1bp%
+        \pgfpathlineto{\pgfpoint{\bmb@dimb}{\bmb@dima}}
+        \pgfusepath{stroke}
+        \bmb@temp=\bmb@dima
+        \advance\bmb@dima by 1bp%
+        \color{black!31!bg}
+        \pgfpathmoveto{\pgfpoint{\bmb@dimb}{\bmb@temp}}
+        \pgfpathlineto{\pgfpoint{\bmb@dimb}{\bmb@dima}}
+        \pgfusepath{stroke}
+        \advance\bmb@dima by 1bp%
+        \advance\bmb@temp by 1bp%
+        \color{black!19!bg}
+        \pgfpathmoveto{\pgfpoint{\bmb@dimb}{\bmb@temp}}
+        \pgfpathlineto{\pgfpoint{\bmb@dimb}{\bmb@dima}}
+        \pgfusepath{stroke}
+        \advance\bmb@dima by 1bp%
+        \advance\bmb@temp by 1bp%
+        \color{black!6!bg}
+        \pgfpathmoveto{\pgfpoint{\bmb@dimb}{\bmb@temp}}
+        \pgfpathlineto{\pgfpoint{\bmb@dimb}{\bmb@dima}}
+        \pgfusepath{stroke}
+        \advance\bmb@dima by 1.5bp%
+        \advance\bmb@temp by 1bp%
+        \color{bg}
+        \pgfpathmoveto{\pgfpoint{\bmb@dimb}{\bmb@temp}}
+        \pgfpathlineto{\pgfpoint{\bmb@dimb}{\bmb@dima}}
+        \pgfusepath{stroke}
+      }
+      \fi
+    \end{pgfpicture}%
+    \box\bmb@box%
+  }%
+  \ifbmb@shadow%
+    \vskip4bp minus 2bp%
+  \else%
+    \vskip2bp%
+  \fi%
+  \egroup% of \vbox\bgroup
+}
+

+ 363 - 0
presentations/Datamining-Proseminar/Hauptpresentation/templates/tikzkit.sty

@@ -0,0 +1,363 @@
+%% Tikz-Styles for Palladio Component Model symbols
+%% by Erik Burger
+%%
+%% version 2010-12-13
+%%
+%% Problems, bugs and comments to
+%% burger@kit.edu
+
+\usepackage{tikz}
+\usetikzlibrary{positioning}
+\usetikzlibrary{arrows}
+\usetikzlibrary{fit}
+\usetikzlibrary{petri}
+\usetikzlibrary{decorations.markings}
+\usetikzlibrary{decorations.pathmorphing}
+\usetikzlibrary{decorations.text}
+\usetikzlibrary{fit}
+\usetikzlibrary{automata}
+\usetikzlibrary{shapes}
+\usetikzlibrary{shadows}
+\usetikzlibrary{calc}
+
+%% Vertikal geteilter Kreis
+\pgfdeclareshape{circle vertical split}
+{
+  \inheritsavedanchors[from=circle]
+  \inheritanchorborder[from=circle]
+  \inheritanchor[from=circle]{north}
+  \inheritanchor[from=circle]{north west}
+  \inheritanchor[from=circle]{north east}
+  \inheritanchor[from=circle]{center}
+  \inheritanchor[from=circle]{west}
+  \inheritanchor[from=circle]{east}
+  \inheritanchor[from=circle]{mid}
+  \inheritanchor[from=circle]{mid west}
+  \inheritanchor[from=circle]{mid east}
+  \inheritanchor[from=circle]{base}
+  \inheritanchor[from=circle]{base west}
+  \inheritanchor[from=circle]{base east}
+  \inheritanchor[from=circle]{south}
+  \inheritanchor[from=circle]{south west}
+  \inheritanchor[from=circle]{south east}
+  \inheritbackgroundpath[from=circle]
+  \foregroundpath{
+    \centerpoint%
+    \pgf@xc=\pgf@x%
+    \pgf@yc=\pgf@y%
+    \pgfutil@tempdima=\radius%
+    \pgfmathsetlength{\pgf@xb}{\pgfkeysvalueof{/pgf/outer xsep}}%  
+    \pgfmathsetlength{\pgf@yb}{\pgfkeysvalueof{/pgf/outer ysep}}%  
+    \ifdim\pgf@xb<\pgf@yb%
+      \advance\pgfutil@tempdima by-\pgf@yb%
+    \else%
+      \advance\pgfutil@tempdima by-\pgf@xb%
+    \fi%
+    \advance\pgfutil@tempdima by-.5\pgflinewidth%  
+    \pgfsetshortenstart{0pt}%
+    \pgfsetshortenend{0pt}%
+    \pgfsetarrows{-}%  
+    \pgfpathmoveto{\pgfpointadd{\centerpoint}{\pgfqpoint{0pt}{-1\pgfutil@tempdima}}}%
+    \pgfpathlineto{\pgfpointadd{\centerpoint}{\pgfqpoint{0pt}{\pgfutil@tempdima}}}%
+    \pgfusepath{stroke}%
+  }
+}
+
+\tikzset{
+%% Color Shadings
+blueshading/.style={shade, top color=white, bottom color=kit-blue30, draw=kit-blue100, thick},
+greyshading/.style={shade, top color=white, bottom color=black!30, draw=black!50, thick},
+lightgreyshading/.style={shade, top color=white, bottom color=black!15, draw=black!50, thick},
+blackshading/.style={shade, top color=black!50, bottom color=black!95, middle color=black!95, draw=black!95, thick},
+greenshading/.style={shade, top color=white, bottom color=kit-green30, draw=kit-green100, thick},
+redshading/.style={shade, top color=white, bottom color=kit-red30, draw=kit-red100, thick},
+yellowshading/.style={shade, top color=white, bottom color=kit-yellow30, draw=kit-orange100, thick},
+%% Boxes
+roundbox/.style={rectangle, rounded corners=.5ex}, 
+%% PCM Actions
+seffaction/.style={rectangle split, rectangle split parts=2, rectangle split part align={center}, text centered, rounded corners},
+pcmball/.style={shade, ball color=kit-blue100,circle,fill},
+startaction/.style={pcmball,minimum size=1ex},
+stopaction/.style={startaction,draw=black,double},
+%% Petri net/Queueing Petri net symbols
+pnplace/.style={circle, draw, minimum size=2em},
+pntrans/.style={rectangle, draw, minimum height=2em},
+qpnplace/.style={circle vertical split, draw, minimum size=2em},
+subnetplace/.style={qpnplace, double},
+}
+
+%% Baseline adaptation for PCM symbols
+\tikzstyle{pcm} = [baseline=-.2ex]
+
+%% Ragged left text for boxes
+\tikzoption{text badly
+raggedleft}[]{\def\tikz@text@action{\raggedleft\relax}}
+\tikzoption{text raggedleft}[]%
+{\def\tikz@text@action{\raggedleft\rightskip\z@ plus2em
+\spaceskip.3333em \xspaceskip.5em\relax}}
+
+
+%% Layers
+\pgfdeclarelayer{l1}
+\pgfdeclarelayer{l2}
+\pgfdeclarelayer{l3}
+\pgfdeclarelayer{l4}
+\pgfdeclarelayer{l5}
+\pgfdeclarelayer{l6}
+\pgfdeclarelayer{l7}
+\pgfdeclarelayer{l8}
+\pgfdeclarelayer{l9}
+\pgfsetlayers{main,l1,l2,l3,l4,l5,l6,l7,l8,l9}
+
+% Internal Action
+
+\newcommand{\pcmintaction}[2][]{
+	\node[pcmball, minimum size=.7ex, text width=0ex, #1] (#2) {};
+	\draw[thick] (#2.north) -- ([yshift=.5ex]#2.north);
+	\draw[thick] (#2.south) -- ([yshift=-.5ex]#2.south);
+}
+
+\newcommand{\pcmextaction}[2][]{
+	\node[pcmball, minimum size=.7ex, text width=0ex, #1] (#2) {};
+	\draw[thick,<-] (#2.north) -- ([yshift=1ex]#2.north);
+	\draw[thick,->] (#2.south) -- ([yshift=-.8ex]#2.south);
+	\draw[ultra thick,->,color=red!70!black] (#2.east) -- ([xshift=1ex]#2.east);
+}
+
+
+\newcommand{\pcmloopaction}[2][]{
+	\node[pcmball, minimum size=.7ex, text width=0ex, #1] (#2) {} 
+	edge [->, in=30, out=90, looseness=1, distance=2ex, thick] node {} (#2);
+}
+
+\newcommand{\pcmiterator}[2][]{
+\begin{scope}[decoration={
+	markings, mark=at position .5 with {\arrow[red, line width=.2ex]{>}}}, #1]
+	\node[matrix,draw=black!75, row sep=.3ex, inner sep=.3ex]	(#2) {
+	\draw[red,thick] (0,0) -- (.7ex,0);\\
+	\draw[red,thick] (0,0) -- (.7ex,0);\\
+	\draw[red,thick] (0,0) -- (.7ex,0);\\ };
+	\draw [thick,black!75,postaction=decorate] 
+	(#2.south) .. controls (0,-1.5ex) and (1.4ex,-1.5ex) .. 
+	(1.4ex,0) .. controls (1.4ex,1.5ex) and (0,1.5ex) .. (#2.north);
+\end{scope}
+}
+
+\newcommand{\pcmbranch}[2][]{
+	{\pgfsetcornersarced{\pgfpointorigin}
+	\scriptsize
+	\node[diamond, shade, ball color=kit-blue100, inner sep=.1ex, text width=1.2ex, #1] (#2) {\color{white}\scriptsize\textbf?};
+	\draw[thick] (#2.north) -- ([yshift=.8ex]#2.north);
+	\draw[thick] (#2.south west) -- ([xshift=-.7ex,yshift=-.7ex]#2.south west);
+	\draw[thick] (#2.south east) -- ([xshift=.7ex, yshift=-.7ex]#2.south east);
+	}
+}
+
+\newcommand{\pcmfork}{
+\begin{scope}[very thick,black!75]
+	\draw (0,0) -- (0,.4em) -- (1em,.4em) -- (1em,0em);
+	\draw (.33em,.4em) -- (.33em,0em);
+	\draw (.66em,.4em) -- (.66em,0em);
+	\draw (.5em,1em) -- (.5em,.4em);
+	\draw (.2em,.75em) -- (.5em,.45em) -- (.8em,.75em);
+\end{scope}
+}
+
+\newcommand{\pcmnote}{
+	{\pgfsetcornersarced{\pgfpointorigin}
+	\path[draw, black!75, thick, shade, top color=white, bottom color=yellow] (0,0) -- (2ex,0) -- (2ex,1ex) -- (1.5ex,1.5ex) -- (0,1.5ex) -- cycle;
+	\draw[black!75, thick] (2ex,1ex) -- (1.5ex,1ex) -- (1.5ex,1.5ex);
+	}
+}
+
+\newcommand{\pcmstart}[2][]{
+	\node[startaction, text width=0cm, #1] (#2) {};
+}
+
+\newcommand{\pcmstop}[2][]{
+	\node[stopaction, text width=0cm, #1] (#2) {};
+}
+
+\newcommand{\pcmsetvar}[2][]{
+	\node[rectangle,draw=gray,ultra thick,dashed,#1] (#2) {\$x};
+}
+
+\newcommand{\pcmacq}{
+\begin{scope}[every token/.style={color=kit-blue100,minimum size=.2ex}]
+	\node[place, minimum size=1em,shade,
+		bottom color=kit-blue30,top color=white,shading angle=30] {}
+		[children are tokens, token distance=.4ex]
+		child {node [token] {}}
+		child {node [token] {}}
+		child {node (inlier) [token] {}}
+		child {node [token] {}}
+		child {node [token] {}}
+		child {node [token] {}}
+		child {node [token] {}};
+	\node[token] (outlier) at (.6em,.6em) {};
+	\draw[->, red, very thick] (inlier) -- (outlier);
+\end{scope}
+}
+
+\newcommand{\pcmrel}{
+\begin{scope}[every token/.style={color=kit-blue100,minimum size=.2ex}]
+	\node[place, minimum size=1em,shade,
+		bottom color=kit-blue30,top color=white,shading angle=30] {}
+		[children are tokens, token distance=.4ex]
+		child {node [token] {}}
+		child {node [token] {}}
+		child {node (inlier) [token] {}}
+		child {node [token] {}}
+		child {node [token] {}}
+		child {node [token] {}}
+		child {node [token] {}};
+	\node[token] (outlier) at (.6em,.6em) {};
+	\draw[<-, red, very thick] (inlier) -- (outlier);
+\end{scope}
+}
+
+\newcommand{\pcmdice}{
+	\tikzset{point/.style={circle,fill=black,minimum size=.4ex,inner sep=0pt}}
+\begin{scope}[every node/.append style={yslant=-0.5},yslant=-0.5]
+	\shade[right color=white, left color=kit-blue30, draw=black, 
+		rounded corners=.1ex] (0,0) rectangle +(1em,1em);
+	\node [point] 	at (.25em,.25em) {};
+	\node [point] 	at (.25em,.75em) {};
+	\node [point] 	at (.5em,.5em) {};
+	\node [point] 	at (.75em,.25em) {};
+	\node [point] 	at (.75em,.75em) {};
+\end{scope}
+
+\begin{scope}[every node/.append style={yslant=0.5},yslant=0.5]
+	\shade[left color=white, right color=kit-blue30, draw=black, 
+		rounded corners=.1ex] (1em,-1em) rectangle +(1em,1em);
+	\node [point] 	at (1.25em,-.25em) {};
+	\node [point] 	at (1.25em,-.75em) {};
+	\node [point] 	at (1.75em,-.25em) {};
+	\node [point] 	at (1.75em,-.75em) {};
+\end{scope}
+
+
+\begin{scope}[every node/.append style={
+    yslant=0.5,xslant=-1},yslant=0.5,xslant=-1
+  ]
+  \shade[bottom color=white, top color=kit-blue30, draw=black, 
+		rounded corners=.1ex] (2em,1em) rectangle +(-1em,-1em);
+	\node [point] 	at (1.25em,.25em) {};
+	\node [point] 	at (1.25em,.75em) {};
+	\node [point] 	at (1.5em,.25em) {};
+	\node [point] 	at (1.5em,.75em) {};
+	\node [point] 	at (1.75em,.25em) {};
+	\node [point] 	at (1.75em,.75em) {};
+\end{scope}
+
+	\draw[thick, color=black] (.5em,-.25em) -- +(-.7ex,-.7ex);
+	\draw[thick, color=black] (1.5em,-.25em) -- +(.7ex,-.7ex);
+
+}
+
+\newcommand{\pcmcertsign}{
+\begin{scope}[rotate=30]
+\node [draw, red, thick, circle, rotate=30] (certified) at (0,0) {\scriptsize CERTIFIED};
+\draw [red, thick] (.67,.2) arc (16.6:163.4:7mm) -- cycle;
+\draw [red, thick] (-.67,-.2) arc (196.6:343.4:7mm) -- cycle;
+\end{scope}
+}
+
+% #1 = Formatierung
+% #2 = Name des Nodes
+% #3 = Position
+
+\newcommand{\pcmcomponentsymbol}[3]{
+	\node[rectangle, minimum width=1.2em, minimum height=1.2em, #1]	
+		(#2)	#3 {};
+	\filldraw[#1]	
+		($(#2)+(-1em,.1em)$)	rectangle	+(.7em,.3em)
+		($(#2)+(-1em,-.1em)$)	rectangle	+(.7em,-.3em);
+}
+
+% #1 = Formatierung
+% #2 = Name des Nodes
+% #3 = Text
+% #4 = oberer Layer
+% #5 = unterer Layer
+% #6 = Position
+
+\newcommand{\pcmcomponentbodyonlayers}[6]{
+	\begin{pgfonlayer}{#4}
+	\node[minimum width=4em] (#2text) #6 {\small #3};
+	\pcmcomponentsymbol{fill=white, draw=black}{#2componentsymbol}{at ($(#2text.east)+(-1em,1.5em)$)}
+	\end{pgfonlayer}
+	\begin{pgfonlayer}{#5}
+	\node[draw=black, rectangle, inner sep = .2em, #1] 	(#2) [fit=(#2text) (#2componentsymbol)] {};
+	\end{pgfonlayer}
+}
+
+% #1 = Formatierung
+% #2 = Name des Nodes
+% #3 = Text
+% #4 = Position
+\newcommand{\pcmcomponentbody}[4]{
+	\pcmcomponentbodyonlayers{#1}{#2}{#3}{l4}{l3}{#4}
+}
+
+% #1 = Formatierung
+% #2 = Name des Nodes
+% #3 = Position
+
+\newcommand{\pcmlolliwest}[3]{
+	\node[circle, minimum size=1ex, draw, anchor=east, xshift=-1em, #1] (#2) at #3 {};
+	\draw[#1] #3 -- (#2);
+}
+
+% #1 = Formatierung
+% #2 = Name des Nodes
+% #3 = Position
+
+\newcommand{\pcmarceast}[3]{
+	\node[xshift=1em] (#2) at #3 {};
+	\draw[#1] #3 -- (#2.center);
+	\draw[#1, fill opacity=transparent] ($(#2)+(1.4ex,1.4ex)$) arc (90:270:1.4ex);
+
+}
+
+% #1 = Formatierung
+% #2 = Name des Nodes
+% #3 = Text
+% #4 = oberer Layer
+% #5 = unterer Layer
+% #6 = Position
+
+\newcommand{\pcmcomponentonlayers}[6]{
+	\pcmcomponentbodyonlayers{#1}{#2}{#3}{#4}{#5}{#6}	
+
+	\begin{pgfonlayer}{#5}
+	\pcmlolliwest{#1}{#2lolli}{(#2.west)}
+	\pcmarceast{#1}{#2arc}{(#2.east)}
+	\end{pgfonlayer}
+}
+
+% #1 = Formatierung
+% #2 = Name des Nodes
+% #3 = Text
+% #4 = Position
+\newcommand{\pcmcomponent}[4]{
+	\pcmcomponentonlayers{#1}{#2}{#3}{l4}{l3}{#4}
+}
+
+
+% Extrudieren von rechteckigen Shapes
+%
+% #1 = Name des Nodes
+% #2 = Abstand
+% #3 = Zeichenoptionen
+
+\newcommand{\pcmextrude}[3]{
+\path[#3] (#1.north west) -- (#1.north east) -- (#1.south east) -- (#1.south west) -- (#1.north west) -- ++(#2,#2) -- ($(#1.north east)+(#2,#2)$) -- ($(#1.south east)+(#2,#2)$) -- (#1.south east) (#1.north east) -- ($(#1.north east)+(#2,#2)$); 
+}
+
+
+% Dummy-Bild
+\newcommand{\dummypic}[2]{
+\tikz \draw[kit-red100] (0,0) -- (#1,0) -- (#1,#2) -- (0,#2) -- (0,0) -- (#1,#2) (0,#2) -- (#1,0);
+}

+ 13 - 0
presentations/Datamining-Proseminar/Hauptpresentation/templates/tikzuml.sty

@@ -0,0 +1,13 @@
+\tikzset{uml box/.style={draw, minimum height=.7cm, text badly centered},
+	uml small box/.style={draw, text width=.7cm, minimum height=.5cm, text badly centered},
+	uml class/.style={rectangle split, rectangle split parts=2, draw, minimum width=0, font=\sffamily},
+	uml directed/.style={thick, -angle 90},
+	uml aggregation head/.style={shape=diamond, aspect=.5, anchor=north, thick, draw},
+	uml composition head/.style={shape=diamond, aspect=.5, anchor=north, thick, filldraw},
+	uml generalization head/.style={shape=isosceles triangle, isosceles triangle apex angle=60, shape border rotate=90, scale=.8, draw, thick, anchor=apex},
+	uml cardinality start/.style={very near start, auto, font=\sffamily},
+	uml cardinality end/.style={very near end, auto, font=\sffamily},
+	uml role start/.style={very near start, auto, font=\footnotesize\sffamily},
+	uml role end/.style={near end, auto, font=\footnotesize\sffamily},
+	uml association name/.style={midway, auto, font=\footnotesize\sffamily},
+}%