Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design update to b-it blue #3

Merged
merged 8 commits into from
May 23, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change to article class
  • Loading branch information
argenos committed Jun 6, 2018
commit 68283765db6ce8869ee39fb63d0743c6940013f9
26 changes: 13 additions & 13 deletions LastNameI-[RnD-MT]Proposal.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,33 +20,33 @@

\pagestyle{plain}

\chapter{Introduction}
\section{Introduction}
\begin{itemize}
\item An introduction to the general topic you are covering.
\item Why is it important?
\end{itemize}

\section{Problem Statement}
\subsection{Problem Statement}
\begin{itemize}
\item What are you going to solve?
\item How are you evaluating?
\end{itemize}


\chapter{Related Work}
\section{Related Work}
\begin{itemize}
\item What have other people done?
\item Why is it not sufficient?
\end{itemize}

\section{Section 1}
\section{Section 2}
\subsection{Subsection 1}
\subsection{Subsection 2}



\chapter{Project Plan}
\section{Project Plan}

\section{Work Packages}
\subsection{Work Packages}
The bare minimum will include the following packages:
\begin{enumerate}
\item[WP1] Literature Search
Expand All @@ -55,15 +55,15 @@ \section{Work Packages}
\end{enumerate}
Keep in mind that depending on your project, you will probably need to add work packages that are more suited to your projects.

\section{Milestones}
\subsection{Milestones}
\begin{enumerate}
\item[M1] Literature search
\item[M2] Experimental setup
\item[M3] Experimental Analysis
\item[M4] Report submission
\end{enumerate}

\section{Project Schedule}
\subsection{Project Schedule}
Include a gantt chart here. It doesn't have to be detailed, but it should include the milestones you mentioned above.
Make sure to include the writing of your report throughout the whole project, not just at the end.

Expand All @@ -73,8 +73,8 @@ \section{Project Schedule}
\label{}
\end{figure}

\section{Deliverables}
\subsection{Minimum Viable}
\subsection{Deliverables}
\subsubsection{Minimum Viable}

\begin{itemize}
\item Survey
Expand All @@ -83,12 +83,12 @@ \subsection{Minimum Viable}
\item Demo on youBot or Jenny
\end{itemize}

\subsection{Expected}
\subsubsection{Expected}
\begin{itemize}
\item Comparation of approaches in the robot
\end{itemize}

\subsection{Desired}
\subsubsection{Desired}
\begin{itemize}
\item Integration to scenario
\end{itemize}
Expand Down
2 changes: 1 addition & 1 deletion mas_proposal.cls
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
\ProcessOptions\relax

% Load class options
\LoadClass[12pt,a4paper, oneside]{book}
\LoadClass[12pt,a4paper, oneside]{article}

%-------------------------------------------------------------------------------
% VARIOUS REQUIRED PACKAGES AND CONFIGURATIONS
Expand Down