forked from rdmorganiser/rdmo-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
views_h2020.xml
980 lines (818 loc) · 32.5 KB
/
views_h2020.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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
<?xml version="1.0" encoding="UTF-8"?>
<rdmo xmlns:dc="http://purl.org/dc/elements/1.1/">
<view dc:uri="https://fdm-bayern.org/eHumanities/views/H2020_ULB_View_tabular">
<uri_prefix>https://fdm-bayern.org/eHumanities</uri_prefix>
<key>H2020_ULB_View_tabular</key>
<dc:comment/>
<title lang="en">H2020 DMP (in table form)</title>
<help lang="en">This view was designed with the "Horizon 2020 Grants" DMP in mind. It rearranges some of the answers and lists the different datasets in separate tables. Instead of yes-no answers the view contains some generic text passages. The view assumes that the answers are submitted in English.
Note that the layout cannot be mapped to all export formats.</help>
<title lang="de">H2020 DMP (Tabellarisch)</title>
<help lang="de">Diese Ansicht wurde für den "Horizon 2020 Katalog" entworfen. Die Ansicht geht davon aus, dass der DMP in englischer Sprache beantwortet wurde. Die Antworten werden etwas umarrangiert und die Informationen zu den verschiedenen Datensätzen, wenn möglich, tabellarisch dargestellt. Anstelle von Ja-Nein-Antworten werden kurze generische Textbausteine eingefügt. Es wird in der Ansicht davon ausgegangen, dass die Antworten in Englisch verfasst wurden.
Bitte beachten Sie: Das Layout kann nicht von allen Exportformaten dargestellt werden.</help>
<catalogs>
<catalog dc:uri="https://fdm-bayern.org/eHumanities/questions/Horizon2020"/>
</catalogs>
<template>{% load view_tags %}
<h1>Data Management Plan</h1>
{% get_set 'project/dataset' as datasets %}
{% get_set 'project/partner' as partners %}
{% get_set 'H2020/PI' as pis %}
<p>
EC H2020 grant number: {% render_value 'project/funder/programme/title' %}
</p>
<h2>Principal Investigators </h2>
{% for prin in pis %}
<p>
<table>
<style>
table{
border: 1px solid black;
}
th, td{
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
vertical-align: top;
border: 1px solid black;
table-layout: fixed;
}
</style>
<thead>
<tr>
<th>Principal Investigator </th>
<th> {% render_set_value prin 'H2020/PI/given_name' %} {% render_set_value prin 'H2020/PI/name' %}</th>
</tr>
</thead>
<tbody>
<tr>
<td>Affiliation </td>
<td> {% render_set_value prin 'H2020/PI/affiliation' %}</td>
</tr>
<tr>
<td>Contact </td>
<td> {% render_set_value prin 'H2020/PI/email' %}</td>
</tr>
<tr>
<td>ORCID </td>
<td> {% render_set_value prin 'H2020/PI/orcid' %}</td>
</tr>
{% get_set_value prin 'H2020/PI/data_contact' as contactperson %}
</tbody>
</table>
{% if contactperson.is_true %}
{% render_set_value prin 'H2020/PI/given_name' %} {% render_set_value prin 'H2020/PI/name' %} is designated as a contact person for data management issues.
{% endif %}
</p>
{% endfor %}
<h2>Data summary</h2>
The Projects creates or reuses the following datasets:
<ul>
{% for dataset in datasets %}
<li>{{ dataset.value }} </li>
{% endfor %}
</ul>
Each dataset consists of multiple data files and is handled in a different way. Therefore, this DMP considers each set separately.
{% for dataset in datasets %}
<p>
<table>
<thead>
<tr>
<th>Dataset</th>
<th> {{ dataset.value }} </th>
</tr>
</thead>
<tbody>
<tr>
<td>Purpose and relation to project objectives </td>
<td> {% render_set_value dataset 'project/dataset/usage_description' %}</td>
</tr>
<tr>
<td>Data types and Formats </td>
<td> {% render_set_value dataset 'project/dataset/format' %}</td>
</tr>
<tr>
<td>Reuse of existing data <br/> (data source)</td>
<td> {% render_set_value dataset 'project/dataset/creation_methods' %} <br/>
({% render_set_value dataset 'project/dataset/origin' %})</td>
</tr>
<tr>
<td>Expected data volume </td>
<td>{% render_set_value dataset 'project/dataset/size/volume' %}</td>
</tr>
<tr>
<td>Data utility and re-use potential </td>
<td>{% render_set_value dataset 'project/dataset/reuse_scenario' %} </td>
</tr>
</tbody>
</table>
</p>
{% endfor %}
<h2>FAIR principles</h2>
{# Hier ggf.- ein allgemeiner Einleitungssatz an die Institution angepasst - Beispiel noch entwerfen #}
<h3>Making data findable, including provisions for metadata</h3>
{% for dataset in datasets %}
<p>
<table>
<thead>
<tr>
<th>Dataset</th>
<th> {{ dataset.value }} </th>
</tr>
</thead>
<tbody>
<tr>
<td>Metadata</td>
<td>{% render_set_value dataset 'project/dataset/metadata/creation_manual' %}</td>
</tr>
<tr>
<td>Identification mechnisms and use of PIDs </td>
<td> {% render_set_value dataset 'project/dataset/pids/system' %}</td>
</tr>
<tr>
<td>Naming conventions</td>
<td> {% render_set_value dataset 'project/dataset/storage/naming_policy' %}</td>
</tr>
<tr>
<td>Search keywords and controlled terms</td>
<td> {% render_set_value dataset 'project/dataset/keywords' %} </td>
</tr>
<tr>
<td>Versioning</td>
<td> {% render_set_value dataset 'project/dataset/versioning_strategy' %}</td>
</tr>
</tbody>
</table>
</p>
{% endfor %}
<h3>Making data accessible</h3>
{% for dataset in datasets %}
<p>
<table>
<thead>
<tr>
<th>Dataset</th>
<th> {{ dataset.value }} </th>
</tr>
</thead>
<tbody>
<tr>
<td>Data Access and Restrictions</td>
<td>{% render_set_value dataset 'project/dataset/sharing/explanation' %}</td>
</tr>
<tr>
<td>Prerequisites: tools/software </td>
<td>{% render_set_value dataset 'project/dataset/usage_technology' %}</td>
</tr>
<tr>
<td>Data publication / deposit</td>
<td> {% render_set_value dataset 'project/dataset/preservation/repository_information' %}</td>
</tr>
<tr>
<td>Deposit cleared by repository:</td>
<td>{% get_value 'project/additional_rdm_policy/requirements' as val %}
{% if val.is_true %}
The suitability of the repository for the dataset has been verified. The necessary steps for the deposition of the dataset have already been determined.
{% endif %}
{% if val.is_false %}
We are still in the process of ascertaining the needed steps (data processing and cleansing) to make the data compliant with the repository recommendations. Once this is finished, arrangements that are more concrete will be explored.
{% endif %}
</td>
</tr>
<tr>
<td>Access Procedures</td>
<td>{% render_set_value dataset 'project/dataset/preservation/access_authentication' %}</td>
</tr>
<tr>
<td>Clear Access Conditions</td>
<td>{% render_set_value dataset 'project/dataset/data_security/access_permissions' %}</td>
</tr>
</tbody>
</table>
</p>
{% endfor %}
<h3>Making data interoperable</h3>
{% for dataset in datasets %}
<p>
<table>
<thead>
<tr>
<th>Dataset</th>
<th> {{ dataset.value }} </th>
</tr>
</thead>
<tbody>
<tr>
<td>Data Interoperability</td>
<td>{% render_set_value dataset 'project/dataset/interoperability' %}</td>
</tr>
<tr>
<td>Standards / Vocabularies / Methodologies </td>
<td><div style="padding-left: 15px;">{% render_set_value_list dataset 'project/dataset/metadata/standards' %}</div></td>
</tr>
<tr>
<td>Mappings to Common ontologies</td>
<td>{% render_set_value dataset 'project/dataset/metadata/mappings' %}</td>
</tr>
</tbody>
</table>
</p>
{% endfor %}
<h3>Increase data re-use (through clarifying licences)</h3>
{% for dataset in datasets %}
<p>
<table>
<thead>
<tr>
<th>Dataset</th>
<th> {{ dataset.value }} </th>
</tr>
</thead>
<tbody>
<tr>
<td>Licences</td>
<td>{% render_set_value dataset 'project/dataset/sharing/sharing_license' %}</td>
</tr>
<tr>
<td>QA process</td>
<td>{% render_set_value dataset 'project/dataset/quality_assurance' %}</td>
</tr>
<tr>
<td>Date / Length </td>
<td>{% render_set_value dataset 'project/dataset/data_publication_date' %}
<br/>{% render_set_value dataset 'project/dataset/preservation/reuse_duration' %}</td>
</tr>
<tr>
<td>Embargo Periods</td>
<td>{% render_set_value dataset 'project/dataset/preservation/embargo_period' %}</td>
</tr>
<tr>
<td>Re-Use Restriction</td>
<td>{% render_set_value dataset 'project/dataset/sharing/restrictions_explanation' %}</td>
</tr>
<tr>
<td>Long-term value</td>
<td>{% render_set_value dataset 'project/dataset/preservation/longterm_value' %}</td>
</tr>
<tr>
<td>Selection Process</td>
<td>{% render_set_value dataset 'project/dataset/pids/responsible_person/name' %}.</td>
</tr>
</tbody>
</table>
</p>
{% endfor %}
<h2>Allocation of resources</h2>
<h3>Costs for making data FAIR</h3>
<p>
<b>Personnel cost for making all data FAIR. Numbers given in person months. </b>
</p>
<p>
{% render_value 'project/costs/metadata/personnel' %}
</p>
<p>
<b>Non-personnel costs for making all data FAIR. Numbers given in Euro. </b>
</p>
<p>
{% render_value 'project/costs/metadata/non_personnel' %}
</p>
<p>
<b>Covering the costs of making data FAIR: </b>
</p>
<p>
{% render_value 'project/costs/preservation/cover_how' %}
</p>
<h3>Costs - long-term preservation</h3>
<p>
<b> Personnel costs for long-term preservation for the whole project. Cost given in person months. </b>
</p>
<p>
{% render_value 'project/costs/preservation/personnel' %}
</p>
<p>
<b>Non-personnel costs for long-term preservation. Numbers in Euro</b>
</p>
<p>
{% render_value 'project/costs/preservation/non_personnel' %}
</p>
<h2>Data security and responsibilities</h2>
<p>
Contact persons for data management issues and question within the project are:
{% get_values 'project/partner/contact_person/name' set_index=0 as name %}
<ul>
{% for value in name %}
<li>
{{value.value }}
</li>
{% endfor %}
</ul>
</p>
{% for dataset in datasets %}
<p>
<table>
<thead>
<tr>
<th>Dataset name</th>
<th> {{ dataset.value }} </th>
</tr>
</thead>
<tbody>
<tr>
<td>Provisions for data security</td>
<td>{% render_set_value dataset 'project/dataset/data_security/security_measures' %}</td>
</tr>
<tr>
<td>Long term preservation and curation</td>
<td>{% render_set_value dataset 'project/dataset/data_security/security_measures' %}</td>
</tr>
</tbody>
</table>
</p>
{% endfor %}
<h2>Ethical Aspects</h2>
{% for dataset in datasets %}
<p>
<b>{{ dataset.value }}:</b>
</p>
<p>
{% get_set_value dataset 'project/dataset/sensitive_data/other/yesno' as val %}
{% if val.is_false %}
There are no ethical or legal aspects that will affect the sharing of this dataset.
{% endif %}
{% if val.is_true %}
We anticipate the following potential issues: {% render_set_value dataset 'project/dataset/sensitive_data/other/description' %} <br/>
Regarding informed consent: {% render_set_value dataset 'project/dataset/sensitive_data/personal_data/consent/extent' %}
{% endif %}
</p>
{% endfor %}
<h2>Other Aspects and data management requirements</h2>
{% get_value 'project/additional_rdm_policy/requirements' as val %}
<p>
{% if val.is_true %}
In addition to the H2020 data management guidelines and FAIR principles, the project adheres to the following guidelines and procedures: <br />
{% render_value 'project/additional_rdm_policy/requirements' %}
{% endif %}
{% if val.is_false %}
There are no further national, departmental, or sectorial data management procedures or requirements.
{% endif %}</template>
</view>
<view dc:uri="https://fdm-bayern.org/eHumanities/views/H2020_View_ULB">
<uri_prefix>https://fdm-bayern.org/eHumanities</uri_prefix>
<key>H2020_View_ULB</key>
<dc:comment/>
<title lang="en">View for the H2020 DMP</title>
<help lang="en">This view was designed for the "Horizon 2020 Grants" DMP. It will be incomplete if used with a different DMP catalog. The view assumes that all answers are in English (as the grant application is generally in English).</help>
<title lang="de">Ansicht für den H2020 DMP</title>
<help lang="de">Englisch-sprachige Ansicht für den "Horizon 2020 Katalog". Die Fragen und Antworten werden bis auf wenige Ausnahmen wörtlich übernommen. Die Ansicht geht davon aus, dass der DMP in englischer Sprache beantwortet wurde.
Diese Ansicht sollte nicht für andere Fragekataloge verwendet werden, da sonst Antworten fehlen werden.</help>
<catalogs>
<catalog dc:uri="https://fdm-bayern.org/eHumanities/questions/Horizon2020"/>
</catalogs>
<template>{% load view_tags %}
<h1>Data Mangement Plan</h1> {# Überschrift geändert #}
{% get_set 'project/dataset' as datasets %}
{% get_set 'project/partner' as partners %}
{% get_set 'H2020/PI' as pis %}
{% comment %}
hier wäre nett wenn man den Titel des Projektes aus der RDMO-Projektinformation ziehen könnte, Ich frage bei RDMO nach.
<p>
<h2>Project Title: {% render_value ??? %} </h2>
</p>
{% endcomment %}
<p>
EC H2020 grant number: {% render_value 'project/funder/programme/title' %}
</p>
<h2>Principal Investigators </h2>
{% for prin in pis %}
<p>
<table>
<thead>
<style>
table{
border: 1px solid black;
}
th, td{
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}
</style>
<tr>
<th>Principal Investigator </th>
<th> {% render_set_value prin 'H2020/PI/given_name' %} {% render_set_value prin 'H2020/PI/name' %}</th>
</tr>
</thead>
<tbody>
<tr>
<td>Affiliation </td>
<td> {% render_set_value prin 'H2020/PI/affiliation' %}</td>
</tr>
<tr>
<td>Contact </td>
<td> {% render_set_value prin 'H2020/PI/email' %}</td>
</tr>
<tr>
<td>ORCID </td>
<td> {% render_set_value prin 'H2020/PI/orcid' %}</td>
</tr>
{% get_set_value prin 'H2020/PI/data_contact' as contactperson %}
</tbody>
</table>
{% if contactperson.is_true %}
{% render_set_value prin 'H2020/PI/given_name' %} {% render_set_value prin 'H2020/PI/name' %} is designated as a contact person for data management issues.
{% endif %}
</p>
{% endfor %}
<h2>Data summary</h2>
<h3>Datasets - description and formats</h3>
<p>
<b>What is the purpose of the data collection / generation and its relation to the objectives of the project?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/usage_description' %}
<p>
{% endfor %}
<p>
<b>What types and formats of data will be generated in the project?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/format' %}
</p>
{% endfor %}
<h3>Datasets - re-use</h3>
<p>
<b>Will you be re-using any existing dataset and how?</b
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/creation_methods' %}
</p>
{% endfor %}
<p>
<b>What is the origin of the data?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/origin' %}
</p>
{% endfor %}
<h3>Datasets - size and utility</h3>
<p>
<b>What is the expected size of the data(set)?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/size/volume' %}
</p>
{% endfor %}
<p>
<b>Outline the data utility; to whom will the data(set) be useful?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/reuse_scenario' %}
</p>
{% endfor %}
<h2>FAIR data principles</h2>
<h3>Making data findable, including provisions for metadata I</h3> {# "fo"--> "for" und das "I" eintfernt #}
<p>
<b>Are the data produced and / or used in the project discoverable with metadata?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/fairprinciples/findable' %}
</p>
{% endfor %}
{# die überschrift II : <h3>Making data findable, including provisions for metadata II</h3> ist wohl nicht nötig #}
<p>
<b> Outline the identifiability of data and refer to standard identification mechanisms. Do you make use of persistent and unique identifiers, such as Digital Object Identifiers (DOI), to make sure the data can be identified and located?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/pids/system' %}
</p>
{% endfor %}
<p>
<b>What naming conventions do you follow?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/storage/naming_policy' %}
</p>
{% endfor %}
<p>
<b>Will search keywords be provided that optimize possibilities for re-use?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/keywords' %}
</p>
{% endfor %}
<p>
<b>Outline the approach to clear versioning. Do you provide clear version numbers?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/versioning_strategy' %}
</p>
{% endfor %}
<p>
<b> What metadata will be created? Specify standards for metadata creation (if any). If there are no standards in your discipline describe what kind of metadata will be created and how.</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/metadata/creation_manual' %}
</p>
{% endfor %}
<h3>Making data openly accessible</h3> {# wieder das "I" entfernt, da man keine zwie übeschirften braucht #}
<p>
<b>Specify what methods or software tools are needed to access the data? Is documentation about the software needed to access the data? Is it possible to include the relevant software (e.g. open source code)?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/usage_technology' %}
</p>
{% endfor %}
<p>
<b>Where and how will the data and associated metadata, documentation and code be deposited? Preference should be given to certified repositories which support open access where possible.</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/preservation/repository_information' %}
</p>
{% endfor %}
<p>
<b>Have you explored appropriate arrangements with the identified repository?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/preservation/repository_arrangements' %}
</p>
{% endfor %}
<p>
<b>If there are restrictions, how will access be provided? Is there a need for a data access committee? How will the identity of the person accessing the data be ascertained (if necessary)?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/preservation/access_authentication' %}
</p>
{% endfor %}
<p>
<b> Are there well described conditions for access (i.e. a machine readable license)?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/data_security/access_permissions' %}
</p>
{% endfor %}
{# hier wieder die Zwischenüberschrift II entfernt <h3>Making data openly accessible II</h3> #}
<p>
<b>Specify which data will be made openly available? If some data are kept closed, cannot be shared (or only under restrictions) provide the rational for doing so. Separate legal and contractual reasons from voluntary restrictions.</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/sharing/explanation' %}
</p>
{% endfor %}
<h3>Making data interoperable</h3>
<p>
<b>Are the data produced in the project interoperable, that is allowing data exchange and re-use between researchers, institutions, organizations, countries, etc. (i.e. adhering to standards for formats, as much as possible compliant with available (open) software applications, and in particular facilitating re-combinations with different datasets from different origins)?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/interoperability' %}
</p>
{% endfor %}
<p>
<b>What data and metadata vocabularies, standards or methodologies will you follow to make your data interoperable? Will you be using standard vocabularies for all data types present in your dataset, to allow inter-disciplinary interoperability?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
<ul>
{% render_set_value_list dataset 'project/dataset/metadata/standards' %}
</ul>
</p>
{% endfor %}
<p>
<b> In case it is unavoidable that you use uncommon or generate project-specific ontologies or vocabularies, will you provide mappings to more commonly used ontologies?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/metadata/mappings' %}
</p>
{% endfor %}
<h3>Increase data re-use (through clarifying licences)</h3>
<p>
<b>How will the data be licensed to permit the widest re-use possible?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/sharing/sharing_license' %}
</p>
{% endfor %}
<p>
<b>When will the data be made available for re-use?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/data_publication_date' %}
</p>
{% endfor %}
<p>
<b>If an embargo is sought to give time to publish or seek patents, specify why and how long this will apply, bearing in mind that research data should be made available as soon as possible.</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/preservation/embargo_period' %}
</p>
{% endfor %}
<p>
<b>Are the data produced and / or used in the project useable by third parties, in particular after the end of the project? If the re-use of some data is restricted, explain why.</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/sharing/restrictions_explanation' %}
</p>
{% endfor %}
<p>
<b>How long is it intended that the data remains re-usable?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/preservation/reuse_duration' %}
</p>
{% endfor %}
<p>
<b> Describe the data quality assurance process.</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/quality_assurance' %}
</p>
{% endfor %}
<h2>Allocation of resources</h2>
<h3>Costs for making data FAIR</h3>
<p>
<b>Estimate the costs of needed personnel for making your data FAIR. Give the number of person months.</b>
</p>
<p>
{% render_value 'project/costs/metadata/personnel' %}
</p>
<p>
<b>Estimate the non-personnel costs for making your data FAIR.</b>
</p>
<p>
{% render_value 'project/costs/metadata/non_personnel' %}
</p>
<p>
<b>How will these be covered? Note that costs related to open access to research data are eligible as part of the Horizon 2020 grant (if compliant with the Grant Agreement conditions).</b>
</p>
<p>
{% render_value 'project/costs/preservation/cover_how' %}
</p>
<h3>Costs - long term preservation</h3>
<p>
<b>Estimate the personnel costs for long-term preservation for the whole project. Give the number of person months.</b>
</p>
<p>
{% render_value 'project/costs/preservation/personnel' %}
</p>
<p>
<b>Estimate the non-personnel costs for long-term preservation.</b>
</p>
<p>
{% render_value 'project/costs/preservation/non_personnel' %}
</p>
<h3>Responsibilities</h3>
<p>
<b>Who will be responsible for data management in your project?</b>
</p>
{% get_values 'project/partner/contact_person/name' set_index=0 as name %}
{% for value in name %}
<p>
{{value.value }}
</p>
{% endfor %}
<h3>Costs - long term archiving</h3>
<p>
<b>Who selects the data to be long-term archived?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/pids/responsible_person/name' %}
</p>
{% endfor %}
<p>
<b> Why should this dataset be long term preserved? What is its future value?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/preservation/longterm_value' %}
</p>
{% endfor %}
<h2>Data security</h2>
<h3>Transfer and storage</h3>
<p>
<b>What provisions are in place for data security (including data recovery as well as secure storage and transfer of sensitive data)?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/data_security/security_measures' %}
</p>
{% endfor %}
<p>
<b> Is the dataset safely stored in certified repositories for long term preservation and curation?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/preservation/certification' %}
</p>
{% endfor %}
<h2>Ethical Aspects</h2>
<h3>General</h3>
<p>
<b>Are there any ethical or legal issues that can have an impact on data sharing?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% get_set_value dataset 'project/dataset/sensitive_data/other/yesno' as val %}
{% if val.is_false %}
There are no ethical or legal aspects that will impact the sharing of this dataset.
{% endif %}
</p>
{% endfor %}
<p>
<b>Discuss the corresponding ethics and legal issues. These can also be discussed in the context of the ethics review. If relevant, include references to ethics deliverables and ethics chapter in the Description of the Action (DoA).</b>
</p>
{% for dataset in datasets %}
{% get_set_value dataset 'project/dataset/sensitive_data/other/yesno' as val %}
{% if val.is_true %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/sensitive_data/other/description' %}
</p>
{% endif %}
{% endfor %}
<h3>General information</h3>
<p>
<b> Is informed consent for data sharing and long term preservation included in questionnaires dealing with personal data?</b>
</p>
{% for dataset in datasets %}
<p>
<i>{{ dataset.value }}:</i>
{% render_set_value dataset 'project/dataset/sensitive_data/personal_data/consent/extent' %}
</p>
{% endfor %}
<h2>Other</h2>
<h3>Data management requirements</h3>
<p>
<b>Do you make use of other national/funder/sectorial/departmental procedures for data management?</b>
</p>
{% render_value 'project/additional_rdm_policy/yesno' %}
</p>
{% get_value 'project/additional_rdm_policy/requirements' as val %}
{% if val.is_true %}
<p>
<b>If there are other procedures, which ones?</b>
</p>
{% render_value 'project/additional_rdm_policy/requirements' %}
{% endif %}
</p></template>
</view>
</rdmo>