From 30035ec87326f0ae926fa49405b2690808b0f7ac Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Wed, 16 Oct 2019 12:24:57 -0700 Subject: [PATCH] Add template --- requirements.latex | 61 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 requirements.latex diff --git a/requirements.latex b/requirements.latex new file mode 100644 index 0000000..0289303 --- /dev/null +++ b/requirements.latex @@ -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}