Add template

This commit is contained in:
Danila Fedorin 2019-10-16 12:24:57 -07:00
commit 30035ec873
1 changed files with 61 additions and 0 deletions

61
requirements.latex Normal file
View File

@ -0,0 +1,61 @@
\documentclass[10pt, draftclsnofoot,onecolumn]{IEEEtran}
\linespread{1}
\begin{document}
\title{Fenceless Grazing Problem Statement}
\author{Danila Fedorin \and Matthew Sessions \and Ryan Alder}
\maketitle
% From: ISO/IEC/IEEE 29148:2011, page 44
% 1. Introduction
% 1.1 System purpose
% 1.2 System scope
% 1.3 System overview
% 1.3.1 System context
% 1.3.2 System functions
% 1.3.3 User characteristics
% 1.4 Definitions
% 2. References
% 3. System requirements
% 3.1 Functional requirements
% 3.2 Usability requirements
% 3.3 Performance requirements
% 3.4 System interface
% 3.5 System operations
% 3.6 System modes and states
% 3.7 Physical characteristics
% 3.8 Environmental conditions
% 3.9 System security
% 3.10 Information management
% 3.11 Policies and regulations
% 3.12 System life cycle sustainment
% 3.13 Packaging, handling, shipping and transportation
% 4. Verification (parallel to subsections in Section 3)
\section{Introduction}
\subsection{System purpose}
\subsection{System scope}
\subsection{System overview}
\subsubsection{System context}
\subsubsection{System functions}
\subsubsection{User characteristics}
\subsection{Definitions}
\section{References}
\section{System requirements}
\subsection{Functional requirements}
\subsection{Usability requirements}
\subsection{Performance requirements}
\subsection{System interface}
\subsection{System operations}
\subsection{System modes and states}
\subsection{Physical characteristics}
\subsection{Environmental conditions}
\subsection{System security}
\subsection{Information management}
\subsection{Policies and regulations}
\subsection{System life cycle sustainment}
\subsection{Packaging, handling, shipping and transportation}
\section{Verification}
\end{document}