120 lines
3.4 KiB
TeX

\documentclass[a4paper]{article}
\usepackage{csquotes}
% Tables
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{array}
% For referencing
\usepackage[citestyle=ieee]{biblatex}
\addbibresource{references.bib}
% This should be loaded last
\usepackage[colorlinks]{hyperref}
\usepackage{subfiles}
\author{Anthony Berg}
\title{Project Proposal}
\begin{document}
% Title Page and contents
\begin{titlepage}
\clearpage\maketitle
\thispagestyle{empty}
\end{titlepage}
% 4 PAGE LIMIT %
% Context
\section{Context}
\subsection{Introduction}
\subsubsection*{Context}
\begin{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}
\begin{tabularx}{\linewidth}{p{8em} X}
\toprule
Resource & Info \\
\midrule
\multirow{2}{*}{\parbox{8em}{US Airways 1549 NTSB Investigation~\cite{AWE1549}}}
& \textbf{Description:} An investigation on an aircraft that
suffered from a dual engine failure from a bird strike
forcing the pilots to land on the Hudson River. \\
& \textbf{Reason:} The investigation found that the QRH was too
lengthy and the pilots' used their experience to prioritize
essential actions outside the QRH to keep the aircraft in control. \\
\bottomrule
\end{tabularx}
% Aim (or hypothesis) and Objectives
\section{Aim and Objectives}
% Planning
\section{Planning}
\subsection{Diagrammatic Work Plan}
\subsection{Brief Explanation}
\subsection{Risks}
% END OF 4 PAGE LIMIT %
\clearpage
% Ethics
\section{Ethics}
\subsection{Ethics Checklist}
% Copied from "../../doc/proposal/Specification.pdf"
% Should be left unchanged, unless dealing with formatting
My project:
\begin{enumerate}
\item Will \textit{not} involve working with \textbf{animals} or
users/staff/premises of the \textbf{NHS}
\item Will be carried out \textbf{within the UK or European
Economic Area}
\item Will \textit{not} have any impact on the \textbf{environment}
\item Will \textit{not} work with populations who do \textit{not}
have \textbf{capacity to consent}
\item Will \textit{not} involve work with \textbf{human tissues}
\item Will \textit{not} involve work with \textbf{vulnerable groups}
(Children/Learning disabled/Mental health issues, etc.)
\item Will \textit{not} involve any \textit{potentially}
\textbf{sensitive topics} (Examples include but are not
exclusive to body image; relationships; protected
characteristics; sexual behaviours; substance use;
political views; distressing images, etc.)
\item Will \textit{not} involve the collection of any identifiable
personal data
\end{enumerate}
\subsection{Ethical Considerations}
\clearpage
% References
\nocite{*}
\printbibliography[heading=bibnumbered]
\end{document}