Skip to content

Commit

Permalink
Merge pull request #3 from argenos/design-update
Browse files Browse the repository at this point in the history
Design update to b-it blue
  • Loading branch information
argenos authored May 23, 2019
2 parents 13715f9 + ed7f37c commit 3be0e55
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 49 deletions.
Binary file modified LastNameI-[RnD-MT]Proposal.pdf
Binary file not shown.
28 changes: 14 additions & 14 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,26 +55,26 @@ \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.

\begin{figure}[h!]
\includegraphics[width=\textwidth]{rnd_deliverable_timeline}
\caption{}
\includegraphics[width=\textwidth]{images/rnd_deliverable_timeline}
\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
File renamed without changes
76 changes: 41 additions & 35 deletions 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 Expand Up @@ -98,7 +98,7 @@
not set. Please fix this.}

% Colors
\definecolor{hbrs}{RGB}{11,161,226}
\definecolor{hbrs}{RGB}{1,106,186}

\definecolor{keywords}{RGB}{0,100,0}
\definecolor{comments}{RGB}{0,100,50}
Expand Down Expand Up @@ -194,10 +194,10 @@ Supervised by\par
\fancyhf{}
\renewcommand*\headrulewidth{0pt}
\renewcommand*\footrulewidth{0pt}
\fancyfoot[L]{\@author}
\fancyhead[C]{\@title}
\fancyfoot[C]{\thepage}
\fancyfoot[R]{\@project}
\fancyfoot[L]{\color{darkgray}\footnotesize\@author}
\fancyhead[C]{\color{darkgray}\footnotesize\@title}
\fancyfoot[C]{\color{darkgray}\footnotesize\thepage}
\fancyfoot[R]{\color{darkgray}\footnotesize\@project}
}

%% Fancy style for the main matter.
Expand All @@ -220,35 +220,41 @@ Supervised by\par
% \renewcommand*\sectionmark[1]{\markright{\textcolor{hbrs}{\thesection.\ } #1}}

%% Chapter titles have the same layout as parts.
\titleformat{\chapter}
[display]
{\flushleft}%format
{\bfseries\Large}%label
{0pt}%sep
{\bfseries\Large\thechapter.~}%before code
% [\vspace{-1cm}]
\titleformat{name=\chapter,numberless}
[display]
{\flushleft}
{\bfseries\Large}
{0pt}
{\bfseries\Large}

\titlespacing{\chapter}{0pt}{-50pt}{10pt}

\titleformat{\section}
[display]
{\flushleft}%format
{\bfseries\large}%label
{0pt}%sep
{\bfseries\large\thesection.~}%before code

\titleformat{\subsection}
[display]
{\flushleft}%format
{\bfseries\large}%label
{0pt}%sep
{\bfseries\large\thesubsection.~}%before code
% \titleformat{\chapter}
% [display]
% {\flushleft}%format
% {\bfseries\Large}%label
% {0pt}%sep
% {\bfseries\Large\thechapter.~}%before code
% % [\vspace{-1cm}]
% \titleformat{name=\chapter,numberless}
% [display]
% {\flushleft}
% {\bfseries\Large}
% {0pt}
% {\bfseries\Large}
%
% \titlespacing{\chapter}{0pt}{-50pt}{10pt}
%
% \titleformat{\section}
% [display]
% {\flushleft}%format
% {\bfseries\large}%label
% {0pt}%sep
% {\bfseries\large\thesection.~}%before code
%
% \titleformat{\subsection}
% [display]
% {\flushleft}%format
% {\bfseries\large}%label
% {0pt}%sep
% {\bfseries\large\thesubsection.~}%before code

\usepackage{sectsty}
\chapterfont{\color{hbrs}}
\sectionfont{\color{hbrs}}
\subsectionfont{\color{hbrs}}
\subsubsectionfont{\color{hbrs}}

% \titleformat{\section}
% [block]
Expand Down

0 comments on commit 3be0e55

Please sign in to comment.