diff --git a/pub/proposal/proposal.pdf b/pub/proposal/proposal.pdf index 58dfaf3..820e2a3 100644 Binary files a/pub/proposal/proposal.pdf and b/pub/proposal/proposal.pdf differ diff --git a/pub/proposal/proposal.tex b/pub/proposal/proposal.tex index 86d29b4..e6def6c 100644 --- a/pub/proposal/proposal.tex +++ b/pub/proposal/proposal.tex @@ -7,7 +7,7 @@ \usepackage{array} % For referencing -\usepackage{biblatex} +\usepackage[citestyle=ieee]{biblatex} \addbibresource{references.bib} % This should be loaded last @@ -48,13 +48,17 @@ \end{itemize} \subsection{Key Background Sources} -\begin{tabularx}{\linewidth}{p{5em} X} +\begin{tabularx}{\linewidth}{p{8em} X} \toprule Resource & Info \\ \midrule - \multirow{4}{*}{\parbox{5em}{This needs to be fixed as it will overflow}} - & Description: Filler \\ - & Reason: Filler \\ & \\ & \\ + \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} @@ -106,6 +110,7 @@ My project: % References +\nocite{*} \printbibliography[heading=bibnumbered] \end{document} \ No newline at end of file diff --git a/pub/proposal/references.bib b/pub/proposal/references.bib index e69de29..fe7cca9 100644 --- a/pub/proposal/references.bib +++ b/pub/proposal/references.bib @@ -0,0 +1,13 @@ +@report{AWE1549, + author = {National Tranportation Safety Board}, + number = {PB2010-910403}, + title = {Loss of Thrust in Both Engines + After Encountering a Flock of Birds + and Subsequent Ditching on the Hudson River}, + type = {Technical Report}, + institution = {}, + date = {2010}, + month = {5}, + day = {3}, + url = {https://www.ntsb.gov/investigations/Pages/DCA09MA026.aspx}, +}