116 lines
2.5 KiB
TeX
116 lines
2.5 KiB
TeX
\documentclass[12pt,a4paper]{article}
|
|
\usepackage[margin=2.5cm]{geometry}
|
|
|
|
\usepackage{fancyhdr}
|
|
\setlength{\headheight}{15pt}
|
|
\pagestyle{fancy}
|
|
\fancyhf{}
|
|
\lhead{\textbf{Université de Bretagne Occidentale}}
|
|
\rhead{\textbf{Master M1 TIIL-A}}
|
|
\renewcommand{\headrulewidth}{0.4pt}
|
|
\cfoot{\thepage}
|
|
\fancypagestyle{plain}{
|
|
\fancyhf{}
|
|
\lhead{\textbf{Université de Bretagne Occidentale}}
|
|
\rhead{\textbf{Master M1 TIIL-A}}
|
|
\renewcommand{\headrulewidth}{0.4pt}
|
|
\cfoot{\thepage}
|
|
}
|
|
|
|
\usepackage{fontspec}
|
|
\setmainfont{Linux Libertine O}
|
|
\usepackage{microtype}
|
|
\usepackage[french]{babel}
|
|
\usepackage[autostyle]{csquotes}
|
|
\MakeOuterQuote{"}
|
|
\usepackage{enumitem}
|
|
\usepackage[dvipsnames]{xcolor}
|
|
\usepackage{graphicx}
|
|
\usepackage{titlesec}
|
|
\usepackage{booktabs}
|
|
\usepackage{array}
|
|
\usepackage{caption}
|
|
\usepackage[
|
|
pdfusetitle,
|
|
colorlinks=true,
|
|
citecolor=purple,
|
|
filecolor=black,
|
|
linkcolor=blue,
|
|
urlcolor=blue,
|
|
linktoc=page,
|
|
]{hyperref}
|
|
\usepackage{biblatex}
|
|
% \addbibresource{main.bib}
|
|
|
|
\usepackage{framed}
|
|
\definecolor{bgtitle}{RGB}{85,85,85}
|
|
\definecolor{bgbox}{RGB}{232,232,232}
|
|
\definecolor{shadecolor}{RGB}{232,232,232}
|
|
\newcommand*{\simplebox}[1]{%
|
|
\begin{center}
|
|
\begin{minipage}{12cm}
|
|
\begin{shaded}
|
|
#1
|
|
\end{shaded}
|
|
\end{minipage}
|
|
\end{center}
|
|
}
|
|
|
|
\titleformat{\section}{\Large\bfseries}{\thesection.}{0.5em}{}
|
|
\titleformat{\subsection}{\large\bfseries}{\thesubsection.}{0.5em}{}
|
|
|
|
\title{\textbf{Research Project Proposal}}
|
|
\author{}
|
|
\date{}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\vspace{-1.5cm}
|
|
\noindent\textbf{Project Code:} \hfill \texttt{FYP/YYYY/XXX} \\
|
|
\textbf{Supervisor:} \hfill Name (email@example.com) \\
|
|
\textbf{Co-Supervisor:} \hfill Name (email@example.com) \\
|
|
\textbf{Project Type:} \hfill Research \\
|
|
\textbf{Research Area:} \hfill Systems
|
|
|
|
\section{Description}
|
|
|
|
\section{Keywords}
|
|
|
|
\section{Objectives}
|
|
|
|
\section{Expected Deliverables}
|
|
|
|
\section{Working Plan}
|
|
|
|
\subsection{Sequential Tasks}
|
|
|
|
\begin{itemize}
|
|
\item Understanding of the topic and its scope
|
|
\item Extensive literature review
|
|
\item Solution proposal and validation
|
|
\item Design and implementation
|
|
\item Evaluation and testing
|
|
\end{itemize}
|
|
|
|
\subsection{Parallel Tasks}
|
|
|
|
\begin{itemize}
|
|
\item Weekly progress meetings
|
|
\item Monthly presentations
|
|
\item Drafting of thesis
|
|
\item Research paper preparation
|
|
\end{itemize}
|
|
|
|
\section{Previous Work}
|
|
|
|
\section{Bibliography}
|
|
|
|
\nocite{*}
|
|
\printbibliography[heading=none]
|
|
|
|
\section{Computation Requirements}
|
|
|
|
\end{document}
|