-
Notifications
You must be signed in to change notification settings - Fork 0
/
Report.tex
123 lines (69 loc) · 2.61 KB
/
Report.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
\documentclass{physics_article_B}
%\mytitle{My project report}
%\myname{AUTHOR}
%\studentid{}
%\date{}
\begin{document}
\begin{titlepage} % Suppresses headers and footers on the title page
\centering % Centre everything on the title page
\scshape % Use small caps for all text on the title page
\vspace*{\baselineskip} % White space at the top of the page
%------------------------------------------------
% Title
%------------------------------------------------
\rule{\textwidth}{1.6pt}\vspace*{-\baselineskip}\vspace*{2pt} % Thick horizontal rule
\rule{\textwidth}{0.4pt} % Thin horizontal rule
\vspace{0.75\baselineskip} % Whitespace above the title
{\LARGE REMOTE SENSING\\ OF \\ EUMETSAT DATA\\} % Title
\vspace{0.75\baselineskip} % Whitespace below the title
\rule{\textwidth}{0.4pt}\vspace*{-\baselineskip}\vspace{3.2pt} % Thin horizontal rule
\rule{\textwidth}{1.6pt} % Thick horizontal rule
\vspace{2\baselineskip} % Whitespace after the title block
%------------------------------------------------
% Subtitle
%------------------------------------------------
%A Number of Fascinating and Life-changing Templates Presented in a Clear and Concise Way % Subtitle or further description
\vspace*{\baselineskip} % Whitespace under the subtitle
%------------------------------------------------
% Editor(s)
%------------------------------------------------
%Edited By
\vspace{0.7cm} % Whitespace before the editors
{\scshape\Large Matt\'ea Goalan\\Subin Saji \\ } % Editor list
\vspace{0.5\baselineskip} % Whitespace below the editor list
%\textit{University of Nottingham \\ } % Editor affiliation
\vspace{0.8cm}
\centering
\includegraphics[width = 100mm]{ndvi_av_jan.png}
% \caption{NDVI image of area over the West African Coastline}
% \includegraphics[width = 80mm]{img_press_140106_suomi-npp.jpg}
% {Photo Credits: ESA}
%\vfill % Whitespace between editor names and publisher logo
%------------------------------------------------
% Publisher
%------------------------------------------------
%\plogo % Publisher logo
% \vspace{1cm} % Whitespace under the publisher logo
% Publication year
%{\scshape\Large Supervisor: Dr. Steven Bamford \\ }
\vspace{1cm}
November 2021
\end{titlepage}
\tableofcontents
\newpage
\begin{abstract}
\input{abstract.tex}
\end{abstract}
\section{Introduction}
\input{intro.tex}
\section{Methods and Data}
\input{Methods}
\section{Results}
\input{Results}
\section{Discussions}
\input{Discussions.tex}
\section{Conclusions}
\input{Conclusion}
\bibliography{savedrecs}
\bibliographystyle{unsrtnat}
\end{document}