HKUST-GZ MPhil PQA Template
Author
You-Liang HUANG, Zhijun MA
Last Updated
un anno fa
License
LaTeX Project Public License 1.3c
Abstract
This is a home-made latex template for Thesis Proposal for MPhil Degree
% Introduction: This is a home-made latex template for Thesis Proposal for MPhil Degree at HKUST-GZ.
% Disclaimer: Authours of this template won't be held responsible for any error, damage, and loss.
% Date: Dec. 12th 2023
\documentclass[12pt]{article}
\renewcommand{\tiny}{\normalsize}
\renewcommand{\footnotesize}{\normalsize}
\renewcommand{\small}{\normalsize}
\renewcommand{\large}{\normalsize}
\renewcommand{\Large}{\normalsize}
\renewcommand{\LARGE}{\normalsize}
\renewcommand{\huge}{\normalsize}
\renewcommand{\Huge}{\normalsize}
\usepackage{times}
\usepackage[normalem]{ulem}
\useunder{\uline}{\ul}{}
\usepackage{ulem}
\usepackage{mathptmx}
\usepackage{setspace}
\usepackage[raggedright]{titlesec}
\usepackage{geometry}
\usepackage{changepage}
\usepackage{indentfirst}
\usepackage{graphicx}
\titleformat{\section}{\normalsize\bfseries}{\arabic{section}}{0.5em}{}[]
\titleformat{\subsection}{\normalsize\bfseries}{\arabic{section}.\arabic{subsection}}{0.5em}{}[]
\titleformat{\subsubsection}{\normalsize\bfseries}{\arabic{section}.\arabic{subsection}.\arabic{subsubsection}}{0.5em}{}[]
\titlespacing*{\section}{1em}{0em}{0em}
\titlespacing*{\subsection}{2.5em}{0em}{0em}
\titlespacing*{\subsubsection}{4em}{0em}{0em}
\newenvironment{subs}{\adjustwidth{3em}{0pt}}{\endadjustwidth}
% set one-and-half spacing
\setstretch{1.5}
% set the page format
\geometry{a4paper, top=25mm, bottom=25mm, left=25mm, right=25mm}
% comply with the official template
\usepackage{etoolbox}% http://ctan.org/pkg/etoolbox
\makeatletter
\def\@part[#1]#2{%
\ifnum \c@secnumdepth >\m@ne
\refstepcounter{part}%
\addcontentsline{toc}{part}{\thepart\hspace{1em}#1}%
\else
\addcontentsline{toc}{part}{#1}%
\fi
{\parindent \z@ \raggedright
\interlinepenalty \@M
\normalfont
\ifnum \c@secnumdepth >\m@ne
\normalsize\bfseries\partname\nobreakspace\thepart
\hspace{0.5em}\nobreak
\fi
\normalsize \bfseries #2%
\markboth{}{}\par}%
\nobreak
\vskip 1ex
\@afterheading}
\patchcmd{\@part}{\par}{\quad}{}{}
\makeatother
\newcommand{\thesistitle}{\textbf{Thesis Proposal for MPhil Degree}}
% Personal Info % Only Edit Content %
\newcommand{\thesisauthor}{Your Name}
\newcommand{\SID}{Your student id}
\newcommand{\groupproject}{\uline{This is my ultimate super extra very long distinguished outstanding awesome extremely good group project title}}
\newcommand{\projectmanager}{Your Project Manager}
\newcommand{\projectsupervisor}{Your Project Supervisor}
\newcommand{\individualproject}{\uline{This is my ultimate super extra very long distinguished outstanding awesome extremely good individual project title}}
\newcommand{\thesissupervisor}{Your Academic Supervisor}
\newcommand{\thrust}{Your Thrust and Hub}
\newcommand{\thesisdate}{01/2024}
\begin{document}
\include{cover}
\newpage
\tableofcontents
\pagenumbering{roman}
\setcounter{page}{2}
\newpage
\setcounter{page}{1}
\pagenumbering{arabic}
\part{Introduction to the Group Project}
\setcounter{section}{1}
\subsection{Background and Objective}
\begin{subs}
This is a test messsage.
\end{subs}
\subsection{Significance}
\subsection{Project Composition}
\subsection{Project Connections}
\subsection{Project Milestones}
\part{Proposal of the Individual Project}
\setcounter{section}{2}
\setcounter{subsection}{0}
\subsection{Significance and Relevance of the Individual Project to the Group Project}
\subsubsection{Complementary Role}
\subsubsection{Value Addition}
\subsubsection{Interdependence}
\subsection{Statement of the Individual Project in Details}
\subsubsection{Literature/Market Review and Problem Definition}
\subsubsection{Objective and Scope of the Project}
\subsubsection{Research Method and Justification}
\subsubsection{Execution Plan}
\subsubsection{Intended Outcomes}
\subsection{Project Milestones}
\subsection{Budget Plan}
\subsubsection{Estimated Budge}
\subsubsection{Budget Breakdown}
\subsubsection{Cost-Effectiveness}
\subsection{Risk Analysis and Mitigation}
\subsubsection{Potential Risks or Challenges}
\subsubsection{Impact of the Risks}
\newpage
\bibliographystyle{IEEEtran}
\bibliography{reference}
\addcontentsline{toc}{section}{Reference}
\end{document}