30 lines
1.3 KiB
TeX
30 lines
1.3 KiB
TeX
\documentclass[12pt]{article}
|
|
\usepackage[a4paper, total={7in, 10in}]{geometry}
|
|
|
|
\usepackage{graphicx}
|
|
\usepackage{abstract}
|
|
\usepackage{hyperref}
|
|
\usepackage{listings}
|
|
\usepackage{amssymb}
|
|
\usepackage{fancyhdr}
|
|
\usepackage{adjustbox}
|
|
|
|
|
|
\begin{document}
|
|
|
|
\section{Project Organization / Structure}
|
|
\subsection{Process Model}
|
|
This project utilizes an iterative development and deployment using SCRUM methodologies.
|
|
\begin{table}[!hbt]
|
|
\centering
|
|
\begin{tabular}{|l|l|l|l|l|}
|
|
\hline
|
|
\textbf{Crash Avoidance System} & Planned Completion Date & Placed Under Change Control & Deliverable to Customer? & People Who Must Sign Off \\ \hline
|
|
Develop Crash Avoidance System (CAS) & December 31st, 2021 & No & & Project Manager Engineering Lead, Documentation Lead \\ \hline
|
|
Develop In-Flight Test of \\Crash Avoidance System (IFTCAS) & December 31st, 2022 & No & & Project Manager Engineering Lead, Documentation Lead \\ \hline
|
|
Incorporate Test Results and \\Associated Design Changes \\into Final System & December 31st, 2023 & No & & Project Manager Engineering Lead, Documentation Lead, Customer Approval \\ \hline
|
|
TBD & TBD & TBD & TBD & TBD \\ \hline
|
|
\end{tabular}
|
|
\end{table}
|
|
|
|
\end{document} |