From 6951f0bcd24e538d87c1b82dd99bfa01eacdef31 Mon Sep 17 00:00:00 2001
From: sara <sara.halter@gmx.ch>
Date: Wed, 22 Dec 2021 22:41:32 +0100
Subject: Projekplan updated

---
 doc/projectplan/ProjectPlan.pdf | Bin 32833 -> 36851 bytes
 doc/projectplan/ProjectPlan.tex | 109 +++++++++++++++++++++++++++++++++++++++-
 2 files changed, 108 insertions(+), 1 deletion(-)

diff --git a/doc/projectplan/ProjectPlan.pdf b/doc/projectplan/ProjectPlan.pdf
index 09848d1..77c59ee 100644
Binary files a/doc/projectplan/ProjectPlan.pdf and b/doc/projectplan/ProjectPlan.pdf differ
diff --git a/doc/projectplan/ProjectPlan.tex b/doc/projectplan/ProjectPlan.tex
index efa54ec..007706d 100644
--- a/doc/projectplan/ProjectPlan.tex
+++ b/doc/projectplan/ProjectPlan.tex
@@ -236,7 +236,7 @@ If there will be some time left, we may also use a car to demonstrate some other
 \newgeometry{vmargin = 2.5cm, hmargin = 1.5cm} 
 \begin{landscape}
 	\begin{figure}[h]
-		\caption{Project schedule (Gantt diagram)}
+		\caption{Project schedule planned (Gantt diagram)}
 		\begin{ganttchart}[
 			expand chart = \linewidth,
 			% use dates
@@ -334,5 +334,112 @@ If there will be some time left, we may also use a car to demonstrate some other
 		\end{ganttchart}
 	\end{figure}
 \end{landscape}
+
+\clearpage
+\newgeometry{vmargin = 2.5cm, hmargin = 1.5cm} 
+\begin{landscape}
+	\begin{figure}[h]
+		\caption{Project schedule effective (Gantt diagram)}
+		\begin{ganttchart}[
+			expand chart = \linewidth,
+			% use dates
+			time slot format = isodate,
+			% set up canvas
+			canvas/.append style = {thick},
+			title/.style = {draw, thick},
+			% set grid
+			vgrid = {*6{dotted}, *1{blue!50!black, thick, dotted}},
+			% set height and width
+			x unit = 2.5mm,
+			y unit chart = 12mm,
+			% put everything in the chart 
+			inline,
+			% modify positioning of elements
+			group top shift = .6,
+			bar top shift = .1,
+			bar height = .4,
+			milestone top shift = .2,
+			milestone height = .3,
+			% colored elements
+			bar/.append style={
+				fill = teal!30!white,
+			},
+			bar incomplete/.append style={
+				fill = white
+			},
+			progress label text=\relax,
+			% modify stile of elements
+			bar/.append style = {
+				thick,
+			},
+			bar inline label node/.append style = {
+				font = \footnotesize,
+			},
+			milestone/.append style = {
+				fill = red!50!white, thick,
+			},
+			milestone inline label node/.append style = {
+				font = \footnotesize\itshape,
+				below = 3mm, xshift = 2mm,
+				anchor = north east,
+				fill = white,
+			},
+			]{2021-09-20}{2021-12-26}
+			
+			\gantttitlecalendar{month = name, week = 38} \\
+			
+			\ganttgroup{Research}{2021-09-21}{2021-11-28}
+			\ganttnewline
+			
+			\ganttbar[progress=100]{Theory}{2021-09-22}{2021-12-07}
+			\ganttnewline
+			
+			\ganttbar [progress=100]{Software Toolboxes}{2021-09-29}{2021-10-18}
+			\ganttnewline
+			
+			\ganttbar[progress=100]{Hardware}{2021-10-04}{2021-10-27}
+			\ganttnewline			
+			
+			\ganttgroup{Prototype}{2021-10-04}{2021-10-31}
+			\ganttgroup{Demonstration}{2021-11-03}{2021-12-05}
+			\ganttnewline
+			
+			\ganttbar[progress=100]{Simulation}{2021-10-13}{2021-10-18}
+			\ganttbar[progress=100]{Hardware}{2021-10-18}{2021-10-31}
+			\ganttmilestone{Working SDR TX -- RX}{2021-11-01}
+			\ganttbar[progress=100]{Fading model}{2021-11-03}{2021-12-19}
+			\ganttnewline
+			\ganttbar[progress=100]{Measurements}{2021-11-20}{2021-12-22}
+			\ganttmilestone{Working fading TX -- RX}{2021-12-06}
+			\ganttnewline
+			
+			\ganttgroup{Documentation}{2021-09-21}{2021-12-20}
+			\ganttnewline
+			
+			\ganttbar{Project Plan}{2021-09-21}{2021-10-04}
+			\ganttmilestone{Submission}{2021-10-05}
+			\ganttbar[progress=100]{Elevator Pitch Video}{2021-12-23}{2021-12-24}
+			\ganttbar[progress=100]{Abstract}{2021-12-14}{2021-12-17}
+			\ganttmilestone{Abstract Draft}{2021-12-10}
+			\ganttnewline
+			
+			\ganttbar[progress=100]{Introduction and Task Desc./Methods (SW and HW)}{2021-10-30}{2021-12-22}
+			%\ganttbar[progress=0]{Methods (SW and HW)}{2021-10-27}{2021-12-22}
+			\ganttnewline
+			\ganttbar[progress=100]{Results}{2021-12-20}{2021-12-22}
+			\ganttmilestone{Ready}{2021-12-12}
+			\ganttbar[progress=100]{Review}{2021-12-17}{2021-12-23}
+			\ganttmilestone{Submission}{2021-12-23}
+			\ganttnewline
+			
+			\ganttbar[progress=100]{Theory}{2021-10-12}{2021-12-18}
+			\ganttbar[progress=100]{Slides}{2021-12-21}{2021-12-23}
+			\ganttmilestone{Presentation}{2021-12-23}
+			\ganttnewline
+		\end{ganttchart}
+	\end{figure}
+\end{landscape}
+
+
 \restoregeometry
 \end{document}
-- 
cgit v1.2.1