-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresentation.tex
62 lines (47 loc) · 1.97 KB
/
presentation.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
\documentclass[usenames, dvipsnames, handout, aspectratio=169]{beamer}
%% comment out these following two lines if you want single slide per page version.
% \usepackage{pgfpages}
% \pgfpagesuselayout{2 on 1}[a4paper,border shrink=5mm]
\input{Theme/beamer_theme.tex}
\addbibresource{phd.bib}
\title{Hybrid Physics/ML Tropical Cyclone Hazard Modelling \vspace{-25pt}}
\titlegraphic{\includegraphics[width=\linewidth]{images/NASA-KATRINA-SIDEON.jpg}}
%\includegraphics[height=1.25cm]{Theme/Logos/UCC.png}\hspace{0.5cm}\includegraphics[height=1.25cm]{Theme/Logos/small-bas.png}
%}
\author{Simon Thomas}
\institute{Supervisor: Dr.~Dan Jones
%University of Cambridge | British Antarctic Survey\\
%\href{mailto:[email protected]}{[email protected]} | \href{mailto:[email protected]}{[email protected]}
}
\date{} %\today
\immediate\write18{texcount -nc -inc -merge -sum -q presentation.tex > wordcount/pres_wordcount.tex}
\begin{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
{\setbeamertemplate{footline}{} % turns off footline in title slide.
\frame{\titlepage}}
%%%%%%%%%%%%%%%%%%%%%%%%%-------import sections-----%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\input{pres-sec/intro.tex}
%\input{pres-sec/model-intro.tex}
%\input{pres-sec/coast-processing.tex}
%\input{pres-sec/init-zos.tex}
%\input{pres-sec/tau-reg.tex}
%\input{pres-sec/ea-ext.tex}
%\input{pres-sec/evt.tex}
%\input{pres-sec/end.tex}
%\input{pres-sec/therm.tex}
%\input{pres-sec/fourier.tex}
%\input{pres-sec/lag.tex}
%\input{pres-sec/write-up-plan.tex}
%\input{pres-sec/viva.tex}
\input{pres-sec/prop.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%--------Bibliography-----%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}[allowframebreaks]
\renewcommand*{\bibfont}{\footnotesize} % I think that this command does not work.
\footnotesize
\frametitle{References}
\printbibliography
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%-----appendix-----%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\appendix
\normalsize
%\input{pres-sec/appendix.tex}
\end{document}