%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% ERIGrid 2.0 Reporting Template
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt]{report}
\usepackage{erigrid2} % ERIGrid 2.0 specific definitions and styles
\usepackage[utf8]{inputenc} % UTF8 package
\usepackage[T1]{fontenc}
\usepackage{textcomp} % common special chars
\usepackage{amsmath} % math formula
\usepackage{fancybox}
\usepackage{anyfontsize} % fonts
\usepackage{lipsum}
\usepackage{cleveref}
\usepackage[printonlyused]{acronym}
\hypersetup{
pdftitle={Report Lab Access User Project [User project acronym]},
pdfauthor={[Names of co-authors (partners short names)]},
pdfkeywords={[List of free keywords relevant to the report], European Union (EU), H2020, Project, ERIGrid 2.0, GA 870620},
}
\graphicspath{ {graphics/} }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Definitions
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{defs}
% CHANGE %'s below to make subsection headings visible/invisible in TOC
%\newcommand{\xsubsubsection}[1]{\subsection{#1}}
%\newcommand{\xsubsubsection}[1]{\subsubsection{#1}}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% URL style same as regular text
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\urlstyle{same}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Deliverable Information
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Project Meta Information
\ProjectFullTitle{European Research Infrastructure supporting Smart Grid and Smart Energy Systems Research, Technology Development, Validation and Roll Out -- Second Edition}
\ProjectAcronym{ERIGrid 2.0}
\ProjectRefNo{870620}
% Lab Access User Project Number (according to Lab Access Submission System)
\delivNumber{[nnn]}
% Lab Access User Project Acronym (according to Lab Access User Project Proposal)
\delivShortTile{[Access Project Acronym]}
% Lab Access User Project Full Name (according to Lab Access User Project Proposal)
\delivName{[Lab Access User Project Full Name as it appears in the corresp. proposal]}
% Lab Access User Project Duration (according to the signed contract/actual access period)
\delivFrom{dd/mm/yyyy}
\delivTo{dd/mm/yyyy}
% Report Responsible Partner
\delivResponsible{[Name of Lab Access User Group Leader (institution name)]}
% Report Version
\delivVersion{vn.n}
% Contractual (i.e., one month after the end of the Lab Access)
\ContractualDate{dd/mm/yyyy}
% Actual Date
\ActualDate{dd/mm/yyyy}
% List of Main Authors (usually from the responsible partner)
\delivAuthor{[Names of main authors (institution short names)]}
% List of Co-Authors (all other co-authors should be listed here)
\delivFPAuthor{[Names of co-authors (institution short names)]}
% Provision of free Keywords (about 5-10) and mandatory Keywords
\delivKeywords{[List of free keywords relevant to the report], European Union (EU), H2020, Project, ERIGrid 2.0, GA 870620}
% Report Status
\delivStatus{d} %% d = draft, f = final
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Change Log
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\istChange{dd/mm/yyyy}{v1.0}{Name (Partner short name)}{Draft report template}
\istChange{}{}{}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Cover Page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\makecover
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Table of Contents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
\fancypagestyle{plain}{}
\settableofcontents
\tableofcontents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% List of Figures
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
\setlistoffigures
\listoffigures
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% List of Tables
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
\setlistoftables
\listoftables
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% List of Abbreviations
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{sections/abbreviations}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Deliverable Content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{sections/summary}
\input{sections/information}
\input{sections/state-of-the-art}
\input{sections/experiments}
\input{sections/results}
\input{sections/improvements}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% References
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
\bibliography{literature/references}
\bibliographystyle{apacite}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Appendix
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\appendix
\input{sections/appendix-a}
\input{sections/appendix-b}
\input{sections/appendix-c}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Back Page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\makedisclaimer
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%