fix(dissertation): clearer wording

This commit is contained in:
Anthony Berg 2024-05-19 19:21:39 +01:00
parent 828edb17cc
commit c7bcecf552
4 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@
\subsection{Checklists} \subsection{Checklists}
\begin{itemize} \begin{itemize}
\item Checklists have been shown to aid in minimising human errors~\cite{manifesto} \item Checklists have been shown to aid in minimizing 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

View File

@ -51,8 +51,8 @@
as engine fire, could monitor the engine temperature or thrust as engine fire, could monitor the engine temperature or thrust
produced by engine produced by engine
\item This would have required a substantial amount of planning \item This would have required a substantial amount of planning
as checklists does have a bit of logic like if statements, as checklists do have conditional statements,
for example \enquote{If APU is available, then do \ldots else do \ldots} for example \enquote{If APU is available, then do Step 3 else do Step 4}
\end{itemize} \end{itemize}
\item Objective 2.b. was also met to an extent \item Objective 2.b. was also met to an extent
\begin{itemize} \begin{itemize}
@ -95,7 +95,7 @@ to monitor
state has been achieved (e.g. Engine is no longer on fire) state has been achieved (e.g. Engine is no longer on fire)
\end{itemize} \end{itemize}
\item Expanding out of the scope of the objectives, \item Expanding out of the scope of the objectives,
adding logic, such as the if statements to the checklist conditional logic, such as if statements, to the checklist
would be the next logical step would be the next logical step
\begin{itemize} \begin{itemize}
\item VDM-SL would be really helpful for this, as can be used to \item VDM-SL would be really helpful for this, as can be used to

Binary file not shown.

View File

@ -1 +1 @@
4626 4624