MASS_Thesis_Template_approved
Author:
Brandon Rajkumar
Last Updated:
5 mesi fa
License:
Creative Commons CC BY 4.0
Abstract:
A suggested template for the MASS Thesis.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass[12pt]{article}
% Language setting
% Replace `english' with e.g. `spanish' to change the document language
\usepackage[english]{babel}
\usepackage{csquotes}
% Set page size and margins
% Replace `letterpaper' with `a4paper' for UK/EU standard size
\usepackage[letterpaper,top=2cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
% Useful packages
\usepackage{lipsum}
\usepackage{natbib}
\usepackage{amsmath,scalerel}
\usepackage{amsmath}
\usepackage{multicol}
\usepackage{multirow}
\usepackage{graphicx}
\usepackage{adjustbox}
\usepackage{float}
\usepackage[arrowdel]{physics}
%\usepackage{subfig}
%\usepackage{subfigure}
\usepackage{subcaption}
\usepackage{textcomp, gensymb}
\usepackage[official]{eurosym}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
%\usepackage[style=windycity, ,autocite=inline]{biblatex}
%\addbibresource{references.bib}
\DeclareMathSizes{12}{12}{12}{12}
\usepackage{environ}
\usepackage[position=top]{subcaption}
\newcommand{\upperRomannumeral}[1]{\uppercase\expandafter{\romannumeral#1}}
\newcommand{\lowerromannumeral}[1]{\romannumeral#1\relax}
\author{Brandon Rajkumar}
\begin{document}
\pagenumbering{roman}
\begin{titlepage}
\centering
\includegraphics[width=0.8\textwidth]{images/Picture1.png}
\vspace{1cm} % Adjust the vertical space as needed
\large\textbf{Erasmus Mundus Master}\par
\large\textbf{in Astrophysics and Space Science}\par
\vspace{1cm} % Adjust the vertical space as needed
\large\textbf{Master Thesis}\par
\vspace{2cm} % Adjust the vertical space as needed
\Large\textbf{This is the title of a superb thesis on astrophysics and space science}\par
% \Large\textbf{Subtitle}\par %subtitle if need
\vspace{2cm} % Adjust the vertical space as needed
\begin{table}[!ht]
{
\centering
\begin{tabular}{p{3in}p{2.5in}}
Supervisors & Author \\
~ & ~ \\
Prof. Albert Einstein & Cecilia Payne-Gaposchkin \\
Physics Dept., University of … & ~ \\
~ & ~ \\
Prof. Vera Florence Cooper Rubin & ~ \\
Astronomy Dept., University of … & ~ \\
\end{tabular}}
\end{table}
\vspace{2cm} % Adjust the vertical space as needed
\normalsize{Academic Year 202X/202X}
\vspace{1cm} % Adjust the vertical space as needed
\includegraphics[width=\textwidth]{images/Picture3.png}
\end{titlepage}
\newpage
\vspace*{\fill}
This Master thesis is submitted in partial fulfillment of the requirements
for the degree $<$name of degree (please insert the title adopted by the
university from which the candidate graduates)$>$ as part of a multiple
degree awarded in the framework of the Erasmus Mundus Joint Master
in Astrophysics and Space Science $--$ MASS jointly delivered by a Consortium of four Universities: Tor Vergata University of Rome, University
of Belgrade, University of Bremen, and Université Cote d'Azur,
regulated by the MASS Consortium Agreement and funded by the EU
under the call ERASMUS-EDU-2021-PEX-EMJM-MOB.
\vspace*{\fill}
\newpage
\include{chapters/0_contents}
\newpage
\pagenumbering{arabic}
\include{chapters/01_Abstract}
\include{chapters/1_Introduction}
\include{chapters/2_Title_Chapter_1}
\include{chapters/3_Title_Chapter_2}
\include{chapters/4_Title_Chapter_3}
\include{chapters/5_Title_Chapter_4}
\include{chapters/6_Title_Chapter_5}
\include{chapters/7_Conclusion}
\include{chapters/8_Bibliography}
\include{chapters/9_Appendix_A}
\include{chapters/10_Acknowledgements}
\end{document}