ULHT_PhD_Thesis_Work_Plan_template_2024
Author
chathuranga basnayaka
Last Updated
před 5 měsíci
License
Creative Commons CC BY 4.0
Abstract
Universidade Lusófona - Centro Universitário de Lisboa, PhD Thesis Work Plan
\documentclass[a4paper, titlepage, 12pt]{article}
\usepackage[a4paper, 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}
\usepackage{fancyhdr}
\usepackage{tocloft}
% SET YOUR DATA HERE
\newcommand{\thesisTitle}{\MakeUppercase{TITLE}}
\newcommand{\name}{Student’s name}
\newcommand{\supervisor}{Prof. Dr. XXX (COPELABS) and Prof. Dr. XXX (XX)}
\newcommand{\advisor}{Name of Advisor\\Second Advisor (if there is one)}
\newcommand{\thesisType}{Bachelor/Master}
\newcommand\todo[1]{\colorbox{yellow}{#1}}
\setlength{\bibsep}{0.0pt}
\renewcommand{\cftsecfont}{\normalsize}
\renewcommand{\cftsecpagefont}{\normalsize}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[C]{\includegraphics[width=\linewidth]{images/header_image.png}}
\fancyfoot[C]{\thepage}
\renewcommand{\headrulewidth}{0pt}
\setlength{\headheight}{61pt}
\addtolength{\topmargin}{-2.25cm}
\begin{document}
\pagenumbering{arabic}
\begin{titlepage}
\thispagestyle{empty}
\begin{center}
\vspace*{-3.4cm}
\includegraphics[width=\linewidth]{images/header_image.png}\\[1cm]
\begin{figure}[h!]
\centering
\includegraphics[width=\linewidth]{images/logo.jpeg}
\end{figure}
\vspace{2.8cm}
\LARGE{\textbf{PhD Thesis Work Plan}}\\[3cm]
\Large{\textbf{\thesisTitle}} \\
\vspace{2cm}
\normalsize{\textbf{\name}} \\[2pt]
\vspace{0.5cm}
\normalsize{Lisbon, Portugal}\\
\vspace{1cm}
\normalsize{Month Year} \\
\normalsize{ \textbf{University Lusófona de Humanidades e Tecnologias}}\\
\vspace{1cm}
\normalsize{Advisors:}
\supervisor\\
\end{center}
\end{titlepage}
\setcounter{page}{2}
\newpage
\vspace*{-3.25cm}
\includegraphics[width=\linewidth]{images/header_image.png}\\[1cm]
\makeatletter
\let\stdl@section\l@section
\renewcommand*{\l@section}[2]{\stdl@section{\textbf{\MakeUppercase{#1}}}{\textbf{\MakeUppercase{#2}}}}
\let\stdl@subsection\l@subsection
\renewcommand*{\l@subsection}[2]{\stdl@subsection{\textbf{\MakeUppercase{#1}}}{\textbf{\MakeUppercase{#2}}}}
\makeatother
\renewcommand{\cftsecfont}{\bfseries}
\renewcommand{\cftsubsecfont}{\bfseries}
\renewcommand{\cftsecpagefont}{\bfseries}
\renewcommand{\cftsubsecpagefont}{\bfseries}
\tableofcontents
\newpage
\section*{\centering Abstract}
\input{sections/Abstract}
\newpage
\section{Introduction}
\input{sections/1_Introduction }
\section{State of the Art}
\input{sections/2_State_of_the_Art}
\section{Scientific Contributions and Impact}
\input{sections/3_Impact}
\section{Experimental Methods and Tools}
\input{sections/4_method}
\newpage
\section{Work Plan and Methodology}
\input{sections/5_plan}
\section{Conclusions}
\input{sections/6_Conclusions}
\clearpage
\bibliographystyle{plain}
\renewcommand{\bibname}{\textbf{BIBLIOGRAPHY}}
\renewcommand{\refname}{\textbf{Bibliography}}
\addcontentsline{toc}{section}{\textbf{BIBLIOGRAPHY}}
{\small
\bibliography{Bibliography}
}
\end{document}