mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-12-19 11:08:00 +01:00
ci: remove submodules
This commit is contained in:
72
pub/proposal/proposal.tex
Normal file
72
pub/proposal/proposal.tex
Normal file
@@ -0,0 +1,72 @@
|
||||
\documentclass[a4paper]{article}
|
||||
|
||||
% 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}
|
||||
\clearpage\tableofcontents
|
||||
\thispagestyle{empty}
|
||||
\end{titlepage}
|
||||
|
||||
% 4 PAGE LIMIT %
|
||||
% Context
|
||||
\section{Context}
|
||||
\subsection{Introduction}
|
||||
\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}
|
||||
\end{itemize}
|
||||
|
||||
\subsection{Key Background Sources}
|
||||
|
||||
|
||||
% 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}
|
||||
|
||||
|
||||
\clearpage
|
||||
|
||||
|
||||
% References
|
||||
\section{References}
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user