fix various things

This commit is contained in:
Andreas Zweili 2019-03-27 21:26:36 +01:00
parent cf3e358c24
commit 71ad00bf6d
2 changed files with 101 additions and 84 deletions

View File

@ -12,9 +12,11 @@
* Einführung
** Einführung
- <2-> Grafische Oberfläche für das \newline Kommandozeilen Programm "BorgBackup"
- <3-> Evaluation der Technologien
- <2-> Das Kommandozeilen Programm "BorgBackup" mittels einer grafischen
Oberfläche für normale Benutzer zugänglich machen
- <3-> Evaluation der benötigten Technologien
- <4-> Programmieren der Basis-Funktionen
- <5-> Die Grundlage für ein Open-Source Projekt schaffen
** Einführung
*** Einführung :BMCOL:
@ -40,14 +42,13 @@ file:pictures/inspiration.png
:END:
*Wieso BorgBackup?*
- <3-> Open Source Software
- <4-> War cross-plattform fähig
- <5-> Blockbasierte Deduplikation
- <2-> Open-Source Software
- <3-> Ist cross-plattform fähig
- <4-> Blockbasierte Deduplikation
*** Wieso BorgBackup :BMCOL:
:PROPERTIES:
:BEAMER_col: 0.5
:BEAMER_envargs: <1->
:END:
[[file:pictures/borg.jpeg]]
@ -81,15 +82,15 @@ file:pictures/deduplication.png
** Projekt Management
*** Risikoanalyse :BMCOL:
:PROPERTIES:
:BEAMER_col: 0.45
:BEAMER_col: 0.50
:END:
*Ist-Risiko*
- <2-> Ungewohnte Nutzung einer Kommandozeilen Applikation
- <3-> Backups ohne Verschlüsselung
- <4-> Falscher Speicherort
- <5-> Versehentliche Löschung
- <6-> User vergisst Backups zu machen
*Ist-Risiko nicht funktionaler Backups*
1. <2-> Falsche Nutzung einer Kommandozeilen Applikation
2. <3-> Backups ohne Verschlüsselung
3. <4-> Falscher Speicherort
4. <5-> Versehentliche Löschung
5. <6-> User vergisst Backups zu machen
*** Risikoanalyse :BMCOL:
:PROPERTIES:
@ -134,6 +135,21 @@ file:pictures/deduplication.png
** Projekt Mangement
*** Controlling
| *Aufgabe* | *Gesch. Aufwand* | *Effekt. Aufwand* |
| <30> | <10> | <10> |
|------------------------+------------------+-------------------|
| Initialisierung | 22h | 20.3h |
|------------------------+------------------+-------------------|
| Analyse | 47h | 41.6h |
|------------------------+------------------+-------------------|
| Konzept | 34h | 35.1h |
|------------------------+------------------+-------------------|
| Realisierung | 172h | 149.3h |
|------------------------+------------------+-------------------|
| Abschluss und Meetings | 43h | 42.07h |
|------------------------+------------------+-------------------|
| *Total* | 318h | 288.37h |
* Varianten
** Varianten
*Kriterien*
@ -167,9 +183,6 @@ file:pictures/deduplication.png
\end{center}
#+end_export
** Varianten
*Frontend*
** Varianten
*** Frontend :BMCOL:
:PROPERTIES:
@ -209,13 +222,13 @@ file:pictures/pyqt.png
*Werkzeuge*
- <2-> Gnome Planner
- <3-> Emacs
- <4-> Git
- <5-> Qt-Designer
- <6-> Inkscape
- <7-> Draw.io
- <8-> Virtualbox
- Gnome Planner
- Emacs
- Git
- Qt-Designer
- Inkscape
- Draw.io
- Virtualbox
*** Umsetzung :BMCOL:
:PROPERTIES:
@ -224,13 +237,7 @@ file:pictures/pyqt.png
#+begin_export latex
\begin{center}
\includegraphics<2>[width=.9\linewidth]{pictures/tools1.png}%
\includegraphics<3>[width=.9\linewidth]{pictures/tools2.png}%
\includegraphics<4>[width=.9\linewidth]{pictures/tools3.png}%
\includegraphics<5>[width=.9\linewidth]{pictures/tools3.png}%
\includegraphics<6>[width=.9\linewidth]{pictures/tools5.png}%
\includegraphics<7>[width=.9\linewidth]{pictures/tools6.png}%
\includegraphics<8>[width=.9\linewidth]{pictures/tools7.png}%
\includegraphics[width=.9\linewidth]{pictures/tools7.png}%
\end{center}
#+end_export

View File

@ -1,4 +1,4 @@
% Created 2019-03-26 Tue 22:29
% Created 2019-03-27 Wed 21:26
% Intended LaTeX compiler: pdflatex
\documentclass[12pt, aspectratio=1610]{beamer}
@ -23,16 +23,18 @@
\section{Einführung}
\label{sec:orge023b06}
\begin{frame}[label={sec:org9f49b5e}]{Einführung}
\label{sec:orgd2603c7}
\begin{frame}[label={sec:org3e17182}]{Einführung}
\begin{itemize}
\item <2-> Grafische Oberfläche für das \newline Kommandozeilen Programm "`BorgBackup"'
\item <3-> Evaluation der Technologien
\item <2-> Das Kommandozeilen Programm "`BorgBackup"' mittels einer grafischen
Oberfläche für normale Benutzer zugänglich machen
\item <3-> Evaluation der benötigten Technologien
\item <4-> Programmieren der Basis-Funktionen
\item <5-> Die Grundlage für ein Open-Source Projekt schaffen
\end{itemize}
\end{frame}
\begin{frame}[label={sec:org25c7176}]{Einführung}
\begin{frame}[label={sec:orge275b39}]{Einführung}
\begin{columns}
\begin{column}{0.5\columnwidth}
\alert{Inspiration}
@ -51,14 +53,14 @@
\end{columns}
\end{frame}
\begin{frame}[label={sec:org4ab726b}]{Einführung}
\begin{frame}[label={sec:org43fdd59}]{Einführung}
\begin{columns}
\begin{column}{0.5\columnwidth}
\alert{Wieso BorgBackup?}
\begin{itemize}
\item <3-> Open Source Software
\item <4-> War cross-plattform fähig
\item <5-> Blockbasierte Deduplikation
\item <2-> Open-Source Software
\item <3-> Ist cross-plattform fähig
\item <4-> Blockbasierte Deduplikation
\end{itemize}
\end{column}
@ -70,7 +72,7 @@
\end{columns}
\end{frame}
\begin{frame}[label={sec:orgc1dff6b}]{Einführung}
\begin{frame}[label={sec:orgb6270c2}]{Einführung}
\alert{Blockbasierte Deduplikation}
\begin{center}
@ -80,8 +82,8 @@
\section{Projekt Management}
\label{sec:org7c0fc40}
\begin{frame}[label={sec:org26940da}]{Projekt Mangement}
\label{sec:org7069839}
\begin{frame}[label={sec:org804fa32}]{Projekt Mangement}
\begin{columns}
\begin{column}{0.5\columnwidth}
\alert{Wasserfallmodell}
@ -99,17 +101,17 @@
\end{columns}
\end{frame}
\begin{frame}[label={sec:org31b6f31}]{Projekt Management}
\begin{frame}[label={sec:org80d19e5}]{Projekt Management}
\begin{columns}
\begin{column}{0.45\columnwidth}
\alert{Ist-Risiko}
\begin{itemize}
\item <2-> Ungewohnte Nutzung einer Kommandozeilen Applikation
\begin{column}{0.50\columnwidth}
\alert{Ist-Risiko nicht funktionaler Backups}
\begin{enumerate}
\item <2-> Falsche Nutzung einer Kommandozeilen Applikation
\item <3-> Backups ohne Verschlüsselung
\item <4-> Falscher Speicherort
\item <5-> Versehentliche Löschung
\item <6-> User vergisst Backups zu machen
\end{itemize}
\end{enumerate}
\end{column}
\begin{column}{0.45\columnwidth}
@ -124,7 +126,7 @@
\end{columns}
\end{frame}
\begin{frame}[label={sec:org3a5c2b2}]{Projekt Mangement}
\begin{frame}[label={sec:orgbd025b0}]{Projekt Mangement}
\begin{columns}
\begin{column}{0.45\columnwidth}
\alert{Ist-Risiko}
@ -142,14 +144,32 @@
\end{columns}
\end{frame}
\begin{frame}[label={sec:org5c7b81d}]{Projekt Mangement}
\begin{frame}[label={sec:org668b129}]{Projekt Mangement}
\begin{block}{Controlling}
\begin{center}
\begin{tabular}{lll}
\alert{Aufgabe} & \alert{Gesch. Aufwand} & \alert{Effekt. Aufwand}\\
\hline
Initialisierung & 22h & 20.3h\\
\hline
Analyse & 47h & 41.6h\\
\hline
Konzept & 34h & 35.1h\\
\hline
Realisierung & 172h & 149.3h\\
\hline
Abschluss und Meetings & 43h & 42.07h\\
\hline
\alert{Total} & 318h & 288.37h\\
\end{tabular}
\end{center}
\end{block}
\end{frame}
\section{Varianten}
\label{sec:org15ff9ea}
\begin{frame}[label={sec:org15f8ca7}]{Varianten}
\label{sec:org570bc3d}
\begin{frame}[label={sec:org7ee666c}]{Varianten}
\alert{Kriterien}
\begin{itemize}
\item <2-> Cross-plattform kompatibel
@ -160,7 +180,7 @@
\end{itemize}
\end{frame}
\begin{frame}[label={sec:org5d04a57}]{Varianten}
\begin{frame}[label={sec:orgf15e0e5}]{Varianten}
\begin{columns}
\begin{column}{0.3\columnwidth}
\alert{Backend}
@ -181,11 +201,7 @@
\end{columns}
\end{frame}
\begin{frame}[label={sec:org260fa3e}]{Varianten}
\alert{Frontend}
\end{frame}
\begin{frame}[label={sec:org0e7c972}]{Varianten}
\begin{frame}[label={sec:orgbf51340}]{Varianten}
\begin{columns}
\begin{column}{0.3\columnwidth}
\alert{Frontend}
@ -206,7 +222,7 @@
\end{columns}
\end{frame}
\begin{frame}[label={sec:org14d576a}]{Varianten}
\begin{frame}[label={sec:org31f8c37}]{Varianten}
\alert{Resultat}
\begin{center}
@ -215,38 +231,32 @@
\end{frame}
\section{Umsetzung}
\label{sec:orga98862e}
\begin{frame}[label={sec:org96597b8}]{Umsetzung}
\label{sec:orgc3f8645}
\begin{frame}[label={sec:orgbd51315}]{Umsetzung}
\begin{columns}
\begin{column}{0.3\columnwidth}
\alert{Werkzeuge}
\begin{itemize}
\item <2-> Gnome Planner
\item <3-> Emacs
\item <4-> Git
\item <5-> Qt-Designer
\item <6-> Inkscape
\item <7-> Draw.io
\item <8-> Virtualbox
\item Gnome Planner
\item Emacs
\item Git
\item Qt-Designer
\item Inkscape
\item Draw.io
\item Virtualbox
\end{itemize}
\end{column}
\begin{column}{0.5\columnwidth}
\begin{center}
\includegraphics<2>[width=.9\linewidth]{pictures/tools1.png}%
\includegraphics<3>[width=.9\linewidth]{pictures/tools2.png}%
\includegraphics<4>[width=.9\linewidth]{pictures/tools3.png}%
\includegraphics<5>[width=.9\linewidth]{pictures/tools3.png}%
\includegraphics<6>[width=.9\linewidth]{pictures/tools5.png}%
\includegraphics<7>[width=.9\linewidth]{pictures/tools6.png}%
\includegraphics<8>[width=.9\linewidth]{pictures/tools7.png}%
\includegraphics[width=.9\linewidth]{pictures/tools7.png}%
\end{center}
\end{column}
\end{columns}
\end{frame}
\begin{frame}[label={sec:org999a1cb}]{Umsetzung}
\begin{frame}[label={sec:org7f70946}]{Umsetzung}
\alert{Finales Produkt}
\begin{center}
@ -254,7 +264,7 @@
\end{center}
\end{frame}
\begin{frame}[label={sec:orgee133bf}]{Umsetzung}
\begin{frame}[label={sec:orgc849d10}]{Umsetzung}
\alert{Finales Produkt}
\begin{center}
@ -262,7 +272,7 @@
\end{center}
\end{frame}
\begin{frame}[label={sec:org60e3ecf}]{Umsetzung}
\begin{frame}[label={sec:org3fe8df6}]{Umsetzung}
\begin{center}
\begin{tabular}{ll}
\textbf{Speicherverbrauch} & \\
@ -278,7 +288,7 @@ Deduplizierte Grösse & 556.67 GB\\
\end{center}
\end{frame}
\begin{frame}[label={sec:orgc5d4229}]{Umsetzung}
\begin{frame}[label={sec:orgcb4f888}]{Umsetzung}
\begin{columns}
\begin{column}{0.45\columnwidth}
\alert{Soll-Risiko}
@ -297,8 +307,8 @@ Deduplizierte Grösse & 556.67 GB\\
\end{frame}
\section{Abschluss}
\label{sec:org17a94ab}
\begin{frame}[label={sec:org1bf9035}]{Abschluss}
\label{sec:org3804b59}
\begin{frame}[label={sec:org06c9df4}]{Abschluss}
\alert{Fazit}
\begin{itemize}
\item <2-> Die Arbeit war sehr interessant und zeitintensiv
@ -308,10 +318,10 @@ Deduplizierte Grösse & 556.67 GB\\
\end{itemize}
\end{frame}
\begin{frame}[label={sec:orgccda786}]{}
\begin{frame}[label={sec:org5ca43e1}]{}
\alert{\huge{Fragen?}}
\end{frame}
\begin{frame}[label={sec:org5fbcdb2}]{}
\begin{frame}[label={sec:orgd640072}]{}
\alert{\huge{Vielen Dank für die Aufmerksamkeit!}}
\end{frame}
\end{document}