Thesis Proposal Template
Forfatter
Zhipeng Wang
Sidst opdateret
2 år siden
Licens
Creative Commons CC BY 4.0
Resumé
This is a template for research thesis proposal.
\documentclass{article}
% Language setting
% Replace `english' with e.g. `spanish' to change the document language
\usepackage[english]{babel}
\usepackage{float}
\usepackage{wrapfig}
% Set page size and margins
% Replace `letterpaper' with `a4paper' for UK/EU standard size
\usepackage[letterpaper,top=2cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
% Useful packages
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\title{Proposal Title}
\author{Supervisor \#, Supervisor Name}
\date{}
\begin{document}
\maketitle
%%Insert an interesting figure for your proposal
\begin{wrapfigure}{r}{0.5\textwidth}
\begin{center}
\includegraphics[width=0.25\textwidth]{thesis.png}
\end{center}
\end{wrapfigure}
%% Introduction for the proposal, for example:
Introduction and Background for the proposal.
Explanation of the proposal's goals and to-dos.
% Blockchains are known to store executed transactions in perpetuity. This permanent data storage, however, was constructed through a volatile datastream, often referred to as the memory pool (mempool), or peer-to-peer (P2P) network layer data. Once recorded, the volatile P2P layer data provides valuable insights into the participating peers, how data propagates and which data did not make it into the blockchain.
% In this work, you can get creative and explore the mempool data. We will provide you with extensive data that you can play with and derive insights from. We have many potential research questions that you can address, but would first welcome you to brainstorm about possible ideas.
%%Prerequisites for this project, for example:
\subsubsection*{Prerequisites:}
\begin{itemize}
\item SSH, Linux terminal handling
\item SQL data processing
\item Golang coding (\href{https://go.dev/tour/welcome/1}{learnable within the project time}).
\item Please be familiar with all our related works.
% \href{https://scholar.google.com/citations?hl=en&user=jLr_xi4AAAAJ&view_op=list_works&sortby=pubdate}{our related works}.
\end{itemize}
\subsubsection*{Available to:}
\begin{itemize}
\item Students at our university.
\item Any student/researcher worldwide that can demonstrate signs of exceptional ability\\(please send max 3-5 bullet points to the contact points below).
\end{itemize}
%%Information of supervisors and TAs
\subsubsection*{Contact:}
\begin{itemize}
\item Supervisor Name: \href{mailto:XXX@gmail.com}{XXXX@gmail.com}
\item TA Name: \href{mailto:XXX@gmail.com}{XXXX@gmail.com}
\end{itemize}
%\bibliographystyle{alpha}
%\bibliography{sample}
\end{document}