Dept of Information Technologies Master Thesis Proposal Template
Author
Sudarsan Bhargavan
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
Template for Master Thesis Proposal [Dept of Information Technologies] Uppsala University
Template for Master Thesis Proposal [Dept of Information Technologies] Uppsala University
\documentclass[a4, 12pt]{article}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\lhead{Uppsala University}
\cfoot{\thepage}
\rfoot{Student Name}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0.5pt}
\begin{document}
\begin{titlepage}
\begin{figure}
\begin{minipage}{0.48\textwidth}
\begin{flushleft}
\includegraphics[scale=0.5]{Images/UU_LOGO.png}
\end{flushleft}
\end{minipage}\hfill
\begin{minipage}{0.48\textwidth}
\begin{flushright}
\includegraphics[scale=0.2]{Images/Logo.png}
\end{flushright}
\end{minipage}
\end{figure}
\thispagestyle{fancy}
\vspace{1in}
\center
\textsc{\large MASTER THESIS SPECIFICATION}
\vspace{0.5in}
\noindent\makebox[\linewidth]{\rule{\linewidth}{1.2pt}}
\textsc{ \textbf{\large Title }}
\noindent\makebox[\linewidth]{\rule{\linewidth}{1.2pt}}
\vspace{0.5in}
\begin{minipage}{0.48\textwidth}
\begin{flushleft}
\textit{Student:} \\
Student Name \\
Email
\end{flushleft}
\end{minipage}
\begin{minipage}{0.48\textwidth}
\begin{flushright}
\textit{Supervisor:} \\
Supervisor Name \\
Email
\end{flushright}
\end{minipage}
\vspace{2in}
\textbf{\large Department of Information Technologies} \\
\today
\end{titlepage}
\newpage
\setcounter{page}{2}
\tableofcontents
\newpage
\section{Title}
\section{Background}
\section{Description of Tasks}
\section{Methods}
\section{Relevant Courses}
\section{Delimitations}
\section{Time Plan}
\bibliography{sources}
\bibliographystyle{IEEEtran}
\end{document}