initial commit
This commit is contained in:
77
Projet/main.tex
Normal file
77
Projet/main.tex
Normal file
@@ -0,0 +1,77 @@
|
||||
\documentclass[12pt,a4paper]{article}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[margin=2.5cm]{geometry}
|
||||
\usepackage{enumitem}
|
||||
\usepackage[dvipsnames]{xcolor}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{titlesec}
|
||||
\usepackage{lmodern}
|
||||
\usepackage[
|
||||
hyperref,
|
||||
backend=biber,
|
||||
style=numeric,
|
||||
% sorting=none,
|
||||
% maxcitenames=1,
|
||||
% maxbibnames=3,
|
||||
% backref=true
|
||||
]{biblatex}
|
||||
\addbibresource{main.bib}
|
||||
|
||||
\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}
|
||||
Reference in New Issue
Block a user