feat(proposal): add bulletpoints for introduction

This commit is contained in:
Anthony 2024-02-08 13:04:33 +00:00
parent d1583e2840
commit 03caf15b5b
2 changed files with 20 additions and 16 deletions

Binary file not shown.

View File

@ -1,5 +1,7 @@
\documentclass[a4paper]{article}
\usepackage{csquotes}
% Tables
\usepackage{tabularx}
\usepackage{booktabs}
@ -28,23 +30,25 @@
% Context
\section{Context}
\subsection{Introduction}
\subsubsection*{Context}
\begin{itemize}
\item US Airways Flight 1549 had two interesting points in the investigation
\url{https://en.wikipedia.org/wiki/US_Airways_Flight_1549}
\begin{enumerate}
\item Checklist in the QRH for ditching was in a poor order,
i.e. ditch button was one of the last options
\item NTSB tried to use simulators, where they tested
the simulator with immediate reactions - which were
deemed us unrealistic
\end{enumerate}
\item Reasons for project
\begin{itemize}
\item Order is important, especially for time sensitive
situations
\item Seeing what the action of forgetting a step could
result in - Checklist Manifesto intro
\end{itemize}
\item Designing Emergency Checklists is difficult
\item Checklists are usually carried out in high
workload environments, especially emergency ones
\end{itemize}
\subsubsection*{Problem}
\begin{itemize}
\item There are some checklists that may not be fit
for certain scenarios
\item Some checklists may make pilots \enquote{stuck}
\item Checklists may take too long to carry out - Swissair 111
\end{itemize}
\subsubsection*{Rationale}
\begin{itemize}
\item Test checklists in a simulated environment
\item Results in being able to see where to improve checklists
\end{itemize}
\subsection{Key Background Sources}