Thesis Specifacation Template
Author
Bedour Alshaigy
Last Updated
a year ago
License
Creative Commons CC BY 4.0
Abstract
Template for submitting thesis specification. Special thanks to: Sudarsan Bhargavan
Template for submitting thesis specification. Special thanks to: Sudarsan Bhargavan
\documentclass[a4, 12pt]{article}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\lhead{Uppsala University}
\cfoot{\thepage}
\rfoot{Student Personnummer} %12 Digits
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0.5pt}
\begin{document}
\begin{titlepage}
\begin{figure}
\begin{center}
\includegraphics[scale=0.5]{Images/UU_LOGO.png}
\end{center}
\end{figure}
\thispagestyle{fancy}
\vspace{1in}
\center
\textsc{\large MASTER THESIS SPECIFICATION} %Change to Bachelor if applicable
\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:} \\
Name \\
Email \\
Signature
\end{flushleft}
\end{minipage}
\begin{minipage}{0.48\textwidth}
\begin{flushright}
\textit{Supervisor:} \\
Name \\
Email \\
Signature
\end{flushright}
\end{minipage}
\vspace{.5in}
\begin{minipage}{.97\textwidth}
\begin{flushleft}
\textit{Subject Reviewer:} \\
Name \\
Email \\
Signature
\end{flushleft}
\end{minipage}
\vspace{.5in}
\textbf{\large Department of Information Technology} \\
\today
\end{titlepage}
\newpage
\setcounter{page}{2}
\tableofcontents
\newpage
\section{Title}
\section{Abstract}
\section{Background}
\section{Description of Tasks}
\section{Methods}
\section{Relevant Courses}
\section{Delimitations}
\section{Time Plan}
\bibliography{sources}
\bibliographystyle{IEEEtran}
\end{document}