-
Notifications
You must be signed in to change notification settings - Fork 14
/
proposal.tex
232 lines (201 loc) · 7.8 KB
/
proposal.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
\providecommand{\classoptions}{keys}
%% The next two lines are suggested at
%% to work around the following error:
%%
%% ----------------------------
%% /usr/local/texlive/2018/texmf-dist/tex/latex/chngcntr/chngcntr.sty:42: LaTeX Error: Command \counterwithout already defined.
%% Or name \end... illegal, see p.192 of the manual.
%%
%% See the LaTeX manual or LaTeX Companion for explanation.
%% Type H <return> for immediate help.
%% ...
%%
%% l.42 ...thout}{\@ifstar{\c@t@soutstar}{\c@t@sout}}
%% ----------------------------
%%
%% The two lines:
\let\counterwithout\relax
\let\counterwithin\relax
%% Suggested fix above taken from
%% https://tex.stackexchange.com/questions/425600/latex-error-command-counterwithout-already-defined
%%
\documentclass[
deliverables,
longtasklabels,
noworkareas,
svgnames,
\classoptions
]{euproposal} % for writing
%\documentclass[submit,noworkareas,deliverables]{euproposal} % for submission
%\documentclass[submit,public,noworkareas,deliverables]{euproposal} % for public version
\usepackage[utf8]{inputenc}
%\usepackage{minitoc}
\usepackage{float} % used to suppress floating of tables in Resources section.
\usetikzlibrary{calc,fit,positioning,shapes,arrows,snakes}
\graphicspath{{tasks/}}
\addbibresource{bibliography.bib}
% temporary fix due to http://tex.stackexchange.com/questions/311426/bibliography-error-use-of-blxbblverbaddi-doesnt-match-its-definition-ve
\makeatletter\def\blx@maxline{77}\makeatother
\input{WApersons} % Some sections of the included files depend on this.
\input{preamble}
\usepackage{framed}
\newcommand{\allparticipants}{{UPSUD,SRL,XFEL,QS,SIL,WTT,UIO,EGI,INSERM,CDS,EP}}
% longtaskref: T1.2: Title of task
\newcommand\longtaskref[2]{\csname task@#1@#2@label\endcsname: ``\csname task@#1@#2@title\endcsname''}
\begin{document}
\begin{proposal}[
% These PM numbers (person months) are for the coordinator to help planning
% Participants should not change these, but add PM numbers in the CVS in
% the site descriptions at CVs/*.tex
% TODO: Nicolas needs to update these numbers from the (requested ones)
site=SRL, % Simula
site=CDS, % CDS
site=EP, % Ecole polytechnique
site=EGI, % EGI
site=XFEL, % European XFEL GmbH
site=INSERM, % INSERM
site=QS, % QuantStack
site=UIO, % U Oslo
site=UPSUD, %paris sud
site=SIL, % U Silesia
site=WTT, % WildTreeTech
% site=XXX, % template example
% alternative: (can be combined)
coordinator=minrk,
coordinatorsite=SRL,
acronym={OSPRE},
acrolong={OSPRE},
proposalnumber={...},
title=Open Science Publication\\ of Research Environments,
callname=Topic: Increasing the service offer of the EOSC Portal,
callid=INFRAEOSC-07-2020,
% TODO: consistency with provided template
% CALL: H2020-EINFRA-2015-1
% TOPIC: e-Infrastructures for Virtual Research Environments (VRE)
% Instrument: e-Infrastructures
keywords={
Open Science,
reproducibility,
reusability,
education,
accessibility,
Jupyter,
Binder,
notebooks,
cloud,
EOSC,
FAIR data,
astronomy,
geosciences,
health sciences,
photon science,
XFEL
},
% computational mathematics,
% GAP, Linbox, PARI, Sage, Singular, IPython, Jupyter, SageMathCloud, LMFDB, MathHub
% Virtual research environments, MPIR, /GP
% open source, free software, number theory, abstract algebra, notebooks
instrument= Call: INFRAEOSC-02-2019, %Call: H2020-EINFRA-2015-1, 3 Topic 9-2015
challengeid = TODO,
%challenge = {N/A},
%objectiveid={N/A},
%objective = TODO,
%outcomeid = N/A,
%outcome = N/A,
months=48,
compactht]
\newcommand{\TheProject}{\pn}% \pn is defined automatically
% \input{grantagreement-history}
\ifgrantagreement
\else
\clearpage
\input{abstract}
\fi
\ifsubmit\else\setcounter{tocdepth}{4}\fi
\tableofcontents
\include{outline}
% ---------------------------------------------------------------------------
% Section 1: Excellence
% ---------------------------------------------------------------------------
\section{Excellence}
\input{excellence.tex}
\subsection{Objectives}
\label{sect:objectives}
\input{objectives}
\clearpage
\draftpage
% ---------------------------------------------------------------------------
% Section 1.2: Relation to the work programme
% ---------------------------------------------------------------------------
\input{relation_to_the_work_programme.tex}
\draftpage
% ---------------------------------------------------------------------------
% Section 1.3: Concept and Approach
% ---------------------------------------------------------------------------
\input{concept.tex}
\draftpage
% ---------------------------------------------------------------------------
% Section 1.4: Ambition
% ---------------------------------------------------------------------------
\clearpage
\input{ambition.tex}
\draftpage
% ---------------------------------------------------------------------------
% Section 2: Impact
% ---------------------------------------------------------------------------
\clearpage
\input{impact.tex}
\clearpage
% ---------------------------------------------------------------------------
% Section 3: Implementation
% ---------------------------------------------------------------------------
\section{Implementation}
\COMMENT{Typical granularity: 5-8 work packages with 3-5 tasks and one
deliverable per task; 10 milestones}
\subsection{Work Plan --- Work packages, deliverables and milestones}
\label{sect:workplan}
\input{workplan}
\newpage
\subsection{Management Structure and Procedures}
\input{management_structure_and_procedures.tex}
\draftpage
\subsection{Consortium as a Whole}
\input{consortium.tex}
\draftpage
\subsection{Resources to be Committed}\label{sec:resources}
\input{resources}
% ---------------------------------------------------------------------------
% Section 4: Members of the Consortium
% ---------------------------------------------------------------------------
\newpage
\eucommentary{This section is not covered by the page limit.\\
The information provided here will be used to judge the operational capacity.}
\section{Members of the Consortium}
\input{members}
% ---------------------------------------------------------------------------
% Section 5: Ethics and Security
% ---------------------------------------------------------------------------
\newpage
\section{Ethics and Security}
\input{ethics_security}
\end{proposal}
\TOWRITE{ALL}{Search through final.pdf ('make final') and look for questions marks ?? and XX and YY and XYZ as place holders where people intended to later add a link, or where a link is broken.}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
% LocalWords: sud logilab urich Simula thiery acrolong igital esearch nvironments pn wp
% LocalWords: athematics pnlong callname callid challengeid objectiveid outcomeid emph
% LocalWords: compactht newcommand tableofcontents Linbox IPython textbf eucommentary
% LocalWords: vre TOWRITE citability Cython Laboratoire Recherche Informatique devs WPs
% LocalWords: clearpage draftpage programme workplan subsubsection pdatacount wplist sc
% LocalWords: WPref dissem pageref newpage sssec hline ganttchart xscale makeatletter
% LocalWords: makeatother wpfigstyle footnotesize tabcolsep wpfig inputdelivs mgt smc
% LocalWords: mathsoftware mathdb mathknowledge jupyter silesia pythran Pythran ldots
% LocalWords: Simulagora stigmatisation compactenum planetmath.org Univ botupPM Gnuplot
% LocalWords: boxedminipage textwidth compactitem fangohr providecommand classoptions
% LocalWords: ifsubmit setcounter tocdepth neighbouring incentivesed Gowers analyse hpc
% LocalWords: incentivised Ebay taskref structdocs taskref minimising parallelisation
% LocalWords: dksbases decisionmaking oommf-nb-evaluation gantttaskchart yscale Belabas
% LocalWords: Boussicault endeavours github isocial-decisionmaking enlargethispage