forked from rdmorganiser/rdmo-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
view-costs.xml
353 lines (336 loc) · 10.7 KB
/
view-costs.xml
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<?xml version="1.0" encoding="UTF-8"?>
<rdmo xmlns:dc="http://purl.org/dc/elements/1.1/" created="2024-03-12T15:06:25.311577+01:00" version="2.0.0">
<view dc:uri="https://rdmorganiser.github.io/terms/views/costs">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<uri_path>costs</uri_path>
<dc:comment/>
<order>0</order>
<title lang="en">Cost overview</title>
<help lang="en">Overview of the personnel and non-personnel costs</help>
<title lang="de">Kostenübersicht</title>
<help lang="de">Übersicht der Personal- und Sachkosten</help>
<title lang="fr">Aperçu des coûts</title>
<help lang="fr">Aperçu des frais de personnel et de matériel</help>
<title lang="it">Panoramica dei costi</title>
<help lang="it">Panoramica dei costi del personale e dei materiali</help>
<title lang="es">Resumen de costes</title>
<help lang="es">Resumen de los costes de personal y material</help>
<catalogs/>
<template>{% load view_tags %}
{% load mathfilters %}
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
{% get_set 'project/dataset' as datasets %}
{% get_number 'project/costs/creation/personnel' as creationp %}
{% get_number 'project/costs/creation/non_personnel' as creationnp %}
{% get_number 'project/costs/usage/personnel' as usagep %}
{% get_number 'project/costs/usage/non_personnel' as usagenp %}
{% get_number 'project/costs/storage/personnel' as storagep %}
{% get_number 'project/costs/storage/non_personnel' as storagenp %}
{% get_number 'project/costs/metadata/personnel' as metadatap %}
{% get_number 'project/costs/metadata/non_personnel' as metadatanp %}
{% get_number 'project/costs/pid/personnel' as pidp %}
{% get_number 'project/costs/pid/non_personnel' as pidnp %}
{% get_number 'project/costs/sensitive_data/anonymization/personnel' as anonymizationp %}
{% get_number 'project/costs/sensitive_data/anonymization/non_personnel' as anonymizationnp %}
{% get_number 'project/costs/sensitive_data/security/personnel' as securityp %}
{% get_number 'project/costs/sensitive_data/security/non_personnel' as securitynp %}
{% get_number 'project/costs/ipr/personnel' as iprp %}
{% get_number 'project/costs/ipr/non_personnel' as iprnp %}
{% get_number 'project/costs/preservation/personnel' as preservationp %}
{% get_number 'project/costs/preservation/non_personnel' as preservationnp %}
{% if LANGUAGE_CODE == "de" %}
<h1>Kostenübersicht</h1>
<h2>1. Datengröße
</h2>
<table>
<tr>
<th>
<b>Datensatz</b>
</th>
<th>
<b>Datengröße</b>
</th>
<th>
<b>Zuwachsrate / Jahr</b>
</th>
</tr>
{% for dataset in datasets %}
<tr>
<td>{% render_set_value dataset 'project/dataset/id' %}</td>
<td>{% render_set_value dataset 'project/dataset/size/volume' %}</td>
<td>{% render_set_value dataset 'project/dataset/rate' %}</td>
</tr>
{% endfor %}
</table>
<p>
<b>
Laufzeit des Projekts
</b>:
{% render_value 'project/schedule/project_start' %}
bis
{% render_value 'project/schedule/project_end' %}
</p>
<p>
In welchem Umfang werden
<b>Infrastrukturressourcen</b>
benötigt?:
{% render_value 'project/dataset/usage_infrastructure' %}
</p>
<h2>
2. Personal- und Sachkosten
</h2>
<table>
<tr>
<th>
<b>Kategorie</b>
</th>
<th>
<b>Personalkosten</b>
</th>
<th>
<b>Sachkosten</b>
</th>
</tr>
<tr>
<td>
Datenerhebung
</td>
<td>
{% render_value 'project/costs/creation/personnel' %}</td>
<td>
{% render_value 'project/costs/creation/non_personnel' %}</td>
</tr>
<tr>
<td>
Datennutzung
</td>
<td>
{% render_value 'project/costs/usage/personnel' %}</td>
<td>
{% render_value 'project/costs/usage/non_personnel' %}</td>
</tr>
<tr>
<td>
Datenspeicherung
</td>
<td>
{% render_value 'project/costs/storage/personnel' %}</td>
<td>
{% render_value 'project/costs/storage/non_personnel' %}</td>
</tr>
<tr>
<td>
Metadaten</td>
<td>
{% render_value 'project/costs/metadata/personnel' %}</td>
<td>
{% render_value 'project/costs/metadata/non_personnel' %}</td>
</tr>
<tr>
<td>
Persistente Identifikatoren</td>
<td>
{% render_value 'project/costs/pid/personnel' %}</td>
<td>
{% render_value 'project/costs/pid/non_personnel' %}</td>
</tr>
<tr>
<td>
Anonymisierung sensibler Daten</td>
<td>
{% render_value 'project/costs/sensitive_data/anonymization/personnel' %}</td>
<td>
{% render_value 'project/costs/sensitive_data/anonymization/non_personnel' %}</td>
</tr>
<tr>
<td>
Sicherheitsmaßnahmen für sensible Daten</td>
<td>
{% render_value 'project/costs/sensitive_data/security/personnel' %}</td>
<td>
{% render_value 'project/costs/sensitive_data/security/non_personnel' %}</td>
</tr>
<tr>
<td>
Urheber- und Schutzrechte</td>
<td>
{% render_value 'project/costs/ipr/personnel' %}</td>
<td>
{% render_value 'project/costs/ipr/non_personnel' %}</td>
</tr>
<tr>
<td>
Langzeitarchivierung</td>
<td>
{% render_value 'project/costs/preservation/personnel' %}</td>
<td>
{% render_value 'project/costs/preservation/non_personnel' %}</td>
</tr>
<tr>
<td>
<b>Summe</b>
</td>
<td>
{{ creationp | addition:usagep | addition:storagep | addition:metadatap | addition:pidp | addition:anonymizationp | addition:securityp | addition:iprp | addition:preservationp }}
PM
</td>
<td>
{{ creationnp | addition:usagenp | addition:storagenp | addition:metadatanp | addition:pidnp | addition:anonymizationnp | addition:securitynp | addition:iprnp | addition:preservationnp }}
Euro</td>
</tr>
</table>
<p>
Wie werden die Kosten für das Datenmanagement im Projekt aufgebracht?
{% render_value 'project/costs/preservation/cover_how' %}
</p>
{% endif %}
<! --------------------------------------- Wenn die Sprache Englisch eingestellt ist --------------------------------------------------!>
{% if LANGUAGE_CODE == "en" %}
<h1>Cost Overview</h1>
<h2>1. Data Sizes
</h2>
<table>
<tr>
<th>
<b>Dataset</b>
</th>
<th>
<b>Data size</b>
</th>
<th>
<b>Growth rate / Year</b>
</th>
</tr>
{% for dataset in datasets %}
<tr>
<td>{% render_set_value dataset 'project/dataset/id' %}</td>
<td>{% render_set_value dataset 'project/dataset/size/volume' %}</td>
<td>{% render_set_value dataset 'project/dataset/rate' %}</td>
</tr>
{% endfor %}
</table>
<p>
<b>
Duration of the project
</b>:
{% render_value 'project/schedule/project_start' %}
bis
{% render_value 'project/schedule/project_end' %}
</p>
<p>
To what extent will
<b>infrastructure resources</b>
required?
{% render_value 'project/dataset/usage_infrastructure' %}
</p>
<h2>
2. Personnel and material costs
</h2>
<table>
<tr>
<th>
<b>Category</b>
</th>
<th>
<b>Personnel costs</b>
</th>
<th>
<b>Material costs</b>
</th>
</tr>
<tr>
<td>
Data collection
</td>
<td>
{% render_value 'project/costs/creation/personnel' %}</td>
<td>
{% render_value 'project/costs/creation/non_personnel' %}</td>
</tr>
<tr>
<td>
Data use
</td>
<td>
{% render_value 'project/costs/usage/personnel' %}</td>
<td>
{% render_value 'project/costs/usage/non_personnel' %}</td>
</tr>
<tr>
<td>
Data storage
</td>
<td>
{% render_value 'project/costs/storage/personnel' %}</td>
<td>
{% render_value 'project/costs/storage/non_personnel' %}</td>
</tr>
<tr>
<td>
Metadata</td>
<td>
{% render_value 'project/costs/metadata/personnel' %}</td>
<td>
{% render_value 'project/costs/metadata/non_personnel' %}</td>
</tr>
<tr>
<td>
Persistent identifiers</td>
<td>
{% render_value 'project/costs/pid/personnel' %}</td>
<td>
{% render_value 'project/costs/pid/non_personnel' %}</td>
</tr>
<tr>
<td>
Anonymising sensitive data</td>
<td>
{% render_value 'project/costs/sensitive_data/anonymization/personnel' %}</td>
<td>
{% render_value 'project/costs/sensitive_data/anonymization/non_personnel' %}</td>
</tr>
<tr>
<td>
Security measures for sensitive data</td>
<td>
{% render_value 'project/costs/sensitive_data/security/personnel' %}</td>
<td>
{% render_value 'project/costs/sensitive_data/security/non_personnel' %}</td>
</tr>
<tr>
<td>
Copyright and property rights</td>
<td>
{% render_value 'project/costs/ipr/personnel' %}</td>
<td>
{% render_value 'project/costs/ipr/non_personnel' %}</td>
</tr>
<tr>
<td>
Long-term archiving</td>
<td>
{% render_value 'project/costs/preservation/personnel' %}</td>
<td>
{% render_value 'project/costs/preservation/non_personnel' %}</td>
</tr>
<tr>
<td>
<b>Total</b>
</td>
<td>
{{ creationp | addition:usagep | addition:storagep | addition:metadatap | addition:pidp | addition:anonymizationp | addition:securityp | addition:iprp | addition:preservationp }}
PM
</td>
<td>
{{ creationnp | addition:usagenp | addition:storagenp | addition:metadatanp | addition:pidnp | addition:anonymizationnp | addition:securitynp | addition:iprnp | addition:preservationnp }}
Euro</td>
</tr>
</table>
<p>
How are the costs for data management raised in the project?
{% render_value 'project/costs/preservation/cover_how' %}
</p>
{% endif %}</template>
</view>
</rdmo>