ci: remove submodules

This commit is contained in:
Anthony Berg
2024-02-02 14:13:34 +00:00
parent 28b21113e7
commit 476bcd34cc
6 changed files with 382 additions and 4 deletions

72
pub/proposal/proposal.tex Normal file
View 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}