Templates

Modern PhD Thesis

Preview

Modern PhD Thesis

Modern thesis template with clean typography, chapter formatting, and academic front matter

Category

Academic

License

Free to use (MIT)

File

phd-thesis-modern/main.tex

main.texRead-only preview
\documentclass[12pt, a4paper, oneside]{report}
\usepackage[margin=1in]{geometry}
\usepackage{amsmath, amssymb}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{booktabs}
\usepackage{setspace}
\usepackage{fancyhdr}
\usepackage{titlesec}
\usepackage[titles]{tocloft}

\onehalfspacing

\pagestyle{fancy}
\fancyhf{}
\fancyhead[R]{\thepage}
\fancyhead[L]{\leftmark}
\renewcommand{\headrulewidth}{0.4pt}

\titleformat{\chapter}[display]
  {\normalfont\huge\bfseries}
  {\chaptertitlename\ \thechapter}{20pt}{\Huge}

\title{
    \vspace{-2cm}
    {\LARGE Your University Name} \\[1cm]
    {\Huge\bfseries Title of Your PhD Thesis} \\[1cm]
    {\Large A thesis submitted for the degree of \\
    Doctor of Philosophy}
}

\author{
    {\Large Your Full Name} \\[0.5cm]
    Department of Your Department \\
    Faculty of Your Faculty \\[1cm]
    Supervisor: Prof.\ Supervisor Name
}

\date{March 2026}

\begin{document}

\maketitle
\thispagestyle{empty}

\newpage
\thispagestyle{empty}

\chapter*{Declaration}
I hereby declare that this thesis is my own original work and has not been submitted for any other degree or professional qualification.

\vspace{2cm}
\noindent\rule{6cm}{0.4pt} \\
Your Name \\
March 2026

\chapter*{Abstract}
This thesis presents [brief overview of your research]. The work addresses [research problem] through [methodology]. Key findings include [main results]. The contributions of this work are significant for [field/domain].

\chapter*{Acknowledgements}
I would like to thank my supervisor, Prof.\ [Name], for their guidance throughout this research. I am also grateful to [collaborators, funding bodies, family].

\tableofcontents
\listoffigures
\listoftables

\chapter{Introduction}
\label{chap:intro}

\section{Background and Motivation}
Provide context for your research area and explain why this work is important.

\section{Research Questions}
\begin{enumerate}
    \item RQ1: What is the first research question?
    \item RQ2: What is the second research question?
    \item RQ3: What is the third research question?
\end{enumerate}

\section{Contributions}
Summarize the novel contributions of this thesis.

\section{Thesis Outline}
Chapter~\ref{chap:intro} introduces the research context. Chapter~\ref{chap:literature} reviews related work. Chapter~\ref{chap:methodology} describes the methodology.

\chapter{Literature Review}
\label{chap:literature}

\section{Theoretical Foundations}
Review the theoretical background relevant to your research.

\section{Related Work}
Discuss prior work and identify gaps your research addresses.

\chapter{Methodology}
\label{chap:methodology}

\section{Research Design}
Describe your overall research approach.

\section{Data Collection}
Explain how data was gathered.

\section{Analysis Methods}
Detail the analytical techniques used. For example:
\begin{equation}
    \mathcal{L}(\theta) = -\frac{1}{N} \sum_{i=1}^{N} \left[ y_i \log \hat{y}_i + (1 - y_i) \log(1 - \hat{y}_i) \right]
    \label{eq:loss}
\end{equation}

\chapter{Results}

\section{Experimental Results}

\begin{table}[h]
    \centering
    \caption{Summary of experimental results.}
    \begin{tabular}{lcc}
        \toprule
        Method & Metric 1 & Metric 2 \\
        \midrule
        Baseline & 0.72 & 0.68 \\
        Proposed & \textbf{0.89} & \textbf{0.85} \\
        \bottomrule
    \end{tabular}
\end{table}

\chapter{Discussion and Conclusion}

\section{Discussion}
Interpret your results and discuss their implications.

\section{Limitations}
Acknowledge the limitations of your study.

\section{Future Work}
Suggest directions for future research.

\section{Conclusion}
Provide a concise summary of your thesis contributions.

\appendix
\chapter{Supplementary Material}
Include any additional data, proofs, or materials.

\bibliographystyle{plain}
\bibliography{references}

\end{document}
Bibby Mascot

PDF Preview

Create an account to compile and preview

Modern PhD Thesis LaTeX Template | Free Download & Preview - Bibby