\documentclass[a4paper]{article} % Tables \usepackage{tabularx} \usepackage{booktabs} \usepackage{multirow} \usepackage{array} % For referencing \usepackage{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} \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} \begin{tabularx}{\linewidth}{p{5em} X} \toprule Resource & Info \\ \midrule \multirow{2}{*}{\parbox{5em}{This needs to be fixed as it will overflow}} & Description: Filler \\ & Reason: Filler \\ \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 \printbibliography[heading=bibnumbered] \end{document}