Add project plan
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
679d37ea9c
commit
b147f24c64
3 changed files with 60 additions and 0 deletions
|
@ -1 +1,46 @@
|
||||||
\chapter{Project Management}
|
\chapter{Project Management}
|
||||||
|
\section{Project Plan}
|
||||||
|
\begin{sidewaysfigure}
|
||||||
|
\begin{ganttchart}[
|
||||||
|
vgrid,
|
||||||
|
hgrid,
|
||||||
|
x unit=0.9cm,
|
||||||
|
y unit chart=0.6cm,
|
||||||
|
y unit title=0.6cm, % height of title line and gap
|
||||||
|
title height=1 % use full height for title, leaving no gap
|
||||||
|
]{1}{18}
|
||||||
|
\gantttitle{Project Plan}{18}
|
||||||
|
\\
|
||||||
|
|
||||||
|
\gantttitlelist{1,...,18}{1}
|
||||||
|
\\
|
||||||
|
|
||||||
|
\gantttitle{September}{2}
|
||||||
|
\gantttitle{October}{4}
|
||||||
|
\gantttitle{November}{5}
|
||||||
|
\gantttitle{December}{4}
|
||||||
|
\gantttitle{January}{3}
|
||||||
|
\\
|
||||||
|
|
||||||
|
\ganttbar{Create Project Plan}{1}{2} \\
|
||||||
|
\ganttbar{Research Other Solutions}{1}{2} \\
|
||||||
|
\ganttbar{Write Introduction}{2}{2} \\
|
||||||
|
\ganttbar{Define Use Cases \& Personas}{3}{3} \\
|
||||||
|
\ganttbar{Define Requirements}{3}{4} \\
|
||||||
|
\ganttbar{Plan Solution}{5}{6} \\
|
||||||
|
\ganttbar{Document Solution}{5}{6} \\
|
||||||
|
\ganttbar{Define Test Cases}{6}{6} \\
|
||||||
|
\ganttbar{Create Prototype for Sender}{7}{9} \\
|
||||||
|
\ganttbar{Create Prototype for Receiver}{8}{10} \\
|
||||||
|
\ganttbar{Testing}{11}{12} \\
|
||||||
|
\ganttbar{Benchmarking}{11}{12} \\
|
||||||
|
\ganttbar{Document Materials \& Methods}{13}{13} \\
|
||||||
|
\ganttbar{Document Future Work}{13}{13} \\
|
||||||
|
\ganttbar{Create Abstract}{14}{14} \\
|
||||||
|
\ganttbar{Create Poster}{14}{15} \\
|
||||||
|
\ganttbar{Create Movie}{16}{16} \\
|
||||||
|
\ganttbar{Finish Thesis Report}{16}{17} \\
|
||||||
|
\ganttbar{Prepare Presentations}{17}{18}
|
||||||
|
\end{ganttchart}
|
||||||
|
\caption{Project Plan}
|
||||||
|
\end{sidewaysfigure}
|
||||||
|
|
|
@ -15,6 +15,9 @@
|
||||||
pdfusetitle,
|
pdfusetitle,
|
||||||
]{hyperref}
|
]{hyperref}
|
||||||
|
|
||||||
|
\usepackage{pgfgantt}
|
||||||
|
\usepackage{rotating}
|
||||||
|
|
||||||
% https://tex.stackexchange.com/a/24827
|
% https://tex.stackexchange.com/a/24827
|
||||||
\makeatletter
|
\makeatletter
|
||||||
\def\input@path{{documentation/thesis/content}}
|
\def\input@path{{documentation/thesis/content}}
|
||||||
|
|
|
@ -5,3 +5,15 @@
|
||||||
* Meeting with Reto
|
* Meeting with Reto
|
||||||
* Testing measuring magnetic field when CPU is stressed out
|
* Testing measuring magnetic field when CPU is stressed out
|
||||||
* No real change measurable
|
* No real change measurable
|
||||||
|
|
||||||
|
# 2022-09-23
|
||||||
|
* Test out multiple speakers
|
||||||
|
* Test measuring magnetic field of speakers while playing sounds
|
||||||
|
* Research functionality of a speaker
|
||||||
|
* Start work on the project plan using pgfgantt
|
||||||
|
|
||||||
|
# 2022-09-25
|
||||||
|
* Another test with a speaker
|
||||||
|
* No change measurable in magnetmeter even if I can see the coil vibrate
|
||||||
|
* I assume the change in the magnetic field is too small to be measured
|
||||||
|
* Finish project plan
|
||||||
|
|
Reference in a new issue