
UM-FST-MSc-Thesis-Proposal-Template
作者:
Sunny
最近上传:
2 年前
许可:
Creative Commons CC BY 4.0
摘要:
Master Thesis Proposal Template

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\documentclass[a4paper, titlepage, 12pt]{article}
\usepackage[left=3cm, right=3cm, top=4cm, bottom=4cm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{color}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{array}
\usepackage[hidelinks]{hyperref}
\usepackage{graphicx}
\usepackage[square,sort,comma,numbers]{natbib}
% SET YOUR DATA HERE
% This is a preliminary title for your thesis.
\newcommand{\thesisTitle}{My Thesis' Title}
% Your full name.
\newcommand{\name}{John Doe}
% The time frame in which you want to write the thesis.
\newcommand{\timeFrame}{January 2020 - July 2020}
% The primary supervisor. You probably do not need to change this.
\newcommand{\supervisor}{Prof. Dr. Tilmann Rabl}
% The name(s) of your advisor(s). This is probably the PhD student or PostDoc that you are working with.
\newcommand{\advisor}{Name of Advisor\\Second Advisor (if there is one)}
\newcommand\todo[1]{\colorbox{yellow}{#1}}
\setlength{\bibsep}{0.0pt}
\begin{document}
\begin{titlepage}
\begin{center}
\LARGE{Master Thesis Proposal}\\[0.7cm]
\Huge{\textbf{\thesisTitle}}
\vspace{1cm}
by \\[1.0cm]
\Large{\textbf{\name}} \\[3pt]
\vspace{0.5cm}
\large{Time frame: \timeFrame} \\
\vspace{1cm}
% \large{\textbf{Supervisor}}\\
% \supervisor\\
\vspace{2.5cm}
\large{\textbf{Supervisor}}\\
\supervisor\\[3.0cm]
\includegraphics[width=4cm]{images/um_logo_bw_vp2.png}\\[1.0cm]
Faculty of Science and Technology \\
University of Macau
\end{center}
\end{titlepage}
\input{sections/1_motivation}
\input{sections/2_goal}
\input{sections/3_approach}
\input{sections/4_related-work}
\newpage
\input{sections/5_project-plan}
\clearpage
\bibliographystyle{plain}
{\small
\bibliography{references}
}
\end{document}