Copy it, or hit Open in editor to load it into the live preview and start editing immediately.
\documentclass[12pt, a4paper]{article}
\usepackage{lmodern}
\usepackage{microtype}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{geometry}
\geometry{margin=2.5cm}
\usepackage{setspace}
\onehalfspacing
\usepackage{amsmath}
\usepackage[hidelinks]{hyperref}
\usepackage{titlesec}
\title{Research Proposal \\[0.3em] {\large Title of Your Proposed Research}}
\author{Candidate Name\\
{\small Proposed Supervisor: Prof. Name}\\
{\small Institution, Department}}
\date{\today}
\begin{document}
\maketitle
\section{Research Overview}
\subsection{Background}
Briefly introduce the research area and its importance.
\subsection{Problem Statement}
Clearly state the gap in knowledge that your research will address.
\subsection{Research Questions}
\begin{enumerate}
\item Primary: How does X affect Y in context Z?
\item Secondary: Can method A scale to settings B?
\end{enumerate}
\section{Literature Review}
Summarize key existing work and explain how your research builds on it.
Key papers: \cite{smith2023, jones2022}.
\section{Methodology}
\subsection{Research Design}
Describe your overall approach (qualitative/quantitative/mixed).
\subsection{Methods}
\begin{itemize}
\item Data collection: ...
\item Analysis: ...
\item Validation: ...
\end{itemize}
\subsection{Mathematical Approach}
Describe any key equations or models if applicable:
\[
\hat{y} = f(\mathbf{x}; \theta) + \varepsilon, \quad \varepsilon \sim \mathcal{N}(0, \sigma^2)
\]
\section{Timeline}
\begin{tabular}{ll}
Months 1--6 & Literature review, data collection \\
Months 7--18 & Model development and experiments \\
Months 19--30 & Analysis, writing, dissemination \\
Months 31--36 & Thesis writing and submission \\
\end{tabular}
\section{Expected Contributions}
This research will contribute:
\begin{itemize}
\item A new theoretical framework for...
\item An empirical study demonstrating...
\item Open-source tools enabling...
\end{itemize}
\section{Budget Justification}
If applicable, justify funding requirements here.
\begin{thebibliography}{9}
\bibitem{smith2023} Smith, J. (2023). \textit{Key paper}. Nature, 610, 1--8.
\bibitem{jones2022} Jones, A. (2022). \textit{Related work}. ICML, pp. 1--10.
\end{thebibliography}
\end{document}