Basic gantt chart
This commit is contained in:
		
							parent
							
								
									04648d7d85
								
							
						
					
					
						commit
						ca9558f110
					
				@ -1,10 +1,11 @@
 | 
				
			|||||||
\documentclass[10pt, draftclsnofoot,onecolumn]{IEEEtran}
 | 
					\documentclass[10pt, draftclsnofoot,onecolumn]{IEEEtran}
 | 
				
			||||||
\usepackage{todonotes}
 | 
					\usepackage{todonotes}
 | 
				
			||||||
\usepackage{caption}
 | 
					\usepackage{caption}
 | 
				
			||||||
 | 
					\usepackage{pgfgantt}
 | 
				
			||||||
\linespread{1}
 | 
					\linespread{1}
 | 
				
			||||||
\begin{document}
 | 
					\begin{document}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\title{Fenceless Grazing Problem Statement}
 | 
					\title{Fenceless Grazing Requirements}
 | 
				
			||||||
\author{Danila Fedorin \and Matthew Sessions \and Ryan Alder}
 | 
					\author{Danila Fedorin \and Matthew Sessions \and Ryan Alder}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\maketitle
 | 
					\maketitle
 | 
				
			||||||
@ -120,5 +121,34 @@ into traffic or another dangerous location.
 | 
				
			|||||||
\subsection{System life cycle sustainment}
 | 
					\subsection{System life cycle sustainment}
 | 
				
			||||||
\subsection{Packaging, handling, shipping and transportation}
 | 
					\subsection{Packaging, handling, shipping and transportation}
 | 
				
			||||||
\section{Verification}
 | 
					\section{Verification}
 | 
				
			||||||
 | 
					\section{Gantt Chart}
 | 
				
			||||||
 | 
					\begin{ganttchart}[
 | 
				
			||||||
 | 
						x unit=.55mm,
 | 
				
			||||||
 | 
						time slot format=isodate
 | 
				
			||||||
 | 
					]{2019-10-01}{2020-06-30}
 | 
				
			||||||
 | 
					\gantttitlecalendar{year, month=name} \\
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					\ganttgroup{Collar}{2019-10-01}{2020-03-01} \\
 | 
				
			||||||
 | 
					\ganttbar{Design}{2019-10-20}{2020-01-01} \\
 | 
				
			||||||
 | 
					\ganttmilestone{Purchase Parts}{2020-01-03} \\
 | 
				
			||||||
 | 
					\ganttbar{Assemble}{2020-01-05}{2020-02-01} \\
 | 
				
			||||||
 | 
					\ganttbar{Test}{2020-02-01}{2020-03-01} \\
 | 
				
			||||||
 | 
					\ganttgroup{Server}{2019-10-01}{2020-05-01} \\
 | 
				
			||||||
 | 
					\ganttbar{Design}{2019-10-20}{2020-01-01} \\
 | 
				
			||||||
 | 
					\ganttbar{Implement}{2020-01-01}{2020-04-01} \\
 | 
				
			||||||
 | 
					\ganttbar{Test}{2020-04-01}{2020-05-01} \\
 | 
				
			||||||
 | 
					\ganttgroup{Application}{2019-10-01}{2020-05-01} \\
 | 
				
			||||||
 | 
					\ganttbar{Design}{2019-10-20}{2020-01-01} \\
 | 
				
			||||||
 | 
					\ganttbar{Implement}{2020-01-01}{2020-04-01} \\
 | 
				
			||||||
 | 
					\ganttbar{Test}{2020-04-01}{2020-05-01} \\
 | 
				
			||||||
 | 
					\ganttgroup{Project}{2019-10-01}{2020-06-30} \\
 | 
				
			||||||
 | 
					\ganttbar{Finalize}{2020-05-01}{2020-06-15}
 | 
				
			||||||
 | 
					\ganttlink{elem1}{elem2}
 | 
				
			||||||
 | 
					\ganttlink{elem2}{elem3}
 | 
				
			||||||
 | 
					\ganttlink{elem3}{elem4}
 | 
				
			||||||
 | 
					\ganttlink{elem6}{elem7}
 | 
				
			||||||
 | 
					\ganttlink{elem7}{elem8}
 | 
				
			||||||
 | 
					\ganttlink{elem10}{elem11}
 | 
				
			||||||
 | 
					\ganttlink{elem11}{elem12}
 | 
				
			||||||
 | 
					\end{ganttchart}
 | 
				
			||||||
\end{document}
 | 
					\end{document}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user