marketing

Marketing materials (presentations, posters, flyers)
Log | Files | Refs

1-goals-projectmgmt.tex (2210B)


      1 \section{\faIcon{flag-checkered} Goals \& Project Management}
      2 
      3 \begin{frame}{\faIcon{flag-checkered} Motivation}
      4     %TODO: Page should be more motivating!!
      5     \begin{itemize}
      6         \item \faIcon{feather} Elliptic curve cryptography allows smaller keys
      7         \item \faIcon{bolt} Leads to huge performance benefits
      8         \item \faIcon{lock} Cipher agility % Taler nicht abhängig von einem Schema, macht Taler Protokolle stabiler und unabhängiger
      9         \item \faIcon{newspaper} Recent topic
     10     \end{itemize}
     11     % Recent topic - Bitcoin added support for Schnorr signatures in 2021
     12 \end{frame}
     13 
     14 \begin{frame}{\faIcon{flag-checkered} Goals}
     15 	Our goal is to add support for Schnorr's Blind Signature scheme to GNU Taler.\newline
     16 	\begin{itemize}
     17 		\item \faIcon{glasses} Analyze current state of research
     18 		\item \faIcon{pencil-alt} Redesign Taler's protocols
     19 		\item \faIcon{code} Implementation of redesigned protocols
     20 		\item \faIcon{eye} Comparison with RSA Blind Signatures
     21 	\end{itemize}
     22 \end{frame}
     23 
     24 
     25 \begin{frame}{\faIcon{project-diagram} Project Management}
     26     \begin{columns}[T] % align columns
     27 		\begin{column}{.48 \textwidth}
     28 			Project Management:
     29             \begin{itemize}
     30                 \item Waterfall vs. Agile % Explain that we used waterfall on a high-level and agile on proposal or on
     31                 \item Project Analysis % SWOT, requirements
     32                 \item ClickUp with Kanban-Boards and Gantt-Chart % Git für Thesis, deliverables etc.
     33                 \item Git to manage code and deliverables
     34                 \item Markdown notes for meetings, thoughts, etc.
     35 			\end{itemize}
     36 		\end{column}%
     37 		\hfill%
     38 		\begin{column}{.48\textwidth}
     39             Project Phases:
     40             \begin{itemize}
     41                 \item Phase 1: Initiation
     42                 \item Phase 2: Planning
     43                 \item Phase 3: Execution
     44                 \begin{itemize}
     45                     \item a) Design Phase
     46                     \item b) Specification Phase
     47                     \item c) Implementation Phase
     48                 \end{itemize}
     49                 \item Phase 4: Discussion
     50                 \item Phase 5: Closure
     51             \end{itemize}
     52 		\end{column}%
     53 	\end{columns}
     54 \end{frame}