summaryrefslogtreecommitdiff
path: root/presentations
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-09-27 17:44:00 +0200
committerChristian Grothoff <christian@grothoff.org>2017-09-27 17:44:00 +0200
commit4838a18f04c50c5fc83eb52444f4215ee17886b7 (patch)
tree5a3a26017cc6908540f6db30c0d703f5e68c808c /presentations
parentf7949b8811a6e42fc9456a3b91d14639f45e5623 (diff)
downloadmarketing-4838a18f04c50c5fc83eb52444f4215ee17886b7.tar.gz
marketing-4838a18f04c50c5fc83eb52444f4215ee17886b7.tar.bz2
marketing-4838a18f04c50c5fc83eb52444f4215ee17886b7.zip
draft presentation for e-mundo
Diffstat (limited to 'presentations')
-rw-r--r--presentations/e-mundo/e-mundo.tex268
-rw-r--r--presentations/e-mundo/illustrations/freetoplay.pngbin0 -> 188433 bytes
-rw-r--r--presentations/e-mundo/illustrations/webtax.pngbin0 -> 340938 bytes
-rw-r--r--presentations/e-mundo/partner-logos/e-mundo.pdfbin0 -> 6647 bytes
-rw-r--r--presentations/e-mundo/partner-logos/e-mundo.svg1
-rw-r--r--presentations/e-mundo/partner-logos/heise.pngbin0 -> 3305 bytes
-rw-r--r--presentations/e-mundo/partner-logos/solarisbanklogo.pngbin0 -> 5347 bytes
-rw-r--r--presentations/e-mundo/partner-logos/spiegel.jpegbin0 -> 7993 bytes
-rw-r--r--presentations/e-mundo/partner-logos/taler-systems.pdfbin0 -> 15605 bytes
9 files changed, 269 insertions, 0 deletions
diff --git a/presentations/e-mundo/e-mundo.tex b/presentations/e-mundo/e-mundo.tex
new file mode 100644
index 0000000..4f148d2
--- /dev/null
+++ b/presentations/e-mundo/e-mundo.tex
@@ -0,0 +1,268 @@
+\documentclass[c]{beamer}
+
+%\usepackage{helvet}
+\usepackage{calc}
+\usepackage[utf8]{inputenc} % set your input encoding differently, if you want
+\usepackage[english]{babel}
+
+\usepackage{enumitem}
+\usepackage{eurosym}
+\usepackage{tikz}
+\usepackage{pgfgantt}
+\usepackage{amsmath,amssymb}
+\usetikzlibrary{shapes,arrows}
+\usetikzlibrary{positioning}
+\usetikzlibrary{calc}
+\usepackage[absolute,overlay]{textpos}
+
+%\setbeameroption{show notes}
+
+\setlist[itemize]{label=$\bullet$}
+
+
+\def\checkmark{\tikz\fill[scale=0.4](0,.35) -- (.25,0) -- (1,.7) -- (.25,.15) -- cycle;}
+
+\setbeamercovered{transparent=10}
+ \setbeamertemplate{navigation symbols}{Presentation --- e-mundo \& Taler Systems S.A. --- \today --- Page \insertpagenumber}
+\setbeamertemplate{section in toc}[sections numbered]
+
+% Adapt title information
+% =======================
+\title{Joint Venture \\ e-mundo \& Taler Systems S.A.}
+\institute{Pay thy Consumer}
+\author{Christian Grothoff \& G\"unther Palfinger}
+\date{\today}
+
+% Some common packages
+% ====================
+\usepackage{units}
+\usepackage{amsbsy}
+\usepackage{amsmath}
+\usepackage{amssymb}
+\usepackage{graphics}
+\usepackage{epsf}
+\usepackage{epsfig}
+\usepackage{fixmath}
+\usepackage{wrapfig}
+
+
+ \usetikzlibrary{snakes}
+
+
+\begin{document}
+
+\begin{frame}
+ \titlepage
+
+{\tiny
+``I think one of the big things that we need to do, is we need to get a way from true-name payments on the Internet. The credit card payment system is one of the worst things that happened for the user, in terms of being able to divorce their access from their identity.'' \\ \hfill --Edward Snowden, IETF 93 (2015)}
+\end{frame}
+
+
+\section{Unique Sales Propositions}
+\begin{frame}{1. Unique Sales Propositions (USPs)}
+ \begin{itemize}
+ \item Provide monetary incentives for citizens to participate in online surveys
+ \item Superior usability (instant one click payments, no authentication required)
+ \item Micropayments possible
+ \item Low transaction costs, scalable technology
+ \item Open standard boosts growth potential
+ \end{itemize}
+\end{frame}
+
+
+\section{What is Taler?}
+\begin{frame}{What is Taler?}
+ \vfill
+ \begin{center}
+Taler is an electronic instant payment system.
+ \end{center}
+ \begin{itemize}
+ \item Pay in existing currencies (i.e. EUR, USD)
+ \item Uses electronic coins stored in wallets on customer's device
+ \end{itemize}
+ \vfill
+\end{frame}
+
+
+
+\section{Showcase}
+
+\begin{frame}{Showcase: Survey}
+ \begin{textblock*}{0.4\textwidth}(1cm,1cm) % {block width} (coords)
+ \includegraphics[width=\textwidth]{illustrations/webtax.png}
+\end{textblock*}
+\begin{textblock*}{0.6\textwidth}(5.5cm,1cm) % {block width} (coords)
+ \begin{itemize}
+ \item e-Mundo implements online Bots
+ \item insurances use bots for surveys
+ \item citizens need {\em incentive} to participate
+ \end{itemize}
+\end{textblock*}
+
+\begin{center}
+\begin{tikzpicture}
+ \tikzstyle{def} = [node distance= 5em and 6.5em, inner sep=1em, outer sep=.3em];
+ \node (origin) at (0,0) {};
+ \node (bot) [def, draw, below left=of origin] {Survey-Bot};
+ \node (citizen) [def, draw, below right=of origin] {Citizen};
+
+ \tikzstyle{C} = [color=black, line width=1pt]
+
+ \draw [<->, C] (citizen) -- (bot) node [midway, above, sloped] (TextNode) {(1) do survey};
+\end{tikzpicture}
+\end{center}
+\end{frame}
+
+
+\begin{frame}{Showcase: Pay citizen upon survey completion!}
+\begin{center}
+\begin{tikzpicture}
+ \tikzstyle{def} = [node distance= 5em and 6.5em, inner sep=1em, outer sep=.3em];
+ \node (origin) at (0,0) {};
+ \node (exchange) [def,above=of origin,draw]{Taler-Exchange};
+ \node (bank) [def,left=of exchange,draw]{Bank};
+ \node (bot) [def, draw, below left=of origin] {Survey-Bot};
+ \node (citizen) [def, draw, below right=of origin] {Citizen};
+% \node (auditor) [def, draw, above right=of origin]{Auditor};
+
+ \tikzstyle{C} = [color=black, line width=1pt]
+
+ \draw [<-, C] (citizen) -- (exchange) node [midway, above, sloped] (TextNode) {(3) withdraw coins};
+ \draw [->, C] (bank) -- (exchange) node [midway, above, sloped] (TextNode) {(0) wire transfer};
+ \draw [<-, C] (bot) -- (exchange) node [midway, above, sloped] (TextNode) {has reserve};
+ \draw [<-, C] (citizen) -- (bot) node [midway, above, sloped] (TextNode) {(2) grant withdraw permission};
+% \draw [<-, C] (exchange) -- (auditor) node [midway, above, sloped] (TextNode) {verify};
+
+\end{tikzpicture}
+\end{center}
+\end{frame}
+
+
+\begin{frame}{Showcase: One-click shopping}
+\begin{center}
+\begin{tikzpicture}
+ \tikzstyle{def} = [node distance= 5em and 6.5em, inner sep=1em, outer sep=.3em];
+ \node (origin) at (0,0) {};
+ \node (exchange) [def,above=of origin,draw]{Taler-Exchange};
+ \node (bank) [def,right=of exchange,draw]{Bank};
+ \node (customer) [def, draw, below left=of origin] {Customer};
+ \node (merchant) [def, draw, below right=of origin] {Merchant};
+% \node (auditor) [def, draw, above right=of origin]{Auditor};
+
+ \tikzstyle{C} = [color=black, line width=1pt]
+
+ \draw [<-, C] (exchange) -- (merchant) node [midway, above, sloped] (TextNode) {(6) deposit coins};
+ \draw [<-, C] (merchant) -- (customer) node [midway, above, sloped] (TextNode) {(5) spend coins};
+ \draw [<-, C] (bank) -- (exchange) node [midway, above, sloped] (TextNode) {(7) wire transfer};
+\end{tikzpicture}
+\end{center}
+
+Primary applications for micropayments:
+ \includegraphics[height=0.5cm]{partner-logos/spiegel.jpeg} \hfill
+ \includegraphics[height=0.5cm]{partner-logos/heise.png} \hfill
+ \includegraphics[height=0.5cm]{illustrations/freetoplay.png} \hfill
+\end{frame}
+
+
+\begin{frame}{Partners}
+ \begin{minipage}{10cm}
+ {\bf Integration:}
+\begin{center}
+ \includegraphics[height=1cm]{partner-logos/e-mundo.pdf}
+\end{center}
+
+\vspace{0.1cm}
+ {\bf Payment technology:}
+\begin{center}
+ \includegraphics[height=2cm]{partner-logos/taler-systems.pdf}
+\end{center}
+
+\vspace{0.1cm}
+ {\bf Bank integration (to be discussed):}
+\begin{center}
+ \includegraphics[height=0.3cm]{partner-logos/solarisbanklogo.png} {\large (?)}
+\end{center}
+ \end{minipage}
+\end{frame}
+
+
+\begin{frame}{16. Next steps in development and timeline}
+
+\definecolor{barblue}{RGB}{153,204,254}
+\definecolor{groupblue}{RGB}{51,102,254}
+\definecolor{donegreen}{RGB}{0,255,0}
+\definecolor{linkred}{RGB}{165,0,33}
+\renewcommand\sfdefault{phv}
+\renewcommand\mddefault{mc}
+\renewcommand\bfdefault{bc}
+\sffamily
+\begin{ganttchart}[
+ time slot format=isodate, % format for dates, YYYY-MM-DD
+ canvas/.append style={fill=none, draw=black!5, line width=.75pt},
+ hgrid style/.style={draw=black!5, line width=.75pt},
+ vgrid={*1{draw=black!5, line width=.75pt}},
+ today=2017-10-1, % Important: must match \today below!
+ today label=\today, % render date when presentation was compiled here
+ today rule/.style={
+ draw=black!64,
+ dash pattern=on 3.5pt off 4.5pt,
+ line width=1.5pt
+ },
+ x unit = 0.5pt, % how wide is one day? Scaled so that 9 months fit the window
+ y unit chart = 0.6cm, % height of a bar in the chart
+ y unit title = 1cm, % height of the title bar
+ today label font=\small\bfseries,
+ title/.style={draw=none, fill=none},
+ title label font=\bfseries\footnotesize,
+ title label node/.append style={below=7pt},
+ include title in canvas=false,
+ bar label font=\mdseries\small\color{black!70},
+ bar label node/.append style={left=2cm},
+ bar/.append style={draw=none, fill=donegreen}, % color of progress bar when done
+ bar incomplete/.append style={fill=barblue}, % color of progress bar not yet done
+ bar progress label font=\mdseries\footnotesize\color{black!70},
+ group incomplete/.append style={fill=groupblue},
+ group left shift=0,
+ group right shift=0,
+ group height=0.5,
+ group peaks tip position=0,
+ group label node/.append style={left=.6cm},
+ group progress label font=\bfseries\small,
+ group/.append style={draw=none, fill=donegreen}, % black!63},
+ link/.style={-latex, line width=1.5pt, linkred},
+ link label font=\scriptsize\bfseries,
+ link label node/.append style={below left=-2pt and 0pt}
+ ]{2017-9-1}{2018-7-1}
+ \gantttitle[
+ title label node/.append style={below left=7pt and -3pt}
+ ]{Month: \qquad 9}{9} % We show 9 months, start at '3'
+ \gantttitlelist{10,11,12,1,2,3,4,5,6}{31} \\ % a month has ~31 days (tss per label given)
+ \ganttgroup[progress=20,
+ progress label text={}]{Be paid Taler API}{2017-10-1}{2017-11-30} \\
+ \ganttgroup[progress=0,
+ progress label text={}]{Bot integration}{2017-11-1}{2018-1-31} \\
+ \ganttgroup[progress=0,
+ progress label text={}]{Bank integration}{2018-1-1}{2018-2-28} \\
+ \ganttgroup[progress=0,
+ progress label text={}]{Testing and technical audits}{2018-1-1}{2018-3-31} \\
+ \ganttgroup[progress=0,
+ progress label text={}]{First field trials}{2018-4-1}{2018-6-31}
+\end{ganttchart}
+\end{frame}
+
+
+\begin{frame}{Contact details}
+ \begin{center}
+ \begin{tabular}{p{5cm}p{5cm}}
+ % {\bf CEO} & {\bf CTO} \\ & \\
+ G\"unther Palfinger & Dr. Christian Grothoff \\
+ {\tt palfinger@e-mundo.de} & {\tt grothoff@taler.net} \\
+ +49-89-6659-845-12 & +41-786-926894 \\
+% \url{http://taler.net/ceo/} & \url{http://taler.net/cto/} \\
+ \end{tabular}
+ \end{center}
+\end{frame}
+
+
+\end{document}
diff --git a/presentations/e-mundo/illustrations/freetoplay.png b/presentations/e-mundo/illustrations/freetoplay.png
new file mode 100644
index 0000000..15b9b5c
--- /dev/null
+++ b/presentations/e-mundo/illustrations/freetoplay.png
Binary files differ
diff --git a/presentations/e-mundo/illustrations/webtax.png b/presentations/e-mundo/illustrations/webtax.png
new file mode 100644
index 0000000..51c15fe
--- /dev/null
+++ b/presentations/e-mundo/illustrations/webtax.png
Binary files differ
diff --git a/presentations/e-mundo/partner-logos/e-mundo.pdf b/presentations/e-mundo/partner-logos/e-mundo.pdf
new file mode 100644
index 0000000..b528d93
--- /dev/null
+++ b/presentations/e-mundo/partner-logos/e-mundo.pdf
Binary files differ
diff --git a/presentations/e-mundo/partner-logos/e-mundo.svg b/presentations/e-mundo/partner-logos/e-mundo.svg
new file mode 100644
index 0000000..70946f6
--- /dev/null
+++ b/presentations/e-mundo/partner-logos/e-mundo.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="439.371" height="141.73" viewBox="0 0 439.371 141.73"><g fill="#58656E"><path d="M16.909 121.687c-3.208 0-5.307-.8-7.316-2.783l1.559-1.539c1.769 1.747 3.418 2.31 5.817 2.31 3.118 0 5.037-1.451 5.037-3.908 0-1.095-.33-2.042-1.02-2.634-.689-.593-1.229-.771-2.788-1.007l-2.489-.385c-1.679-.267-2.999-.8-3.928-1.599-1.08-.947-1.619-2.25-1.619-3.938 0-3.581 2.608-5.949 6.836-5.949 2.729 0 4.528.681 6.357 2.309l-1.469 1.45c-1.319-1.184-2.729-1.806-4.978-1.806-2.848 0-4.498 1.569-4.498 3.908 0 1.035.3 1.864.959 2.427s1.769.977 2.878 1.154l2.339.355c2.009.296 2.999.711 3.898 1.48 1.169.977 1.799 2.427 1.799 4.174.002 3.701-2.937 5.981-7.374 5.981zM37.683 120.028c-1.02 1.007-2.429 1.658-4.228 1.658s-3.208-.651-4.228-1.658c-1.499-1.51-1.799-3.552-1.799-5.802s.3-4.292 1.799-5.802c1.02-1.007 2.429-1.658 4.228-1.658s3.208.651 4.228 1.658c1.499 1.51 1.799 3.552 1.799 5.802s-.3 4.293-1.799 5.802zm-1.529-10.3c-.689-.682-1.649-1.066-2.698-1.066-1.05 0-1.979.385-2.669 1.066-1.079 1.065-1.199 2.871-1.199 4.499s.12 3.434 1.199 4.5c.69.681 1.619 1.065 2.669 1.065 1.049 0 2.009-.385 2.698-1.065 1.08-1.066 1.169-2.872 1.169-4.5s-.09-3.434-1.169-4.499zM46.284 108.661v12.848h-2.159v-12.848h-1.889v-1.628h1.889v-2.753c0-2.161 1.229-3.907 3.748-3.907h1.559v1.835h-1.169c-1.379 0-1.979.8-1.979 2.132v2.693h3.148v1.628h-3.148zM56.746 121.509c-2.519 0-3.778-1.746-3.778-3.907v-8.94h-1.859v-1.628h1.859v-4.559h2.159v4.559h3.148v1.628h-3.148v8.881c0 1.332.629 2.132 2.009 2.132h1.139v1.835h-1.529zM76.143 121.509h-2.009l-3.868-11.308-3.838 11.308h-2.009l-4.678-14.564h2.339l3.388 11.693 3.868-11.693h1.859l3.897 11.693 3.358-11.693h2.339l-4.646 14.564zM91.729 121.509v-1.392c-1.199 1.185-2.279 1.569-4.258 1.569-2.039 0-3.238-.385-4.167-1.332-.72-.711-1.109-1.806-1.109-2.96 0-2.546 1.799-4.204 5.097-4.204h4.438v-1.39c0-2.132-1.08-3.197-3.778-3.197-1.889 0-2.849.443-3.718 1.657l-1.469-1.332c1.319-1.688 2.819-2.161 5.217-2.161 3.958 0 5.907 1.688 5.907 4.855v9.887h-2.16zm0-6.72h-4.138c-2.219 0-3.298.888-3.298 2.575s1.049 2.486 3.388 2.486c1.259 0 2.369-.088 3.298-.977.51-.474.75-1.303.75-2.516v-1.568zM106.926 109.728c-.81-.8-1.409-1.066-2.548-1.066-2.159 0-3.538 1.688-3.538 3.908v8.939h-2.159v-14.564h2.159v1.776c.81-1.214 2.429-1.954 4.138-1.954 1.409 0 2.489.326 3.538 1.362l-1.59 1.599z"/></g><g fill="#58656E"><path d="M111.17 114.789c0 3.197 1.529 5.032 4.348 5.032 1.709 0 2.698-.503 3.868-1.657l1.469 1.272c-1.499 1.48-2.878 2.25-5.397 2.25-3.898 0-6.446-2.309-6.446-7.46 0-4.707 2.309-7.46 6.057-7.46 3.808 0 6.057 2.724 6.057 7.046v.977h-9.956zm7.346-4.025c-.569-1.333-1.889-2.191-3.448-2.191s-2.878.858-3.448 2.191c-.33.799-.39 1.243-.45 2.427h7.795c-.059-1.184-.119-1.629-.449-2.427zM124.839 114.522v-1.983h8.215v1.983h-8.215zM145.914 112.835h-5.667v8.674h-2.279v-21.076h7.945c3.898 0 6.597 2.397 6.597 6.187s-2.698 6.215-6.596 6.215zm-.21-10.39h-5.457v8.377h5.457c2.668 0 4.527-1.421 4.527-4.203 0-2.783-1.858-4.174-4.527-4.174zM164.259 109.728c-.81-.8-1.409-1.066-2.548-1.066-2.159 0-3.538 1.688-3.538 3.908v8.939h-2.159v-14.564h2.159v1.776c.81-1.214 2.429-1.954 4.138-1.954 1.409 0 2.489.326 3.538 1.362l-1.59 1.599z"/></g><g fill="#58656E"><path d="M176.64 120.028c-1.02 1.007-2.429 1.658-4.228 1.658s-3.208-.651-4.228-1.658c-1.499-1.51-1.799-3.552-1.799-5.802s.3-4.292 1.799-5.802c1.02-1.007 2.429-1.658 4.228-1.658s3.208.651 4.228 1.658c1.499 1.51 1.799 3.552 1.799 5.802s-.3 4.293-1.799 5.802zm-1.53-10.3c-.689-.682-1.649-1.066-2.698-1.066-1.05 0-1.979.385-2.668 1.066-1.08 1.065-1.2 2.871-1.2 4.499s.12 3.434 1.2 4.5c.689.681 1.619 1.065 2.668 1.065 1.049 0 2.009-.385 2.698-1.065 1.08-1.066 1.169-2.872 1.169-4.5s-.089-3.434-1.169-4.499zM181.013 128.051h-1.559v-1.865h1.169c1.499 0 1.979-.71 1.979-2.131v-17.021h2.159v17.11c0 2.219-1.169 3.907-3.748 3.907zm1.469-25.251v-2.397h2.429v2.397h-2.429zM191.085 114.789c0 3.197 1.529 5.032 4.348 5.032 1.709 0 2.698-.503 3.868-1.657l1.469 1.272c-1.499 1.48-2.878 2.25-5.397 2.25-3.898 0-6.446-2.309-6.446-7.46 0-4.707 2.309-7.46 6.057-7.46 3.808 0 6.057 2.724 6.057 7.046v.977h-9.956zm7.346-4.025c-.569-1.333-1.889-2.191-3.448-2.191s-2.878.858-3.448 2.191c-.33.799-.39 1.243-.45 2.427h7.795c-.059-1.184-.119-1.629-.449-2.427zM214.889 121.509l-4.677-7.46-2.878 3.257v4.203h-2.159v-21.076h2.159v14.09l6.656-7.578h2.699l-5.007 5.565 5.876 8.999h-2.669zM224.929 121.509c-2.519 0-3.778-1.746-3.778-3.907v-8.94h-1.859v-1.628h1.859v-4.559h2.159v4.559h3.148v1.628h-3.148v8.881c0 1.332.629 2.132 2.009 2.132h1.14v1.835h-1.53zM231.642 114.789c0 3.197 1.529 5.032 4.348 5.032 1.709 0 2.698-.503 3.868-1.657l1.469 1.272c-1.499 1.48-2.878 2.25-5.397 2.25-3.897 0-6.446-2.309-6.446-7.46 0-4.707 2.309-7.46 6.057-7.46 3.809 0 6.057 2.724 6.057 7.046v.977h-9.956zm7.346-4.025c-.569-1.333-1.889-2.191-3.448-2.191s-2.878.858-3.448 2.191c-.329.799-.39 1.243-.449 2.427h7.796c-.062-1.184-.121-1.629-.451-2.427zM267.317 121.509l-1.919-2.309c-.869.799-2.879 2.486-6.297 2.486-4.138 0-6.746-2.457-6.746-6.128 0-3.167 2.279-4.766 4.617-6.305-1.049-1.243-2.309-2.694-2.309-4.589 0-2.516 1.979-4.41 4.708-4.41 2.668 0 4.647 1.924 4.647 4.439 0 1.688-1.02 2.842-2.369 3.76 0 0-1.079.711-1.589 1.065l5.457 6.483c.869-1.303 1.169-2.457 1.199-4.825h2.159c-.03 2.664-.6 4.825-1.979 6.453l3.269 3.878h-2.848zm-9.085-10.834c-1.829 1.243-3.658 2.427-3.658 4.825 0 2.516 1.859 4.203 4.498 4.203 1.589 0 3.208-.414 5.037-2.043l-5.877-6.985zm1.14-8.496c-1.47 0-2.459 1.036-2.459 2.457 0 .977.51 1.776 1.919 3.463.359-.236 1.14-.77 1.14-.77.989-.681 1.919-1.421 1.919-2.635-.001-1.42-1.081-2.515-2.519-2.515z"/></g><g fill="#58656E"><path d="M281.617 121.509v-21.076h2.279v21.076h-2.279zM294.388 102.445v19.063h-2.278v-19.063h-6.177v-2.013h14.632v2.013h-6.177z"/></g><g fill="#58656E"><path d="M301.792 114.522v-1.983h8.216v1.983h-8.216zM323.227 121.509h-8.306v-21.076h8.036c3.718 0 6.297 2.102 6.297 5.624 0 2.22-1.35 3.967-3.148 4.618 2.038.739 3.478 2.486 3.478 5.002-.001 3.819-2.579 5.832-6.357 5.832zm-.449-19.064h-5.577v7.312h5.577c2.368 0 4.197-1.154 4.197-3.671 0-2.516-1.829-3.641-4.197-3.641zm.239 9.325h-5.816v7.727h5.816c2.639 0 4.288-1.51 4.288-3.878s-1.649-3.849-4.288-3.849zM335.456 114.789c0 3.197 1.529 5.032 4.348 5.032 1.709 0 2.698-.503 3.868-1.657l1.469 1.272c-1.499 1.48-2.878 2.25-5.397 2.25-3.897 0-6.446-2.309-6.446-7.46 0-4.707 2.309-7.46 6.057-7.46 3.809 0 6.057 2.724 6.057 7.046v.977h-9.956zm7.345-4.025c-.569-1.333-1.889-2.191-3.448-2.191s-2.878.858-3.448 2.191c-.329.799-.39 1.243-.449 2.427h7.796c-.061-1.184-.121-1.629-.451-2.427zM357.79 109.728c-.81-.8-1.409-1.066-2.549-1.066-2.159 0-3.538 1.688-3.538 3.908v8.939h-2.159v-14.564h2.159v1.776c.81-1.214 2.429-1.954 4.138-1.954 1.409 0 2.488.326 3.538 1.362l-1.589 1.599zM370.079 121.509v-1.392c-1.199 1.185-2.278 1.569-4.257 1.569-2.039 0-3.238-.385-4.168-1.332-.72-.711-1.109-1.806-1.109-2.96 0-2.546 1.799-4.204 5.097-4.204h4.438v-1.39c0-2.132-1.079-3.197-3.777-3.197-1.889 0-2.849.443-3.718 1.657l-1.47-1.332c1.319-1.688 2.818-2.161 5.218-2.161 3.957 0 5.906 1.688 5.906 4.855v9.887h-2.16zm0-6.72h-4.138c-2.219 0-3.298.888-3.298 2.575s1.05 2.486 3.389 2.486c1.259 0 2.368-.088 3.298-.977.51-.474.749-1.303.749-2.516v-1.568zM381.168 121.509c-2.519 0-3.777-1.746-3.777-3.907v-8.94h-1.859v-1.628h1.859v-4.559h2.158v4.559h3.148v1.628h-3.148v8.881c0 1.332.63 2.132 2.009 2.132h1.14v1.835h-1.53zM395.858 121.509v-1.628c-1.05 1.184-2.519 1.806-4.168 1.806-1.589 0-2.908-.474-3.808-1.361-1.05-1.007-1.499-2.398-1.499-4.086v-9.295h2.158v8.97c0 2.575 1.38 3.878 3.599 3.878s3.688-1.332 3.688-3.878v-8.97h2.159v14.564h-2.129zM412.375 121.509v-8.97c0-2.575-1.409-3.878-3.628-3.878s-3.658 1.332-3.658 3.878v8.97h-2.159v-14.564h2.159v1.599c1.05-1.184 2.488-1.776 4.138-1.776 1.589 0 2.878.474 3.778 1.362 1.049 1.006 1.528 2.368 1.528 4.056v9.324h-2.158zM424.063 128.199c-2.219 0-3.447-.562-5.007-1.954l1.409-1.361c1.079.947 1.829 1.45 3.538 1.45 2.849 0 4.048-1.983 4.048-4.47v-2.279c-1.199 1.51-2.549 1.895-4.138 1.895-1.499 0-2.789-.533-3.568-1.303-1.469-1.45-1.799-3.7-1.799-6.068s.33-4.618 1.799-6.068c.779-.77 2.099-1.273 3.599-1.273 1.619 0 2.938.355 4.138 1.895v-1.717h2.129v15.009c-.001 3.609-2.28 6.244-6.148 6.244zm.33-19.538c-3.208 0-3.688 2.724-3.688 5.447s.479 5.446 3.688 5.446 3.658-2.723 3.658-5.446-.45-5.447-3.658-5.447z"/></g><path fill-rule="evenodd" clip-rule="evenodd" fill="#58656E" d="M430.138 67.59c0 4.375-1.96 7.725-5.879 10.049-2.779 1.777-6.973 2.666-12.577 2.666h-20.851c-6.38 0-11.154-1.139-14.321-3.418s-4.751-5.378-4.751-9.297V41.955c0-4.466 2.005-7.929 6.017-10.39 2.916-1.778 7.269-2.666 13.056-2.666h20.851c5.787 0 10.025.888 12.715 2.666 3.828 2.324 5.741 5.787 5.741 10.39V67.59h-.001zm-12.03-2.393V44.348c0-2.37-.935-4.102-2.804-5.196-1.504-1.048-3.827-1.572-6.973-1.572h-14.287c-3.281 0-5.719.524-7.313 1.572-1.96 1.094-2.94 2.826-2.94 5.196v20.713c0 2.233.98 3.896 2.94 4.99 1.504.957 3.646 1.435 6.426 1.435h15.996c2.688 0 4.739-.478 6.151-1.435 1.869-1.094 2.804-2.712 2.804-4.854zM365.428 11.877v54.004c0 5.15-1.891 8.842-5.673 11.074-3.783 2.232-8.363 3.35-13.741 3.35h-21.19c-12.214 0-18.32-4.671-18.32-14.014V41.682c0-4.193 1.629-7.531 4.887-10.015 3.26-2.484 7.691-3.725 13.297-3.725h28.711V11.877h12.029zm-12.03 52.774V39.016c0-1.413-.98-2.119-2.939-2.119H328.31c-6.518 0-9.775 2.438-9.775 7.314v19.824c0 2.552.615 4.33 1.846 5.332 1.687 1.322 4.329 1.983 7.93 1.983h14.561c7.017 0 10.526-2.233 10.526-6.699zM288.116 80.168V47.561c0-5.241-3.372-7.862-10.117-7.862h-13.397c-6.837 0-10.255 2.621-10.255 7.862v32.607h-12.031V44.485c0-10.482 6.106-15.723 18.32-15.723h21.191c12.123 0 18.184 5.241 18.184 15.723v35.683h-11.895zM189.772 28.899v31.923c0 2.644.888 4.808 2.666 6.495 1.412 1.276 4.124 1.914 8.134 1.914h12.852c7.109 0 10.664-2.712 10.664-8.135V28.899h12.031v35.136c0 10.847-6.289 16.27-18.867 16.27h-20.644c-12.579 0-18.868-5.423-18.868-16.27V28.899h12.032zM158.176 80.031V48.654c0-4.283-1.687-6.995-5.059-8.134-1.276-.365-5.013-.547-11.211-.547-2.689 0-4.876.888-6.563 2.666-1.093 1.139-1.64 3.235-1.64 6.289v31.103h-11.895V48.928c0-4.375-1.458-7.132-4.375-8.272-1.504-.455-5.195-.683-11.074-.683-6.243 0-9.365 2.894-9.365 8.681l.137 31.377H85.099V45.988c0-11.211 5.834-16.816 17.5-16.816h10.938c3.555 0 6.357.467 8.408 1.401 2.051.935 4.01 2.678 5.879 5.23 3.327-4.421 8.135-6.631 14.424-6.631h10.732c5.332 0 9.536 1.504 12.613 4.512 3.076 3.008 4.614 7.109 4.614 12.304v34.043h-12.031zM66.096 58.854l-44.074.057v5.603c0 2.689 1.026 4.648 3.076 5.879 1.413.729 3.851 1.093 7.315 1.093h24.784l-.012.53c0 3.086 1.179 6.049 3.286 8.289H30.157c-6.517 0-11.325-.979-14.424-2.939-3.919-2.324-5.879-6.015-5.879-11.074V41.955c0-8.704 6.403-13.056 19.209-13.056h19.123c11.94 0 17.91 4.625 17.91 13.877v16.078zm-12.304-8.505v-6.89c0-3.919-3.19-5.879-9.571-5.879H32.959c-7.383 0-11.075 2.211-11.075 6.631v6.155l31.908-.017z"/><path fill-rule="evenodd" clip-rule="evenodd" fill="#E25E63" d="M78.021 71.97c0 4.807-3.902 8.709-8.709 8.709s-8.709-3.902-8.709-8.709c0-4.808 3.902-8.709 8.709-8.709s8.709 3.902 8.709 8.709z"/></svg> \ No newline at end of file
diff --git a/presentations/e-mundo/partner-logos/heise.png b/presentations/e-mundo/partner-logos/heise.png
new file mode 100644
index 0000000..8a0c24c
--- /dev/null
+++ b/presentations/e-mundo/partner-logos/heise.png
Binary files differ
diff --git a/presentations/e-mundo/partner-logos/solarisbanklogo.png b/presentations/e-mundo/partner-logos/solarisbanklogo.png
new file mode 100644
index 0000000..687a81e
--- /dev/null
+++ b/presentations/e-mundo/partner-logos/solarisbanklogo.png
Binary files differ
diff --git a/presentations/e-mundo/partner-logos/spiegel.jpeg b/presentations/e-mundo/partner-logos/spiegel.jpeg
new file mode 100644
index 0000000..396f1d1
--- /dev/null
+++ b/presentations/e-mundo/partner-logos/spiegel.jpeg
Binary files differ
diff --git a/presentations/e-mundo/partner-logos/taler-systems.pdf b/presentations/e-mundo/partner-logos/taler-systems.pdf
new file mode 100644
index 0000000..5ba9ea7
--- /dev/null
+++ b/presentations/e-mundo/partner-logos/taler-systems.pdf
Binary files differ