forked from birnstiel/erc_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
erc_B2.tex
120 lines (80 loc) · 3.2 KB
/
erc_B2.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
\documentclass[B2]{ercgrant}
\author{\textcolor{red}{Dr. John Doe}}
\acro{\textcolor{red}{ACRONYM}}
\title{\textcolor{red}{PROJECT TITLE}}
\institution{\textcolor{red}{Example Institute}}
% ====== BODY OF THE DOCUMENT ======
\begin{document}
\maketitle
%%%%%%%%%%%%% PART B 2 %%%%%%%%%%%%%%%%%%%
\chapter{The Scientific Proposal}
%%%%%%%%%%%%% STATE-OF-THE-ART %%%%%%%%%%%%%%%%%%%
\section{State-of-the-art and objectives}\label{sec:stateofart}
% -----------------------------------------------------------------------------
\subsection*{\textcolor{red}{Introduction}}\label{sec:stateofart:intro}
% -----------------------------------------------------------------------------
\textcolor{red}{\blindtext[5]}
% -----------------------------------------------------------------------------
\subsection*{\textcolor{red}{Subsection}}\label{sec:stateofart:subsection}
% -----------------------------------------------------------------------------
\textcolor{red}{\blindtext[2]}
\textcolor{red}{\blindtext[2]}
% -----------------------------------------------------------------------------
\subsection*{\textcolor{red}{Summary}}\label{sec:stateofart:summary}
% -----------------------------------------------------------------------------
\textcolor{red}{\blindtext[5]}
%%%%%%%%%%%%% METHODOLOGY %%%%%%%%%%%%%%%%%%%
\section{Methodology}
\textcolor{red}{\blindtext[5]}
\subsection*{\textcolor{red}{General Methodology}}
\textcolor{red}{\blindtext[2]}
% ---------------------------------------------------------
\subsection*{\textcolor{red}{Detailed Work Plan}}
\subsubsection{\textcolor{red}{Research group leader (5 years)}}
\paragraph*{\textcolor{red}{Year 1:}} \textcolor{red}{\blindtext[5]}
\textcolor{red}{\ldots}
% ---------------------------------------------------------
\subsection*{\textcolor{red}{Collaborations and the Host Institution}}
\textcolor{red}{\blindtext[2]}
% ---------------------------------------------------------
%%%%%%%%%%%%% BUDGET %%%%%%%%%%%%%%%%%%%
\section{Resources (including project costs)}\label{sec:budget}
In the following, I will discuss the funding needs of this proposal. An overview of all costs and
the total budget including overheads is shown in Table~\ref{tab:budget}.
%###
\paragraph{\textcolor{red}{Personnel}}
%###
\textcolor{red}{\blindtext[1]}
%###
\paragraph{\textcolor{red}{Equipment}}
%###
\textcolor{red}{\blindtext[2]}
\textcolor{red}{\ldots}
\begin{table}[h]
\begin{center}
\missingfigure[figwidth=0.8\hsize]{Put figure here}\\[0.8cm]
\setlength{\arrayrulewidth}{1.35pt}
\def\arraystretch{1.5}
\begin{tabular}{|p{0.634\hsize}|C{0.108\hsize}|}
%\Xhline{2\arrayrulewidth}
\hline
\textbf{For the above cost table, please indicate the \% of working time
the PI dedicates to the project over the period of the grant:}
& \textbf{\textcolor{red}{200}\%}\\
\hline
% \Xhline{2\arrayrulewidth}
\end{tabular}
\caption{Summary of all eligible costs and total project cost estimate. All numbers are rounded to
whole Euros.}
\label{tab:budget}
\end{center}
\end{table}
%%%%%%%%%%%%% BIBLIOGRAPHY %%%%%%%%%%%%%%%%%%%
% REMOVE THIS!
\nocite{*} % cite everything
\renewcommand\bibsection{\section*{\refname}}
%\begin{small}
\bibliographystyle{aa}
\bibliography{bibliography}
%\end{small}
\end{document}