feat(dissertation): add formal section and split up safety into subsections

This commit is contained in:
Anthony Berg 2024-05-12 18:24:37 +01:00
parent 5bb332238c
commit 4e3c8d5ca7
2 changed files with 26 additions and 1 deletions

View File

@ -1,6 +1,8 @@
\documentclass[../dissertation.tex]{subfiles} \documentclass[../dissertation.tex]{subfiles}
\begin{document} \begin{document}
%%%%% HYPOTHESIS %%%%%
\section{Hypothesis} \section{Hypothesis}
\begin{itemize} \begin{itemize}
\item Checklists can be tested in a simulated environment \item Checklists can be tested in a simulated environment
@ -14,15 +16,38 @@
\end{itemize} \end{itemize}
\section{Safety} %%%%% SAFETY %%%%%
\section{Safety in Aviation}
\subsection{History}
% TODO write about:
% - Safety became more of a concern when more passengers and more planes in the sky
% - Safety procedures being added
% - Rates of accidents
\begin{itemize} \begin{itemize}
\item 70-80\% of aviation accidents are attributed to human factors~\cite{faa-reasons} \item 70-80\% of aviation accidents are attributed to human factors~\cite{faa-reasons}
\end{itemize}
\subsection{Checklists}
\begin{itemize}
\item Checklists have been shown to aid in minimising human errors~\cite{manifesto} \item Checklists have been shown to aid in minimising human errors~\cite{manifesto}
\item However, checklists can be misleading and compromise the safety of the aircraft \item However, checklists can be misleading and compromise the safety of the aircraft
due to them being either too confusing or taking too long to complete~\cite{nasa-design} due to them being either too confusing or taking too long to complete~\cite{nasa-design}
\item That is why testing checklists are important to avoid these situations \item That is why testing checklists are important to avoid these situations
\end{itemize} \end{itemize}
%%%%% FORMAL METHODS %%%%%
\section{Formal Methods}
% TODO add quick overview of what Formal Methods are
% Potential resource: https://shemesh.larc.nasa.gov/fm/fm-what.html
\subsection{History}
\subsection{Application}
%%%%% SOLUTION STACK %%%%%
\section{Solution Stack} \section{Solution Stack}
\begin{itemize} \begin{itemize}
\item There would be around 3 main components to this tester \item There would be around 3 main components to this tester

Binary file not shown.