diff --git a/README.md b/README.md index d2395f1a..2e6b2aff 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,61 @@ ![Tests](https://github.com/rdmorganiser/rdmo-catalog/actions/workflows/tests.yaml/badge.svg) -The repository holds XML files that can be imported into RDMO. They contain different kinds of information like for example the domain model, question catalogs or optionsets. +This repository contains all content objects (catalogs, attributes, options, conditions, views, tasks) to be used with the DMP software [RDMO](https://github.com/rdmorganiser/rdmo). -The files that are officially provided by the RDMO project are in the `rdmorganiser` folder. We recommend to import these files to be able to make use of the official domain model, options, tasks and conditions. *Note that parts of these data are required to import user content because RDMO user's question catalogs may refer to parts of the official data*. +The main branch [master-rdmo2.x](https://github.com/rdmorganiser/rdmo-catalog/tree/master-rdmo2.x) contains material structured according to the recommended data model 2.0.0+. It is at the latest state and will be updated over time. -Content shared by RDMO Users can be found under `shared`. There may be multiple files in a folder like for example conditions, options and questions. Files in the same folder belong together. All of them should be imported. Please pay attention to the order in which you import files. Question catalogs referring to other content should be imported at last. +The legacy branch [master-rdmo1.x](https://github.com/rdmorganiser/rdmo-catalog/tree/master-rdmo1.x) contains material structured according to the previous data model 1.6.0+. It is frozen at the state of April 2024 und will be not updated any more. -Different scripts are located in `tools`. These are interesting for people maintaining this repo. +The content officially curated by the [RDMO Consortium](https://rdmorganiser.github.io/Community/) is in the [`rdmorganiser`](./rdmorganiser) folder. We recommend to import these files to be able to make use of the official domain model, options, tasks and conditions. *Note that parts of these data are required to import user content because RDMO user's question catalogs may refer to parts of the official data*. + +Content shared by RDMO Users can be found under [`shared`](./shared). There may be multiple files in a folder like for example conditions, options and questions. Files in the same folder belong together: all of them should be imported. + +Please pay attention to the order in which you import files. Question catalogs referring to other content should be imported at last. See the following section for details. + +Different scripts are located in [`tools`](./tools). These are interesting for people maintaining this repo. + +# How to install content + +The RDMO content objects (catalogs, attributes, options, conditions, views, tasks) depend on each other, as shown in the [documentation](https://rdmo.readthedocs.io/en/latest/management/data-model.html). + +In particular, the installation of question catalogues requires the newest version of attributes, optionsets and conditions. + +Therefore we suggest this sequence to install content in a RDMO instance: + +## Via the RDMO web interface + +Management --> Attributes --> Import .xml +Management --> Conditions --> Import .xml +Management --> Option sets --> Import .xml +Management --> Conditions --> Import .xml # yes, again +Management --> Questions --> Import .xml +Management --> Tasks --> Import .xml +Management --> Views --> Import .xml + +REMARK: If the chosen catalog is available as a **full XML**, it already includes the necessary attributes, conditions and options. + +## Via a Python script + +```python +./manage.py import /path/to/domain/.xml +./manage.py import /path/to/conditions/.xml +./manage.py import /path/to/options/.xml +./manage.py import /path/to/conditions/.xml # yes, again +./manage.py import /path/to/questions/.xml +./manage.py import /path/to/tasks>/.xml +./manage.py import /path/to/views>/.xml +``` + +Use the same order when importing over the RDMO web interface. + +Please note that the master branch will only work with the latest version of RDMO. If you need the xml files for an older version, please browse the releases or contact us. + +To indent the XML files use: + +```bash +for f in *.xml; do xmllint --format $f > /tmp/$f; mv /tmp/$f $f; done +``` ## Issues @@ -63,7 +111,7 @@ For problems or bugs with the RDMO Software, please use the issues in the [rdmo] |Horizon 2020 |[catalog](shared/ub_fau_erlangen_nuernberg/h2020-ehum/ehum_h2020_fragebogen.xml)|[view](shared/ub_fau_erlangen_nuernberg/h2020-ehum/views_h2020.xml)|2020-09|FDM Bayern eHumanities| |Mathematics |[catalog](shared/MATH+/mathplus_questions.xml) ||2022-11|DFG Excellence Cluster MATH+| |Mechanical Engineering |[catalog](shared/nfdi4ing/rdmo_mechanical_engineering/catalog_mb_20190124.xml)||2023-06|NFDI4Ing| -|Research data policy generator|[catalog](shared/FDNext/) ||2023-11|FDNext| +|Research data policy generator|[catalog](shared/FDNext/) ||2024-03|FDNext| |VW Foundation - Science Europe|[catalog](shared/ub_fau_erlangen_nuernberg/ScienceEurope_VW_Stiftung/catalog_VW_SE.xml)||2021-04|FDM Bayern eHumanities| Total: 34 catalogs, 15 views diff --git a/rdmorganiser/README.md b/rdmorganiser/README.md deleted file mode 100644 index 43e26f40..00000000 --- a/rdmorganiser/README.md +++ /dev/null @@ -1,29 +0,0 @@ -RDMO catalog -============ - -This repository contains the content for [RDMO](https://github.com/rdmorganiser/rdmo) prepared by the [RDMO-Project](https://rdmorganiser.github.io). - -To install the catalog into a freshly installed instance of RDMO, use - -``` -./manage.py import /path/to/domain/rdmo.xml -./manage.py import /path/to/conditions/rdmo.xml # yes, again -./manage.py import /path/to/options/rdmo.xml -./manage.py import /path/to/conditions/rdmo.xml # yes, again -./manage.py import /path/to/questions/rdmo.xml -./manage.py import /path/to/tasks/rdmo.xml -./manage.py import /path/to/views/rdmo.xml -``` - -Use the same order when importing over the RDMO web interface. - -Please note that the master branch will only work with the latest version of RDMO. If you need the xml files for an older version, please browse the releases or contact us. - -Reindent --------- - -To indent the XML files use: - -```bash -for f in *.xml; do xmllint --format $f > /tmp/$f; mv /tmp/$f $f; done -``` diff --git a/rdmorganiser/conditions/rdmo.xml b/rdmorganiser/conditions/conditions.xml similarity index 90% rename from rdmorganiser/conditions/rdmo.xml rename to rdmorganiser/conditions/conditions.xml index 02d527c9..009ed1a6 100644 --- a/rdmorganiser/conditions/rdmo.xml +++ b/rdmorganiser/conditions/conditions.xml @@ -1,17 +1,44 @@ - + https://rdmorganiser.github.io/terms - additional_rdm_policy + additional_rdm_policy There are additional data management requirements. eq + + https://rdmorganiser.github.io/terms + application-class-1 + + + eq + + + + + https://rdmorganiser.github.io/terms + application-class-2 + + + eq + + + + + https://rdmorganiser.github.io/terms + application-class-3 + + + eq + + + https://rdmorganiser.github.io/terms - costs_relevant + costs_relevant eq @@ -20,7 +47,7 @@ https://rdmorganiser.github.io/terms/ - data_published + data_published eq @@ -29,7 +56,7 @@ https://rdmorganiser.github.io/terms - data_sharing + data_sharing The data will be shared. eq @@ -38,7 +65,7 @@ https://rdmorganiser.github.io/terms - embargo + embargo gt @@ -47,7 +74,7 @@ https://rdmorganiser.github.io/terms - infrastructure_resources + infrastructure_resources eq @@ -56,7 +83,7 @@ https://rdmorganiser.github.io/terms - intellectual_property_rights + intellectual_property_rights The project uses data or software that is protected by intellectual property rights. eq @@ -65,7 +92,7 @@ https://rdmorganiser.github.io/terms - international + international The legal situation of different countries has to be considered. eq @@ -74,7 +101,7 @@ https://rdmorganiser.github.io/terms - law_international + law_international eq @@ -83,7 +110,7 @@ https://rdmorganiser.github.io/terms - long_term_preservation + long_term_preservation eq @@ -92,7 +119,7 @@ https://rdmorganiser.github.io/terms - other_sensitive_data + other_sensitive_data Other sensitive data being used in the project. eq @@ -101,7 +128,7 @@ https://rdmorganiser.github.io/terms - personal_data + personal_data Personal data is used in the project. eq @@ -110,16 +137,25 @@ https://rdmorganiser.github.io/terms - personal_inf_bdsg_3_9 + personal_inf_bdsg_3_9 eq 1 + + https://rdmorganiser.github.io/terms/ + publish-software + introduced by the Max Planck Digital Library to implement the Software Management Plan + + neq + 0 + + https://rdmorganiser.github.io/terms - repository_extern + repository_extern neq @@ -128,7 +164,7 @@ https://rdmorganiser.github.io/terms - reuse_scenario + reuse_scenario neq @@ -137,7 +173,7 @@ https://rdmorganiser.github.io/terms - rights_owner_clear + rights_owner_clear eq @@ -146,25 +182,16 @@ https://rdmorganiser.github.io/terms - rights_owner_unclear + rights_owner_unclear eq - - https://rdmorganiser.github.io/terms/ - publish-software - introduced by the Max Planck Digital Library to implement the Software Management Plan - - neq - 0 - - https://rdmorganiser.github.io/terms - usage_support + usage_support eq @@ -173,38 +200,11 @@ https://rdmorganiser.github.io/terms - versioning_tool_undecided + versioning_tool_undecided eq - - https://rdmorganiser.github.io/terms - application-class-1 - - - eq - - - - - https://rdmorganiser.github.io/terms - application-class-2 - - - eq - - - - - https://rdmorganiser.github.io/terms - application-class-3 - - - eq - - - diff --git a/rdmorganiser/domain/rdmo.xml b/rdmorganiser/domain/attributes.xml similarity index 99% rename from rdmorganiser/domain/rdmo.xml rename to rdmorganiser/domain/attributes.xml index a9343e29..8a4f1fa2 100644 --- a/rdmorganiser/domain/rdmo.xml +++ b/rdmorganiser/domain/attributes.xml @@ -1,5 +1,5 @@ - + https://rdmorganiser.github.io/terms project @@ -175,6 +175,13 @@ + + https://rdmorganiser.github.io/terms + cover_how + project/costs/preservation/cover_how + + + https://rdmorganiser.github.io/terms non_personnel @@ -189,13 +196,6 @@ - - https://rdmorganiser.github.io/terms - cover_how - project/costs/preservation/cover_how - - - https://rdmorganiser.github.io/terms sensitive_data @@ -287,6 +287,20 @@ + + https://rdmorganiser.github.io/terms + data_management + project/data_management + + + + + https://rdmorganiser.github.io/terms + name + project/data_management/name + + + https://rdmorganiser.github.io/terms dataset @@ -315,6 +329,13 @@ + + https://rdmorganiser.github.io/terms + control_tool + project/dataset/control_tool + + + https://rdmorganiser.github.io/terms creation_methods @@ -336,13 +357,6 @@ - - https://rdmorganiser.github.io/terms - data_analysis_end - project/dataset/data_analysis_end - - - https://rdmorganiser.github.io/terms curation @@ -364,6 +378,13 @@ + + https://rdmorganiser.github.io/terms + data_analysis_end + project/dataset/data_analysis_end + + + https://rdmorganiser.github.io/terms data_analysis_start @@ -413,6 +434,13 @@ + + https://rdmorganiser.github.io/terms + access_permissions + project/dataset/data_security/access_permissions + + + https://rdmorganiser.github.io/terms backup_responsible @@ -427,13 +455,6 @@ - - https://rdmorganiser.github.io/terms - access_permissions - project/dataset/data_security/access_permissions - - - https://rdmorganiser.github.io/terms backups @@ -441,17 +462,17 @@ - + https://rdmorganiser.github.io/terms - security_measures - project/dataset/data_security/security_measures + risks + project/dataset/data_security/risks - + https://rdmorganiser.github.io/terms - risks - project/dataset/data_security/risks + security_measures + project/dataset/data_security/security_measures @@ -462,20 +483,13 @@ - + https://rdmorganiser.github.io/terms documentation project/dataset/documentation Added for the question which documentation will be available together with the data - - https://rdmorganiser.github.io/terms - where - project/dataset/documentation/where - Added for the question where the documentation can be found - - https://rdmorganiser.github.io/terms documentation_on_request @@ -483,6 +497,13 @@ Added for the question "Which data documention is only available on request?" The question was of relevance for DFG projects in educational research until 2021, see Petra Stanat, Bereitstellung und Nutzung quantitativer Forschungsdaten in der Bildungsforschung: Memorandum des Fachkollegiums "Erziehungswissenschaft" der DFG, 2015, https://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/forschungsdaten/richtlinien_forschungsdaten_bildungsforschung.pdf. + + https://rdmorganiser.github.io/terms + where + project/dataset/documentation/where + Added for the question where the documentation can be found + + https://rdmorganiser.github.io/terms format @@ -497,6 +518,27 @@ Short ID for a dataset, used as questionset attribute for dataset related questionsets. + + https://rdmorganiser.github.io/terms + include_software + project/dataset/include_software + + + + + https://rdmorganiser.github.io/terms + integration + project/dataset/integration + + + + + https://rdmorganiser.github.io/terms + interoperability + project/dataset/interoperability + + + https://rdmorganiser.github.io/terms ipr @@ -532,7 +574,7 @@ - + https://rdmorganiser.github.io/terms status project/dataset/ipr/status @@ -546,6 +588,27 @@ + + https://rdmorganiser.github.io/terms + access_info + project/dataset/metadata/access_info + Added for the question "Will metadata contain information to enable the user to access the data?", required in the Horizon Europe Data Management Plan Template, 05.05.2021, https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx + + + + https://rdmorganiser.github.io/terms + available_without_data + project/dataset/metadata/available_without_data + Added for the question "Will metadata be guaranteed to remain available after data is no longer available?", required in the Horizon Europe Data Management Plan Template, 05.05.2021, https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx + + + + https://rdmorganiser.github.io/terms + creation + project/dataset/metadata/creation + + + https://rdmorganiser.github.io/terms creation_automatic @@ -567,6 +630,20 @@ + + https://rdmorganiser.github.io/terms + harvesting + project/dataset/metadata/harvesting + Added for the question "Will metadata be offered in such a way that it can be harvested and indexed?", required in the Horizon Europe Data Management Plan Template, 05.05.2021, https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx + + + + https://rdmorganiser.github.io/terms + license_for_metadata + project/dataset/metadata/license_for_metadata + Added for the question "Will metadata be made openly available and licenced under a public domain dedication CC0, as per the Grant Agreement? If not, please clarify why.", required in the Horizon Europe Data Management Plan Template, 05.05.2021, https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx + + https://rdmorganiser.github.io/terms mappings @@ -574,6 +651,13 @@ + + https://rdmorganiser.github.io/terms + public + project/dataset/metadata/public + + + https://rdmorganiser.github.io/terms quality_assurance @@ -581,6 +665,13 @@ + + https://rdmorganiser.github.io/terms + references_to_other_data + project/dataset/metadata/references_to_other_data + Added for the question "Will your data include qualified references to other data (e.g. other data from your project, or datasets from previous research)?", required in the Horizon Europe Data Management Plan Template, 05.05.2021, https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx + + https://rdmorganiser.github.io/terms responsible_person @@ -602,62 +693,6 @@ - - https://rdmorganiser.github.io/terms - standards - project/dataset/metadata/standards - - - - - https://rdmorganiser.github.io/terms - public - project/dataset/metadata/public - - - - - https://rdmorganiser.github.io/terms - creation - project/dataset/metadata/creation - - - - - https://rdmorganiser.github.io/terms - access_info - project/dataset/metadata/access_info - Added for the question "Will metadata contain information to enable the user to access the data?", required in the Horizon Europe Data Management Plan Template, 05.05.2021, https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx - - - - https://rdmorganiser.github.io/terms - available_without_data - project/dataset/metadata/available_without_data - Added for the question "Will metadata be guaranteed to remain available after data is no longer available?", required in the Horizon Europe Data Management Plan Template, 05.05.2021, https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx - - - - https://rdmorganiser.github.io/terms - harvesting - project/dataset/metadata/harvesting - Added for the question "Will metadata be offered in such a way that it can be harvested and indexed?", required in the Horizon Europe Data Management Plan Template, 05.05.2021, https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx - - - - https://rdmorganiser.github.io/terms - license_for_metadata - project/dataset/metadata/license_for_metadata - Added for the question "Will metadata be made openly available and licenced under a public domain dedication CC0, as per the Grant Agreement? If not, please clarify why.", required in the Horizon Europe Data Management Plan Template, 05.05.2021, https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx - - - - https://rdmorganiser.github.io/terms - references_to_other_data - project/dataset/metadata/references_to_other_data - Added for the question "Will your data include qualified references to other data (e.g. other data from your project, or datasets from previous research)?", required in the Horizon Europe Data Management Plan Template, 05.05.2021, https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx - - https://rdmorganiser.github.io/terms search_keywords @@ -665,6 +700,13 @@ Added for the question "Will search keywords be provided in the metadata to optimize the possibility for discovery and then potential re-use?", required in the Horizon Europe Data Management Plan Template, 05.05.2021, https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx + + https://rdmorganiser.github.io/terms + standards + project/dataset/metadata/standards + + + https://rdmorganiser.github.io/terms vocabularies_open @@ -672,27 +714,6 @@ Added for the question "Will you openly publish the generated ontologies or vocabularies to allow reusing, refining or extending them?", required in the Horizon Europe Data Management Plan Template, 05.05.2021, https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx - - https://rdmorganiser.github.io/terms - include_software - project/dataset/include_software - - - - - https://rdmorganiser.github.io/terms - integration - project/dataset/integration - - - - - https://rdmorganiser.github.io/terms - interoperability - project/dataset/interoperability - - - https://rdmorganiser.github.io/terms method @@ -777,6 +798,13 @@ + + https://rdmorganiser.github.io/terms + data_archiving_date + project/dataset/preservation/data_archiving_date + + + https://rdmorganiser.github.io/terms duration @@ -812,6 +840,27 @@ + + https://rdmorganiser.github.io/terms + responsible_person + project/dataset/preservation/responsible_person + Refers to the permanent project owner: see https://github.com/rdmorganiser/rdmo-catalog/issues/110 + + + + https://rdmorganiser.github.io/terms + email + project/dataset/preservation/responsible_person/email + Refers to the permanent project owner: see https://github.com/rdmorganiser/rdmo-catalog/issues/110 + + + + https://rdmorganiser.github.io/terms + name + project/dataset/preservation/responsible_person/name + Refers to the permanent project owner: see https://github.com/rdmorganiser/rdmo-catalog/issues/110 + + https://rdmorganiser.github.io/terms reuse_duration @@ -833,13 +882,6 @@ - - https://rdmorganiser.github.io/terms - data_archiving_date - project/dataset/preservation/data_archiving_date - - - https://rdmorganiser.github.io/terms provenance @@ -1022,6 +1064,13 @@ + + https://rdmorganiser.github.io/terms + repository + project/dataset/sharing/repository + Refers to the place of publication, which must be distinguished from the place of storaging and archiving (see https://github.com/rdmorganiser/rdmo-catalog/issues/55) + + https://rdmorganiser.github.io/terms restrictions_explanation @@ -1071,6 +1120,13 @@ + + https://rdmorganiser.github.io/terms + software_documentation + project/dataset/software_documentation + + + https://rdmorganiser.github.io/terms storage @@ -1106,13 +1162,6 @@ - - https://rdmorganiser.github.io/terms - software_documentation - project/dataset/software_documentation - - - https://rdmorganiser.github.io/terms structure @@ -1178,24 +1227,52 @@ https://rdmorganiser.github.io/terms - versioning_tool - project/dataset/versioning_tool - - + versioning_tool + project/dataset/versioning_tool + + + + + https://rdmorganiser.github.io/terms + versioning_yesno + project/dataset/versioning_yesno + + + + + https://rdmorganiser.github.io/terms + dmp + project/dmp + + + + + https://rdmorganiser.github.io/terms + dmp_date + project/dmp/dmp_date + Date of this data management plan version, added for the text field "Date", required in the Horizon Europe Data Management Plan Template, 05.05.2021, https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx + + + + https://rdmorganiser.github.io/terms + dmp_version + project/dmp/dmp_version + Version of this data management plan, added for the text field "DMP version", required in the Horizon Europe Data Management Plan Template, 05.05.2021, https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx + - + https://rdmorganiser.github.io/terms - versioning_yesno - project/dataset/versioning_yesno + name + project/dmp/name - + - + https://rdmorganiser.github.io/terms - control_tool - project/dataset/control_tool + external_services + project/external_services - + https://rdmorganiser.github.io/terms @@ -1421,6 +1498,13 @@ + + https://rdmorganiser.github.io/terms + agreement + project/partner/agreement + + + https://rdmorganiser.github.io/terms contact_person @@ -1470,12 +1554,12 @@ - + https://rdmorganiser.github.io/terms - agreement - project/partner/agreement + physical_objects + project/physical_objects - + https://rdmorganiser.github.io/terms @@ -1484,40 +1568,40 @@ - + https://rdmorganiser.github.io/terms - responsible_person - project/preservation/responsible_person + archive + project/preservation/archive - + https://rdmorganiser.github.io/terms - name - project/preservation/responsible_person/name + fair_archive + project/preservation/archive/fair_archive - + - + https://rdmorganiser.github.io/terms - selection_criteria - project/preservation/selection_criteria + nonprofit + project/preservation/archive/nonprofit - + - + https://rdmorganiser.github.io/terms - selection_format - project/preservation/selection_format + explanation + project/preservation/archive/nonprofit/explanation - + - + https://rdmorganiser.github.io/terms - archive - project/preservation/archive + yesno + project/preservation/archive/nonprofit/yesno - + https://rdmorganiser.github.io/terms @@ -1526,38 +1610,38 @@ - + https://rdmorganiser.github.io/terms - fair_archive - project/preservation/archive/fair_archive + responsible_person + project/preservation/responsible_person - + - + https://rdmorganiser.github.io/terms - nonprofit - project/preservation/archive/nonprofit + name + project/preservation/responsible_person/name - + - + https://rdmorganiser.github.io/terms - yesno - project/preservation/archive/nonprofit/yesno + retained + project/preservation/retained - + - + https://rdmorganiser.github.io/terms - explanation - project/preservation/archive/nonprofit/explanation + selection_criteria + project/preservation/selection_criteria - + - + https://rdmorganiser.github.io/terms - retained - project/preservation/retained + selection_format + project/preservation/selection_format @@ -1638,90 +1722,6 @@ - - https://rdmorganiser.github.io/terms - external_services - project/external_services - - - - - https://rdmorganiser.github.io/terms - physical_objects - project/physical_objects - - - - - https://rdmorganiser.github.io/terms - data_management - project/data_management - - - - - https://rdmorganiser.github.io/terms - name - project/data_management/name - - - - - https://rdmorganiser.github.io/terms - dmp - project/dmp - - - - - https://rdmorganiser.github.io/terms - name - project/dmp/name - - - - - https://rdmorganiser.github.io/terms - dmp_date - project/dmp/dmp_date - Date of this data management plan version, added for the text field "Date", required in the Horizon Europe Data Management Plan Template, 05.05.2021, https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx - - - - https://rdmorganiser.github.io/terms - dmp_version - project/dmp/dmp_version - Version of this data management plan, added for the text field "DMP version", required in the Horizon Europe Data Management Plan Template, 05.05.2021, https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx - - - - https://rdmorganiser.github.io/terms - repository - project/dataset/sharing/repository - Refers to the place of publication, which must be distinguished from the place of storaging and archiving (see https://github.com/rdmorganiser/rdmo-catalog/issues/55) - - - - https://rdmorganiser.github.io/terms - name - project/dataset/preservation/responsible_person/name - Refers to the permanent project owner: see https://github.com/rdmorganiser/rdmo-catalog/issues/110 - - - - https://rdmorganiser.github.io/terms - email - project/dataset/preservation/responsible_person/email - Refers to the permanent project owner: see https://github.com/rdmorganiser/rdmo-catalog/issues/110 - - - - https://rdmorganiser.github.io/terms - responsible_person - project/dataset/preservation/responsible_person - Refers to the permanent project owner: see https://github.com/rdmorganiser/rdmo-catalog/issues/110 - - https://rdmorganiser.github.io/terms/ smp @@ -1729,6 +1729,20 @@ introduced by the Max Planck Digital Library to implement the Software Management Plan + + https://rdmorganiser.github.io/terms + application-class + smp/application-class + + + + + https://rdmorganiser.github.io/terms/ + buy-or-make + smp/buy-or-make + introduced by the Max Planck Digital Library to implement the Software Management Plan + + https://rdmorganiser.github.io/terms/ coding-standards @@ -1876,13 +1890,6 @@ introduced by the Max Planck Digital Library to implement the Software Management Plan - - https://rdmorganiser.github.io/terms - re-usable - smp/re-usable - - - https://rdmorganiser.github.io/terms/ relation-SMP-DMP @@ -1897,6 +1904,13 @@ introduced by the Max Planck Digital Library to implement the Software Management Plan + + https://rdmorganiser.github.io/terms + re-usable + smp/re-usable + + + https://rdmorganiser.github.io/terms/ safety @@ -1953,6 +1967,13 @@ introduced by the Max Planck Digital Library to implement the Software Management Plan + + https://rdmorganiser.github.io/terms/ + specification-sheet + smp/specification-sheet + introduced by the Max Planck Digital Library to implement the Software Management Plan + + https://rdmorganiser.github.io/terms/ store-software @@ -2023,25 +2044,4 @@ introduced by the Max Planck Digital Library to implement the Software Management Plan - - https://rdmorganiser.github.io/terms/ - buy-or-make - smp/buy-or-make - introduced by the Max Planck Digital Library to implement the Software Management Plan - - - - https://rdmorganiser.github.io/terms/ - specification-sheet - smp/specification-sheet - introduced by the Max Planck Digital Library to implement the Software Management Plan - - - - https://rdmorganiser.github.io/terms - application-class - smp/application-class - - - diff --git a/rdmorganiser/options/rdmo.xml b/rdmorganiser/options/optionsets.xml similarity index 54% rename from rdmorganiser/options/rdmo.xml rename to rdmorganiser/options/optionsets.xml index 49fab452..96a65f3e 100644 --- a/rdmorganiser/options/rdmo.xml +++ b/rdmorganiser/options/optionsets.xml @@ -1,7688 +1,11972 @@ - + https://rdmorganiser.github.io/terms - access_authentication + access_authentication - 0 + + + + https://rdmorganiser.github.io/terms + application-class + + + + + + + + + + + + https://rdmorganiser.github.io/terms + coding-standards + + + + + + + + + + + https://rdmorganiser.github.io/terms - control_tools + control_tools Übersicht über Methoden zur Kontrolle und Dokumentation der Konsistenz und Qualität von erhobenen Daten - 0 + + - + https://rdmorganiser.github.io/terms - data_protection_laws - - 0 + control_tools_long + Übersicht über Methoden zur Kontrolle und Dokumentation der Konsistenz und Qualität von erhobenen Daten + + - - - - - - - - - - - - - - - + + + + + + https://rdmorganiser.github.io/terms + data_protection_laws + + + + + + + + + + + + + + + + + + + + + https://rdmorganiser.github.io/terms - dataset_anonymisation + dataset_anonymisation - 0 + + https://rdmorganiser.github.io/terms - dataset_collaboration_options + dataset_collaboration_options - 0 + + https://rdmorganiser.github.io/terms - dataset_copyright_laws + dataset_copyright_laws - 0 + + https://rdmorganiser.github.io/terms - dataset_interoperability_options + dataset_interoperability_options - 0 + + https://rdmorganiser.github.io/terms - dataset_license_options + dataset_license_options - 0 + + https://rdmorganiser.github.io/terms - dataset_license_types + dataset_license_types - 0 + + https://rdmorganiser.github.io/terms - dataset_origin + dataset_origin - 0 + + https://rdmorganiser.github.io/terms - dataset_origin_options + dataset_origin_options - 0 + + https://rdmorganiser.github.io/terms - dataset_other_rights + dataset_other_rights - 0 + + https://rdmorganiser.github.io/terms - dataset_reproducible_options + dataset_reproducible_options - 0 + + https://rdmorganiser.github.io/terms - dataset_sharing_options + dataset_sharing_options - 0 + + https://rdmorganiser.github.io/terms - dataset_sharing_restrictions + dataset_sharing_restrictions - 0 + + https://rdmorganiser.github.io/terms - dataset_size_options + dataset_size_options - 0 + + https://rdmorganiser.github.io/terms - dataset_versioning_technology_options + dataset_versioning_technology_options - 0 + + https://rdmorganiser.github.io/terms - data_utility + data_utility - 0 + + - + https://rdmorganiser.github.io/terms - documentation + dfg_archive - 0 + + - - - - - + - - - + - + - - - - + https://rdmorganiser.github.io/terms - ethics_committee_approval_options + dfg_dataset_size_options - 0 + + - - - - diff --git a/rdmorganiser/questions/DFG-Checkliste.xml b/rdmorganiser/questions/questions-DFG-Checkliste.xml similarity index 64% rename from rdmorganiser/questions/DFG-Checkliste.xml rename to rdmorganiser/questions/questions-DFG-Checkliste.xml index 559441f6..abcd667a 100644 --- a/rdmorganiser/questions/DFG-Checkliste.xml +++ b/rdmorganiser/questions/questions-DFG-Checkliste.xml @@ -1,35 +1,49 @@ - + https://rdmorganiser.github.io/terms - DFG-Checkliste + DFG-Checkliste 30 DFG checklist Catalog according to the DFG checklist of December 21, 2021 DFG-Checkliste Katalog entsprechend der DFG-Checkliste vom 21.12.2021 + Check-list de la DFG + Catalogue correspondant à la check-list de la DFG du 21/12/2021 + Lista di controllo della DFG + Catalogo corrispondente alla lista di controllo della DFG del 21/12/2021 + Lista de control de la DFG + Catálogo correspondiente a la lista de control de la DFG del 21/12/2021 + +
+
+
+
+
+
+
https://rdmorganiser.github.io/terms - data_description - DFG-Checkliste/data_description + DFG-Checkliste/data_description - - 0 Data description Datenbeschreibung + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/data_content" order="0"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/technical_description" order="1"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/data_content"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/data_content"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data_content</key> - <path>DFG-Checkliste/data_description/data_content</path> + <uri_path>DFG-Checkliste/data_description/data_content</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description"/> - <questionset/> <is_collection>True</is_collection> - <order>0</order> <title lang="en">Contentwise data description <u>General notes:</u> This catalog is the checklist published by the DFG, supplemented by help texts, option sets with suggested texts and further information. The DFG checklist must be taken into account when submitting an application and when completing the project and is intended to help you to structure your data management. If you have any questions, please contact the central research data management team at your institution. @@ -37,7 +51,6 @@ The following questions are intended to describe the datasets that are created a The division into data sets helps to assess the value of the data with regard to potential subsequent use and later archiving. Since all questions have to be answered for each individual data set, an overly fine-grained structure does not make sense. - Inhaltliche Datenbeschreibung <u>Allgemeine Hinweise:</u> Der vorliegende Fragenkatalog ist die von der DFG herausgegebene Checkliste ergänzt um Hilfetexte, Auswahllisten mit Textvorschlägen und weiterführende Hinweise. Die DFG-Checkliste muss bei Antragstellung sowie bei Projektabschluss berücksichtigt werden und soll Ihnen helfen, Ihr Datenmanagement zu strukturieren. Bei Fragen wenden Sie sich bitte an das zentrale Forschungsdatenmanagement-Team ihrer Einrichtung. @@ -45,19 +58,29 @@ The division into data sets helps to assess the value of the data with regard to Die Einteilung in Datensätze hilft, den Wert der Daten hinsichtlich der potentiellen Nachnutzung und einer späteren Archivierung einschätzen zu können. Da alle Fragen für jeden einzelnen Datensatz beantwortet werden müssen, ist eine allzu feingranulare Struktur nicht sinnvoll. - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/data_content/ds_newData" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/data_content/ds_reuse" order="2"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/data_content/ds_newData"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>ds_newData</key> - <path>DFG-Checkliste/data_description/data_content/ds_newData</path> + <uri_path>DFG-Checkliste/data_description/data_content/ds_newData</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/creation_methods"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/data_content"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">This information is relevant for all types of data in order to be able to understand their genesis. The way in which data are generated in your project depends on the disciplines involved - for example, it can be 3D modelling, the synthesis of a molecule, self-developed software, an online quantitative survey, etc. @@ -66,7 +89,6 @@ Please select the methodology used to generate the data.</help> <text lang="en">How does your project generate new data?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Diese Informationen sind für alle Arten von Daten relevant, um deren Genese nachvollziehen zu können. Die Art und Weise, wie Daten in Ihrem Projekt entstehen, hängt von den beteiligten Disziplinen ab – beispielsweise kann es sich um eine 3D-Modellierung, die Synthese eines Moleküls, eine selbst entwickelte Software, eine quantitative Online-Befragung, usw. handeln. @@ -75,7 +97,18 @@ Bitte wählen Sie aus, mit welcher Methodik die Daten generiert werden.</help> <text lang="de">Auf welche Weise entstehen neue Daten?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>checkbox</widget_type> @@ -92,18 +125,15 @@ Bitte wählen Sie aus, mit welcher Methodik die Daten generiert werden.</help> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/data_content/ds_reuse"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>ds_reuse</key> - <path>DFG-Checkliste/data_description/data_content/ds_reuse</path> + <uri_path>DFG-Checkliste/data_description/data_content/ds_reuse</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/origin"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/data_content"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>2</order> <help lang="en">This refers to your own data from previous projects as well as to publicly or commercially available data. Re-using other scientists' data should also be mentioned here. If data are used that aren't generated by the project, please state the context from which the data originates, preferably as a citable source (e.g. via a DOI). Otherwise, it is advisable to indicate that no suitable data are available based on your own research. <details> -<summary style="color:blue; cursor:pointer;">Explanation:</summary> +<summary style="color:blue; cursor:pointer;">Explanation:</summary> Some data can in principle be recreated at any time. Examples of this are scientific experiment data or digital copies of analog objects (as long as the originals are not lost). The effort and costs for this can of course be quite considerable. With regard to the question of the need for long-term archiving at a later date, the effort involved in creating a new document should be weighed against the effort involved in long-term archiving. @@ -112,11 +142,10 @@ Other data, on the other hand, cannot be collected again per se. This is the cas <text lang="en">Are existing data reused?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Hier sind sowohl eigene Daten aus vorherigen Projekten als auch öffentlich oder kommerziell verfügbare Daten gemeint. Auch die Nachnutzung von Daten anderer Forschender sollte hier erwähnt werden. Falls Daten verwendet werden, die nicht im Rahmen dieses Projekts entstehen, geben Sie den Kontext an, aus dem die Daten stammen, möglichst als zitierfähige Quelle (z. B. über eine DOI). Ansonsten empfiehlt sich ein Hinweis, dass nach eigener Recherche keine geeigneten Daten zur Verfügung stehen. <details> -<summary style="color:blue; cursor:pointer;">Erläuterung:</summary> +<summary style="color:blue; cursor:pointer;">Erläuterung:</summary> Manche Daten können im Prinzip jederzeit neu erstellt werden. Beispiele hierfür sind etwa naturwissenschaftliche Experimentdaten oder auch Digitalisate analoger Objekte (solange die Originale vorhanden sind). Der Aufwand und die Kosten hierfür können durchaus beträchtlich sein. Im Hinblick auf die Frage der Notwendigkeit einer späteren Archivierung sollte in diesen Fällen der Aufwand einer erneuten Erstellung gegen den Aufwand der Archivierung abgewogen werden. Andere Daten wiederum lassen sich per se nicht erneut erheben. Dies ist etwa bei jeglicher Art von episodischer Beobachtungen der Fall, da diese ein bestimmtes Phänomen an einem bestimmten Zeitpunkt und/oder Ort abbilden und somit i. d. R. nicht wiederholbar sind. Ihr Wert für die Nachnutzung durch andere wie auch der Verlust bei einer nicht erfolgten oder misslungenen Archivierung ist ungleich höher als bei reproduzierbaren Daten. @@ -124,7 +153,18 @@ Andere Daten wiederum lassen sich per se nicht erneut erheben. Dies ist etwa bei <text lang="de">Werden existierende Daten wiederverwendet?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>radio</widget_type> @@ -139,46 +179,62 @@ Andere Daten wiederum lassen sich per se nicht erneut erheben. Dies ist etwa bei </optionsets> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/technical_description"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/technical_description"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>technical_description</key> - <path>DFG-Checkliste/data_description/technical_description</path> + <uri_path>DFG-Checkliste/data_description/technical_description</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description"/> - <questionset/> <is_collection>True</is_collection> - <order>1</order> <title lang="en">Technical Data Description - Technische Datenbeschreibung - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/technical_description/ds_format" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/technical_description/ds_usage_how" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/technical_description/ds_size" order="2"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/technical_description/ds_format"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>ds_format</key> - <path>DFG-Checkliste/data_description/technical_description/ds_format</path> + <uri_path>DFG-Checkliste/data_description/technical_description/ds_format</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/format"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/technical_description"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">For choosing data formats, you should also consider consequences for collaborative data use, archival and later re-use. It is recommended to use formats that are standardized, open and non-proprietary as well as common in general or in the specific community.</help> <text lang="en">Which data types in terms of data formats (e.g. image data, text data or measurement data) arise in your project?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Bei der Wahl des Datenformats sollten auch die Konsequenzen für die kollaborative Nutzung, die Archivierung sowie die Nachnutzung beachtet werden. Es empfiehlt sich, möglichst standardisierte, offene und nicht-proprietäre und allgemein bzw. in der spezifischen Community verbreitete Formate zu nutzen.</help> <text lang="de">Welche Datentypen, im Sinne von Datenformaten (z. B. Bilddaten, Textdaten oder Messdaten) entstehen in Ihrem Projekt?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>checkbox</widget_type> @@ -195,24 +251,31 @@ Andere Daten wiederum lassen sich per se nicht erneut erheben. Dies ist etwa bei </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/technical_description/ds_usage_how"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>ds_usage_how</key> - <path>DFG-Checkliste/data_description/technical_description/ds_usage_how</path> + <uri_path>DFG-Checkliste/data_description/technical_description/ds_usage_how</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/usage_description"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/technical_description"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">Please briefly describe how the data are evaluated, for example: mathematical calculations used, aggregations, preprocessing, references to other data sets, software used, etc.</help> <text lang="en">In what way is the data processed in your project?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Bitte beschreiben Sie kurz, wie die Daten zum Beispiel ausgewertet werden: verwendete mathematische Berechnungen, Aggregationen, Preprocessing, Referenzen zu anderen Datensätzen, benutzte Software, etc.</help> <text lang="de">Auf welche Weise werden die Daten in Ihrem Projekt weiterverarbeitet?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -227,24 +290,31 @@ Andere Daten wiederum lassen sich per se nicht erneut erheben. Dies ist etwa bei </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/technical_description/ds_size"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>ds_size</key> - <path>DFG-Checkliste/data_description/technical_description/ds_size</path> + <uri_path>DFG-Checkliste/data_description/technical_description/ds_size</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/size/volume"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/technical_description"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>2</order> - <help lang="en">Please also state the unit of measurement, e.g. "10GB".</help> + <help lang="en">Please also state the unit of measurement, e.g. "10GB".</help> <text lang="en">What is the anticipated data volume?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> - <help lang="de">Geben Sie bitte außerdem die Maßeinheit an, z. B. "10 GB".</help> + <help lang="de">Geben Sie bitte außerdem die Maßeinheit an, z. B. "10 GB".</help> <text lang="de">Welches Datenvolumen ist für den Datensatz zu erwarten?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>radio</widget_type> @@ -261,54 +331,73 @@ Andere Daten wiederum lassen sich per se nicht erneut erheben. Dies ist etwa bei </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>doku_quality</key> - <path>DFG-Checkliste/doku_quality</path> + <uri_path>DFG-Checkliste/doku_quality</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste"/> - <order>1</order> <title lang="en">Documentation and data quality Dokumentation und Datenqualität + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/dokumentation" order="0"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/data_quality" order="1"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/dokumentation"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/dokumentation"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>dokumentation</key> - <path>DFG-Checkliste/doku_quality/dokumentation</path> + <uri_path>DFG-Checkliste/doku_quality/dokumentation</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality"/> - <questionset/> <is_collection>True</is_collection> - <order>0</order> <title lang="en">Documentation - Dokumentation - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/dokumentation/dokumentation_standard" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/dokumentation/data_usage" order="1"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/dokumentation/dokumentation_standard"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>dokumentation_standard</key> - <path>DFG-Checkliste/doku_quality/dokumentation/dokumentation_standard</path> + <uri_path>DFG-Checkliste/doku_quality/dokumentation/dokumentation_standard</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/standards"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/dokumentation"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>0</order> - <help lang="en">Also indicate the metadata standard (description system) if it is already clear which one shall be used, e.g. because the data repository you have chosen specifies one or you are bound to a subject-specific metadata standard. An example of a generic metadata schema for data is the <i><a href="https://schema.datacite.org/" target="_blank">Datacite schema</a></i>.</help> + <help lang="en">Also indicate the metadata standard (description system) if it is already clear which one shall be used, e.g. because the data repository you have chosen specifies one or you are bound to a subject-specific metadata standard. An example of a generic metadata schema for data is the <i><a href="https://schema.datacite.org/" target="_blank">Datacite schema</a></i>.</help> <text lang="en">What approaches are being taken to describe the data in a comprehensible manner (such as the use of existing standards for metadata or documentation, or ontologies)?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> - <help lang="de">Geben Sie auch den Metadatenstandard (Beschreibungssystem) an, wenn bereits klar ist, welcher verwendet werden soll, z. B. weil das von Ihnen ausgewählte Daten-Repositorium einen solchen vorgibt oder Sie an einen fachspezifischen Metadatenstandard gebunden sind. Ein Beispiel für ein allgemeines Metadatenschema für Daten ist das <i><a href="https://schema.datacite.org/" target="_blank">Datacite-Schema</a></i>.</help> + <help lang="de">Geben Sie auch den Metadatenstandard (Beschreibungssystem) an, wenn bereits klar ist, welcher verwendet werden soll, z. B. weil das von Ihnen ausgewählte Daten-Repositorium einen solchen vorgibt oder Sie an einen fachspezifischen Metadatenstandard gebunden sind. Ein Beispiel für ein allgemeines Metadatenschema für Daten ist das <i><a href="https://schema.datacite.org/" target="_blank">Datacite-Schema</a></i>.</help> <text lang="de">Welche Ansätze werden verfolgt, um die Daten nachvollziehbar zu beschreiben (z. B. Nutzung vorhandener Metadaten- bzw. Dokumentationsstandards oder Ontologien)?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>checkbox</widget_type> @@ -325,20 +414,17 @@ Andere Daten wiederum lassen sich per se nicht erneut erheben. Dies ist etwa bei </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/dokumentation/data_usage"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data_usage</key> - <path>DFG-Checkliste/doku_quality/dokumentation/data_usage</path> + <uri_path>DFG-Checkliste/doku_quality/dokumentation/data_usage</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/usage_technology"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/dokumentation"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">In order to be able to reuse data, in addition to the data itself, the software, if applicable (measuring) devices etc. and knowledge of special procedures for use are required. -Since usage can vary depending on the discipline, either discuss with your colleagues or contact the <i><a href="https://www.nfdi.de/consortia/?lang=en" target="_blank">NFDI consortium</a></i> for your discipline if you don't know exactly what is needed. +Since usage can vary depending on the discipline, either discuss with your colleagues or contact the <i><a href="https://www.nfdi.de/consortia/?lang=en" target="_blank">NFDI consortium</a></i> for your discipline if you don't know exactly what is needed. <details> -<summary style="color:blue; cursor:pointer;">Read more...</summary> +<summary style="color:blue; cursor:pointer;">Read more...</summary> As for data formats: the more standardized, open and established methods and tools are, the easier it is usually to reuse data. The establishment of standards for methods, use of software, collection of research data and description of research results is an essential prerequisite for the comparability and transferability of research results. @@ -346,13 +432,12 @@ The establishment of standards for methods, use of software, collection of resea <text lang="en">What digital methods and tools (e.g. software) are required to use the data?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Um Daten nachnutzen zu können, werden neben den Daten selbst auch die Software, ggf. (Mess-)Geräte etc. und das Wissen über spezielle Verfahren zur Nutzung benötigt. -Da die Nutzung je nach Disziplin unterschiedlich sein kann, tauschen Sie sich entweder mit Ihren Kolleg*innen aus, oder wenden Sie sich an das in Ihrer Disziplin arbeitende <i><a href="https://www.nfdi.de/konsortien/" target="_blank">NFDI-Konsortium</a></i>, wenn Sie nicht genau wissen, was nötig ist. +Da die Nutzung je nach Disziplin unterschiedlich sein kann, tauschen Sie sich entweder mit Ihren Kolleg*innen aus, oder wenden Sie sich an das in Ihrer Disziplin arbeitende <i><a href="https://www.nfdi.de/konsortien/" target="_blank">NFDI-Konsortium</a></i>, wenn Sie nicht genau wissen, was nötig ist. <details> -<summary style="color:blue; cursor:pointer;">Weiterlesen...</summary> +<summary style="color:blue; cursor:pointer;">Weiterlesen...</summary> Ebenso wie bei den Formaten gilt hier: je standardisierter, offener und etablierter diese sind, desto einfacher ist i. d. R. eine Nachnutzung möglich. @@ -361,7 +446,18 @@ Die Etablierung von Standards bei Methoden, bei der Anwendung von Software, der <text lang="de">Welche digitalen Methoden und Werkzeuge (z. B. Software) sind zur Nutzung der Daten erforderlich?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>text</widget_type> @@ -374,46 +470,61 @@ Die Etablierung von Standards bei Methoden, bei der Anwendung von Software, der <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/data_quality"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/data_quality"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data_quality</key> - <path>DFG-Checkliste/doku_quality/data_quality</path> + <uri_path>DFG-Checkliste/doku_quality/data_quality</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality"/> - <questionset/> <is_collection>True</is_collection> - <order>1</order> <title lang="en">Data Quality - Datenqualität - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/data_quality/data_high_quality" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/data_quality/quality_control" order="1"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/data_quality/data_high_quality"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data_high_quality</key> - <path>DFG-Checkliste/doku_quality/data_quality/data_high_quality</path> + <uri_path>DFG-Checkliste/doku_quality/data_quality/data_high_quality</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/quality_assurance"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/data_quality"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">Depending on the discipline, the quality of the data can be ensured by various measures</help> <text lang="en">What measures are being adopted to ensure high data quality?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Die Qualität der Daten kann je nach Fachdisziplin durch verschiedene Maßnahmen gesichert werden</help> <text lang="de">Welche Maßnahmen werden getroffen, um eine hohe Qualität der Daten zu gewährleisten?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>checkbox</widget_type> @@ -430,28 +541,35 @@ Die Etablierung von Standards bei Methoden, bei der Anwendung von Software, der </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/data_quality/quality_control"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>quality_control</key> - <path>DFG-Checkliste/doku_quality/data_quality/quality_control</path> + <uri_path>DFG-Checkliste/doku_quality/data_quality/quality_control</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/control_tool"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/doku_quality/data_quality"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">Quality controls can be carried out in different ways. They can be heavily dependent on your discipline and your structures at the institute or in the project. -It is important that the quality control is independent of the measures taken for quality assurance and refers to the product "data".</help> +It is important that the quality control is independent of the measures taken for quality assurance and refers to the product "data".</help> <text lang="en">Are quality controls foreseen and if so, how do they operate?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Qualitätskontrollen können auf unterschiedlichen Wegen erfolgen. Sie können stark abhängig von Ihrer Disziplin und Ihren Strukturen am Institut oder im Projekt sein. Wichtig ist, dass die Qualitätskontrolle unabhängig von den getroffenen Maßnahmen ist und sich auf das Produkt „Daten“ bezieht.</help> <text lang="de">Sind Qualitätskontrollen vorgesehen und wenn ja, auf welche Weise?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>checkbox</widget_type> @@ -468,58 +586,76 @@ Wichtig ist, dass die Qualitätskontrolle unabhängig von den getroffenen Maßna </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/storage_backup"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>storage_backup</key> - <path>DFG-Checkliste/storage_backup</path> + <uri_path>DFG-Checkliste/storage_backup</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste"/> - <order>2</order> <title lang="en">Storage and technical protection measures during the project Speicherung und technische Sicherung während des Projektverlaufs + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/storage_backup/data_storage" order="0"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/storage_backup/data_backup" order="1"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/storage_backup/data_storage"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/storage_backup/data_storage"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data_storage</key> - <path>DFG-Checkliste/storage_backup/data_storage</path> + <uri_path>DFG-Checkliste/storage_backup/data_storage</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/storage_backup"/> - <questionset/> <is_collection>True</is_collection> - <order>0</order> <title lang="en">Data storage during the project - Datenspeicherung während des Projekts - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/storage_backup/data_storage/data_storage_how" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/storage_backup/data_storage/data_storage_how"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data_storage_how</key> - <path>DFG-Checkliste/storage_backup/data_storage/data_storage_how</path> + <uri_path>DFG-Checkliste/storage_backup/data_storage/data_storage_how</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/storage/type"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/storage_backup/data_storage"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>0</order> - <help lang="en">Please note that depending on the storage location, your data are not automatically backed up. You can find out advantages and disadvantages of storage media at <i><a href="https://www.forschungsdaten.info/themen/speichern-und-rechnen/datenspeicherung-und-die-lebensdauer-von-datentraegern/" target="_blank">www.forschungsdaten.info</a></i>. + <help lang="en">Please note that depending on the storage location, your data are not automatically backed up. You can find out advantages and disadvantages of storage media at <i><a href="https://www.forschungsdaten.info/themen/speichern-und-rechnen/datenspeicherung-und-die-lebensdauer-von-datentraegern/" target="_blank">www.forschungsdaten.info</a></i>. The DFG expects here a description of the infrastructure you use for data storage and backup. In particular, describe the use of storage and backup infrastructure offered centrally at your institution or justify your use of local or (subject)-specific solutions.</help> <text lang="en">How are data stored and secured during the project duration?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> - <help lang="de">Beachten Sie, dass je nach Speicherort Ihre Daten nicht automatisch gesichert sind. Welche Speichermedien welche Vor- und Nachteile haben, können Sie auf <i><a href="https://www.forschungsdaten.info/themen/speichern-und-rechnen/datenspeicherung-und-die-lebensdauer-von-datentraegern/" target="_blank">www.forschungsdaten.info</a></i> nachlesen. + <help lang="de">Beachten Sie, dass je nach Speicherort Ihre Daten nicht automatisch gesichert sind. Welche Speichermedien welche Vor- und Nachteile haben, können Sie auf <i><a href="https://www.forschungsdaten.info/themen/speichern-und-rechnen/datenspeicherung-und-die-lebensdauer-von-datentraegern/" target="_blank">www.forschungsdaten.info</a></i> nachlesen. Die DFG möchte hier eine Beschreibung der von Ihnen zur Datenspeicherung und Sicherung verwendeten Infrastruktur. Gehen Sie insbesondere auf die Nutzung von zentral an Ihrer Einrichtung angebotener Speicher- und Backup- Infrastruktur ein oder begründen Sie Ihre lokalen oder (fach-)spezifischen Lösungen.</help> <text lang="de">Auf welche Weise werden die Daten während der Projektlaufzeit gespeichert und gesichert?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>checkbox</widget_type> @@ -534,50 +670,64 @@ Die DFG möchte hier eine Beschreibung der von Ihnen zur Datenspeicherung und Si </optionsets> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/storage_backup/data_backup"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/storage_backup/data_backup"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data_backup</key> - <path>DFG-Checkliste/storage_backup/data_backup</path> + <uri_path>DFG-Checkliste/storage_backup/data_backup</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/storage_backup"/> - <questionset/> <is_collection>True</is_collection> - <order>1</order> <title lang="en">Technical data archiving during the project - Technische Datensicherung während des Projekts - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/storage_backup/data_backup/sensitive_data_security" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/storage_backup/data_backup/sensitive_data_security"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>sensitive_data_security</key> - <path>DFG-Checkliste/storage_backup/data_backup/sensitive_data_security</path> + <uri_path>DFG-Checkliste/storage_backup/data_backup/sensitive_data_security</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/data_security/security_measures"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/storage_backup/data_backup"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">Sensitive data can appear in different contexts, e.g. personal data or data that arise in economic cooperation projects or licensed data. If you have any questions about personal data and its security, please contact your institution's local data protection officer. In the case of economic cooperation projects, the access and usage rights are usually recorded in the non-disclosure agreements, while the usage conditions for data are recorded in license agreements.</help> <text lang="en">What is in place to address security of sensitive data during the project (access and use controls)?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Sensible Daten können in verschiedenen Kontexten auftreten, z. B. personenbezogene Daten oder Daten, die in wirtschaftlichen Kooperationsprojekten entstehen oder auch lizenzierte Daten. Bei Fragen zu personenbezogenen Daten und deren Sicherheit wenden Sie sich bitte an die lokalen Datenschutzbeauftragten Ihrer Einrichtung. Bei wirtschaftlichen Kooperationsprojekten sind die Zugriffs- und Nutzungsrechte in der Regel in den Geheimhaltungserklärungen festgehalten, die Nutzungsbedingungen von Daten sind ansonsten oft in Lizenzen definiert.</help> <text lang="de">Wie wird die Sicherheit sensibler Daten während der Projektlaufzeit gewährleistet (Zugriffs- und Nutzungsverwaltung)?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -592,58 +742,77 @@ Bei Fragen zu personenbezogenen Daten und deren Sicherheit wenden Sie sich bitte </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>rights</key> - <path>DFG-Checkliste/rights</path> + <uri_path>DFG-Checkliste/rights</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste"/> - <order>3</order> <title lang="en">Legal obligations and conditions Rechtliche Verpflichtungen und Rahmenbedingungen + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/publication_restrictions" order="0"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/scientific_specifics" order="1"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/legal_restrictions" order="2"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/publication_restrictions"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/publication_restrictions"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>publication_restrictions</key> - <path>DFG-Checkliste/rights/publication_restrictions</path> + <uri_path>DFG-Checkliste/rights/publication_restrictions</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights"/> - <questionset/> <is_collection>True</is_collection> - <order>0</order> <title lang="en">Publication restrictions - Beschränkungen bei der Veröffentlichung - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/publication_restrictions/publication_limitations" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/publication_restrictions/publication_limitations"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>publication_limitations</key> - <path>DFG-Checkliste/rights/publication_restrictions/publication_limitations</path> + <uri_path>DFG-Checkliste/rights/publication_restrictions/publication_limitations</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sharing/restrictions_explanation"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/publication_restrictions"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">There are reasons that preclude a (direct) publication of the data. These can be, for example, the protection of personal data or the commercial or industrial use of the data. Please keep in mind that it may be possible to publish the data after a certain blocking or embargo period and that you can also prepare this publication now. If you have any questions, speak to your institution's research data management team.</help> <text lang="en">Do you anticipate any implications or restrictions regarding subsequent publication or accessibility?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Es gibt Gründe, die gegen eine (direkte) Veröffentlichung der Daten sprechen können. Diese können beispielsweise der Schutz personenbezogener Daten oder die kommerzielle oder industrielle Verwertung der Daten sein. Bedenken Sie bitte, dass ggf. nach einer gewissen Sperr- oder Embargofrist eine Publikation der Daten möglich ist und Sie diese Publikation auch jetzt schon vorbereiten können. Bei Fragen sprechen Sie dazu mit dem Forschungsdatenmanagement-Team Ihrer Einrichtung.</help> <text lang="de">Sind Auswirkungen oder Einschränkungen in Bezug auf die spätere Veröffentlichung bzw. Zugänglichkeit zu erwarten?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>checkbox</widget_type> @@ -658,46 +827,60 @@ Bedenken Sie bitte, dass ggf. nach einer gewissen Sperr- oder Embargofrist eine </optionsets> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/scientific_specifics"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/scientific_specifics"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>scientific_specifics</key> - <path>DFG-Checkliste/rights/scientific_specifics</path> + <uri_path>DFG-Checkliste/rights/scientific_specifics</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights"/> - <questionset/> <is_collection>False</is_collection> - <order>1</order> <title lang="en">Scientific specifics - Wissenschaftliche Besonderheiten - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/scientific_specifics/scientific_standards" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/scientific_specifics/scientific_standards"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>scientific_standards</key> - <path>DFG-Checkliste/rights/scientific_specifics/scientific_standards</path> + <uri_path>DFG-Checkliste/rights/scientific_specifics/scientific_standards</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/additional_rdm_policy/yesno"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/scientific_specifics"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>0</order> - <help lang="en">In addition to general scientific codes, there can also be discipline-specific codes. If you do not know these, find out more from suitable NFDI consortia or professional associations. The <i><a href="https://wissenschaftliche-integritaet.de/" target="_blank">DFG page on academic integrity</a></i> also provides information. Here you will find references to laws, <a href="https://www.dfg.de/en/research_funding/principles_dfg_funding/research_data/recommendations/index.html" target="_blank">subject-specific comments on the guidelines</a></i> and explanations as well as case studies.</help> + <help lang="en">In addition to general scientific codes, there can also be discipline-specific codes. If you do not know these, find out more from suitable NFDI consortia or professional associations. The <i><a href="https://wissenschaftliche-integritaet.de/" target="_blank">DFG page on academic integrity</a></i> also provides information. Here you will find references to laws, <a href="https://www.dfg.de/en/research_funding/principles_dfg_funding/research_data/recommendations/index.html" target="_blank">subject-specific comments on the guidelines</a></i> and explanations as well as case studies.</help> <text lang="en">Are there any significant research codes or professional standards to be taken into account?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> - <help lang="de">Neben allgemeinen wissenschaftlichen Kodizes kann es auch fachwissenschaftliche Kodizes geben. Falls Ihnen diese nicht bekannt sind, informieren Sie sich bei passenden NFDI-Konsortien oder Fachvereinigungen. Aufschluss gibt auch die Seite der <i><a href="https://wissenschaftliche-integritaet.de/" target="_blank">DFG zur wissenschaftlichen Integrität</a></i>. Hier finden Sie Verweise auf Gesetze, <a href="https://www.dfg.de/foerderung/grundlagen_rahmenbedingungen/forschungsdaten/empfehlungen/index.html" target="_blank">fachspezifische Kommentierungen der Leitlinien</a></i> und Erläuterungen sowie Fallbeispiele.</help> + <help lang="de">Neben allgemeinen wissenschaftlichen Kodizes kann es auch fachwissenschaftliche Kodizes geben. Falls Ihnen diese nicht bekannt sind, informieren Sie sich bei passenden NFDI-Konsortien oder Fachvereinigungen. Aufschluss gibt auch die Seite der <i><a href="https://wissenschaftliche-integritaet.de/" target="_blank">DFG zur wissenschaftlichen Integrität</a></i>. Hier finden Sie Verweise auf Gesetze, <a href="https://www.dfg.de/foerderung/grundlagen_rahmenbedingungen/forschungsdaten/empfehlungen/index.html" target="_blank">fachspezifische Kommentierungen der Leitlinien</a></i> und Erläuterungen sowie Fallbeispiele.</help> <text lang="de">Existieren wichtige wissenschaftliche Kodizes bzw. fachliche Normen, die Berücksichtigung finden sollten?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>checkbox</widget_type> @@ -712,46 +895,61 @@ Bedenken Sie bitte, dass ggf. nach einer gewissen Sperr- oder Embargofrist eine </optionsets> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/legal_restrictions"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/legal_restrictions"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>legal_restrictions</key> - <path>DFG-Checkliste/rights/legal_restrictions</path> + <uri_path>DFG-Checkliste/rights/legal_restrictions</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights"/> - <questionset/> <is_collection>True</is_collection> - <order>2</order> <title lang="en">Legal Restrictions - Rechtliche Einschränkungen - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/legal_restrictions/legal_aspects_2" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/legal_restrictions/legal_aspects" order="1"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/legal_restrictions/legal_aspects_2"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>legal_aspects_2</key> - <path>DFG-Checkliste/rights/legal_restrictions/legal_aspects_2</path> + <uri_path>DFG-Checkliste/rights/legal_restrictions/legal_aspects_2</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/legal_aspects/ipr"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/legal_restrictions"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>0</order> - <help lang="en">The various legal aspects must be taken into account for each data set. Whether your data are subject to copyright protection depends, among other things, on the threshold of originality. Information on this can be found e.g. in the <i>Information sheet on copyright protection of research data</i> under <i>Copyright and licensing for research data</i> (<a href="https://zenodo.org/record/5243232" target= "_blank">https://zenodo.org/record/5243232</a>).</help> + <help lang="en">The various legal aspects must be taken into account for each data set. Whether your data are subject to copyright protection depends, among other things, on the threshold of originality. Information on this can be found e.g. in the <i>Information sheet on copyright protection of research data</i> under <i>Copyright and licensing for research data</i> (<a href="https://zenodo.org/record/5243232" target= "_blank">https://zenodo.org/record/5243232</a>).</help> <text lang="en">How are aspects of use and copyright law as well as ownership issues considered?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> - <help lang="de">Für jeden Datensatz gilt es die verschiedenen rechtlichen Aspekte zu berücksichtigen. Ob Ihre Daten dem urheberrechtlichen Schutz unterliegen, hängt unter anderem von der Schöpfungshöhe ab. Informationen hierzu finden Sie z. B. in dem <i>Merkblatt zum urheberrechtlichen Schutz von Forschungsdaten</i> unter <i>Urheberrecht und Lizenzierung bei Forschungsdaten</i> (<a href="https://zenodo.org/record/5243232" target="_blank">https://zenodo.org/record/5243232</a>).</help> + <help lang="de">Für jeden Datensatz gilt es die verschiedenen rechtlichen Aspekte zu berücksichtigen. Ob Ihre Daten dem urheberrechtlichen Schutz unterliegen, hängt unter anderem von der Schöpfungshöhe ab. Informationen hierzu finden Sie z. B. in dem <i>Merkblatt zum urheberrechtlichen Schutz von Forschungsdaten</i> unter <i>Urheberrecht und Lizenzierung bei Forschungsdaten</i> (<a href="https://zenodo.org/record/5243232" target="_blank">https://zenodo.org/record/5243232</a>).</help> <text lang="de">Auf welche Weise werden nutzungs- und urheberrechtliche Aspekte sowie Eigentumsfragen berücksichtigt?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -766,24 +964,31 @@ Bedenken Sie bitte, dass ggf. nach einer gewissen Sperr- oder Embargofrist eine </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/legal_restrictions/legal_aspects"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>legal_aspects</key> - <path>DFG-Checkliste/rights/legal_restrictions/legal_aspects</path> + <uri_path>DFG-Checkliste/rights/legal_restrictions/legal_aspects</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/legal_aspects"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/legal_restrictions"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">For example: Does the legal situation in different countries have to be taken into account? Does every employee have the same access rights?</help> <text lang="en">Which further legal specifics apply to the handling of research data in your project?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Zu nennen wäre beispielsweise: Muss die rechtliche Situation verschiedener Länder beachtet werden? Haben alle Mitarbeitenden die gleichen Zugriffsrechte?</help> <text lang="de">Welche weiteren rechtlichen Besonderheiten bestehen im Zusammenhang mit dem Umgang mit Forschungsdaten in Ihrem Projekt?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -798,58 +1003,78 @@ Bedenken Sie bitte, dass ggf. nach einer gewissen Sperr- oder Embargofrist eine </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>exchange_access</key> - <path>DFG-Checkliste/exchange_access</path> + <uri_path>DFG-Checkliste/exchange_access</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste"/> - <order>4</order> <title lang="en">Data exchange and long-term data accessibility Datenaustausch und dauerhafte Zugänglichkeit der Daten + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/reuse" order="0"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/archiving" order="1"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/reuse"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/reuse"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>reuse</key> - <path>DFG-Checkliste/exchange_access/reuse</path> + <uri_path>DFG-Checkliste/exchange_access/reuse</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access"/> - <questionset/> <is_collection>True</is_collection> - <order>0</order> <title lang="en">Reuse - Nachnutzung - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/reuse/reuse_context" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/reuse/reuse_criteria" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/reuse/reuse_when" order="2"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/reuse/reuse_context"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>reuse_context</key> - <path>DFG-Checkliste/exchange_access/reuse/reuse_context</path> + <uri_path>DFG-Checkliste/exchange_access/reuse/reuse_context</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/reuse_scenario"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/reuse"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">Please consider whether your data can be reused. The reusability of data does not mean its publication, but e.g. the value of the data for follow-up projects, new collaborations, etc. In the evaluation, it can also play a role whether data can be generated again. This is the case for digital versions of analogue objects (if the originals are still available), generally but often with great effort also for experiments in natural sciences. Such data do not necessarily have to be preserved. On the other hand, any time-related data - time series, episodic events such as earthquakes, also social science surveys - are not repeatable unique observations.</help> <text lang="en">Are these data suitable for subsequent use in other contexts?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Bitte wägen Sie ab, ob Ihre Daten nachgenutzt werden können. Nachnutzbarkeit von Daten meint nicht deren Publikation, sondern z. B. den Wert der Daten für Folgeprojekte, neue Kooperationen o. ä. Bei der Bewertung kann auch eine Rolle spielen, ob Daten erneut generiert werden können. Das ist der Fall bei Digitalisaten analoger Objekte (falls die Originale noch vorhanden sind), generell aber oft mit großem Aufwand auch bei naturwissenschaftlichen Experimenten. Derartige Daten müssen nicht zwingend bewahrt werden. Jegliche zeitgebundene Daten - Zeitreihen, episodische Ereignisse wie z. B. Erdbeben, auch sozialwissenschaftliche Umfragen - sind dagegen nicht wiederholbare, einmalige Beobachtungen.</help> <text lang="de">Bieten sich diese Daten für die Nachnutzung in anderen Kontexten an?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>checkbox</widget_type> @@ -866,24 +1091,31 @@ Das ist der Fall bei Digitalisaten analoger Objekte (falls die Originale noch vo </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/reuse/reuse_criteria"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>reuse_criteria</key> - <path>DFG-Checkliste/exchange_access/reuse/reuse_criteria</path> + <uri_path>DFG-Checkliste/exchange_access/reuse/reuse_criteria</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/preservation/selection_criteria"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/reuse"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en"/> <text lang="en">Which criteria are used to select research data to make them available for subsequent use by others?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de"/> <text lang="de">Nach welchen Kriterien wird dieser Datensatz ausgewählt, um diesen für die Nachnutzung durch andere zur Verfügung zu stellen?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>checkbox</widget_type> @@ -900,46 +1132,53 @@ Das ist der Fall bei Digitalisaten analoger Objekte (falls die Originale noch vo </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/reuse/reuse_when"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>reuse_when</key> - <path>DFG-Checkliste/exchange_access/reuse/reuse_when</path> + <uri_path>DFG-Checkliste/exchange_access/reuse/reuse_when</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/data_publication_date"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/reuse"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>2</order> - <help lang="en">Accordingly to the <i><a href="https://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/forschungsdaten/leitlinien_forschungsdaten.pdf" target="_blank">DFG Guidelines for Research Data Management</a ></i>, research data should be made available as soon as possible and ideally according to the <i><a href="https://force11.org/info/guiding-principles-for-findable-accessible-interoperable-and-re-usable-data-publishing-version-b1-0/" target="_blank">FAIR principles</a></i>. + <help lang="en">Accordingly to the <i><a href="https://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/forschungsdaten/leitlinien_forschungsdaten.pdf" target="_blank">DFG Guidelines for Research Data Management</a ></i>, research data should be made available as soon as possible and ideally according to the <i><a href="https://force11.org/info/guiding-principles-for-findable-accessible-interoperable-and-re-usable-data-publishing-version-b1-0/" target="_blank">FAIR principles</a></i>. The importance of data publication is underscored once again by the -<i><a href="https://wissenschaftliche-integritaet.de/en/code-of-conduct/providing-public-access-to-research-results/" target="_blank">Guideline 13 of the Code of Good Scientific Practice</a ></i>. Discipline-specific practices are pointed out here. +<i><a href="https://wissenschaftliche-integritaet.de/en/code-of-conduct/providing-public-access-to-research-results/" target="_blank">Guideline 13 of the Code of Good Scientific Practice</a ></i>. Discipline-specific practices are pointed out here. <details> -<summary style="color:blue; cursor:pointer;">Recommended repositories</summary> +<summary style="color:blue; cursor:pointer;">Recommended repositories</summary> -For the publication of research data, it is recommended to use subject-specific repositories. Recommended directories are <i><a href="https://www.re3data.org/" target="_blank">re3data.org</a></i> and <i><a href="https://fairsharing.org/" target="_blank">FAIRsharing.org</a></i>. +For the publication of research data, it is recommended to use subject-specific repositories. Recommended directories are <i><a href="https://www.re3data.org/" target="_blank">re3data.org</a></i> and <i><a href="https://fairsharing.org/" target="_blank">FAIRsharing.org</a></i>. -If no suitable subject-specific repository exists, inquire whether your facility operates an institutional repository. Another alternative would be <i><a href="https://zenodo.org/" target="_blank">Zenodo</a></i>. +If no suitable subject-specific repository exists, inquire whether your facility operates an institutional repository. Another alternative would be <i><a href="https://zenodo.org/" target="_blank">Zenodo</a></i>. </details></help> <text lang="en">When are the research data available for use by third parties?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> - <help lang="de">Den <i><a href="https://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/forschungsdaten/leitlinien_forschungsdaten.pdf" target="_blank">DFG–Leitlinien zum Forschungsdatenmanagement</a></i> entsprechend sollten Forschungsdaten wenn möglich zeitnah verfügbar gemacht werden und folgen dabei im besten Fall den <i><a href="https://force11.org/info/guiding-principles-for-findable-accessible-interoperable-and-re-usable-data-publishing-version-b1-0/" target="_blank">FAIR-Prinzipien</a></i>. + <help lang="de">Den <i><a href="https://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/forschungsdaten/leitlinien_forschungsdaten.pdf" target="_blank">DFG–Leitlinien zum Forschungsdatenmanagement</a></i> entsprechend sollten Forschungsdaten wenn möglich zeitnah verfügbar gemacht werden und folgen dabei im besten Fall den <i><a href="https://force11.org/info/guiding-principles-for-findable-accessible-interoperable-and-re-usable-data-publishing-version-b1-0/" target="_blank">FAIR-Prinzipien</a></i>. Die Bedeutung der Datenpublikation wird noch einmal unterstrichen durch die -<i><a href="https://wissenschaftliche-integritaet.de/kodex/herstellung-von-offentlichem-zugang-zu-forschungsergebnissen/" target="_blank">Leitlinie 13 des Kodex zur Guten Wissenschaftlichen Praxis</a></i>. Hier wird auf die disziplinspezifischen Gepflogenheiten hingewiesen. +<i><a href="https://wissenschaftliche-integritaet.de/kodex/herstellung-von-offentlichem-zugang-zu-forschungsergebnissen/" target="_blank">Leitlinie 13 des Kodex zur Guten Wissenschaftlichen Praxis</a></i>. Hier wird auf die disziplinspezifischen Gepflogenheiten hingewiesen. <details> -<summary style="color:blue; cursor:pointer;">Empfohlene Repositorien</summary> +<summary style="color:blue; cursor:pointer;">Empfohlene Repositorien</summary> -Für die Publikation von Forschungsdaten wird empfohlen, bevorzugt fachspezifische Repositorien zu nutzen. Empfehlenswerte Verzeichnisse sind dafür <i><a href="https://www.re3data.org/" target="_blank">re3data.org</a></i> und <i><a href="https://fairsharing.org/" target="_blank">FAIRsharing.org</a></i>. +Für die Publikation von Forschungsdaten wird empfohlen, bevorzugt fachspezifische Repositorien zu nutzen. Empfehlenswerte Verzeichnisse sind dafür <i><a href="https://www.re3data.org/" target="_blank">re3data.org</a></i> und <i><a href="https://fairsharing.org/" target="_blank">FAIRsharing.org</a></i>. -Falls kein geeignetes fachspezifisches Repositorium existiert, erkundigen Sie sich, ob Ihre Einrichtung ein institutionelles Repositorium betreibt. Eine weitere Alternative wäre <i><a href="https://zenodo.org/" target="_blank">Zenodo</a></i>. +Falls kein geeignetes fachspezifisches Repositorium existiert, erkundigen Sie sich, ob Ihre Einrichtung ein institutionelles Repositorium betreibt. Eine weitere Alternative wäre <i><a href="https://zenodo.org/" target="_blank">Zenodo</a></i>. </details></help> <text lang="de">Wann ist dieser Datensatz für Dritte nutzbar?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>radio</widget_type> @@ -954,50 +1193,64 @@ Falls kein geeignetes fachspezifisches Repositorium existiert, erkundigen Sie si </optionsets> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/archiving"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/archiving"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>archiving</key> - <path>DFG-Checkliste/exchange_access/archiving</path> + <uri_path>DFG-Checkliste/exchange_access/archiving</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access"/> - <questionset/> <is_collection>True</is_collection> - <order>1</order> <title lang="en">Archival - Archivierung - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/archiving/archiving_infrastructure" order="1"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/archiving/archiving_infrastructure"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>archiving_infrastructure</key> - <path>DFG-Checkliste/exchange_access/archiving/archiving_infrastructure</path> + <uri_path>DFG-Checkliste/exchange_access/archiving/archiving_infrastructure</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/preservation/repository"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/archiving"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>1</order> - <help lang="en">In accordance with good scientific practice, research data must generally be stored for 10 years (see the <i><a href="https://wissenschaftliche-integritaet.de/en/code-of-conduct/archiving/" target=" _blank">Guideline 17</a></i> of the Code of Good Scientific Practice). + <help lang="en">In accordance with good scientific practice, research data must generally be stored for 10 years (see the <i><a href="https://wissenschaftliche-integritaet.de/en/code-of-conduct/archiving/" target=" _blank">Guideline 17</a></i> of the Code of Good Scientific Practice). In order for the data to remain available and findable, they must also be curated beyond the project. If you archive the data in a data center or repository, the responsibility is usually assumed by the operator. Please check or clarify the responsibilities in advance. Archiving includes metadata, documentation and any relevant code/software.</help> <text lang="en">Are you planning to archive your data in a suitable infrastructure? How and where?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> - <help lang="de">Entsprechend der Guten wissenschaftlichen Praxis müssen Forschungsdaten in der Regel für 10 Jahre aufbewahrt werden (vgl. Sie hierzu die <i><a href="https://wissenschaftliche-integritaet.de/kodex/archivierung/" target="_blank">Leitlinie 17</a></i> des Kodex zur Guten Wissenschaftlichen Praxis). + <help lang="de">Entsprechend der Guten wissenschaftlichen Praxis müssen Forschungsdaten in der Regel für 10 Jahre aufbewahrt werden (vgl. Sie hierzu die <i><a href="https://wissenschaftliche-integritaet.de/kodex/archivierung/" target="_blank">Leitlinie 17</a></i> des Kodex zur Guten Wissenschaftlichen Praxis). Damit die Daten verfügbar und auffindbar bleiben, müssen diese auch über das Projekt hinaus gepflegt werden. Archivieren Sie die Daten in einem Datenzentrum oder -repositorium, wird die Verantwortung in der Regel von den Betreibenden übernommen. Bitte prüfen bzw. klären Sie vorab die Verantwortlichkeiten. Die Archivierung schließt Metadaten, Dokumentationen und ggf. relevanten Code / Software mit ein.</help> <text lang="de">Planen Sie die Archivierung Ihrer Daten in einer geeigneten Infrastruktur? Wie und wo?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>checkbox</widget_type> @@ -1014,54 +1267,73 @@ Damit die Daten verfügbar und auffindbar bleiben, müssen diese auch über das </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>responsibilities</key> - <path>DFG-Checkliste/responsibilities</path> + <uri_path>DFG-Checkliste/responsibilities</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste"/> - <order>5</order> <title lang="en">Responsibilities and resources Verantwortlichkeiten und Ressourcen + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities/responsibilities" order="0"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities/resources" order="1"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities/responsibilities"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities/responsibilities"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>responsibilities</key> - <path>DFG-Checkliste/responsibilities/responsibilities</path> + <uri_path>DFG-Checkliste/responsibilities/responsibilities</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities"/> - <questionset/> <is_collection>False</is_collection> - <order>0</order> <title lang="en">Responsibilities - Verantwortlichkeiten - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities/responsibilities/datahandling_person" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities/responsibilities/data_curate" order="1"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities/responsibilities/datahandling_person"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>datahandling_person</key> - <path>DFG-Checkliste/responsibilities/responsibilities/datahandling_person</path> + <uri_path>DFG-Checkliste/responsibilities/responsibilities/datahandling_person</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/support"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities/responsibilities"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">We recommend specifying the persons in the following form: title; first name, last Name; ORCID ID (if existing); professional position; institute; contact details; role in the project.</help> <text lang="en">Who is responsible for adequate handling of the research data (description of the roles and responsibilities within the project)?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Wir empfehlen die Personen in folgender Form anzugeben: Titel; Vorname, Nachname; ORCID ID (falls vorhanden); berufl. Position; Institut; Kontaktdaten; Rolle im Projekt.</help> <text lang="de">Wer ist verantwortlich für den adäquaten Umgang mit den Forschungsdaten (Beschreibung der Rollen und Verantwortlichkeiten innerhalb des Projekts)?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>text</widget_type> @@ -1076,24 +1348,31 @@ Damit die Daten verfügbar und auffindbar bleiben, müssen diese auch über das </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities/responsibilities/data_curate"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data_curate</key> - <path>DFG-Checkliste/responsibilities/responsibilities/data_curate</path> + <uri_path>DFG-Checkliste/responsibilities/responsibilities/data_curate</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/curation/responsible_person/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities/responsibilities"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">We recommend specifying the persons in the following form: title; first name, last Name; ORCID ID (if existing); professional position; institute; contact details; role in the project.</help> <text lang="en">Who is responsible for curating the data after the end of the project?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Wir empfehlen die Personen in folgender Form anzugeben: Titel; Vorname, Nachname; ORCID ID (falls vorhanden); berufl. Position; Institut; Kontaktdaten; Rolle im Projekt.</help> <text lang="de">Wer ist nach Ende der Laufzeit des Projekts für das Kuratieren der Daten verantwortlich?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>text</widget_type> @@ -1106,50 +1385,64 @@ Damit die Daten verfügbar und auffindbar bleiben, müssen diese auch über das <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities/resources"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities/resources"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>resources</key> - <path>DFG-Checkliste/responsibilities/resources</path> + <uri_path>DFG-Checkliste/responsibilities/resources</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities"/> - <questionset/> <is_collection>False</is_collection> - <order>1</order> <title lang="en">Resources - Ressourcen - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities/resources/datahandling_resources" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities/resources/datahandling_resources"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>datahandling_resources</key> - <path>DFG-Checkliste/responsibilities/resources/datahandling_resources</path> + <uri_path>DFG-Checkliste/responsibilities/resources/datahandling_resources</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/costs/usage/non_personnel"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities/resources"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">This can involve technical or IT resources as well as expertise that is brought in, for example, by data manager or IT experts. If necessary, provide more detailed information on the respective items.</help> <text lang="en">Which resources (costs, time or other) are required to implement adequate handling of research data within the project?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Es kann sich hierbei sowohl um technische oder IT-Ressourcen handeln als auch um Expertise, die z. B. für das Datenmanagement oder die IT eingebracht wird. Machen Sie ggf. genauere Angaben zu den jeweiligen Posten.</help> <text lang="de">Welche Ressourcen (Kosten, Zeit oder anderes) sind erforderlich, um einen adäquaten Umgang mit Forschungsdaten im Projekt umzusetzen?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>checkbox</widget_type> diff --git a/rdmorganiser/questions/dcc.xml b/rdmorganiser/questions/questions-dcc.xml similarity index 58% rename from rdmorganiser/questions/dcc.xml rename to rdmorganiser/questions/questions-dcc.xml index 82303c67..9c4db32c 100644 --- a/rdmorganiser/questions/dcc.xml +++ b/rdmorganiser/questions/questions-dcc.xml @@ -1,303 +1,466 @@ -<?xml version="1.0" ?> -<rdmo xmlns:dc="http://purl.org/dc/elements/1.1/"> +<?xml version="1.0" encoding="UTF-8"?> +<rdmo xmlns:dc="http://purl.org/dc/elements/1.1/" created="2024-03-12T14:55:56.871502+01:00" version="2.1.3"> <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/dcc"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>dcc</key> + <uri_path>dcc</uri_path> <dc:comment>DCC. (2013). Checklist for a Data Management Plan. v.4.0. Edinburgh: Digital Curation</dc:comment> <order>10</order> <title lang="en">DCC Checklist 4.0 - DCC Checkliste 4.0 + + DCC-Checkliste 4.0 + + Check-liste du DCC 4.0 + + Lista di controllo del DCC 4.0 + + Lista de control del DCC 4.0 + + +
+
+
+
+
+
+
+
+
https://rdmorganiser.github.io/terms - administrative - dcc/administrative + dcc/administrative - - 0 Administrative Data Verwaltungsdaten + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-description" order="1"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-policies" order="2"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-description"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-description"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>project-description</key> - <path>dcc/administrative/project-description</path> + <uri_path>dcc/administrative/project-description</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative"/> <is_collection>False</is_collection> - <order>1</order> <title lang="en">Project description - Projektbeschreibung - + Projektbeschreibung + - - - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-description/title" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-description/name" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-description/data_contact" order="3"/> + </questions> + <conditions/> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-description/title"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>title</key> - <path>dcc/administrative/project-description/title</path> + <uri_path>dcc/administrative/project-description/title</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/research_question/title"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-description"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en">Briefly summarise the type of study to help others understand the purposes for which the data are being collected or created.</help> - <help lang="de">Fassen Sie kurz die Art der Studie zusammen, um anderen zu helfen, die Ziele zu verstehen, für die die Daten erhoben oder erstellt werden.</help> <text lang="en">What is the main research question of the project?</text> - <text lang="de">Wie lautet die primäre Forschungsfrage des Projektes?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de">Fassen Sie kurz die Art der Studie zusammen, um anderen zu helfen, die Ziele zu verstehen, für die die Daten erhoben oder erstellt werden.</help> + <text lang="de">Wie lautet die primäre Forschungsfrage des Projektes?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-description/name"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>name</key> - <path>dcc/administrative/project-description/name</path> + <uri_path>dcc/administrative/project-description/name</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/coordination/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-description"/> <is_collection>True</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which persons or institutions are responsible for the project coordination?</text> - <text lang="de">Welche Personen oder Institutionen sind verantwortlich für die Projektkoordination?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Welche Personen oder Institutionen sind verantwortlich für die Projektkoordination?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-description/data_contact"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data_contact</key> - <path>dcc/administrative/project-description/data_contact</path> + <uri_path>dcc/administrative/project-description/data_contact</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/data_management/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-description"/> <is_collection>True</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which persons or institutions are responsible for the data management in the project?</text> - <text lang="de">Welche Personen oder Institutionen sind verantwortlich für das Datenmanagement im Projekt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Welche Personen oder Institutionen sind verantwortlich für das Datenmanagement im Projekt?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-policies"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-policies"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>project-policies</key> - <path>dcc/administrative/project-policies</path> + <uri_path>dcc/administrative/project-policies</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative"/> <is_collection>False</is_collection> - <order>2</order> <title lang="en">Project policies - Projektrichtlinien - + Projektrichtlinien + - - - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-policies/rdm_policy" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-policies/funder_policy" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-policies/requirements" order="3"/> + </questions> + <conditions/> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-policies/rdm_policy"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>rdm_policy</key> - <path>dcc/administrative/project-policies/rdm_policy</path> + <uri_path>dcc/administrative/project-policies/rdm_policy</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/partner/rdm_policy"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-policies"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Does your institution have rules or guidelines for the handling of research data? If yes, please briefly outline them and refer to more detailed sources of information if necessary. Please also indicate, if the rules / guidelines are mandatory or optional.</text> + <default_text lang="en"/> + <verbose_name lang="en"/> + <help lang="de"/> <text lang="de">Gibt es an Ihrer Einrichtung Regeln oder Richtlinien zum Umgang mit den im Projekt erhobenen Forschungsdaten? Wenn ja, skizzieren Sie diese kurz und verweisen Sie ggf. auf weiterführende Informationen. Geben Sie bitte auch an, welchen Grad an Verbindlichkeit sie haben.</text> - <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-policies/funder_policy"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>funder_policy</key> - <path>dcc/administrative/project-policies/funder_policy</path> + <uri_path>dcc/administrative/project-policies/funder_policy</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/funder/rdm_policy"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-policies"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en">Funders of research also increasingly specify requirements regarding the management of research data in funded projects. Examples are the <a href="http://www.dfg.de/en/research_funding/proposal_review_decision/applicants/submitting_proposal/research_data/index.html" target="_blank">DFG Guidelines on the Handling of Reserach Data</a> or the <a href="http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf" target="_blank">Guidelines on Data Management in Horizon 2020</a> of the European Commission.</help> + <text lang="en">Does the funder have rules or recommendations for data management? If yes, please briefly outline them and refer to more detailed sources of information if necessary. Please also indicate, if the rules / guidelines are mandatory or optional.</text> + <default_text lang="en"/> + <verbose_name lang="en"/> <help lang="de">Auch Forschungsförderer stellen zunehmend Anforderungen an das Datenmanagement in von ihnen geförderten Projekten. Beispiele sind die <a href="http://www.dfg.de/foerderung/antragstellung_begutachtung_entscheidung/antragstellende/antragstellung/nachnutzung_forschungsdaten/" target="_blank">DFG-Leitlinien zum Umgang mit Forschungsdaten</a> oder die <a href="http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf" target="_blank">Guidelines on Data Management in Horizon 2020</a> der Europäischen Komission.</help> - <text lang="en">Does the funder have rules or recommendations for data management? If yes, please briefly outline them and refer to more detailed sources of information if necessary. Please also indicate, if the rules / guidelines are mandatory or optional.</text> <text lang="de">Gibt es von Seiten des Forschungsförderers Vorgaben oder Richtlinien bezüglich des Umgangs mit den im Projekt erhobenen Forschungsdaten? Wenn ja, skizzieren Sie diese kurz und verweisen Sie ggf. auf weiterführende Informationen. Geben Sie bitte auch an, welchen Grad an Verbindlichkeit sie haben.</text> - <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-policies/requirements"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>requirements</key> - <path>dcc/administrative/project-policies/requirements</path> + <uri_path>dcc/administrative/project-policies/requirements</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/additional_rdm_policy/requirements"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/administrative/project-policies"/> <is_collection>False</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Are there requirements regarding the data management from other parties (e.g. the scholarly/scientific community)?</text> - <text lang="de">Gibt es von weiteren Seiten (z. B. von der Fachcommunity) Anforderungen an das Datenmanagement, die beachtet werden müssen?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Gibt es von weiteren Seiten (z. B. von der Fachcommunity) Anforderungen an das Datenmanagement, die beachtet werden müssen?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>collection</key> - <path>dcc/collection</path> + <uri_path>dcc/collection</uri_path> <dc:comment>123</dc:comment> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/dcc"/> - <order>1</order> <title lang="en">Data Collection Datenaufnahme + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-dataset" order="11"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-format_size" order="12"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-versioning" order="22"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-structure" order="22"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-dataset"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-dataset"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>dataset-dataset</key> - <path>dcc/collection/dataset-dataset</path> + <uri_path>dcc/collection/dataset-dataset</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection"/> <is_collection>True</is_collection> - <order>11</order> <title lang="en">What data will you collect or create? - Was für Daten werden gesammelt oder erstellt? - dataset + Was für Daten werden gesammelt oder erstellt? + Datensatz - datasets - Datensätze - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-dataset/description" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-dataset/origin" order="3"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-dataset/uri" order="4"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-dataset/creator_name" order="5"/> + </questions> + <conditions/> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-dataset/description"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>description</key> - <path>dcc/collection/dataset-dataset/description</path> + <uri_path>dcc/collection/dataset-dataset/description</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/description"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-dataset"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en">Please briefly describe the data type and / or the method used to create or collect the data, for example: * quantitative online survey * 3D model / digital reconstruction of a stone age settlement * software developed within the project</help> + <text lang="en">What kind of data is it?</text> + <default_text lang="en"/> + <verbose_name lang="en"/> <help lang="de">Bitte beschreiben Sie hier kurz, um welchen Datentyp es sich handelt und mit welcher Methode die Daten erhoben oder erstellt wurden, z. B.: * quantitative Online-Befragung * 3D-Modellierung / digitale Rekonstruktion einer steinzeitlichen Siedlung * Software, die im Projekt entwickelt wird</help> - <text lang="en">What kind of data is it?</text> <text lang="de">Um was für einen Daten handelt es sich?</text> - <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-dataset/origin"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>origin</key> - <path>dcc/collection/dataset-dataset/origin</path> + <uri_path>dcc/collection/dataset-dataset/origin</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/origin"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-dataset"/> <is_collection>False</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Is the data being created or re-used?</text> - <text lang="de">Werden die Daten selbst erzeugt oder nachgenutzt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Werden die Daten selbst erzeugt oder nachgenutzt?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_origin_options"/> </optionsets> @@ -305,463 +468,689 @@ </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-dataset/uri"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>uri</key> - <path>dcc/collection/dataset-dataset/uri</path> + <uri_path>dcc/collection/dataset-dataset/uri</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/uri"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-dataset"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">If re-used, under which address, PID or URL can the dataset be found?</text> - <text lang="de">Wenn nachgenutzt, unter welcher Adresse, PID oder URL ist der Datensatz verfügbar?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Wenn nachgenutzt, unter welcher Adresse, PID oder URL ist der Datensatz verfügbar?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-dataset/creator_name"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>creator_name</key> - <path>dcc/collection/dataset-dataset/creator_name</path> + <uri_path>dcc/collection/dataset-dataset/creator_name</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/creator/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-dataset"/> <is_collection>False</is_collection> - <order>5</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">If re-used, who created the dataset?</text> - <text lang="de">Wenn nachgenutzt, wer hat den Datensatz erzeugt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Wenn nachgenutzt, wer hat den Datensatz erzeugt?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-format_size"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-format_size"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>dataset-format_size</key> - <path>dcc/collection/dataset-format_size</path> + <uri_path>dcc/collection/dataset-format_size</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection"/> <is_collection>True</is_collection> - <order>12</order> <title lang="en">Which data size do you expect? - Welche Datengröße ist zu erwarten? - dataset + Welche Datengröße ist zu erwarten? + - datasets - - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-format_size/format" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-format_size/volume" order="6"/> + </questions> + <conditions/> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-format_size/format"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>format</key> - <path>dcc/collection/dataset-format_size/format</path> + <uri_path>dcc/collection/dataset-format_size/format</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/format"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-format_size"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en">When choosing a data format, one should consider the consequences for collaborative use, long-term preservation as well as re-use. It is advisable to prefer formats that are standardised, open, non-proprietary and well-established in the respective scholarly community.</help> + <text lang="en">Which file formats are used?</text> + <default_text lang="en"/> + <verbose_name lang="en"/> <help lang="de">Bei der Wahl des Dateiformates sollten auch die Konsequenzen für die kollaborative Nutzung, die Langzeitarchivierung sowie die Nachnutzung beachtet werden. Es empfiehlt sich, möglichst standardisierte, nicht-proprietäre und allgemein bzw. in der spezifischen Community verbreitete Formate zu nutzen.</help> - <text lang="en">Which file formats are used?</text> <text lang="de">In welchen Formaten liegen die Daten vor?</text> - <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-format_size/volume"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>volume</key> - <path>dcc/collection/dataset-format_size/volume</path> + <uri_path>dcc/collection/dataset-format_size/volume</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/size/volume"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/dataset-format_size"/> <is_collection>False</is_collection> - <order>6</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">What is the actual or expected size of the dataset?</text> - <text lang="de">Was ist die tatsächliche oder erwartete Größe des Datensatzes?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Was ist die tatsächliche oder erwartete Größe des Datensatzes?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>float</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_size_options"/> </optionsets> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-structure"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-versioning"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>process-structure</key> - <path>dcc/collection/process-structure</path> + <uri_path>dcc/collection/process-versioning</uri_path> <dc:comment/> - <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection"/> - <is_collection>False</is_collection> - <order>22</order> - <title lang="en">How will the data be collected or created? - Wie werden die daten gesammelt oder erstellt? + + True + How will you handle versioning? + dataset + Wie werden die Daten versioniert? - - - - - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-versioning/yesno" order="11"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-versioning/strategy" order="12"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-versioning/tool" order="13"/> + </questions> + <conditions/> + </page> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-versioning/yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>creation_methods</key> - <path>dcc/collection/process-structure/creation_methods</path> + <uri_path>dcc/collection/process-versioning/yesno</uri_path> <dc:comment/> - <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/creation_methods"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-structure"/> + <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/versioning_yesno"/> <is_collection>False</is_collection> - <order>1</order> - <help lang="en">Outline how the data will be collected/created and which community data standards will be used. This information is necessary to be able to reconstruct the process by which the data was generated. It is also a prerequisite to judge - the objectivity, reliability and validity of the dataset.</help> - <help lang="de">Erläutern Sie, wie die Daten erhoben/erstellt werden und welche Datenstandards verwendet werden. Diese Informationen sind für alle Arten von Daten relevant, um ihre Genese nachvollziehen zu können. Bei reproduzierbaren Daten kommt ein - weiterer Aspekt hinzu. Diese müssen nicht notwendigerweise aufbewahrt werden - allerdings müssen alle Geräte, Software und auch Informationen über die Vorgehensweise erhalten bleiben, die notwendig sind, um die Daten erneut erstellen zu können.</help> - <text lang="en">Which tools, software, technologies or processes are used to generate or collect the data?</text> - <text lang="de">Welche Instrumente, Software, Technologien oder Verfahren werden zur Erzeugung oder Erfassung der Daten genutzt?</text> + <is_optional>False</is_optional> + <help lang="en"/> + <text lang="en">Are different versions of the dataset created?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> - <widget_type>textarea</widget_type> - <value_type>text</value_type> + <help lang="de"/> + <text lang="de">Werden verschiedene Versionen des Datensatzes erzeugt?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> + <widget_type>yesno</widget_type> + <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-structure/organisation_policy"> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-versioning/strategy"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>organisation_policy</key> - <path>dcc/collection/process-structure/organisation_policy</path> + <uri_path>dcc/collection/process-versioning/strategy</uri_path> <dc:comment/> - <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/storage/organisation_policy"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-structure"/> + <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/versioning_strategy"/> <is_collection>False</is_collection> - <order>3</order> - <help lang="en"/> - <help lang="de"/> - <text lang="en">Are there internal project guidelines for a consistent organisation of the data? If so, where they are documented?</text> - <text lang="de">Gibt es projektinterne Richtlinien zur einheitlichen Organisation der Daten? Wenn ja, wo sind diese festgehalten?</text> + <is_optional>False</is_optional> + <help lang="en">Please briefly describe the project-internal regulations for the versioning of data sets (e.g.: What kind of changes require a new version? How are changes documented? What are the naming rules for different versions?)</help> + <text lang="en">Which versioning strategy is applied for this dataset?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> - <widget_type>radio</widget_type> + <help lang="de">Bitte beschreiben Sie hier kurz projektinterne Regelungen zur Versionierung von Datensätzen (z. B.: Welche Änderungen machen eine neue Version erforderlich? Wie werden die Änderungen dokumentiert? Wie werden die verschiedenen Versionen benannt?)</help> + <text lang="de">Welche Versionierungsstrategie wird für diesen Datensatz angewandt?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> + <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> - <optionsets> - <optionset dc:uri="https://rdmorganiser.github.io/terms/options/yes_no_not_yet"/> - </optionsets> + <width/> + <optionsets/> <conditions/> </question> - <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-structure/naming_policy"> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-versioning/tool"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>naming_policy</key> - <path>dcc/collection/process-structure/naming_policy</path> + <uri_path>dcc/collection/process-versioning/tool</uri_path> <dc:comment/> - <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/storage/naming_policy"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-structure"/> + <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/versioning_tool"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> - <text lang="en">Is there a internal project guideline for naming the data? If so, please briefly outline the naming conventions and, if necessary, link to the documentation.</text> - <text lang="de">Gibt es eine projektinterne Richtlinie zur Benennung der Daten? Wenn ja, bitte skizzieren Sie sie kurz und verlinken Sie ggf. zu einer ausführlicheren Dokumentation.</text> + <text lang="en">Which technology or tool is used for versioning?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Welche Technologie bzw. welches Tool wird zur Versionierung verwendet?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> - <optionset dc:uri="https://rdmorganiser.github.io/terms/options/yes_no_not_yet"/> + <optionset dc:uri="https://rdmorganiser.github.io/terms/options/software_versioning_technology_options"/> </optionsets> <conditions/> </question> - <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-structure/measures"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-structure"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>measures</key> - <path>dcc/collection/process-structure/measures</path> + <uri_path>dcc/collection/process-structure</uri_path> <dc:comment/> - <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/quality_assurance"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-structure"/> + <attribute/> <is_collection>False</is_collection> - <order>20</order> + <title lang="en">How will the data be collected or created? - - Which measures of quality assurance are taken for the data? - Welche Maßnahmen zur Qualitätssicherung werden für die Daten ergriffen? + Wie werden die daten gesammelt oder erstellt? + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-structure/creation_methods" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-structure/organisation_policy" order="3"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-structure/naming_policy" order="4"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-structure/measures" order="20"/> + </questions> + <conditions/> + </page> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-structure/creation_methods"> + <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> + <uri_path>dcc/collection/process-structure/creation_methods</uri_path> + <dc:comment/> + <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/creation_methods"/> + <is_collection>False</is_collection> + <is_optional>False</is_optional> + <help lang="en">Outline how the data will be collected/created and which community data standards will be used. This information is necessary to be able to reconstruct the process by which the data was generated. It is also a prerequisite to judge + the objectivity, reliability and validity of the dataset.</help> + <text lang="en">Which tools, software, technologies or processes are used to generate or collect the data?</text> + <default_text lang="en"/> + <verbose_name lang="en"/> + <help lang="de">Erläutern Sie, wie die Daten erhoben/erstellt werden und welche Datenstandards verwendet werden. Diese Informationen sind für alle Arten von Daten relevant, um ihre Genese nachvollziehen zu können. Bei reproduzierbaren Daten kommt ein + weiterer Aspekt hinzu. Diese müssen nicht notwendigerweise aufbewahrt werden - allerdings müssen alle Geräte, Software und auch Informationen über die Vorgehensweise erhalten bleiben, die notwendig sind, um die Daten erneut erstellen zu können.</help> + <text lang="de">Welche Instrumente, Software, Technologien oder Verfahren werden zur Erzeugung oder Erfassung der Daten genutzt?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection/process-versioning"> - <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>process-versioning</key> - <path>dcc/collection/process-versioning</path> - <dc:comment/> - <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/collection"/> - <is_collection>True</is_collection> - <order>22</order> - <title lang="en">How will you handle versioning? - Wie werden die Daten versioniert? - - - dataset - - datasets - - - - + https://rdmorganiser.github.io/terms - yesno - dcc/collection/process-versioning/yesno + dcc/collection/process-structure/organisation_policy - - + False - 11 + False - - Are different versions of the dataset created? - Werden verschiedene Versionen des Datensatzes erzeugt? + Are there internal project guidelines for a consistent organisation of the data? If so, where they are documented? + - - - - yesno - boolean + + Gibt es projektinterne Richtlinien zur einheitlichen Organisation der Daten? Wenn ja, wo sind diese festgehalten? + + + + + + + + + + + + + + + + + radio + text - + + + + - + https://rdmorganiser.github.io/terms - strategy - dcc/collection/process-versioning/strategy + dcc/collection/process-structure/naming_policy - - + False - 12 - Please briefly describe the project-internal regulations for the versioning of data sets (e.g.: What kind of changes require a new version? How are changes documented? What are the naming rules for different versions?) - Bitte beschreiben Sie hier kurz projektinterne Regelungen zur Versionierung von Datensätzen (z. B.: Welche Änderungen machen eine neue Version erforderlich? Wie werden die Änderungen dokumentiert? Wie werden die verschiedenen Versionen benannt?) - Which versioning strategy is applied for this dataset? - Welche Versionierungsstrategie wird für diesen Datensatz angewandt? + False + + Is there a internal project guideline for naming the data? If so, please briefly outline the naming conventions and, if necessary, link to the documentation. + - - - - textarea + + Gibt es eine projektinterne Richtlinie zur Benennung der Daten? Wenn ja, bitte skizzieren Sie sie kurz und verlinken Sie ggf. zu einer ausführlicheren Dokumentation. + + + + + + + + + + + + + + + + + radio text - + + + + - + https://rdmorganiser.github.io/terms - tool - dcc/collection/process-versioning/tool + dcc/collection/process-structure/measures - - + False - 13 + False - - Which technology or tool is used for versioning? - Welche Technologie bzw. welches Tool wird zur Versionierung verwendet? + Which measures of quality assurance are taken for the data? + - - - - radio + + Welche Maßnahmen zur Qualitätssicherung werden für die Daten ergriffen? + + + + + + + + + + + + + + + + + textarea text - - - + +
https://rdmorganiser.github.io/terms - documentation_metadata - dcc/documentation_metadata + dcc/documentation_metadata - - 2 Documentation and Metadata Dokumentation und Metadaten + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/documentation_metadata/documentation-metadata" order="11"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/documentation_metadata/documentation-metadata"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/documentation_metadata/documentation-metadata"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>documentation-metadata</key> - <path>dcc/documentation_metadata/documentation-metadata</path> + <uri_path>dcc/documentation_metadata/documentation-metadata</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/scope"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/documentation_metadata"/> <is_collection>False</is_collection> - <order>11</order> <title lang="en">What documentation and metadata will accompany the data? - Welche Dokumentation und Metadaten werden für die Daten benötigt? - + Welche Dokumentation und Metadaten werden für die Daten benötigt? + - - - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/documentation_metadata/documentation-metadata/scope" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/documentation_metadata/documentation-metadata/creation" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/documentation_metadata/documentation-metadata/standards" order="3"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/documentation_metadata/documentation-metadata/responsible_person" order="4"/> + </questions> + <conditions/> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/documentation_metadata/documentation-metadata/scope"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>scope</key> - <path>dcc/documentation_metadata/documentation-metadata/scope</path> + <uri_path>dcc/documentation_metadata/documentation-metadata/scope</uri_path> <dc:comment>probably we should introduce a separate question for being findable and re-used</dc:comment> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/scope"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/documentation_metadata/documentation-metadata"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which information is necessary for other parties to understand the data (that is, to understand their collection or creation, analysis, and research results obtained on its basis) and to re-use it?</text> - <text lang="de">Welche Informationen sind für Außenstehende notwendig, um die Daten zu verstehen (d. h. ihre Erhebung bzw. Entstehung, Analyse sowie die auf ihrer Basis gewonnenen Forschungsergebnisse nachvollziehen) und nachnutzen zu können?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Welche Informationen sind für Außenstehende notwendig, um die Daten zu verstehen (d. h. ihre Erhebung bzw. Entstehung, Analyse sowie die auf ihrer Basis gewonnenen Forschungsergebnisse nachvollziehen) und nachnutzen zu können?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/documentation_metadata/documentation-metadata/creation"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>creation</key> - <path>dcc/documentation_metadata/documentation-metadata/creation</path> + <uri_path>dcc/documentation_metadata/documentation-metadata/creation</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/creation"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/documentation_metadata/documentation-metadata"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">How will you capture / create this documentation and metadata?</text> - <text lang="de">Wie werden diese Dokumentation und Metadaten erfasst / erstellt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Wie werden diese Dokumentation und Metadaten erfasst / erstellt?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/documentation_metadata/documentation-metadata/standards"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>standards</key> - <path>dcc/documentation_metadata/documentation-metadata/standards</path> + <uri_path>dcc/documentation_metadata/documentation-metadata/standards</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/standards"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/documentation_metadata/documentation-metadata"/> <is_collection>True</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which standards, ontologies, classifications etc. are used to describe the data and context information?</text> - <text lang="de">Welche Standards, Ontologien, Klassifikationen etc. werden zur Beschreibung der Daten und Kontextinformation genutzt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Welche Standards, Ontologien, Klassifikationen etc. werden zur Beschreibung der Daten und Kontextinformation genutzt?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>checkbox</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/metadata_standards"/> </optionsets> @@ -769,108 +1158,161 @@ </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/documentation_metadata/documentation-metadata/responsible_person"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>responsible_person</key> - <path>dcc/documentation_metadata/documentation-metadata/responsible_person</path> + <uri_path>dcc/documentation_metadata/documentation-metadata/responsible_person</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/responsible_person/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/documentation_metadata/documentation-metadata"/> <is_collection>True</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Who is responsible for documenting the metadata and context information and for checking if they are correct and complete?</text> - <text lang="de">Wer ist verantwortlich für die Dokumentation und Prüfung der Metadaten und Kontextinformationen auf Richtigkeit und Vollständigkeit?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Wer ist verantwortlich für die Dokumentation und Prüfung der Metadaten und Kontextinformationen auf Richtigkeit und Vollständigkeit?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>ethics_legal</key> - <path>dcc/ethics_legal</path> + <uri_path>dcc/ethics_legal</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/dcc"/> - <order>3</order> <title lang="en">Ethics and Legal Compliance Ethik und Recht + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ethics-personal_data" order="10"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ipr-ipr" order="20"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ethics-personal_data"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ethics-personal_data"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>ethics-personal_data</key> - <path>dcc/ethics_legal/ethics-personal_data</path> + <uri_path>dcc/ethics_legal/ethics-personal_data</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal"/> <is_collection>False</is_collection> - <order>10</order> <title lang="en">How will you manage any ethical issues? - Wie werden ethische Aspekte berücksichtigt? - + Wie werden ethische Aspekte berücksichtigt? + - - - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ethics-personal_data/yesno" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ethics-personal_data/anonymization" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ethics-personal_data/extent" order="3"/> + </questions> + <conditions/> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ethics-personal_data/yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>yesno</key> - <path>dcc/ethics_legal/ethics-personal_data/yesno</path> + <uri_path>dcc/ethics_legal/ethics-personal_data/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sensitive_data/personal_data_yesno/yesno"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ethics-personal_data"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Does the data contain personal data?</text> - <text lang="de">Enthälten die Daten personenbezogene Daten?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Enthälten die Daten personenbezogene Daten?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ethics-personal_data/anonymization"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>anonymization</key> - <path>dcc/ethics_legal/ethics-personal_data/anonymization</path> + <uri_path>dcc/ethics_legal/ethics-personal_data/anonymization</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sensitive_data/personal_data/anonymization"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ethics-personal_data"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Will the data be anonymised or pseudonymised?</text> - <text lang="de">Werden die Daten anonymisiert oder pseudonymisiert?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Werden die Daten anonymisiert oder pseudonymisiert?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_anonymisation"/> </optionsets> @@ -878,79 +1320,116 @@ </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ethics-personal_data/extent"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>extent</key> - <path>dcc/ethics_legal/ethics-personal_data/extent</path> + <uri_path>dcc/ethics_legal/ethics-personal_data/extent</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sensitive_data/personal_data/consent/extent"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ethics-personal_data"/> <is_collection>False</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en">Basically, the collection, processing, archiving and publication of personal data is only admissible, when the “informed consent” of the person in question has been obtained. There are only very few cases in which this is not the case (see, also for more information: <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/informationen_fachwissenschaften/geisteswissenschaften/standards_recht.pdf" target="_blank">Informationen zu rechtlichen Aspekten bei der Handhabung von Sprachkorpora</a>, p. 6).</help> + <text lang="en">To what extent is the "informed consent" obtained from the persons concerned?</text> + <default_text lang="en"/> + <verbose_name lang="en"/> <help lang="de">Grundsätzlich gilt, dass eine Erhebung, Verarbeitung, Archivierung und Veröffentlichung personenbezogener Daten nur zulässig ist, wenn eine entsprechende „informierte Einwilligung“ der Betroffenen vorliegt. Nur in ganz wenigen, jeweils in den Datenschutzgesetzen definierten Ausnahmefällen wird diese nicht benötigt (vgl., auch für mehr Information, <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/informationen_fachwissenschaften/geisteswissenschaften/standards_recht.pdf" target="_blank">Informationen zu rechtlichen Aspekten bei der Handhabung von Sprachkorpora</a>, S. 6).</help> - <text lang="en">To what extent is the "informed consent" obtained from the persons concerned?</text> <text lang="de">In welchem Umfang wird die "informierte Einwilligung" der Betroffenen eingeholt?</text> - <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/informed_consent_options"/> </optionsets> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ipr-ipr"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ipr-ipr"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>ipr-ipr</key> - <path>dcc/ethics_legal/ipr-ipr</path> + <uri_path>dcc/ethics_legal/ipr-ipr</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal"/> <is_collection>True</is_collection> - <order>20</order> <title lang="en">How will you manage copyright and Intellectual Property Rights (IPR) issues? - Wie werden Urheber- und andere Immaterialgüterrechte berücksichtigt? - dataset + Wie werden Urheber- und andere Immaterialgüterrechte berücksichtigt? + - datasets - - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ipr-ipr/copyrights" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ipr-ipr/other_rights" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ipr-ipr/conditions" order="3"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ipr-ipr/owner" order="4"/> + </questions> + <conditions/> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ipr-ipr/copyrights"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>copyrights</key> - <path>dcc/ethics_legal/ipr-ipr/copyrights</path> + <uri_path>dcc/ethics_legal/ipr-ipr/copyrights</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/ipr/copyrights"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ipr-ipr"/> <is_collection>True</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Does copyright law apply to this dataset?</text> - <text lang="de">Be- oder entstehen an diesem Datensatz Urheberrechte?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Be- oder entstehen an diesem Datensatz Urheberrechte?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>checkbox</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_copyright_laws"/> </optionsets> @@ -958,27 +1437,40 @@ </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ipr-ipr/other_rights"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>other_rights</key> - <path>dcc/ethics_legal/ipr-ipr/other_rights</path> + <uri_path>dcc/ethics_legal/ipr-ipr/other_rights</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/ipr/other_rights"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ipr-ipr"/> <is_collection>True</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Do other intellectual property rights apply to this dataset?</text> - <text lang="de">Be- oder entstehen an diesem Datensatz andere Schutzrechte?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Be- oder entstehen an diesem Datensatz andere Schutzrechte?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>checkbox</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_other_rights"/> </optionsets> @@ -986,27 +1478,40 @@ </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ipr-ipr/conditions"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>conditions</key> - <path>dcc/ethics_legal/ipr-ipr/conditions</path> + <uri_path>dcc/ethics_legal/ipr-ipr/conditions</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sharing/conditions"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ipr-ipr"/> <is_collection>True</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en">The options refer to the licenses of the <a href="https://creativecommons.org/share-your-work/licensing-types-examples/" target="_blank">Creative Commons family</a>.</help> - <help lang="de">Die Auswahlmöglichkeiten orientieren sich an Lizenzen der <a href="http://de.creativecommons.org/was-ist-cc/" target="_blank">Creative-Commons-Familie</a>.</help> <text lang="en">Under which terms of use or license will the dataset be published or shared?</text> - <text lang="de">Unter welchen Nutzungsbedingungen oder welcher Lizenz sollen die Daten veröffentlicht bzw. geteilt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de">Die Auswahlmöglichkeiten orientieren sich an Lizenzen der <a href="http://de.creativecommons.org/was-ist-cc/" target="_blank">Creative-Commons-Familie</a>.</help> + <text lang="de">Unter welchen Nutzungsbedingungen oder welcher Lizenz sollen die Daten veröffentlicht bzw. geteilt werden?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>checkbox</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_license_types"/> </optionsets> @@ -1014,27 +1519,40 @@ </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ipr-ipr/owner"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>owner</key> - <path>dcc/ethics_legal/ipr-ipr/owner</path> + <uri_path>dcc/ethics_legal/ipr-ipr/owner</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/ipr/owner/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/ethics_legal/ipr-ipr"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Was investigated who the rights owner is?</text> - <text lang="de">Wurde der/die Rechteinhaber/in recherchiert?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Wurde der/die Rechteinhaber/in recherchiert?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>option</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/yes_with_text_no"/> </optionsets> @@ -1042,357 +1560,536 @@ </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>storage_backup</key> - <path>dcc/storage_backup</path> + <uri_path>dcc/storage_backup</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/dcc"/> - <order>4</order> <title lang="en">Storage and Backup Speicherung and Backup + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/storage_backup-storage" order="11"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/security-access" order="20"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/storage_backup-storage"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/storage_backup-storage"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>storage_backup-storage</key> - <path>dcc/storage_backup/storage_backup-storage</path> + <uri_path>dcc/storage_backup/storage_backup-storage</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup"/> <is_collection>True</is_collection> - <order>11</order> <title lang="en">How will the data be stored and backed up during the research? - Wie werden die Daten wärend der Forschung gesichert und wie ist das Backup organisiert? - dataset + Wie werden die Daten wärend der Forschung gesichert und wie ist das Backup organisiert? + Datensatz - datasets - Datensätze - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/storage_backup-storage/type" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/storage_backup-storage/backups" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/storage_backup-storage/name" order="3"/> + </questions> + <conditions/> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/storage_backup-storage/type"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>type</key> - <path>dcc/storage_backup/storage_backup-storage/type</path> + <uri_path>dcc/storage_backup/storage_backup-storage/type</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/storage/type"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/storage_backup-storage"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Where is the dataset stored during the project?</text> - <text lang="de">Wo wird der Datensatz während des Projektes gespeichert?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Wo wird der Datensatz während des Projektes gespeichert?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/storage_backup-storage/backups"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>backups</key> - <path>dcc/storage_backup/storage_backup-storage/backups</path> + <uri_path>dcc/storage_backup/storage_backup-storage/backups</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/data_security/backups"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/storage_backup-storage"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">How and how often will backups of the data be created?</text> - <text lang="de">Wie und wie oft werden Backups der Daten erstellt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Wie und wie oft werden Backups der Daten erstellt?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/storage_backup-storage/name"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>name</key> - <path>dcc/storage_backup/storage_backup-storage/name</path> + <uri_path>dcc/storage_backup/storage_backup-storage/name</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/data_security/backup_responsible/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/storage_backup-storage"/> <is_collection>True</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Who is responsible for the backups?</text> - <text lang="de">Wer ist verantwortlich für die Erstellung der Backups?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Wer ist verantwortlich für die Erstellung der Backups?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/security-access"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/security-access"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>security-access</key> - <path>dcc/storage_backup/security-access</path> + <uri_path>dcc/storage_backup/security-access</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup"/> <is_collection>False</is_collection> - <order>20</order> <title lang="en">How will you manage access and security? - Wie wird der Zugang und die Sicherheit der Daten organisiert? - + Wie wird der Zugang und die Sicherheit der Daten organisiert? + - - - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/security-access/risks" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/security-access/security_measures" order="2"/> + </questions> + <conditions/> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/security-access/risks"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>risks</key> - <path>dcc/storage_backup/security-access/risks</path> + <uri_path>dcc/storage_backup/security-access/risks</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/data_security/risks"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/security-access"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">What are the risks to data security and how will these be managed?</text> - <text lang="de">Welche Risiken bestehen für die Datensicherheit und wie werden diese gehandhabt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Welche Risiken bestehen für die Datensicherheit und wie werden diese gehandhabt?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/security-access/security_measures"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>security_measures</key> - <path>dcc/storage_backup/security-access/security_measures</path> + <uri_path>dcc/storage_backup/security-access/security_measures</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/data_security/security_measures"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/storage_backup/security-access"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which measures or provisions are in place to ensure data security (e.g. protection against unauthorized access, data recovery, transfer of sensitive data)?</text> - <text lang="de">Welche Maßnahmen zur Gewährleistung der Datensicherheit werden getroffen (z. B. Schutz vor unbefugtem Zugriff, Datenwiederherstellung, Übertragung sensibler Daten)?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Welche Maßnahmen zur Gewährleistung der Datensicherheit werden getroffen (z. B. Schutz vor unbefugtem Zugriff, Datenwiederherstellung, Übertragung sensibler Daten)?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>selection_preservation</key> - <path>dcc/selection_preservation</path> + <uri_path>dcc/selection_preservation</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/dcc"/> - <order>5</order> <title lang="en">Selection and Preservation Auswahl und Archvierung + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/selection-selection" order="10"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/preservation-archive" order="20"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/selection-selection"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/selection-selection"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>selection-selection</key> - <path>dcc/selection_preservation/selection-selection</path> + <uri_path>dcc/selection_preservation/selection-selection</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation"/> <is_collection>False</is_collection> - <order>10</order> <title lang="en">Which data should be retained, shared, and/or preserved? - Welche Daten sollen zurückgehalten, geteilt, und/oder aufbewahrt werden. - + Welche Daten sollen zurückgehalten, geteilt, und/oder aufbewahrt werden. + - - - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/selection-selection/selection_criteria" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/selection-selection/embargo_period" order="3"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/selection-selection/scenario" order="3"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/selection-selection/retained" order="4"/> + </questions> + <conditions/> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/selection-selection/selection_criteria"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>selection_criteria</key> - <path>dcc/selection_preservation/selection-selection/selection_criteria</path> + <uri_path>dcc/selection_preservation/selection-selection/selection_criteria</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/preservation/selection_criteria"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/selection-selection"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">What are the criteria / rules for the selection of the data to be archived (after the end of the project)?</text> - <text lang="de">Auf Basis welcher Kriterien / Regeln werden die Daten zur Archivierung (nach Projektende) ausgesucht?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Auf Basis welcher Kriterien / Regeln werden die Daten zur Archivierung (nach Projektende) ausgesucht?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/selection-selection/embargo_period"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>embargo_period</key> - <path>dcc/selection_preservation/selection-selection/embargo_period</path> + <uri_path>dcc/selection_preservation/selection-selection/embargo_period</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/preservation/embargo_period"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/selection-selection"/> <is_collection>False</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Shall there be an embargo period before the data are made available?</text> - <text lang="de">Sollen die Daten erst nach Ablauf einer Sperrfrist zugänglich gemacht werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Sollen die Daten erst nach Ablauf einer Sperrfrist zugänglich gemacht werden?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/selection-selection/scenario"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>scenario</key> - <path>dcc/selection_preservation/selection-selection/scenario</path> + <uri_path>dcc/selection_preservation/selection-selection/scenario</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/reuse_scenario"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/selection-selection"/> <is_collection>False</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which individuals, groups or institutions could be interested in re-using this dataset? What are possible scenarios?</text> - <text lang="de">Für welche Personen, Gruppen oder Institutionen könnte dieser Datensatz (für die Nachnutzung) von Interesse sein? Für welche Szenarien ist dies denkbar?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Für welche Personen, Gruppen oder Institutionen könnte dieser Datensatz (für die Nachnutzung) von Interesse sein? Für welche Szenarien ist dies denkbar?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/selection-selection/retained"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>retained</key> - <path>dcc/selection_preservation/selection-selection/retained</path> + <uri_path>dcc/selection_preservation/selection-selection/retained</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/preservation/retained"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/selection-selection"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">What data must be retained/destroyed for contractual, legal, or regulatory purposes?</text> - <text lang="de">Welche Daten dürfen aus vertraglichen, rechtlichen oder regulatorischen Gründen nicht veröffentlicht, bzw. müssen vernichtet werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Welche Daten dürfen aus vertraglichen, rechtlichen oder regulatorischen Gründen nicht veröffentlicht, bzw. müssen vernichtet werden?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/preservation-archive"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/preservation-archive"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>preservation-archive</key> - <path>dcc/selection_preservation/preservation-archive</path> + <uri_path>dcc/selection_preservation/preservation-archive</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation"/> <is_collection>True</is_collection> - <order>20</order> <title lang="en">What is the long-term preservation plan for the dataset? - Wie ist der Plan für die Langzeitarchivierung der Daten? - dataset + Wie ist der Plan für die Langzeitarchivierung der Daten? + - datasets - - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/preservation-archive/repository" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/preservation-archive/duration" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/preservation-archive/personnel" order="3"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/preservation-archive/non_personnel" order="4"/> + </questions> + <conditions/> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/preservation-archive/repository"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>repository</key> - <path>dcc/selection_preservation/preservation-archive/repository</path> + <uri_path>dcc/selection_preservation/preservation-archive/repository</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/preservation/repository"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/preservation-archive"/> <is_collection>True</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Where will the data (including metadata, documentation and, if applicable, relevant code) be stored or archived after the end of the project?</text> - <text lang="de">Wo werden die Daten (einschließlich Metadaten, Dokumentation und ggf. relevantem Code bzw. relevanter Software) nach Projektende gespeichert bzw. archiviert?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Wo werden die Daten (einschließlich Metadaten, Dokumentation und ggf. relevantem Code bzw. relevanter Software) nach Projektende gespeichert bzw. archiviert?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>checkbox</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/preservation_repository_options"/> </optionsets> @@ -1400,134 +2097,202 @@ </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/preservation-archive/duration"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>duration</key> - <path>dcc/selection_preservation/preservation-archive/duration</path> + <uri_path>dcc/selection_preservation/preservation-archive/duration</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/preservation/duration"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/preservation-archive"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">How long will the data be stored?</text> - <text lang="de">Wie lange müssen die Daten aufbewahrt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Wie lange müssen die Daten aufbewahrt werden?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/preservation-archive/personnel"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>personnel</key> - <path>dcc/selection_preservation/preservation-archive/personnel</path> + <uri_path>dcc/selection_preservation/preservation-archive/personnel</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/costs/preservation/personnel"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/preservation-archive"/> <is_collection>False</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en">Please estimate the effort in person months.</help> - <help lang="de">Bitte schätzen sie den Aufwand in Personenmonaten.</help> <text lang="en">What are the personnel costs associated with long-term preservation for the project?</text> - <text lang="de">Welcher Personalaufwand entsteht im Zusammenhang mit Langzeitarchivierung für dieses Projekt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de">Bitte schätzen sie den Aufwand in Personenmonaten.</help> + <text lang="de">Welcher Personalaufwand entsteht im Zusammenhang mit Langzeitarchivierung für dieses Projekt?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>range</widget_type> <value_type>float</value_type> <maximum>12.0</maximum> <minimum>0.0</minimum> <step>0.1</step> <unit>PM</unit> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/preservation-archive/non_personnel"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>non_personnel</key> - <path>dcc/selection_preservation/preservation-archive/non_personnel</path> + <uri_path>dcc/selection_preservation/preservation-archive/non_personnel</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/costs/preservation/non_personnel"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/selection_preservation/preservation-archive"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en">Please estimate the costs in **Euro**.</help> - <help lang="de">Bitte schätzen sie die Kosten in **Euro**.</help> <text lang="en">What is the amount of non-personnel-costs regarding long-term preservation for the project?</text> - <text lang="de">Welche Sachkosten entstehen im Zusammenhang mit Langzeitarchivierung für dieses Projekt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de">Bitte schätzen sie die Kosten in **Euro**.</help> + <text lang="de">Welche Sachkosten entstehen im Zusammenhang mit Langzeitarchivierung für dieses Projekt?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>float</value_type> <maximum/> <minimum/> <step/> <unit>Euro</unit> + <width/> <optionsets/> <conditions/> </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>sharing</key> - <path>dcc/sharing</path> + <uri_path>dcc/sharing</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/dcc"/> - <order>6</order> <title lang="en">Data Sharing Daten teilen + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-sharing" order="10"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-pid" order="12"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/restrictions-restrictions" order="20"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-sharing"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-sharing"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>sharing-sharing</key> - <path>dcc/sharing/sharing-sharing</path> + <uri_path>dcc/sharing/sharing-sharing</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing"/> <is_collection>True</is_collection> - <order>10</order> <title lang="en">How will you share the data? - Wie werden die Daten geteilt? - dataset + Wie werden die Daten geteilt? + - datasets - - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-sharing/yesno" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-sharing/explanation" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-sharing/findability" order="4"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-sharing/data_publication_date" order="6"/> + </questions> + <conditions/> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-sharing/yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>yesno</key> - <path>dcc/sharing/sharing-sharing/yesno</path> + <uri_path>dcc/sharing/sharing-sharing/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sharing/yesno"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-sharing"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Will this dataset be published or shared?</text> - <text lang="de">Soll dieser Datensatz veröffentlicht oder geteilt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Soll dieser Datensatz veröffentlicht oder geteilt werden?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_sharing_options"/> </optionsets> @@ -1535,150 +2300,225 @@ </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-sharing/explanation"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>explanation</key> - <path>dcc/sharing/sharing-sharing/explanation</path> + <uri_path>dcc/sharing/sharing-sharing/explanation</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sharing/explanation"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-sharing"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">If no, please explain why not. Please differentiate between legal and contractual reasons and voluntary restrictions.</text> - <text lang="de">Wenn nicht, begründen Sie dies bitte und unterscheiden Sie dabei zwischen rechtlichen und/oder vertraglichen Gründen und freiwilligen Einschränkungen.</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Wenn nicht, begründen Sie dies bitte und unterscheiden Sie dabei zwischen rechtlichen und/oder vertraglichen Gründen und freiwilligen Einschränkungen.</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-sharing/findability"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>findability</key> - <path>dcc/sharing/sharing-sharing/findability</path> + <uri_path>dcc/sharing/sharing-sharing/findability</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sharing/findability"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-sharing"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">If yes, how will potential users find out about your data?</text> - <text lang="de">Wenn ja, wie werden potenzielle Nutzer von Ihren Daten erfahren?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Wenn ja, wie werden potenzielle Nutzer von Ihren Daten erfahren?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-sharing/data_publication_date"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data_publication_date</key> - <path>dcc/sharing/sharing-sharing/data_publication_date</path> + <uri_path>dcc/sharing/sharing-sharing/data_publication_date</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/data_publication_date"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-sharing"/> <is_collection>False</is_collection> - <order>6</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">When will the data be published (if they are)?</text> - <text lang="de">Wann werden die Daten veröffentlicht?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Wann werden die Daten veröffentlicht?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>date</widget_type> <value_type>datetime</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-pid"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-pid"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>sharing-pid</key> - <path>dcc/sharing/sharing-pid</path> + <uri_path>dcc/sharing/sharing-pid</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing"/> <is_collection>True</is_collection> - <order>12</order> <title lang="en">Will you pursue getting a persistent identifier f or your data? - Werden persistente Identifikatoren (PIDs) genutzt werden? - dataset + Werden persistente Identifikatoren (PIDs) genutzt werden? + - datasets - - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-pid/yesno" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-pid/system" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-pid/name" order="4"/> + </questions> + <conditions/> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-pid/yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>yesno</key> - <path>dcc/sharing/sharing-pid/yesno</path> + <uri_path>dcc/sharing/sharing-pid/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/pids/yesno"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-pid"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Will persistent identifiers (PIDs) be used for this data set?</text> - <text lang="de">Sollen für diesen Datensatz persistente Identifikatoren (PIDs) genutzt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Sollen für diesen Datensatz persistente Identifikatoren (PIDs) genutzt werden?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-pid/system"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>system</key> - <path>dcc/sharing/sharing-pid/system</path> + <uri_path>dcc/sharing/sharing-pid/system</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/pids/system"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-pid"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which system of persistent identifiers shall be used?</text> - <text lang="de">Welches System von persistenten Identifikatoren soll genutzt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Welches System von persistenten Identifikatoren soll genutzt werden?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/pid_types"/> </optionsets> @@ -1686,255 +2526,378 @@ </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-pid/name"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>name</key> - <path>dcc/sharing/sharing-pid/name</path> + <uri_path>dcc/sharing/sharing-pid/name</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/pids/responsible_person/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/sharing-pid"/> <is_collection>True</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en">A prerequisite for PIDs to work as promised is that they - as well as the objects they refer to - are maintained in a continuous and reliable way.. This means, for example, that if the object location changes, this information is updated. When the data are stored in a data centre or repository, these tasks are usually taken care of by the data centre / repository. However, to be sure, the responsibilities should be checked beforehand.</help> + <text lang="en">Who is responsible for the maintenance of the PIDs and the object maintenance (i.e. who is responsible notifying the PID-Service about object relocation and the new address)?</text> + <default_text lang="en"/> + <verbose_name lang="en"/> <help lang="de">Die Voraussetzung dafür, dass persistente Identifikatoren auch wirklich halten, was sie versprechen, ist, dass sie - wie auch die Objekte, auf die referenziert wird - dauerhaft und verlässlich gepflegt werden. D. h. beispielsweise, dass bei einer Änderung des Speicherortes des Objekts die Information über den neuen Speicherort entsprechend aktualisiert werden muss. Werden die Daten in einem Datenzentrum oder -repositorium gespeichert, wird diese Verantwortung i.d.R. von diesem übernommen. Um sicher zu sein, sollten die Verantwortlichkeiten jedoch in jedem Fall geprüft bzw. geklärt werden.</help> - <text lang="en">Who is responsible for the maintenance of the PIDs and the object maintenance (i.e. who is responsible notifying the PID-Service about object relocation and the new address)?</text> <text lang="de">Wer ist verantwortlich für die Pflege der PIDs und die Objektpflege (d. h. die Langzeitarchivierung des Objekts und somit dafür, dem PID-Service einen Objektumzug und die neue Adresse mitzuteilen)?</text> - <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/restrictions-restrictions"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/restrictions-restrictions"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>restrictions-restrictions</key> - <path>dcc/sharing/restrictions-restrictions</path> + <uri_path>dcc/sharing/restrictions-restrictions</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing"/> <is_collection>True</is_collection> - <order>20</order> <title lang="en">Are any restrictions on data sharing required? - Sind Einschränkungen bei der Datenweitergabe erforderlich? - dataset + Sind Einschränkungen bei der Datenweitergabe erforderlich? + - datasets - - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/restrictions-restrictions/restrictions_explanation" order="5"/> + </questions> + <conditions/> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/restrictions-restrictions/restrictions_explanation"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>restrictions_explanation</key> - <path>dcc/sharing/restrictions-restrictions/restrictions_explanation</path> + <uri_path>dcc/sharing/restrictions-restrictions/restrictions_explanation</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sharing/restrictions_explanation"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/sharing/restrictions-restrictions"/> <is_collection>False</is_collection> - <order>5</order> + <is_optional>False</is_optional> <help lang="en">Outline any expected difficulties in sharing data with acknowledged long-term value, along with causes and possible measures to overcome these. Restrictions may be due to confidentiality, lack of consent agreements or IPR, for example. Consider whether a nondisclosure agreement would give sufficient protection for confidential data.</help> + <text lang="en">If there are any restrictions on the re-use of this dataset, please explain why.</text> + <default_text lang="en"/> + <verbose_name lang="en"/> <help lang="de">Erläutern Sie alle zu erwartenden Schwierigkeiten bei der gemeinsamen Nutzung von Daten mit anerkanntem Langzeitwert, zusammen mit den Ursachen und möglichen Maßnahmen zu deren Überwindung. Einschränkungen können folgende Ursachen haben: Vertraulichkeit, fehlende Zustimmungsvereinbarungen oder Immaterialgüterrechte. Überlegen Sie, ob eine Verschwiegenheitsklausel einen ausreichenden Schutz für vertrauliche Daten bieten würde.</help> - <text lang="en">If there are any restrictions on the re-use of this dataset, please explain why.</text> <text lang="de">Sollte die Nachnutzung dieses Datensatzes Einschränkungen unterliegen, erläutern Sie bitte die Gründe.</text> - <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>responsibilities_resources</key> - <path>dcc/responsibilities_resources</path> + <uri_path>dcc/responsibilities_resources</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/dcc"/> - <order>7</order> <title lang="en">Responsibilities and Resources Verantwortlichkeiten und Ressourcen + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/responsibilities-contact" order="0"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/resources-resources" order="20"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/responsibilities-contact"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/responsibilities-contact"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>responsibilities-contact</key> - <path>dcc/responsibilities_resources/responsibilities-contact</path> + <uri_path>dcc/responsibilities_resources/responsibilities-contact</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources"/> <is_collection>False</is_collection> - <order>0</order> <title lang="en">Who will be responsible for data management? - Wer ist für das Datenmanagement verantwortlich? - + Wer ist für das Datenmanagement verantwortlich? + - - - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/responsibilities-contact/dmp_contact" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/responsibilities-contact/partner_contact" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/responsibilities-contact/agreement" order="4"/> + </questions> + <conditions/> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/responsibilities-contact/dmp_contact"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>dmp_contact</key> - <path>dcc/responsibilities_resources/responsibilities-contact/dmp_contact</path> + <uri_path>dcc/responsibilities_resources/responsibilities-contact/dmp_contact</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dmp/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/responsibilities-contact"/> <is_collection>True</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Who is responsible for implementing the DMP, and ensuring it is reviewed and revised?</text> - <text lang="de">Wer ist für die Umsetzung des DMP sowie für die Überprüfung und Überarbeitung verantwortlich?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Wer ist für die Umsetzung des DMP sowie für die Überprüfung und Überarbeitung verantwortlich?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/responsibilities-contact/partner_contact"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>partner_contact</key> - <path>dcc/responsibilities_resources/responsibilities-contact/partner_contact</path> + <uri_path>dcc/responsibilities_resources/responsibilities-contact/partner_contact</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/partner/contact_person/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/responsibilities-contact"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Who will be responsible for each data management activity?</text> - <text lang="de">Wer ist für die einzelnen Datenverwaltungsaktivitäten verantwortlich?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Wer ist für die einzelnen Datenverwaltungsaktivitäten verantwortlich?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/responsibilities-contact/agreement"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>agreement</key> - <path>dcc/responsibilities_resources/responsibilities-contact/agreement</path> + <uri_path>dcc/responsibilities_resources/responsibilities-contact/agreement</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/partner/agreement"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/responsibilities-contact"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Will data ownership and responsibilities for RDM be part of any consortium agreement or contract agreed between partners?</text> - <text lang="de">Werden das Dateneigentum und die Verantwortung für RDM Teil einer Konsortialvereinbarung oder eines zwischen den Partnern vereinbarten Vertrages sein?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Werden das Dateneigentum und die Verantwortung für RDM Teil einer Konsortialvereinbarung oder eines zwischen den Partnern vereinbarten Vertrages sein?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/resources-resources"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/resources-resources"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>resources-resources</key> - <path>dcc/responsibilities_resources/resources-resources</path> + <uri_path>dcc/responsibilities_resources/resources-resources</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources"/> <is_collection>False</is_collection> - <order>20</order> <title lang="en">What resources will you require to deliver your plan? - Welche Ressourcen benötigen Sie, um Ihren Plan umzusetzen? - + Welche Ressourcen benötigen Sie, um Ihren Plan umzusetzen? + - - - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/resources-resources/cover_how" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/resources-resources/infrastructure" order="3"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/resources-resources/support" order="5"/> + </questions> + <conditions/> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/resources-resources/cover_how"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>cover_how</key> - <path>dcc/responsibilities_resources/resources-resources/cover_how</path> + <uri_path>dcc/responsibilities_resources/resources-resources/cover_how</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/costs/preservation/cover_how"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/resources-resources"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">How will the datamanagement costs of the project be covered?</text> - <text lang="de">Wie werden die Kosten für das Datenmanagement im Projekt aufgebracht?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Wie werden die Kosten für das Datenmanagement im Projekt aufgebracht?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/resources-resources/infrastructure"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>infrastructure</key> - <path>dcc/responsibilities_resources/resources-resources/infrastructure</path> + <uri_path>dcc/responsibilities_resources/resources-resources/infrastructure</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/usage_infrastructure"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/resources-resources"/> <is_collection>False</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">To what extent will infrastructure resources be required (e.g. CPU hours, bandwidth, storage space... etc.).</text> - <text lang="de">In welchem Umfang werden Infrastrukturressourcen benötigt (CPU-Stunden, Bandbreite, Speicherplatz etc.)?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">In welchem Umfang werden Infrastrukturressourcen benötigt (CPU-Stunden, Bandbreite, Speicherplatz etc.)?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/infrastructure_resources"/> </optionsets> @@ -1942,27 +2905,40 @@ </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/resources-resources/support"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>support</key> - <path>dcc/responsibilities_resources/resources-resources/support</path> + <uri_path>dcc/responsibilities_resources/resources-resources/support</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/usage_support"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/dcc/responsibilities_resources/resources-resources"/> <is_collection>False</is_collection> - <order>5</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Are there actual or potential usage scenarios that could benefit from support by a data management or IT expert, or that even require such support?</text> - <text lang="de">Gibt es beabsichtigte (ggf. auch potentielle) Nutzungsszenarien, für die die Unterstützung durch Datenmanagement- oder IT-ExpertInnen sinnvoll oder notwendig ist?</text> + <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="de"/> + <text lang="de">Gibt es beabsichtigte (ggf. auch potentielle) Nutzungsszenarien, für die die Unterstützung durch Datenmanagement- oder IT-ExpertInnen sinnvoll oder notwendig ist?</text> + <default_text lang="de"/> + <verbose_name lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/yes_with_text_no"/> </optionsets> diff --git a/rdmorganiser/questions/fhpshort.xml b/rdmorganiser/questions/questions-fhpshort.xml similarity index 60% rename from rdmorganiser/questions/fhpshort.xml rename to rdmorganiser/questions/questions-fhpshort.xml index 5a165604..d7c0d551 100644 --- a/rdmorganiser/questions/fhpshort.xml +++ b/rdmorganiser/questions/questions-fhpshort.xml @@ -1,265 +1,397 @@ -<?xml version="1.0" ?> -<rdmo xmlns:dc="http://purl.org/dc/elements/1.1/"> +<?xml version="1.0" encoding="UTF-8"?> +<rdmo xmlns:dc="http://purl.org/dc/elements/1.1/" created="2024-03-12T14:55:49.046755+01:00" version="2.1.3"> <catalog dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>fhpshort</key> + <uri_path>fhpshort</uri_path> <dc:comment>Ein kurzer Fragenkatalog für die FH Potsdam mit den wichtigstens Fragen</dc:comment> <order>1</order> <title lang="en">Brief questionaire + Kurzer Fragenkatalog + + Questionnaire bref + + Questionario breve + + Cuestionario breve + + +
+
+
+
+
+
+
+
https://rdmo.fh-potsdam.de/terms - general - fhpshort/general + fhpshort/general - - 0 General Allgemein + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/topic-title" order="0"/> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/topic-research_field" order="1"/> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/project-schedule-schedule" order="10"/> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/project-partners-partner" order="21"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/fhpshort/general/other-requirements-yesno" order="30"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/fhpshort/general/other-requirements-requirements" order="31"/> + </pages> </section> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/topic-title"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/topic-title"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>topic-title</key> - <path>fhpshort/general/topic-title</path> + <uri_path>fhpshort/general/topic-title</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general"/> <is_collection>False</is_collection> - <order>0</order> <title lang="en">Topic - Thema - + Thema + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/topic-title/title" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/topic-title/title"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>title</key> - <path>fhpshort/general/topic-title/title</path> + <uri_path>fhpshort/general/topic-title/title</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/research_question/title"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/topic-title"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">What is the main research question of the project?</text> - <text lang="de">Wie lautet die primäre Forschungsfrage des Projektes?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wie lautet die primäre Forschungsfrage des Projektes?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/topic-research_field"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/topic-research_field"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>topic-research_field</key> - <path>fhpshort/general/topic-research_field</path> + <uri_path>fhpshort/general/topic-research_field</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general"/> <is_collection>False</is_collection> - <order>1</order> <title lang="en">Research field - Disziplin - + Disziplin + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/topic-research_field/research_field" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/topic-research_field/research_field"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>research_field</key> - <path>fhpshort/general/topic-research_field/research_field</path> + <uri_path>fhpshort/general/topic-research_field/research_field</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/research_field/title"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/topic-research_field"/> <is_collection>True</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en">The list of disciplines follows the <a href="http://www.dfg.de/dfg_profil/gremien/fachkollegien/faecher/" target="_blank">subject classification of the DFG (German Research Foundation)</a>.</help> - <help lang="de">Die Liste der Disziplinen entspricht der <a href="http://www.dfg.de/dfg_profil/gremien/fachkollegien/faecher/" target="_blank">Fachsystematik der Deutschen Forschungsgemeinschaft (DFG)</a>.</help> <text lang="en">Which research field(s) does this project belong to?</text> - <text lang="de">Welcher Disziplin / welchen Disziplinen ist das Projekt zuzuordnen?</text> + <default_text lang="en"/> <verbose_name lang="en">discipline</verbose_name> + <help lang="de">Die Liste der Disziplinen entspricht der <a href="http://www.dfg.de/dfg_profil/gremien/fachkollegien/faecher/" target="_blank">Fachsystematik der Deutschen Forschungsgemeinschaft (DFG)</a>.</help> + <text lang="de">Welcher Disziplin / welchen Disziplinen ist das Projekt zuzuordnen?</text> + <default_text lang="de"/> <verbose_name lang="de">Forschungsdisziplin</verbose_name> - <verbose_name_plural lang="en">disciplines</verbose_name_plural> - <verbose_name_plural lang="de">Forschungsdisziplinen</verbose_name_plural> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>select</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/research_fields"/> </optionsets> <conditions/> </question> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/project-schedule-schedule"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/project-schedule-schedule"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>project-schedule-schedule</key> - <path>fhpshort/general/project-schedule-schedule</path> + <uri_path>fhpshort/general/project-schedule-schedule</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general"/> <is_collection>False</is_collection> - <order>10</order> <title lang="en">Project schedule - Projektablauf - + Projektablauf + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/project-schedule-schedule/project_start" order="0"/> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/project-schedule-schedule/project_end" order="2"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/project-schedule-schedule/project_start"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>project_start</key> - <path>fhpshort/general/project-schedule-schedule/project_start</path> + <uri_path>fhpshort/general/project-schedule-schedule/project_start</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/schedule/project_start"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/project-schedule-schedule"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">When does the project start?</text> - <text lang="de">Wann beginnt die Projektlaufzeit?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wann beginnt die Projektlaufzeit?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>date</widget_type> <value_type>datetime</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/project-schedule-schedule/project_end"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>project_end</key> - <path>fhpshort/general/project-schedule-schedule/project_end</path> + <uri_path>fhpshort/general/project-schedule-schedule/project_end</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/schedule/project_end"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/project-schedule-schedule"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">When does the project end?</text> - <text lang="de">Wann endet die Projektlaufzeit?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wann endet die Projektlaufzeit?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>date</widget_type> <value_type>datetime</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/project-partners-partner"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/project-partners-partner"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>project-partners-partner</key> - <path>fhpshort/general/project-partners-partner</path> + <uri_path>fhpshort/general/project-partners-partner</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/partner/id"/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general"/> <is_collection>True</is_collection> - <order>21</order> <title lang="en">Project partner - Projektpartner - project partner + Projektpartner + Projektpartner - project partners - Projektpartner + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/project-partners-partner/name" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/project-partners-partner/name"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>name</key> - <path>fhpshort/general/project-partners-partner/name</path> + <uri_path>fhpshort/general/project-partners-partner/name</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/partner/name"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general/project-partners-partner"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Project partner</text> - <text lang="de">Projektpartner</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Projektpartner</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/fhpshort/general/other-requirements-yesno"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/fhpshort/general/other-requirements-yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>other-requirements-yesno</key> - <path>fhpshort/general/other-requirements-yesno</path> + <uri_path>fhpshort/general/other-requirements-yesno</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general"/> <is_collection>False</is_collection> - <order>30</order> <title lang="en">Other requirments I - Weitere Anforderungen I - + Weitere Anforderungen I + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/fhpshort/general/other-requirements-yesno/yesno" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/fhpshort/general/other-requirements-yesno/yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>yesno</key> - <path>fhpshort/general/other-requirements-yesno/yesno</path> + <uri_path>fhpshort/general/other-requirements-yesno/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/additional_rdm_policy/yesno"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/fhpshort/general/other-requirements-yesno"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en">Examples of discipline-specific requirements are: - <a href="http://www.dfg.de/download/pdf/foerderung/antragstellung/forschungsdaten/guidelines_biodiversity_research.pdf" target="_blank">Guidelines on the Handling of Research Data in Biodiversity Research (German only)</a> - <a href="http://www.dfg.de/download/pdf/foerderung/antragstellung/forschungsdaten/richtlinien_forschungsdaten_bildungsforschung.pdf" target="_blank">Guidelines for the provision and use of quantitative data in education research (German only)</a> - <a href="http://www.dfg.de/download/pdf/foerderung/antragstellung/forschungsdaten/foerderkriterien_editionen_literaturwissenschaft.pdf" target="_blank">Elegibility criteria for funding for scholarly editions in the literary studies (German only)</a> - Recommendations on <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/informationen_fachwissenschaften/geisteswissenschaften/standards_sprachkorpora.pdf" target="_blank">data standards and tools</a> as well as <a href="https://www.dfg.de/resource/blob/171632/383249f00d425a643bd8c120404bbff6/standards-sprachkorpora-data.pdf" target="_blank">legal aspects</a> associated with language corpora (German only)</help> + <text lang="en">Are there requirements regarding the data management from other parties (e.g. the scholarly/scientific community)?</text> + <default_text lang="en"/> + <verbose_name lang="en"/> <help lang="de">Beispiele für fachspezifische Empfehlungen und Richtlinien sind: - <a href="http://www.dfg.de/download/pdf/foerderung/antragstellung/forschungsdaten/richtlinien_forschungsdaten_biodiversitaetsforschung.pdf" target="_blank">Richtlinien zum Umgang mit Forschungsdaten in der Biodiversitätsforschung</a> @@ -268,183 +400,264 @@ - Empfehlungen zu - <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/informationen_fachwissenschaften/geisteswissenschaften/standards_sprachkorpora.pdf" target="_blank">datentechnischen Standards und Tools</a> sowie zu - <a href="https://www.dfg.de/resource/blob/171632/383249f00d425a643bd8c120404bbff6/standards-sprachkorpora-data.pdf" target="_blank">rechtlichen Fragen</a> bei der Erhebung von Sprachkorpora</help> - <text lang="en">Are there requirements regarding the data management from other parties (e.g. the scholarly/scientific community)?</text> <text lang="de">Gibt es von weiteren Seiten (z. B. von der Fachcommunity) Anforderungen an das Datenmanagement, die beachtet werden müssen?</text> - <verbose_name lang="en"/> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/other_requirements_options"/> </optionsets> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/fhpshort/general/other-requirements-requirements"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/fhpshort/general/other-requirements-requirements"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>other-requirements-requirements</key> - <path>fhpshort/general/other-requirements-requirements</path> + <uri_path>fhpshort/general/other-requirements-requirements</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/general"/> <is_collection>False</is_collection> - <order>31</order> <title lang="en">Other requirments II - Weitere Anforderungen II - + Weitere Anforderungen II + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/fhpshort/general/other-requirements-requirements/requirements" order="0"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/additional_rdm_policy"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/fhpshort/general/other-requirements-requirements/requirements"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>requirements</key> - <path>fhpshort/general/other-requirements-requirements/requirements</path> + <uri_path>fhpshort/general/other-requirements-requirements/requirements</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/additional_rdm_policy/requirements"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/fhpshort/general/other-requirements-requirements"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en">Please briefly outline them and refer to more detailed sources of information if necessary. Please also indicate, if the rules / guidelines are mandatory or optional.</help> - <help lang="de">Bitte skizzieren Sie sie kurz und verweisen Sie ggf. auf weiterführende Informationen. Geben Sie bitte auch an, welchen Grad an Verbindlichkeit sie haben.</help> <text lang="en">Which are these additional requirements regarding data management?</text> - <text lang="de">Welche Anforderungen an das Datenmanagement sind dies?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Bitte skizzieren Sie sie kurz und verweisen Sie ggf. auf weiterführende Informationen. Geben Sie bitte auch an, welchen Grad an Verbindlichkeit sie haben.</help> + <text lang="de">Welche Anforderungen an das Datenmanagement sind dies?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>content-classification</key> - <path>fhpshort/content-classification</path> + <uri_path>fhpshort/content-classification</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort"/> - <order>1</order> <title lang="en">Content classification Inhaltliche Einordnung + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-dataset" order="1"/> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-existing_data" order="2"/> + </pages> </section> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-dataset"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-dataset"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>data-dataset</key> - <path>fhpshort/content-classification/data-dataset</path> + <uri_path>fhpshort/content-classification/data-dataset</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification"/> <is_collection>True</is_collection> - <order>1</order> <title lang="en">Data - Daten The following questions collect information on the data that is produced or used in the project. They also help to estimate the value of the data in terms of potential re-use and long-term preservation. Before data is newly created, it is advisable to check if there is existing data that could be re-used. This way, redundant collection or creation of research data is prevented. This saves efforts and costs. Furthermore, in the case of personal data, the <a href="http://www.gesetze-im-internet.de/englisch_bdsg/englisch_bdsg.html" target="_blank">German Federal Data Protection Act</a > allows the collection of personal data only when there are no other reasonable means to clarify the research question (re-use of existing data would be such a reasonable means). Also, there shall be collected no more information than necessary. The information regarding the data collected, produced or used in the project is gathered along datasets. The definition of these datasets is an important conceptional decision that has to be made individually and carefully for each project. + dataset + Daten Die nächsten Fragen dienen zur Beschreibung der Datensätze, die im Projekt erzeugt und/oder verwendet werden. Sie helfen zudem, den Wert der Daten hinsichtlich der potentiellen Nachnutzung und einer späteren Archivierung einschätzen zu können. Vor der Erzeugung von Daten empfiehlt es sich zu prüfen, ob bereits vorhandene Daten nachgenutzt werden können. Die Vermeidung doppelter Erhebungen spart Aufwand und Kosten. Handelt es sich um personenbezogene Daten, ist dies zudem durch den Grundsatz der Erforderlichkeit (<a href="https://www.gesetze-im-internet.de/bdsg_1990/" target="_blank">BDSG</a>) sowie das Prinzip der Datenvermeidung und Datensparsamkeit (<a href="https://www.gesetze-im-internet.de/bdsg_1990/__3a.html" target="_blank">§3a BDSG</a>) geboten. Die Angaben zu den im Projekt erzeugten oder verwendeten Daten sind nach „Datensätzen“ strukturiert. Die Definition dessen, was jeweils ein Datensatz ist, ist eine wichtige konzeptionelle Entscheidung, die für jedes Vorhaben bzw. Projekt individuell getroffen und sorgfältig abgewogen werden muss. - dataset Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-dataset/description" order="1"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-dataset/description"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>description</key> - <path>fhpshort/content-classification/data-dataset/description</path> + <uri_path>fhpshort/content-classification/data-dataset/description</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/description"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-dataset"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en">Please briefly describe the data type and / or the method used to create or collect the data, for example: * quantitative online survey * 3D model / digital reconstruction of a stone age settlement * software developed within the project</help> + <text lang="en">What kind of dataset is it?</text> + <default_text lang="en"/> + <verbose_name lang="en"/> <help lang="de">Bitte beschreiben Sie hier kurz, um welchen Datentyp es sich handelt und mit welcher Methode die Daten erhoben oder erstellt wurden, z. B.: * quantitative Online-Befragung * 3D-Modellierung / digitale Rekonstruktion einer steinzeitlichen Siedlung * Software, die im Projekt entwickelt wird</help> - <text lang="en">What kind of dataset is it?</text> <text lang="de">Um was für einen Datensatz handelt es sich?</text> - <verbose_name lang="en"/> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-existing_data"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-existing_data"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>data-existing_data</key> - <path>fhpshort/content-classification/data-existing_data</path> + <uri_path>fhpshort/content-classification/data-existing_data</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification"/> <is_collection>True</is_collection> - <order>2</order> <title lang="en">Data origin - Datenursprung - dataset + Datenursprung + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-existing_data/origin" order="1"/> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-existing_data/creator_name" order="2"/> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-existing_data/uri" order="3"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-existing_data/origin"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>origin</key> - <path>fhpshort/content-classification/data-existing_data/origin</path> + <uri_path>fhpshort/content-classification/data-existing_data/origin</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/origin"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-existing_data"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Is the dataset being created or re-used?</text> - <text lang="de">Wird der Datensatz selbst erzeugt oder nachgenutzt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wird der Datensatz selbst erzeugt oder nachgenutzt?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_origin_options"/> </optionsets> @@ -452,274 +665,404 @@ Die Angaben zu den im Projekt erzeugten oder verwendeten Daten sind nach „Date </question> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-existing_data/creator_name"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>creator_name</key> - <path>fhpshort/content-classification/data-existing_data/creator_name</path> + <uri_path>fhpshort/content-classification/data-existing_data/creator_name</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/creator/name"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-existing_data"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">If re-used, who created the dataset?</text> - <text lang="de">Wenn nachgenutzt, wer hat den Datensatz erzeugt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wenn nachgenutzt, wer hat den Datensatz erzeugt?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-existing_data/uri"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>uri</key> - <path>fhpshort/content-classification/data-existing_data/uri</path> + <uri_path>fhpshort/content-classification/data-existing_data/uri</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/uri"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/content-classification/data-existing_data"/> <is_collection>False</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">If re-used, under which address, PID or URL can the dataset be found?</text> - <text lang="de">Wenn nachgenutzt, unter welcher Adresse, PID oder URL ist der Datensatz verfügbar?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wenn nachgenutzt, unter welcher Adresse, PID oder URL ist der Datensatz verfügbar?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>technical-classification</key> - <path>fhpshort/technical-classification</path> + <uri_path>fhpshort/technical-classification</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort"/> - <order>2</order> <title lang="en">Technical classification Technische Einordnung + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-volume" order="2"/> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-formats" order="3"/> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-tools" order="4"/> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-versioning" order="5"/> + </pages> </section> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-volume"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-volume"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>data-volume</key> - <path>fhpshort/technical-classification/data-volume</path> + <uri_path>fhpshort/technical-classification/data-volume</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification"/> <is_collection>True</is_collection> - <order>2</order> <title lang="en">Data size - Datengröße - dataset + Datengröße + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-volume/volume" order="1"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-volume/volume"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>volume</key> - <path>fhpshort/technical-classification/data-volume/volume</path> + <uri_path>fhpshort/technical-classification/data-volume/volume</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/size/volume"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-volume"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">What is the actual or expected size of the dataset?</text> - <text lang="de">Was ist die tatsächliche oder erwartete Größe des Datensatzes?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Was ist die tatsächliche oder erwartete Größe des Datensatzes?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>float</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_size_options"/> </optionsets> <conditions/> </question> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-formats"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-formats"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>data-formats</key> - <path>fhpshort/technical-classification/data-formats</path> + <uri_path>fhpshort/technical-classification/data-formats</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification"/> <is_collection>True</is_collection> - <order>3</order> <title lang="en">Formats - Formate - dataset + Formate + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-formats/format" order="4"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-formats/format"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>format</key> - <path>fhpshort/technical-classification/data-formats/format</path> + <uri_path>fhpshort/technical-classification/data-formats/format</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/format"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-formats"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en">When choosing a data format, one should consider the consequences for collaborative use, long-term preservation as well as re-use. It is advisable to prefer formats that are standardised, open, non-proprietary and well-established in the respective scholarly community. More criteria and detailed explanations can be found e.g. in the <a href="https://escience.aip.de/wissgrid/publikationen/Leitfaden_Data-Management-WissGrid.pdf" target="_blank">WissGrid-Leitfaden, pp. 22 f.</a>).</help> - <help lang="de">Bei der Wahl des Dateiformates sollten auch die Konsequenzen für die kollaborative Nutzung, die Langzeitarchivierung sowie die Nachnutzung beachtet werden. Es empfiehlt sich, möglichst standardisierte, nicht-proprietäre und allgemein bzw. in der spezifischen Community verbreitete Formate zu nutzen. Weitere Kriterien sowie detaillierte Erläuterungen sind z. B. im <a href="https://escience.aip.de/wissgrid/publikationen/Leitfaden_Data-Management-WissGrid.pdf" target="_blank">WissGrid-Leitfaden, S. 22 f.</a>) zu finden.</help> <text lang="en">Which file formats are used?</text> - <text lang="de">In welchen Formaten liegen die Daten vor?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Bei der Wahl des Dateiformates sollten auch die Konsequenzen für die kollaborative Nutzung, die Langzeitarchivierung sowie die Nachnutzung beachtet werden. Es empfiehlt sich, möglichst standardisierte, nicht-proprietäre und allgemein bzw. in der spezifischen Community verbreitete Formate zu nutzen. Weitere Kriterien sowie detaillierte Erläuterungen sind z. B. im <a href="https://escience.aip.de/wissgrid/publikationen/Leitfaden_Data-Management-WissGrid.pdf" target="_blank">WissGrid-Leitfaden, S. 22 f.</a>) zu finden.</help> + <text lang="de">In welchen Formaten liegen die Daten vor?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-tools"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-tools"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>data-tools</key> - <path>fhpshort/technical-classification/data-tools</path> + <uri_path>fhpshort/technical-classification/data-tools</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification"/> <is_collection>True</is_collection> - <order>4</order> <title lang="en">Tools - Werkzeuge - dataset + Werkzeuge + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-tools/creation_methods" order="1"/> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-tools/usage_technology" order="2"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-tools/creation_methods"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>creation_methods</key> - <path>fhpshort/technical-classification/data-tools/creation_methods</path> + <uri_path>fhpshort/technical-classification/data-tools/creation_methods</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/creation_methods"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-tools"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en">This information is necessary to be able to reconstruct the process by which the data was generated. It is also a prerequisite to judge the objectivity, reliability and validity of the dataset. For reproducible data, it is also required to re-generate the data if need be.</help> - <help lang="de">Diese Informationen sind für alle Arten von Daten relevant, um ihre Genese nachvollziehen zu können. Bei reproduzierbaren Daten kommt ein weiterer Aspekt hinzu. Diese müssen nicht notwendigerweise aufbewahrt werden - allerdings müssen alle Geräte, Software und auch Informationen über die Vorgehensweise erhalten bleiben, die notwendig sind, um die Daten erneut erstellen zu können.</help> <text lang="en">Which tools, software, technologies or processes are used to generate or collect the data?</text> - <text lang="de">Welche Instrumente, Software, Technologien oder Verfahren werden zur Erzeugung oder Erfassung der Daten genutzt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Diese Informationen sind für alle Arten von Daten relevant, um ihre Genese nachvollziehen zu können. Bei reproduzierbaren Daten kommt ein weiterer Aspekt hinzu. Diese müssen nicht notwendigerweise aufbewahrt werden - allerdings müssen alle Geräte, Software und auch Informationen über die Vorgehensweise erhalten bleiben, die notwendig sind, um die Daten erneut erstellen zu können.</help> + <text lang="de">Welche Instrumente, Software, Technologien oder Verfahren werden zur Erzeugung oder Erfassung der Daten genutzt?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-tools/usage_technology"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>usage_technology</key> - <path>fhpshort/technical-classification/data-tools/usage_technology</path> + <uri_path>fhpshort/technical-classification/data-tools/usage_technology</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/usage_technology"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-tools"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en">To be able to re-use data (e.g. to replicate studies, for meta analysis or to solve new research questions), along with the data the software, equipment and knowledge about special methods to use the data are required . Just as with the formats, the recommendation is: the more standardised, open and established, the better for re-use.</help> + <text lang="en">Which software, processes or technologies are necessary to use the data?</text> + <default_text lang="en"/> + <verbose_name lang="en"/> <help lang="de">Um Daten nachnutzen zu können, bspw. für die Replikation von Studien, Metaanalysen oder die Beantwortung neuer Forschungsfragen, werden neben den Daten selbst auch die Software, Geräte etc. und das Wissen über spezielle Verfahren zur Nutzung benötigt. Ebenso wie bei den Formaten gilt hier: je standardisierter, offener und etablierter diese sind, desto einfacher ist i.d.R. eine Nachnutzung möglich.</help> - <text lang="en">Which software, processes or technologies are necessary to use the data?</text> <text lang="de">Welche Software, Verfahren oder Technologien sind notwendig, um die Daten zu nutzen?</text> - <verbose_name lang="en"/> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-versioning"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-versioning"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>data-versioning</key> - <path>fhpshort/technical-classification/data-versioning</path> + <uri_path>fhpshort/technical-classification/data-versioning</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification"/> <is_collection>True</is_collection> - <order>5</order> <title lang="en">Versioning - Versionierung - dataset + Versionierung + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-versioning/tool" order="3"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-versioning/tool"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>tool</key> - <path>fhpshort/technical-classification/data-versioning/tool</path> + <uri_path>fhpshort/technical-classification/data-versioning/tool</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/versioning_tool"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/technical-classification/data-versioning"/> <is_collection>False</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which technology or tool is used for versioning?</text> - <text lang="de">Welche Technologie bzw. welches Tool wird zur Versionierung verwendet?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Welche Technologie bzw. welches Tool wird zur Versionierung verwendet?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/software_versioning_technology_options"/> </optionsets> @@ -727,56 +1070,84 @@ Ebenso wie bei den Formaten gilt hier: je standardisierter, offener und etablier </question> <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>data-usage</key> - <path>fhpshort/data-usage</path> + <uri_path>fhpshort/data-usage</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort"/> - <order>3</order> <title lang="en">Data usage Datenutzung + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/scenarios-usage" order="0"/> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-storage" order="11"/> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-data_security" order="12"/> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-sharing-and-re-use-publication" order="20"/> + </pages> </section> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/scenarios-usage"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/scenarios-usage"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>scenarios-usage</key> - <path>fhpshort/data-usage/scenarios-usage</path> + <uri_path>fhpshort/data-usage/scenarios-usage</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage"/> <is_collection>True</is_collection> - <order>0</order> <title lang="en">Usage scenarios - Nutzungsszenarien The following questions will help to estimate, which ressources are necessary to enable the envisioned data usage scenarios during the project. These can be technical / IT resources as well as expertise brought in by e.g. data managment or IT experts. - Die folgenden Fragen dienen dazu einzuschätzen, welche Ressourcen für die geplante Nutzung der Daten während der Projektlaufzeit nötig sind. Dabei kann es sich um technische bzw. IT-Ressourcen handeln, aber auch um Expertise, die z. B. durch Datenmanagement- oder IT-ExpertInnen eingebracht wird. dataset + Nutzungsszenarien + Die folgenden Fragen dienen dazu einzuschätzen, welche Ressourcen für die geplante Nutzung der Daten während der Projektlaufzeit nötig sind. Dabei kann es sich um technische bzw. IT-Ressourcen handeln, aber auch um Expertise, die z. B. durch Datenmanagement- oder IT-ExpertInnen eingebracht wird. Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/scenarios-usage/infrastructure" order="0"/> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/scenarios-usage/support" order="1"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/scenarios-usage/infrastructure"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>infrastructure</key> - <path>fhpshort/data-usage/scenarios-usage/infrastructure</path> + <uri_path>fhpshort/data-usage/scenarios-usage/infrastructure</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/usage_infrastructure"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/scenarios-usage"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">To what extent will infrastructure resources be required (e.g. CPU hours, bandwidth, storage space... etc.).</text> - <text lang="de">In welchem Umfang werden Infrastrukturressourcen benötigt (CPU-Stunden, Bandbreite, Speicherplatz etc.)?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">In welchem Umfang werden Infrastrukturressourcen benötigt (CPU-Stunden, Bandbreite, Speicherplatz etc.)?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/infrastructure_resources"/> </optionsets> @@ -784,216 +1155,321 @@ Ebenso wie bei den Formaten gilt hier: je standardisierter, offener und etablier </question> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/scenarios-usage/support"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>support</key> - <path>fhpshort/data-usage/scenarios-usage/support</path> + <uri_path>fhpshort/data-usage/scenarios-usage/support</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/usage_support"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/scenarios-usage"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Are there actual or potential usage scenarios that could benefit from support by a data management or IT expert, or that even require such support?</text> - <text lang="de">Gibt es beabsichtigte (ggf. auch potentielle) Nutzungsszenarien, für die die Unterstützung durch Datenmanagement- oder IT-ExpertInnen sinnvoll oder notwendig ist?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Gibt es beabsichtigte (ggf. auch potentielle) Nutzungsszenarien, für die die Unterstützung durch Datenmanagement- oder IT-ExpertInnen sinnvoll oder notwendig ist?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/yes_with_text_no"/> </optionsets> <conditions/> </question> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-storage"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-storage"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>data-storage-and-security-storage</key> - <path>fhpshort/data-usage/data-storage-and-security-storage</path> + <uri_path>fhpshort/data-usage/data-storage-and-security-storage</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage"/> <is_collection>True</is_collection> - <order>11</order> <title lang="en">Storage location - Speicherort - dataset + Speicherort + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-storage/type" order="1"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-storage/type"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>type</key> - <path>fhpshort/data-usage/data-storage-and-security-storage/type</path> + <uri_path>fhpshort/data-usage/data-storage-and-security-storage/type</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/storage/type"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-storage"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Where is the dataset stored during the project?</text> - <text lang="de">Wo wird der Datensatz während des Projektes gespeichert?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wo wird der Datensatz während des Projektes gespeichert?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-data_security"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-data_security"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>data-storage-and-security-data_security</key> - <path>fhpshort/data-usage/data-storage-and-security-data_security</path> + <uri_path>fhpshort/data-usage/data-storage-and-security-data_security</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage"/> <is_collection>True</is_collection> - <order>12</order> <title lang="en">Data storage and security - Datenspeicherung und -sicherheit - dataset + Datenspeicherung und -sicherheit + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-data_security/backups" order="2"/> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-data_security/name" order="3"/> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-data_security/security_measures" order="4"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-data_security/backups"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>backups</key> - <path>fhpshort/data-usage/data-storage-and-security-data_security/backups</path> + <uri_path>fhpshort/data-usage/data-storage-and-security-data_security/backups</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/data_security/backups"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-data_security"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en">This question refers to backups while the data is being worked with. Questions of long-term preservation will be adressed in the respective section.</help> - <help lang="de">Die Frage bezieht sich auf Backups während der Zeit, in denen mit den Daten gearbeitet wird. Fragen der Langzeitarchivierung werden gesondert im entsprechenden Abschnitt behandelt.</help> <text lang="en">How and how often will backups of the data be created?</text> - <text lang="de">Wie und wie oft werden Backups der Daten erstellt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Die Frage bezieht sich auf Backups während der Zeit, in denen mit den Daten gearbeitet wird. Fragen der Langzeitarchivierung werden gesondert im entsprechenden Abschnitt behandelt.</help> + <text lang="de">Wie und wie oft werden Backups der Daten erstellt?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-data_security/name"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>name</key> - <path>fhpshort/data-usage/data-storage-and-security-data_security/name</path> + <uri_path>fhpshort/data-usage/data-storage-and-security-data_security/name</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/data_security/backup_responsible/name"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-data_security"/> <is_collection>True</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en">This question refers to backups while the data is being worked with. Questions of long-term preservation will be adressed in the respective section.</help> - <help lang="de">Die Frage bezieht sich auf Backups während der Zeit, in denen mit den Daten gearbeitet wird. Fragen der Langzeitarchivierung werden gesondert im entsprechenden Abschnitt behandelt.</help> <text lang="en">Who is responsible for the backups?</text> - <text lang="de">Wer ist verantwortlich für die Erstellung der Backups?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Die Frage bezieht sich auf Backups während der Zeit, in denen mit den Daten gearbeitet wird. Fragen der Langzeitarchivierung werden gesondert im entsprechenden Abschnitt behandelt.</help> + <text lang="de">Wer ist verantwortlich für die Erstellung der Backups?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-data_security/security_measures"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>security_measures</key> - <path>fhpshort/data-usage/data-storage-and-security-data_security/security_measures</path> + <uri_path>fhpshort/data-usage/data-storage-and-security-data_security/security_measures</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/data_security/security_measures"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-storage-and-security-data_security"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which measures or provisions are in place to ensure data security (e.g. protection against unauthorized access, data recovery, transfer of sensitive data)?</text> - <text lang="de">Welche Maßnahmen zur Gewährleistung der Datensicherheit werden getroffen (z. B. Schutz vor unbefugtem Zugriff, Datenwiederherstellung, Übertragung sensibler Daten)?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Welche Maßnahmen zur Gewährleistung der Datensicherheit werden getroffen (z. B. Schutz vor unbefugtem Zugriff, Datenwiederherstellung, Übertragung sensibler Daten)?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-sharing-and-re-use-publication"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-sharing-and-re-use-publication"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>data-sharing-and-re-use-publication</key> - <path>fhpshort/data-usage/data-sharing-and-re-use-publication</path> + <uri_path>fhpshort/data-usage/data-sharing-and-re-use-publication</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage"/> <is_collection>True</is_collection> - <order>20</order> <title lang="en">Data sharing and re-use - Weitergabe und Veröffentlichung - dataset + Weitergabe und Veröffentlichung + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-sharing-and-re-use-publication/yesno" order="1"/> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-sharing-and-re-use-publication/explanation" order="2"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-sharing-and-re-use-publication/yesno"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>yesno</key> - <path>fhpshort/data-usage/data-sharing-and-re-use-publication/yesno</path> + <uri_path>fhpshort/data-usage/data-sharing-and-re-use-publication/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sharing/yesno"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-sharing-and-re-use-publication"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Will this dataset be published or shared?</text> - <text lang="de">Soll dieser Datensatz veröffentlicht oder geteilt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Soll dieser Datensatz veröffentlicht oder geteilt werden?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_sharing_options"/> </optionsets> @@ -1001,254 +1477,377 @@ Ebenso wie bei den Formaten gilt hier: je standardisierter, offener und etablier </question> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-sharing-and-re-use-publication/explanation"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>explanation</key> - <path>fhpshort/data-usage/data-sharing-and-re-use-publication/explanation</path> + <uri_path>fhpshort/data-usage/data-sharing-and-re-use-publication/explanation</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sharing/explanation"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/data-usage/data-sharing-and-re-use-publication"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">If no, please explain why not. Please differentiate between legal and contractual reasons and voluntary restrictions.</text> - <text lang="de">Wenn nicht, begründen Sie dies bitte und unterscheiden Sie dabei zwischen rechtlichen und/oder vertraglichen Gründen und freiwilligen Einschränkungen.</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wenn nicht, begründen Sie dies bitte und unterscheiden Sie dabei zwischen rechtlichen und/oder vertraglichen Gründen und freiwilligen Einschränkungen.</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>metadata-and-referencing</key> - <path>fhpshort/metadata-and-referencing</path> + <uri_path>fhpshort/metadata-and-referencing</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort"/> - <order>4</order> <title lang="en">Metadata and referencing Metadaten und Referenzierung + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/metadata-dataset" order="0"/> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/structure-granularity-and-referencing-structure" order="10"/> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/structure-granularity-and-referencing-pids" order="11"/> + </pages> </section> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/metadata-dataset"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/metadata-dataset"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>metadata-dataset</key> - <path>fhpshort/metadata-and-referencing/metadata-dataset</path> + <uri_path>fhpshort/metadata-and-referencing/metadata-dataset</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing"/> <is_collection>True</is_collection> - <order>0</order> <title lang="en">Metadata - Metadaten - dataset + Metadaten + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/metadata-dataset/creation_automatic" order="0"/> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/metadata-dataset/creation_semi_automatic" order="1"/> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/metadata-dataset/creation_manual" order="2"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/metadata-dataset/creation_automatic"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>creation_automatic</key> - <path>fhpshort/metadata-and-referencing/metadata-dataset/creation_automatic</path> + <uri_path>fhpshort/metadata-and-referencing/metadata-dataset/creation_automatic</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/creation_automatic"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/metadata-dataset"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which metadata are collected automatically?</text> - <text lang="de">Welche Metadaten werden automatisch erhoben?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Welche Metadaten werden automatisch erhoben?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/metadata-dataset/creation_semi_automatic"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>creation_semi_automatic</key> - <path>fhpshort/metadata-and-referencing/metadata-dataset/creation_semi_automatic</path> + <uri_path>fhpshort/metadata-and-referencing/metadata-dataset/creation_semi_automatic</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/creation_semi_automatic"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/metadata-dataset"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which metadata are collected semi-automatically?</text> - <text lang="de">Welche Metadaten werden semi-automatisch erhoben?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Welche Metadaten werden semi-automatisch erhoben?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/metadata-dataset/creation_manual"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>creation_manual</key> - <path>fhpshort/metadata-and-referencing/metadata-dataset/creation_manual</path> + <uri_path>fhpshort/metadata-and-referencing/metadata-dataset/creation_manual</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/creation_manual"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/metadata-dataset"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which metadata are collected manually?</text> - <text lang="de">Welche Metadaten werden manuell erhoben?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Welche Metadaten werden manuell erhoben?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/structure-granularity-and-referencing-structure"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/structure-granularity-and-referencing-structure"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>structure-granularity-and-referencing-structure</key> - <path>fhpshort/metadata-and-referencing/structure-granularity-and-referencing-structure</path> + <uri_path>fhpshort/metadata-and-referencing/structure-granularity-and-referencing-structure</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing"/> <is_collection>True</is_collection> - <order>10</order> <title lang="en">Structure, granularity, and referencing - Objektstruktur, Granularität und Referenzierung - dataset + Objektstruktur, Granularität und Referenzierung + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/structure-granularity-and-referencing-structure/structure" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/structure-granularity-and-referencing-structure/structure"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>structure</key> - <path>fhpshort/metadata-and-referencing/structure-granularity-and-referencing-structure/structure</path> + <uri_path>fhpshort/metadata-and-referencing/structure-granularity-and-referencing-structure/structure</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/structure"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/structure-granularity-and-referencing-structure"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">What is the structure of the data? How are the individual components of the dataset related to each other? How is the dataset related to other datasets used in the project?</text> - <text lang="de">Wie sind die Daten strukturiert? In welchem Verhältnis stehen die einzelnen Komponenten zueinander? In welchem Verhältnis steht der Datensatz zu anderen im Projekt erhobenen oder genutzten Datensätzen?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wie sind die Daten strukturiert? In welchem Verhältnis stehen die einzelnen Komponenten zueinander? In welchem Verhältnis steht der Datensatz zu anderen im Projekt erhobenen oder genutzten Datensätzen?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/structure-granularity-and-referencing-pids"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/structure-granularity-and-referencing-pids"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>structure-granularity-and-referencing-pids</key> - <path>fhpshort/metadata-and-referencing/structure-granularity-and-referencing-pids</path> + <uri_path>fhpshort/metadata-and-referencing/structure-granularity-and-referencing-pids</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing"/> <is_collection>True</is_collection> - <order>11</order> <title lang="en">Persistent Identifiers (PIDs) - persistente Identifikatoren (PIDs) The purpose of Persistent Identifiers (PIDs) is to ensure the permanent reference of (in particular) digital objects like online publications and research data. When traditional hyperlinks are used as reference, they point directly to the storage location of the data. The problem is, that if the storage location is changed, the link will not work anymore. A PID serves as an intermediate from which requests are directed to the current object location (this is called "resolving" of a PID). The PID stays the same, even if the storage location changes. While a mere hyperlink in this case would lead to nowhere, via the PID the object is still accessible. You can find more information about the mode of operation, usage and different kinds of PIDs in e.g. an <a href="http://training.dasish.eu/training/3/" target="_blank">online tutorial</a> created by the DASISH project or in the <a href="http://www.ands.org.au/guides#identify" target="_blank">information material of the Australian National Data Service (ANDS)</a> (scroll down to "Identifying data and researchers"). + dataset + persistente Identifikatoren (PIDs) Persistente Identifikatoren (PIDs) sollen die dauerhafte Referenzierung von (insbesondere) digitalen Objekten wie Publikationen oder Forschungsdaten ermöglichen. Statt, wie i.d.R. bei der Angabe eines Hyperlinks als Referenz der Fall, direkt auf den Speicherort des Objektes zu verweisen, fungiert die PID als eine Zwischeninstanz, von der aus zum Objekt weitergeleitet wird (dies nennt man „Auflösen“ der PID). Die PID bleibt gleich, auch wenn der Speicherort des Objektes sich ändert. Während ein Hyperlink in diesem Fall ins Nichts führen würde, ist das Objekt über die PID weiterhin erreichbar. Mehr Informationen zur Funktionsweise, Verwendung und verschiedenen Arten von PIDs gibt es z. B. in einem vom Projekt DASISH erstellten <a href="http://training.dasish.eu/training/3/" target="_blank">Online-Tutorial</a> oder in den <a href="http://www.ands.org.au/guides#identify" target="_blank">Informationsmaterialien des Australian National Data Service (ANDS)</a> (nach unten scrollen zu "Identifying data and researchers"). - dataset Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/structure-granularity-and-referencing-pids/yesno" order="0"/> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/structure-granularity-and-referencing-pids/system" order="2"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/structure-granularity-and-referencing-pids/yesno"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>yesno</key> - <path>fhpshort/metadata-and-referencing/structure-granularity-and-referencing-pids/yesno</path> + <uri_path>fhpshort/metadata-and-referencing/structure-granularity-and-referencing-pids/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/pids/yesno"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/structure-granularity-and-referencing-pids"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Will persistent identifiers (PIDs) be used for this data set?</text> - <text lang="de">Sollen für diesen Datensatz persistente Identifikatoren (PIDs) genutzt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Sollen für diesen Datensatz persistente Identifikatoren (PIDs) genutzt werden?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/structure-granularity-and-referencing-pids/system"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>system</key> - <path>fhpshort/metadata-and-referencing/structure-granularity-and-referencing-pids/system</path> + <uri_path>fhpshort/metadata-and-referencing/structure-granularity-and-referencing-pids/system</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/pids/system"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/metadata-and-referencing/structure-granularity-and-referencing-pids"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which system of persistent identifiers shall be used?</text> - <text lang="de">Welches System von persistenten Identifikatoren soll genutzt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Welches System von persistenten Identifikatoren soll genutzt werden?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/pid_types"/> </optionsets> @@ -1256,42 +1855,53 @@ Mehr Informationen zur Funktionsweise, Verwendung und verschiedenen Arten von PI </question> <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>legal-and-ethics</key> - <path>fhpshort/legal-and-ethics</path> + <uri_path>fhpshort/legal-and-ethics</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort"/> - <order>5</order> <title lang="en">Legal and ethics Rechtliche und ethische Fragen + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/sensitive-data-personal_data_yesno" order="1"/> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/sensitive-data-other" order="6"/> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/intellectual-property-rights-yesno" order="20"/> + </pages> </section> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/sensitive-data-personal_data_yesno"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/sensitive-data-personal_data_yesno"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>sensitive-data-personal_data_yesno</key> - <path>fhpshort/legal-and-ethics/sensitive-data-personal_data_yesno</path> + <uri_path>fhpshort/legal-and-ethics/sensitive-data-personal_data_yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics"/> <is_collection>True</is_collection> - <order>1</order> <title lang="en">Personal data - Personenbezogene Daten - dataset + Personenbezogene Daten + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/sensitive-data-personal_data_yesno/yesno" order="1"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/sensitive-data-personal_data_yesno/yesno"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>yesno</key> - <path>fhpshort/legal-and-ethics/sensitive-data-personal_data_yesno/yesno</path> + <uri_path>fhpshort/legal-and-ethics/sensitive-data-personal_data_yesno/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sensitive_data/personal_data_yesno/yesno"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/sensitive-data-personal_data_yesno"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en">European Data Protection Law may apply. The handling of personal information is regulated by law. More information (in German only) can be found in the following publications: @@ -1301,6 +1911,9 @@ The handling of personal information is regulated by law. More information (in G * <a href="http://www.gesis.org/fileadmin/upload/forschung/publikationen/gesis_reihen/gesis_methodenberichte/2012/TechnicalReport_2012-07.pdf" target="_blank">Uwe Jensen (2012): Leitlinien zum Management von Forschungsdaten. Sozialwissenschaftliche Umfragedaten. GESIS Technical Report 2012|07.</a> (esp. pp. 13 ff) * <a href="https://www.dfg.de/resource/blob/171632/383249f00d425a643bd8c120404bbff6/standards-sprachkorpora-data.pdf" target="_blank">Handreichung: Informationen zu rechtlichen Aspekten bei der Handhabung von Sprachkorpora.</a> (esp. part 1.1 and part 2.2)</help> + <text lang="en">Does this dataset contain personal data?</text> + <default_text lang="en"/> + <verbose_name lang="en"/> <help lang="de">Europäisches Recht kann Geltung haben. Das Bundesdatenschutzgesetz definiert personenbezogene Daten als „Einzelangaben über persönliche oder sachliche Verhältnisse einer bestimmten oder bestimmbaren natürlichen Person“ <a href="https://www.gesetze-im-internet.de/bdsg_2018/__3.html" target="_blank">(BDSG, §3 Abs. 1)</a> @@ -1314,122 +1927,175 @@ Der Umgang mit solchen Daten ist gesetzlich geregelt. Mehr Informationen (zwar a * <a href="http://www.gesis.org/fileadmin/upload/forschung/publikationen/gesis_reihen/gesis_methodenberichte/2012/TechnicalReport_2012-07.pdf" target="_blank">Uwe Jensen (2012): Leitlinien zum Management von Forschungsdaten. Sozialwissenschaftliche Umfragedaten. GESIS Technical Report 2012|07.</a> (v.a. S. 13ff.) * <a href="https://www.dfg.de/resource/blob/171632/383249f00d425a643bd8c120404bbff6/standards-sprachkorpora-data.pdf" target="_blank">Handreichung: Informationen zu rechtlichen Aspekten bei der Handhabung von Sprachkorpora.</a> (v.a. Teil 1.1 und Teil 2.2)</help> - <text lang="en">Does this dataset contain personal data?</text> <text lang="de">Enthält dieser Datensatz personenbezogene Daten?</text> - <verbose_name lang="en"/> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/sensitive-data-other"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/sensitive-data-other"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>sensitive-data-other</key> - <path>fhpshort/legal-and-ethics/sensitive-data-other</path> + <uri_path>fhpshort/legal-and-ethics/sensitive-data-other</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics"/> <is_collection>True</is_collection> - <order>6</order> <title lang="en">Sensitive data - Sensible Daten - dataset + Sensible Daten + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/sensitive-data-other/yesno" order="1"/> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/sensitive-data-other/description" order="2"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/sensitive-data-other/yesno"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>yesno</key> - <path>fhpshort/legal-and-ethics/sensitive-data-other/yesno</path> + <uri_path>fhpshort/legal-and-ethics/sensitive-data-other/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sensitive_data/other/yesno"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/sensitive-data-other"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en">Examples are data that contain trade or business secrets or geoinformation on endangered species.</help> - <help lang="de">Beispiele hierfür sind etwa Daten, die Betriebs- oder Geschäftsgeheimnisse oder Ortsangaben zu bedrohten Tier- oder Pflanzenarten enthalten.</help> <text lang="en">Does this dataset contain sensitive data other than personal data?</text> - <text lang="de">Enthält dieser Datensatz nicht-personenbezogene sensible Daten?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Beispiele hierfür sind etwa Daten, die Betriebs- oder Geschäftsgeheimnisse oder Ortsangaben zu bedrohten Tier- oder Pflanzenarten enthalten.</help> + <text lang="de">Enthält dieser Datensatz nicht-personenbezogene sensible Daten?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/sensitive-data-other/description"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>description</key> - <path>fhpshort/legal-and-ethics/sensitive-data-other/description</path> + <uri_path>fhpshort/legal-and-ethics/sensitive-data-other/description</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sensitive_data/other/description"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/sensitive-data-other"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">If yes, please describe the non-personal sensitive data used in the project.</text> - <text lang="de">Wenn ja, um welche nicht personenbezogenen sensiblen Daten handelt es sich?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wenn ja, um welche nicht personenbezogenen sensiblen Daten handelt es sich?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/other_sensitive_data"/> </conditions> </question> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/intellectual-property-rights-yesno"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/intellectual-property-rights-yesno"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>intellectual-property-rights-yesno</key> - <path>fhpshort/legal-and-ethics/intellectual-property-rights-yesno</path> + <uri_path>fhpshort/legal-and-ethics/intellectual-property-rights-yesno</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics"/> <is_collection>False</is_collection> - <order>20</order> <title lang="en">Intellectual property rights - Urheber- oder verwandte Schutzrechte - + Urheber- oder verwandte Schutzrechte + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/intellectual-property-rights-yesno/yesno" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/intellectual-property-rights-yesno/yesno"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>yesno</key> - <path>fhpshort/legal-and-ethics/intellectual-property-rights-yesno/yesno</path> + <uri_path>fhpshort/legal-and-ethics/intellectual-property-rights-yesno/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/legal_aspects/ipr/yesno"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/legal-and-ethics/intellectual-property-rights-yesno"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en">Data or software can be subject to intellectual or industrial property rights. Applicable laws differ broadly even within EU. According to the German copyright law (UrhG) works of literature, scholarship and the arts that can be regarded as a “personal intellectual creation” are protected by copyright. Copyright protection expires 70 years after the death of the copyright holder. @@ -1448,6 +2114,9 @@ According to § 3, copyright is also applicable to translations and other modifi Finally, according to § 4 copyright also extents to collected editions and database works. Collected editions are “collections of work, data or other independent elements that are individual intellectual creations based on the selection and arrangement of the elements”. Database works are defined as “collected editions, the elements of which are arranged in a systematic or methodical way and can be accessed individually by electronic means or in other ways”. Other relevant property rights can be trademarks, patents, utility models, plant variety rights protection, integrated circuit layout design protection, geographical indications or registered designs.</help> + <text lang="en">Does the project use and/or produce data that is protected by intellectual or industrial property rights?</text> + <default_text lang="en"/> + <verbose_name lang="en"/> <help lang="de">Daten oder Software können Urheber- oder anderen Schutzrechten unterliegen. Die Rechtslage kann selbst in der EU von Land zu Land erheblich abweichen. In Deutschland sind nach dem Urheberrechtsgesetz (UrhG) Werke der Literatur, Wissenschaft und Kunst, die eine „persönliche geistige Schöpfung“ darstellen, urheberrechtlich geschützt. Der urheberrechtliche Schutz erlischt 70 Jahre nach dem Tod der bzw. des Urheberin/s. @@ -1468,125 +2137,189 @@ Schließlich sind nach § 4 auch Sammelwerke und Datenbankwerke geschützt, was Bei einem „Datenbankwerk im Sinne des Gesetzes“ handelt es sich um ein „Sammelwerk, dessen Elemente systematisch oder methodisch angeordnet und einzeln mit Hilfe elektronischer Mittel oder auf andere Weise zugänglich sind“. Weitere relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Gebrauchsmuster, Sortenschutz [bei Pflanzenzüchtungen], Halbleiterschutz, Marken, geographische Herkunftsangaben, eingetragene Designs oder geschäftliche Bezeichnungen sein.</help> - <text lang="en">Does the project use and/or produce data that is protected by intellectual or industrial property rights?</text> <text lang="de">Werden Daten genutzt und/oder erstellt, die durch Urheber- oder verwandte Schutzrechte geschützt sind?</text> - <verbose_name lang="en"/> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/storage-and-long-term-preservation"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>storage-and-long-term-preservation</key> - <path>fhpshort/storage-and-long-term-preservation</path> + <uri_path>fhpshort/storage-and-long-term-preservation</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort"/> - <order>6</order> <title lang="en">Storage and long-term preservation Speicherung und Langzeitarchivierung + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets" order="1"/> + </pages> </section> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets"> + <page dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>long-term-preservation-datasets</key> - <path>fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets</path> + <uri_path>fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/storage-and-long-term-preservation"/> <is_collection>True</is_collection> - <order>1</order> <title lang="en">Long-term preservation - Langzeitarchivierung - dataset + Langzeitarchivierung + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets/yesno" order="0"/> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets/duration" order="1"/> + <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets/reuse_duration" order="2"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets/yesno"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>yesno</key> - <path>fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets/yesno</path> + <uri_path>fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/preservation/yesno"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Does this dataset have to preserved for the long-term?</text> - <text lang="de">Muss dieser Datensatz langfristig aufbewahrt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Muss dieser Datensatz langfristig aufbewahrt werden?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets/duration"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>duration</key> - <path>fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets/duration</path> + <uri_path>fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets/duration</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/preservation/duration"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">How long will the data be stored?</text> - <text lang="de">Wie lange müssen die Daten aufbewahrt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wie lange müssen die Daten aufbewahrt werden?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets/reuse_duration"> <uri_prefix>https://rdmo.fh-potsdam.de/terms</uri_prefix> - <key>reuse_duration</key> - <path>fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets/reuse_duration</path> + <uri_path>fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets/reuse_duration</uri_path> <dc:comment>Original H2020 question</dc:comment> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/preservation/reuse_duration"/> - <questionset dc:uri="https://rdmo.fh-potsdam.de/terms/questions/fhpshort/storage-and-long-term-preservation/long-term-preservation-datasets"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">How long is it intended that the data remains re-usable.</text> - <text lang="de">Wie lang sollen die Daten nach Projektende (nach)nutzbar sein?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wie lang sollen die Daten nach Projektende (nach)nutzbar sein?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> diff --git a/rdmorganiser/questions/horizon-europe.xml b/rdmorganiser/questions/questions-horizon-europe.xml similarity index 67% rename from rdmorganiser/questions/horizon-europe.xml rename to rdmorganiser/questions/questions-horizon-europe.xml index 375ffc0e..c30b68c1 100644 --- a/rdmorganiser/questions/horizon-europe.xml +++ b/rdmorganiser/questions/questions-horizon-europe.xml @@ -1,137 +1,138 @@ <?xml version="1.0" encoding="UTF-8"?> -<rdmo xmlns:dc="http://purl.org/dc/elements/1.1/" created="2022-05-17T02:06:28.406393+02:00"> +<rdmo xmlns:dc="http://purl.org/dc/elements/1.1/" created="2024-03-12T14:55:42.451455+01:00" version="2.1.3"> <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>horizon-europe</key> - <dc:comment>RDMO questionnaire for the funding framework program "Horizon Europe" (2021-2027) of the European Commission</dc:comment> + <uri_path>horizon-europe</uri_path> + <dc:comment>RDMO questionnaire for the funding framework program "Horizon Europe" (2021-2027) of the European Commission</dc:comment> <order>5</order> <title lang="en">Horizon Europe - This catalog is intended for research projects funded by EU Horizon Europe. It is compiled according to the <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Data Management Plan Template, Version 1.0 from May 5, 2021</a>. Some of the EU questions are broken down into sub-questions. In addition, for many questions there is the option of answering the question on a dataset-specific basis. There is a suitable view for the output of the data management plan, which + This catalog is intended for research projects funded by EU Horizon Europe. It is compiled according to the <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Data Management Plan Template, Version 1.0 from May 5, 2021</a>. Some of the EU questions are broken down into sub-questions. In addition, for many questions there is the option of answering the question on a dataset-specific basis. There is a suitable view for the output of the data management plan, which - outputs the data management plan in the deliverable form desired by the EU; - uses the original EU questions; - automatically inserts references to questions that have already been asked in a similar form. Horizon Europe - Dieser Katalog ist für Forschungsprojekte bestimmt, die durch die Europäische Kommission im Förderprogramm Horizon Europe finanziert werden. Er ist nach der <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Vorlage für Datenmanagementplan, Version 1.0 vom 5. Mai 2021</a> zusammengestellt. Einige der EU-Fragen sind in Unterfragen untergliedert. Darüber hinaus besteht bei vielen Fragen die Möglichkeit, die Frage datensatzspezifisch zu beantworten. Für den Output des Datenmanagementplans gibt es eine passende Ansicht, die + Dieser Katalog ist für Forschungsprojekte bestimmt, die durch die Europäische Kommission im Förderprogramm Horizon Europe finanziert werden. Er ist nach der <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Vorlage für Datenmanagementplan, Version 1.0 vom 5. Mai 2021</a> zusammengestellt. Einige der EU-Fragen sind in Unterfragen untergliedert. Darüber hinaus besteht bei vielen Fragen die Möglichkeit, die Frage datensatzspezifisch zu beantworten. Für den Output des Datenmanagementplans gibt es eine passende Ansicht, die - den Datenmanagementplan in der von der EU gewünschten lieferbaren Form ausgibt; - die ursprünglichen EU-Fragen verwendet; - automatisch Verweise auf Fragen einfügt, die bereits in ähnlicher Form gestellt wurden. - Horizon Europe - Este catálogo está destinado a proyectos de investigación financiados por la Comisión Europea en el programa Horizon Europe. Se ha elaborado de acuerdo con la <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Plantilla de Plan de Gestión de Datos, Versión 1.0 del 5 de mayo de 2021</a>. Algunas de las preguntas de la UE se desglosan en subpreguntas. Además, para muchas preguntas existe la opción de responder a la pregunta en referencia a síngulos conjuntos de datos. Existe una vista adecuada para la salida del plan de gestión de datos, que - -- produce el plan de gestión de datos en la forma deseada por la UE; -- utiliza las preguntas originales de la UE; -- inserta automáticamente referencias a preguntas que ya se han formulado de forma similar. Horizon Europe - Ce catalogue est destiné aux projets de recherche financés par la Commission Européenne dans le cadre du programme Horizon Europe. Il est compilé selon le <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Modèle de Plan de gestion de données, Version 1.0 du 5 mai 2021</a>. Certaines questions de l'UE sont divisées en sous-questions. En outre, pour de nombreuses questions, il est possible de répondre à la question pour chaque jeu de données. Il existe une « vue » appropriée pour la sortie du plan de gestion des données, qui + Ce catalogue est destiné aux projets de recherche financés par la Commission Européenne dans le cadre du programme Horizon Europe. Il est compilé selon le <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Modèle de Plan de gestion de données, Version 1.0 du 5 mai 2021</a>. Certaines questions de l'UE sont divisées en sous-questions. En outre, pour de nombreuses questions, il est possible de répondre à la question pour chaque jeu de données. Il existe une « vue » appropriée pour la sortie du plan de gestion des données, qui - produit le plan de gestion des données sous la forme livrable souhaitée par l'UE ; - utilise les questions originales de l'UE ; - insère automatiquement des références à des questions qui ont déjà été posées sous une forme similaire. Horizon Europe - Questo catalogo è destinato ai progetti di ricerca finanziati dalla Commissione Europea nell'ambito del programma Horizon Europe. È compilato in base al <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Modello di Piano di Gestione dei Dati, Versione 1.0 del 5 maggio 2021</a>. Alcune delle domande dell'UE sono suddivise in sotto-domande. Inoltre, per molte domande c'è la possibilità di rispondere alla domanda in riferimento alla singola raccolta di dati. Esiste una visualizzazione adeguata per l'output del piano di gestione dei dati, che + Questo catalogo è destinato ai progetti di ricerca finanziati dalla Commissione Europea nell'ambito del programma Horizon Europe. È compilato in base al <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Modello di Piano di Gestione dei Dati, Versione 1.0 del 5 maggio 2021</a>. Alcune delle domande dell'UE sono suddivise in sotto-domande. Inoltre, per molte domande c'è la possibilità di rispondere alla domanda in riferimento alla singola raccolta di dati. Esiste una visualizzazione adeguata per l'output del piano di gestione dei dati, che - produce il piano di gestione dei dati nella forma desiderata dall'UE; - utilizza le domande originali dell'UE; - inserisce automaticamente i riferimenti alle domande che sono già state poste in una forma simile. + Horizon Europe + Este catálogo está destinado a proyectos de investigación financiados por la Comisión Europea en el programa Horizon Europe. Se ha elaborado de acuerdo con la <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Plantilla de Plan de Gestión de Datos, Versión 1.0 del 5 de mayo de 2021</a>. Algunas de las preguntas de la UE se desglosan en subpreguntas. Además, para muchas preguntas existe la opción de responder a la pregunta en referencia a síngulos conjuntos de datos. Existe una vista adecuada para la salida del plan de gestión de datos, que + +- produce el plan de gestión de datos en la forma deseada por la UE; +- utiliza las preguntas originales de la UE; +- inserta automáticamente referencias a preguntas que ya se han formulado de forma similar. + +
+
+
+
+
+
+
+
+
https://rdmorganiser.github.io/terms - general - horizon-europe/general + horizon-europe/general - - 0 General Allgemeines - General Général Generale + General + + +
- + https://rdmorganiser.github.io/terms - general - horizon-europe/general/general + horizon-europe/general/general -
- False - 1 Basic information on the project - This questionnaire is intended for research projects funded by EU Horizon Europe. It is compiled according to the <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Data Management Plan Template, Version 1.0 from May 5, 2021</a>. Some of the EU questions are broken down into sub-questions. In addition, for many questions there is the option of answering the question on a dataset-specific basis. There is a suitable view for the output of the data management plan, which + This questionnaire is intended for research projects funded by EU Horizon Europe. It is compiled according to the <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Data Management Plan Template, Version 1.0 from May 5, 2021</a>. Some of the EU questions are broken down into sub-questions. In addition, for many questions there is the option of answering the question on a dataset-specific basis. There is a suitable view for the output of the data management plan, which - outputs the data management plan in the deliverable form desired by the EU, - uses the original EU questions, - automatically inserts references to questions that have already been asked in a similar form - Eckdaten zum Projekt - Dieser Fragenkatalog ist für Forschungsprojekte gedacht, die durch EU Horizont Europa gefördert werden. Er ist nach dem <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Data Management Plan Template, Version 1.0 vom 5. Mai 2021</a>, zusammengestellt. Einige der EU-Fragen sind in Teilfragen aufgegliedert. Außerdem besteht bei vielen Fragen die Möglichkeit, die Frage datensatzspezifisch zu beantworten. Für die Ausgabe des Datenmanagementplans gibt es eine passende Ansicht, die + Dieser Fragenkatalog ist für Forschungsprojekte gedacht, die durch EU Horizont Europa gefördert werden. Er ist nach dem <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Data Management Plan Template, Version 1.0 vom 5. Mai 2021</a>, zusammengestellt. Einige der EU-Fragen sind in Teilfragen aufgegliedert. Außerdem besteht bei vielen Fragen die Möglichkeit, die Frage datensatzspezifisch zu beantworten. Für die Ausgabe des Datenmanagementplans gibt es eine passende Ansicht, die - den Datenmanagementplan in der von der EU gewünschte Deliverable-Form ausgibt - die originalen EU-Fragen einsetzt - automatisch Verweise auf Fragen einfügt, die in ähnlicher Form schon einmal gestellt worden sind - - Informaciones generales sobre el proyecto - ..... - - Informations générales sur le projet - Ce questionnaire est destiné aux projets de recherche financés par EU Horizon Europe. Il est compilé selon le <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Modèle de plan de gestion des données, version 1.0 du 5 mai 2021</a>. Certaines des questions de l'UE sont divisées en sous-questions. De plus, nombreuses questions doivent être répondues specifiquement pour chaque jeu de données. Il existe une vue appropriée pour la génération du plan de gestion des données, qui + Ce questionnaire est destiné aux projets de recherche financés par EU Horizon Europe. Il est compilé selon le <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Modèle de plan de gestion des données, version 1.0 du 5 mai 2021</a>. Certaines des questions de l'UE sont divisées en sous-questions. De plus, nombreuses questions doivent être répondues specifiquement pour chaque jeu de données. Il existe une vue appropriée pour la génération du plan de gestion des données, qui - produit le plan de gestion des données sous la forme livrable souhaitée par l'UE, - utilise les questions originales de l'UE, - insère automatiquement des références à des questions déjà posées sous une forme similaire - Informazioni generali sul progetto - Questo questionario è inteso per progetti di ricerca finanziati tramite Horizon EU. È compilato secondo il modello <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx" target=_blank>Modello di piano di gestione dei dati, versione 1.0 del 5 maggio 2021</a>. Alcune delle domande della EU sono state suddivise in sotto-quesiti. Per alcune domande, le risposte vanno riferite alle singole racolte di dati. Per l'esportazione del piano di gestione dei dati esiste una vista/template specifica, + Questo questionario è inteso per progetti di ricerca finanziati tramite Horizon EU. È compilato secondo il modello <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx" target=_blank>Modello di piano di gestione dei dati, versione 1.0 del 5 maggio 2021</a>. Alcune delle domande della EU sono state suddivise in sotto-quesiti. Per alcune domande, le risposte vanno riferite alle singole racolte di dati. Per l'esportazione del piano di gestione dei dati esiste una vista/template specifica, - compatibile con il template richiesto dall'EU - contenente le domande originali dell'EU - che inserisce automaticamente riferimenti a domande simili già risposte in precedenza. - + Informaciones generales sobre el proyecto + ..... + + + + + + + + + - + https://rdmorganiser.github.io/terms - grant_nr - horizon-europe/general/general/grant_nr + horizon-europe/general/general/grant_nr - False False - 1 With which grant number was the funding awarded? Project reference number: - Wie lautet das Förderkennzeichen dieser Förderung? Projektnummer: - - ¿Abajo qué número fue emitido el financiamiento de este proyecto? - Número del proyecto: - - - - Avec quel numéro de subvention le financement a-t-il été accordé ? - Numéro du projet : + Avec quel numéro de subvention le financement a-t-il été accordé ? + Numéro du projet : - Qual è il numero sequenziale assegnato dal finanziatore a questo progetto? Numero del progetto: - + ¿Abajo qué número fue emitido el financiamiento de este proyecto? + Número del proyecto: + + text @@ -146,39 +147,31 @@ https://rdmorganiser.github.io/terms - acronym - horizon-europe/general/general/acronym + horizon-europe/general/general/acronym - False False - 2 Short title / acronym of the project Project acronym: - Kurztitel / Akronym des Projekts Projektakronym: - - Título corto / acrónimo del proyecto - Acrónimo del proyecto: - - - Titre court / acronyme du projet - Acronyme du projet : + Acronyme du projet : - Titolo breve / acronimo del progetto Acronimo del progetto: - + Título corto / acrónimo del proyecto + Acrónimo del proyecto: + + text @@ -193,39 +186,31 @@ https://rdmorganiser.github.io/terms - project_name - horizon-europe/general/general/project_name + horizon-europe/general/general/project_name - False False - 3 Full title of the project Project title: - Titel des Projektes Projekttitel: - - Título completo del proyecto - Título del proyecto: - - - Titre complet du projet - Titre du projet : + Titre du projet : - Titolo esteso del progetto Titolo del progetto: - + Título completo del proyecto + Título del proyecto: + + text @@ -240,39 +225,31 @@ https://rdmorganiser.github.io/terms - last_update - horizon-europe/general/general/last_update + horizon-europe/general/general/last_update - False False - 4 Today's date Date: - Heutiges Datum Datum: - - Fecha de hoy - Fecha: - - - Date d'aujourd'hui - Date : + Date : - Data di oggi Data: - + Fecha de hoy + Fecha: + + date @@ -287,39 +264,31 @@ https://rdmorganiser.github.io/terms - dmp_version - horizon-europe/general/general/dmp_version + horizon-europe/general/general/dmp_version Optionset - False False - 5 Which version of the data management plan is this? DMP version: - Um welche DMP-Version handelt es sich hier? DMP-Version: - - ¿De qué versión del plan de gestión de los datos se trata? - Versión del plan: - - - - De quelle version du plan de gestion des données s'agit-il ? - Version du plan : + De quelle version du plan de gestion des données s'agit-il ? + Version du plan : - Che versione del piano di gestione dei dati è questa? Versione del piano: - + ¿De qué versión del plan de gestión de los datos se trata? + Versión del plan: + + text @@ -334,110 +303,103 @@
https://rdmorganiser.github.io/terms - data_summary - horizon-europe/data_summary + horizon-europe/data_summary - - 1 Disciplinary and and technical classification of data Inhaltliche und technische Einordnung - Clasificación disciplinar y técnica de los datos Classification disciplinaire et technique des données Classificazione dei dati sotto il profilo disciplinare e tecnico + Clasificación disciplinar y técnica de los datos + + + + + + + +
- + https://rdmorganiser.github.io/terms - data-generation - horizon-europe/data_summary/data-generation + horizon-europe/data_summary/data-generation -
- True - 1 Created or re-used - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>Will you re-use any existing data and what will you re-use it for? State the reasons if re-use of any existing data has been considered but discarded.</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>Will you re-use any existing data and what will you re-use it for? State the reasons if re-use of any existing data has been considered but discarded.</i> -The information on the data generated or used in the project is structured according to "datasets". The definition of what a dataset is in each case is an important conceptual decision that has to be made individually for each plan or project. For example, a data set can consist of more data files of different types (numeric, image, text...) grouped together, which collect exhaustedly all results coming from an investigation series on a given research object. +The information on the data generated or used in the project is structured according to "datasets". The definition of what a dataset is in each case is an important conceptual decision that has to be made individually for each plan or project. For example, a data set can consist of more data files of different types (numeric, image, text...) grouped together, which collect exhaustedly all results coming from an investigation series on a given research object. -The "datasets" that are described here in the data management plan can be delimited in the same way as those that are later stored in the repository as datasets, provided there are not too many and the readability of the data management plan does not suffer due to the large number. If, for example, large amounts of data all have the same history, but then have to be split up so that the data can be uploaded and downloaded via the web in a reasonable time, planning should better be summarized here. Research data that require uniform or at least similar data management could be summarized here as a "dataset". +The "datasets" that are described here in the data management plan can be delimited in the same way as those that are later stored in the repository as datasets, provided there are not too many and the readability of the data management plan does not suffer due to the large number. If, for example, large amounts of data all have the same history, but then have to be split up so that the data can be uploaded and downloaded via the web in a reasonable time, planning should better be summarized here. Research data that require uniform or at least similar data management could be summarized here as a "dataset". It is of course possible to define only one data record on the whole. This can also be done if it is not yet clear in the initial phase of the project how the research data will be divided up. You can add more datasets later if necessary. Existing datasets can be renamed by clicking on the pencil symbol. dataset - datasets Erzeugt oder nachgenutzt - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>Will you re-use any existing data and what will you re-use it for? State the reasons if re-use of any existing data has been considered but discarded.</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>Will you re-use any existing data and what will you re-use it for? State the reasons if re-use of any existing data has been considered but discarded.</i> -Die Angaben zu den im Projekt erzeugten oder verwendeten Daten sind nach "Datensätzen" strukturiert. Die Definition dessen, was jeweils ein Datensatz ist, ist eine wichtige konzeptionelle Entscheidung, die für jedes Vorhaben bzw. Projekt individuell getroffen werden muss. Ein Datensatz kann beispielweise aus mehreren zusammen gruppierten Dateien verschiedener Arten (numerisch, bild- oder textbasiert...) bestehen, die alle aus einer Versuchsreihe auf einem definierten Versuchsobjekt entstandenen Ergebnisse enthalten. +Die Angaben zu den im Projekt erzeugten oder verwendeten Daten sind nach "Datensätzen" strukturiert. Die Definition dessen, was jeweils ein Datensatz ist, ist eine wichtige konzeptionelle Entscheidung, die für jedes Vorhaben bzw. Projekt individuell getroffen werden muss. Ein Datensatz kann beispielweise aus mehreren zusammen gruppierten Dateien verschiedener Arten (numerisch, bild- oder textbasiert...) bestehen, die alle aus einer Versuchsreihe auf einem definierten Versuchsobjekt entstandenen Ergebnisse enthalten. -Die "Datensätze", die hier im Datenmanagementplan beschrieben werden, können genauso abgegrenzt sein wie die, die später im Repositorium als Datensätze gespeichert werden, sofern es nicht zu viele sind und die Lesbarkeit des Datenmanagementplans nicht durch die Vielzahl leidet. Wenn beispielsweise große Datenmengen alle die gleiche Entstehungsgeschichte haben, dann aber aufgeteilt werden müssen, damit die Daten in vernünftiger Zeit über das Web hoch- und heruntergeladen werden können, sollte hier besser zusammengefasst geplant werden. Als "Datensatz" könnten solche Forschungsdaten hier zusammengefasst werden, die ein einheitliches oder zumindest ähnliches Datenmanagement benötigen. +Die "Datensätze", die hier im Datenmanagementplan beschrieben werden, können genauso abgegrenzt sein wie die, die später im Repositorium als Datensätze gespeichert werden, sofern es nicht zu viele sind und die Lesbarkeit des Datenmanagementplans nicht durch die Vielzahl leidet. Wenn beispielsweise große Datenmengen alle die gleiche Entstehungsgeschichte haben, dann aber aufgeteilt werden müssen, damit die Daten in vernünftiger Zeit über das Web hoch- und heruntergeladen werden können, sollte hier besser zusammengefasst geplant werden. Als "Datensatz" könnten solche Forschungsdaten hier zusammengefasst werden, die ein einheitliches oder zumindest ähnliches Datenmanagement benötigen. Selbstverständlich ist es möglich, nur einen Datensatz zu definieren. So kann auch vorgegangen werden, wenn in der Anfangsphase des Projekts noch nicht klar ist, wie die Forschungsdaten einmal eingeteilt sein werden. Später können Sie bei Bedarf weitere Datensätze hinzufügen. Bereits vorhandene Datensätze können durch Klicken auf das Bleistiftsymbol umbenannt werden. Datensatz - Datensätze - Creados o reutilizados - ..... - colección de datos - colecciones de datos Créé ou réutilisé - <i>Réutiliserez-vous des données existantes et dans quels buts ? Indiquez les raisons si la réutilisation de données existantes a été envisagée mais rejetée.</i> + <i>Réutiliserez-vous des données existantes et dans quels buts ? Indiquez les raisons si la réutilisation de données existantes a été envisagée mais rejetée.</i> -Les informations sur les données générées ou utilisées dans le projet sont structurées en « jeux de données ». La définition de ce qu'est un ensemble de données dans chaque cas est une décision conceptuelle importante qui doit être prise individuellement pour chaque plan ou projet. Par exemple, un jeu de données peut être constitué de plusieurs fichiers de données de différents types (numérique, image, texte...) regroupés, qui collectent de manière exhaustive tous les résultats issus d'une série d'investigation sur un objet de recherche donné. +Les informations sur les données générées ou utilisées dans le projet sont structurées en « jeux de données ». La définition de ce qu'est un ensemble de données dans chaque cas est une décision conceptuelle importante qui doit être prise individuellement pour chaque plan ou projet. Par exemple, un jeu de données peut être constitué de plusieurs fichiers de données de différents types (numérique, image, texte...) regroupés, qui collectent de manière exhaustive tous les résultats issus d'une série d'investigation sur un objet de recherche donné. -Les jeux de données qui sont décrits ici dans le plan de gestion des données peuvent être délimités de la même manière que ceux qui sont ensuite stockés dans le dépôt en tant que jeux de données, à condition qu'il n'y en ait pas trop et que la lisibilité du plan de gestion des données n'en souffre pas. Si, par exemple, de grandes quantités de données ont toutes le même historique, mais doivent ensuite être divisées afin que les données puissent être chargées et téléchargées via le Web dans un délai raisonnable, la planification devrait être mieux résumée ici. Les données de recherche qui nécessitent une gestion des données uniforme ou au moins similaire pourraient être résumées ici sous la forme d'un « ensemble de données ». +Les jeux de données qui sont décrits ici dans le plan de gestion des données peuvent être délimités de la même manière que ceux qui sont ensuite stockés dans le dépôt en tant que jeux de données, à condition qu'il n'y en ait pas trop et que la lisibilité du plan de gestion des données n'en souffre pas. Si, par exemple, de grandes quantités de données ont toutes le même historique, mais doivent ensuite être divisées afin que les données puissent être chargées et téléchargées via le Web dans un délai raisonnable, la planification devrait être mieux résumée ici. Les données de recherche qui nécessitent une gestion des données uniforme ou au moins similaire pourraient être résumées ici sous la forme d'un « ensemble de données ». Il est bien sûr possible de ne définir qu'un seul enregistrement de données au total. Cela peut également être fait s'il n'est pas encore clair dans la phase initiale du projet comment les données de recherche seront réparties. Vous pouvez ajouter d'autres ensembles de données ultérieurement si nécessaire. Les ensembles de données existants peuvent être renommés en cliquant sur le symbole crayon. jeu de données - jeu de données Creati o riutilizzati ..... raccolta di dati - raccolta di dati + Creados o reutilizados + ..... + colección de datos + + + + + - + https://rdmorganiser.github.io/terms - origin - horizon-europe/data_summary/data-generation/origin + horizon-europe/data_summary/data-generation/origin - False False - 1 Before data are newly created, it is advisable to check if there are existing data that could be re-used. This way, redundant collection or creation of research data is prevented. This saves efforts and costs. -The <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>sub-question</a> <i>"and what will you re-use them for?"</i> is asked again in a very similar form in the sub-section "Purpose" and can be answered there. If you use the Horizon Europe view to output this data management plan (DMP), a reference to the later question is automatically placed at this point. This is how the view behaves for all duplicate questions included in the <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Horizon Europe Data Management Plan Template</a>. In addition, the view brings the DMP into the deliverable form favoured by Horizon Europe. +The <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>sub-question</a> <i>"and what will you re-use them for?"</i> is asked again in a very similar form in the sub-section "Purpose" and can be answered there. If you use the Horizon Europe view to output this data management plan (DMP), a reference to the later question is automatically placed at this point. This is how the view behaves for all duplicate questions included in the <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Horizon Europe Data Management Plan Template</a>. In addition, the view brings the DMP into the deliverable form favoured by Horizon Europe. Is the dataset being created or re-used? - Vor der Erzeugung von Daten empfiehlt es sich zu prüfen, ob bereits vorhandene Daten nachgenutzt werden können. Die Vermeidung doppelter Erhebungen spart Aufwand und Kosten. -Die <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Teilfrage</a> <i>"and what will you re-use it for?"</i> wird im Unterabschnitt "Zweckbestimmung" noch einmal in ganz ähnlicher Form gestellt und kann dort beantwortet werden. Wenn Sie die Ansicht Horizon Europe für die Ausgabe dieses Datenmanagementplans (DMP) nutzen, wird an dieser Stelle automatisch ein Verweis auf die spätere Frage platziert. So verfährt die Ansicht bei allen doppelt vorhandenen Fragen, die im <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Horizon Europe Data Management Plan Template</a> enthalten sind. Außerdem bringt die Ansicht den DMP in die von Horizon Europe gewünschte Deliverable-Form. +Die <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Teilfrage</a> <i>"and what will you re-use it for?"</i> wird im Unterabschnitt "Zweckbestimmung" noch einmal in ganz ähnlicher Form gestellt und kann dort beantwortet werden. Wenn Sie die Ansicht Horizon Europe für die Ausgabe dieses Datenmanagementplans (DMP) nutzen, wird an dieser Stelle automatisch ein Verweis auf die spätere Frage platziert. So verfährt die Ansicht bei allen doppelt vorhandenen Fragen, die im <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Horizon Europe Data Management Plan Template</a> enthalten sind. Außerdem bringt die Ansicht den DMP in die von Horizon Europe gewünschte Deliverable-Form. Wird der Datensatz selbst erzeugt oder nachgenutzt? - - ..... - La colección de datos ¿se está creando durante el proyecto o es reutilizada? - - - Avant de créer de nouvelles données, il est conseillé de vérifier s'il existe des données existantes qui pourraient être réutilisées. De cette façon, la collecte ou la création de données de recherche redondantes est évitée. Cela permet d'économiser des efforts et des coûts. -La sous-question <i>"et dans quel but allez-vous les réutiliser ?"</i> est posée à nouveau sous une forme très similaire dans la sous-section "Objectif" et peut être répondue à cet endroit. Si vous utilisez la vue Horizon Europe pour générer ce plan de gestion des données (DMP), une référence à la dernière question est automatiquement placée à ce stade. Voici comment se comporte la vue pour toutes les questions en double incluses dans le <a>Modèle de plan de gestion des données Horizon Europe</a>. De plus, la vue amène le DMP dans la forme livrable privilégiée par Horizon Europe. - Le jeu de données est-il créé dans le projet ou réutilisé ? +La sous-question <i>"et dans quel but allez-vous les réutiliser ?"</i> est posée à nouveau sous une forme très similaire dans la sous-section "Objectif" et peut être répondue à cet endroit. Si vous utilisez la vue Horizon Europe pour générer ce plan de gestion des données (DMP), une référence à la dernière question est automatiquement placée à ce stade. Voici comment se comporte la vue pour toutes les questions en double incluses dans le <a>Modèle de plan de gestion des données Horizon Europe</a>. De plus, la vue amène le DMP dans la forme livrable privilégiée par Horizon Europe. + Le jeu de données est-il créé dans le projet ou réutilisé ? - Prima che i dati siano creati, è consigliabile verificare l'esistenza di dati che possano essere riutilizzati. In questo modo, si evita la creazione o raccolta di dati ridondanti. Questo permette di risparmiare sforzi e fondi. -La domanda <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx" target=_blank>sub-question</a> <i> a che scopo si possono riutilizzare dati?" <i> è posta nuovamente in modo molto simile nella sottosezione "scopi" e può essere risposta lì. Se si utilizza la view di Horizon Europe per produrre questo piano di gestione dei dati (DMP), un riferimento all'ultima domanda viene automaticamente posto a questo punto. È così che la view si comporta per tutte le domande duplicate incluse in <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx" target=_blank>Horizon Europe Data Management Plan Template</a>. Inoltre, questo converte il DMP nel formato inviabile designato da Horizon Europe. +La domanda <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx" target=_blank>sub-question</a> <i> a che scopo si possono riutilizzare dati?" <i> è posta nuovamente in modo molto simile nella sottosezione "scopi" e può essere risposta lì. Se si utilizza la view di Horizon Europe per produrre questo piano di gestione dei dati (DMP), un riferimento all'ultima domanda viene automaticamente posto a questo punto. È così che la view si comporta per tutte le domande duplicate incluse in <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx" target=_blank>Horizon Europe Data Management Plan Template</a>. Inoltre, questo converte il DMP nel formato inviabile designato da Horizon Europe. La raccolta di dati è stata creata nel progetto o riutilizzata? - + ..... + La colección de datos ¿se está creando durante el proyecto o es reutilizada? + + radio @@ -454,39 +416,31 @@ La domanda <a href="https://ec.europa.eu/info/funding-tenders/opportunities/d https://rdmorganiser.github.io/terms - existing - horizon-europe/data_summary/data-generation/existing + horizon-europe/data_summary/data-generation/existing - False False - 2 If created, are already existing, similar research data available and why is their subsequent use not possible or useful here? - Wenn selbst erzeugt, sind bereits existierende, ähnliche Forschungsdaten verfügbar und warum ist deren Nachnutzung hier nicht möglich bzw. sinnvoll? - - - Si se crean, ¿existen ya datos de investigación similares disponibles y por qué su uso posterior no es posible o útil aquí? - - - - Si elles ont été créées, existe-t-il déjà des données de recherche similaires et pourquoi leur utilisation ultérieure n'est-elle pas possible ou utile ici ? + Si elles ont été créées, existe-t-il déjà des données de recherche similaires et pourquoi leur utilisation ultérieure n'est-elle pas possible ou utile ici ? - Se creati, sono già esistenti simili dati di ricerca, e perchè il loro utilizzo non è possibile o utile qui? - + + Si se crean, ¿existen ya datos de investigación similares disponibles y por qué su uso posterior no es posible o útil aquí? + + textarea @@ -499,48 +453,41 @@ La domanda <a href="https://ec.europa.eu/info/funding-tenders/opportunities/d - + https://rdmorganiser.github.io/terms - type - horizon-europe/data_summary/type + horizon-europe/data_summary/type -
- True - 2 Data type - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>What types and formats of data will the project generate or re-use?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>What types and formats of data will the project generate or re-use?</i> dataset - datasets Datentyp - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>What types and formats of data will the project generate or re-use?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>What types and formats of data will the project generate or re-use?</i> Datensatz - Datensätze - Tipo de datos - ..... - colección de datos - colecciones de datos Type de données - Quels types et formats de données le projet générera-t-il ou réutilisera-t-il ? + Quels types et formats de données le projet générera-t-il ou réutilisera-t-il ? jeu de données - jeux de données Tipo di dati ..... raccolta di dati - raccolte di dati + Tipo de datos + ..... + colección de datos + + + + + - + https://rdmorganiser.github.io/terms - data_kind - horizon-europe/data_summary/type/data_kind + horizon-europe/data_summary/type/data_kind - False False - 3 Please briefly describe the data type and / or the method used to create or collect the data, for example: * quantitative online survey @@ -551,7 +498,6 @@ Please also explain whether this is a fixed data set stored at a certain point i What kind of dataset is it? - Bitte beschreiben Sie hier kurz, um welchen Datentyp es sich handelt und mit welcher Methode die Daten erhoben oder erstellt wurden, z. B.: * quantitative Online-Befragung @@ -562,18 +508,6 @@ Bitte erläutern Sie ergänzend, ob es sich um einen festen, zu einem bestimmten Um was für einen Datensatz handelt es sich? - - Describa brevemente el tipo de datos y/o el método utilizado para crear o recopilar los datos, por ejemplo: - -* encuesta cuantitativa en línea -* modelo 3D / reconstrucción digital de un asentamiento de la edad de piedra -* software desarrollado dentro del proyecto - -Explique también si se trata de una colección de datos fijo almacenado en un momento determinado o si se crea dinámicamente durante un período de tiempo determinado. - ¿Qué tipo de datos trata? - - - Veuillez décrire brièvement le type de données et/ou la méthode utilisée pour créer ou collecter les données, par exemple: * enquête quantitative en ligne @@ -581,10 +515,9 @@ Explique también si se trata de una colección de datos fijo almacenado en un m * logiciel développé dans le cadre du projet Veuillez également expliquer si l'ensemble de données est fixe et stocké à un certain moment ou s'il est dynamique, c'est-à-dire créé en continu sur une certaine période. - De quel type de jeu de données s'agit-il ? + De quel type de jeu de données s'agit-il ? - Si prega di descrivere succintamente il tipo di dati e/o il metodo utilizzato per la generazione o collezione dei dati, ad esempio: * sondaggio quantitativo in linea @@ -595,7 +528,16 @@ Si prega di spiegare anche se la raccolta di dati è fissa e memorizzata in un c Di che tipo di dati si tratta? - + Describa brevemente el tipo de datos y/o el método utilizado para crear o recopilar los datos, por ejemplo: + +* encuesta cuantitativa en línea +* modelo 3D / reconstrucción digital de un asentamiento de la edad de piedra +* software desarrollado dentro del proyecto + +Explique también si se trata de una colección de datos fijo almacenado en un momento determinado o si se crea dinámicamente durante un período de tiempo determinado. + ¿Qué tipo de datos trata? + + textarea @@ -610,39 +552,31 @@ Si prega di spiegare anche se la raccolta di dati è fissa e memorizzata in un c https://rdmorganiser.github.io/terms - data_format - horizon-europe/data_summary/type/data_format + horizon-europe/data_summary/type/data_format - True False - 4 - When choosing a data format, one should consider the consequences for collaborative use, long-term preservation as well as re-use. It is advisable to prefer formats that are standardised, open, non-proprietary and well-established in the respective scholarly community. Recommendations can be found in <a href="https://www.howtofair.dk/how-to-fair/file-formats/" target="_blank">How to FAIR</a>, for example. + When choosing a data format, one should consider the consequences for collaborative use, long-term preservation as well as re-use. It is advisable to prefer formats that are standardised, open, non-proprietary and well-established in the respective scholarly community. Recommendations can be found in <a href="https://www.howtofair.dk/how-to-fair/file-formats/" target="_blank">How to FAIR</a>, for example. Which file formats are used? - - Bei der Wahl des Dateiformates sollten auch die Konsequenzen für die kollaborative Nutzung, die Langzeitarchivierung sowie die Nachnutzung beachtet werden. Es empfiehlt sich, möglichst standardisierte, nicht-proprietäre und allgemein bzw. in der spezifischen Community verbreitete Formate zu nutzen. Empfehlungen sind z. B. unter <a href="https://www.forschungsdaten.info/themen/veroeffentlichen-und-archivieren/formate-erhalten/" target="_blank">forschungsdaten.info</a> zu finden. + Bei der Wahl des Dateiformates sollten auch die Konsequenzen für die kollaborative Nutzung, die Langzeitarchivierung sowie die Nachnutzung beachtet werden. Es empfiehlt sich, möglichst standardisierte, nicht-proprietäre und allgemein bzw. in der spezifischen Community verbreitete Formate zu nutzen. Empfehlungen sind z. B. unter <a href="https://www.forschungsdaten.info/themen/veroeffentlichen-und-archivieren/formate-erhalten/" target="_blank">forschungsdaten.info</a> zu finden. In welchen Formaten liegen die Daten vor? - - Al elegir un formato de datos, se deben considerar las consecuencias para el uso colaborativo, la conservación a largo plazo y la reutilización. Es recomendable preferir formatos estandarizados, abiertos, no propietarios y bien establecidos en la comunidad académica respectiva. - ¿Qué formatos de archivo se utilizan? - - - Lors du choix d'un format de données, il convient de tenir compte des conséquences pour l'utilisation collaborative, la conservation à long terme ainsi que la réutilisation. Il est conseillé de préférer des formats standardisés, ouverts, non propriétaires et bien établis dans la communauté respective. - Quels formats de fichiers sont utilisés ? + Quels formats de fichiers sont utilisés ? - Nella scelta di un formato di dati bisogna tenere conto delle consequenze per l'utilizzo condiviso, la conservazione a lungo termine e il riutilizzo. Si raccomanda di usare dove possibile dei formati standard, aperti e generici o per lo meno ben stabiliti nella comunità rispettiva. Quali formati di file vengono utilizzati? - + Al elegir un formato de datos, se deben considerar las consecuencias para el uso colaborativo, la conservación a largo plazo y la reutilización. Es recomendable preferir formatos estandarizados, abiertos, no propietarios y bien establecidos en la comunidad académica respectiva. + ¿Qué formatos de archivo se utilizan? + + checkbox @@ -657,73 +591,60 @@ Si prega di spiegare anche se la raccolta di dati è fissa e memorizzata in un c - + https://rdmorganiser.github.io/terms - purpose - horizon-europe/data_summary/purpose + horizon-europe/data_summary/purpose -
- True - 3 Purpose - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>What is the purpose of the data generation or re-use and its relation to the objectives of the project?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>What is the purpose of the data generation or re-use and its relation to the objectives of the project?</i> dataset - datasets Zweckbestimmung - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>What is the purpose of the data generation or re-use and its relation to the objectives of the project?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>What is the purpose of the data generation or re-use and its relation to the objectives of the project?</i> Datensatz - Datensätze - Objetivo - ..... - colección de datos - colecciones de datos Objectif - Quel est le but de la génération ou de la réutilisation des données et sa relation avec les objectifs du projet ? + Quel est le but de la génération ou de la réutilisation des données et sa relation avec les objectifs du projet ? jeu de données - jeux de données Obiettivo ..... raccolta di dati - raccolte di dati + Objetivo + ..... + colección de datos + + + + - + https://rdmorganiser.github.io/terms - usage_description - horizon-europe/data_summary/purpose/usage_description + horizon-europe/data_summary/purpose/usage_description - False False - 5 How / for what purpose will this dataset be used during the project? - Wozu / wie wird dieser Datensatz während des Projektes genutzt? - - - ¿Cómo / con qué propósito se utilizará esta colección de datos durante el proyecto? - - - - Comment / pour quel but ce jeu de données sera-t-il utilisé pendant le projet ? + Comment / pour quel but ce jeu de données sera-t-il utilisé pendant le projet ? - Come / con che scopo questa raccolta dati viene utilizzata durante il progetto? - + + ¿Cómo / con qué propósito se utilizará esta colección de datos durante el proyecto? + + textarea @@ -736,73 +657,60 @@ Si prega di spiegare anche se la raccolta di dati è fissa e memorizzata in un c - + https://rdmorganiser.github.io/terms - size - horizon-europe/data_summary/size + horizon-europe/data_summary/size -
- True - 4 Data volume - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>What is the expected size of the data that you intend to generate or re-use?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>What is the expected size of the data that you intend to generate or re-use?</i> dataset - datasets Datenvolumen - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>What is the expected size of the data that you intend to generate or re-use?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>What is the expected size of the data that you intend to generate or re-use?</i> Datensatz - Datensätze - Volumen de datos - ..... - colección de datos - colecciones de datos Volume de données - Quelle est la taille attendue des données que vous avez l'intention de générer ou de réutiliser ? + Quelle est la taille attendue des données que vous avez l'intention de générer ou de réutiliser ? jeu de données - jeux de données Volume dei dati ..... raccolta di dati - raccolte di dati + Volumen de datos + ..... + colección de datos + + + + - + https://rdmorganiser.github.io/terms - data_volume - horizon-europe/data_summary/size/data_volume + horizon-europe/data_summary/size/data_volume - False False - 6 - If large amounts of data are involved, financial resources for the provision of the infrastructure should be considered (see also section "Funding"). + If large amounts of data are involved, financial resources for the provision of the infrastructure should be considered (see also section "Funding"). What is the actual or expected size of the dataset? - Wenn große Datenmengen anfallen, sollten finanzielle Mittel zur Bereitstellung der Infrastruktur berücksichtigt werden (siehe auch Abschnitt „Förderung“). Was ist die tatsächliche oder erwartete Größe des Datensatzes? - - Si se trata de grandes cantidades de datos, se deben considerar los recursos financieros para la provisión de la infraestructura (ver también la sección Financiamiento). - ¿Cuál es el tamaño real o esperado de la colección de datos? - - - - Dans le cas où des grandes quantités de données jouent un rôle, on devrait avoir à disposition des ressources économiques suffisantes pour garantir l'infrastructure nécessaire (voire aussi le chapitre « Financement »). - Quelle est la taille actuelle ou attendue du jeu de données ? + Dans le cas où des grandes quantités de données jouent un rôle, on devrait avoir à disposition des ressources économiques suffisantes pour garantir l'infrastructure nécessaire (voire aussi le chapitre « Financement »). + Quelle est la taille actuelle ou attendue du jeu de données ? - - Qualora siano coinvolte grandi quantità di dati, si dovrebbero avere a disposizione richiedere risorse economiche sufficienti a coprire l'infrastruttura necessaria (vedi Sezione "Finanziamento"). + Qualora siano coinvolte grandi quantità di dati, si dovrebbero avere a disposizione richiedere risorse economiche sufficienti a coprire l'infrastruttura necessaria (vedi Sezione "Finanziamento"). Qual è il volume reale o atteso dei dati? - + Si se trata de grandes cantidades de datos, se deben considerar los recursos financieros para la provisión de la infraestructura (ver también la sección Financiamiento). + ¿Cuál es el tamaño real o esperado de la colección de datos? + + radio @@ -817,73 +725,62 @@ Si prega di spiegare anche se la raccolta di dati è fissa e memorizzata in un c - + https://rdmorganiser.github.io/terms - provenance - horizon-europe/data_summary/provenance + horizon-europe/data_summary/provenance -
- True - 5 Provenance - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>What is the origin/provenance of the data, either generated or re-used?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>What is the origin/provenance of the data, either generated or re-used?</i> dataset - datasets Entstehungsgeschichte - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>What is the origin/provenance of the data, either generated or re-used?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>What is the origin/provenance of the data, either generated or re-used?</i> Datensatz - Datensätze - Procedencia - ..... - colección de datos - colecciones de datos Provenance - Quelle est la provenance des données, qu'elles soient générées ou réutilisées ? + Quelle est la provenance des données, qu'elles soient générées ou réutilisées ? jeu de données - jeux de données Provenienza ..... raccolta di dati - raccolte di dati + Procedencia + ..... + colección de datos + + + + + + - + https://rdmorganiser.github.io/terms - provenance - horizon-europe/data_summary/provenance/provenance + horizon-europe/data_summary/provenance/provenance - True False - 1 The history of origin (provenance) of the data and even, if relevant for research data management, the provenance of the physical objects on which the data is based can be entered in this text area. However, you can also use the text area to uniformly define the post-processing of the data as soon as such details have been determined. This can include, for example, aggregation steps, unit conversions and format conversions. What is the provenance of the data? - In das Textfeld kann die Entstehungsgeschichte (Provenienz) der Daten und sogar - falls für das Forschungsdatenmanagement relevant - die Entstehungsgeschichte der den Daten zugrunde liegenden physischen Objekte eingetragen werden. Sie können das Textfeld aber auch nutzen, um die Nachbehandlung der Daten einheitlich festzulegen, sobald solche Details feststehen. Dazu können beispielsweise Aggregationsschritte, Einheitenkonversionen und Formatumwandlungen gehören. Wie sind die Daten entstanden? - - ..... - ¿Cuál es la procedencia de los datos? - - - - Quelle est la provenance des données ? + Quelle est la provenance des données ? - Qual è la provenienza dei dati? - + ..... + ¿Cuál es la procedencia de los datos? + + textarea @@ -898,39 +795,31 @@ Si prega di spiegare anche se la raccolta di dati è fissa e memorizzata in un c https://rdmorganiser.github.io/terms - creator_name - horizon-europe/data_summary/provenance/creator_name + horizon-europe/data_summary/provenance/creator_name - False False - 2 If re-used, who created the dataset? - Wenn nachgenutzt, wer hat den Datensatz erzeugt? - - - Si se reutiliza, ¿quién creó la colección de datos? - - - - S'il est réutilisé, qui a créé le jeu de données ? + S'il est réutilisé, qui a créé le jeu de données ? - Se è stata riutilizzata, chi l'ha creata? - + + Si se reutiliza, ¿quién creó la colección de datos? + + textarea @@ -945,39 +834,31 @@ Si prega di spiegare anche se la raccolta di dati è fissa e memorizzata in un c https://rdmorganiser.github.io/terms - uri - horizon-europe/data_summary/provenance/uri + horizon-europe/data_summary/provenance/uri - False False - 3 If re-used, under which address, PID or URL can the dataset be found? - Wenn nachgenutzt, unter welcher Adresse, PID oder URL ist der Datensatz verfügbar? - - - Si se reutiliza, ¿bajo qué dirección, PID o URL puede encontrarse la colección de datos? - - - - S'il est réutilisé, sous quelle adresse, PID ou URL le jeu de données peut-il être trouvé ? + S'il est réutilisé, sous quelle adresse, PID ou URL le jeu de données peut-il être trouvé ? - Se è stata riutilizzata, a che indirizzo, PID o URL si trova? - + + Si se reutiliza, ¿bajo qué dirección, PID o URL puede encontrarse la colección de datos? + + text @@ -990,73 +871,60 @@ Si prega di spiegare anche se la raccolta di dati è fissa e memorizzata in un c - + https://rdmorganiser.github.io/terms - data_utility - horizon-europe/data_summary/data_utility + horizon-europe/data_summary/data_utility -
- True - 6 Data utility - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>To whom might your data be useful ('data utility'), outside your project?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>To whom might your data be useful ('data utility'), outside your project?</i> dataset - datasets Nachnutzungspotential - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>To whom might your data be useful ('data utility'), outside your project?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>To whom might your data be useful ('data utility'), outside your project?</i> Datensatz - Datensätze - Utilidad de los datos - ..... - colección de datos - colecciones de datos Utilité des données - À qui vos données pourraient-elles être utiles (« utilité des données »), en dehors de votre projet ? + À qui vos données pourraient-elles être utiles (« utilité des données »), en dehors de votre projet ? jeu de données - jeux de données Utilità dei dati ..... raccolta di dati - raccolte di dati + Utilidad de los datos + ..... + colección de datos + + + + - + https://rdmorganiser.github.io/terms - reuse_scenario - horizon-europe/data_summary/data_utility/reuse_scenario + horizon-europe/data_summary/data_utility/reuse_scenario - True False - 4 It is important to set the fundamental course as to whether or not the data will be permitted for reuse. Of course, the potential for subsequent use can not be the sole decision criterion, but legal impediments, such as privacy, copyright and business secrets must be taken into account. Otherwise, consider the re-use potential against the disadvantages, e.g. a decrease in the readiness to participate and the expected extra effort of a data publication. Which individuals, groups or institutions could be interested in re-using this dataset? - Wichtig ist die grundsätzliche Weichenstellung, ob die Daten zur Nachnutzung zugelassen werden oder nicht. Selbstverständlich kann das Nachnutzungspotential dabei nicht alleiniges Entscheidungskriterium sein, sondern rechtliche Hinderungsgründe, wie z.B. Datenschutz, Urheberrecht und die Wahrung von Geschäftsgeheimnissen, müssen berücksichtigt werden. Wägen Sie ansonsten das Nachnutzungspotential gegen die Nachteile ab, beispielsweise gegen ein Absinken der Teilnahmebereitschaft und den zu erwartenden Mehraufwand einer Datenveröffentlichung. Für welche Personen, Gruppen oder Institutionen könnte dieser Datensatz (für die Nachnutzung) von Interesse sein? - - Es importante establecer el rumbo fundamental en cuanto a si se permitirá o no la reutilización de los datos. Por supuesto, el potencial de uso posterior no puede ser el único criterio de decisión, pero se deben tener en cuenta los impedimentos legales, como la privacidad, los derechos de autor y los secretos comerciales. De lo contrario, considere el potencial de reutilización frente a las desventajas, p. una disminución en la disposición a participar y el esfuerzo adicional esperado de una publicación de datos. - ¿Qué individuos, grupos o instituciones podrían estar interesados en reutilizar esta colección de datos? - - - C'est important de prendre une décision raisonnée, si les données doivent être partagées pour la réutilisation ou non. Bien sûr le potentiel pour la réutilisation ne peut pas être le seul critère pour la décision, mais on doit tenir compte aussi de restrictions légales, comme la sauvegarde de la vie privée, de la propriété intellectuelle et des secrets industriels. Dans les autres cas, le potentiel pour la réutilisation doit être pesé contre les désavantage, par exemple une diminution dans la disponibilité à coopérer où l'effort additionel prévu dû à la publication des données. - Quels individus, groupes ou institutions pourraient être intéressés à réutiliser ce jeu de données ? + Quels individus, groupes ou institutions pourraient être intéressés à réutiliser ce jeu de données ? - È importante prendere una decisione ragionata, se i dati devono essere condivisi per il riutilizzo oppure no. Ovviamente, il potenziale per il riutilizzo non può essere l'unico criterio alla base della decisione, ma bisogna tenere conto anche di restrizioni legali, tra cui la privacy, la proprietà intellettuale e il segreto industriale. Escludendo questi casi, il potenziale per il riutilizzo va soppesato di fronte a possibili svantaggi, per esempio una diminuzione della disponibilità alla collaborazione e il prevedibile lavoro aggiuntivo dovuto al processo di pubblicazione. Quali persone, categorie o istituzioni potrebbero essere interessate al riutilizzo di questa raccolta di dati? - + Es importante establecer el rumbo fundamental en cuanto a si se permitirá o no la reutilización de los datos. Por supuesto, el potencial de uso posterior no puede ser el único criterio de decisión, pero se deben tener en cuenta los impedimentos legales, como la privacidad, los derechos de autor y los secretos comerciales. De lo contrario, considere el potencial de reutilización frente a las desventajas, p. una disminución en la disposición a participar y el esfuerzo adicional esperado de una publicación de datos. + ¿Qué individuos, grupos o instituciones podrían estar interesados en reutilizar esta colección de datos? + + checkbox @@ -1073,29 +941,31 @@ Si prega di spiegare anche se la raccolta di dati è fissa e memorizzata in un c
https://rdmorganiser.github.io/terms - fair_data - horizon-europe/fair_data + horizon-europe/fair_data - - 2 FAIR data FAIRe Daten - Datos FAIR Données FAIR Dati FAIR + Datos FAIR + + + + + + + + +
- + https://rdmorganiser.github.io/terms - findable_data - horizon-europe/fair_data/findable_data + horizon-europe/fair_data/findable_data -
- True - 1 Findability - Making data findable, including provisions for metadata. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> + Making data findable, including provisions for metadata. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> - <i>Will data be identified by a persistent identifier?</i> @@ -1105,9 +975,8 @@ Si prega di spiegare anche se la raccolta di dati è fissa e memorizzata in un c - <i>Will metadata be offered in such a way that it can be harvested and indexed?</i> dataset - datasets Auffindbarkeit - Daten auffindbar machen, einschließlich der Bereitstellung von Metadaten. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> + Daten auffindbar machen, einschließlich der Bereitstellung von Metadaten. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> - <i>Will data be identified by a persistent identifier?</i> @@ -1117,61 +986,59 @@ Si prega di spiegare anche se la raccolta di dati è fissa e memorizzata in un c - <i>Will metadata be offered in such a way that it can be harvested and indexed?</i> Datensatz - Datensätze - Encontrabilidad - ..... - colección de datos - colecciones de datos Trouvabilité - Rendre les données trouvables, y compris les dispositions relatives aux métadonnées. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Questions initiales :</a> + Rendre les données trouvables, y compris les dispositions relatives aux métadonnées. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Questions initiales :</a> -- <i>Les données seront-elles identifiées par un identifiant persistant ?</i> -- <i>Des métadonnées enrichies seront-elles fournies pour permettre la découverte des données ? Quelles métadonnées seront créées ? Quelles normes disciplinaires ou générales seront suivies ? Dans le cas où les normes de métadonnées n'existent pas dans votre discipline, veuillez indiquer quel type de métadonnées sera créé et comment.</i> -- <i>Les mots-clés de recherche seront-ils fournis dans les métadonnées pour optimiser la possibilité de découverte et de réutilisation potentielle ?</i> -- <i>Les métadonnées seront-elles proposées de manière à pouvoir être récoltées et indexées ?</i> +- <i>Les données seront-elles identifiées par un identifiant persistant ?</i> +- <i>Des métadonnées enrichies seront-elles fournies pour permettre la découverte des données ? Quelles métadonnées seront créées ? Quelles normes disciplinaires ou générales seront suivies ? Dans le cas où les normes de métadonnées n'existent pas dans votre discipline, veuillez indiquer quel type de métadonnées sera créé et comment.</i> +- <i>Les mots-clés de recherche seront-ils fournis dans les métadonnées pour optimiser la possibilité de découverte et de réutilisation potentielle ?</i> +- <i>Les métadonnées seront-elles proposées de manière à pouvoir être récoltées et indexées ?</i> jeu de données - jeux de données Rintracciabilità ..... raccolta di dati - raccolte di dati + Encontrabilidad + ..... + colección de datos + + + + + + + + + + - + https://rdmorganiser.github.io/terms - yesno - horizon-europe/fair_data/findable_data/yesno + horizon-europe/fair_data/findable_data/yesno - False False - 0 - The purpose of Persistent Identifiers (PIDs) is to ensure the permanent reference of (in particular) digital objects like online publications and research data. When traditional hyperlinks are used as reference, they point directly to the storage location of the data. The problem is, that if the storage location is changed, the link will not work anymore. A PID serves as an intermediate from which requests are directed to the current object location (this is called "resolving" of a PID). The PID stays the same, even if the storage location changes. While a mere hyperlink in this case would lead to nowhere, via the PID the object is still accessible. A widespread PID system is the DOI system (Digital Object Identifier), which is based on the Handle system. + The purpose of Persistent Identifiers (PIDs) is to ensure the permanent reference of (in particular) digital objects like online publications and research data. When traditional hyperlinks are used as reference, they point directly to the storage location of the data. The problem is, that if the storage location is changed, the link will not work anymore. A PID serves as an intermediate from which requests are directed to the current object location (this is called "resolving" of a PID). The PID stays the same, even if the storage location changes. While a mere hyperlink in this case would lead to nowhere, via the PID the object is still accessible. A widespread PID system is the DOI system (Digital Object Identifier), which is based on the Handle system. Will persistent identifiers (PIDs) be used for this data set? - - Persistente Identifikatoren (PIDs) sollen die dauerhafte Referenzierung von (insbesondere) digitalen Objekten wie Publikationen oder Forschungsdaten ermöglichen. Statt, wie i.d.R. bei der Angabe eines Hyperlinks als Referenz der Fall, auf den Speicherort des Objektes zu verweisen, fungiert die PID als eine Zwischeninstanz, von der aus zum Objekt weitergeleitet wird (dies nennt man "Auflösen" der PID). Die PID bleibt gleich, auch wenn sich der Speicherort des Objektes ändert. Während ein Hyperlink in diesem Fall ins Nichts führen würde, ist das Objekt über die PID weiterhin erreichbar. Ein weit verbreitetes PID-System ist das DOI-System (Digital Object Identifier), das auf dem Handle-System aufsetzt. + Persistente Identifikatoren (PIDs) sollen die dauerhafte Referenzierung von (insbesondere) digitalen Objekten wie Publikationen oder Forschungsdaten ermöglichen. Statt, wie i.d.R. bei der Angabe eines Hyperlinks als Referenz der Fall, auf den Speicherort des Objektes zu verweisen, fungiert die PID als eine Zwischeninstanz, von der aus zum Objekt weitergeleitet wird (dies nennt man "Auflösen" der PID). Die PID bleibt gleich, auch wenn sich der Speicherort des Objektes ändert. Während ein Hyperlink in diesem Fall ins Nichts führen würde, ist das Objekt über die PID weiterhin erreichbar. Ein weit verbreitetes PID-System ist das DOI-System (Digital Object Identifier), das auf dem Handle-System aufsetzt. Sollen für diesen Datensatz persistente Identifikatoren (PIDs) genutzt werden? - - ..... - ¿Se utilizarán identificadores persistentes (PID) para esta colección de datos? - - - - Le but des identificateurs persistants (PID) est d'assurer la référence permanente (en particulier) des objets numériques tels que les publications en ligne et les données de recherche. Lorsque les liens hypertexte traditionnels sont utilisés comme référence, ils pointent directement vers l'emplacement de stockage des données. Le problème est que si l'emplacement de stockage est modifié, le lien ne fonctionnera plus. Un PID sert d'intermédiaire à partir duquel les demandes sont dirigées vers l'emplacement actuel de l'objet (c'est ce qu'on appelle la "résolution" d'un PID). Le PID reste le même, même si l'emplacement de stockage change. Alors qu'un simple lien hypertexte dans ce cas ne mènerait nulle part, via le PID, l'objet est toujours accessible. Un système PID répandu est le système DOI (Digital Object Identifier), qui est basé sur le système Handle. - Des identifiants persistants (PID) seront-ils utilisés pour ce jeu de données ? + Le but des identificateurs persistants (PID) est d'assurer la référence permanente (en particulier) des objets numériques tels que les publications en ligne et les données de recherche. Lorsque les liens hypertexte traditionnels sont utilisés comme référence, ils pointent directement vers l'emplacement de stockage des données. Le problème est que si l'emplacement de stockage est modifié, le lien ne fonctionnera plus. Un PID sert d'intermédiaire à partir duquel les demandes sont dirigées vers l'emplacement actuel de l'objet (c'est ce qu'on appelle la "résolution" d'un PID). Le PID reste le même, même si l'emplacement de stockage change. Alors qu'un simple lien hypertexte dans ce cas ne mènerait nulle part, via le PID, l'objet est toujours accessible. Un système PID répandu est le système DOI (Digital Object Identifier), qui est basé sur le système Handle. + Des identifiants persistants (PID) seront-ils utilisés pour ce jeu de données ? - ..... Verranno applicati degli identificatori persistenti (PID) per questa raccolta di dati? - + ..... + ¿Se utilizarán identificadores persistentes (PID) para esta colección de datos? + + yesno @@ -1186,39 +1053,31 @@ Si prega di spiegare anche se la raccolta di dati è fissa e memorizzata in un c https://rdmorganiser.github.io/terms - pid_system - horizon-europe/fair_data/findable_data/pid_system + horizon-europe/fair_data/findable_data/pid_system - True False - 1 Which system of persistent identifiers shall be used? - Welches System von persistenten Identifikatoren soll genutzt werden? - - - ¿Qué sistema de identificadores persistentes se utilizará? - - - - Quel système d'identifiants persistants doit être utilisé ? + Quel système d'identifiants persistants doit être utilisé ? - Quale sistema di identificatori persistenti deve essere applicato? - + + ¿Qué sistema de identificadores persistentes se utilizará? + + checkbox @@ -1235,45 +1094,37 @@ Si prega di spiegare anche se la raccolta di dati è fissa e memorizzata in un c https://rdmorganiser.github.io/terms - metadata_automatic - horizon-europe/fair_data/findable_data/metadata_automatic - Horizon Europe meint hier suchbare Metadaten. Hilfe: Wenn Art der Metadaten oder Automatisierungsgrad noch unklar sein sollte, bei manuell eintragen und "noch (mit Repositorium) zu klären" vermerken. View: Bezüglich Standards auf 2.3-23 verweisen + horizon-europe/fair_data/findable_data/metadata_automatic + Horizon Europe meint hier suchbare Metadaten. Hilfe: Wenn Art der Metadaten oder Automatisierungsgrad noch unklar sein sollte, bei manuell eintragen und "noch (mit Repositorium) zu klären" vermerken. View: Bezüglich Standards auf 2.3-23 verweisen - False False - 2 Metadata are data about data and are stored with the research dataset. Metadata are crucial for the searchability of research data, because the search for suitable, reusable data in research data repositories is usually only possible in the metadata. Most metadata must be entered manually, such as authors, title and description. However, many repositories supplement the manually entered metadata with automatically generated metadata. A timestamp and provenance information about storage are often added automatically. Which metadata are collected automatically? - Metadaten sind Daten über Daten und werden zusammen mit dem Forschungsdatensatz gespeichert. Metadaten sind für die Suchbarkeit von Forschungsdaten ganz entscheidend, weil die Suche nach geeigneten, nachnutzbaren Daten in Forschungsdatenrepositorien meist nur in den Metadaten möglich ist. Die meisten Metadaten müssen manuell eingetragen werden, wie beispielsweise Autoren, Titel und Beschreibung. Viele Repositorien ergänzen die manuell eingetragenen Metadaten aber durch automatisch erzeugte. Ein Zeitstempel und Provenienzinformationen für die Speicherung werden häufig automatisch ergänzt. Welche Metadaten werden automatisch erhoben? - - ..... - ¿Qué metadatos se recopilan automáticamente? - - - Les métadonnées sont des données sur les données et sont stockées avec l'ensemble de données de recherche. Les métadonnées sont cruciales pour la recherche des données de recherche, car la recherche de données appropriées et réutilisables dans les répertoires de dépôt de données de recherche n'est généralement possible que dans les métadonnées. La plupart des métadonnées doivent être saisies manuellement, telles que les auteurs, le titre et la description. Cependant, de nombreux dépôts complètent les métadonnées saisies manuellement par des métadonnées générées automatiquement. Un horodatage et des informations de provenance sur le stockage sont souvent ajoutés automatiquement. - Quelles métadonnées sont collectées automatiquement ? + Quelles métadonnées sont collectées automatiquement ? - ..... Quali metadati vengono raccolti in modo automatico? - + ..... + ¿Qué metadatos se recopilan automáticamente? + + textarea @@ -1288,39 +1139,31 @@ La plupart des métadonnées doivent être saisies manuellement, telles que les https://rdmorganiser.github.io/terms - metadata_semi_automatic - horizon-europe/fair_data/findable_data/metadata_semi_automatic + horizon-europe/fair_data/findable_data/metadata_semi_automatic - False False - 3 So what metadata are automatically collected by the computer/software, but must be checked? Which metadata are collected semi-automatically? - Welche Metadaten werden also durch den Computer / die Software automatisch erhoben, müssen aber überprüft werden? Welche Metadaten werden semi-automatisch erhoben? - - Entonces, ¿qué metadatos recopila automáticamente la computadora o el software, pero deben verificarse? - ¿Qué metadatos se recopilan de forma semiautomática? - - - - C'est-à-dire quelles metadonnées seron collectés automatiquement par l'ordinateur / le logiciel, mais doivent être contrôlés ? - Quelles métadonnées sont collectées semi-automatiquement ? + C'est-à-dire quelles metadonnées seron collectés automatiquement par l'ordinateur / le logiciel, mais doivent être contrôlés ? + Quelles métadonnées sont collectées semi-automatiquement ? - Ovvero quali metadati vengono raccolti in modo automatico dal calcolatore / dal programma, ma devono essere controllati? Quali metadati vengono raccolti in modo semi-automatico? - + Entonces, ¿qué metadatos recopila automáticamente la computadora o el software, pero deben verificarse? + ¿Qué metadatos se recopilan de forma semiautomática? + + textarea @@ -1335,39 +1178,31 @@ La plupart des métadonnées doivent être saisies manuellement, telles que les https://rdmorganiser.github.io/terms - metadata_manual - horizon-europe/fair_data/findable_data/metadata_manual + horizon-europe/fair_data/findable_data/metadata_manual - False False - 4 - If it is not yet known which metadata have to be specified, "to be clarified with repository" can be entered here. + If it is not yet known which metadata have to be specified, "to be clarified with repository" can be entered here. Which metadata are collected manually? - - Falls noch nicht bekannt ist, welche Metadaten eingetragen werden müssen, kann hier "noch mit Repositorium zu klären" eingetragen werden. + Falls noch nicht bekannt ist, welche Metadaten eingetragen werden müssen, kann hier "noch mit Repositorium zu klären" eingetragen werden. Welche Metadaten werden manuell erhoben? - - Un editor de metadatos es adecuado para esto. - ¿Qué metadatos se recopilan manualmente? - - - Un éditeur de métadonnées peut aider. - Quelles métadonnées sont collectées manuellement ? + Quelles métadonnées sont collectées manuellement ? - Un editore di metadati puè essere di aiuto. Quali metadati vengono raccolti manualmente? - + Un editor de metadatos es adecuado para esto. + ¿Qué metadatos se recopilan manualmente? + + textarea @@ -1382,39 +1217,31 @@ La plupart des métadonnées doivent être saisies manuellement, telles que les https://rdmorganiser.github.io/terms - metadata_keywords - horizon-europe/fair_data/findable_data/metadata_keywords + horizon-europe/fair_data/findable_data/metadata_keywords - False False - 5 Will search keywords be provided in the metadata to optimize the possibility for discovery and then potential re-use? - Werden Suchbegriffe in den Metadaten bereitgestellt, um so die Möglichkeit zu optimieren, sie zu finden und dann möglicherweise weiterzuverwenden? - - - ¿Dónde se almacenarán o archivarán los datos (incluidos los metadatos, la documentación y, si corresponde, el código de software) una vez finalizado el proyecto? - - - - Des mots-clés de recherche seront-ils fournis dans les métadonnées pour optimiser la possibilité de découverte puis de réutilisation potentielle ? + Des mots-clés de recherche seront-ils fournis dans les métadonnées pour optimiser la possibilité de découverte puis de réutilisation potentielle ? - I metadati contengono parole chiave utili per reperire e riutilizzare i dati? - + + ¿Dónde se almacenarán o archivarán los datos (incluidos los metadatos, la documentación y, si corresponde, el código de software) una vez finalizado el proyecto? + + textarea @@ -1429,39 +1256,31 @@ La plupart des métadonnées doivent être saisies manuellement, telles que les https://rdmorganiser.github.io/terms - metadata_harvesting - horizon-europe/fair_data/findable_data/metadata_harvesting + horizon-europe/fair_data/findable_data/metadata_harvesting - False False - 6 Harvesting is an automated copying of metadata from machine to machine. This enables the metadata to be centrally recorded for a cross-machine search in the metadata. Does the selected repository offer an interface for harvesting the metadata, e.g. OAI-PMH? Will metadata be offered in such a way that they can be harvested and indexed? - Das Harvesting ist ein automatisiertes Kopieren der Metadaten von Maschine zu Maschine. Das ermöglicht die zentrale Erfassung der Metadaten für eine maschinenübergreifende Suche in den Metadaten. Bietet das ausgewählte Repositorium eine Schnittstelle für das Harvesting der Metadaten an, z. B. OAI-PMH? Werden die Metadaten so angeboten, dass sie maschinell erfasst und verzeichnet werden können? - - ..... - ¿Se ofrecerán metadatos de tal manera que puedan ser recolectados e indexados? - - - - La récolte est une copie automatisée des métadonnées d'une machine à l'autre. Cela permet aux métadonnées d'être enregistrées de manière centralisée pour une recherche intermachine dans les métadonnées. Le dépôt choisi offre-t-il une interface pour récolter les métadonnées, par ex. OAI-PMH ? - Les métadonnées seront-elles proposées de manière à pouvoir être récoltées et indexées ? + La récolte est une copie automatisée des métadonnées d'une machine à l'autre. Cela permet aux métadonnées d'être enregistrées de manière centralisée pour une recherche intermachine dans les métadonnées. Le dépôt choisi offre-t-il une interface pour récolter les métadonnées, par ex. OAI-PMH ? + Les métadonnées seront-elles proposées de manière à pouvoir être récoltées et indexées ? - ..... I metadati sono messi a disposizione in un modo che permetta la loro raccolta e indicizzazione? - + ..... + ¿Se ofrecerán metadatos de tal manera que puedan ser recolectados e indexados? + + textarea @@ -1474,18 +1293,14 @@ La plupart des métadonnées doivent être saisies manuellement, telles que les - + https://rdmorganiser.github.io/terms - accessible_repository - horizon-europe/fair_data/accessible_repository + horizon-europe/fair_data/accessible_repository -
- True - 2 Accessibility: repository - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> - <i>Will the data be deposited in a trusted repository?</i> @@ -1493,9 +1308,8 @@ La plupart des métadonnées doivent être saisies manuellement, telles que les - <i>Does the repository ensure that the data are assigned an identifier? Will the repository resolve the identifier to a digital object?</i> dataset - datasets Zugänglichkeit: Repositorium - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> - <i>Will the data be deposited in a trusted repository?</i> @@ -1503,60 +1317,55 @@ La plupart des métadonnées doivent être saisies manuellement, telles que les - <i>Does the repository ensure that the data are assigned an identifier? Will the repository resolve the identifier to a digital object?</i> Datensatz - Datensätze - Accesibilidad: repositorio - ..... - colección de datos - colecciones de datos - Accessibilité : répertoire de dépôt - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Questions initiales :</a> + Accessibilité : répertoire de dépôt + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Questions initiales :</a> -- <i>Les données seront-elles déposées dans un répertoire de dépôt de confiance ?</i> -- <i>Avez-vous exploré les garanties engagées par le dépôt qui contiendra vos données ?</i> -- <i>Le dépôt assure-t-il que les données reçoivent un identifiant ? Le dépôt résultera-t-il l'identifiant en un objet numérique ?</i> +- <i>Les données seront-elles déposées dans un répertoire de dépôt de confiance ?</i> +- <i>Avez-vous exploré les garanties engagées par le dépôt qui contiendra vos données ?</i> +- <i>Le dépôt assure-t-il que les données reçoivent un identifiant ? Le dépôt résultera-t-il l'identifiant en un objet numérique ?</i> jeu de données - jeux de données Accessibilità: repositorio ..... raccolta di dati - raccolte di dati + Accesibilidad: repositorio + ..... + colección de datos + + + + + + + - + https://rdmorganiser.github.io/terms - repository_identifier - horizon-europe/fair_data/accessible_repository/repository_identifier + horizon-europe/fair_data/accessible_repository/repository_identifier Ausführliche Hilfe nötig, wie Fragen zusammenhängen, in Ansicht teilweise übernehmen! - True False - 1 Where will the data (including metadata, documentation and, if applicable, relevant code) be stored or archived after the end of the project? - Wo werden die Daten (einschließlich Metadaten, Dokumentation und ggf. relevantem Code bzw. relevanter Software) nach Projektende gespeichert bzw. archiviert? - - - ¿Dónde se almacenarán o archivarán los datos (incluidos los metadatos, la documentación y, si corresponde, el código de software) una vez finalizado el proyecto? - - - - Où les données (y compris les métadonnées, la documentation et, le cas échéant, le code pertinent) seront-elles stockées ou archivées après la fin du projet ? + Où les données (y compris les métadonnées, la documentation et, le cas échéant, le code pertinent) seront-elles stockées ou archivées après la fin du projet ? - Dove vengono immagazzinati o archiviati i dati (compresi i metadati, la documentazione e il relativo codice software, se pertinente) dopo la fine del progetto? - + + ¿Dónde se almacenarán o archivarán los datos (incluidos los metadatos, la documentación y, si corresponde, el código de software) una vez finalizado el proyecto? + + checkbox @@ -1573,17 +1382,14 @@ La plupart des métadonnées doivent être saisies manuellement, telles que les https://rdmorganiser.github.io/terms - repository_trusted - horizon-europe/fair_data/accessible_repository/repository_trusted + horizon-europe/fair_data/accessible_repository/repository_trusted - True False - 2 If the dataset is archived at several places, you may answer this question with yes, if this applies to at least one of these. -From the <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/common/guidance/aga_en.pdf" target=_blank>Annotated Model Grant Agreement</a>: Trusted repositories are: +From the <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/common/guidance/aga_en.pdf" target=_blank>Annotated Model Grant Agreement</a>: Trusted repositories are: <ul><li>Certified repositories (e.g. CoreTrustSeal, nestor Seal DIN31644, ISO16363) or disciplinary and domain repositories commonly used and endorsed by the research communities. Such repositories should be recognised internationally.</li> <li>General-purpose repositories or institutional repositories that present the essential characteristics of trusted repositories, i.e.: @@ -1598,38 +1404,33 @@ The European Commission also counts the cross-institutional repositories zenodo Will the data be deposited in a trusted repository? - Neben einer Zertifizierung erlaubt Horizon Europe auch ein in der Fachwelt anerkanntes, weltweit sichtbares Repositorium oder ein institutionelles oder institutionenübergreifendes Repositorium, das eine Reihe von Bedingungen erfüllt, siehe englischsprachige Seite. Wurden mehrere Langzeitarchivierungsoptionen ausgewählt, kann die Frage bejaht werden, wenn dies auf mindestens eine der Optionen zutrifft. Werden die Daten in einem vertrauenswürdigen Repositorium gelagert? - - ..... - ¿Se depositarán los datos en un repositorio de confianza? - - - Si le jeu de données est archivé à plusieurs endroits, vous pouvez répondre à cette question par oui, si cela s'applique à au moins l'un d'entre eux. -D'après le <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/common/guidance/aga_en.pdf" target=_blank>Modèle d'Accord de Subvention Annoté</a> : les répertoires de dépôt de confiance sont : +D'après le <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/common/guidance/aga_en.pdf" target=_blank>Modèle d'Accord de Subvention Annoté</a> : les répertoires de dépôt de confiance sont : <ul><li>Répertoires de dépôt certifiés (par exemple, CoreTrustSeal, nestor Seal DIN31644, ISO16363) ou répertoires de dépôt disciplinaires et de domaine couramment utilisés et approuvés par les communautés de recherche. Ces répertoires de dépôt doivent être reconnus à l'échelle internationale.</li> -<li>Les répertoires de dépôt à usage général ou les répertoires de dépôt institutionnels qui présentent les caractéristiques essentielles des répertoires de dépôt de confiance, c'est-à-dire : +<li>Les répertoires de dépôt à usage général ou les répertoires de dépôt institutionnels qui présentent les caractéristiques essentielles des répertoires de dépôt de confiance, c'est-à-dire : <ul><li>présenter des caractéristiques spécifiques de qualité organisationnelle, technique et procédurale telles que des services, des mécanismes et/ou des dispositions visant à garantir l'intégrité et l'authenticité de leur contenu, facilitant ainsi leur utilisation et leur réutilisation dans le court et le long terme. Les répertoires de dépôt de confiance ont des dispositions spécifiques en place et offrent des informations explicites en ligne sur leurs politiques, qui définissent leurs services (par exemple, l'acquisition, l'accès, la sécurité du contenu, la durabilité à long terme du service, y compris le financement, etc.).</li> -<li>fournir un accès large, équitable et idéalement ouvert au contenu gratuit d'utilisation, le cas échéant, et respecter les limites légales et éthiques applicables. Ils attribuent des identifiants uniques persistants aux contenus (par exemple DOI, descripteurs, etc.), de sorte que les contenus (publications, données et autres résultats de recherche) sont référencés sans équivoque et donc citables. Ils garantissent que les contenus sont accompagnés de métadonnées suffisamment détaillées et de qualité suffisamment élevée pour permettre la découverte, la réutilisation et la citation et contiennent des informations sur la provenance et la licence ; les métadonnées sont exploitables par une machine et standardisées (par exemple, Dublin Core, Data Cite, etc.) en utilisant de préférence des formats communs non propriétaires et en suivant les normes de la communauté respective desservie par le répertoires de dépôt, le cas échéant.</li> +<li>fournir un accès large, équitable et idéalement ouvert au contenu gratuit d'utilisation, le cas échéant, et respecter les limites légales et éthiques applicables. Ils attribuent des identifiants uniques persistants aux contenus (par exemple DOI, descripteurs, etc.), de sorte que les contenus (publications, données et autres résultats de recherche) sont référencés sans équivoque et donc citables. Ils garantissent que les contenus sont accompagnés de métadonnées suffisamment détaillées et de qualité suffisamment élevée pour permettre la découverte, la réutilisation et la citation et contiennent des informations sur la provenance et la licence ; les métadonnées sont exploitables par une machine et standardisées (par exemple, Dublin Core, Data Cite, etc.) en utilisant de préférence des formats communs non propriétaires et en suivant les normes de la communauté respective desservie par le répertoires de dépôt, le cas échéant.</li> <li>faciliter la conservation à moyen et long terme du matériel déposé. Ils ont des mécanismes ou des dispositions pour la conservation d'experts et l'assurance qualité pour l'exactitude et l'intégrité des ensembles de données et des métadonnées, ainsi que des procédures pour assurer la liaison avec les déposants lorsque des problèmes sont détectés. Ils répondent aux critères de sécurité internationaux et nationaux généralement acceptés pour empêcher l'accès non autorisé et la diffusion de contenu et ont différents niveaux de sécurité en fonction de la sensibilité des données déposées pour maintenir la vie privée et la confidentialité.</li></ul></ul > - Les données seront-elles déposées dans un répertoire de dépôt de confiance ? + Les données seront-elles déposées dans un répertoire de dépôt de confiance ? - ..... I dati verranno depositati in un repositorio degno di fiducia? - + ..... + ¿Se depositarán los datos en un repositorio de confianza? + + checkbox @@ -1646,39 +1447,31 @@ D'après le <a href="https://ec.europa.eu/info/funding-tenders/opportunities/ https://rdmorganiser.github.io/terms - resolver - horizon-europe/fair_data/accessible_repository/resolver + horizon-europe/fair_data/accessible_repository/resolver - False False - 3 Will the repository resolve the identifier to a digital object? - Löst das Repository die Kennung auf ein digitales Objekt auf? - - - ¿Puede el repositorio resolver el identificador a un objeto digital? - - - - Le référentiel résoudra-t-il l'identificateur à un objet numérique ? + Le référentiel résoudra-t-il l'identificateur à un objet numérique ? - Il repositorio risolverà l'identificatore a un oggetto digitale? - + + ¿Puede el repositorio resolver el identificador a un objeto digital? + + yesno @@ -1693,39 +1486,31 @@ D'après le <a href="https://ec.europa.eu/info/funding-tenders/opportunities/ https://rdmorganiser.github.io/terms - repository_arrangements - horizon-europe/fair_data/accessible_repository/repository_arrangements + horizon-europe/fair_data/accessible_repository/repository_arrangements - True False - 4 In addition to questions of quality assurance and data curation, it should also be discussed whether a persistent identifier is assigned to the data. Have you explored appropriate arrangements with the identified repository? - Besprochen werden sollten neben Fragen der Qualitätssicherung und Datenkuration auch, ob für die Daten ein persistenter Identifikator vergeben wird. Wurde mit dem Repositorium oder Datenzentrum bereits angemessene Archivierungslösungen besprochen? - - ..... - ¿Ha explorado arreglos apropiados con el repositorio identificado? - - - Outre les questions d'assurance qualité et de conservation des données, il convient également de discuter de la question de savoir si un identifiant persistant est attribué aux données. - Avez-vous exploré les dispositions appropriées avec le référentiel identifié ? + Avez-vous exploré les dispositions appropriées avec le référentiel identifié ? - Oltre alle questioni sul controllo qualità e sulla cura dei dati, è consigliabile concordare l'assegnazione di un identificatore persistente ai dati. Sono già stati presi accordi con il repositorio scelto? - + ..... + ¿Ha explorado arreglos apropiados con el repositorio identificado? + + checkbox @@ -1740,18 +1525,14 @@ D'après le <a href="https://ec.europa.eu/info/funding-tenders/opportunities/ - + https://rdmorganiser.github.io/terms - accessible_data - horizon-europe/fair_data/accessible_data + horizon-europe/fair_data/accessible_data -
- True - 3 Accessibility: data - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> - <i>Will all data be made openly available? If certain datasets cannot be shared (or need to be shared under restricted access conditions), explain why, clearly separating legal and contractual reasons from intentional restrictions. Note that in multi-beneficiary projects it is also possible for specific beneficiaries to keep their data closed if opening their data goes against their legitimate interests or other constraints as per the Grant Agreement.</i> - <i>If an embargo is applied to give time to publish or seek protection of the intellectual property (e.g. patents), specify why and how long this will apply, bearing in mind that research data should be made available as soon as possible.</i> @@ -1762,9 +1543,8 @@ D'après le <a href="https://ec.europa.eu/info/funding-tenders/opportunities/ The question <i>Is there a need for a data access committee (e.g. to evaluate/approve access requests to personal/sensitive data)?</i> is on the next page. dataset - datasets Zugänglichkeit: Daten - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> - <i>Will all data be made openly available? If certain datasets cannot be shared (or need to be shared under restricted access conditions), explain why, clearly separating legal and contractual reasons from intentional restrictions. Note that in multi-beneficiary projects it is also possible for specific beneficiaries to keep their data closed if opening their data goes against their legitimate interests or other constraints as per the Grant Agreement.</i> - <i>If an embargo is applied to give time to publish or seek protection of the intellectual property (e.g. patents), specify why and how long this will apply, bearing in mind that research data should be made available as soon as possible.</i> @@ -1775,69 +1555,66 @@ The question <i>Is there a need for a data access committee (e.g. to evalu Die Frage <i>Is there a need for a data access committee (e.g. to evaluate/approve access requests to personal/sensitive data)?</i> befindet sich auf der nächsten Seite. Datensatz - Datensätze - Accesibilidad: datos - ..... - colección de datos - colecciones de datos - Accessibilité : données - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Questions initiales :</a> + Accessibilité : données + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Questions initiales :</a> -- <i>Toutes les données seront-elles librement accessibles ? Si certains ensembles de données ne peuvent pas être partagés (ou doivent être partagés dans des conditions d'accès restreint), expliquez pourquoi, en séparant clairement les raisons légales et contractuelles des restrictions intentionnelles. Notez que dans les projets multi-bénéficiaires, il est également possible pour des bénéficiaires spécifiques de garder leurs données fermées si l'ouverture de leurs données va à l'encontre de leurs intérêts légitimes ou d'autres contraintes, conformément à l'accord de subvention.</i> +- <i>Toutes les données seront-elles librement accessibles ? Si certains ensembles de données ne peuvent pas être partagés (ou doivent être partagés dans des conditions d'accès restreint), expliquez pourquoi, en séparant clairement les raisons légales et contractuelles des restrictions intentionnelles. Notez que dans les projets multi-bénéficiaires, il est également possible pour des bénéficiaires spécifiques de garder leurs données fermées si l'ouverture de leurs données va à l'encontre de leurs intérêts légitimes ou d'autres contraintes, conformément à l'accord de subvention.</i> - <i>Si un embargo est appliqué pour donner le temps de publier ou de demander la protection de la propriété intellectuelle (par exemple, des brevets), précisez la durée et la raison, en gardant à l'esprit que les données de recherche doivent être mises à disposition dès que possible. </i> -- <i>Les données seront-elles accessibles via un protocole d'accès gratuit et standardisé ?</i> -- <i>S'il existe des restrictions d'utilisation, comment l'accès aux données sera-t-il assuré, pendant et après la fin du projet ? Comment l'identité de la personne accédant aux données sera-t-elle vérifiée ?</i> +- <i>Les données seront-elles accessibles via un protocole d'accès gratuit et standardisé ?</i> +- <i>S'il existe des restrictions d'utilisation, comment l'accès aux données sera-t-il assuré, pendant et après la fin du projet ? Comment l'identité de la personne accédant aux données sera-t-elle vérifiée ?</i> -La question <i>Est-il nécessaire d'avoir un comité d'accès aux données (par exemple pour évaluer et approuver les demandes d'accès aux données personnelles ou sensibles) ?</i> se trouve à la page suivante. +La question <i>Est-il nécessaire d'avoir un comité d'accès aux données (par exemple pour évaluer et approuver les demandes d'accès aux données personnelles ou sensibles) ?</i> se trouve à la page suivante. jeu de données - jeux de données Accessibilità: dati ..... raccolta di dati - raccolte di dati + Accesibilidad: datos + ..... + colección de datos + + + + + + + + + - + https://rdmorganiser.github.io/terms - sharing_yesno - horizon-europe/fair_data/accessible_data/sharing_yesno + horizon-europe/fair_data/accessible_data/sharing_yesno - False False - 1 - From the <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/guidance/programme-guide_horizon_en.pdf" target=_blank>Horizon Europe Programme Guide</a>: + From the <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/guidance/programme-guide_horizon_en.pdf" target=_blank>Horizon Europe Programme Guide</a>: -Beneficiaries of Horizon Europe have to ensure open access to research data generated in their projects under the principle "as open as possible and as closed as necessary". This means that data are in principle open, unless beneficiaries decide to restrict access to some or all their research data for legitimate reasons. +Beneficiaries of Horizon Europe have to ensure open access to research data generated in their projects under the principle "as open as possible and as closed as necessary". This means that data are in principle open, unless beneficiaries decide to restrict access to some or all their research data for legitimate reasons. Will this dataset be published or shared? - - Aus dem <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/guidance/programme-guide_horizon_en.pdf" target=_blank>Horizon Europe Programme Guide (englisch)</a>: + Aus dem <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/guidance/programme-guide_horizon_en.pdf" target=_blank>Horizon Europe Programme Guide (englisch)</a>: -Begünstigte von Horizon Europe müssen einen offenen Zugang zu Forschungsdaten, die in ihren Projekten generiert werden, nach dem Prinzip "so offen wie möglich und so geschlossen wie nötig" gewährleisten. Dies bedeutet, dass Daten grundsätzlich offen sind, es sei denn, Begünstigte entscheiden sich aus legitimen Gründen dafür, den Zugang zu einigen oder allen ihrer Forschungsdaten einzuschränken. +Begünstigte von Horizon Europe müssen einen offenen Zugang zu Forschungsdaten, die in ihren Projekten generiert werden, nach dem Prinzip "so offen wie möglich und so geschlossen wie nötig" gewährleisten. Dies bedeutet, dass Daten grundsätzlich offen sind, es sei denn, Begünstigte entscheiden sich aus legitimen Gründen dafür, den Zugang zu einigen oder allen ihrer Forschungsdaten einzuschränken. Soll dieser Datensatz veröffentlicht oder geteilt werden? - - ..... - ¿Se publicará o compartirá esta colección de datos? - - - - Extrait du <a>Guide du programme Horizon Europe</a> : + Extrait du <a>Guide du programme Horizon Europe</a> : -Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux données de recherche générées dans le cadre de leurs projets selon le principe "aussi ouvert que possible et aussi fermé que nécessaire". Cela signifie que les données sont en principe ouvertes, à moins que les bénéficiaires ne décident de restreindre l'accès à tout ou partie de leurs données de recherche pour des raisons légitimes. - Ce jeu de données sera-t-il publié ou partagé ? +Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux données de recherche générées dans le cadre de leurs projets selon le principe "aussi ouvert que possible et aussi fermé que nécessaire". Cela signifie que les données sont en principe ouvertes, à moins que les bénéficiaires ne décident de restreindre l'accès à tout ou partie de leurs données de recherche pour des raisons légitimes. + Ce jeu de données sera-t-il publié ou partagé ? - ..... Questa raccolta di dati verrà pubblicata o condivisa? - + ..... + ¿Se publicará o compartirá esta colección de datos? + + radio @@ -1854,39 +1631,31 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn https://rdmorganiser.github.io/terms - sharing_explanation - horizon-europe/fair_data/accessible_data/sharing_explanation + horizon-europe/fair_data/accessible_data/sharing_explanation - True False - 2 If no, please explain why not. Please differentiate between legal and contractual reasons and voluntary restrictions. - Wenn nicht, begründen Sie dies bitte und unterscheiden Sie dabei zwischen rechtlichen und/oder vertraglichen Gründen und freiwilligen Einschränkungen. - - - Si no, por favor explique por qué no. Por favor diferencie entre razones legales y contractuales y restricciones voluntarias. - - - Si non, veuillez expliquer pourquoi. Veuillez différencier les raisons légales et contractuelles des restrictions volontaires. - In caso negativo, si prega di spiegare perché, distinguendo tra ragioni legali o contrattuali e restrizioni volontarie. - + + Si no, por favor explique por qué no. Por favor diferencie entre razones legales y contractuales y restricciones voluntarias. + + checkbox @@ -1903,39 +1672,31 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn https://rdmorganiser.github.io/terms - sharing_embargo - horizon-europe/fair_data/accessible_data/sharing_embargo + horizon-europe/fair_data/accessible_data/sharing_embargo - True False - 3 Shall there be an embargo period before the data are made available? - Sollen die Daten erst nach Ablauf einer Sperrfrist zugänglich gemacht werden? - - - ¿Habrá un período de embargo antes de que los datos estén disponibles? - - - - Y aura-t-il une période d'embargo avant la mise à disposition des données ? + Y aura-t-il une période d'embargo avant la mise à disposition des données ? - È previsto un periodo di embargo prima di rendere accessibili i dati? - + + ¿Habrá un período de embargo antes de que los datos estén disponibles? + + checkbox @@ -1952,39 +1713,31 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn https://rdmorganiser.github.io/terms - access_conditions - horizon-europe/fair_data/accessible_data/access_conditions + horizon-europe/fair_data/accessible_data/access_conditions - True False - 4 - The options refer to the <a href="https://creativecommons.org/licenses/?lang=en" target="_blank">Creative Commons licenses</a>. The text field can be used to describe the license or (even with a CC license) to specify it exactly, e.g. "CC BY 4.0 International". + The options refer to the <a href="https://creativecommons.org/licenses/?lang=en" target="_blank">Creative Commons licenses</a>. The text field can be used to describe the license or (even with a CC license) to specify it exactly, e.g. "CC BY 4.0 International". If yes, under which terms of use or license will the dataset be published or shared? - - Die Auswahlmöglichkeiten orientieren sich an Lizenzen von <a href="https://creativecommons.org/licenses/?lang=de" target="_blank">Creative Commons</a>. Das Textfeld kann genutzt werden, um die Lizenz zu beschreiben oder (auch im Falle einer CC-Lizenz) genau zu bezeichnen, z.B. "CC BY 4.0 International". + Die Auswahlmöglichkeiten orientieren sich an Lizenzen von <a href="https://creativecommons.org/licenses/?lang=de" target="_blank">Creative Commons</a>. Das Textfeld kann genutzt werden, um die Lizenz zu beschreiben oder (auch im Falle einer CC-Lizenz) genau zu bezeichnen, z.B. "CC BY 4.0 International". Wenn ja, unter welchen Nutzungsbedingungen oder welcher Lizenz sollen die Daten veröffentlicht bzw. geteilt werden? - - Las opciones se refieren a las licencias de la familia <a href="https://creativecommons.org/licenses/?lang=es" target="_blank">Creative Commons</a>. - En caso afirmativo, ¿bajo qué términos de uso o licencia se publicará o compartirá la(s) coleccion(es) de datos? - - - - Les options se réfèrent aux licences de la famille <a href="creativecommons.org.https://creativecommons.org/licenses/ ?lang=fr" target="_blank">Creative Commons</a>. - Si oui, selon quelles conditions d'utilisation ou de licence le jeu de données sera-t-il publié ou partagé ? + Les options se réfèrent aux licences de la famille <a href="creativecommons.org.https://creativecommons.org/licenses/ ?lang=fr" target="_blank">Creative Commons</a>. + Si oui, selon quelles conditions d'utilisation ou de licence le jeu de données sera-t-il publié ou partagé ? - - Le possibilità offerte si orientano allla famiglia di licenze <a href="https://creativecommons.org/licenses/?lang=it" target="_blank">Creative Commons</a>. + Le possibilità offerte si orientano allla famiglia di licenze <a href="https://creativecommons.org/licenses/?lang=it" target="_blank">Creative Commons</a>. In caso affermativo, sotto quali condizioni di utilizzo o quale licenza verrà pubblicata o condivisa la raccolta di dati? - + Las opciones se refieren a las licencias de la familia <a href="https://creativecommons.org/licenses/?lang=es" target="_blank">Creative Commons</a>. + En caso afirmativo, ¿bajo qué términos de uso o licencia se publicará o compartirá la(s) coleccion(es) de datos? + + checkbox @@ -2001,39 +1754,31 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn https://rdmorganiser.github.io/terms - access_restrictions_explanation - horizon-europe/fair_data/accessible_data/access_restrictions_explanation + horizon-europe/fair_data/accessible_data/access_restrictions_explanation - False False - 5 If there are any restrictions on the re-use of this dataset, please explain why. - Sollte die Nachnutzung dieses Datensatzes Einschränkungen unterliegen, erläutern Sie bitte die Gründe. - - - Si hay alguna restricción sobre la reutilización de esta colección de datos, explique por qué. - - - S'il existe des restrictions sur la réutilisation de ce jeu de données, veuillez expliquer pourquoi. - Se ci sono restrizioni sul riutilizzo di questa raccolta di dati, si prega di giustificarle. - + + Si hay alguna restricción sobre la reutilización de esta colección de datos, explique por qué. + + textarea @@ -2048,39 +1793,31 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn https://rdmorganiser.github.io/terms - access_authentication - horizon-europe/fair_data/accessible_data/access_authentication + horizon-europe/fair_data/accessible_data/access_authentication - True False - 6 How will the identity of the person accessing the data will be ascertained? - Wie wird die Identität von Personen, die auf die Daten zugreifen, verifiziert? - - - ¿Cómo se determinará la identidad de la(s) persona(s) que acceda(n) a los datos? - - - - Comment l'identité de la personne accédant aux données sera-t-elle vérifiée ? + Comment l'identité de la personne accédant aux données sera-t-elle vérifiée ? - In che modo è possibile verificare l'identità degli utenti che accedono ai dati? - + + ¿Cómo se determinará la identidad de la(s) persona(s) que acceda(n) a los datos? + + checkbox @@ -2095,73 +1832,60 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn - + https://rdmorganiser.github.io/terms - access_committee - horizon-europe/fair_data/access_committee + horizon-europe/fair_data/access_committee -
- False - 4 Accessibility: data access committee - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>Is there a need for a data access committee (e.g. to evaluate/approve access requests to personal/sensitive data)?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>Is there a need for a data access committee (e.g. to evaluate/approve access requests to personal/sensitive data)?</i> - Zugänglichkeit: Datenzugangskommission - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>Is there a need for a data access committee (e.g. to evaluate/approve access requests to personal/sensitive data)?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>Is there a need for a data access committee (e.g. to evaluate/approve access requests to personal/sensitive data)?</i> - - Accesibilidad: comité de acceso a datos - ..... - - - Accessibilité : comité d'accès aux données - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Question initiale :</a>Un comité d'accès aux données est-il nécessaire (par exemple pour évaluer et approuver des demandes d'accès aux données personnelles ou sensibles) ? + Accessibilité : comité d'accès aux données + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Question initiale :</a>Un comité d'accès aux données est-il nécessaire (par exemple pour évaluer et approuver des demandes d'accès aux données personnelles ou sensibles) ? - Accessibilità: comitato di accesso ai dati ..... - + Accesibilidad: comité de acceso a datos + ..... + + + + + - + https://rdmorganiser.github.io/terms - access_committee - horizon-europe/fair_data/access_committee/access_committee + horizon-europe/fair_data/access_committee/access_committee Das gewählte Attribut ist nicht datensatzbezogen - passt so? - False False - 7 Is a data access committee needed to handle access requests to the published data of the project? - Wird eine Datenzugangs-Kommission benötigt, die bei Zugriffsanfragen auf vom Projekt veröffentlichte Daten entscheidet, ob Zugang gewährt wird oder nicht? - - - ¿Se necesita un comité de acceso a datos para manejar las solicitudes de acceso a los datos publicados del proyecto? - - - - Un comité d'accès aux données est-il nécessaire pour traiter les demandes d'accès aux données publiées du projet ? + Un comité d'accès aux données est-il nécessaire pour traiter les demandes d'accès aux données publiées du projet ? - È necessario un comitato di accesso ai dati per gestire gli accessi ai dati pubblicati nel corso del progetto? - + + ¿Se necesita un comité de acceso a datos para manejar las solicitudes de acceso a los datos publicados del proyecto? + + yesno @@ -2176,18 +1900,14 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn - + https://rdmorganiser.github.io/terms - accessible_metadata - horizon-europe/fair_data/accessible_metadata + horizon-europe/fair_data/accessible_metadata -
- True - 5 Accessibility: metadata - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> - <i>Will metadata be made openly available and licenced under a public domain dedication CC0, as per the Grant Agreement? If not, please clarify why. Will metadata contain information to enable the user to access the data?</i> @@ -2195,9 +1915,8 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn - <i>Will documentation or reference about any software be needed to access or read the data be included? Will it be possible to include the relevant software (e.g. in open source code)?</i> dataset - datasets Zugänglichkeit: Metadaten - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> - <i>Will metadata be made openly available and licenced under a public domain dedication CC0, as per the Grant Agreement? If not, please clarify why. Will metadata contain information to enable the user to access the data?</i> @@ -2205,59 +1924,55 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn - <i>Will documentation or reference about any software be needed to access or read the data be included? Will it be possible to include the relevant software (e.g. in open source code)?</i> Datensatz - Datensätze - Accesibilidad: metadatos - ..... - colección de datos - colecciones de datos - Accessibilité : métadonnées - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Questions initiales :</a> + Accessibilité : métadonnées + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Questions initiales :</a> -- <i>Les métadonnées seront-elles rendues librement accessibles et concédées sous une licence de domaine public CC0, conformément à l'accord de subvention ? Si non, veuillez préciser pourquoi. Les métadonnées contiendront-elles des informations nécessaire à l'accès aux données ?</i> -- <i>Combien de temps les données resteront-elles disponibles et trouvables ? Les métadonnées resteront-elles disponibles une fois que les données ne seront plus disponibles ?</i> +- <i>Les métadonnées seront-elles rendues librement accessibles et concédées sous une licence de domaine public CC0, conformément à l'accord de subvention ? Si non, veuillez préciser pourquoi. Les métadonnées contiendront-elles des informations nécessaire à l'accès aux données ?</i> +- <i>Combien de temps les données resteront-elles disponibles et trouvables ? Les métadonnées resteront-elles disponibles une fois que les données ne seront plus disponibles ?</i> jeu de données - jeux de données Accessibilità: metadati ..... raccolta di dati - raccolte di dati + Accesibilidad: metadatos + ..... + colección de datos + + + + + + + + - + https://rdmorganiser.github.io/terms - access_conditions_metadata - horizon-europe/fair_data/accessible_metadata/access_conditions_metadata + horizon-europe/fair_data/accessible_metadata/access_conditions_metadata - False False - 1 Will metadata be made openly available and licenced under a public domain dedication CC0, as per the Grant Agreement? If not, please clarify why. - Werden die Metadaten offen zugänglich gemacht und gemäß der Förderungsvereinbarung mit einer gemeinfreien Lizenz (CC0) versehen? Falls nicht, erläutern Sie bitte, warum. - - - ¿Los metadatos serán públicamente disponibles bajo una dedicación de dominio público CC0, conformemente con el acuerdo de subvención? De no ser así, sírvanse aclarar por qué. - - - - Les métadonnées seront-elles rendues librement accessibles et concédées sous licence dans le domaine public CC0, conformément à l'Accord de Subvention ? Si non, veuillez préciser pourquoi. + Les métadonnées seront-elles rendues librement accessibles et concédées sous licence dans le domaine public CC0, conformément à l'Accord de Subvention ? Si non, veuillez préciser pourquoi. - I metadati saranno disponibile sotto una licenza di pubblico dominio (CC0), in conformità con l'Accordo di Finanziamento? In caso contrario, specificate perché. - + + ¿Los metadatos serán públicamente disponibles bajo una dedicación de dominio público CC0, conformemente con el acuerdo de subvención? De no ser así, sírvanse aclarar por qué. + + textarea @@ -2272,39 +1987,31 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn https://rdmorganiser.github.io/terms - access_info_metadata - horizon-europe/fair_data/accessible_metadata/access_info_metadata + horizon-europe/fair_data/accessible_metadata/access_info_metadata - False False - 2 This is important if access to the data is subject to restrictions but not excluded, e.g. is subject to conditions or requires special software. Will metadata contain information to enable the user to access the data? - Dies ist von Bedeutung, wenn der Zugang zu den Daten Einschränkungen unterliegt, aber nicht ausgeschlossen ist, z.B. an Bedingungen geknüpft ist oder besondere Software erfordert. - Werden die Metadaten Informationen für den Nutzer enthalten, damit dieser auf die Daten zugreifen kann? - - - - ..... - ¿Conseguirán los metadatos información para que el usuario pueda acceder a los datos? - - - + Werden die Metadaten Informationen für den Nutzer enthalten, damit dieser auf die Daten zugreifen kann? + + Ceci est important si l'accès aux données est soumis à des restrictions mais en restant possible, par ex. l'accès est sous conditions ou nécessite un logiciel spécial. - Les métadonnées contiendront-elles des informations permettant à l'utilisateur d'accéder aux données ? + Les métadonnées contiendront-elles des informations permettant à l'utilisateur d'accéder aux données ? - Questo è rilevante se l'acccesso ai dati è sottoposto a restrizioni ma non completamente escluso a priori, per es. se è subordinato a condizioni o all'utilizzo di un definito programma. I metadati contengono informazioni che consentono l'accesso ai dati? - + ..... + ¿Conseguirán los metadatos información para que el usuario pueda acceder a los datos? + + textarea @@ -2319,39 +2026,31 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn https://rdmorganiser.github.io/terms - access_duration - horizon-europe/fair_data/accessible_metadata/access_duration + horizon-europe/fair_data/accessible_metadata/access_duration - False False - 3 According to good practice and contractual agreement, the data should remain available for at least 10 years. How long is it intended that the data remain re-usable? - Konform zur guten Praxis und zu verträglichen Vereinbarungen sollten Daten zumindest für eine Dauer von 10 Jahren zur Verfügung bleiben. Wie lang sollen die Daten nach Projektende (nach)nutzbar sein? - - ..... - ¿Cuánto tiempo se pretende que los datos sigan siendo reutilizables? - - - Selon la bonne pratique et les accords écrits, les données devraient être disponibles pour au moins dix ans. - Combien de temps faut-il pour que les données restent réutilisables  ? + Combien de temps faut-il pour que les données restent réutilisables  ? - Conformemente alle buone pratiche scientifiche e ad accordi contrattuali, i dati dovrebbero rimanere disponibili per lo meno per 10 anni. Per quanto tempo devono rimanere utilizzabili i dati dopo la fine del progetto? - + ..... + ¿Cuánto tiempo se pretende que los datos sigan siendo reutilizables? + + text @@ -2366,39 +2065,31 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn https://rdmorganiser.github.io/terms - access_without_data - horizon-europe/fair_data/accessible_metadata/access_without_data + horizon-europe/fair_data/accessible_metadata/access_without_data - False False - 4 - Many research data repositories make this possible, usually along with a web page called a "tombstone" that informs you that the research data itself is no longer available. + Many research data repositories make this possible, usually along with a web page called a "tombstone" that informs you that the research data itself is no longer available. Will metadata be guaranteed to remain available after data are no longer available? - - Viele Forschungsdatenrepositorien ermöglichen das, meist zusammen mit einer Webseite, die als "Tombstone" bezeichnet wird und darüber informiert, dass die Forschungsdaten selbst nicht mehr zur Verfügung stehen. + Viele Forschungsdatenrepositorien ermöglichen das, meist zusammen mit einer Webseite, die als "Tombstone" bezeichnet wird und darüber informiert, dass die Forschungsdaten selbst nicht mehr zur Verfügung stehen. Ist gewährleistet, dass die Metadaten auch dann noch verfügbar sind, wenn die Daten nicht mehr zur Verfügung stehen? - - ..... - ¿Se garantizará que los metadatos estén disponibles después de que los datos dejen de estar disponibles? - - - - De nombreux répertoires de dépôt de données de recherche rendent cela possible, généralement accompagnés d'une page Web appelée "pierre tombale" qui vous informe que les données de recherche elles-mêmes ne sont plus disponibles. - Les métadonnées seront-elles garanties de rester disponibles une fois que les données ne seront plus disponibles ? + De nombreux répertoires de dépôt de données de recherche rendent cela possible, généralement accompagnés d'une page Web appelée "pierre tombale" qui vous informe que les données de recherche elles-mêmes ne sont plus disponibles. + Les métadonnées seront-elles garanties de rester disponibles une fois que les données ne seront plus disponibles ? - ..... È garantita la conservazione a lungo termine dei metadati, anche nell'eventualità che i dati cessassero di essere disponibili? - + ..... + ¿Se garantizará que los metadatos estén disponibles después de que los datos dejen de estar disponibles? + + yesno @@ -2413,39 +2104,31 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn https://rdmorganiser.github.io/terms - software_documentation - horizon-europe/fair_data/accessible_metadata/software_documentation + horizon-europe/fair_data/accessible_metadata/software_documentation View: Verweis auf Frage 2.3-23 und Teil 3In welcher Form soll verwiesen werden? --> Giacomo in der Ansicht - True False - 5 If the data management plan is exported with the associated view, a reference to the section <i>Other research outputs</i> is automatically inserted for the second part of this question (provision of the software). Is documentation about relevant software needed to use the data? - Falls der Datenmanagementplan mit der zugehörigen Ansicht ausgegeben wird, wird für den zweiten Teil dieser Frage (Bereitstellung der Software) automatisch ein Verweis auf den Abschnitt <i>Sonstige Forschungsergebnisse</i> eingefügt. Wird die Dokumentation von ggf. zur Nutzung notwendiger Software benötigt, um die Daten zu nutzen? - - ..... - ¿Se necesita documentación sobre el software relevante para usar los datos? - - - Si le plan de gestion des données est exporté avec la vue associée, une référence à la section <i>Autres résultats de recherche</i> est automatiquement insérée pour la deuxième partie de cette question (mise à disposition du logiciel). - Une documentation sur les logiciels pertinents est-elle nécessaire pour utiliser les données ? + Une documentation sur les logiciels pertinents est-elle nécessaire pour utiliser les données ? - ..... È necessaria una documentazione sui programmi adatti per poter utilizzare i dati? - + ..... + ¿Se necesita documentación sobre el software relevante para usar los datos? + + checkbox @@ -2460,18 +2143,14 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn - + https://rdmorganiser.github.io/terms - interoperable_data - horizon-europe/fair_data/interoperable_data + horizon-europe/fair_data/interoperable_data -
- True - 6 Interoperability - Making data interoperable. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> + Making data interoperable. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> - <i>What data and metadata vocabularies, standards, formats or methodologies will you follow to make your data interoperable to allow data exchange and re-use within and across disciplines? Will you follow community-endorsed interoperability best practices? Which ones?</i> @@ -2479,9 +2158,8 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn - <i>Will your data include qualified references to other data (e.g. other data from your project, or datasets from previous research)?</i> dataset - datasets Interoperabilität - Daten interoperabel machen. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> + Daten interoperabel machen. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> - <i>What data and metadata vocabularies, standards, formats or methodologies will you follow to make your data interoperable to allow data exchange and re-use within and across disciplines? Will you follow community-endorsed interoperability best practices? Which ones?</i> @@ -2489,58 +2167,54 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn - <i>Will your data include qualified references to other data (e.g. other data from your project, or datasets from previous research)?</i> Datensatz - Datensätze - Interoperabilidad - ..... - colección de datos - colecciones de datos Interopérabilité - Rendre les données interopérables. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Questions initiales :</a> + Rendre les données interopérables. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Questions initiales :</a> -- <i>Quels vocabulaires, normes, formats ou méthodologies de données et de métadonnées suivrez-vous pour rendre vos données interopérables afin de permettre l'échange et la réutilisation des données dans et entre les disciplines ? Suivez-vous les meilleures pratiques d'interopérabilité approuvées par la communauté ? Lesquelles ?</i>Est-il possible de les récolter et de les indexer ?</i> +- <i>Quels vocabulaires, normes, formats ou méthodologies de données et de métadonnées suivrez-vous pour rendre vos données interopérables afin de permettre l'échange et la réutilisation des données dans et entre les disciplines ? Suivez-vous les meilleures pratiques d'interopérabilité approuvées par la communauté ? Lesquelles ?</i>Est-il possible de les récolter et de les indexer ?</i> jeu de données - jeux de données Interoperabilità ..... raccolta di dati - raccolte di dati + Interoperabilidad + ..... + colección de datos + + + + + + + + - + https://rdmorganiser.github.io/terms - interoperability_standards - horizon-europe/fair_data/interoperable_data/interoperability_standards + horizon-europe/fair_data/interoperable_data/interoperability_standards Im generischen RDMO-Katalog beziehen sich die Fragen nach den Ontologien nur auf Metadaten, hier auf Daten und Metadaten. Generischen RDMO-Katalog und die Optionen entsprechend anpassen - True False - 1 Which standards, ontologies, classifications etc. are used to describe the data and context information? - Welche Standards, Ontologien, Klassifikationen etc. werden zur Beschreibung der Daten und Kontextinformation genutzt? - - - ¿Qué estándares, ontologías, clasificaciones, etc. se utilizan para describir los datos y la información de contexto? - - - - Quelles normes, ontologies, classifications, etc. sont utilisées pour décrire les données et les informations contextuelles ? + Quelles normes, ontologies, classifications, etc. sont utilisées pour décrire les données et les informations contextuelles ? - Quali norme, ontologie, classificazioni ecc. vengono utilizzati per descrivere i dati e le informazioni contestuali? - + + ¿Qué estándares, ontologías, clasificaciones, etc. se utilizan para describir los datos y la información de contexto? + + checkbox @@ -2557,39 +2231,31 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn https://rdmorganiser.github.io/terms - interoperability_practices - horizon-europe/fair_data/interoperable_data/interoperability_practices + horizon-europe/fair_data/interoperable_data/interoperability_practices - True False - 2 Is this dataset interoperable, i.e. allowing data exchange and re-use between researchers, institutions, organisations, countries etc.? - Ist der Datensatz interoperabel, d. h. geeignet für den Datenaustausch und die Nachnutzungzwischen bzw. von unterschiedlichen Forschenden, Institutionen, Organisationen und Ländern? - - - ¿Esta colección de datos es interoperable, es decir, permite el intercambio y la reutilización de datos entre investigadores, instituciones, organizaciones, países, etc.? - - - - Ce jeu de données est-il interopérable, c'est-à-dire permettant l'échange et la réutilisation de données entre chercheurs, institutions, organisations, pays, etc. ? + Ce jeu de données est-il interopérable, c'est-à-dire permettant l'échange et la réutilisation de données entre chercheurs, institutions, organisations, pays, etc. ? - Questa raccolta di dati è interoperabile, ovvero permette lo scambio e il riutilizzo dei dati tra ricercatori, istituizoni, organizzazioni, Paesi? - + + ¿Esta colección de datos es interoperable, es decir, permite el intercambio y la reutilización de datos entre investigadores, instituciones, organizaciones, países, etc.? + + checkbox @@ -2606,39 +2272,31 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn https://rdmorganiser.github.io/terms - vocabularies_mappings - horizon-europe/fair_data/interoperable_data/vocabularies_mappings + horizon-europe/fair_data/interoperable_data/vocabularies_mappings - True False - 3 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? - Sollte es unvermeidbar sein, projektspezifische oder seltene Ontologien, Metadatenschemata oder Vokabulare zu nutzen, werden Mappings zu gängigen Ontologien etc. erstellt? - - - En caso de que sea inevitable que utilice ontologías o vocabularios poco comunes o que genere específicos del proyecto, ¿proporcionará asignaciones a ontologías más utilizadas? - - - - Dans le cas où il est inévitable que vous utilisiez des outils peu courants ou que vous génériez des ontologies ou des vocabulaires spécifiques au projet, fournirez-vous des mappages à des ontologies plus couramment utilisées ? + Dans le cas où il est inévitable que vous utilisiez des outils peu courants ou que vous génériez des ontologies ou des vocabulaires spécifiques au projet, fournirez-vous des mappages à des ontologies plus couramment utilisées ? - Nel caso in cui sia inevitabile l'utilizzo di ontologie o vocabolari generati internamente al progetto, provvederete una mappatura verso ontologie di uso comune? - + + En caso de que sea inevitable que utilice ontologías o vocabularios poco comunes o que genere específicos del proyecto, ¿proporcionará asignaciones a ontologías más utilizadas? + + checkbox @@ -2655,39 +2313,31 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn https://rdmorganiser.github.io/terms - vocabularies_open - horizon-europe/fair_data/interoperable_data/vocabularies_open + horizon-europe/fair_data/interoperable_data/vocabularies_open Optionset - False False - 4 If yes, will you openly publish the generated ontologies or vocabularies to allow reusing, refining or extending them? - Falls ja, werden Sie die erstellten Ontologien oder Vokabulare frei und transparent veröffentlichen, damit sie nachgenutzt, optimiert oder weiterentwickelt werden können? - - - En caso afirmativo, ¿publicarán abiertamente las ontologías o vocabularios generados para permitir la reutilización, el refinado o la ampliación? - - - - Si oui, publierez-vous ouvertement les ontologies ou vocabulaires générés pour permettre de les réutiliser, de les affiner ou de les étendre ? + Si oui, publierez-vous ouvertement les ontologies ou vocabulaires générés pour permettre de les réutiliser, de les affiner ou de les étendre ? - In caso affermativo, verranno pubblicate le ontologie o i vocabolari generati, in modo da consentire il loro riutilizzo, raffinamento o ulteriore sviluppo? - + + En caso afirmativo, ¿publicarán abiertamente las ontologías o vocabularios generados para permitir la reutilización, el refinado o la ampliación? + + textarea @@ -2702,43 +2352,35 @@ Les bénéficiaires d'Horizon Europe doivent garantir un accès ouvert aux donn https://rdmorganiser.github.io/terms - qualified_references - horizon-europe/fair_data/interoperable_data/qualified_references + horizon-europe/fair_data/interoperable_data/qualified_references Optionset - True False - 5 - From the <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Horizon Europe Data Management Plan Template:</a> + From the <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Horizon Europe Data Management Plan Template:</a> -A qualified reference is a cross-reference that explains its intent. For example, X is regulator of Y is a much more qualified reference than X is associated with Y, or X see also Y. The goal therefore is to create as many meaningful links as possible between (meta)data resources to enrich the contextual knowledge about the data. (<a href="https://www.go-fair.org/fair-principles/i3-metadata-include-qualified-references-metadata/" target=_blank>Source</a>) +A qualified reference is a cross-reference that explains its intent. For example, X is regulator of Y is a much more qualified reference than X is associated with Y, or X see also Y. The goal therefore is to create as many meaningful links as possible between (meta)data resources to enrich the contextual knowledge about the data. (<a href="https://www.go-fair.org/fair-principles/i3-metadata-include-qualified-references-metadata/" target=_blank>Source</a>) Will your data include qualified references to other data (e.g. other data from your project, or datasets from previous research)? - - Eine qualifizierte Referenz ist ein Querverweis, der seine Absicht erklärt. Zum Beispiel ist "X ist Regulator von Y" eine viel qualifiziertere Referenz als "X ist mit Y verbunden", oder "X siehe auch Y". Ziel ist es daher, möglichst viele sinnvolle Verknüpfungen zwischen (Meta-)Datenressourcen zu schaffen, um das Kontextwissen über die Daten zu bereichern. (<a href="https://www.go-fair.org/fair-principles/i3-metadata-include-qualified-references-metadata/" target=_blank>Quelle</a>) + Eine qualifizierte Referenz ist ein Querverweis, der seine Absicht erklärt. Zum Beispiel ist "X ist Regulator von Y" eine viel qualifiziertere Referenz als "X ist mit Y verbunden", oder "X siehe auch Y". Ziel ist es daher, möglichst viele sinnvolle Verknüpfungen zwischen (Meta-)Datenressourcen zu schaffen, um das Kontextwissen über die Daten zu bereichern. (<a href="https://www.go-fair.org/fair-principles/i3-metadata-include-qualified-references-metadata/" target=_blank>Quelle</a>) Werden Ihre Daten qualifizierte Referenzen auf andere Daten enthalten (z. B. auf andere Daten aus Ihrem Projekt oder auf Datensätze aus früheren Forschungsarbeiten)? - - ..... - ¿Incluirán sus datos referencias cualificadas a otros datos (por ejemplo, otros datos de su proyecto o conjuntos de datos de investigaciones anteriores)? - - - - À partir du <a>Modèle de plan de gestion des données Horizon Europe :</a> + À partir du <a>Modèle de plan de gestion des données Horizon Europe :</a> -Une référence qualifiée est une référence croisée qui explique son intention. Par exemple, X est régulateur de Y est une référence beaucoup plus qualifiée que X est associé à Y, ou X voir aussi Y. Le but est donc de créer un maximum de liens significatifs entre les ressources de (méta)données pour enrichir la connaissance contextuelle sur les données. (<a href="https://www.go-fair.org/fair-principles/i3-metadata-include-qualified-references-metadata/" target=_blank>Source</a>) - Vos données comprendront-elles des références qualifiées à d'autres données (par exemple, d'autres données de votre projet ou des ensembles de données de recherches antérieures) ? +Une référence qualifiée est une référence croisée qui explique son intention. Par exemple, X est régulateur de Y est une référence beaucoup plus qualifiée que X est associé à Y, ou X voir aussi Y. Le but est donc de créer un maximum de liens significatifs entre les ressources de (méta)données pour enrichir la connaissance contextuelle sur les données. (<a href="https://www.go-fair.org/fair-principles/i3-metadata-include-qualified-references-metadata/" target=_blank>Source</a>) + Vos données comprendront-elles des références qualifiées à d'autres données (par exemple, d'autres données de votre projet ou des ensembles de données de recherches antérieures) ? - ..... I vostri dati contengono riferimenti qualificati ad altri dati (es. altri dati generati nello stesso progetto oppure raccolte di dati provenienti da ricerche precedenti)? - + ..... + ¿Incluirán sus datos referencias cualificadas a otros datos (por ejemplo, otros datos de su proyecto o conjuntos de datos de investigaciones anteriores)? + + checkbox @@ -2753,18 +2395,14 @@ Une référence qualifiée est une référence croisée qui explique son intenti - + https://rdmorganiser.github.io/terms - reusable_data - horizon-europe/fair_data/reusable_data + horizon-europe/fair_data/reusable_data -
- True - 7 Re-usability - Increase data re-use. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> + Increase data re-use. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> - <i>How will you provide documentation needed to validate data analysis and facilitate data re-use (e.g. readme files with information on methodology, codebooks, data cleaning, analyses, variable definitions, units of measurement, etc.)?</i> - <i>Will the provenance of the data be thoroughly documented using the appropriate standards?</i> @@ -2777,11 +2415,10 @@ If this data management plan is output using the associated view, for the furthe - <i> Will the data produced in the project be useable by third parties, in particular after the end of the project? </i> -a reference to the section "FAIR data / Accessibility: data" is automatically inserted. +a reference to the section "FAIR data / Accessibility: data" is automatically inserted. dataset - datasets Nachnutzbarkeit - Datennachnutzung erhöhen. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> + Datennachnutzung erhöhen. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> - <i>How will you provide documentation needed to validate data analysis and facilitate data re-use (e.g. readme files with information on methodology, codebooks, data cleaning, analyses, variable definitions, units of measurement, etc.)?</i> - <i>Will the provenance of the data be thoroughly documented using the appropriate standards?</i> @@ -2794,69 +2431,64 @@ Falls dieser Datenmanagementplan unter Verwendung der zugehörigen Ansicht ausge - <i>Will the data produced in the project be useable by third parties, in particular after the end of the project?</i> -automatisch ein Verweis auf Abschnitt "FAIRe Daten / Zugänglichkeit: Daten" eingefügt. +automatisch ein Verweis auf Abschnitt "FAIRe Daten / Zugänglichkeit: Daten" eingefügt. Datensatz - Datensätze - Reutilizabilidad - ..... - colección de datos - colecciones de datos Réutilisabilité - Augmenter la réutilisation des données. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Questions initiales :</a> + Augmenter la réutilisation des données. <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Questions initiales :</a> -- <i>Comment fournirez-vous la documentation nécessaire pour valider l'analyse des données et faciliter la réutilisation des données (par exemple, des fichiers contenant des informations sur la méthodologie, les livres de codes, le nettoyage des données, les analyses, les définitions des variables, les unités de mesure, etc.) ?</i > -- <i>La provenance des données sera-t-elle soigneusement documentée en utilisant les normes appropriées ?</i> +- <i>Comment fournirez-vous la documentation nécessaire pour valider l'analyse des données et faciliter la réutilisation des données (par exemple, des fichiers contenant des informations sur la méthodologie, les livres de codes, le nettoyage des données, les analyses, les définitions des variables, les unités de mesure, etc.) ?</i > +- <i>La provenance des données sera-t-elle soigneusement documentée en utilisant les normes appropriées ?</i> - <i>Décrire tous les processus d'assurance qualité des données pertinents.</i> Si ce plan de gestion des données est généré à l'aide de la vue associée, pour les questions suivantes -- <i> Vos données seront-elles mises librement à disposition dans le domaine public pour permettre la réutilisation la plus large possible ? Vos données seront-elles concédées sous licence à l'aide de licences de réutilisation standard, conformément aux obligations énoncées dans l'Accord de Subvention ? </i> -- <i> Les données produites dans le projet seront-elles utilisables par des tiers, notamment après la fin du projet ? </i> +- <i> Vos données seront-elles mises librement à disposition dans le domaine public pour permettre la réutilisation la plus large possible ? Vos données seront-elles concédées sous licence à l'aide de licences de réutilisation standard, conformément aux obligations énoncées dans l'Accord de Subvention ? </i> +- <i> Les données produites dans le projet seront-elles utilisables par des tiers, notamment après la fin du projet ? </i> -une référence à la rubrique « Données FAIR / Accessibilité : données » est automatiquement insérée. +une référence à la rubrique « Données FAIR / Accessibilité : données » est automatiquement insérée. jeu de données - jeux de données Riutilizzabilità ..... raccolta di dati - raccolte di dati + Reutilizabilidad + ..... + colección de datos + + + + + + + - + https://rdmorganiser.github.io/terms - documentation - horizon-europe/fair_data/reusable_data/documentation + horizon-europe/fair_data/reusable_data/documentation - True False - 1 In this field, enter the components of the data documentation that are available with the data set and are not only supplied on request in the context of good scientific practice later. Which components of the data documentation are available together with the dataset? - Tragen Sie in dieses Feld die Bestandteile der Datendokumentation ein, die mit dem Datensatz zur Verfügung stehen und nicht nur später auf Anfrage geliefert werden. Welche Komponenten der Datendokumentation stehen zusammen mit dem Datensatz zur Verfügung? - - ..... - ¿Qué componentes de la documentación de los datos están disponibles junto a la colección de datos? - - - Dans ce champ, entrez les éléments de la documentation des données qui sont disponibles avec le jeu de données et ne sont pas uniquement fournis sur demande dans le cadre de bonnes pratiques scientifiques ultérieures. - Quels composants de la documentation des données sont disponibles avec l'ensemble de données ? + Quels composants de la documentation des données sont disponibles avec l'ensemble de données ? - ..... Quali componenti della documentazione dei dati sono messi a disposizione insieme a questa raccolta di dati? - + ..... + ¿Qué componentes de la documentación de los datos están disponibles junto a la colección de datos? + + checkbox @@ -2873,39 +2505,31 @@ une référence à la rubrique « Données FAIR / Accessibilité : d https://rdmorganiser.github.io/terms - quality_provenance - horizon-europe/fair_data/reusable_data/quality_provenance + horizon-europe/fair_data/reusable_data/quality_provenance - False False - 1 Will the provenance of the data be thoroughly documented using the appropriate standards? - Wird die Provenienz (Entstehungsgeschichte) der Daten unter Verwendung der entsprechenden Standards sorgfältig dokumentiert? - - - ¿Se documentará a fondo la procedencia de los datos utilizando las normas adecuadas? - - - - La provenance des données sera-t-elle soigneusement documentée à l'aide des normes appropriées ? + La provenance des données sera-t-elle soigneusement documentée à l'aide des normes appropriées ? - La provenienza dei dati viene documentata in modo accurato utilizzando standard appropriati? - + + ¿Se documentará a fondo la procedencia de los datos utilizando las normas adecuadas? + + textarea @@ -2920,39 +2544,31 @@ une référence à la rubrique « Données FAIR / Accessibilité : d https://rdmorganiser.github.io/terms - documentation_where - horizon-europe/fair_data/reusable_data/documentation_where + horizon-europe/fair_data/reusable_data/documentation_where - False False - 2 Where is the data documentation provided? - Wo wird die Datendokumentation zur Verfügung gestellt? - - - ¿Dónde está suministrada la documentación de los datos? - - - - Où la documentation des données est-elle fournie ? + Où la documentation des données est-elle fournie ? - Dove si trova la documentazione dei dati? - + + ¿Dónde está suministrada la documentación de los datos? + + textarea @@ -2967,39 +2583,31 @@ une référence à la rubrique « Données FAIR / Accessibilité : d https://rdmorganiser.github.io/terms - quality_procedures - horizon-europe/fair_data/reusable_data/quality_procedures + horizon-europe/fair_data/reusable_data/quality_procedures - True False - 2 Examples are checks for completeness, data reconciliation, sampling procedures. These measures serve to identify documentation errors and arithmetical anomalies. Which measures of quality assurance are taken for this dataset? - Beispiele sind Überprüfung auf Vollständigkeit, Datenabgleich, Stichprobenverfahren. Diese Maßnahmen dienen dazu Dokumentationsfehler und rechnerische Auffälligkeiten zu ermitteln. Welche Maßnahmen zur Qualitätssicherung werden für diesen Datensatz ergriffen? - - Algunos ejemplos son los controles de integridad, la reconciliación de datos, los procedimientos de muestreo. Estas medidas sirven para identificar errores de documentación y anomalías aritméticas. - ¿Qué medidas de control de calidad se toman para esta colección de datos? - - - Par exemple le contrôle d'intégrité, la comparaison des sonnée, procédures d'échantillonnage. Ces mesures aident à découvrir des erreurs dans la documentation et des anomalies numériques. - Quelles mesures de contrôle de la qualité sont prises pour ce jeu de données ? + Quelles mesures de contrôle de la qualité sont prises pour ce jeu de données ? - Ad esempio il controllo di completezza, il confronto con altri dati, procedure di campionamento. Queste misure servono a individuare errori di documentazione e anomalie numeriche. Quali misure per il controllo qualità vengono utilizzate per questa raccolta di dati? - + Algunos ejemplos son los controles de integridad, la reconciliación de datos, los procedimientos de muestreo. Estas medidas sirven para identificar errores de documentación y anomalías aritméticas. + ¿Qué medidas de control de calidad se toman para esta colección de datos? + + checkbox @@ -3016,93 +2624,81 @@ une référence à la rubrique « Données FAIR / Accessibilité : d
https://rdmorganiser.github.io/terms - other_research_outputs - horizon-europe/other_research_outputs + horizon-europe/other_research_outputs - - 3 Other research outputs Sonstige Forschungsergebnisse - Otros resultados de la investigación Autres résultats de recherche Altri risultati della ricerca + Otros resultados de la investigación + + +
- + https://rdmorganiser.github.io/terms - other_research_outputs - horizon-europe/other_research_outputs/other_research_outputs + horizon-europe/other_research_outputs/other_research_outputs -
- False - 1 Other research outputs - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> - <i>In addition to the management of data, beneficiaries should also consider and plan for the management of other research outputs that may be generated or re-used throughout their projects. Such outputs can be either digital (e.g. software, workflows, protocols, models, etc.) or physical (e.g. new materials, antibodies, reagents, samples, etc.).</i> - <i>Beneficiaries should consider which of the questions pertaining to FAIR data above, can apply to the management of other research outputs, and should strive to provide sufficient detail on how their research outputs will be managed and shared, or made available for re-use, in line with the FAIR principles.</i> - Sonstige Forschungsergebnisse - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> - <i>In addition to the management of data, beneficiaries should also consider and plan for the management of other research outputs that may be generated or re-used throughout their projects. Such outputs can be either digital (e.g. software, workflows, protocols, models, etc.) or physical (e.g. new materials, antibodies, reagents, samples, etc.).</i> - <i>Beneficiaries should consider which of the questions pertaining to FAIR data above, can apply to the management of other research outputs, and should strive to provide sufficient detail on how their research outputs will be managed and shared, or made available for re-use, in line with the FAIR principles.</i> - - Otros resultados de la investigación - ..... - - Autres résultats de recherche - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Questions initiales :</a> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Questions initiales :</a> - <i>En plus de la gestion des données, les bénéficiaires doivent également envisager et planifier la gestion d'autres résultats de recherche qui peuvent être générés ou réutilisés tout au long de leurs projets. Ces sorties peuvent être numériques (par exemple, logiciels, flux de travail, protocoles, modèles, etc) ou physiques (par exemple, nouveaux matériaux, anticorps, réactifs, échantillons, etc).</i> - <i>Les bénéficiaires doivent déterminer lesquelles des questions relatives aux données FAIR ci-dessus peuvent s'appliquer à la gestion d'autres résultats de recherche, et doivent s'efforcer de fournir suffisamment de détails sur la manière dont leurs résultats de recherche seront gérés et partagés, ou mis à disposition pour réutilisation, conformément aux principes FAIR.</i> - Altri risultati della ricerca ..... - + Otros resultados de la investigación + ..... + + + + + + - + https://rdmorganiser.github.io/terms - what - horizon-europe/other_research_outputs/other_research_outputs/what + horizon-europe/other_research_outputs/other_research_outputs/what - True False - 1 Such outputs can be either digital (e.g. software, workflows, protocols, models, etc.) or physical (e.g. new materials, antibodies, reagents, samples, etc.). What other research outputs are generated or re-used throughout your project? - Solche Forschungsergebnisse können entweder digital (z. B. Software, Arbeitsabläufe, Protokolle, Modelle usw.) oder physisch (z. B. neue Materialien, Antikörper, Reagenzien, Proben usw.) vorliegen. Was für sonstige Forschungsoutputs werden im Rahmen des Projekts generiert oder nachgenutzt? - - ..... - ¿Qué otros resultados de investigación se generan o se reutilizan en el proyecto? - - - Ces sorties peuvent être numériques (par exemple, logiciels, flux de travail, protocoles, modèles, etc.) ou physiques (par exemple, nouveaux matériaux, anticorps, réactifs, échantillons, etc.). - Quels autres résultats de recherche sont générés ou réutilisés tout au long de votre projet ? + Quels autres résultats de recherche sont générés ou réutilisés tout au long de votre projet ? - Tali output possono essere digitali (programmi, workflows, protocolli, modelli, ecc.) oppure fisici (nuovi materiali, anticorpi, reagenti, campioni, ecc.). Quali altri risultati della ricerca vengono generati o riutilizzati durante il progetto? - + ..... + ¿Qué otros resultados de investigación se generan o se reutilizan en el proyecto? + + checkbox @@ -3119,39 +2715,31 @@ une référence à la rubrique « Données FAIR / Accessibilité : d https://rdmorganiser.github.io/terms - fair - horizon-europe/other_research_outputs/other_research_outputs/fair + horizon-europe/other_research_outputs/other_research_outputs/fair - False False - 2 Beneficiaries should consider which of the questions pertaining to FAIR data above, can apply to the management of other research outputs, and should strive to provide sufficient detail on how their research outputs will be managed and shared, or made available for re-use, in line with the FAIR principles. Which management aspects (FAIR principles; costs and resources; security, legal and ethical aspects) will be applied also to the above mentioned other research outputs within your project? - Die Begünstigten sollten überlegen, welche der oben genannten Fragen zu FAIR-Daten auf das Management anderen Forschungs-Outputs angewendet werden kann, und sollten sich bemühen, Einzelheiten darüber anzugeben, wie ihr anderer Forschungs-Output behandelt, geteilt oder zur Nachnutzung bereitgestellt wird im Einklang mit den FAIR-Prinzipien. Welche Management-Aspekte (FAIR-Prinzipien; Kosten und Ressourcen; Sicherheit, rechtliche und ethische Aspekte) werden auch für die oben gelisteten Outputs im Rahmen Ihres Projekts angewandt? - - ..... - ¿Qué aspectos de gestión (principios FAIR; costes y recursos; seguridad, aspectos jurídicos y éticos) se aplicarán también a los demás productos de investigación mencionados en el proyecto? - - - ..... - Quels aspects de la gestion (principes FAIR ; coûts et ressources ; sécurité, aspects juridiques et éthiques) seront également appliqués aux autres produits de recherche mentionnés ci-dessus dans votre projet ? + Quels aspects de la gestion (principes FAIR ; coûts et ressources ; sécurité, aspects juridiques et éthiques) seront également appliqués aux autres produits de recherche mentionnés ci-dessus dans votre projet ? - ..... Quali aspetti di gestione (principi FAIR, costi e risorse; sicurezza, aspetti giuridici ed etici) saranno applicati anche ai suddetti altri risultati di ricerca nell'ambito del progetto? - + ..... + ¿Qué aspectos de gestión (principios FAIR; costes y recursos; seguridad, aspectos jurídicos y éticos) se aplicarán también a los demás productos de investigación mencionados en el proyecto? + + textarea @@ -3166,96 +2754,94 @@ une référence à la rubrique « Données FAIR / Accessibilité : d
https://rdmorganiser.github.io/terms - resources - horizon-europe/resources + horizon-europe/resources - - 4 Allocation of resources Ressourcenallokation - Allocación de los recursos Allocation des ressources Allocazione delle risorse + Allocación de los recursos + + + + + +
- + https://rdmorganiser.github.io/terms - costs - horizon-europe/resources/costs + horizon-europe/resources/costs -
- False - 1 Costs - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> - <i>What will the costs be for making data or other research outputs FAIR in your project (e.g. direct and indirect costs related to storage, archiving, re-use, security, etc.)?</i> - <i>How will these be covered? Note that costs related to research data/output management are eligible as part of the Horizon Europe grant (if compliant with the Grant Agreement conditions)</i> - Kosten - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> - <i>What will the costs be for making data or other research outputs FAIR in your project (e.g. direct and indirect costs related to storage, archiving, re-use, security, etc.)?</i> - <i>How will these be covered? Note that costs related to research data/output management are eligible as part of the Horizon Europe grant (if compliant with the Grant Agreement conditions)</i> - - Costos - ..... - - Coûts - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Questions initiales :</a> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Questions initiales :</a> -- <i>Quels seront les coûts pour rendre les données ou autres résultats de recherche FAIR dans votre projet (par exemple, les coûts directs et indirects liés au stockage, à l'archivage, à la réutilisation, à la sécurité, etc.) ?</i> +- <i>Quels seront les coûts pour rendre les données ou autres résultats de recherche FAIR dans votre projet (par exemple, les coûts directs et indirects liés au stockage, à l'archivage, à la réutilisation, à la sécurité, etc.) ?</i> -- <i>Comment seront-ils couverts ? Notez que les coûts liés à la gestion des données et des résultats de recherche sont éligibles dans le cadre de la subvention Horizon Europe (si conforment aux conditions de l'accrod de subvention)</i> +- <i>Comment seront-ils couverts ? Notez que les coûts liés à la gestion des données et des résultats de recherche sont éligibles dans le cadre de la subvention Horizon Europe (si conforment aux conditions de l'accrod de subvention)</i> - Costi ..... - + Costos + ..... + + + + + + + + + + + + + - + https://rdmorganiser.github.io/terms - metadata_personnel - horizon-europe/resources/costs/metadata_personnel + horizon-europe/resources/costs/metadata_personnel - False False - 1 Please estimate the effort in person months. What are the personnel costs associated with the data documentation and the creation of metadata in the project? - Bitte schätzen sie den Aufwand in Personenmonaten. Welcher Personalaufwand entsteht im Zusammenhang mit der Datendokumentation und der Erstellung der Metadaten im Projekt? - - Estime el esfuerzo en meses-persona. - ¿Cuáles son los costos de personal asociados con la documentación de los datos y la creación de metadatos en el proyecto? - - - Veuillez estimer l'effort en mois-personnes. - Quels sont les frais de personnel associés à la documentation des données et à la création de métadonnées dans le projet ? + Quels sont les frais de personnel associés à la documentation des données et à la création de métadonnées dans le projet ? - Si prega di stimare l'impegno in persone-mesi. Quali sono i costi per il personale connessi alla documentazione dei dati e alla creazione dei metadati nel progetto? - + Estime el esfuerzo en meses-persona. + ¿Cuáles son los costos de personal asociados con la documentación de los datos y la creación de metadatos en el proyecto? + + range @@ -3270,39 +2856,31 @@ une référence à la rubrique « Données FAIR / Accessibilité : d https://rdmorganiser.github.io/terms - metadata_non_personnel - horizon-europe/resources/costs/metadata_non_personnel + horizon-europe/resources/costs/metadata_non_personnel - False False - 2 Please estimate the costs in **Euro**. What is the amount of non-personnel-costs associated with the documention and the creation of metadata and context information in the project? - Bitte schätzen sie die Kosten in **Euro**. Welche Sachkosten entstehen im Zusammenhang mit der Dokumentation und der Erstellung von Metadaten und Kontextinformation im Projekt? - - Estime los costos en **Euro**. - ¿Cuál es la cantidad de costos que no son de personal para la documentación de los datos y la creación de metadatos en el proyecto? - - - Veuillez estimer les coûts en **Euro**. - Quel est le montant des coûts non liés au personnel associés à la documentation et à la création de métadonnées et d'informations contextuelles dans le projet ? + Quel est le montant des coûts non liés au personnel associés à la documentation et à la création de métadonnées et d'informations contextuelles dans le projet ? - Si prega di stimare i costi in **euro**. A quanto ammontano i costi materiali per la documentazione dei dati e la creazione dei metadati nel progetto? - + Estime los costos en **Euro**. + ¿Cuál es la cantidad de costos que no son de personal para la documentación de los datos y la creación de metadatos en el proyecto? + + text @@ -3317,39 +2895,31 @@ une référence à la rubrique « Données FAIR / Accessibilité : d https://rdmorganiser.github.io/terms - pid_personnel - horizon-europe/resources/costs/pid_personnel + horizon-europe/resources/costs/pid_personnel - False False - 3 Please estimate the effort in person months. What are the personnel costs associated with the use of persistent identifiers in the project? - Bitte schätzen Sie den Aufwand in Personenmonaten (1 PM = Monatsarbeitszeit eines Vollzeitbeschäftigten). Welcher Personalaufwand entsteht im Zusammenhang mit der Vergabe von persistenten Identifikatoren im Projekt? - - Estime el esfuerzo en meses-persona. - ¿Cuáles son los costos de personal asociados con el uso de identificadores persistentes en el proyecto? - - - Veuillez estimer l'effort en mois-personne. - Quels sont les coûts de personnel associés aux identifiants persistants dans le projet ? + Quels sont les coûts de personnel associés aux identifiants persistants dans le projet ? - Si prega di stimare l'impegno in persone-mesi. Quali sono i costi per il personale connessi all'assegnazione di identificatori persistenti nel progetto? - + Estime el esfuerzo en meses-persona. + ¿Cuáles son los costos de personal asociados con el uso de identificadores persistentes en el proyecto? + + range @@ -3364,39 +2934,31 @@ une référence à la rubrique « Données FAIR / Accessibilité : d https://rdmorganiser.github.io/terms - pid_non_personnel - horizon-europe/resources/costs/pid_non_personnel + horizon-europe/resources/costs/pid_non_personnel - False False - 4 Please estimate the costs in **Euro**. What is the amount of non-personnel-costs associated with persistent identifiers in the project? - Bitte schätzen Sie die Kosten in **Euro**. Welche Sachkosten entstehen im Zusammenhang mit persistenten Identifikatoren im Projekt? - - Estime los costos en **Euro**. - ¿Cuál es la cantidad de costos que no son de personal asociados con los identificadores persistentes en el proyecto? - - - Veuillez estimer les coûts en **Euro**. - Quel est le montant des coûts non liés au personnel associés aux identifiants persistants dans le projet ? + Quel est le montant des coûts non liés au personnel associés aux identifiants persistants dans le projet ? - Si prega di stimare i costi in **euro**. Quali sono i costi materiali connessi all'assegnazione di identificatori persistenti nel progetto? - + Estime los costos en **Euro**. + ¿Cuál es la cantidad de costos que no son de personal asociados con los identificadores persistentes en el proyecto? + + text @@ -3411,39 +2973,31 @@ une référence à la rubrique « Données FAIR / Accessibilité : d https://rdmorganiser.github.io/terms - preservation_personnel - horizon-europe/resources/costs/preservation_personnel + horizon-europe/resources/costs/preservation_personnel - False False - 5 Please estimate the effort in person months. What are the personnel costs associated with long-term preservation for the project? - Bitte schätzen Sie den Aufwand in Personenmonaten (1 PM = Monatsarbeitszeit eines Vollzeitbeschäftigten). Welcher Personalaufwand entsteht im Zusammenhang mit Langzeitarchivierung für dieses Projekt? - - Estime el esfuerzo en meses-persona. - ¿Cuáles son los costos de personal asociados con la preservación a largo plazo para el proyecto? - - - Veuillez estimer l'effort en mois-personne. - Quels sont les frais de personnel associés à la préservation à long terme du projet ? + Quels sont les frais de personnel associés à la préservation à long terme du projet ? - Si prega di stimare l'impegno in persone-mesi. Qual è l'impegno personale richiesto per l'archiviazione a lungo termine in questo progetto? - + Estime el esfuerzo en meses-persona. + ¿Cuáles son los costos de personal asociados con la preservación a largo plazo para el proyecto? + + range @@ -3458,39 +3012,31 @@ une référence à la rubrique « Données FAIR / Accessibilité : d https://rdmorganiser.github.io/terms - preservation_non_personnel - horizon-europe/resources/costs/preservation_non_personnel + horizon-europe/resources/costs/preservation_non_personnel - False False - 6 Please estimate the costs in **Euro**. What is the amount of non-personnel-costs regarding long-term preservation for the project? - Bitte schätzen Sie die Kosten in **Euro**. Welche Sachkosten entstehen im Zusammenhang mit Langzeitarchivierung für dieses Projekt? - - Estime los costos en **Euro**. - ¿Cuál es el monto de los costos que no son de personal con respecto a la preservación a largo plazo para el proyecto? - - - Veuillez estimer les coûts en **Euro**. - Quel est le montant des dépenses non liées au personnel concernant la préservation à long terme du projet ? + Quel est le montant des dépenses non liées au personnel concernant la préservation à long terme du projet ? - Si prega di stimare i costi in **euro**. A quanto ammontano i costi materiali per l'archiviazione a lungo termine in questo progetto? - + Estime los costos en **Euro**. + ¿Cuál es el monto de los costos que no son de personal con respecto a la preservación a largo plazo para el proyecto? + + text @@ -3505,39 +3051,31 @@ une référence à la rubrique « Données FAIR / Accessibilité : d https://rdmorganiser.github.io/terms - other_personnel - horizon-europe/resources/costs/other_personnel + horizon-europe/resources/costs/other_personnel - False False - 7 Please estimate the effort in person months. What are the personnel costs associated with other research output in the project? - Bitte schätzen sie den Aufwand in Personenmonaten. Welcher Personalaufwand ist mit sonstigen Forschungsergebnissen im Projekt verknüpft? - - Estime el esfuerzo en meses-persona. - ¿Cuáles son los costos de personal para la gestión de los otros resultados de investigación en el proyecto? - - - Veuillez estimer l'effort en mois-personnes. - Quels sont les frais de personnel associés aux autres résultats de recherche du projet ? + Quels sont les frais de personnel associés aux autres résultats de recherche du projet ? - Si prega di stimare l'impegno in persone-mesi. Quali sono i costi per il personale connessi agli altri risultati della ricerca nel progetto? - + Estime el esfuerzo en meses-persona. + ¿Cuáles son los costos de personal para la gestión de los otros resultados de investigación en el proyecto? + + range @@ -3552,39 +3090,31 @@ une référence à la rubrique « Données FAIR / Accessibilité : d https://rdmorganiser.github.io/terms - other_non_personnel - horizon-europe/resources/costs/other_non_personnel + horizon-europe/resources/costs/other_non_personnel - False False - 8 Please estimate the costs in **Euro**. What is the amount of non-personnel-costs associated with other research output in the project? - Bitte schätzen sie die Kosten in **Euro**. Welche Sachkosten entstehen im Zusammenhang mit sonstigen Forschungsergebnissen des Projekts? - - Estime los costos en **Euro**. - ¿Cuál es la cantidad de costos que no son de personal para la gestión de los otros resultados de investigación en el proyecto? - - - Veuillez estimer les coûts en **Euro**. - Quel est le montant des coûts non liés au personnel associés aux autres résultats de la recherche dans le cadre du projet ? + Quel est le montant des coûts non liés au personnel associés aux autres résultats de la recherche dans le cadre du projet ? - Si prega di stimare i costi in **euro**. A quanto ammontano i costi materiali per gli altri risultati della ricerca nel progetto? - + Estime los costos en **Euro**. + ¿Cuál es la cantidad de costos que no son de personal para la gestión de los otros resultados de investigación en el proyecto? + + text @@ -3599,39 +3129,31 @@ une référence à la rubrique « Données FAIR / Accessibilité : d https://rdmorganiser.github.io/terms - cover_how - horizon-europe/resources/costs/cover_how + horizon-europe/resources/costs/cover_how - False False - 9 How will the data management costs of the project be covered? - Wie werden die Kosten für das Datenmanagement im Projekt aufgebracht? - - - ¿Cómo se cubrirán los costos de gestión de datos del proyecto? - - - - Comment les coûts de gestion des données du projet seront-ils couverts ? + Comment les coûts de gestion des données du projet seront-ils couverts ? - Come verranno coperti i costi per la gestione dei dati? - + + ¿Cómo se cubrirán los costos de gestión de datos del proyecto? + + textarea @@ -3644,73 +3166,62 @@ une référence à la rubrique « Données FAIR / Accessibilité : d - + https://rdmorganiser.github.io/terms - responsible - horizon-europe/resources/responsible + horizon-europe/resources/responsible -
- True - 2 Responsibility - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>Who will be responsible for data management in your project?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>Who will be responsible for data management in your project?</i> dataset - datasets Zuständigkeiten - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>Who will be responsible for data management in your project?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>Who will be responsible for data management in your project?</i> Datensatz - Datensätze - Responsabilidad - ..... - colección de datos - colecciones de datos Responsabilité - Qui sera responsable de la gestion des données dans votre projet ? + Qui sera responsable de la gestion des données dans votre projet ? jeu de données - jeux de données Responsabilità ..... raccolta di dati - raccolte di dati + Responsabilidad + ..... + colección de datos + + + + + + - + https://rdmorganiser.github.io/terms - responsible_storage - horizon-europe/resources/responsible/responsible_storage + horizon-europe/resources/responsible/responsible_storage - True False - 1 This question refers to backups while the data are being worked with. Questions of long-term preservation will be adressed in the respective section. Who is responsible for the backups? - Die Frage bezieht sich auf Backups während der Zeit, in denen mit den Daten gearbeitet wird. Fragen der Langzeitarchivierung werden gesondert im entsprechenden Abschnitt behandelt. Wer ist verantwortlich für die Erstellung der Backups? - - Esta pregunta se refiere a las copias de seguridad mientras se trabaja con los datos. Las cuestiones de conservación a largo plazo se abordarán en la sección respectiva. - ¿Quién es el responsable de las copias de seguridad? - - - Cette question fait référence aux sauvegardes pendant que les données sont traitées. Les questions de conservation à long terme seront traitées dans la section correspondante. - Qui est responsable des sauvegardes ? + Qui est responsable des sauvegardes ? - Questa domanda si riferisce ai backup in corso d'opera, mentre i dati sono ancora in uso. Domande relative alla conservazione sul lungo periodo saranno trattate nella sezione rispettiva. Chi è il responsabile per le copie di sicurezza? - + Esta pregunta se refiere a las copias de seguridad mientras se trabaja con los datos. Las cuestiones de conservación a largo plazo se abordarán en la sección respectiva. + ¿Quién es el responsable de las copias de seguridad? + + checkbox @@ -3727,39 +3238,31 @@ une référence à la rubrique « Données FAIR / Accessibilité : d https://rdmorganiser.github.io/terms - responsible_documentation - horizon-europe/resources/responsible/responsible_documentation + horizon-europe/resources/responsible/responsible_documentation - True False - 2 Who is responsible for data documentation and for checking if metadata and data documentation are correct and complete? - Wer ist verantwortlich für die Datendokumentation und für die Prüfung der Metadaten und Datendokumentation auf Richtigkeit und Vollständigkeit? - - - ¿Quién es responsable de documentar los metadatos y la información de contexto y de verificar si son correctos y completos? - - - - Qui est responsable de la documentation des données et de la vérification de l'exactitude et de l'exhaustivité des métadonnées et de la documentation des données ? + Qui est responsable de la documentation des données et de la vérification de l'exactitude et de l'exhaustivité des métadonnées et de la documentation des données ? - Chi è responsabile per la documentazione dei dati e la verifica dell'esattezza e completezza dei dati e metadati? - + + ¿Quién es responsable de documentar los metadatos y la información de contexto y de verificar si son correctos y completos? + + checkbox @@ -3776,21 +3279,17 @@ une référence à la rubrique « Données FAIR / Accessibilité : d https://rdmorganiser.github.io/terms - responsible_curation - horizon-europe/resources/responsible/responsible_curation + horizon-europe/resources/responsible/responsible_curation - True False - 3 In addition to pure data preservation (bitstream preservation), curating is an important task in long-term archiving. The maintenance of the persistent identifiers is part of the curating. A prerequisite for PIDs to work as promised is that they – as well as the objects they refer to – are maintained in a continuous and reliable way. This means, for example, that if the object location changes, this information is updated. When the data are stored in a data centre or repository, these tasks are usually taken care of by the data centre / repository. However, to be sure, the responsibilities should be checked beforehand. In the context of curating, it should also be avoided that data can no longer be read because it is saved in a format that is no longer used. The curating therefore also includes the object maintenance, the conversion of the data into current formats, if one of the data formats used threatens to become out of date. However, object maintenance is not regularly offered by research data repositories and data centers and, even if it is offered, is usually limited to certain data formats. With regard to object maintenance, it should always be checked who is responsible for what. Who is responsible for curating the data once the project has ended? - Neben der reinen Datenerhaltung (Bitstream Preservation) ist die Kuratierung eine wichtige Aufgabe bei der Langzeitarchivierung. Zur Kuratierung gehört die Pflege der persistenten Identifikatoren. Die Voraussetzung dafür, dass persistente Identifikatoren auch wirklich halten, was sie versprechen, ist, dass sie – wie auch die Objekte, auf die referenziert wird – dauerhaft und verlässlich gepflegt werden. D.h. beispielsweise, dass bei einer Änderung des Speicherortes des Objekts die Information über den neuen Speicherort entsprechend aktualisiert werden muss. Werden die Daten in einem Datenzentrum oder -repositorium gespeichert, wird diese Verantwortung i.d.R. von diesem übernommen. Um sicher zu sein, sollten die Verantwortlichkeiten jedoch in jedem Fall geprüft bzw. geklärt werden. @@ -3799,28 +3298,24 @@ Zu vermeiden ist im Rahmen der Kuratierung außerdem, dass Daten nicht mehr lesb Wer ist nach Ende der Laufzeit des Projekts für das Kuratieren der Daten verantwortlich? - - ..... - ¿Quién es responsable de la curación de datos una vez que el proyecto haya terminado? - - - En plus de la préservation pure et simple des données (persistance de l'information binaire dans le temps), la conservation est une tâche importante dans l'archivage à long terme. La maintenance des identifiants persistants (PID) fait partie de la conservation. Une condition préalable pour que les PID fonctionnent comme prévu est qu'ils – ainsi que les objets auxquels ils se réfèrent – soient maintenus de manière continue et fiable. Cela signifie, par exemple, que si un emplacement d'objet change, cette information doit être mise à jour. Lorsque les données sont stockées dans un centre de données ou un dépôt, ce travail de conservation est généralement pris en charge. Cependant, il convient d'en vérifier la responsabilité au préalable. La conservation doit également éviter que des données ne puissent plus être lues à cause de l'obsolescence de leur format. En effet, la conservation concerne bien la représentation de l'information binaire, c'est-à-dire l'objet, et sa maintenance en modernisant son format en cas de menace de désuétude. Cependant, cette maintenance de l'objet n'est pas proposé régulièrement par les dépôts et centres de données de recherche, et lorsque c'est le cas, elle reste limitée à certains formats. L'attribution de la maintenance de l'objet, et son étendue, devraient toujours être vérifiées. - Qui est responsable de la conservation des données une fois le projet terminé ? + Qui est responsable de la conservation des données une fois le projet terminé ? - Oltre alla pura conservazione dei dati (conservazione del flusso di bit), la cura dei dati è una parte integrale dell'archiviazione sul lungo periodo. Il mantenimento degli identifiatori persistenti è parte integrante della cura dei dati. Una condizione necessaria per il corretto funzionamento degli identificatori persistenti è un lavoro di mantenimento continuo e affidabile, anche degli oggetti collegati. Per esempio, ciò richiede che in caso di rilocazione dell'oggetto collegato, l'indirizzo collegato venga aggiornato in modo conseguente. Qualora i dati siano salvato in un centro dati o repositorio, di regola l'aggiornamento ricade sotto la responsabilità di questo. In ogni caso, per sicurezza, è opportuno verificare o chiarire le competenze. ..… Chi è responsabile per la conservazione dei dati al termine del progetto? - + ..... + ¿Quién es responsable de la curación de datos una vez que el proyecto haya terminado? + + checkbox @@ -3835,79 +3330,66 @@ recherche, et lorsque c'est le cas, elle reste limitée à certains formats. L'a - + https://rdmorganiser.github.io/terms - preservation - horizon-europe/resources/preservation + horizon-europe/resources/preservation -
- True - 3 Preservation - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>How will long term preservation be ensured? Discuss the necessary resources to accomplish this (costs and potential value</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>How will long term preservation be ensured? Discuss the necessary resources to accomplish this (costs and potential value</i> -If this data management plan is output using the associated view, for the topic <i>costs</i> a reference to the section "Resource allocation / Costs" and for the topic <i>potential value</i> to the section "Data summary / Data utility" is automatically inserted. +If this data management plan is output using the associated view, for the topic <i>costs</i> a reference to the section "Resource allocation / Costs" and for the topic <i>potential value</i> to the section "Data summary / Data utility" is automatically inserted. dataset - datasets Aufbewahrung - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>How will long term preservation be ensured? Discuss the necessary resources to accomplish this (costs and potential value</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>How will long term preservation be ensured? Discuss the necessary resources to accomplish this (costs and potential value</i> -Falls dieser Datenmanagementplan unter Verwendung der zugehörigen Ansicht ausgegeben wird, wird für das Thema <i>Kosten</i> automatisch ein Verweis auf Abschnitt "Ressourcenallokation/Kosten" und für das Thema <i>potentieller Nutzen</i> ein Verweis auf Abschnitt "Inhaltliche und technische Einordnung / Nachnutzungspotential" eingefügt. +Falls dieser Datenmanagementplan unter Verwendung der zugehörigen Ansicht ausgegeben wird, wird für das Thema <i>Kosten</i> automatisch ein Verweis auf Abschnitt "Ressourcenallokation/Kosten" und für das Thema <i>potentieller Nutzen</i> ein Verweis auf Abschnitt "Inhaltliche und technische Einordnung / Nachnutzungspotential" eingefügt. Datensatz - Datensätze - Conservación - ..... - colección de datos - colecciones de datos Conservation - Comment la conservation à long terme sera-t-elle assurée ? Discutez des ressources nécessaires pour y parvenir (coûts et valeur potentielle) + Comment la conservation à long terme sera-t-elle assurée ? Discutez des ressources nécessaires pour y parvenir (coûts et valeur potentielle) -Si ce plan de gestion des données est généré à l'aide de la vue associée, des références aux sections « Allocation des ressources et coûts » et « Résumé et utilité des données » sont automatiquement insérées. +Si ce plan de gestion des données est généré à l'aide de la vue associée, des références aux sections « Allocation des ressources et coûts » et « Résumé et utilité des données » sont automatiquement insérées. jeu de données - jeux de données Conservazione ..... raccolta di dati - raccolte di dati + Conservación + ..... + colección de datos + + + + - + https://rdmorganiser.github.io/terms - preservation_duration - horizon-europe/resources/preservation/preservation_duration + horizon-europe/resources/preservation/preservation_duration - False False - 3 How long will the data be stored? - Wie lange werden die Daten aufbewahrt werden? - - - ¿Cuánto tiempo se almacenarán los datos? - - - - Combien de temps les données seront-elles stockées ? + Combien de temps les données seront-elles stockées ? - Per quanto tempo verranno conservati i dati? - + + ¿Cuánto tiempo se almacenarán los datos? + + text @@ -3920,73 +3402,61 @@ Si ce plan de gestion des données est généré à l'aide de la vue associée, - + https://rdmorganiser.github.io/terms - selection - horizon-europe/resources/selection + horizon-europe/resources/selection -
- False - 4 Selection - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>who decides and how, what data will be kept and for how long</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>who decides and how, what data will be kept and for how long</i> - Auswahl - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>who decides and how, what data will be kept and for how long</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>who decides and how, what data will be kept and for how long</i> - - Selección - ..... - - Sélection - Qui décide et selon quels critères, quelles seront les données conservées et avec quelle durée ? + Qui décide et selon quels critères, quelles seront les données conservées et avec quelle durée ? - Selezione ..... - + Selección + ..... + + + + + + - + https://rdmorganiser.github.io/terms - preservation__criteria - horizon-europe/resources/selection/preservation__criteria + horizon-europe/resources/selection/preservation__criteria - False False - 4 Examples: basis for a textual publication, potential for re-use; legal or contractual conditions; social or political relevance; quality considerations; reproducibility; etc. What are the criteria / rules for the selection of the data to be archived (after the end of the project)? - Beispiele: Grundlage einer Publikation; Potenzial für Nachnutzung; rechtliche oder vertragliche Auflagen; gesellschaftliche oder politische Relevanz; Qualitätserwägungen; Wiederherstellbarkeit; usw. Auf Basis welcher Kriterien / Regeln werden die Daten zur Archivierung (nach Projektende) ausgesucht? - - Ejemplos: los datos constituyen la base para una publicación, para su reutilización, condiciones legales o contractuales, documentación (social o políticamente relevante) - ¿Cuáles son los criterios/reglas para la selección de los datos a archivar (después del final del proyecto)? - - - - Exemples : base pour une publication, potentiel pour une réutilisation; des conditions légales ou contractuelles; pertinence sociale ou politique; considerations sur la qualité; reproducibilité; etc. - Quels sont les critères / règles de sélection des données à archiver (après la fin du projet) ? + Exemples : base pour une publication, potentiel pour une réutilisation; des conditions légales ou contractuelles; pertinence sociale ou politique; considerations sur la qualité; reproducibilité; etc. + Quels sont les critères / règles de sélection des données à archiver (après la fin du projet) ? - Esempi: base di una pubblicazione; potenziale per il riutilizzo; condizioni legali o contrattuali; rilevanza sociale o politica; valutazione della qualità; riproducibilità; ecc. Quali criteri / regole vengono applicati per la selezione dei dati da archiviare? - + Ejemplos: los datos constituyen la base para una publicación, para su reutilización, condiciones legales o contractuales, documentación (social o políticamente relevante) + ¿Cuáles son los criterios/reglas para la selección de los datos a archivar (después del final del proyecto)? + + textarea @@ -4001,39 +3471,31 @@ Si ce plan de gestion des données est généré à l'aide de la vue associée, https://rdmorganiser.github.io/terms - preservation_responsible - horizon-europe/resources/selection/preservation_responsible + horizon-europe/resources/selection/preservation_responsible - True False - 5 Who selects the data to be archived? - Durch wen erfolgt die Auswahl? - - - ¿Quién selecciona los datos a archivar? - - - - Qui sélectionne les données à archiver ? + Qui sélectionne les données à archiver ? - Chi seleziona i dati che devono essere archiviati? - + + ¿Quién selecciona los datos a archivar? + + checkbox @@ -4050,90 +3512,77 @@ Si ce plan de gestion des données est généré à l'aide de la vue associée,
https://rdmorganiser.github.io/terms - security - horizon-europe/security + horizon-europe/security - - 5 Data security Datensicherheit - Seguridad de los datos Sécurité des données Sicurezza dei dati + Seguridad de los datos + + +
- + https://rdmorganiser.github.io/terms - data_security - horizon-europe/security/data_security + horizon-europe/security/data_security -
- True - 1 Security measures - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>What provisions are or will be in place for data security (including data recovery as well as secure storage/archiving and transfer of sensitive data)?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>What provisions are or will be in place for data security (including data recovery as well as secure storage/archiving and transfer of sensitive data)?</i> -If this data management plan is output using the associated view, for the further question <i>Will the data be safely stored in trusted repositories for long term preservation and curation?</i> a reference to the section "FAIR data / Accessibility: repository" is automatically inserted. +If this data management plan is output using the associated view, for the further question <i>Will the data be safely stored in trusted repositories for long term preservation and curation?</i> a reference to the section "FAIR data / Accessibility: repository" is automatically inserted. dataset - datasets Sicherheitsmaßnahmen - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>What provisions are or will be in place for data security (including data recovery as well as secure storage/archiving and transfer of sensitive data)?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>What provisions are or will be in place for data security (including data recovery as well as secure storage/archiving and transfer of sensitive data)?</i> -Falls dieser Datenmanagementplan unter Verwendung der zugehörigen Ansicht ausgegeben wird, wird für die weitere Frage <i>Will the data be safely stored in trusted repositories for long term preservation and curation?</i> automatisch ein Verweis auf Abschnitt "FAIRe Daten / Zugänglichkeit: Repositorium" eingefügt. +Falls dieser Datenmanagementplan unter Verwendung der zugehörigen Ansicht ausgegeben wird, wird für die weitere Frage <i>Will the data be safely stored in trusted repositories for long term preservation and curation?</i> automatisch ein Verweis auf Abschnitt "FAIRe Daten / Zugänglichkeit: Repositorium" eingefügt. Datensatz - Datensätze - Medidas de seguridad - ..... - colección de datos - colecciones de datos Mesures de sécurité - <i>Quelles sont ou seront les dispositions en place pour la sécurité des données (y compris lors de la récupération des données, leur archivage et pendant le transfert de données sensibles) ?</i> + <i>Quelles sont ou seront les dispositions en place pour la sécurité des données (y compris lors de la récupération des données, leur archivage et pendant le transfert de données sensibles) ?</i> -Si ce plan de gestion des données est généré à l'aide de la vue associée, pour la question supplémentaire <i>Les données seront-elles stockées en toute sécurité dans des dépôts de confiance pour une préservation et une conservation à long terme ?</i> une référence est automatiquement insérée à la section "Données FAIR / Accessibilité : dépôt". +Si ce plan de gestion des données est généré à l'aide de la vue associée, pour la question supplémentaire <i>Les données seront-elles stockées en toute sécurité dans des dépôts de confiance pour une préservation et une conservation à long terme ?</i> une référence est automatiquement insérée à la section "Données FAIR / Accessibilité : dépôt". jeu de données - jeux de données Misure di sicurezza ..... raccolta di dati - raccolte di dati + Medidas de seguridad + ..... + colección de datos + + + + - + https://rdmorganiser.github.io/terms - security_measures - horizon-europe/security/data_security/security_measures + horizon-europe/security/data_security/security_measures - True False - 1 Which measures or provisions are in place to ensure data security (e.g. protection against unauthorized access, data recovery, transfer of sensitive data)? - Welche Maßnahmen zur Gewährleistung der Datensicherheit werden getroffen (z. B. Schutz vor unbefugtem Zugriff, Datenwiederherstellung, Übertragung sensibler Daten)? - - - ¿Qué medidas o disposiciones existen para garantizar la seguridad de los datos (por ejemplo, protección contra el acceso no autorizado, recuperación de datos, transferencia de datos confidenciales)? - - - - Quelles mesures ou dispositions sont en place pour garantir la sécurité des données (par exemple, la protection contre les accès non autorisés, la récupération de données, le transfert de données sensibles) ? + Quelles mesures ou dispositions sont en place pour garantir la sécurité des données (par exemple, la protection contre les accès non autorisés, la récupération de données, le transfert de données sensibles) ? - Quali misure vengono adottate per garantire la sicurezza dei dati (per esempio: protezione contro accessi non autorizzati, recupero dei dati eliminati, trasferimento di dati sensibili)? - + + ¿Qué medidas o disposiciones existen para garantizar la seguridad de los datos (por ejemplo, protección contra el acceso no autorizado, recuperación de datos, transferencia de datos confidenciales)? + + checkbox @@ -4150,102 +3599,98 @@ Si ce plan de gestion des données est généré à l'aide de la vue associée,
https://rdmorganiser.github.io/terms - ethics - horizon-europe/ethics + horizon-europe/ethics - - 6 Ethics Ethik - Ética Éthique Etica + Ética + + + + + + +
- + https://rdmorganiser.github.io/terms - personal_data - horizon-europe/ethics/personal_data + horizon-europe/ethics/personal_data -
- True - 1 Personal data - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original questions:</a> - <i>Are there, or could there be, any ethics or legal issues that can have an impact on data sharing? 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).</i> - <i>Will informed consent for data sharing and long term preservation be included in questionnaires dealing with personal data?</i> -All of the detailed questions up to the end of the "Ethics" section relate to these two questions. +All of the detailed questions up to the end of the "Ethics" section relate to these two questions. dataset - datasets Personenbezogene Daten - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfragen:</a> - <i>Are there, or could there be, any ethics or legal issues that can have an impact on data sharing? 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).</i> - <i>Will informed consent for data sharing and long term preservation be included in questionnaires dealing with personal data?</i> -Auf diese beiden Fragen beziehen sich alle Detailfragen bis zum Ende des Abschnitts "Ethik". +Auf diese beiden Fragen beziehen sich alle Detailfragen bis zum Ende des Abschnitts "Ethik". Datensatz - Datensätze + Données personnelles + Y a-t-il ou pourrait-il y avoir des problèmes éthiques ou juridiques qui peuvent avoir un impact sur le partage des données ? Ceux-ci peuvent également être discutés dans le cadre de l'examen éthique. Le cas échéant, veuillez inclure des références aux livrables éthiques et au chapitre sur l'éthique dans la description de l'action (DoA). Est-ce que le consentement éclairé pour le partage et la conservation durable de données sera demandé dans les questionnaires implicant des données personnelles ? Toutes les questions jusqu'à la fin de la section "Éthiques" concernent ces deux points. + jeu de données + Dati personali + ..... + raccolta di dati Información personal - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Preguntas originales:</a> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Preguntas originales:</a> - <i>Are there, or could there be, any ethics or legal issues that can have an impact on data sharing? 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).</i> - <i>Will informed consent for data sharing and long term preservation be included in questionnaires dealing with personal data?</i> -A estas dos preguntas se refieren todas las preguntas detalladas hasta el final de la sección "Ética". +A estas dos preguntas se refieren todas las preguntas detalladas hasta el final de la sección "Ética". colección de datos - colecciones de datos - Données personnelles - Y a-t-il ou pourrait-il y avoir des problèmes éthiques ou juridiques qui peuvent avoir un impact sur le partage des données ? Ceux-ci peuvent également être discutés dans le cadre de l'examen éthique. Le cas échéant, veuillez inclure des références aux livrables éthiques et au chapitre sur l'éthique dans la description de l'action (DoA). Est-ce que le consentement éclairé pour le partage et la conservation durable de données sera demandé dans les questionnaires implicant des données personnelles ? Toutes les questions jusqu'à la fin de la section "Éthiques" concernent ces deux points. - jeu de données - jeux de données - Dati personali - ..... - raccolta di dati - raccolte di dati + + + + + + + + + - + https://rdmorganiser.github.io/terms - yesno - horizon-europe/ethics/personal_data/yesno + horizon-europe/ethics/personal_data/yesno - False False - 1 - The handling and processing of personal data is regulated by law. The EU-wide uniform application follows the <a href="https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX:32016R0679" target="_blank"> EU General Data Protection Regulation (GDPR)</a>. It allows room for maneuver at national level. Germany has made use of this regulatory leeway in the form of the <a href="http://www.gesetze-im-internet.de/bdsg_2018/" target="_blank"> Federal Data Protection Act (BDSG)</a>. For universities, the individual data protection laws of the federal states apply to a large extent. The European GDPR defines personal data as all information that relates to an identified or identifiable natural person (Art. 4 GDPR, Paragraph 1). <b> Identified </b> is a person if he or she can be clearly identified who the data belongs to. A person becomes <b> identifiable </b> if he or she can be identified by means of additional information. + The handling and processing of personal data is regulated by law. The EU-wide uniform application follows the <a href="https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX:32016R0679" target="_blank"> EU General Data Protection Regulation (GDPR)</a>. It allows room for maneuver at national level. Germany has made use of this regulatory leeway in the form of the <a href="http://www.gesetze-im-internet.de/bdsg_2018/" target="_blank"> Federal Data Protection Act (BDSG)</a>. For universities, the individual data protection laws of the federal states apply to a large extent. The European GDPR defines personal data as all information that relates to an identified or identifiable natural person (Art. 4 GDPR, Paragraph 1). <b> Identified </b> is a person if he or she can be clearly identified who the data belongs to. A person becomes <b> identifiable </b> if he or she can be identified by means of additional information. Does this dataset contain personal data? - - Der Umgang und die Verarbeitung personenbezogener Daten ist gesetzlich geregelt. Die EU-weit einheitliche Anwendung erfolgt nach der <a href="https://eur-lex.europa.eu/legal-content/DE/TXT/?uri=CELEX:32016R0679" target="_blank">EU-Datenschutz-Grundverordnung (DSGVO)</a>. Sie gestattet Regelungsspielräume auf nationaler Ebene. Deutschland hat diese Regelungsspielräume in Form des <a href="http://www.gesetze-im-internet.de/bdsg_2018/" target="_blank">Bundesdatenschutzgesetzes (BDSG)</a> wahrgenommen. Für Hochschulen gelten zum großen Teil die individuellen Datenschutzgesetze der Länder, z. B. das <a href="https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275" target="_blank">Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)</a>. Die europäische DSGVO definiert personenbezogene Daten als alle Informationen, die sich auf eine identifizierte oder identifizierbare natürliche Person beziehen (Art. 4 DSGVO, Abs. 1). <b>Identifiziert </b>ist eine Person, wenn eindeutig erkennbar ist, zu welcher Person die Daten gehören. <b>Identifizierbar</b> wird eine Person, wenn sie mittels Zusatzinformationen identifiziert werden kann. + Der Umgang und die Verarbeitung personenbezogener Daten ist gesetzlich geregelt. Die EU-weit einheitliche Anwendung erfolgt nach der <a href="https://eur-lex.europa.eu/legal-content/DE/TXT/?uri=CELEX:32016R0679" target="_blank">EU-Datenschutz-Grundverordnung (DSGVO)</a>. Sie gestattet Regelungsspielräume auf nationaler Ebene. Deutschland hat diese Regelungsspielräume in Form des <a href="http://www.gesetze-im-internet.de/bdsg_2018/" target="_blank">Bundesdatenschutzgesetzes (BDSG)</a> wahrgenommen. Für Hochschulen gelten zum großen Teil die individuellen Datenschutzgesetze der Länder, z. B. das <a href="https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275" target="_blank">Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)</a>. Die europäische DSGVO definiert personenbezogene Daten als alle Informationen, die sich auf eine identifizierte oder identifizierbare natürliche Person beziehen (Art. 4 DSGVO, Abs. 1). <b>Identifiziert </b>ist eine Person, wenn eindeutig erkennbar ist, zu welcher Person die Daten gehören. <b>Identifizierbar</b> wird eine Person, wenn sie mittels Zusatzinformationen identifiziert werden kann. Enthält dieser Datensatz personenbezogene Daten? - - ..... - ¿Esta colección de datos contiene datos personales? - - - - La manipulation et le traitement des données personnelles sont réglementés par la loi. L'application uniforme à l'échelle de l'UE est conforme au <a href="https://eur-lex.europa.eu/legal-content/FR/TXT/?uri=CELEX:32016R0679" target="_blank"> Règlement général sur la protection des données (RGPD) de l'UE </a>. Il laisse une marge de manœuvre au niveau national. L'Allemagne a fait usage de cette marge de manœuvre réglementaire sous la forme de la <a href="http://www.gesetze-im-internet.de/bdsg_2018/" target="_blank"> loi fédérale sur la protection des données (BDSG) </a>. Pour les universités, les lois sur la protection des données individuelles des États fédéraux s'appliquent dans une large mesure. Le RGPD européen définit les données personnelles comme toutes les informations relatives à une personne physique identifiée ou identifiable (art. 4 RGPD, paragraphe 1). <b> Identifié </b> est une personne si il est possible d'identifier clairement à qui appartiennent les données. Une personne devient <b> identifiable </b> si elle peut être identifiée au moyen d'informations supplémentaires. - Ce jeu de données contient-il des données personnelles ? + La manipulation et le traitement des données personnelles sont réglementés par la loi. L'application uniforme à l'échelle de l'UE est conforme au <a href="https://eur-lex.europa.eu/legal-content/FR/TXT/?uri=CELEX:32016R0679" target="_blank"> Règlement général sur la protection des données (RGPD) de l'UE </a>. Il laisse une marge de manœuvre au niveau national. L'Allemagne a fait usage de cette marge de manœuvre réglementaire sous la forme de la <a href="http://www.gesetze-im-internet.de/bdsg_2018/" target="_blank"> loi fédérale sur la protection des données (BDSG) </a>. Pour les universités, les lois sur la protection des données individuelles des États fédéraux s'appliquent dans une large mesure. Le RGPD européen définit les données personnelles comme toutes les informations relatives à une personne physique identifiée ou identifiable (art. 4 RGPD, paragraphe 1). <b> Identifié </b> est une personne si il est possible d'identifier clairement à qui appartiennent les données. Une personne devient <b> identifiable </b> si elle peut être identifiée au moyen d'informations supplémentaires. + Ce jeu de données contient-il des données personnelles ? - ..... Questa raccolta di dati contiene dati personali? - + ..... + ¿Esta colección de datos contiene datos personales? + + yesno @@ -4260,42 +3705,34 @@ A estas dos preguntas se refieren todas las preguntas detalladas hasta el final https://rdmorganiser.github.io/terms - gdpr_9 - horizon-europe/ethics/personal_data/gdpr_9 + horizon-europe/ethics/personal_data/gdpr_9 - False False - 2 - These kinds of data are considered particularly sensitive and require even more extensive safeguards. If you answer this question with "Yes", please get in touch with the data protection officer of your institution to check which additional protection measures are necessary. - Does the dataset contain "data revealing racial or ethnic origin, political opinions, religious or philosophical beliefs, or trade union membership" or genetic or "biometric data for the purpose of uniquely identifying a natural person, data concerning health or data concerning a natural person's sex life or sexual orientation" (Art. 9 GDPR)? + These kinds of data are considered particularly sensitive and require even more extensive safeguards. If you answer this question with "Yes", please get in touch with the data protection officer of your institution to check which additional protection measures are necessary. + Does the dataset contain "data revealing racial or ethnic origin, political opinions, religious or philosophical beliefs, or trade union membership" or genetic or "biometric data for the purpose of uniquely identifying a natural person, data concerning health or data concerning a natural person's sex life or sexual orientation" (Art. 9 GDPR)? - - Hierunter fallen laut DSGVO personenbezogene "Daten, aus denen die rassische und ethnische Herkunft, politische Meinungen, religiöse oder weltanschauliche überzeugungen oder die Gewerkschaftszugehörigkeit hervorgehen, sowie die Verarbeitung von genetischen Daten, biometrischen Daten zur eindeutigen Identifizierung einer natürlichen Person, Gesundheitsdaten oder Daten zum Sexualleben oder der sexuellen Orientierung einer natürlichen Person" <a href="https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX:32016R0679" target="_blank">(Art. 9 DSGVO, Abs. 1)</a>. Solche Daten gelten als besonders sensibel und erfordern noch strengere Schutzmaßnahmen, als bei personenbezogenen Daten generell bereits erforderlich sind. Wenn Sie diese Frage mit "Ja" beantworten, informieren Sie sich bei der/dem Datenschutzbeauftragten Ihrer Institution, welche zusätzlichen Schutzmaßnahmen notwendig sind. + Hierunter fallen laut DSGVO personenbezogene "Daten, aus denen die rassische und ethnische Herkunft, politische Meinungen, religiöse oder weltanschauliche überzeugungen oder die Gewerkschaftszugehörigkeit hervorgehen, sowie die Verarbeitung von genetischen Daten, biometrischen Daten zur eindeutigen Identifizierung einer natürlichen Person, Gesundheitsdaten oder Daten zum Sexualleben oder der sexuellen Orientierung einer natürlichen Person" <a href="https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX:32016R0679" target="_blank">(Art. 9 DSGVO, Abs. 1)</a>. Solche Daten gelten als besonders sensibel und erfordern noch strengere Schutzmaßnahmen, als bei personenbezogenen Daten generell bereits erforderlich sind. Wenn Sie diese Frage mit "Ja" beantworten, informieren Sie sich bei der/dem Datenschutzbeauftragten Ihrer Institution, welche zusätzlichen Schutzmaßnahmen notwendig sind. Enthält der Datensatz personenbezogene Daten besonderer Kategorien? - - Este tipo de datos se consideran particularmente sensibles y requieren medidas de protección suplementarias. - -Si responde "Sí" a esta pregunta, póngase en contacto con el responsable de protección de datos de su institución para comprobar qué medidas de protección adicionales son necesarias. - ¿La colección de datos contiene información sobre la identidad racial o étnica, sobre opiniones políticas, sobre creencias religiosas o filosóficas, sobre afiliaciones sindicales, sobre salud o preferencias sexuales? - - - - Ces types de données sont considérés comme particulièrement sensibles et nécessitent des garanties encore plus étendues. Si vous répondez « Oui » à cette question, veuillez contacter le délégué à la protection des données de votre institution pour vérifier quelles mesures de protection supplémentaires sont nécessaires. - L'ensemble des données contient-il des informations révélant « de l'origine raciale ou ethnique, des opinions politiques, des convictions religieuses ou philosophiques ou de l'appartenance syndicale », génétiques ou « des données biométriques aux fins d'identifier de manière unique une personne physique, des données concernant la santé ou des données concernant une personne physique sa vie sexuelle ou son orientation sexuelle » (cf. art. 9 RGPD) ? + Ces types de données sont considérés comme particulièrement sensibles et nécessitent des garanties encore plus étendues. Si vous répondez « Oui » à cette question, veuillez contacter le délégué à la protection des données de votre institution pour vérifier quelles mesures de protection supplémentaires sont nécessaires. + L'ensemble des données contient-il des informations révélant « de l'origine raciale ou ethnique, des opinions politiques, des convictions religieuses ou philosophiques ou de l'appartenance syndicale », génétiques ou « des données biométriques aux fins d'identifier de manière unique une personne physique, des données concernant la santé ou des données concernant une personne physique sa vie sexuelle ou son orientation sexuelle » (cf. art. 9 RGPD) ? - ..... La raccolta di dati contiene informazioni sull'identità razziale o etnica, sulle opnioni politiche, sulle convinzioni religiose o filosofiche, sull'appartenenza a un sindacato, dati genetici o biometrici che consentono l'identificazione univoca di una persona fisica, dati relativi alla salute o dati riguardanti la vita sessuale o l'orientamento sessuale di una persona fisica (Art.9 GDPR)? -" +" - + Este tipo de datos se consideran particularmente sensibles y requieren medidas de protección suplementarias. + +Si responde "Sí" a esta pregunta, póngase en contacto con el responsable de protección de datos de su institución para comprobar qué medidas de protección adicionales son necesarias. + ¿La colección de datos contiene información sobre la identidad racial o étnica, sobre opiniones políticas, sobre creencias religiosas o filosóficas, sobre afiliaciones sindicales, sobre salud o preferencias sexuales? + + yesno @@ -4310,39 +3747,31 @@ Si responde "Sí" a esta pregunta, póngase en contacto con el responsable de pr https://rdmorganiser.github.io/terms - anonymization - horizon-europe/ethics/personal_data/anonymization + horizon-europe/ethics/personal_data/anonymization - False False - 3 Will the data be anonymised or pseudonymised? - Werden die Daten anonymisiert oder pseudonymisiert? - - - ¿Se anonimizarán o seudonimizarán los datos? - - - - Les données seront-elles anonymisées ou pseudonymisées ? + Les données seront-elles anonymisées ou pseudonymisées ? - I dati saranno anonimizzati o pseudonimizzati? - + + ¿Se anonimizarán o seudonimizarán los datos? + + radio @@ -4359,39 +3788,31 @@ Si responde "Sí" a esta pregunta, póngase en contacto con el responsable de pr https://rdmorganiser.github.io/terms - extent - horizon-europe/ethics/personal_data/extent + horizon-europe/ethics/personal_data/extent - False False - 4 - Basically, the collection, processing, archiving and publication of personal data is only admissible, when the "informed consent" of the person in question has been obtained. Only in a very few exceptional cases is this not required. If necessary, please contact the data protection officer of your institution for information about the necessary conditions for consent. - To what extent is the "informed consent" obtained from the persons concerned? + Basically, the collection, processing, archiving and publication of personal data is only admissible, when the "informed consent" of the person in question has been obtained. Only in a very few exceptional cases is this not required. If necessary, please contact the data protection officer of your institution for information about the necessary conditions for consent. + To what extent is the "informed consent" obtained from the persons concerned? - - Grundsätzlich gilt, dass eine Erhebung, Verarbeitung, Archivierung und Veröffentlichung personenbezogener Daten nur zulässig ist, wenn eine entsprechende "informierte Einwilligung" der Betroffenen vorliegt. Nur in ganz wenigen Ausnahmefällen wird diese nicht benötigt. Bitte informieren Sie sich ggf. bei der/dem Datenschutzbeauftragten Ihrer Institution über die notwendigen Bedingungen für die Einwilligung. - In welchem Umfang wird die "informierte Einwilligung" der Betroffenen eingeholt? + Grundsätzlich gilt, dass eine Erhebung, Verarbeitung, Archivierung und Veröffentlichung personenbezogener Daten nur zulässig ist, wenn eine entsprechende "informierte Einwilligung" der Betroffenen vorliegt. Nur in ganz wenigen Ausnahmefällen wird diese nicht benötigt. Bitte informieren Sie sich ggf. bei der/dem Datenschutzbeauftragten Ihrer Institution über die notwendigen Bedingungen für die Einwilligung. + In welchem Umfang wird die "informierte Einwilligung" der Betroffenen eingeholt? - - Básicamente, la recopilación, procesamiento, archivo y publicación de datos personales solo es admisible cuando se ha obtenido el "consentimiento informado" de la persona en cuestión. - ¿En qué medida se obtiene el "consentimiento informado" de las personas interesadas? - - - Fondamentalement, la collecte, le traitement, l'archivage et la publication de données personnelles ne sont admissibles que lorsque le consentement éclairé de la personne concernée a été obtenu. Ce n'est que dans de très rares cas que cela n'est pas nécessaire. Si besoin, veuillez contacter le délégué à la protection des données de votre institution pour obtenir des informations sur ces conditions nécessaires de consentement. - Dans quelle mesure le « consentement éclairé » des personnes concernées est-il obtenu ? + Dans quelle mesure le « consentement éclairé » des personnes concernées est-il obtenu ? - - In linea di principio, la collezione, il trattamento, l'archiviazione e la pubblicazione di dati personali non sono consentiti, a meno che non sia stato ottenuto il "consenso informato" delle persone coinvolte. - In che misura viene richiesto un "consenso informato" delle persone coinvolte? + In linea di principio, la collezione, il trattamento, l'archiviazione e la pubblicazione di dati personali non sono consentiti, a meno che non sia stato ottenuto il "consenso informato" delle persone coinvolte. + In che misura viene richiesto un "consenso informato" delle persone coinvolte? - + Básicamente, la recopilación, procesamiento, archivo y publicación de datos personales solo es admisible cuando se ha obtenido el "consentimiento informado" de la persona en cuestión. + ¿En qué medida se obtiene el "consentimiento informado" de las personas interesadas? + + radio @@ -4408,39 +3829,31 @@ Si responde "Sí" a esta pregunta, póngase en contacto con el responsable de pr https://rdmorganiser.github.io/terms - statement - horizon-europe/ethics/personal_data/statement + horizon-europe/ethics/personal_data/statement - False False - 5 - If no "informed consent" is obtained, please give the reasons for not doing so. + If no "informed consent" is obtained, please give the reasons for not doing so. - - Wenn keine "informierte Einwilligung" eingeholt wird, begründen Sie dies bitte. + Wenn keine "informierte Einwilligung" eingeholt wird, begründen Sie dies bitte. - - - Si no se obtiene el "consentimiento informado", indique las razones para no hacerlo. - - - - Si aucun « consentement éclairé » n'est obtenu, veuillez indiquer les raisons du refus. + Si aucun « consentement éclairé » n'est obtenu, veuillez indiquer les raisons du refus. - - Se non è necessario un "consenso informato", si prega di indicare perché. + Se non è necessario un "consenso informato", si prega di indicare perché. - + + Si no se obtiene el "consentimiento informado", indique las razones para no hacerlo. + + textarea @@ -4455,39 +3868,31 @@ Si responde "Sí" a esta pregunta, póngase en contacto con el responsable de pr https://rdmorganiser.github.io/terms - deletion - horizon-europe/ethics/personal_data/deletion + horizon-europe/ethics/personal_data/deletion - False False - 6 By when will the (unanonymised or unpseudonymised) original data be safely deleted? - Bis wann werden die (unanonymisierten bzw. unpseudonymisierten) Originaldaten spätestens sicher vernichtet? - - - ¿Para cuándo se eliminarán de forma segura los datos originales (sin anonimizar o sin seudonimizar)? - - - - D'ici quand les données originales (non anonymisées ou non pseudonymisées) seront-elles supprimées en toute sécurité ? + D'ici quand les données originales (non anonymisées ou non pseudonymisées) seront-elles supprimées en toute sécurité ? - A che scadenza verranno eliminati in modo sicuro tutti i dati originali (non anonimizzati né pseudonimizzati)? - + + ¿Para cuándo se eliminarán de forma segura los datos originales (sin anonimizar o sin seudonimizar)? + + date @@ -4500,73 +3905,60 @@ Si responde "Sí" a esta pregunta, póngase en contacto con el responsable de pr - + https://rdmorganiser.github.io/terms - sensitive-data-other - horizon-europe/ethics/sensitive-data-other + horizon-europe/ethics/sensitive-data-other -
- True - 2 Other sensitive data dataset - datasets Weitere sensible Daten Datensatz - Datensätze - Otros datos confidenciales - - colección de datos - colecciones de datos Autres données sensibles jeu de données - jeux de données Altri dati sensibili raccolta di dati - raccolte di dati + Otros datos confidenciales + + colección de datos + + + + - + https://rdmorganiser.github.io/terms - description - horizon-europe/ethics/sensitive-data-other/description + horizon-europe/ethics/sensitive-data-other/description - False False - 2 Examples are data that contain trade or business secrets or geoinformation on endangered species. Does this dataset contain sensitive data other than personal data? If yes, please describe the non-personal sensitive data used in the project. - Beispiele hierfür sind etwa Daten, die Betriebs- oder Geschäftsgeheimnisse oder Ortsangaben zu bedrohten Tier- oder Pflanzenarten enthalten. Enthält dieser Datensatz nicht-personenbezogene sensible Daten? Wenn ja, um welche nicht personenbezogenen sensiblen Daten handelt es sich? - - Algunos ejemplos son los datos que contienen secretos comerciales o comerciales de información geográfica sobre especies en peligro de extinción. - ¿Esta colección de datos contiene datos confidenciales que no sean datos personales? - - - Des exemples sont des données qui contiennent des secrets industriels ou commerciaux, ou bien d'informations géographiques sur des espèces menacées. - Cet ensemble de données contient-il des données sensibles autres que des données personnelles ? Si oui, veuillez décrire les données sensibles non personnelles utilisées dans le projet. + Cet ensemble de données contient-il des données sensibles autres que des données personnelles ? Si oui, veuillez décrire les données sensibles non personnelles utilisées dans le projet. - Ad esempio dati che contengono segreti industriali o commerciali, o anche informazioni geografiche su specie minacciate. Questa raccolta di dati contiene dati sensibili non personali? In caso affermativo, si prega di descrivere i dati sensibili non personali utlizzati nel progetto. - + Algunos ejemplos son los datos que contienen secretos comerciales o comerciales de información geográfica sobre especies en peligro de extinción. + ¿Esta colección de datos contiene datos confidenciales que no sean datos personales? + + textarea @@ -4579,73 +3971,63 @@ Si responde "Sí" a esta pregunta, póngase en contacto con el responsable de pr - + https://rdmorganiser.github.io/terms - sensitive-data-official_approval - horizon-europe/ethics/sensitive-data-official_approval + horizon-europe/ethics/sensitive-data-official_approval -
- False - 3 Official approval - Offizielle Genehmigung - - Aprobación oficial - - - Approbation officielle - Approvazione ufficiale - + Aprobación oficial + + + + + + + + + - + https://rdmorganiser.github.io/terms - ethics_committee - horizon-europe/ethics/sensitive-data-official_approval/ethics_committee + horizon-europe/ethics/sensitive-data-official_approval/ethics_committee - False False - 1 Has the project been approved by a research ethics committee? - Wurde das Forschungsvorhaben von einer Ethikkommission begutachtet? - - - ¿El proyecto ha sido aprobado por un comité de ética de la investigación? - - - - Le projet a-t-il été approuvé par un comité d'éthique de la recherche ? + Le projet a-t-il été approuvé par un comité d'éthique de la recherche ? - Il progetto è stato approvato da un comitato per l'etica nella ricerca? - + + ¿El proyecto ha sido aprobado por un comité de ética de la investigación? + + radio @@ -4662,39 +4044,31 @@ Si responde "Sí" a esta pregunta, póngase en contacto con el responsable de pr https://rdmorganiser.github.io/terms - yesno - horizon-europe/ethics/sensitive-data-official_approval/yesno + horizon-europe/ethics/sensitive-data-official_approval/yesno - False False - 2 Is a statutatory approval / permit needed for the research? - Wird für das Forschungsvorhaben eine offizielle Genehmigung benötigt? - - - ¿Se necesita una aprobación/permiso legal para la investigación? - - - - Une approbation / un permis légal est-il nécessaire pour la recherche ? + Une approbation / un permis légal est-il nécessaire pour la recherche ? - È necessario un comitato di accesso ai dati per gestire gli accessi ai dati pubblicati nel corso del progetto? - + + ¿Se necesita una aprobación/permiso legal para la investigación? + + radio @@ -4711,39 +4085,31 @@ Si responde "Sí" a esta pregunta, póngase en contacto con el responsable de pr https://rdmorganiser.github.io/terms - title - horizon-europe/ethics/sensitive-data-official_approval/title + horizon-europe/ethics/sensitive-data-official_approval/title - False False - 3 If yes, which permit? - Wenn ja, um welche Genehmigung handelt es sich? - - - En caso afirmativo, ¿cuál permiso? - - - - Si oui, quel permis ? + Si oui, quel permis ? - In caso affermativo, che tipo di permesso? - + + En caso afirmativo, ¿cuál permiso? + + text @@ -4758,39 +4124,31 @@ Si responde "Sí" a esta pregunta, póngase en contacto con el responsable de pr https://rdmorganiser.github.io/terms - agency - horizon-europe/ethics/sensitive-data-official_approval/agency + horizon-europe/ethics/sensitive-data-official_approval/agency - False False - 4 If yes, which is the responsible agency? - Wenn ja, welche ist die ausstellende Behörde? - - - En caso afirmativo, ¿cuál es la agencia responsable? - - - - Si oui, quelle est l'agence responsable ? + Si oui, quelle est l'agence responsable ? - In caso affermativo, qual è l'ufficio responsabile? - + + En caso afirmativo, ¿cuál es la agencia responsable? + + text @@ -4803,54 +4161,45 @@ Si responde "Sí" a esta pregunta, póngase en contacto con el responsable de pr - + https://rdmorganiser.github.io/terms - intellectual-property-rights-yesno - horizon-europe/ethics/intellectual-property-rights-yesno + horizon-europe/ethics/intellectual-property-rights-yesno -
- False - 4 Intellectual property rights I - Urheber- oder verwandte Schutzrechte I - - Derechos de propiedad intelectual I - - - Droits de propriété intellectuelle I - Diritti di proprietà intellettuale I - + Derechos de propiedad intelectual I + + + + + + - + https://rdmorganiser.github.io/terms - yesno - horizon-europe/ethics/intellectual-property-rights-yesno/yesno + horizon-europe/ethics/intellectual-property-rights-yesno/yesno - False False - 0 Data or software can be subject to intellectual or industrial property rights. Applicable laws differ widely even within EU. Does the project use and/or produce data that is protected by intellectual or industrial property rights? - - Daten oder Software können Urheber- oder anderen Schutzrechten unterliegen. Die Rechtslage kann selbst in der EU von Land zu Land erheblich abweichen. In Deutschland sind nach dem Urheberrechtsgesetz (UrhG) Werke der Literatur, Wissenschaft und Kunst, die eine "persönliche geistige Schöpfung" darstellen, urheberrechtlich geschützt. Der urheberrechtliche Schutz erlischt 70 Jahre nach dem Tod der bzw. des Urheberin/s. Reine Daten, z.B. Messdaten oder Surveydaten, aber auch Metadaten (bis auf ggf. "beschreibende" Metadaten) sind hingegen nicht schutzfähig. In § 2 nennt das UrhG folgende geschützte Werkarten, wobei die Aufzählung nicht abschließend ist: + Daten oder Software können Urheber- oder anderen Schutzrechten unterliegen. Die Rechtslage kann selbst in der EU von Land zu Land erheblich abweichen. In Deutschland sind nach dem Urheberrechtsgesetz (UrhG) Werke der Literatur, Wissenschaft und Kunst, die eine "persönliche geistige Schöpfung" darstellen, urheberrechtlich geschützt. Der urheberrechtliche Schutz erlischt 70 Jahre nach dem Tod der bzw. des Urheberin/s. Reine Daten, z.B. Messdaten oder Surveydaten, aber auch Metadaten (bis auf ggf. "beschreibende" Metadaten) sind hingegen nicht schutzfähig. In § 2 nennt das UrhG folgende geschützte Werkarten, wobei die Aufzählung nicht abschließend ist: * Sprachwerke, wie Schriftwerke, Reden und Computerprogramme * Werke der Musik @@ -4859,26 +4208,22 @@ Si responde "Sí" a esta pregunta, póngase en contacto con el responsable de pr * Lichtbildwerke einschließlich der Werke, die ähnlich wie Lichtbildwerke geschaffen werden * Darstellungen wissenschaftlicher oder technischer Art wie Zeichnungen, Pläne, Karten, Skizzen, Tabellen und plastische Darstellungen. -Nach § 3 sind auch "Übersetzungen und andere Bearbeitungen" von Werken geschützt, die persönliche geistige Schöpfungen des Bearbeiters sind". Schließlich sind nach § 4 auch Sammelwerke und Datenbankwerke geschützt, was im Bereich Forschungsdaten durchaus relevant sein kann. Sammelwerke werden dabei definiert als "Sammlungen von Werken, Daten oder anderen unabhängigen Elementen, die aufgrund der Auswahl oder Anordnung der Elemente eine persönliche geistige Schöpfung sind". Bei einem "Datenbankwerk im Sinne des Gesetzes" handelt es sich um ein "Sammelwerk, dessen Elemente systematisch oder methodisch angeordnet und einzeln mit Hilfe elektronischer Mittel oder auf andere Weise zugänglich sind". Weitere relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Gebrauchsmuster, Sortenschutz [bei Pflanzenzüchtungen], Halbleiterschutz, Marken, geographische Herkunftsangaben, eingetragene Designs oder geschäftliche Bezeichnungen sein. +Nach § 3 sind auch "Übersetzungen und andere Bearbeitungen" von Werken geschützt, die persönliche geistige Schöpfungen des Bearbeiters sind". Schließlich sind nach § 4 auch Sammelwerke und Datenbankwerke geschützt, was im Bereich Forschungsdaten durchaus relevant sein kann. Sammelwerke werden dabei definiert als "Sammlungen von Werken, Daten oder anderen unabhängigen Elementen, die aufgrund der Auswahl oder Anordnung der Elemente eine persönliche geistige Schöpfung sind". Bei einem "Datenbankwerk im Sinne des Gesetzes" handelt es sich um ein "Sammelwerk, dessen Elemente systematisch oder methodisch angeordnet und einzeln mit Hilfe elektronischer Mittel oder auf andere Weise zugänglich sind". Weitere relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Gebrauchsmuster, Sortenschutz [bei Pflanzenzüchtungen], Halbleiterschutz, Marken, geographische Herkunftsangaben, eingetragene Designs oder geschäftliche Bezeichnungen sein. Werden Daten genutzt und/oder erstellt, die durch Urheber- oder verwandte Schutzrechte geschützt sind? - - Los datos o el software pueden estar sujetos a derechos de propiedad intelectual o industrial. Las leyes aplicables difieren ampliamente incluso dentro de la UE. - ¿El proyecto utiliza y/o produce datos protegidos por derechos de propiedad intelectual o industrial? - - - Les données ou logiciels peuvent être soumis à des droits de propriété intellectuelle ou industrielle. Les lois applicables diffèrent largement, même au sein de l'UE. - Le projet utilise-t-il et/ou produit-il des données protégées par des droits de propriété intellectuelle ou industrielle ? + Le projet utilise-t-il et/ou produit-il des données protégées par des droits de propriété intellectuelle ou industrielle ? - I dati o il software possono sottostare a diritti di proprietà intellettuale o industriale. Le leggi applicabili sono molto discordanti da paese a paese, perfino all'interno dell'UE. Il progetto utilizza e/o produce dati coperti da diritti di proprietà intellettuale o industriale? - + Los datos o el software pueden estar sujetos a derechos de propiedad intelectual o industrial. Las leyes aplicables difieren ampliamente incluso dentro de la UE. + ¿El proyecto utiliza y/o produce datos protegidos por derechos de propiedad intelectual o industrial? + + yesno @@ -4891,75 +4236,63 @@ Nach § 3 sind auch "Übersetzungen und andere Bearbeitungen" von Werken geschü - + https://rdmorganiser.github.io/terms - intellectual-property-rights-dataset - horizon-europe/ethics/intellectual-property-rights-dataset + horizon-europe/ethics/intellectual-property-rights-dataset -
- True - 5 Intellectual property rights II dataset - datasets Urheber- oder verwandte Schutzrechte II Datensatz - Datensätze - Derechos de propiedad intelectual II - - colección de datos - colecciones de datos Droits de propriété intellectuelle II jeu de données - jeux de données Diritti di proprietà intellettuale II raccolta di dati - raccolte di dati + Derechos de propiedad intelectual II + + colección de datos + + + + + - + https://rdmorganiser.github.io/terms - copyrights - horizon-europe/ethics/intellectual-property-rights-dataset/copyrights + horizon-europe/ethics/intellectual-property-rights-dataset/copyrights - True False - 0 Does copyright law apply to this dataset? - Be- oder entstehen an diesem Datensatz Urheberrechte? - - - ¿Se aplica la ley de derechos de autor a esta colección de datos? - - - - La loi sur le droit d'auteur s'applique-t-elle à ce jeu de données ? + La loi sur le droit d'auteur s'applique-t-elle à ce jeu de données ? - È applicabile la legge sul diritto d'autore a questa raccolta di dati? - + + ¿Se aplica la ley de derechos de autor a esta colección de datos? + + checkbox @@ -4976,39 +4309,31 @@ Nach § 3 sind auch "Übersetzungen und andere Bearbeitungen" von Werken geschü https://rdmorganiser.github.io/terms - other_rights - horizon-europe/ethics/intellectual-property-rights-dataset/other_rights + horizon-europe/ethics/intellectual-property-rights-dataset/other_rights - True False - 2 Do other intellectual property rights apply to this dataset? - Be- oder entstehen an diesem Datensatz andere Schutzrechte? - - - ¿Se aplican otros derechos de propiedad intelectual a esta colección de datos? - - - - D'autres droits de propriété intellectuelle s'appliquent-ils à ce jeu de données ? + D'autres droits de propriété intellectuelle s'appliquent-ils à ce jeu de données ? - Sono applicabili altri diritti di proprietà intellettuale a questa raccolta di dati? - + + ¿Se aplican otros derechos de propiedad intelectual a esta colección de datos? + + checkbox @@ -5025,120 +4350,109 @@ Nach § 3 sind auch "Übersetzungen und andere Bearbeitungen" von Werken geschü
https://rdmorganiser.github.io/terms - rdm_regulations - horizon-europe/rdm_regulations + horizon-europe/rdm_regulations - - 7 Other aspects Weitere Aspekte - Otros aspectos Autres aspects Altri aspetti + Otros aspectos + + + + +
- + https://rdmorganiser.github.io/terms - funding-funder - horizon-europe/rdm_regulations/funding-funder + horizon-europe/rdm_regulations/funding-funder -
- True - 1 Rules of the funders - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>Do you, or will you, make use of other national/funder/sectorial/departmental procedures for data management? If yes, which ones (please list and briefly describe them)?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>Do you, or will you, make use of other national/funder/sectorial/departmental procedures for data management? If yes, which ones (please list and briefly describe them)?</i> In the following, you will be given space up to the end of the questionnaire to briefly describe the procedures and to name the guidelines and recommendations that are the reason for the application of the procedures. More details about the procedures can be described with the questions above. Accordingly, reference can then be made here to these questions. funder - funders Regelungen der Förderer - <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>Do you, or will you, make use of other national/funder/sectorial/departmental procedures for data management? If yes, which ones (please list and briefly describe them)?</i> + <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>Do you, or will you, make use of other national/funder/sectorial/departmental procedures for data management? If yes, which ones (please list and briefly describe them)?</i> Im Folgenden wird Ihnen bis zum Ende des Fragenkatalogs Raum gegeben, die Prozeduren stichwortartig zu beschreiben und die Richtlinien und Empfehlungen zu benennen, die der Anlass für die Anwendung der Prozeduren sind. Nähere Einzelheiten zu den Prozeduren können mit bei den Fragen oben beschrieben werden. Entsprechend kann dann hier auf diese Fragen verwiesen werden. Förderer - Förderer - Reglas de los financiadores - ..... - Financiador - Financiadores Règles des bailleurs de fonds - <i>Utilisez-vous ou utiliserez-vous d'autres procédures nationales/sectorielles/départementales ou provenant du bailleur de fonds pour la gestion des données ? Si oui, lesquelles (veuillez les énumérer et les décrire brièvement) ?</i> + <i>Utilisez-vous ou utiliserez-vous d'autres procédures nationales/sectorielles/départementales ou provenant du bailleur de fonds pour la gestion des données ? Si oui, lesquelles (veuillez les énumérer et les décrire brièvement) ?</i> Dans ce qui suit, vous disposerez d'un espace jusqu'à la fin du questionnaire pour décrire brièvement les procédures et nommer les lignes directrices et les recommandations qui dirigent l'application des procédures. Plus de détails sur les procédures peuvent être décrits avec les questions ci-dessus. En conséquence, vous pouvez faire référence ici à ces questions. Organisme de financement - Organismes de financement Regole dei finanziatori ..... Ente finanziatore - Enti finanziatori + Reglas de los financiadores + ..... + Financiador + + + + - + https://rdmorganiser.github.io/terms - funder_policy - horizon-europe/rdm_regulations/funding-funder/funder_policy + horizon-europe/rdm_regulations/funding-funder/funder_policy - False False - 2 Projects funded by Horizon Europe must respect the following European Commission documents: -- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/guidance/programme-guide_horizon_en.pdf" target="_blank">Programme Guide</a> +- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/guidance/programme-guide_horizon_en.pdf" target="_blank">Programme Guide</a> -- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/common/guidance/aga_en.pdf" target="_blank">Annotated Model Grant Agreement</a> +- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/common/guidance/aga_en.pdf" target="_blank">Annotated Model Grant Agreement</a> -- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/af/af_he-ria-ia-stage-1_en.pdf" target=_blank">Standard Proposal Template</a> +- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/af/af_he-ria-ia-stage-1_en.pdf" target=_blank">Standard Proposal Template</a> -- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank">Data Management Plan Template</a> +- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank">Data Management Plan Template</a> Does the funder have rules or recommendations for data management? If yes, please briefly outline them and refer to more detailed sources of information if necessary. - Projekte, die durch Horizon Europe gefördert werden, müssen die folgenden Dokumente der Europäischen Kommission beachten: -- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/guidance/programme-guide_horizon_en.pdf" target="_blank">Programme Guide</a> +- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/guidance/programme-guide_horizon_en.pdf" target="_blank">Programme Guide</a> -- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/common/guidance/aga_en.pdf" target="_blank">Annotated Model Grant Agreement</a> +- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/common/guidance/aga_en.pdf" target="_blank">Annotated Model Grant Agreement</a> -- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/af/af_he-ria-ia-stage-1_en.pdf" target=_blank">Standard Proposal Template</a> +- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/af/af_he-ria-ia-stage-1_en.pdf" target=_blank">Standard Proposal Template</a> -- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank">Data Management Plan Template</a> +- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank">Data Management Plan Template</a> Gibt es von Seiten des Forschungsförderers Vorgaben oder Richtlinien bezüglich des Umgangs mit den im Projekt erhobenen Forschungsdaten? Wenn ja, skizzieren Sie diese kurz und verweisen Sie ggf. auf weiterführende Informationen. - - Los financiadores de investigación también especifican cada vez más los requisitos relacionados con la gestión de los datos de investigación en sus proyectos financiados. - ¿El financiador tiene reglas, directrices o recomendaciones para la gestión de datos? En caso afirmativo, descríbalos brevemente y consulte fuentes de información más detalladas si es necesario. - - - - Les projets financés par Horizon Europe doivent respecter les documents suivants de la Commission européenne : + Les projets financés par Horizon Europe doivent respecter les documents suivants de la Commission européenne : -- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/guidance/programme-guide_horizon_en.pdf" target="_blank">Guide du programme</a> -- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/common/guidance/aga_en.pdf" target="_blank">Modèle d'Accord de Subvention Annoté</a> -- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/af/af_he-ria-ia-stage-1_en.pdf" target=_blank">Modèle de proposition standard</a> -- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank">Modèle de plan de gestion des données</a> +- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/guidance/programme-guide_horizon_en.pdf" target="_blank">Guide du programme</a> +- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/common/guidance/aga_en.pdf" target="_blank">Modèle d'Accord de Subvention Annoté</a> +- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/af/af_he-ria-ia-stage-1_en.pdf" target=_blank">Modèle de proposition standard</a> +- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank">Modèle de plan de gestion des données</a> - Le bailleur de fonds a-t-il des règles ou des recommandations pour la gestion des données ? Si oui, veuillez les décrire brièvement et faire référence à des sources d'informations plus détaillées si nécessaire. + Le bailleur de fonds a-t-il des règles ou des recommandations pour la gestion des données ? Si oui, veuillez les décrire brièvement et faire référence à des sources d'informations plus détaillées si nécessaire. - - I progetti finanziati nel programma Horizon Europe devono essere conformi ai seguenti documenti della Commissione europea : + I progetti finanziati nel programma Horizon Europe devono essere conformi ai seguenti documenti della Commissione europea : -- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/guidance/programme-guide_horizon_en.pdf" target="_blank">Guida del programma</a> -- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/common/guidance/aga_en.pdf" target="_blank">Modello annotato dell'accordo di sovvenzione</a> -- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/af/af_he-ria-ia-stage-1_en.pdf" target=_blank">Modello standard di proposta</a> -- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank">Modello per il piano di gestione dei dati</a> +- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/guidance/programme-guide_horizon_en.pdf" target="_blank">Guida del programma</a> +- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/common/guidance/aga_en.pdf" target="_blank">Modello annotato dell'accordo di sovvenzione</a> +- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/af/af_he-ria-ia-stage-1_en.pdf" target=_blank">Modello standard di proposta</a> +- <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank">Modello per il piano di gestione dei dati</a> L'ente di finanziamento ha emanato delle regole o raccomandazioni sulla gestione dei dati? In caso affermativo, si prega di descriverle succintamente, inserendo riferimenti a fonti più dettagliate ove necessario. - + Los financiadores de investigación también especifican cada vez más los requisitos relacionados con la gestión de los datos de investigación en sus proyectos financiados. + ¿El financiador tiene reglas, directrices o recomendaciones para la gestión de datos? En caso afirmativo, descríbalos brevemente y consulte fuentes de información más detalladas si es necesario. + + textarea @@ -5151,73 +4465,61 @@ Dans ce qui suit, vous disposerez d'un espace jusqu'à la fin du questionnaire p - + https://rdmorganiser.github.io/terms - project-partners-partner - horizon-europe/rdm_regulations/project-partners-partner + horizon-europe/rdm_regulations/project-partners-partner -
- True - 2 Project partners project partner - project partners Projektpartner Projektpartner - Projektpartner - Socios del proyecto - - Socio del proyecto - Socios del proyecto Partenaires du projet Partenaire du projet - Partenaires du projet Partner del progetto Partner del progetto - Partner del progetto + Socios del proyecto + + Socio del proyecto + + + + + - + https://rdmorganiser.github.io/terms - name - horizon-europe/rdm_regulations/project-partners-partner/name + horizon-europe/rdm_regulations/project-partners-partner/name - False False - 0 Please insert the name of project partner in detail. Project partner - Bitte geben Sie hier den ausführlichen Namen des Projektpartners an. Projektpartner - - Ingrese el nombre del socio del proyecto en detalle. - Socio del proyecto - - - Veuillez estimer l'effort en mois-personnes. Partenaire du projet - Si prega di stimare l'impegno in persone-mesi. Partner del progetto - + Ingrese el nombre del socio del proyecto en detalle. + Socio del proyecto + + text @@ -5232,41 +4534,33 @@ Dans ce qui suit, vous disposerez d'un espace jusqu'à la fin du questionnaire p https://rdmorganiser.github.io/terms - rdm_policy - horizon-europe/rdm_regulations/project-partners-partner/rdm_policy + horizon-europe/rdm_regulations/project-partners-partner/rdm_policy - False False - 1 More and more universities and scientific institutions adopt research data management policies. These contain, among other things, recommendations and / or demands concerning the handling of research data by researchers of the institution. Does your institution have rules or guidelines for the handling of research data? If yes, please briefly outline them and refer to more detailed sources of information if necessary. Please also indicate, if the rules / guidelines are mandatory or optional. - - Immer mehr Hochschulen und wissenschaftliche Einrichtungen verabschieden Leitlinien oder Richtlinien (oft auch als "Policies" bezeichnet) zum Forschungsdatenmanagement. Diese enthalten unter anderem Empfehlungen und/oder Vorgaben zum Umgang mit Forschungsdaten, die die Wissenschaftlerinnen und Wissenschaftler der Einrichtung beachten sollten oder müssen (je nach Grad der Verbindlichkeit). + Immer mehr Hochschulen und wissenschaftliche Einrichtungen verabschieden Leitlinien oder Richtlinien (oft auch als "Policies" bezeichnet) zum Forschungsdatenmanagement. Diese enthalten unter anderem Empfehlungen und/oder Vorgaben zum Umgang mit Forschungsdaten, die die Wissenschaftlerinnen und Wissenschaftler der Einrichtung beachten sollten oder müssen (je nach Grad der Verbindlichkeit). -Eine <a href="https://www.forschungsdaten.org/index.php/Data_Policies#Institutionelle_Policies" target="_blank">Sammlung institutioneller Leitlinien deutscher Universitäten und Forschungseinrichtungen</a> wird auf forschungsdaten.org gepflegt. +Eine <a href="https://www.forschungsdaten.org/index.php/Data_Policies#Institutionelle_Policies" target="_blank">Sammlung institutioneller Leitlinien deutscher Universitäten und Forschungseinrichtungen</a> wird auf forschungsdaten.org gepflegt. Gibt es an Ihrer Einrichtung Regeln oder Richtlinien zum Umgang mit den im Projekt erhobenen Forschungsdaten? Wenn ja, skizzieren Sie diese kurz und verweisen Sie ggf. auf weiterführende Informationen. Geben Sie bitte auch an, welchen Grad an Verbindlichkeit sie haben. - - Cada vez más universidades e instituciones científicas adoptan políticas de gestión de datos de investigación. Estos contienen, entre otras cosas, recomendaciones y/o demandas relativas al manejo de los datos de investigación por parte de los investigadores de la institución. - ¿Tiene su institución reglas, directrices o una política para el manejo de datos de investigación? En caso afirmativo, descríbalos brevemente y consulte fuentes de información más detalladas si es necesario. Indique también si las reglas/directrices/política son obligatorias u opcionales. - - - De plus en plus d'universités et d'institutions scientifiques adoptent des politiques de gestion des données de recherche. Celles-ci contiennent, entre autres, des recommandations et/ou des demandes concernant le traitement des données de recherche par les chercheurs de l'institution. - Votre institution a-t-elle des règles ou des lignes directrices pour le traitement des données de recherche ? Si oui, veuillez les décrire brièvement et faire référence à des sources d'informations plus détaillées si nécessaire. Veuillez également indiquer si les règles/directives sont obligatoires ou facultatives. + Votre institution a-t-elle des règles ou des lignes directrices pour le traitement des données de recherche ? Si oui, veuillez les décrire brièvement et faire référence à des sources d'informations plus détaillées si nécessaire. Veuillez également indiquer si les règles/directives sont obligatoires ou facultatives. - Sempre più università e istituzioni scientifiche adottano delle linee guida (<i>policies</i>) per regolare la gestione dei dati della ricerca. Queste linee guida contengono delle raccomandazioni e/o obblighi per i ricercatori dell'istutizione su diversi aspetti del trattamento dei dati della ricerca. La vostra istituzione ha emanato delle regole o direttive per il trattamento dei dati generati nel progetto? In caso affermativo, si prega di descriverle succintamente, inserendo riferimenti a fonti più dettagliate ove necessario. Si prega inoltre di indicare in che misura queste regole sono vincolanti. - + Cada vez más universidades e instituciones científicas adoptan políticas de gestión de datos de investigación. Estos contienen, entre otras cosas, recomendaciones y/o demandas relativas al manejo de los datos de investigación por parte de los investigadores de la institución. + ¿Tiene su institución reglas, directrices o una política para el manejo de datos de investigación? En caso afirmativo, descríbalos brevemente y consulte fuentes de información más detalladas si es necesario. Indique también si las reglas/directrices/política son obligatorias u opcionales. + + textarea @@ -5279,73 +4573,61 @@ Eine <a href="https://www.forschungsdaten.org/index.php/Data_Policies#Institu - + https://rdmorganiser.github.io/terms - rdm_regulations - horizon-europe/rdm_regulations/rdm_regulations + horizon-europe/rdm_regulations/rdm_regulations -
- False - 3 Other RDM regulations - Sonstige FDM-Regelungen - - Otros reglamentos sobre la gestión de datos de la investigación - - - Autres réglementations GDR - Altre regole sulla gestione dei dati della ricerca - + Otros reglamentos sobre la gestión de datos de la investigación + + + + + + + - + https://rdmorganiser.github.io/terms - rdm_policy_project - horizon-europe/rdm_regulations/rdm_regulations/rdm_policy_project + horizon-europe/rdm_regulations/rdm_regulations/rdm_policy_project - False False - 3 Are there internal project guidelines for a consistent organisation of the data? If so, where are they documented? - Gibt es projektinterne Richtlinien zur einheitlichen Organisation der Daten? Wenn ja, wo sind diese festgehalten? - - - ¿Existen directrices internas del proyecto para una organización coherente de los datos? Si es así, ¿dónde están documentados? - - - - Existe-t-il des directives internes du projet pour une organisation cohérente des données ? Si oui, où sont-elles documentées ? + Existe-t-il des directives internes du projet pour une organisation cohérente des données ? Si oui, où sont-elles documentées ? - Esistono linee guida interne al progetto per un'organizzazione coerente dei dati? In caso affermativo, dove sono documentate? - + + ¿Existen directrices internas del proyecto para una organización coherente de los datos? Si es así, ¿dónde están documentados? + + radio @@ -5362,43 +4644,35 @@ Eine <a href="https://www.forschungsdaten.org/index.php/Data_Policies#Institu https://rdmorganiser.github.io/terms - rdm_policy_discipline - horizon-europe/rdm_regulations/rdm_regulations/rdm_policy_discipline + horizon-europe/rdm_regulations/rdm_regulations/rdm_policy_discipline - False False - 4 - An example for a subject-specific standard is the <a href="http://cfconventions.org/" target=_blank>Climate and Forecast Metadata Convention</a> in meteorology and climate research. + An example for a subject-specific standard is the <a href="http://cfconventions.org/" target=_blank>Climate and Forecast Metadata Convention</a> in meteorology and climate research. Are there requirements regarding the data management from other parties (e.g. the scholarly/scientific community)? - Beispiele für fachspezifische Empfehlungen und Richtlinien sind: -- die gemeinsame Stellungnahme der Deutschen Gesellschaft für Erziehungswissenschaft (DGfE), der Gesellschaft für Empirische Bildungsforschung (GEBF) und der Gesellschaft für Fachdidaktik (GFD) zur Archivierung, Bereitstellung und Nachnutzung von Forschungsdaten in den Erziehungs- und Bildungswissenschaften und Fachdidaktiken, <a href="https://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/forschungsdaten/stellungnahme_forschungsdatenmanagement.pdf" target=_blank>Empfehlungen zur Archivierung, Bereitstellung und Nachnutzung von Forschungsdaten im Kontext erziehungs- und bildungswissenschaftlicher sowie fachdidaktischer Forschung</a> (2020) +- die gemeinsame Stellungnahme der Deutschen Gesellschaft für Erziehungswissenschaft (DGfE), der Gesellschaft für Empirische Bildungsforschung (GEBF) und der Gesellschaft für Fachdidaktik (GFD) zur Archivierung, Bereitstellung und Nachnutzung von Forschungsdaten in den Erziehungs- und Bildungswissenschaften und Fachdidaktiken, <a href="https://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/forschungsdaten/stellungnahme_forschungsdatenmanagement.pdf" target=_blank>Empfehlungen zur Archivierung, Bereitstellung und Nachnutzung von Forschungsdaten im Kontext erziehungs- und bildungswissenschaftlicher sowie fachdidaktischer Forschung</a> (2020) -- die Orientierungshilfe des Rates für Sozial- und WirtschaftsDaten (RatSWD), <a href="https://doi.org/10.17620/02671.7" target=_blank>Forschungsdatenmanagement in den Sozial-, Verhaltens- und Wirtschaftswissenschaften</a> (2018) +- die Orientierungshilfe des Rates für Sozial- und WirtschaftsDaten (RatSWD), <a href="https://doi.org/10.17620/02671.7" target=_blank>Forschungsdatenmanagement in den Sozial-, Verhaltens- und Wirtschaftswissenschaften</a> (2018) Gibt es von weiteren Seiten (z. B. von der Fachcommunity) Anforderungen an das Datenmanagement, die beachtet werden müssen? - - ..... - ¿Existen requisitos con respecto a la gestión de datos de otra procedencia (por ejemplo, de la comunidad académica/científica)? - - - - Un exemple de norme spécifique à un sujet est la <a href="http://cfconventions.org/" target=_blank>Convention sur les métadonnées climatiques et de prévision</a> dans le domaine de la météorologie et de la recherche sur le climat. - Existe-t-il des exigences concernant la gestion des données d'autres parties (par exemple, la communauté universitaire / scientifique) ? + Un exemple de norme spécifique à un sujet est la <a href="http://cfconventions.org/" target=_blank>Convention sur les métadonnées climatiques et de prévision</a> dans le domaine de la météorologie et de la recherche sur le climat. + Existe-t-il des exigences concernant la gestion des données d'autres parties (par exemple, la communauté universitaire / scientifique) ? - - Un esempio di standard specifico per un argomento è la <a href="http://cfconventions.org/" target=_blank>Convenzione sui metadati per il clima e le previsioni meteo</a> usata nel dominio della meteorologia e della climatologia. + Un esempio di standard specifico per un argomento è la <a href="http://cfconventions.org/" target=_blank>Convenzione sui metadati per il clima e le previsioni meteo</a> usata nel dominio della meteorologia e della climatologia. Esistono ulteriori condizioni sulla gestione dei dati di altra provenienza (per esempio dalla comunità accademica o scientifica)? - + ..... + ¿Existen requisitos con respecto a la gestión de datos de otra procedencia (por ejemplo, de la comunidad académica/científica)? + + radio diff --git a/rdmorganiser/questions/rdmo.xml b/rdmorganiser/questions/questions-rdmo.xml similarity index 74% rename from rdmorganiser/questions/rdmo.xml rename to rdmorganiser/questions/questions-rdmo.xml index 28162804..65b827f8 100644 --- a/rdmorganiser/questions/rdmo.xml +++ b/rdmorganiser/questions/questions-rdmo.xml @@ -1,718 +1,722 @@ - + https://rdmorganiser.github.io/terms - rdmo + rdmo 0 RDMO RDMO - RDMO - RDMO RDMO + RDMO + + +
+
+
+
+
+
+
+
https://rdmorganiser.github.io/terms - general - rdmo/general + rdmo/general - - 0 General Allgemein - General Général Generale + General + + + + + + + + +
- + https://rdmorganiser.github.io/terms - topic-research_question - rdmo/general/topic-research_question + rdmo/general/topic-research_question -
False - 0 Topic - Thema - - Tema - - - Sujet - Argomento - + Tema + + + + + + + - + https://rdmorganiser.github.io/terms - title - rdmo/general/topic-research_question/title + rdmo/general/topic-research_question/title - False - 1 + False Please describe briefly the project and its aims. What is the main research question of the project? + - Bitte beschreiben Sie kurz das Projekt und dessen Ziele. Wie lautet die primäre Forschungsfrage des Projektes? + - - Describa brevemente el proyecto y sus objetivos. - ¿Cuál es el tema principal de investigación del proyecto? - - Veuillez décrire brièvement le projet et ses buts. - Quelle est la principale thématique de recherche du projet ? + Quelle est la principale thématique de recherche du projet ? + - Si prega di descrivere succintamente il progetto e i suoi obiettivi. Qual è l'argomento principale della ricerca? + - + Describa brevemente el proyecto y sus objetivos. + ¿Cuál es el tema principal de investigación del proyecto? + + + + textarea text + https://rdmorganiser.github.io/terms - keywords - rdmo/general/topic-research_question/keywords + rdmo/general/topic-research_question/keywords - True - 2 + False Please give some keywords describing the research question. + keyword - keywords Bitte geben Sie einige Schlagworte zur Forschungsfrage an. + Schlagwort - Schlagwörter - - Proporcione algunas palabras clave que describan el tema de investigación. - palabra clave - palabras claves Veuillez donner quelques mots clés décrivant la question de recherche. + mot-clé - mots clés Si prega di inserire alcune parole chiave per inquadrare l'argomento della ricerca. + parola chiave - parole chiave + + Proporcione algunas palabras clave que describan el tema de investigación. + + palabra clave + + text text + - + https://rdmorganiser.github.io/terms - topic-research_field - rdmo/general/topic-research_field + rdmo/general/topic-research_field for Germany, the classification works, but we might consider also DDC as an option -
False - 1 Research field - Disziplin - - Campo de investigación - - - Domaine de recherche - Campo di ricerca - + Campo de investigación + + + + + + - + https://rdmorganiser.github.io/terms - research_field - rdmo/general/topic-research_field/research_field + rdmo/general/topic-research_field/research_field for Germany, the classification works, but we might consider also DDC as an option - True - 0 + False The list of disciplines follows the <a href="http://www.dfg.de/en/dfg_profile/statutory_bodies/review_boards/subject_areas/index.jsp" target="_blank">subject classification of the DFG (German Research Foundation)</a>. Which research field(s) does this project belong to? + discipline - disciplines Die Liste der Disziplinen entspricht der <a href="http://www.dfg.de/dfg_profil/gremien/fachkollegien/faecher/" target="_blank">Fachsystematik der Deutschen Forschungsgemeinschaft (DFG)</a>. Welcher Disziplin / welchen Disziplinen ist das Projekt zuzuordnen? + Forschungsdisziplin - Forschungsdisziplinen - La lista de disciplinas sigue la <a href="http://www.dfg.de/en/dfg_profile/statutory_bodies/review_boards/subject_areas/index.jsp" target="_blank">clasificación de disciplinas de la DFG (Fundación Alemana de Investigación )</a>. - ¿A qué campo(s) de investigación pertenece este proyecto? - dominio - dominios La liste des disciplines correspond à la <a href="http://www.dfg.de/en/dfg_profile/statutory_bodies/review_boards/subject_areas/index.jsp" target="_blank">classification par sujet de la DFG (Fond allemand scientifique)</a>. - À quel(s) domaine(s) de recherche ce projet appartient-il ? + À quel(s) domaine(s) de recherche ce projet appartient-il ? + domaine - domaines La lista delle discipline è tratta dalla <a href="http://www.dfg.de/en/dfg_profile/statutory_bodies/review_boards/subject_areas/index.jsp" target="_blank">classificatione disciplinare della DFG (Fondo tedesco per la Ricerca)</a> In quale/i campo/i di ricerca si inserisce questo progetto? + dominio - domini + La lista de disciplinas sigue la <a href="http://www.dfg.de/en/dfg_profile/statutory_bodies/review_boards/subject_areas/index.jsp" target="_blank">clasificación de disciplinas de la DFG (Fundación Alemana de Investigación )</a>. + ¿A qué campo(s) de investigación pertenece este proyecto? + + dominio + + select text + - + https://rdmorganiser.github.io/terms - project-schedule-schedule - rdmo/general/project-schedule-schedule + rdmo/general/project-schedule-schedule -
False - 10 Project schedule - Projektablauf - - Cronograma del proyecto - - - Calendrier du projet - Tabella di marcia - + Cronograma del proyecto + + + + + + + - + https://rdmorganiser.github.io/terms - project_start - rdmo/general/project-schedule-schedule/project_start + rdmo/general/project-schedule-schedule/project_start - False - 0 + False Provide the anticipated starting date, if the project has not started yet. When does the project start? + - Geben Sie das voraussichtliche Datum an, falls das Projekt noch nicht gestartet ist. Wann beginnt die Projektlaufzeit? + - - - - Proporcione la fecha de inicio anticipada, si el proyecto aún no ha comenzado. - ¿Cuándo comienza el proyecto? Veuillez donner la date prévue de début, au cas où le projet n'ait pas encore commencé. - Quand commence le projet ? + Quand commence le projet ? + - Inserire la data di inizio prevista, qualora il progetto non sia ancora iniziato. Quando inizia il progetto? + - + Proporcione la fecha de inicio anticipada, si el proyecto aún no ha comenzado. + ¿Cuándo comienza el proyecto? + + + + date datetime + https://rdmorganiser.github.io/terms - project_end - rdmo/general/project-schedule-schedule/project_end + rdmo/general/project-schedule-schedule/project_end - False - 2 + False Provide the anticipated end date, if the project has not finished yet. When does the project end? + - Geben Sie das voraussichtliche Enddatum an, falls das Projekt noch nicht beendet wurde. Wann endet die Projektlaufzeit? + - - - ¿Cuándo termina el proyecto? - - - Quand se termine le projet ? + Quand se termine le projet ? + - Quando termina il progetto? + - + + ¿Cuándo termina el proyecto? + + + + date datetime + - + https://rdmorganiser.github.io/terms - project-partners-name - rdmo/general/project-partners-name + rdmo/general/project-partners-name -
False - 20 Project coordination - Projektkoordination - - Cordinación del proyecto - - - Coordination du projet - Coordinazione del progetto - + Cordinación del proyecto + + + + + + - + https://rdmorganiser.github.io/terms - name - rdmo/general/project-partners-name/name + rdmo/general/project-partners-name/name - True - 0 + False Which persons or institutions are responsible for the project coordination? + person or institution - persons or institutions Welche Personen oder Institutionen sind verantwortlich für die Projektkoordination? + Person oder Institution - Personen oder Institutionen - - ¿Qué persona(s) o institucion(es) es/son responsable(s) de la coordinación del proyecto? - persona o institución - personas o instituciones - Quelles personnes ou institutions sont responsables de la coordination du projet ? + Quelles personnes ou institutions sont responsables de la coordination du projet ? + personne ou institution - personnes ou institutions Chi sono le persone o istituzioni responsabili per la coordinazione del progetto? + persona o istituzione - persone o istituzioni + + ¿Qué persona(s) o institucion(es) es/son responsable(s) de la coordinación del proyecto? + + persona o institución + + text text + - + https://rdmorganiser.github.io/terms - project-partners-partner - rdmo/general/project-partners-partner + rdmo/general/project-partners-partner -
True - 21 Project partners - In this questionnaire the first "partner" is the very project applicant. So even if no further partners are involved in your project, please create at least one "partner" to enter the minimum required information for yourself. + In this questionnaire the first "partner" is the very project applicant. So even if no further partners are involved in your project, please create at least one "partner" to enter the minimum required information for yourself. project partner - project partners Projektpartner - In diesem Fragebogen, der erste "Partner" ist der Antragsteller selbst. Also selbst wenn keine weitere Partner an Ihrem Projekt beteiligt sind, legen Sie bitte mindestens einen "Partner" an, um die erforderlichen Mindestangaben für sich selbst einzugeben. + In diesem Fragebogen, der erste "Partner" ist der Antragsteller selbst. Also selbst wenn keine weitere Partner an Ihrem Projekt beteiligt sind, legen Sie bitte mindestens einen "Partner" an, um die erforderlichen Mindestangaben für sich selbst einzugeben. Projektpartner - Projektpartner - Socios del proyecto - En este cuestionario, el primero "socio" es el solicitante mismo del proyecto. Luego, también si no hay otros socios implicados en su proyecto, cree al menos un socio para introducir la información mínima requerida para usted mismo. - Socio del proyecto - Socios del proyecto Partenaires du projet Dans ce questionnaire le premier « partenaire » est l'appliquant même du projet. Ensuite, si aucun outre partenaire n'est impliqué dans votre projet, veuillez créer au moins un « partenaire », afin de saisir les informations minimes requises pour vous-même. Partenaire du projet - Partenaires du projet Partner del progetto - In questo questionario, il primo "partner" è il richiedente stesso del progetto. Perciò, anche se non ci sono partner coinvolti nel vostro progetto, create almeno un "partner" per inserire le informazioni minime richieste per voi stessi. + In questo questionario, il primo "partner" è il richiedente stesso del progetto. Perciò, anche se non ci sono partner coinvolti nel vostro progetto, create almeno un "partner" per inserire le informazioni minime richieste per voi stessi. Partner del progetto - Partner del progetto - - + Socios del proyecto + En este cuestionario, el primero "socio" es el solicitante mismo del proyecto. Luego, también si no hay otros socios implicados en su proyecto, cree al menos un socio para introducir la información mínima requerida para usted mismo. + Socio del proyecto + + + + + + + + https://rdmorganiser.github.io/terms - name - rdmo/general/project-partners-partner/name + rdmo/general/project-partners-partner/name - False - 0 + False Please insert the name of project partner in detail. Project partner + - Bitte geben Sie hier den ausführlichen Namen des Projektpartners an. Projektpartner + - - Ingrese el nombre del socio del proyecto en detalle. - Socio del proyecto - - Veuillez donner le nom complet du partenaire. Partenaire du projet + - Si prega di riportare il nome completo del partner. Partner del progetto + - + Ingrese el nombre del socio del proyecto en detalle. + Socio del proyecto + + + + text text + https://rdmorganiser.github.io/terms - rdm_policy - rdmo/general/project-partners-partner/rdm_policy + rdmo/general/project-partners-partner/rdm_policy - False - 1 + False More and more universities and scientific institutions adopt research data management policies. These contain, among other things, recommendations and / or demands concerning the handling of research data by researchers of the institution. Does your institution have rules or guidelines for the handling of research data? If yes, please briefly outline them and refer to more detailed sources of information if necessary. Please indicate also if the rules / guidelines are mandatory or optional. + - Immer mehr Hochschulen und wissenschaftliche Einrichtungen verabschieden Leitlinien oder Richtlinien (oft auch als "Policies" bezeichnet) zum Forschungsdatenmanagement. Diese enthalten unter anderem Empfehlungen und/oder Vorgaben zum Umgang mit Forschungsdaten, die die Wissenschaftlerinnen und Wissenschaftler der Einrichtung beachten sollten oder müssen (je nach Grad der Verbindlichkeit), zum Beispiel die <a href="http://www.uni-goettingen.de/de/01-juli-2014-forschungsdaten-leitlinie-der-universitaet-goettingen-einschl-umg/488918.html" target="_blank">Leitlinien zum Umgang mit Forschungsdaten</a> der Georg-August-Universität Göttingen. Gibt es an Ihrer Einrichtung Regeln oder Richtlinien zum Umgang mit den im Projekt erhobenen Forschungsdaten? Wenn ja, skizzieren Sie diese kurz und verweisen Sie ggf. auf weiterführende Informationen. Geben Sie bitte auch an, welchen Grad an Verbindlichkeit sie haben. + - - Cada vez más universidades e instituciones científicas adoptan políticas de gestión de datos de investigación. Estos contienen, entre otras cosas, recomendaciones y/o demandas relativas al manejo de los datos de investigación por parte de los investigadores de la institución. - ¿Tiene su institución reglas, directrices o una política para el manejo de datos de investigación? En caso afirmativo, descríbalos brevemente y consulte fuentes de información más detalladas si es necesario. Indique también si las reglas/directrices/política son obligatorias u opcionales. - - De plus en plus d'universités et d'institutions scientifiques adoptent des politiques de gestion des données de recherche. Celles-ci contiennent, entre autres, des recommandations et / ou des exigences concernant le traitement des données de recherche par les chercheurs de l'établissement. - Votre établissement a-t-il des règles ou des directives pour le traitement des données de recherche ? Si oui, veuillez les décrire brièvement et vous référer à des sources d'informations plus détaillées si nécessaire. Veuillez également indiquer si les règles / directives sont obligatoires ou facultatives. + Votre établissement a-t-il des règles ou des directives pour le traitement des données de recherche ? Si oui, veuillez les décrire brièvement et vous référer à des sources d'informations plus détaillées si nécessaire. Veuillez également indiquer si les règles / directives sont obligatoires ou facultatives. + - Sempre più università e istituzioni scientifiche hanno adottato delle politiche di gestione dei dati della ricerca. Queste contengono tra l'altro raccomandazioni e / o condizioni sul trattamento dei dati da parte dei ricercatori dell'istituzione. La vostra istituzione ha emanato delle regole o direttive per il trattamento dei dati generati nel progetto? In caso affermativo, si prega di descriverle succintamente, inserendo riferimenti a fonti più dettagliate ove necessario. Si prega inoltre di indicare in che misura queste regole sono vincolanti. + - + Cada vez más universidades e instituciones científicas adoptan políticas de gestión de datos de investigación. Estos contienen, entre otras cosas, recomendaciones y/o demandas relativas al manejo de los datos de investigación por parte de los investigadores de la institución. + ¿Tiene su institución reglas, directrices o una política para el manejo de datos de investigación? En caso afirmativo, descríbalos brevemente y consulte fuentes de información más detalladas si es necesario. Indique también si las reglas/directrices/política son obligatorias u opcionales. + + + + textarea text + https://rdmorganiser.github.io/terms - contact - rdmo/general/project-partners-partner/contact + rdmo/general/project-partners-partner/contact - True - 3 + False Please give the name and an e-mail address. Who is/are the contact person(s) for data management questions? + - Bitte geben Sie den Namen und eine E-Mail-Adresse an. Wer ist bei diesem Partner der/die Ansprechpartner/in für das Datenmanagement? + - - Por favor, proporcione el nombre y una dirección de correo electrónico. - ¿Quién es/son la(s) persona(s) de contacto para cuestiones de gestión de datos? - - Veuillez donner le nom et une adresse e-mail. - Qui est/sont la(les) personne(s) de contact pour les questions de gestion des données ? + Qui est/sont la(les) personne(s) de contact pour les questions de gestion des données ? + - Si prega di inserire il nome e un indirizzo di posta elettronica. Chi è / chi sono le persone incaricate della gestione dei dati presso questo partner? + - + Por favor, proporcione el nombre y una dirección de correo electrónico. + ¿Quién es/son la(s) persona(s) de contacto para cuestiones de gestión de datos? + + + + text text + - + https://rdmorganiser.github.io/terms - funding-funder - rdmo/general/funding-funder + rdmo/general/funding-funder -
True - 40 Funding funder - funders Förderung Förderer - Förderer - Financiamiento - - Financiador - Financiadores Financement Organisme de financement - Organismes de financement Finanziamento Ente finanziatore - Enti finanziatori - - + Financiamiento + + Financiador + + + + + + + + https://rdmorganiser.github.io/terms - name - rdmo/general/funding-funder/name + rdmo/general/funding-funder/name - False - 0 + False Who is funding the project? + - Wer fördert das Projekt? + - - - ¿Quién financia el proyecto? - - - Qui finance le projet ? + Qui finance le projet ? + - Chi finanzia il progetto? + - + + ¿Quién financia el proyecto? + + + + text text + https://rdmorganiser.github.io/terms - title - rdmo/general/funding-funder/title + rdmo/general/funding-funder/title - False - 1 + False In which funding program is the project funded? + - In welcher Förderlinie und/oder welchem Förderprogramm wird das Projekt gefördert? + - - - ¿Qué programa de financiación respalda el proyecto? - - - De quel programme de financement vient le financement de ce projet ? + De quel programme de financement vient le financement de ce projet ? + - In che programma di finanziamento viene finanziato il progetto? + - + + ¿Qué programa de financiación respalda el proyecto? + + + + text text + https://rdmorganiser.github.io/terms - funder_policy - rdmo/general/funding-funder/funder_policy + rdmo/general/funding-funder/funder_policy - False - 2 + False Funders of research also increasingly specify requirements regarding the management of research data in funded projects. Does the funder have rules or recommendations for data management? If yes, please briefly outline them and refer to more detailed sources of information if necessary. Please indicate also if the rules / guidelines are mandatory or optional. + - Auch Forschungsförderer stellen zunehmend Anforderungen an das Datenmanagement in von ihnen geförderten Projekten. Beispiele sind die <a href="https://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/forschungsdaten/leitlinien_forschungsdaten.pdf" target="_blank">DFG-Leitlinien zum Umgang mit Forschungsdaten</a> oder die <a href="http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf" target="_blank">Guidelines on Data Management in Horizon 2020</a> der Europäischen Komission. Weitere fachspezifische Empfehlungen und Richtlinien zum Umgang mit Forschungsdaten werden beispielsweise von der <a href="https://www.dfg.de/foerderung/antrag_gutachter_gremien/antragstellende/nachnutzung_forschungsdaten/" target="_blank">Deutschen Forschungsgemeinschaft (DFG)</a> bereitgestellt. Gibt es von Seiten des Forschungsförderers Vorgaben oder Richtlinien bezüglich des Umgangs mit den im Projekt erhobenen Forschungsdaten? Wenn ja, skizzieren Sie diese kurz und verweisen Sie ggf. auf weiterführende Informationen. Geben Sie bitte auch an, welchen Grad an Verbindlichkeit sie haben. + - - Los entes financiadores de investigación también especifican cada vez más los requisitos relacionados con la gestión de los datos de investigación en sus proyectos financiados. - ¿El ente financiador tiene reglas, directrices o recomendaciones para la gestión de datos? En caso afirmativo, descríbalos brevemente y consulte fuentes de información más detalladas si es necesario. Indique también si las reglas/directrices son obligatorias u opcionales. - - Les organismes de financement de la recherche spécifient également de plus en plus d'exigences concernant la gestion des données de recherche dans les projets financés. - L'organisme de financement a-t-il des règles ou des recommandations pour la gestion des données ? Si oui, veuillez les décrire brièvement et vous référer à des sources d'informations plus détaillées si nécessaire. Veuillez également indiquer si les règles / directives sont obligatoires ou facultatives. + L'organisme de financement a-t-il des règles ou des recommandations pour la gestion des données ? Si oui, veuillez les décrire brièvement et vous référer à des sources d'informations plus détaillées si nécessaire. Veuillez également indiquer si les règles / directives sont obligatoires ou facultatives. + - Anche i finanziatori della ricerca stanno progressivamente ponendo delle richieste riguardo alla gestione dei dati di ricerca nei progetti da loro finanziati. L'ente di finanziamento ha emanato delle regole o raccomandazioni sulla gestione dei dati? In caso affermativo, si prega di descriverle succintamente, inserendo riferimenti a fonti più dettagliate ove necessario. Si prega inoltre di indicare in che misura queste regole sono vincolanti. + - + Los entes financiadores de investigación también especifican cada vez más los requisitos relacionados con la gestión de los datos de investigación en sus proyectos financiados. + ¿El ente financiador tiene reglas, directrices o recomendaciones para la gestión de datos? En caso afirmativo, descríbalos brevemente y consulte fuentes de información más detalladas si es necesario. Indique también si las reglas/directrices son obligatorias u opcionales. + + + + textarea text + - + https://rdmorganiser.github.io/terms - other-requirements - rdmo/general/other-requirements + rdmo/general/other-requirements -
False - 50 Other requirements - Weitere Anforderungen - - Otros requisitos - - - Autres exigences - Ulteriori condizioni - + Otros requisitos + + + + + + + - + https://rdmorganiser.github.io/terms - yesno - rdmo/general/other-requirements/yesno + rdmo/general/other-requirements/yesno - False - 0 + False Examples of discipline-specific requirements: - <a href="https://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/forschungsdaten/guidelines_biodiversity_research.pdf" target="_blank">Guidelines on the Handling of Research Data in Biodiversity Research</a> @@ -720,8 +724,8 @@ Further discipline-specific guidelines on the handling of Research Data are provided by the <a href="https://www.dfg.de/en/research_funding/principles_dfg_funding/research_data/recommendations/index.html" target="_blank">DFG (German Research Foundation)</a>. Are there requirements regarding the data management from other parties (e.g. the scholarly/scientific community)? + - Beispiele für fachspezifische Empfehlungen und Richtlinien sind: - <a href="https://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/forschungsdaten/richtlinien_forschungsdaten_biodiversitaetsforschung.pdf" target="_blank">Richtlinien zum Umgang mit Forschungsdaten in der Biodiversitätsforschung</a> @@ -732,8 +736,16 @@ Further discipline-specific guidelines on the handling of Research Data are prov Weitere fachspezifische Empfehlungen und Richtlinien zum Umgang mit Forschungsdaten werden beispielsweise von der <a href="https://www.dfg.de/foerderung/grundlagen_rahmenbedingungen/forschungsdaten/empfehlungen/index.html" target="_blank">Deutschen Forschungsgemeinschaft (DFG)</a> bereitgestellt. Gibt es von weiteren Seiten (z. B. von der Fachcommunity) Anforderungen an das Datenmanagement, die beachtet werden müssen? + - + + Existe-t-il des exigences concernant la gestion des données d'autres parties (par exemple, la communauté universitaire / scientifique) ? + + + + Esistono ulteriori condizioni sulla gestione dei dati di altra provenienza (per esempio dalla comunità accademica o scientifica)? + + Ejemplos de requisitos específicos de la disciplina: - <a href="https://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/forschungsdaten/guidelines_biodiversity_research.pdf" target="_blank">Directrices sobre el manejo de datos de investigación en la investigación sobre biodiversidad</a> @@ -741,22 +753,17 @@ Weitere fachspezifische Empfehlungen und Richtlinien zum Umgang mit Forschungsda Además las pautas específicas de la disciplina sobre el manejo de los datos de investigación son proporcionadas por el <a href="https://www.dfg.de/en/research_funding/principles_dfg_funding/research_data/recommendations/index.html" target="_blank">DFG (Fundación Alemana de Investigación)</a>. ¿Existen requisitos específicos con respecto a la gestión de datos de otra procedencia (por ejemplo, de la comunidad académica/científica)? + - - - Existe-t-il des exigences concernant la gestion des données d'autres parties (par exemple, la communauté universitaire / scientifique) ? - - - - Esistono ulteriori condizioni sulla gestione dei dati di altra provenienza (per esempio dalla comunità accademica o scientifica)? - - + + radio text + @@ -764,39 +771,40 @@ Además las pautas específicas de la disciplina sobre el manejo de los datos de https://rdmorganiser.github.io/terms - requirements - rdmo/general/other-requirements/requirements + rdmo/general/other-requirements/requirements - False - 1 + False Please briefly outline them and refer to more detailed sources of information if necessary. Please indicate also if the rules / guidelines are mandatory or optional. Which are these additional requirements regarding data management? + - Bitte skizzieren Sie sie kurz und verweisen Sie ggf. auf weiterführende Informationen. Geben Sie bitte auch an, welchen Grad an Verbindlichkeit sie haben. Welche Anforderungen an das Datenmanagement sind dies? + - - En caso afirmatico, escríbalos brevemente y consulte fuentes de información más detalladas si es necesario. Indique también si las reglas/directrices/políticas son obligatorias u opcionales. - ¿Cuáles son estos requisitos adicionales (p.ej., reglas, directrices, políticas o recomendaciones) con respecto a la gestión de datos? - - Veuillez les décrire brièvement et vous référer à des sources d'informations plus détaillées si nécessaire. Veuillez également indiquer si les règles / directives sont obligatoires ou facultatives. - Quelles sont ces exigences supplémentaires concernant la gestion des données ? + Quelles sont ces exigences supplémentaires concernant la gestion des données ? + - In caso affermativo, si prega di descriverle succintamente, inserendo riferimenti a fonti più dettagliate ove necessario. Si prega inoltre di indicare in che misura queste regole sono vincolanti. Quali sono queste condizioni ulteriori sulla gestione dei dati? + - + En caso afirmatico, escríbalos brevemente y consulte fuentes de información más detalladas si es necesario. Indique también si las reglas/directrices/políticas son obligatorias u opcionales. + ¿Cuáles son estos requisitos adicionales (p.ej., reglas, directrices, políticas o recomendaciones) con respecto a la gestión de datos? + + + + textarea text + @@ -804,26 +812,26 @@ Además las pautas específicas de la disciplina sobre el manejo de los datos de
https://rdmorganiser.github.io/terms - content-classification - rdmo/content-classification + rdmo/content-classification - - 1 Content classification Inhaltliche Einordnung - Clasificación de contenido Classification du contenu Classificazione del contenuto + Clasificación de contenido + + + + + +
- + https://rdmorganiser.github.io/terms - data-dataset - rdmo/content-classification/data-dataset + rdmo/content-classification/data-dataset -
True - 1 Datasets The following questions collect information on the data that is produced or used in the project. They also help to estimate the value of the data in terms of potential re-use and long-term preservation. @@ -831,7 +839,6 @@ Before data are newly created, it is advisable to check if there are existing da For example, a dataset can consist of more data files of different types (numeric, image, text...) grouped together, which collect exhaustedly all results coming from an investigation series on a given research object. dataset - datasets Datensätze Die nächsten Fragen dienen zur Beschreibung der Datensätze, die im Projekt erzeugt und/oder verwendet werden. Sie helfen zudem, den Wert der Daten hinsichtlich der potentiellen Nachnutzung und einer späteren Archivierung einschätzen zu können. @@ -841,15 +848,6 @@ Die Angaben zu den im Projekt erzeugten oder verwendeten Daten sind nach "D Ein Datensatz kann beispielweise aus mehreren zusammen gruppierten Dateien verschiedener Arten (numerisch, bild- oder textbasiert...) bestehen, die alle aus einer Versuchsreihe auf einem definierten Versuchsobjekt entstandene Ergebnisse enthalten. Datensatz - Datensätze - Colecciones de datos - Las siguientes preguntas recopilan información sobre los datos que se producen o utilizan en el proyecto. También ayudan a estimar el valor de los datos en términos de reutilización potencial y preservación de datos a largo plazo. - -Antes de que se creen datos nuevos, es recomendable verificar si hay datos existentes que podrían reutilizarse. De esta forma, se evita la recopilación redundante o la re-creación de datos de investigación. Esto ahorra esfuerzos y costes. - -Por ejemplo, una colección de datos puede consistir en más archivos de datos de diferentes tipos (numéricos, de imagen, de texto...) agrupados, que recopilan exhaustivamente todos los resultados provenientes de una serie de investigaciones sobre un objeto de investigación determinado. - colección de datos - colecciones de datos Jeux de données Les questions suivantes collectent des informations sur les données produites ou utilisées dans le projet. Ils aident également à estimer la valeur des données en termes de réutilisation potentielle et de conservation à long terme. @@ -857,7 +855,6 @@ Avant de créer de nouvelles données, il est conseillé de vérifier s'il exist Un jeu de donnés peut contenir par exemple plusieurs fichiers de nature différente (numérique, image, texte ...) groupés ensemble, qui récueuillent tous les résultats provenants d'une série d'investigations sur un objet de recherche spécifié. jeu de données - jeux de données raccolte di dati Le domande seguenti servono a descrivere le raccolte di dati generate e/o utilizzate nel progetto. Inoltre aiutano a stimare il valore dei dati sulla base del potenziale riutilizzo. @@ -865,18 +862,26 @@ Prima di generare dati nuovi conviene verificare la possibilità di riutilizzare Una raccolta di dati può ad esempio contenere più file di tipo differente (numerico, immagine, testo...) che raggruppano tutti i risultati generati in una serie di misure su un oggetto di ricerca ben definito. raccolta di dati - raccolte di dati + Colecciones de datos + Las siguientes preguntas recopilan información sobre los datos que se producen o utilizan en el proyecto. También ayudan a estimar el valor de los datos en términos de reutilización potencial y preservación de datos a largo plazo. + +Antes de que se creen datos nuevos, es recomendable verificar si hay datos existentes que podrían reutilizarse. De esta forma, se evita la recopilación redundante o la re-creación de datos de investigación. Esto ahorra esfuerzos y costes. + +Por ejemplo, una colección de datos puede consistir en más archivos de datos de diferentes tipos (numéricos, de imagen, de texto...) agrupados, que recopilan exhaustivamente todos los resultados provenientes de una serie de investigaciones sobre un objeto de investigación determinado. + colección de datos + + + + - + https://rdmorganiser.github.io/terms - description - rdmo/content-classification/data-dataset/description + rdmo/content-classification/data-dataset/description - False - 1 + False Please briefly describe the data type and / or the method used to create or collect the data, for example: * quantitative online survey @@ -885,8 +890,8 @@ Una raccolta di dati può ad esempio contenere più file di tipo differente (num Please also explain whether this is a fixed dataset stored at a certain point in time or whether it is created dynamically over a certain period of time. What kind of dataset is it? + - Bitte beschreiben Sie hier kurz, um welchen Datentyp es sich handelt und mit welcher Methode die Daten erhoben oder erstellt wurden, z. B.: * quantitative Online-Befragung @@ -895,18 +900,8 @@ Please also explain whether this is a fixed dataset stored at a certain point in Bitte erläutern Sie ergänzend, ob es sich um einen festen, zu einem bestimmten Zeitpunkt gespeicherten Datensatz handelt oder ob dieser dynamisch also laufend über einen bestimmten Zeitraum entsteht. Um was für einen Datensatz handelt es sich? + - - Describa brevemente el tipo de datos y/o el método utilizado para crear o recopilar los datos, por ejemplo: - -* encuesta cuantitativa en línea -* modelo 3D / reconstrucción digital de un asentamiento de la edad de piedra -* software desarrollado dentro del proyecto - -Explique también si se trata de una colección de datos fijo almacenado en un momento determinado o si se crea dinámicamente durante un período de tiempo determinado. - ¿Qué tipo de datos trata? - - Veuillez décrire brièvement le type de données et/ou la méthode utilisée pour créer ou collecter les données, par exemple: * enquête quantitative en ligne @@ -914,9 +909,9 @@ Explique también si se trata de una colección de datos fijo almacenado en un m * logiciel développé dans le cadre du projet Veuillez également expliquer si l'ensemble de données est fixe et stocké à un certain moment ou s'il est dynamique, c'est-à-dire créé en continu sur une certaine période. - De quel type de jeu de données s'agit-il ? + De quel type de jeu de données s'agit-il ? + - Si prega di descrivere succintamente il tipo di dati e/o il metodo utilizzato per la generazione o collezione dei dati, ad esempio: * sondaggio quantitativo in linea @@ -925,83 +920,95 @@ Veuillez également expliquer si l'ensemble de données est fixe et stocké à u Si prega di spiegare anche se la raccolta di dati è fissa e memorizzata in un certo momento o se è dinamica, cioè creata continuamente in un certo periodo di tempo. Di che tipo di dati si tratta? + - + Describa brevemente el tipo de datos y/o el método utilizado para crear o recopilar los datos, por ejemplo: + +* encuesta cuantitativa en línea +* modelo 3D / reconstrucción digital de un asentamiento de la edad de piedra +* software desarrollado dentro del proyecto + +Explique también si se trata de una colección de datos fijo almacenado en un momento determinado o si se crea dinámicamente durante un período de tiempo determinado. + ¿Qué tipo de datos trata? + + + + textarea text + - + https://rdmorganiser.github.io/terms - data-existing_data - rdmo/content-classification/data-existing_data + rdmo/content-classification/data-existing_data -
True - 2 Data origin dataset - datasets Datenursprung Datensatz - Datensätze - origen de datos - - colección de datos - colecciones de datos Origine des données jeu de données - jeux de données Origine dei dati raccolta di dati - raccolte di dati - - + origen de datos + + colección de datos + + + + + + + + https://rdmorganiser.github.io/terms - origin - rdmo/content-classification/data-existing_data/origin + rdmo/content-classification/data-existing_data/origin - False - 1 + False Is the dataset being created or re-used? + - Wird der Datensatz selbst erzeugt oder nachgenutzt? + - - - La colección de datos ¿se está creando durante el proyecto o es reutilizada? - - - Le jeu de données est-il créé dans le projet ou réutilisé ? + Le jeu de données est-il créé dans le projet ou réutilisé ? + - La raccolta di dati è stata creata nel progetto o riutilizzata? + - + + La colección de datos ¿se está creando durante el proyecto o es reutilizada? + + + + radio text + @@ -1009,245 +1016,241 @@ Si prega di spiegare anche se la raccolta di dati è fissa e memorizzata in un c https://rdmorganiser.github.io/terms - creator_name - rdmo/content-classification/data-existing_data/creator_name + rdmo/content-classification/data-existing_data/creator_name - False - 2 + False If re-used, who created the dataset? + - Wenn nachgenutzt, wer hat den Datensatz erzeugt? + - - - Si se reutiliza, ¿quién creó la colección de datos? - - - S'il est réutilisé, qui a créé le jeu de données ? + S'il est réutilisé, qui a créé le jeu de données ? + - Se è stata riutilizzata, chi l'ha creata? + - + + Si se reutiliza, ¿quién creó la colección de datos? + + + + textarea text + https://rdmorganiser.github.io/terms - uri - rdmo/content-classification/data-existing_data/uri + rdmo/content-classification/data-existing_data/uri - False - 3 + False If re-used, under which address, PID or URL can the dataset be found? + - Wenn nachgenutzt, unter welcher Adresse, PID oder URL ist der Datensatz verfügbar? + - - - Si se reutiliza, ¿bajo qué dirección, PID o URL se puede encontrar la colección de datos? - - - S'il est réutilisé, sous quelle adresse, PID ou URL le jeu de données peut-il être trouvé ? + S'il est réutilisé, sous quelle adresse, PID ou URL le jeu de données peut-il être trouvé ? + - Se è stata riutilizzata, a che indirizzo, PID o URL si trova? + - + + Si se reutiliza, ¿bajo qué dirección, PID o URL se puede encontrar la colección de datos? + + + + text text + - + https://rdmorganiser.github.io/terms - data-reuse - rdmo/content-classification/data-reuse + rdmo/content-classification/data-reuse -
True - 3 Reuse dataset - datasets Nachnutzung Datensatz - Datensätze - Reutilización - - colección de datos - colecciones de datos Réutilisation jeu de données - jeux de données Riutilizzo raccolta di dati - raccolte di dati + Reutilización + + colección de datos + + + + - + https://rdmorganiser.github.io/terms - scenario - rdmo/content-classification/data-reuse/scenario + rdmo/content-classification/data-reuse/scenario - False - 1 + False It is important to set the fundamental course as to whether or not the data will be permitted for reuse. Of course, the potential for subsequent use can not be the sole decision criterion, but legal impediments, such as Privacy, copyright and business secrets must be taken into account. Otherwise, consider the re-use potential against the disadvantages, e.g. a decrease in the readiness to participate and the expected extra effort of a data publication. Which individuals, groups or institutions could be interested in re-using this dataset? What are possible scenarios? + - Wichtig ist die grundsätzliche Weichenstellung, ob die Daten zur Nachnutzung zugelassen werden oder nicht. Selbstverständlich kann das Nachnutzungspotential dabei nicht alleiniges Entscheidungskriterium sein, sondern rechtliche Hinderungsgründe, wie z.B. Datenschutz, Urheberrecht und die Wahrung von Geschäftsgeheimnissen, müssen berücksichtigt werden. Wägen Sie ansonsten das Nachnutzungspotential gegen die Nachteile ab, beispielsweise gegen ein Absinken der Teilnahmebereitschaft und den zu erwartenden Mehraufwand einer Datenveröffentlichung. Für welche Personen, Gruppen oder Institutionen könnte dieser Datensatz (für die Nachnutzung) von Interesse sein? Welche Konsequenzen hat das Nachnutzungspotential später für die Bereitstellung der Daten? + - - Es importante establecer el rumbo fundamental en cuanto a si se permitirá o no la reutilización de los datos. - -Por supuesto, el potencial de uso posterior no puede ser el único criterio de decisión, pero se deben tener en cuenta los impedimentos legales, como la privacidad, los derechos de autor y los secretos comerciales. - -De lo contrario, considere el potencial de reutilización frente a las desventajas, p. una disminución en la disposición a participar y el esfuerzo adicional esperado de una publicación de datos. - ¿Qué individuos, grupos o instituciones podrían estar interesados en reutilizar esta colección de datos? ¿Cuáles son los escenarios posibles? - - C'est important de prendre une décision raisonnée, si les données doivent être partagées pour la réutilisation ou non. Bien sûr le potentiel pour la réutilisation ne peut pas être le seul critère pour la décision, mais on doit tenir compte aussi de restrictions légales, comme la sauvegarde de la vie privée, de la propriété intellectuelle et des secrets industriels. Dans les autres cas, le potentiel pour la réutilisation doit être pesé contre les désavantage, par exemple une diminution dans la disponibilité à coopérer où l'effort additionel prévu dû à la publication des données. - Quels individus, groupes ou institutions pourraient être intéressés à réutiliser ce jeu de données ? Quels sont les scénarios possibles ? + Quels individus, groupes ou institutions pourraient être intéressés à réutiliser ce jeu de données ? Quels sont les scénarios possibles ? + - È importante prendere una decisione ragionata, se i dati devono essere condivisi per il riutilizzo oppure no. Ovviamente, il potenziale per il riutilizzo non può essere l'unico criterio alla base della decisione, ma bisogna tenere conto anche di restrizioni legali, tra cui la privacy, la proprietà intellettuale e il segreto industriale. Escludendo questi casi, il potenziale per il riutilizzo va soppesato di fronte a possibili svantaggi, per esempio una diminuzione della disponibilità alla collaborazione e il prevedibile lavoro aggiuntivo dovuto al processo di pubblicazione. Quali persone, categorie o istituzioni potrebbero essere interessate al riutilizzo di questa raccolta di dati? Quali sono gli scenari possibili? + - + Es importante establecer el rumbo fundamental en cuanto a si se permitirá o no la reutilización de los datos. + +Por supuesto, el potencial de uso posterior no puede ser el único criterio de decisión, pero se deben tener en cuenta los impedimentos legales, como la privacidad, los derechos de autor y los secretos comerciales. + +De lo contrario, considere el potencial de reutilización frente a las desventajas, p. una disminución en la disposición a participar y el esfuerzo adicional esperado de una publicación de datos. + ¿Qué individuos, grupos o instituciones podrían estar interesados en reutilizar esta colección de datos? ¿Cuáles son los escenarios posibles? + + + + textarea text + - + https://rdmorganiser.github.io/terms - data-reproducibility - rdmo/content-classification/data-reproducibility + rdmo/content-classification/data-reproducibility -
True - 4 Reproducibility dataset - datasets Reproduzierbarkeit Datensatz - Datensätze - Reproducibilidad - - colección de datos - colecciones de datos Reproductibilité jeu de données - jeux de données Riproducibilità raccolta di dati - raccolte di dati + Reproducibilidad + + colección de datos + + + + - + https://rdmorganiser.github.io/terms - reproducibility - rdmo/content-classification/data-reproducibility/reproducibility + rdmo/content-classification/data-reproducibility/reproducibility - False - 2 + False Some data can, technically, be created anew at any time, as is the case with scientific experiments or digitised versions of analog objects (as long as the originals are still there and in good shape). However, this can consume a considerable amount of time and cost. With respect to long-term preservation, the effort of re-creation has to be weighed up against the effort of long-term preservation. Other data cannot be collected or created anew. Is the dataset reproducible in the sense that it could be created / collected anew in case it got lost? + - Manche Daten können im Prinzip jederzeit neu erstellt werden. Beispiele hierfür sind etwa naturwissenschaftliche Experimentdaten oder auch Digitalisate analoger Objekte (solange die Originale nicht verlorengehen). Der Aufwand und die Kosten hierfür können natürlich durchaus beträchtlich sein. Im Hinblick auf die Frage der Notwendigkeit einer späteren Langzeitarchivierung sollte in diesen Fällen der Aufwand einer erneuten Erstellung gegen den Aufwand der Langzeitarchivierung abgewogen werden. Andere Daten wiederum lassen sich per se nicht erneut erheben. Dies ist etwa bei jeglicher Art von episodischer Beobachtungen, sei es sozialwissenschaftlicher oder naturwissenschaftlicher Art, der Fall, da diese ein bestimmtes Phänomen an einem bestimmten Zeitpunkt und/oder Ort abbilden und somit i.d.R. nicht wiederholbar sind. Ihr Wert für die Nachnutzung durch andere wie auch der Verlust bei einer nicht erfolgten oder misslungenen Langzeitarchivierung ist ungleich höher als bei reproduzierbaren Daten. Ist der Datensatz reproduzierbar, d. h. ließe er sich, wenn er verloren ginge, erneut erstellen oder erheben? + - - Algunos datos pueden, técnicamente, crearse de nuevo en cualquier momento, como es el caso de los experimentos científicos o las versiones digitalizadas de objetos analógicos (siempre que los originales todavía estén allí y en buen estado). Sin embargo, esto puede consumir una cantidad considerable de tiempo y costo. Con respecto a la preservación de datos a largo plazo, el esfuerzo de re-creación debe sopesarse frente al esfuerzo de preservación de datos a largo plazo. - -Otros datos no se pueden recopilar ni crear de nuevo. - ¿Es la colección de datos reproducible, en el sentido de que podría re-crearse/recopilarse nuevamente, en caso de que se perdiera? - - Certaines données peuvent, techniquement, être recréées à tout moment, comme c'est le cas avec des expériences scientifiques ou des versions numérisées d'objets analogiques (tant que les originaux sont toujours là et en bon état). Cependant, cela peut consommer beaucoup de temps et d'argent. En ce qui concerne la conservation à long terme, l'effort de recréation doit être mis en balance avec l'effort de conservation à long terme. D'autres données ne peuvent pas être collectées ou recréées. - Le jeu de données est-il reproductible au sens où il pourrait être créé / collecté à nouveau en cas de perte ? + Le jeu de données est-il reproductible au sens où il pourrait être créé / collecté à nouveau en cas de perte ? + - Certi dati possono in linea di massima essere ricreati in qualunque momento, come nel caso di esperimenti nelle scienze naturali o delle versioni digitalizzate di oggetti reali (fintanto che gli originali sono disponibili e in buone condizioni). Ciononostante, questo comporta spesso un dispendio notevole di tempo e risorse. Valutando l'opportunità di una conservazione a lungo termine dei dati, lo sforzo di una rigenerazione degli stessi va soppesato contro lo sforzo per la conservazione. Altri tipi di dati sono di per sé unici e non possono essere rigenerati. Questo è il caso per esempio di osservazioni occasionali nelle scienze sociali o naturali, in quanto esse si riferiscono a un evento manifestatosi in un determinato momento/luogo e quindi non sono normalmente ripetibili. Il loro valore per un riutilizzo da parte di terzi come pure il costo della perdita in caso di una conservazione non andata a buon fine sono notevolmente più elevati in confronto a dati riproducibili. La raccolta di dati è riproducibile, ovvero sarebbe possibile crearla di nuovo in caso di perdita? + - + Algunos datos pueden, técnicamente, crearse de nuevo en cualquier momento, como es el caso de los experimentos científicos o las versiones digitalizadas de objetos analógicos (siempre que los originales todavía estén allí y en buen estado). Sin embargo, esto puede consumir una cantidad considerable de tiempo y costo. Con respecto a la preservación de datos a largo plazo, el esfuerzo de re-creación debe sopesarse frente al esfuerzo de preservación de datos a largo plazo. + +Otros datos no se pueden recopilar ni crear de nuevo. + ¿Es la colección de datos reproducible, en el sentido de que podría re-crearse/recopilarse nuevamente, en caso de que se perdiera? + + + + radio text + @@ -1255,342 +1258,351 @@ Altri tipi di dati sono di per sé unici e non possono essere rigenerati. Questo
https://rdmorganiser.github.io/terms - technical-classification - rdmo/technical-classification + rdmo/technical-classification - - 2 Technical classification Technische Einordnung - Clasificación técnica Classification technique Classificazione tecnica + Clasificación técnica + + + + + + +
- + https://rdmorganiser.github.io/terms - data-dates - rdmo/technical-classification/data-dates + rdmo/technical-classification/data-dates -
True - 1 Data collection Give time specifications to such a degree as (already) known. dataset - datasets Datenerhebung Geben Sie Zeitangaben an, sofern diese (bereits) bekannt sind. Datensatz - Datensätze - Recopilación de datos - Dar especificaciones de tiempo en un grado tal como (ya) conocido. - colección de datos - colecciones de datos Collecte de données Veuillez insérer les spécifications de temps, autant qu'elles soient (déjà) connues. jeu de données - jeux de données Raccolta dei dati Inserire le specificazioni di tempo nella misura in cui (già) note. raccolta di dati - raccolte di dati - - + Recopilación de datos + Dar especificaciones de tiempo en un grado tal como (ya) conocido. + colección de datos + + + + + + + + + + + https://rdmorganiser.github.io/terms - data_collection_start - rdmo/technical-classification/data-dates/data_collection_start + rdmo/technical-classification/data-dates/data_collection_start - False - 1 + False When does/did data collection or creation start? + - Wann beginnt/begann die Erhebung bzw. Erstellung der Daten? + - - - ¿Cuándo comienza la recopilación o creación de datos? - - - Quand commence / a commencé la collecte ou la création de données ? + Quand commence / a commencé la collecte ou la création de données ? + - Quando inizia / è cominciata la raccolta o la creazione dei dati? + - + + ¿Cuándo comienza la recopilación o creación de datos? + + + + date datetime + https://rdmorganiser.github.io/terms - data_collection_end - rdmo/technical-classification/data-dates/data_collection_end + rdmo/technical-classification/data-dates/data_collection_end - False - 2 + False When does/did data collection or creation end? + - Wann endet/endete die Erhebung bzw. Erstellung der Daten? + - - - ¿Cuándo finaliza la recopilación o creación de datos? - - - Quand termine / a terminé la collecte ou la création de données ? + Quand termine / a terminé la collecte ou la création de données ? + - Quando termina / è terminata la raccolta o la creazione dei dati? + - + + ¿Cuándo finaliza la recopilación o creación de datos? + + + + date datetime + https://rdmorganiser.github.io/terms - data_cleansing_start - rdmo/technical-classification/data-dates/data_cleansing_start + rdmo/technical-classification/data-dates/data_cleansing_start - False - 3 + False When does data cleansing / data preparation start? + - Wann beginnt die Datenbereinigung / -aufbereitung? + - - - ¿Cuándo comienza la limpieza/preparación de datos? - - - Quand commence le nettoyage / la préparation des données ? + Quand commence le nettoyage / la préparation des données ? + - Quando inizia la pulizia / la preparazione dei dati? + - + + ¿Cuándo comienza la limpieza/preparación de datos? + + + + date datetime + https://rdmorganiser.github.io/terms - data_cleansing_end - rdmo/technical-classification/data-dates/data_cleansing_end + rdmo/technical-classification/data-dates/data_cleansing_end - False - 4 + False When does data cleansing / data preparation end? + - Wann endet die Datenbereinigung / -aufbereitung? + - - - ¿Cuándo finaliza la limpieza/preparación de datos? - - - Quand se termine le nettoyage / la préparation des données ? + Quand se termine le nettoyage / la préparation des données ? + - Quando termina la pulizia / la preparazione dei dati? + - + + ¿Cuándo finaliza la limpieza/preparación de datos? + + + + date datetime + https://rdmorganiser.github.io/terms - data_analysis_start - rdmo/technical-classification/data-dates/data_analysis_start + rdmo/technical-classification/data-dates/data_analysis_start - False - 5 + False When does data analysis start? + - Wann beginnt die Datenanalyse? + - - - ¿Cuándo comienza el análisis de datos? - - - Quand l'analyse des données commence-t-elle ? + Quand l'analyse des données commence-t-elle ? + - Quando inizia l'analisi dei dati? + - + + ¿Cuándo comienza el análisis de datos? + + + + date datetime + https://rdmorganiser.github.io/terms - data_analysis_end - rdmo/technical-classification/data-dates/data_analysis_end + rdmo/technical-classification/data-dates/data_analysis_end - False - 6 + False When does data analysis end? + - Wann endet die Datenanalyse? + - - - ¿Cuándo finaliza el análisis de datos? - - - Quand l'analyse des données prend-elle fin ? + Quand l'analyse des données prend-elle fin ? + - Quando termina l'analisi dei dati? + - + + ¿Cuándo finaliza el análisis de datos? + + + + date datetime + - + https://rdmorganiser.github.io/terms - data-volume - rdmo/technical-classification/data-volume + rdmo/technical-classification/data-volume -
True - 2 Data size dataset - datasets Datengröße Datensatz - Datensätze - Tamaño de datos - - colección de datos - colecciones de datos Volume des données jeu de données - jeux de données Volume dei dati raccolta di dati - raccolte di dati + Tamaño de datos + + colección de datos + + + + + - + https://rdmorganiser.github.io/terms - volume - rdmo/technical-classification/data-volume/volume + rdmo/technical-classification/data-volume/volume - False - 1 - If large amounts of data are involved, financial resources for the provision of the infrastructure should be considered (see also section "Funding"). + False + If large amounts of data are involved, financial resources for the provision of the infrastructure should be considered (see also section "Funding"). What is the actual or expected size of the dataset? + - Wenn große Datenmengen anfallen, sollten finanzielle Mittel zur Bereitstellung der Infrastruktur berücksichtigt werden (siehe auch Abschnitt „Förderung“). Was ist die tatsächliche oder erwartete Größe des Datensatzes? + - - Si se trata de grandes cantidades de datos, se deben considerar los recursos financieros para la provisión de la infraestructura (ver también la sección Financiamiento). - ¿Cuál es el tamaño real o esperado de la colección de datos? - - - Dans le cas où des grandes quantités de données jouent un rôle, on devrait avoir à disposition des ressources économiques suffisantes pour garantir l'infrastructure nécessaire (voire aussi le chapitre « Financement »). - Quelle est la taille actuelle ou attendue du jeu de données ? + Dans le cas où des grandes quantités de données jouent un rôle, on devrait avoir à disposition des ressources économiques suffisantes pour garantir l'infrastructure nécessaire (voire aussi le chapitre « Financement »). + Quelle est la taille actuelle ou attendue du jeu de données ? + - - Qualora siano coinvolte grandi quantità di dati, si dovrebbero avere a disposizione richiedere risorse economiche sufficienti a coprire l'infrastruttura necessaria (vedi Sezione "Finanziamento"). + Qualora siano coinvolte grandi quantità di dati, si dovrebbero avere a disposizione richiedere risorse economiche sufficienti a coprire l'infrastruttura necessaria (vedi Sezione "Finanziamento"). Qual è il volume reale o atteso dei dati? + - + Si se trata de grandes cantidades de datos, se deben considerar los recursos financieros para la provisión de la infraestructura (ver también la sección Financiamiento). + ¿Cuál es el tamaño real o esperado de la colección de datos? + + + + radio float + @@ -1598,418 +1610,418 @@ Altri tipi di dati sono di per sé unici e non possono essere rigenerati. Questo https://rdmorganiser.github.io/terms - rate - rdmo/technical-classification/data-volume/rate + rdmo/technical-classification/data-volume/rate - False - 2 + False How much data are produced per year? + - Wie hoch ist die erwartete Erzeugungsrate der Daten pro Jahr? + - - - ¿Cuántos datos se producen al año? - - - Combien de données sont produites par an ? + Combien de données sont produites par an ? + - Quanti dati vengono prodotti in un anno? + - + + ¿Cuántos datos se producen al año? + + + + text integer + - + https://rdmorganiser.github.io/terms - data-formats - rdmo/technical-classification/data-formats + rdmo/technical-classification/data-formats -
True - 3 Formats dataset - datasets Formate Datensatz - Datensätze - Formatos - - colección de datos - colecciones de datos Formats jeu de données - jeux de données Formati raccolta di dati - raccolte di dati + Formatos + + colección de datos + + + + - + https://rdmorganiser.github.io/terms - format - rdmo/technical-classification/data-formats/format + rdmo/technical-classification/data-formats/format - False - 4 + False When choosing a data format, one should consider the consequences for collaborative use, long-term preservation as well as re-use. It is advisable to prefer formats that are standardised, open, non-proprietary and well-established in the respective scholarly community. Which file formats are used? + - Bei der Wahl des Dateiformates sollten auch die Konsequenzen für die kollaborative Nutzung, die Langzeitarchivierung sowie die Nachnutzung beachtet werden. Es empfiehlt sich, möglichst standardisierte, nicht-proprietäre und allgemein bzw. in der spezifischen Community verbreitete Formate zu nutzen. Weitere Kriterien sowie detaillierte Erläuterungen sind z. B. im <a href="https://www.forschungsdaten.org/images/b/b0/Leitfaden_Data-Management-WissGrid.pdf" target="_blank">WissGrid-Leitfaden, S. 22 f.</a> zu finden. In welchen Formaten liegen die Daten vor? + - - Al elegir un formato de datos, se deben considerar las consecuencias para el uso colaborativo, la conservación a largo plazo y la reutilización. Es recomendable preferir formatos estandarizados, abiertos, no propietarios y bien establecidos en la comunidad académica respectiva. - ¿Qué formatos de archivo se utilizan? - - Lors du choix d'un format de données, il convient de tenir compte des conséquences pour l'utilisation collaborative, la conservation à long terme ainsi que la réutilisation. Il est conseillé de préférer des formats standardisés, ouverts, non propriétaires et bien établis dans la communauté respective. - Quels formats de fichiers sont utilisés ? + Quels formats de fichiers sont utilisés ? + - Nella scelta di un formato di dati bisogna tenere conto delle consequenze per l'utilizzo condiviso, la conservazione a lungo termine e il riutilizzo. Si raccomanda di usare dove possibile dei formati standard, aperti e generici o per lo meno ben stabiliti nella comunità rispettiva. Quali formati di file vengono utilizzati? + - + Al elegir un formato de datos, se deben considerar las consecuencias para el uso colaborativo, la conservación a largo plazo y la reutilización. Es recomendable preferir formatos estandarizados, abiertos, no propietarios y bien establecidos en la comunidad académica respectiva. + ¿Qué formatos de archivo se utilizan? + + + + textarea text + - + https://rdmorganiser.github.io/terms - data-tools - rdmo/technical-classification/data-tools + rdmo/technical-classification/data-tools -
True - 4 Tools dataset - datasets Werkzeuge Datensatz - Datensätze - Instrumentos - - colección de datos - colecciones de datos Outils jeu de données - jeux de données Strumenti raccolta di dati - raccolte di dati - - + Instrumentos + + colección de datos + + + + + + + + https://rdmorganiser.github.io/terms - creation_methods - rdmo/technical-classification/data-tools/creation_methods + rdmo/technical-classification/data-tools/creation_methods - False - 1 + False This information is necessary to be able to reconstruct the process by which the data was generated. It is also a prerequisite to judge the objectivity, reliability and validity of the dataset. For reproducible data it is also required to re-generate the data if necessary. Therefore all devices, software, software version and also information about the procedure necessary to be able to recreate the data must be preserved. Which tools, software, technologies or processes are used to generate or collect the data? + - Diese Informationen sind für alle Arten von Daten relevant, um ihre Genese nachvollziehen zu können. Bei reproduzierbaren Daten kommt ein weiterer Aspekt hinzu. Diese müssen nicht notwendigerweise aufbewahrt werden - allerdings müssen alle Geräte, Software, Softwareversion und auch Informationen über die Vorgehensweise erhalten bleiben, die notwendig sind, um die Daten erneut erstellen zu können. Welche Instrumente, Software, Technologien oder Verfahren werden zur Erzeugung oder Erfassung der Daten genutzt? + - - Esta información es necesaria para poder reconstruir el proceso por el cual se generaron los datos. También es un requisito previo para juzgar la objetividad, confiabilidad y validez de la colección de datos. - -Para datos reproducibles, también se requiere volver a generar los datos si es necesario. Por lo tanto, se deben conservar todos los dispositivos, el software, la versión del software y también la información sobre el procedimiento necesario para poder recrear los datos. - ¿Qué herramientas, software, tecnologías o procesos se utilizan para generar o recopilar los datos? - - Ces informations sont nécessaires pour pouvoir reconstruire le processus par lequel les données ont été générées. C'est également une condition préalable pour juger de l'objectivité, de la fiabilité et de la validité du jeu de données. Pour les données reproductibles, elles sont également nécessaires pour recréer les données si nécessaire. Pour cela, tous les instruments, logiciels, versions de logiciel et procédures utilisées doivent être conservés. - Quels outils, logiciels, technologies ou processus sont utilisés pour générer ou collecter les données ? + Quels outils, logiciels, technologies ou processus sont utilisés pour générer ou collecter les données ? + - Queste informazioni sono necessarie per poter ricostruire la procedura di generazione dei dati. Sono altresì un prerequisito per valutare l'obiettività, l'affidabilità e la validità della raccolta di dati. Per i dati riproducibili, sono anche indispensabili per ricreare i dati in caso di necessità. Per questo motivo è necessario conservare tutti gli strumenti, programmi, versioni di programma e procedure impiegate nella generazione dei dati. Quali strumenti, programmi, tecnologie o processi vensono utilizzati per generare o raccogliere i dati? + - + Esta información es necesaria para poder reconstruir el proceso por el cual se generaron los datos. También es un requisito previo para juzgar la objetividad, confiabilidad y validez de la colección de datos. + +Para datos reproducibles, también se requiere volver a generar los datos si es necesario. Por lo tanto, se deben conservar todos los dispositivos, el software, la versión del software y también la información sobre el procedimiento necesario para poder recrear los datos. + ¿Qué herramientas, software, tecnologías o procesos se utilizan para generar o recopilar los datos? + + + + textarea text + https://rdmorganiser.github.io/terms - usage_technology - rdmo/technical-classification/data-tools/usage_technology + rdmo/technical-classification/data-tools/usage_technology - False - 2 + False To be able to re-use data (e.g. to replicate studies, for meta analysis or to solve new research questions), along with the data the software, equipment and knowledge about special methods to use the data are required . Just as with the formats, the recommendation is: the more standardised, open and established, the better for re-use. Which software, processes or technologies are necessary to use the data? + - Um Daten nachnutzen zu können, bspw. für die Replikation von Studien, Metaanalysen oder die Beantwortung neuer Forschungsfragen, werden neben den Daten selbst auch die Software, Geräte etc. und das Wissen über spezielle Verfahren zur Nutzung benötigt. Ebenso wie bei den Formaten gilt hier: je standardisierter, offener und etablierter diese sind, desto einfacher ist i.d.R. eine Nachnutzung möglich. Welche Software, Verfahren oder Technologien sind notwendig, um die Daten zu nutzen? + - - Para poder reutilizar datos (p. ej., para replicar estudios, para metaanálisis o para resolver nuevas preguntas de investigación), junto con los datos, se requiere el software, el equipo y el conocimiento sobre métodos especiales para usar los datos. - -Al igual que con los formatos, la recomendación es: cuanto más estandarizados, abiertos y consolidados, mejor para su reutilización. - ¿Qué software, procesos o tecnologías son necesarios para utilizar los datos? - - Pour pouvoir réutiliser les données (par exemple pour répliquer des études, pour une méta-analyse ou pour résoudre de nouvelles questions de recherche), ainsi que les données, le logiciel, l'équipement et les connaissances sur les méthodes spéciales d'utilisation des données sont nécessaires. Tout comme pour les formats, la recommandation est: plus ils sont standardisés, ouverts et établis, mieux ils sont réutilisables. - Quels logiciels, processus ou technologies sont nécessaires pour utiliser les données ? + Quels logiciels, processus ou technologies sont nécessaires pour utiliser les données ? + - Per poter riutilizzare i dati (es. Per replicare studi, eseguire una metaanalisi o per affrontare nuovi argomenti di ricerca), insieme ai dati sono necessari i programmi, l'attrezzatura e conoscenze specifiche sui metodi di riuso dei dati. Analogamente ai formati, si raccomanda di adottare metodi il più standard, aperti e diffusi possibile. Quali programmi, processi o tecnologie sono necessari per utilizzare i dati? + - + Para poder reutilizar datos (p. ej., para replicar estudios, para metaanálisis o para resolver nuevas preguntas de investigación), junto con los datos, se requiere el software, el equipo y el conocimiento sobre métodos especiales para usar los datos. + +Al igual que con los formatos, la recomendación es: cuanto más estandarizados, abiertos y consolidados, mejor para su reutilización. + ¿Qué software, procesos o tecnologías son necesarios para utilizar los datos? + + + + textarea text + https://rdmorganiser.github.io/terms - documentation - rdmo/technical-classification/data-tools/documentation + rdmo/technical-classification/data-tools/documentation - False - 3 + False Is documentation about relevant software needed to use the data? + - Wird die Dokumentation von ggf. zur Nutzung notwendiger Software benötigt, um die Daten zu nutzen? + - - - ¿Se necesita documentación sobre el software relevante para usar los datos? - - - Une documentation sur les logiciels pertinents est-elle nécessaire pour utiliser les données ? + Une documentation sur les logiciels pertinents est-elle nécessaire pour utiliser les données ? + - È necessaria una documentazione sui programmi adatti per poter utilizzare i dati? + - + + ¿Se necesita documentación sobre el software relevante para usar los datos? + + + + yesno boolean + - + https://rdmorganiser.github.io/terms - data-versioning - rdmo/technical-classification/data-versioning + rdmo/technical-classification/data-versioning -
True - 5 Versioning dataset - datasets Versionierung Datensatz - Datensätze - Gestión de Versiones - - colección de datos - colecciones de datos Gestion de versions jeu de données - jeux de données Controllo di versione raccolta di dati - raccolte di dati - - + Gestión de Versiones + + colección de datos + + + + + + + + https://rdmorganiser.github.io/terms - yesno - rdmo/technical-classification/data-versioning/yesno + rdmo/technical-classification/data-versioning/yesno - False - 1 + False Are different versions of the dataset created? + - Werden verschiedene Versionen des Datensatzes erzeugt? + - - - ¿Se crean diferentes versiones de la colección de datos? - - - Des versions différentes du jeu de données sont-elles créées ? + Des versions différentes du jeu de données sont-elles créées ? + - Questa raccolta di dati viene creata in più versioni? + - + + ¿Se crean diferentes versiones de la colección de datos? + + + + yesno boolean + https://rdmorganiser.github.io/terms - strategy - rdmo/technical-classification/data-versioning/strategy + rdmo/technical-classification/data-versioning/strategy - False - 2 + False Please briefly describe the project-internal regulations for the versioning of data sets. (e.g.: What kind of changes require a new version? How are changes documented? What are the naming rules for different versions?) Which versioning strategy is applied for this dataset? + - Bitte beschreiben Sie hier kurz projektinterne Regelungen zur Versionierung von Datensätzen. (z. B.: Welche Änderungen machen eine neue Version erforderlich? Wie werden die Änderungen dokumentiert? Wie werden die verschiedenen Versionen benannt?) Welche Versionierungsstrategie wird für diesen Datensatz angewandt? + - - Describa brevemente las normas internas del proyecto para el control de versiones de colecciones de datos. (por ejemplo: ¿Qué tipo de cambios requieren una nueva versión? ¿Cómo se documentan los cambios? ¿Cuáles son las reglas de nomenclatura para las diferentes versiones?) - ¿Qué estrategia de control de versiones se aplica para esta colección de datos? - - - Veuillez décrire brièvement les réglementations internes au projet pour la gestion des versions des jeux de données. (Par exemple: quels types de modifications nécessitent une nouvelle version ? Comment les modifications sont-elles documentées ? Quelles sont les règles de dénomination pour les différentes versions ?) - Quelle stratégie de version est appliquée pour cet jeu de données ? + Veuillez décrire brièvement les réglementations internes au projet pour la gestion des versions des jeux de données. (Par exemple: quels types de modifications nécessitent une nouvelle version ? Comment les modifications sont-elles documentées ? Quelles sont les règles de dénomination pour les différentes versions ?) + Quelle stratégie de version est appliquée pour cet jeu de données ? + - Si prega di descrivere brevemente le regole interne al progetto per la gestione delle versioni della raccolta di dati. (Per esempio: quali modifiche implicano il rilascio di una nuova versione? Come vengono documentate le modifiche? Quali sono le regole per la denominazione delle diverse versioni?) Quale strategia viene utilizzata per il controllo di versione di questa raccolta dati? + - + Describa brevemente las normas internas del proyecto para el control de versiones de colecciones de datos. (por ejemplo: ¿Qué tipo de cambios requieren una nueva versión? ¿Cómo se documentan los cambios? ¿Cuáles son las reglas de nomenclatura para las diferentes versiones?) + ¿Qué estrategia de control de versiones se aplica para esta colección de datos? + + + + textarea text + https://rdmorganiser.github.io/terms - tool - rdmo/technical-classification/data-versioning/tool + rdmo/technical-classification/data-versioning/tool - False - 3 + False Which technology or tool is used for versioning? + - Welche Technologie bzw. welches Tool wird zur Versionierung verwendet? + - - - ¿Qué tecnología o herramienta se utiliza para el control de versiones? - - - Quelle technologie ou quel outil est utilisé(e) pour le contrôle de version ? + Quelle technologie ou quel outil est utilisé(e) pour le contrôle de version ? + - Quale tecnologia o strumento viene utilizzato per il controllo di versione? + - + + ¿Qué tecnología o herramienta se utiliza para el control de versiones? + + + + radio text + @@ -2017,159 +2029,169 @@ Analogamente ai formati, si raccomanda di adottare metodi il più standard, aper
https://rdmorganiser.github.io/terms - data-usage - rdmo/data-usage + rdmo/data-usage - - 3 Data usage Datennutzung - Uso de datos Utilisation de données Utilizzo dei dati + Uso de datos + + + + + + + + + + +
- + https://rdmorganiser.github.io/terms - scenarios-usage - rdmo/data-usage/scenarios-usage + rdmo/data-usage/scenarios-usage -
True - 0 Usage scenarios The following questions will help to estimate which ressources are necessary to enable the envisioned data usage scenarios during the project. These can be technical / IT resources as well as expertise brought in by e.g. data management or IT experts. dataset - datasets Nutzungsszenarien Die folgenden Fragen dienen dazu einzuschätzen, welche Ressourcen für die geplante Nutzung der Daten während der Projektlaufzeit nötig sind. Dabei kann es sich um technische bzw. IT-Ressourcen handeln, aber auch um Expertise, die z. B. Datenmanagement- oder IT-ExpertInnen eingebracht wird. Datensatz - Datensätze - Escenarios de uso - Las siguientes preguntas ayudarán a estimar qué recursos son necesarios para habilitar los escenarios de uso de datos previstos durante el proyecto. Estos pueden ser recursos técnicos / de TI, así como experiencia aportada por, p. ej. expertos en gestión de datos o TI. - colección de datos - colecciones de datos Scénarios d'utilisation Les questions suivantes aideront à estimer les ressources nécessaires pour permettre les scénarios d'utilisation des données envisagés pendant le projet. Il peut s'agir de ressources techniques / informatiques ainsi que de l'expertise apportée par ex. experts en gestion de données ou en informatique. jeu de données - jeux de données Scenari per l'utilizzo Le domande seguenti aiutano a stimare le risorse necessarie all'utilizzo dei dati nel corso del progetto. Queste possono essere risorse tecniche o informatiche, ma anche l'utilizzo delle competenze di esperti in gestione dei dati o informatica. raccolta di dati - raccolte di dati - - + Escenarios de uso + Las siguientes preguntas ayudarán a estimar qué recursos son necesarios para habilitar los escenarios de uso de datos previstos durante el proyecto. Estos pueden ser recursos técnicos / de TI, así como experiencia aportada por, p. ej. expertos en gestión de datos o TI. + colección de datos + + + + + + + + + https://rdmorganiser.github.io/terms - description - rdmo/data-usage/scenarios-usage/description + rdmo/data-usage/scenarios-usage/description - False - 0 + False How / for what purpose will this dataset be used during the project? + - Wozu / wie wird dieser Datensatz während des Projektes genutzt? + - - - ¿Cómo / con qué propósito se utilizará esta colección de datos durante el proyecto? - - - Comment / pour quel but ce jeu de données sera-t-il utilisé pendant le projet ? + Comment / pour quel but ce jeu de données sera-t-il utilisé pendant le projet ? + - Come / con che scopo questa raccolta dati viene utilizzata durante il progetto? + - + + ¿Cómo / con qué propósito se utilizará esta colección de datos durante el proyecto? + + + + textarea text + https://rdmorganiser.github.io/terms - frequency - rdmo/data-usage/scenarios-usage/frequency + rdmo/data-usage/scenarios-usage/frequency - False - 3 + False How often will this dataset be used? + - Wie häufig wird dieser Datensatz genutzt? + - - - ¿Con qué frecuencia se utilizará esta colección de datos? - - - À quelle fréquence ce jeu de données sera-t-il utilisé ? + À quelle fréquence ce jeu de données sera-t-il utilisé ? + - Con che frequenza viene usata questa raccolta di dati? + - + + ¿Con qué frecuencia se utilizará esta colección de datos? + + + + text text + https://rdmorganiser.github.io/terms - infrastructure - rdmo/data-usage/scenarios-usage/infrastructure + rdmo/data-usage/scenarios-usage/infrastructure - False - 4 + False To what extent will infrastructure resources be required (e.g. CPU hours, bandwidth, storage space... etc.). + - In welchem Umfang werden Infrastrukturressourcen benötigt (CPU-Stunden, Bandbreite, Speicherplatz etc.)? + - - - En qué medida se requerirán recursos de infraestructura (por ejemplo, horas de CPU, ancho de banda, espacio de almacenamiento... etc.). - - - Dans quelle mesure les ressources d'infrastructure seront-elles nécessaires (par exemple, heures CPU, bande passante, espace de stockage ... etc.) ? + Dans quelle mesure les ressources d'infrastructure seront-elles nécessaires (par exemple, heures CPU, bande passante, espace de stockage ... etc.) ? + - In che quantità verranno utilizzate risorse informatiche (ore di processore, larghezza di banda, spazio di stoccaggio ecc.)? + - + + En qué medida se requerirán recursos de infraestructura (por ejemplo, horas de CPU, ancho de banda, espacio de almacenamiento... etc.). + + + + radio text + @@ -2177,186 +2199,189 @@ Analogamente ai formati, si raccomanda di adottare metodi il più standard, aper https://rdmorganiser.github.io/terms - support - rdmo/data-usage/scenarios-usage/support + rdmo/data-usage/scenarios-usage/support - False - 5 + False Are there actual or potential usage scenarios that could benefit from support by a data management or IT expert, or that even require such support? + - Gibt es beabsichtigte (ggf. auch potentielle) Nutzungsszenarien, für die die Unterstützung durch Datenmanagement- oder IT-ExpertInnen sinnvoll oder notwendig ist? + - - - ¿Existen escenarios de uso reales o potenciales que podrían beneficiarse del soporte de un experto en gestión de datos o TI, o que incluso requieren dicho soporte? - - - Existe-t-il des scénarios d'utilisation réels ou potentiels qui pourraient bénéficier de l'assistance d'un expert en gestion de données ou en informatique, ou qui nécessitent même une telle assistance ? + Existe-t-il des scénarios d'utilisation réels ou potentiels qui pourraient bénéficier de l'assistance d'un expert en gestion de données ou en informatique, ou qui nécessitent même une telle assistance ? + - Esistono scenari di riutilizzo reali o potenziali che potrebbero giovare dell'assistenza di un esperto di gestione dei dati o di informatica, o per i quali quest'assistenza è necessaria? + - + + ¿Existen escenarios de uso reales o potenciales que podrían beneficiarse del soporte de un experto en gestión de datos o TI, o que incluso requieren dicho soporte? + + + + radio text + - + https://rdmorganiser.github.io/terms - data-storage-and-security-storage - rdmo/data-usage/data-storage-and-security-storage + rdmo/data-usage/data-storage-and-security-storage -
True - 11 Data organisation dataset - datasets Datenorganisation Datensatz - Datensätze - Organización de datos - - colección de datos - colecciones de datos Organisation des données jeu de données - jeux de données Organizzazione dei dati raccolta di dati - raccolte di dati - - + Organización de datos + + colección de datos + + + + + + + + + https://rdmorganiser.github.io/terms - type - rdmo/data-usage/data-storage-and-security-storage/type + rdmo/data-usage/data-storage-and-security-storage/type - False - 1 + False Where is the dataset stored during the project? + - Wo wird der Datensatz während des Projektes gespeichert? + - - - ¿Dónde se almacena la colección de datos durante el proyecto? - - - Où le jeu de données est-il stocké pendant le projet ? + Où le jeu de données est-il stocké pendant le projet ? + - Dove viene salvata la raccolta di dati durante il progetto? + - + + ¿Dónde se almacena la colección de datos durante el proyecto? + + + + textarea text + https://rdmorganiser.github.io/terms - uri - rdmo/data-usage/data-storage-and-security-storage/uri + rdmo/data-usage/data-storage-and-security-storage/uri - False - 2 + False Under which URL can the dataset be accessed during the project? + - Unter welcher URL kann der Datensatz während des Projektes abgerufen werden? + - - - ¿Bajo qué URL se puede acceder a la colección de datos durante el proyecto? - - - Sous quelle URL le jeu de données peut-il être consulté pendant le projet ? + Sous quelle URL le jeu de données peut-il être consulté pendant le projet ? + - A che URL è possibile consultare la raccolta di dati durante il progetto? + - + + ¿Bajo qué URL se puede acceder a la colección de datos durante el proyecto? + + + + text text + https://rdmorganiser.github.io/terms - organisation_policy - rdmo/data-usage/data-storage-and-security-storage/organisation_policy + rdmo/data-usage/data-storage-and-security-storage/organisation_policy - False - 3 + False Are there internal project guidelines for a consistent organisation of the data? If so, where are they documented? + - Gibt es projektinterne Richtlinien zur einheitlichen Organisation der Daten? Wenn ja, wo sind diese festgehalten? + - - - ¿Existen directrices internas del proyecto para una organización coherente de los datos? Si es así, ¿dónde están documentados? - - - Existe-t-il des directives internes du projet pour une organisation cohérente des données ? Si oui, où sont-elles documentées ? + Existe-t-il des directives internes du projet pour une organisation cohérente des données ? Si oui, où sont-elles documentées ? + - Esistono linee guida interne al progetto per un'organizzazione coerente dei dati? In caso affermativo, dove sono documentate? + - + + ¿Existen directrices internas del proyecto para una organización coherente de los datos? Si es así, ¿dónde están documentados? + + + + radio text + @@ -2364,364 +2389,367 @@ Analogamente ai formati, si raccomanda di adottare metodi il più standard, aper https://rdmorganiser.github.io/terms - naming_policy - rdmo/data-usage/data-storage-and-security-storage/naming_policy + rdmo/data-usage/data-storage-and-security-storage/naming_policy - False - 4 + False Is there an internal project guideline for naming the data? If so, please briefly outline the naming conventions and, if necessary, link to the documentation. + - Gibt es eine projektinterne Richtlinie zur Benennung der Daten? Wenn ja, bitte skizzieren Sie sie kurz und verlinken Sie ggf. zu einer ausführlicheren Dokumentation. + - - - ¿Existe una directriz interna del proyecto para nombrar los datos? Si es así, describa brevemente las convenciones de nomenclatura y, si es necesario, enlace a la documentación. - - - Existe-t-il une directive de projet interne pour nommer les données ? Dans l'affirmative, veuillez décrire brièvement les conventions de dénomination et, si nécessaire, un lien vers la documentation. + Existe-t-il une directive de projet interne pour nommer les données ? Dans l'affirmative, veuillez décrire brièvement les conventions de dénomination et, si nécessaire, un lien vers la documentation. + - Esiste una linea guida interna al progetto per la denominazione dei dati? In caso affermativo, si prega di descrivere succintamente le convenzioni per i nomi e di aggiungere un collegamento ipertestuale verso la documentazione. + - + + ¿Existe una directriz interna del proyecto para nombrar los datos? Si es así, describa brevemente las convenciones de nomenclatura y, si es necesario, enlace a la documentación. + + + + radio text + - + https://rdmorganiser.github.io/terms - data-storage-and-security-data_security - rdmo/data-usage/data-storage-and-security-data_security + rdmo/data-usage/data-storage-and-security-data_security -
True - 12 Data storage and security dataset - datasets Datenspeicherung und -sicherheit Datensatz - Datensätze - Almacenamiento de datos y seguridad - - colección de datos - colecciones de datos Stockage et sécurité des données jeu de données - jeux de données Stoccaggio e sicurezza dei dati raccolta di dati - raccolte di dati - - + Almacenamiento de datos y seguridad + + colección de datos + + + + + + + + + https://rdmorganiser.github.io/terms - access_permissions - rdmo/data-usage/data-storage-and-security-data_security/access_permissions + rdmo/data-usage/data-storage-and-security-data_security/access_permissions - False - 1 + False e.g. project members, partners of the project, only in-house, external partners Who is allowed to access the dataset? + - z. B. Projektmitglieder, Projektpartner, nur Interne, externe Partner Wer darf auf den Datensatz zugreifen? + - - p.ej. miembros del proyecto, socios del proyecto, solo internos, socios externos - ¿Quién puede acceder a la colección de datos? - - ex. les membres du projet, les partenaires du projet, seulement à l'intérieur de l'institution, les partenaires extérieurs - Qui est autorisé à accéder au jeu de données ? + Qui est autorisé à accéder au jeu de données ? + - es. i membri del progetto, i partner del progetto, solamente all'interno dell'istituzione, i partner esterni Chi è autorizzato ad accedere alla raccolta di dati? + - + p.ej. miembros del proyecto, socios del proyecto, solo internos, socios externos + ¿Quién puede acceder a la colección de datos? + + + + textarea text + https://rdmorganiser.github.io/terms - backups - rdmo/data-usage/data-storage-and-security-data_security/backups + rdmo/data-usage/data-storage-and-security-data_security/backups - False - 2 + False This question refers to backups while the data are being worked with. Questions of long-term preservation will be adressed in the respective section. How and how often will backups of the data be created? + - Die Frage bezieht sich auf Backups während der Zeit, in denen mit den Daten gearbeitet wird. Fragen der Langzeitarchivierung werden gesondert im entsprechenden Abschnitt behandelt. Wie und wie oft werden Backups der Daten erstellt? + - - Esta pregunta se refiere a las copias de seguridad mientras se trabaja con los datos. Las cuestiones de preservación de datos a largo plazo se abordarán en la sección respectiva. - ¿Cómo y con qué frecuencia se crearán copias de seguridad de los datos? - - Cette question fait référence aux sauvegardes pendant le traitement des données. Les questions de conservation à long terme seront traitées dans la section correspondante. - Comment et à quelle fréquence les sauvegardes des données seront-elles créées ? + Comment et à quelle fréquence les sauvegardes des données seront-elles créées ? + - Questa domanda si riferisce alle copie di sicurezza nella fase in cui i dati vengono utilizzati e modificati. Domande relative al salvataggio a lungo termine vengono trattate nella sezione corrispondente. In che modo e con che frequenza verranno create delle copie di sicurezza dei dati? + - + Esta pregunta se refiere a las copias de seguridad mientras se trabaja con los datos. Las cuestiones de preservación de datos a largo plazo se abordarán en la sección respectiva. + ¿Cómo y con qué frecuencia se crearán copias de seguridad de los datos? + + + + textarea text + https://rdmorganiser.github.io/terms - name - rdmo/data-usage/data-storage-and-security-data_security/name + rdmo/data-usage/data-storage-and-security-data_security/name - True - 3 + False This question refers to backups while the data are being worked with. Questions of long-term preservation will be adressed in the respective section. Who is responsible for the backups? + responsible - responsibles Die Frage bezieht sich auf Backups während der Zeit, in denen mit den Daten gearbeitet wird. Fragen der Langzeitarchivierung werden gesondert im entsprechenden Abschnitt behandelt. Wer ist verantwortlich für die Erstellung der Backups? + Verantwortliche(r) - Verantwortliche - Esta pregunta se refiere a las copias de seguridad mientras se trabaja con los datos. Las cuestiones de preservación de datos a largo plazo se abordarán en la sección respectiva. - ¿Quién es el responsable de las copias de seguridad? - responsable - responsables Cette question fait référence aux sauvegardes pendant le traitement des données. Les questions de conservation à long terme seront traitées dans la section correspondante. - Qui est responsable des sauvegardes ? + Qui est responsable des sauvegardes ? + responsable - responsables Questa domanda si riferisce alle copie di sicurezza nella fase in cui i dati vengono utilizzati e modificati. Domande relative all salvataggio a lungo termine vengono trattate nella sezione corrispondente. Chi è il responsabile per le copie di sicurezza? + responsabile - responsabili + Esta pregunta se refiere a las copias de seguridad mientras se trabaja con los datos. Las cuestiones de preservación de datos a largo plazo se abordarán en la sección respectiva. + ¿Quién es el responsable de las copias de seguridad? + + responsable + + text text + https://rdmorganiser.github.io/terms - security_measures - rdmo/data-usage/data-storage-and-security-data_security/security_measures + rdmo/data-usage/data-storage-and-security-data_security/security_measures - False - 4 + False Which measures or provisions are in place to ensure data security (e.g. protection against unauthorized access, data recovery, transfer of sensitive data)? + - Welche Maßnahmen zur Gewährleistung der Datensicherheit werden getroffen (z. B. Schutz vor unbefugtem Zugriff, Datenwiederherstellung, Übertragung sensibler Daten)? + - - - ¿Qué medidas o disposiciones existen para garantizar la seguridad de los datos (por ejemplo, protección contra el acceso no autorizado, recuperación de datos, transferencia de datos confidenciales)? - - - Quelles mesures ou dispositions sont en place pour garantir la sécurité des données (par exemple, la protection contre les accès non autorisés, la récupération de données, le transfert de données sensibles) ? + Quelles mesures ou dispositions sont en place pour garantir la sécurité des données (par exemple, la protection contre les accès non autorisés, la récupération de données, le transfert de données sensibles) ? + - Quali misure vengono adottate per garantire la sicurezza dei dati (per esempio: protezione contro accessi non autorizzati, recupero dei dati eliminati, trasferimento di dati sensibili)? + - + + ¿Qué medidas o disposiciones existen para garantizar la seguridad de los datos (por ejemplo, protección contra el acceso no autorizado, recuperación de datos, transferencia de datos confidenciales)? + + + + textarea text + - + https://rdmorganiser.github.io/terms - data-sharing-and-re-use-interoperability - rdmo/data-usage/data-sharing-and-re-use-interoperability + rdmo/data-usage/data-sharing-and-re-use-interoperability -
True - 51 Interoperability dataset - datasets Interoperabilität Datensatz - Datensätze - Interoperabilidad - - colección de datos - colecciones de datos Interopérabilité jeu de données - jeux de données Interoperabilità raccolta di dati - raccolte di dati + Interoperabilidad + + colección de datos + + + + - + https://rdmorganiser.github.io/terms - interoperability - rdmo/data-usage/data-sharing-and-re-use-interoperability/interoperability + rdmo/data-usage/data-sharing-and-re-use-interoperability/interoperability wortlaut noch relativ nah an Original-H2020-Frage - True - 1 + False Is this dataset interoperable, i.e. allowing data exchange and re-use between researchers, institutions, organisations, countries etc.? + - Ist der Datensatz interoperabel, d. h. geeignet für den Datenaustausch und die Nachnutzung zwischen bzw. von unterschiedlichen Forschenden, Institutionen, Organisationen und Ländern? + - - - ¿Esta colección de datos es interoperable, es decir, permite el intercambio y la reutilización de datos entre investigadores, instituciones, organizaciones, países, etc.? - - - Ce jeu de données est-il interopérable, c'est-à-dire permettant l'échange et la réutilisation de données entre chercheurs, institutions, organisations, pays, etc. ? + Ce jeu de données est-il interopérable, c'est-à-dire permettant l'échange et la réutilisation de données entre chercheurs, institutions, organisations, pays, etc. ? + - Questa raccolta di dati è interoperabile, ovvero permette lo scambio e il riutilizzo dei dati tra ricercatori, istituizoni, organizzazioni, Paesi? + - + + ¿Esta colección de datos es interoperable, es decir, permite el intercambio y la reutilización de datos entre investigadores, instituciones, organizaciones, países, etc.? + + + + checkbox option + - + https://rdmorganiser.github.io/terms - data-sharing-and-re-use-publication - rdmo/data-usage/data-sharing-and-re-use-publication + rdmo/data-usage/data-sharing-and-re-use-publication -
True - 52 Data sharing and re-use dataset - datasets Weitergabe und Veröffentlichung Datensatz - Datensätze - Intercambio y reutilización de datos - - colección de datos - colecciones de datos Partage et réutilisation des données jeu de données - jeux de données Condivisione e riutilizzo dei dati raccolta di dati - raccolte di dati - - + Intercambio y reutilización de datos + + colección de datos + + + + + + + + + + + https://rdmorganiser.github.io/terms - yesno - rdmo/data-usage/data-sharing-and-re-use-publication/yesno + rdmo/data-usage/data-sharing-and-re-use-publication/yesno - False - 1 + False Will this dataset be published or shared? + - Soll dieser Datensatz veröffentlicht oder geteilt werden? + - - - ¿Se publicará o compartirá esta colección de datos? - - - Ce jeu de données sera-t-il publié ou partagé ? + Ce jeu de données sera-t-il publié ou partagé ? + - Questa raccolta di dati verrà pubblicata o condivisa? + - + + ¿Se publicará o compartirá esta colección de datos? + + + + radio boolean + @@ -2729,115 +2757,118 @@ Analogamente ai formati, si raccomanda di adottare metodi il più standard, aper https://rdmorganiser.github.io/terms - repository - rdmo/data-usage/data-sharing-and-re-use-publication/repository + rdmo/data-usage/data-sharing-and-re-use-publication/repository - False - 2 + False Please provide information about the database/repository. If yes, where should the data be published? + - Nennen Sie die/das Datenbank/Repositorium, ggf. mit Link. Wenn ja, wo sollen die Daten veröffentlicht werden? + - - Proporcione información sobre la base de datos/repositorio. - En caso afirmativo, ¿dónde deberían publicarse los datos? - - Veuillez fournir des informations sur la base de données ou le référentiel. Si oui, où les données doivent-elles être publiées? + - Si prega di fornire informazioni sul database o sul repository. Se sì, dove dovrebbero essere pubblicati i dati? + - + Proporcione información sobre la base de datos/repositorio. + En caso afirmativo, ¿dónde deberían publicarse los datos? + + + + textarea text + https://rdmorganiser.github.io/terms - explanation - rdmo/data-usage/data-sharing-and-re-use-publication/explanation + rdmo/data-usage/data-sharing-and-re-use-publication/explanation - False - 3 + False If not, please explain why not. Please differentiate between legal or contractual reasons and voluntary restrictions. + - Wenn nicht, begründen Sie dies bitte und unterscheiden Sie dabei zwischen rechtlichen und/oder vertraglichen Gründen und freiwilligen Einschränkungen. + - - - Si no, por favor explique por qué no. Por favor diferencie entre razones legales y contractuales y restricciones voluntarias. - - Si non, veuillez expliquer pourquoi. Veuillez différencier les raisons légales et contractuelles des restrictions volontaires. + - In caso negativo, si prega di spiegare perché, distinguendo tra ragioni legali o contrattuali e restrizioni volontarie. + - + + Si no, por favor explique por qué no. Por favor diferencie entre razones legales y contractuales y restricciones voluntarias. + + + + textarea text + https://rdmorganiser.github.io/terms - conditions - rdmo/data-usage/data-sharing-and-re-use-publication/conditions + rdmo/data-usage/data-sharing-and-re-use-publication/conditions - True - 4 + False The options refer to the licenses of the <a href="https://creativecommons.org/licenses/?lang=en" target="_blank">Creative Commons family</a>. If yes, under which terms of use or license will the dataset be published or shared? + - Die Auswahlmöglichkeiten orientieren sich an Lizenzen der <a href="https://creativecommons.org/licenses/?lang=de" target="_blank">Creative-Commons-Familie</a>. Wenn ja, unter welchen Nutzungsbedingungen oder welcher Lizenz sollen die Daten veröffentlicht bzw. geteilt werden? + - - Las opciones se refieren a la familia de licencias <a href="https://creativecommons.org/licenses/?lang=es" target="_blank">Creative Commons</a>. - En caso afirmativo, ¿bajo qué términos de uso o licencia se publicará(n) o compartirá(n) la(s) coleccion(es) de datos? - - - Les options se réfèrent aux licences de la famille <a href="creativecommons.org.https://creativecommons.org/licenses/ ?lang=fr" target="_blank">Creative Commons</a>. - Si oui, selon quelles conditions d'utilisation ou de licence le jeu de données sera-t-il publié ou partagé ? + Les options se réfèrent aux licences de la famille <a href="creativecommons.org.https://creativecommons.org/licenses/ ?lang=fr" target="_blank">Creative Commons</a>. + Si oui, selon quelles conditions d'utilisation ou de licence le jeu de données sera-t-il publié ou partagé ? + - Le possibilità offerte si orientano alla famiglia di licenze <a href="https://creativecommons.org/licenses/?lang=it" target="_blank">Creative Commons</a>. In caso affermativo, sotto quali condizioni di utilizzo o quale licenza verrà pubblicata o condivisa la raccolta di dati? + - + Las opciones se refieren a la familia de licencias <a href="https://creativecommons.org/licenses/?lang=es" target="_blank">Creative Commons</a>. + En caso afirmativo, ¿bajo qué términos de uso o licencia se publicará(n) o compartirá(n) la(s) coleccion(es) de datos? + + + + checkbox text + @@ -2845,148 +2876,149 @@ Analogamente ai formati, si raccomanda di adottare metodi il più standard, aper https://rdmorganiser.github.io/terms - restrictions_explanation - rdmo/data-usage/data-sharing-and-re-use-publication/restrictions_explanation + rdmo/data-usage/data-sharing-and-re-use-publication/restrictions_explanation - False - 5 + False If there are any restrictions on the re-use of this dataset, please explain why. + - Sollte die Nachnutzung dieses Datensatzes Einschränkungen unterliegen, erläutern Sie bitte die Gründe. + - - - Si hay alguna restricción sobre la reutilización de esta colección de datos, explique por qué. - - S'il existe des restrictions sur la réutilisation de ce jeu de données, veuillez expliquer pourquoi. + - Se ci sono restrizioni sul riutilizzo di questa raccolta di dati, si prega di giustificarle. + - + + Si hay alguna restricción sobre la reutilización de esta colección de datos, explique por qué. + + + + textarea text + https://rdmorganiser.github.io/terms - data_publication_date - rdmo/data-usage/data-sharing-and-re-use-publication/data_publication_date + rdmo/data-usage/data-sharing-and-re-use-publication/data_publication_date - False - 6 + False When will the data be published (if they are)? + - Wann werden die Daten veröffentlicht? + - - - ¿Cuándo se publicarán los datos (si lo son)? - - - Quand les données seront-elles publiées (si elles le sont) ? + Quand les données seront-elles publiées (si elles le sont) ? + - Quando verranno pubblicati i dati? + - + + ¿Cuándo se publicarán los datos (si lo son)? + + + + date datetime + - + https://rdmorganiser.github.io/terms - collaborative-work-collaboration - rdmo/data-usage/collaborative-work-collaboration + rdmo/data-usage/collaborative-work-collaboration -
True - 53 Collaborative work dataset - datasets Kollaboratives Arbeiten Datensatz - Datensätze - Trabajo colaborativo - - colección de datos - colecciones de datos Travail collaboratif jeu de données - jeux de données Lavoro collaborativo raccolta di dati - raccolte di dati - - + Trabajo colaborativo + + colección de datos + + + + + + + + https://rdmorganiser.github.io/terms - yesno - rdmo/data-usage/collaborative-work-collaboration/yesno + rdmo/data-usage/collaborative-work-collaboration/yesno - False - 6 + False Will the data be collaboratively used? + - Werden die Daten kollaborativ genutzt? + - - - ¿Se utilizarán los datos de forma colaborativa? - - - Les données seront-elles utilisées en collaboration ? + Les données seront-elles utilisées en collaboration ? + - I dati vengono utilizzati in modo cooperativo? + - + + ¿Se utilizarán los datos de forma colaborativa? + + + + radio text + @@ -2994,322 +3026,321 @@ Analogamente ai formati, si raccomanda di adottare metodi il più standard, aper https://rdmorganiser.github.io/terms - tools - rdmo/data-usage/collaborative-work-collaboration/tools + rdmo/data-usage/collaborative-work-collaboration/tools - False - 7 + False Which platform / tools is / are used for collaboratively working on data and publications? + - Welche Plattform, welche Werkzeuge werden zum kollaborativen Arbeiten an Daten und Publikationen genutzt? + - - - ¿Qué plataforma/herramientas se utilizan para trabajar de forma colaborativa en datos y publicaciones? - - - Quelle plateforme / quels outils sont utilisés pour travailler en collaboration sur les données et les publications ? + Quelle plateforme / quels outils sont utilisés pour travailler en collaboration sur les données et les publications ? + - Quale piattaforma, quali strumenti sono utilizzati per il lavoro collaborativo su dati e pubblicazioni? + - + + ¿Qué plataforma/herramientas se utilizan para trabajar de forma colaborativa en datos y publicaciones? + + + + textarea text + https://rdmorganiser.github.io/terms - organisation - rdmo/data-usage/collaborative-work-collaboration/organisation + rdmo/data-usage/collaborative-work-collaboration/organisation - False - 8 + False How is the collaborative work on the same files organised? + - Wie ist das kollaborative Arbeiten an denselben Dateien geregelt? + - - - ¿Cómo se organiza el trabajo colaborativo sobre los mismos archivos? - - - Comment le travail collaboratif sur les mêmes fichiers est-il organisé ? + Comment le travail collaboratif sur les mêmes fichiers est-il organisé ? + - In che modo è organizzato il lavoro collaborativo sui documenti condivisi? + - + + ¿Cómo se organiza el trabajo colaborativo sobre los mismos archivos? + + + + textarea text + - + https://rdmorganiser.github.io/terms - quality-assurance-dataset - rdmo/data-usage/quality-assurance-dataset + rdmo/data-usage/quality-assurance-dataset -
True - 61 Quality assurance dataset - datasets Qualitätssicherung Datensatz - Datensätze - Control de calidad - - colección de datos - colecciones de datos Contrôle de la qualité jeu de données - jeux de données Controllo qualità raccolta di dati - raccolte di dati + Control de calidad + + colección de datos + + + + - + https://rdmorganiser.github.io/terms - measures - rdmo/data-usage/quality-assurance-dataset/measures + rdmo/data-usage/quality-assurance-dataset/measures - False - 7 + False Examples are checks for completeness, data reconciliation, sampling procedures. These measures serve to identify documentation errors and arithmetical anomalies. Which measures of quality assurance are taken for this dataset? + - Beispiele sind Überprüfung auf Vollständigkeit, Datenabgleich, Stichprobenverfahren. Diese Maßnahmen dienen dazu Dokumentationsfehler und rechnerische Auffälligkeiten zu ermitteln. Welche Maßnahmen zur Qualitätssicherung werden für diesen Datensatz ergriffen? + - - Algunos ejemplos son los controles de integridad, la reconciliación de datos, los procedimientos de muestreo. Estas medidas sirven para identificar errores de documentación y anomalías aritméticas. - ¿Qué medidas de control de calidad se toman para esta colección de datos? - - Par exemple le contrôle d'intégrité, la comparaison des sonnée, procédures d'échantillonnage. Ces mesures aident à découvrir des erreurs dans la documentation et des anomalies numériques. - Quelles mesures de contrôle de la qualité sont prises pour ce jeu de données ? + Quelles mesures de contrôle de la qualité sont prises pour ce jeu de données ? + - Ad esempio il controllo di completezza, il confronto con altri dati, procedure di campionamento. Queste misure servono a individuare errori di documentazione e anomalie numeriche. Quali misure per il controllo qualità vengono utilizzate per questa raccolta di dati? + - + Algunos ejemplos son los controles de integridad, la reconciliación de datos, los procedimientos de muestreo. Estas medidas sirven para identificar errores de documentación y anomalías aritméticas. + ¿Qué medidas de control de calidad se toman para esta colección de datos? + + + + textarea text + - + https://rdmorganiser.github.io/terms - quality-assurance-integration - rdmo/data-usage/quality-assurance-integration + rdmo/data-usage/quality-assurance-integration the stipulation that re-used and created data are of the same type (= and thus capable to be integrated) is problematic, since this implies properties of the data that are not a given. May be this shoud be reformulated to: Is the connection between re-used and created data ensures (which goes into the provenance realm) -
False - 63 Data integration - Datenintegration - - Integración de datos - - - Intégration de données - Integrazione dei dati - + Integración de datos + + + + + + - + https://rdmorganiser.github.io/terms - integration - rdmo/data-usage/quality-assurance-integration/integration + rdmo/data-usage/quality-assurance-integration/integration The stipulation that re-used and created data are of the same type (= and thus capable to be integrated) is problematic, since this implies properties of the data that are not a given. May be this shoud be reformulated to: Is the connection between re-used and created data ensures (which goes into the provenance realm) - False - 0 + False How are the origin and quality of the data documented? Is the integration between the re-used and newly created data ensured? If yes, by which means? + - Wie wird z. B. Herkunft und Qualität der Daten dokumentiert? Wird die Integration zwischen nachgenutzten und erzeugten Daten gewährleistet? Wenn ja, wie? + - - ¿Cómo se documentan el origen y la calidad de los datos? - ¿Está asegurada la integración entre los datos reutilizados y los recién creados? En caso afirmativo, ¿por qué medio? - - - Comment sont documentées l'origine, la qualité etc. des données ? - L'intégration entre les données réutilisées et nouvellement créées est-elle assurée ? Si oui, par quels moyens ? + Comment sont documentées l'origine, la qualité etc. des données ? + L'intégration entre les données réutilisées et nouvellement créées est-elle assurée ? Si oui, par quels moyens ? + - Come vengono documentate l'origine, la qualità ecc. dei dati? L'integrazione tra i dati riutilizzati e quelli creati è assicurata? In caso affermativo, attraverso quali misure? + - + ¿Cómo se documentan el origen y la calidad de los datos? + ¿Está asegurada la integración entre los datos reutilizados y los recién creados? En caso afirmativo, ¿por qué medio? + + + + textarea text + - + https://rdmorganiser.github.io/terms - costs-dataset - rdmo/data-usage/costs-dataset + rdmo/data-usage/costs-dataset -
False - 70 Costs - Kosten - - Costos - - - Coûts - Costi - - - + Costos + + + + + + + + + + + + + https://rdmorganiser.github.io/terms - creation_personnel - rdmo/data-usage/costs-dataset/creation_personnel + rdmo/data-usage/costs-dataset/creation_personnel - False - 1 + False Please estimate the effort in person months. What are the personnel costs for data management associated with the creation or acquisition of data in the project? + - Bitte schätzen Sie den Aufwand in Personenmonaten (1 PM = Monatsarbeitszeit eines Vollzeitbeschäftigten). Welcher Personalaufwand für das Datenmanagement entsteht im Rahmen der Erhebung, Erstellung oder Akquise der Daten im Projekt? + - - Estime el esfuerzo en meses-persona. - ¿Cuáles son los costos de personal para la gestión de datos asociados con la creación o adquisición de datos en el proyecto? - - Veuillez estimer l'effort en mois-personnes. - Quels sont les frais de personnel pour la gestion des données associés à la création ou à l'acquisition de données dans le projet ? + Quels sont les frais de personnel pour la gestion des données associés à la création ou à l'acquisition de données dans le projet ? + - Si prega di stimare l'impegno in persone-mesi. Quali sono i costi per il personale per la gestione dei dati connessi alla creazione o acquisizione dei dati nel progetto? - + + Estime el esfuerzo en meses-persona. + ¿Cuáles son los costos de personal para la gestión de datos asociados con la creación o adquisición de datos en el proyecto? + + + + range float 12.0 0.0 0.1 PM + https://rdmorganiser.github.io/terms - creation_non_personnel - rdmo/data-usage/costs-dataset/creation_non_personnel + rdmo/data-usage/costs-dataset/creation_non_personnel - False - 2 + False Please estimate the effort in **Euro**. What is the amount of non-personnel-costs for data management associated with the creation or acquisiton of data in the project? + - Bitte schätzen Sie die Kosten in **Euro**. Welche Sachkosten für das Datenmanagement entstehen im Rahmen der Erhebung, Erstellung oder Akquise der Daten im Projekt? + - - Estime el esfuerzo en **Euro**. - ¿Cuál es el monto de los costos no relacionados con el personal para la gestión de datos asociados con la creación o adquisición de datos en el proyecto? - - Veuillez estimer l'effort en **Euro**. - Quel est le montant des dépenses non liées au personnel pour la gestion des données associées à la création ou à l'acquisition de données dans le projet ? + Quel est le montant des dépenses non liées au personnel pour la gestion des données associées à la création ou à l'acquisition de données dans le projet ? + - Si prega di stimare i costi in **euro**. Quali sono i costi materiali per la gestione dei dati connessi alla creazione o acquisizione dei dati nel progetto? + - + Estime el esfuerzo en **Euro**. + ¿Cuál es el monto de los costos no relacionados con el personal para la gestión de datos asociados con la creación o adquisición de datos en el proyecto? + + + + text float Euro + @@ -3317,235 +3348,247 @@ Analogamente ai formati, si raccomanda di adottare metodi il più standard, aper https://rdmorganiser.github.io/terms - usage_personnel - rdmo/data-usage/costs-dataset/usage_personnel + rdmo/data-usage/costs-dataset/usage_personnel - False - 3 + False Please estimate the effort in person months. What are the personnel costs for data management associated with the usage of data in the project? + - Bitte schätzen Sie den Aufwand in Personenmonaten. (1 PM = Monatsarbeitszeit eines Vollzeitbeschäftigten). Welcher Personalaufwand für das Datenmanagement entsteht im Zusammenhang mit der Nutzung der Daten im Projekt? + - - Estime el esfuerzo en meses-persona. - ¿Cuáles son los costos de personal para la gestión de datos asociados con el uso de datos en el proyecto? - - Veuillez estimer l'effort en mois-personne. - Quels sont les coûts de personnel pour la gestion des données associés à l'utilisation des données dans le projet ? + Quels sont les coûts de personnel pour la gestion des données associés à l'utilisation des données dans le projet ? + - Si prega di stimare l'impegno in persone-mesi. Quali sono i costi per il personale per la gestione dei dati connessi all'utilizzo dei dati nel progetto? + - + Estime el esfuerzo en meses-persona. + ¿Cuáles son los costos de personal para la gestión de datos asociados con el uso de datos en el proyecto? + + + + range float 12.0 0.0 0.1 PM + https://rdmorganiser.github.io/terms - usage_non_personnel - rdmo/data-usage/costs-dataset/usage_non_personnel + rdmo/data-usage/costs-dataset/usage_non_personnel - False - 4 + False Please estimate the costs in **Euro**. What is the amount of non-personnel-costs for data management associated with the usage of data in the project? + - Bitte schätzen Sie die Kosten in **Euro**. Welche Sachkosten für das Datenmanagement entstehen im Zusammenhang mit der Nutzung der Daten im Projekt? + - - Estime los costos en **Euro**. - ¿Cuál es la cantidad de costos que no son de personal para la gestión de datos asociados con el uso de datos en el proyecto? - - Veuillez estimer les coûts en **Euro**. - Quel est le montant des dépenses non liées au personnel pour la gestion des données associées à l'utilisation des données dans le projet ? + Quel est le montant des dépenses non liées au personnel pour la gestion des données associées à l'utilisation des données dans le projet ? + - Si prega di stimare i costi in **euro**. Quali sono i costi materiali per la gestione dei dati connessi all'utilizzo dei dati nel progetto? + - + Estime los costos en **Euro**. + ¿Cuál es la cantidad de costos que no son de personal para la gestión de datos asociados con el uso de datos en el proyecto? + + + + text float Euro + https://rdmorganiser.github.io/terms - storage_personnel - rdmo/data-usage/costs-dataset/storage_personnel + rdmo/data-usage/costs-dataset/storage_personnel - False - 5 + False Please estimate the effort in person months. What are the personnel costs associated with data storage and data security in the project? + - Bitte schätzen Sie den Aufwand in Personenmonaten. (1 PM = Monatsarbeitszeit eines Vollzeitbeschäftigten). Welcher Personalaufwand entsteht im Zusammenhang mit der Speicherung der Daten und Maßnahmen zur Datensicherheit während des Projektes? + - - Estime el esfuerzo en meses-persona. - ¿Cuáles son los costos de personal asociados con el almacenamiento y la seguridad de los datos en el proyecto? - - Veuillez estimer l'effort en mois-personne. - Quels sont les coûts de personnel associés au stockage et à la sécurité des données dans le projet ? + Quels sont les coûts de personnel associés au stockage et à la sécurité des données dans le projet ? + - Si prega di stimare l'impegno in persone-mesi. Quali sono i costi per il personale connessi al salvataggio e alla sicurezza dei dati nel progetto? + - + Estime el esfuerzo en meses-persona. + ¿Cuáles son los costos de personal asociados con el almacenamiento y la seguridad de los datos en el proyecto? + + + + range float 12.0 0.0 0.1 PM + https://rdmorganiser.github.io/terms - storage_non_personnel - rdmo/data-usage/costs-dataset/storage_non_personnel + rdmo/data-usage/costs-dataset/storage_non_personnel - False - 6 + False Please estimate the costs in **Euro**. What is the amount of non-personnel costs associated with the storage of the data sets during the project? + - Bitte schätzen Sie die Kosten in **Euro**. Welche Sachkosten entstehen im Zusammenhang mit der Speicherung der Datensätze während des Projektes? + - - Estime los costos en **Euro**. - ¿Cuál es el monto de los costos que no son de personal asociados con el almacenamiento de las colecciones de datos durante el proyecto? - - Veuillez estimer les coûts en **Euro**. - Quel est le montant des dépenses non liées au personnel associées au stockage des jeux de données pendant le projet ? + Quel est le montant des dépenses non liées au personnel associées au stockage des jeux de données pendant le projet ? + - Si prega di stimare i costi in **euro**. Quali sono i costi materiali connessi al salvataggio dei dati nel progetto? + - + Estime los costos en **Euro**. + ¿Cuál es el monto de los costos que no son de personal asociados con el almacenamiento de las colecciones de datos durante el proyecto? + + + + text float Euro +
https://rdmorganiser.github.io/terms - metadata-and-referencing - rdmo/metadata-and-referencing + rdmo/metadata-and-referencing - - 4 Metadata and referencing Metadaten und Referenzierung - Metadatos y referencias Métadonnées et référencement Metadati e riferimenti + Metadatos y referencias + + + + + + +
- + https://rdmorganiser.github.io/terms - metadata-dataset - rdmo/metadata-and-referencing/metadata-dataset + rdmo/metadata-and-referencing/metadata-dataset -
True - 10 Metadata dataset - datasets Metadaten Datensatz - Datensätze - Metadatos - - colección de datos - colecciones de datos Métadonnées jeu de données - jeux de données Metadati raccolta di dati - raccolte di dati - - + Metadatos + + colección de datos + + + + + + + + + + + + + https://rdmorganiser.github.io/terms - scope - rdmo/metadata-and-referencing/metadata-dataset/scope + rdmo/metadata-and-referencing/metadata-dataset/scope probably we should introduce a separate question for being findable and re-used - True - 0 + False Which information is necessary for other parties to understand the data (that is, to understand their collection or creation, analysis, and research results obtained on its basis) and to re-use it? + - Welche Informationen sind für Außenstehende notwendig, um die Daten zu verstehen (d. h. ihre Erhebung bzw. Entstehung, Analyse sowie die auf ihrer Basis gewonnenen Forschungsergebnisse nachvollziehen) und nachnutzen zu können? + - - - ¿Qué información es necesaria para que otras partes comprendan los datos (es decir, para comprender su recopilación o creación, análisis y resultados de investigación obtenidos a partir de ellos) y para reutilizarlos? - - - Quelles informations sont nécessaires aux autres parties pour comprendre les données (c'est-à-dire pour comprendre leur collecte ou leur création, les résultats d'analyse et de recherche obtenus sur leur base) et pour les réutiliser ? + Quelles informations sont nécessaires aux autres parties pour comprendre les données (c'est-à-dire pour comprendre leur collecte ou leur création, les résultats d'analyse et de recherche obtenus sur leur base) et pour les réutiliser ? + - Quali informazioni sono necessarie per un esterno per poter interpretare i dati (ovvero per comprendere la loro collezione o creazione e i risultati dell'analisi e ricerca basati su di essi) e per riutilizzarli? + - + + ¿Qué información es necesaria para que otras partes comprendan los datos (es decir, para comprender su recopilación o creación, análisis y resultados de investigación obtenidos a partir de ellos) y para reutilizarlos? + + + + checkbox text + @@ -3553,39 +3596,40 @@ Analogamente ai formati, si raccomanda di adottare metodi il più standard, aper https://rdmorganiser.github.io/terms - standards - rdmo/metadata-and-referencing/metadata-dataset/standards + rdmo/metadata-and-referencing/metadata-dataset/standards - True - 1 + False Which standards, ontologies, classifications etc. are used to describe the data and context information? + - Welche Standards, Ontologien, Klassifikationen etc. werden zur Beschreibung der Daten und Kontextinformation genutzt? + - - - ¿Qué estándares, ontologías, clasificaciones, etc. se utilizan para describir los datos y la información de contexto? - - - Quelles normes, ontologies, classifications, etc. sont utilisées pour décrire les données et les informations contextuelles ? + Quelles normes, ontologies, classifications, etc. sont utilisées pour décrire les données et les informations contextuelles ? + - Quali norme, ontologie, classificazioni ecc. vengono utilizzati per descrivere i dati e le informazioni contestuali? + - + + ¿Qué estándares, ontologías, clasificaciones, etc. se utilizan para describir los datos y la información de contexto? + + + + checkbox text + @@ -3593,191 +3637,196 @@ Analogamente ai formati, si raccomanda di adottare metodi il più standard, aper https://rdmorganiser.github.io/terms - mappings - rdmo/metadata-and-referencing/metadata-dataset/mappings + rdmo/metadata-and-referencing/metadata-dataset/mappings original H2020 question - False - 2 + False This information is needed for a Horizon 2020 data management plan. 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? + - Diese Information wird für einen Horizon 2020 Datenmanagementplan benötigt. Sollte es unvermeidbar sein, projektspezifische oder seltene Ontologien, Metadatenschemata oder Vokabulare zu nutzen, werden Mappings zu gängigen Ontologien etc. erstellt? + - - Esta información es necesaria para un plan de gestión de datos de Horizonte 2020. - En caso de que sea inevitable que utilice ontologías o vocabularios poco comunes o que genere específicos del proyecto, ¿proporcionará asignaciones a ontologías más utilizadas? - - Ces informations sont nécessaires pour un plan de gestion des données Horizon 2020. - Dans le cas où il est inévitable que vous utilisiez des outils peu courants ou que vous génériez des ontologies ou des vocabulaires spécifiques au projet, fournirez-vous des mappages à des ontologies plus couramment utilisées ? + Dans le cas où il est inévitable que vous utilisiez des outils peu courants ou que vous génériez des ontologies ou des vocabulaires spécifiques au projet, fournirez-vous des mappages à des ontologies plus couramment utilisées ? + - Quest'informazione è necessaria per un piano di gestione dei dati in Horizon 2020. Nel caso in cui sia inevitabile l'utilizzo di ontologie o vocabolari generati internamente al progetto, provvederete una mappatura verso ontologie di uso comune? + - + Esta información es necesaria para un plan de gestión de datos de Horizonte 2020. + En caso de que sea inevitable que utilice ontologías o vocabularios poco comunes o que genere específicos del proyecto, ¿proporcionará asignaciones a ontologías más utilizadas? + + + + yesno boolean + https://rdmorganiser.github.io/terms - creation_automatic - rdmo/metadata-and-referencing/metadata-dataset/creation_automatic + rdmo/metadata-and-referencing/metadata-dataset/creation_automatic - False - 3 + False Which metadata are collected automatically? + - Welche Metadaten werden automatisch erhoben? + - - - ¿Qué metadatos se recopilan automáticamente? - - - Quelles métadonnées sont collectées automatiquement ? + Quelles métadonnées sont collectées automatiquement ? + - Quali metadati vengono raccolti in modo automatico? + - + + ¿Qué metadatos se recopilan automáticamente? + + + + textarea text + https://rdmorganiser.github.io/terms - creation_semi_automatic - rdmo/metadata-and-referencing/metadata-dataset/creation_semi_automatic + rdmo/metadata-and-referencing/metadata-dataset/creation_semi_automatic - False - 4 + False So what metadata are automatically collected by the computer/software, but must be checked? Which metadata are collected semi-automatically? + - Welche Metadaten werden also durch den Computer / die Software automatisch erhoben, müssen aber überprüft werden? Welche Metadaten werden semi-automatisch erhoben? + - - Entonces, ¿qué metadatos recopila automáticamente la computadora o el software, pero deben verificarse? - ¿Qué metadatos se recopilan de forma semiautomática? - - - C'est-à-dire quelles metadonnées seron collectés automatiquement par l'ordinateur / le logiciel, mais doivent être contrôlés ? - Quelles métadonnées sont collectées semi-automatiquement ? + C'est-à-dire quelles metadonnées seron collectés automatiquement par l'ordinateur / le logiciel, mais doivent être contrôlés ? + Quelles métadonnées sont collectées semi-automatiquement ? + - Ovvero quali metadati vengono raccolti in modo automatico dal calcolatore / dal programma, ma devono essere controllati? Quali metadati vengono raccolti in modo semi-automatico? + - + Entonces, ¿qué metadatos recopila automáticamente la computadora o el software, pero deben verificarse? + ¿Qué metadatos se recopilan de forma semiautomática? + + + + textarea text + https://rdmorganiser.github.io/terms - creation_manual - rdmo/metadata-and-referencing/metadata-dataset/creation_manual + rdmo/metadata-and-referencing/metadata-dataset/creation_manual - False - 5 + False A metadata editor is suitable for this. Which metadata are collected manually? + - Dafür bietet sich ein Metadateneditor an. Welche Metadaten werden manuell erhoben? + - - Un editor de metadatos es adecuado para esto. - ¿Qué metadatos se recopilan manualmente? - - Un éditeur de métadonnées peut aider. - Quelles métadonnées sont collectées manuellement ? + Quelles métadonnées sont collectées manuellement ? + - Un editore di metadati puè essere di aiuto. Quali metadati vengono raccolti manualmente? + - + Un editor de metadatos es adecuado para esto. + ¿Qué metadatos se recopilan manualmente? + + + + textarea text + https://rdmorganiser.github.io/terms - quality_assurance - rdmo/metadata-and-referencing/metadata-dataset/quality_assurance + rdmo/metadata-and-referencing/metadata-dataset/quality_assurance - True - 6 + False Are metadata and context information being checked for correctness and completeness? + - Werden Metadaten und Kontextinformation auf Korrektheit und Vollständigkeit geprüft? + - - - ¿Se verifica la corrección y la integridad de los metadatos y la información de contexto? - - - Les métadonnées et les informations contextuelles sont-elles vérifiées pour leur exactitude et leur exhaustivité ? + Les métadonnées et les informations contextuelles sont-elles vérifiées pour leur exactitude et leur exhaustivité ? + - I metadati e le informazioni contestuali vengono verificati per l'esattezza ed esaustività? + - + + ¿Se verifica la corrección y la integridad de los metadatos y la información de contexto? + + + + checkbox text + @@ -3785,343 +3834,341 @@ Analogamente ai formati, si raccomanda di adottare metodi il più standard, aper https://rdmorganiser.github.io/terms - responsible_person - rdmo/metadata-and-referencing/metadata-dataset/responsible_person + rdmo/metadata-and-referencing/metadata-dataset/responsible_person - True - 7 + False Who is responsible for documenting the metadata and context information and for checking if they are correct and complete? + - Wer ist verantwortlich für die Dokumentation und Prüfung der Metadaten und Kontextinformationen auf Richtigkeit und Vollständigkeit? + - - - ¿Quién es responsable de documentar los metadatos y la información de contexto y de verificar si son correctos y completos? - - - Qui est chargé de documenter les métadonnées et les informations de contexte et de vérifier si elles sont correctes et complètes ? + Qui est chargé de documenter les métadonnées et les informations de contexte et de vérifier si elles sont correctes et complètes ? + - Chi è incaricato di documentare i metadati e le informazioni contestuali e di verificare la loro correttezza e completezza? + - + + ¿Quién es responsable de documentar los metadatos y la información de contexto y de verificar si son correctos y completos? + + + + text text + - + https://rdmorganiser.github.io/terms - metadata-costs - rdmo/metadata-and-referencing/metadata-costs + rdmo/metadata-and-referencing/metadata-costs -
False - 12 Metadata costs - Metadatenkosten - - Costos de metadatos - - - Coûts des métadonnées - Costi per i metadati - + Costos de metadatos + + + + + + + - + https://rdmorganiser.github.io/terms - personnel - rdmo/metadata-and-referencing/metadata-costs/personnel + rdmo/metadata-and-referencing/metadata-costs/personnel - False - 1 + False Please estimate the effort in person months. What are the personnel costs associated with the creation of metadata and context information in the project? + - Bitte schätzen Sie den Aufwand in Personenmonaten (1 PM = Monatsarbeitszeit eines Vollzeitbeschäftigten). Welcher Personalaufwand entsteht im Zusammenhang mit der Erstellung von Metadaten und Kontextinformation im Projekt? + - - Estime el esfuerzo en meses-persona. - ¿Cuáles son los costos de personal asociados con la creación de metadatos e información de contexto en el proyecto? - - Veuillez estimer l'effort en mois-personnes. - Quels sont les coûts de personnel associés à la création de métadonnées et d'informations contextuelles dans le projet ? + Quels sont les coûts de personnel associés à la création de métadonnées et d'informations contextuelles dans le projet ? + - Si prega di stimare l'impegno in persone-mesi. Quali sono i costi per il personale connessi alla creazione di metadati e informazioni contestuali nel progetto? + - + Estime el esfuerzo en meses-persona. + ¿Cuáles son los costos de personal asociados con la creación de metadatos e información de contexto en el proyecto? + + + + range float 12.0 0.0 0.1 PM + https://rdmorganiser.github.io/terms - non_personnel - rdmo/metadata-and-referencing/metadata-costs/non_personnel + rdmo/metadata-and-referencing/metadata-costs/non_personnel - False - 2 + False Please estimate the costs in **Euro**. What is the amount of non-personnel-costs associated with the creation of metadata and context information in the project? + - Bitte schätzen Sie die Kosten in **Euro**. Welche Sachkosten entstehen im Zusammenhang mit der Erstellung von Metadaten und Kontextinformation im Projekt? + - - Estime los costos en **Euro**. - ¿Cuál es la cantidad de costos no relacionados con el personal asociados con la creación de metadatos e información de contexto en el proyecto? - - Veuillez estimer les coûts en **Euro**. - Quel est le montant des dépenses non liées au personnel associées à la création de métadonnées et d'informations contextuelles dans le projet ? + Quel est le montant des dépenses non liées au personnel associées à la création de métadonnées et d'informations contextuelles dans le projet ? + - Si prega di stimare i costi in **euro**. Quali sono i costi materiali connessi alla creazione di metadati e informazioni contestuali nel progetto? + - + Estime los costos en **Euro**. + ¿Cuál es la cantidad de costos no relacionados con el personal asociados con la creación de metadatos e información de contexto en el proyecto? + + + + text float Euro + - + https://rdmorganiser.github.io/terms - structure-granularity-and-referencing-structure - rdmo/metadata-and-referencing/structure-granularity-and-referencing-structure + rdmo/metadata-and-referencing/structure-granularity-and-referencing-structure -
True - 20 Structure, granularity, and referencing dataset - datasets Objektstruktur, Granularität und Referenzierung Datensatz - Datensätze - Estructura, granularidad y referencias - - colección de datos - colecciones de datos Structure, granularité et référencement jeu de données - jeux de données Struttura, granularità e referenziazione raccolta di dati - raccolte di dati + Estructura, granularidad y referencias + + colección de datos + + + + - + https://rdmorganiser.github.io/terms - structure - rdmo/metadata-and-referencing/structure-granularity-and-referencing-structure/structure + rdmo/metadata-and-referencing/structure-granularity-and-referencing-structure/structure - False - 0 + False Please briefly explain the structure and relationship of their data to each other. * What is the structure of the data? * How are the individual components of the dataset related to each other? * How is the dataset related to other datasets used in the project? + - Bitte erläutern Sie kurz die Struktur und den Zusammenhang ihrer Daten untereinander: * Wie sind die Daten strukturiert? * In welchem Verhältnis stehen die einzelnen Komponenten zueinander? * In welchem Verhältnis steht der Datensatz zu anderen im Projekt erhobenen oder genutzten Datensätzen? + - - - Explique brevemente la estructura y la relación de sus datos entre sí. - -* ¿Cuál es la estructura de los datos? -* ¿Cómo se relacionan entre sí los componentes individuales de la colección de datos? -* ¿Cómo se relaciona la colección de datos con otras colecciones de datos utilizados en el proyecto? - - Veuillez expliquer brièvement la structure et l'interrelation de vos données: -* Quelle est la structure des données ? -* Comment les composants individuels du jeu de données sont-ils liés les uns aux autres ? -* Comment le jeu de données est-il lié aux autres jeux de données utilisés dans le projet ? +* Quelle est la structure des données ? +* Comment les composants individuels du jeu de données sont-ils liés les uns aux autres ? +* Comment le jeu de données est-il lié aux autres jeux de données utilisés dans le projet ? + - Si prega di spiegare brevemente la struttura e l'interrelazione dei vostri dati: * Come sono strutturati i dati? * In che modo sono collegati i componenti individuali gli uni agli altri? * Come sono collegati questi dati agli altri dati utilizzati nel progetto? + - + + Explique brevemente la estructura y la relación de sus datos entre sí. + +* ¿Cuál es la estructura de los datos? +* ¿Cómo se relacionan entre sí los componentes individuales de la colección de datos? +* ¿Cómo se relaciona la colección de datos con otras colecciones de datos utilizados en el proyecto? + + + + textarea text + - + https://rdmorganiser.github.io/terms - structure-granularity-and-referencing-pids - rdmo/metadata-and-referencing/structure-granularity-and-referencing-pids + rdmo/metadata-and-referencing/structure-granularity-and-referencing-pids -
True - 21 Persistent Identifiers (PIDs) The purpose of Persistent Identifiers (PIDs) is to ensure the permanent reference of (in particular) digital objects like online publications and research data. When traditional hyperlinks are used as reference, they point directly to the storage location of the data. The problem is, that if the storage location is changed, the link will not work anymore. A PID serves as an intermediate from which requests are directed to the current object location (this is called "resolving" of a PID). The PID stays the same, even if the storage location changes. While a mere hyperlink in this case would lead to nowhere, via the PID the object is still accessible. dataset - datasets Persistente Identifikatoren (PIDs) Persistente Identifikatoren (PIDs) sollen die dauerhafte Referenzierung von (insbesondere) digitalen Objekten wie Publikationen oder Forschungsdaten ermöglichen. Statt, wie i.d.R. bei der Angabe eines Hyperlinks als Referenz der Fall, auf den Speicherort des Objektes zu verweisen, fungiert die PID als eine Zwischeninstanz, von der aus zum Objekt weitergeleitet wird (dies nennt man "Auflösen" der PID). Die PID bleibt gleich, auch wenn sich der Speicherort des Objektes ändert. Während ein Hyperlink in diesem Fall ins Nichts führen würde, ist das Objekt über die PID weiterhin erreichbar. Weitere Informationen zur Funktionsweise, Verwendung und den verschiedenen Arten von PIDs findet man z. B. im <a href="https://www.dpconline.org/handbook/technical-solutions-and-tools/persistent-identifiers" target="_blank"> Handbook der Digital Preservation Coalition</a> oder in den Informationsmaterialien des <a href="http://www.ands.org.au/guides#identify" target="_blank"> Australian National Data Service (ANDS)</a> (bitte scrollen Sie zu dem Abschnitt "Identifying data and researchers"). Datensatz - Datensätze - Identificadores persistentes (PID) - El propósito de los identificadores persistentes (PID) es garantizar la referencia permanente de (en particular) objetos digitales como publicaciones en línea y datos de investigación. Cuando los hipervínculos tradicionales se utilizan como referencia, apuntan directamente a la ubicación de almacenamiento de los datos. El problema es que si se cambia la ubicación de almacenamiento, el enlace ya no funcionará. Un PID sirve como intermediario desde el cual las solicitudes se dirigen a la ubicación actual del objeto (esto se denomina "resolución" de un PID). El PID permanece igual, incluso si cambia la ubicación de almacenamiento. Si bien un simple hipervínculo en este caso no conduciría a ninguna parte, a través del PID, el objeto aún es accesible. - colección de datos - colecciones de datos Identifiants persistants (PIDs) Le but des identifiants persistants (PID) est d'assurer la référence permanente (en particulier) des objets numériques comme les publications en ligne et les données de recherche. Lorsque des hyperliens traditionnels sont utilisés comme référence, ils pointent directement vers l'emplacement de stockage des données. Le problème est que si l'emplacement de stockage est modifié, le lien ne fonctionnera plus. Un PID sert d'intermédiaire à partir duquel les demandes sont dirigées vers l'emplacement actuel de l'objet (c'est ce qu'on appelle la "résolution" d'un PID). Le PID reste le même, même si l'emplacement de stockage change. Alors qu'un simple lien hypertexte ne mènerait nulle part, via le PID, l'objet est toujours accessible. jeu de données - jeux de données Identificatori persistenti (PID) Gli identificatori persistenti (PID) vengono usati con lo scopo di assicurare un riferimento permanente a oggetti, in particolare digitali, come pubblicazioni in linea e dati della ricerca. A differenza dei normali collegamenti ipertestuali, che puntano direttamente all'indirizzo dell'oggetto, i PID agiscono come intermediari, a partire dai quali avviene il reindirizzamento verso l'oggetto in sé (la cosiddetta "risoluzione" di un PID). Il PID rimane sempre uguale, anche nel caso in cui l'oggetto viene spostato: a differenza di un normale collegamento, che in questo caso punterebbe nel nulla, il PID mantiene l'oggetto raggiungibile. raccolta di dati - raccolte di dati - - + Identificadores persistentes (PID) + El propósito de los identificadores persistentes (PID) es garantizar la referencia permanente de (en particular) objetos digitales como publicaciones en línea y datos de investigación. Cuando los hipervínculos tradicionales se utilizan como referencia, apuntan directamente a la ubicación de almacenamiento de los datos. El problema es que si se cambia la ubicación de almacenamiento, el enlace ya no funcionará. Un PID sirve como intermediario desde el cual las solicitudes se dirigen a la ubicación actual del objeto (esto se denomina "resolución" de un PID). El PID permanece igual, incluso si cambia la ubicación de almacenamiento. Si bien un simple hipervínculo en este caso no conduciría a ninguna parte, a través del PID, el objeto aún es accesible. + colección de datos + + + + + + + + + https://rdmorganiser.github.io/terms - yesno - rdmo/metadata-and-referencing/structure-granularity-and-referencing-pids/yesno + rdmo/metadata-and-referencing/structure-granularity-and-referencing-pids/yesno - False - 0 + False Will persistent identifiers (PIDs) be used for this data set? + - Sollen für diesen Datensatz persistente Identifikatoren (PIDs) genutzt werden? + - - - ¿Se utilizarán identificadores persistentes (PID) para esta colección de datos? - - - Des identifiants persistants (PID) seront-ils utilisés pour ce jeu de données ? + Des identifiants persistants (PID) seront-ils utilisés pour ce jeu de données ? + - Verranno applicati degli identificatori persistenti (PID) per questa raccolta di dati? + - + + ¿Se utilizarán identificadores persistentes (PID) para esta colección de datos? + + + + yesno boolean + https://rdmorganiser.github.io/terms - system - rdmo/metadata-and-referencing/structure-granularity-and-referencing-pids/system + rdmo/metadata-and-referencing/structure-granularity-and-referencing-pids/system - False - 2 + False Which system of persistent identifiers shall be used? + - Welches System von persistenten Identifikatoren soll genutzt werden? + - - - ¿Qué sistema de identificadores persistentes se utilizará? - - - Quel système d'identifiants persistants doit être utilisé ? + Quel système d'identifiants persistants doit être utilisé ? + - Quale sistema di identificatori persistenti deve essere applicato? + - + + ¿Qué sistema de identificadores persistentes se utilizará? + + + + radio text + @@ -4129,324 +4176,325 @@ Weitere Informationen zur Funktionsweise, Verwendung und den verschiedenen Arten https://rdmorganiser.github.io/terms - subentities - rdmo/metadata-and-referencing/structure-granularity-and-referencing-pids/subentities + rdmo/metadata-and-referencing/structure-granularity-and-referencing-pids/subentities - False - 3 + False Which (sub-) entities / sub units should be referenced using identifiers? Which of those identifiers should be persistent and citable? + - Welche Untereinheiten / Teildatensätze sollten sinnvollerweise eigene Identifikatoren erhalten? Welche dieser Identifikatoren sollten dauerhaft und zitierfähig sein? + - - - ¿A qué (sub)entidades/subunidades se debe hacer referencia mediante identificadores? ¿Cuál de esos identificadores debería ser persistente y citable? - - - Quelles (sous-) entités / sous-unités doivent être référencées à l'aide d'identifiants ? Lequel de ces identifiants devrait être persistant et citable ? + Quelles (sous-) entités / sous-unités doivent être référencées à l'aide d'identifiants ? Lequel de ces identifiants devrait être persistant et citable ? + - Quali (sub-)entità o subunità devono essere individuabili con un proprio identificatore? Quali di questi identificatori devono essere persistenti e referenziabili? + - + + ¿A qué (sub)entidades/subunidades se debe hacer referencia mediante identificadores? ¿Cuál de esos identificadores debería ser persistente y citable? + + + + textarea text + https://rdmorganiser.github.io/terms - name - rdmo/metadata-and-referencing/structure-granularity-and-referencing-pids/name + rdmo/metadata-and-referencing/structure-granularity-and-referencing-pids/name - True - 4 + False A prerequisite for PIDs to work as promised is that they - as well as the objects they refer to - are maintained in a continuous and reliable way. This means, for example, that if the object location changes, this information is updated. When the data are stored in a data centre or repository, these tasks are usually taken care of by the data centre / repository. However, to be sure, the responsibilities should be checked beforehand. Who is responsible for the maintenance of the PIDs and the object maintenance (i.e. who is responsible notifying the PID-Service about object relocation and the new address)? + - Die Voraussetzung dafür, dass persistente Identifikatoren auch wirklich halten, was sie versprechen, ist, dass sie - wie auch die Objekte, auf die referenziert wird - dauerhaft und verlässlich gepflegt werden. D. h. beispielsweise, dass bei einer Änderung des Speicherortes des Objekts die Information über den neuen Speicherort entsprechend aktualisiert werden muss. Werden die Daten in einem Datenzentrum oder -repositorium gespeichert, wird diese Verantwortung i.d.R. von diesem übernommen. Um sicher zu sein, sollten die Verantwortlichkeiten jedoch in jedem Fall geprüft bzw. geklärt werden. Wer ist verantwortlich für die Pflege der PIDs und die Objektpflege (d. h. die Langzeitarchivierung des Objekts und somit dafür, dem PID-Service einen Objektumzug und die neue Adresse mitzuteilen)? + - - Un requisito previo para que los PID funcionen según lo prometido es que, al igual que los objetos a los que se refieren, se mantengan de manera continua y confiable. Esto significa, por ejemplo, que si cambia la ubicación del objeto, esta información se actualiza. - -Cuando los datos se almacenan en un centro de datos o repositorio, estas tareas generalmente las realiza el centro de datos/repositorio. Sin embargo, para estar seguro, las responsabilidades deben verificarse de antemano. - ¿Quién es responsable del mantenimiento de los PID y del mantenimiento de los objetos (es decir, quién es responsable de notificar al Servicio de PID sobre la reubicación de objetos y la nueva dirección)? - - Une condition préalable pour que les PID fonctionnent comme promis est qu'ils - ainsi que les objets auxquels ils se réfèrent - sont maintenus de manière continue et fiable. Cela signifie, par exemple, que si l'emplacement de l'objet change, ces informations sont mis à jour. Lorsque les données sont stockées dans un centre de données ou un référentiel, ces tâches sont généralement prises en charge par le centre de données/référentiel. Cependant, pour être sûr, les responsabilités doivent être vérifiées au préalable. - Qui est responsable de la maintenance des PID et de la maintenance des objets (c'est-à-dire qui est responsable de la notification du service PID concernant la relocalisation des objets et la nouvelle adresse) ? + Qui est responsable de la maintenance des PID et de la maintenance des objets (c'est-à-dire qui est responsable de la notification du service PID concernant la relocalisation des objets et la nouvelle adresse) ? + - Una condizione necessaria per il corretto funzionamento degli identificatori persistenti è un lavoro di mantenimento continuo e affidabile, anche degli oggetti collegati. Per esempio, ciò richiede che in caso di rilocazione dell'oggetto collegato, l'indirizzo collegato venga aggiornato in modo conseguente. Qualora i dati siano salvato in un centro dati o repositorio, di regola l'aggiornamento ricade sotto la responsabilità di questo. In ogni caso, per sicurezza, è opportuno verificare o chiarire le competenze. Chi è responsabile per il mantenimento dei PID e degli oggetti stessi (ovvero chi ha l'incarico, in caso di spostamento dei dati, di comunicare il nuovo indirizzo al servizio dei PID)? + - + Un requisito previo para que los PID funcionen según lo prometido es que, al igual que los objetos a los que se refieren, se mantengan de manera continua y confiable. Esto significa, por ejemplo, que si cambia la ubicación del objeto, esta información se actualiza. + +Cuando los datos se almacenan en un centro de datos o repositorio, estas tareas generalmente las realiza el centro de datos/repositorio. Sin embargo, para estar seguro, las responsabilidades deben verificarse de antemano. + ¿Quién es responsable del mantenimiento de los PID y del mantenimiento de los objetos (es decir, quién es responsable de notificar al Servicio de PID sobre la reubicación de objetos y la nueva dirección)? + + + + text text + - + https://rdmorganiser.github.io/terms - structure-granularity-and-referencing-costs - rdmo/metadata-and-referencing/structure-granularity-and-referencing-costs + rdmo/metadata-and-referencing/structure-granularity-and-referencing-costs -
False - 23 PIDs costs - PIDs Kosten - - Costos de PID - - - Coûts des PID - Costi per i PID - + Costos de PID + + + + + + + - + https://rdmorganiser.github.io/terms - personnel - rdmo/metadata-and-referencing/structure-granularity-and-referencing-costs/personnel + rdmo/metadata-and-referencing/structure-granularity-and-referencing-costs/personnel - False - 1 + False Please estimate the effort in person months. What are the personnel costs associated with the use of persistent identifiers in the project? + - Bitte schätzen Sie den Aufwand in Personenmonaten (1 PM = Monatsarbeitszeit eines Vollzeitbeschäftigten). Welcher Personalaufwand entsteht im Zusammenhang mit der Vergabe von persistenten Identifikatoren im Projekt? + - - Estime el esfuerzo en meses-persona. - ¿Cuáles son los costos de personal asociados con el uso de identificadores persistentes en el proyecto? - - Veuillez estimer l'effort en mois-personnes. - Quels sont les coûts de personnel associés aux identifiants persistants dans le projet ? + Quels sont les coûts de personnel associés aux identifiants persistants dans le projet ? + - Si prega di stimare l'impegno in persone-mesi. Quali sono i costi per il personale connessi all'assegnazione di identificatori persistenti nel progetto? + - + Estime el esfuerzo en meses-persona. + ¿Cuáles son los costos de personal asociados con el uso de identificadores persistentes en el proyecto? + + + + range float 12.0 0.0 0.1 PM + https://rdmorganiser.github.io/terms - non_personnel - rdmo/metadata-and-referencing/structure-granularity-and-referencing-costs/non_personnel + rdmo/metadata-and-referencing/structure-granularity-and-referencing-costs/non_personnel - False - 3 + False Please estimate the costs in **Euro**. What is the amount of non-personnel-costs associated with persistent identifiers in the project? + - Bitte schätzen Sie die Kosten in **Euro**. Welche Sachkosten entstehen im Zusammenhang mit persistenten Identifikatoren im Projekt? + - - Estime los costos en **Euro**. - ¿Cuál es la cantidad de costos que no son de personal asociados con los identificadores persistentes en el proyecto? - - Veuillez estimer les coûts en **Euro**. - Quel est le montant des coûts non liés au personnel associés aux identifiants persistants dans le projet ? + Quel est le montant des coûts non liés au personnel associés aux identifiants persistants dans le projet ? + - Si prega di stimare i costi in **euro**. Quali sono i costi materiali connessi all'assegnazione di identificatori persistenti nel progetto? + - + Estime los costos en **Euro**. + ¿Cuál es la cantidad de costos que no son de personal asociados con los identificadores persistentes en el proyecto? + + + + text float Euro +
https://rdmorganiser.github.io/terms - legal-and-ethics - rdmo/legal-and-ethics + rdmo/legal-and-ethics - - 5 Legal and ethics Rechtliche und ethische Fragen - Jurídico y ético Cadre légal et éthique Aspetti legali ed etici + Jurídico y ético + + + + + + + + + + + +
- + https://rdmorganiser.github.io/terms - general-legal-issues-international_yesno - rdmo/legal-and-ethics/general-legal-issues-international_yesno + rdmo/legal-and-ethics/general-legal-issues-international_yesno -
False - 10 General legal issues - Recht allgemein - - Cuestiones legales generales - - - Questions juridiques générales - Questioni legali generali - + Cuestiones legales generales + + + + + + - + https://rdmorganiser.github.io/terms - international_yesno - rdmo/legal-and-ethics/general-legal-issues-international_yesno/international_yesno + rdmo/legal-and-ethics/general-legal-issues-international_yesno/international_yesno - False - 0 + False If you answer this question with "Yes", please get in touch with the legal department or a respective contact person at your institution to clarify if this has consequences for the project and its data management and if yes, what consequences these are. Does the legal situation of different countries have to be considered? + - Falls Sie diese Frage mit "Ja" beantworten, setzen Sie sich bitte mit der Rechtsabteilung bzw. einem/r entsprechenden Ansprechpartner/in an Ihrer Institution in Verbindung, um zu klären, ob sich daraus Konsequenzen für Ihr Projekt ergeben und wenn ja, welche dies sind. Muss die rechtliche Situation verschiedener Länder berücksichtigt werden? + - - Si responde "Sí" a esta pregunta, comuníquese con el departamento legal o una persona de contacto respectiva en su institución para aclarar si esto tiene consecuencias para el proyecto y su gestión de datos y, en caso afirmativo, cuáles son. - ¿Se debe considerar la situación legal de los diferentes países? - - Si vous répondez à cette question par "Oui", veuillez contacter le service juridique ou une personne de contact respective de votre institution pour clarifier si cela a des conséquences sur le projet et sa gestion des données et si oui, quelles sont ces conséquences. - La situation juridique des différents pays doit-elle être prise en compte ? + La situation juridique des différents pays doit-elle être prise en compte ? + - Se vi è una risposta affermativa a questa domanda, si prega di contattare il dipartimento legale o una figura equivalente nella vostra istituzione per chiarire quali sono le conseguenze per il progetto e la sua gestione dei dati. È necessario tenere conto della situazione legale di diversi paesi? + - + Si responde "Sí" a esta pregunta, comuníquese con el departamento legal o una persona de contacto respectiva en su institución para aclarar si esto tiene consecuencias para el proyecto y su gestión de datos y, en caso afirmativo, cuáles son. + ¿Se debe considerar la situación legal de los diferentes países? + + + + yesno boolean + - + https://rdmorganiser.github.io/terms - sensitive-data-personal_data_yesno - rdmo/legal-and-ethics/sensitive-data-personal_data_yesno + rdmo/legal-and-ethics/sensitive-data-personal_data_yesno -
True - 21 Personal data dataset - datasets Personenbezogene Daten Datensatz - Datensätze - Información personal - - colección de datos - colecciones de datos Données personnelles jeu de données - jeux de données Dati personali raccolta di dati - raccolte di dati + Información personal + + colección de datos + + + + - + https://rdmorganiser.github.io/terms - yesno - rdmo/legal-and-ethics/sensitive-data-personal_data_yesno/yesno + rdmo/legal-and-ethics/sensitive-data-personal_data_yesno/yesno - False - 1 - If yes: Please also check whether you have completed the sections "Data usage" and "Data storage and security" with the appropriate measures to protect the data in accordance with the applicable data protection laws. European Data Protection Law may apply. + False + If yes: Please also check whether you have completed the sections "Data usage" and "Data storage and security" with the appropriate measures to protect the data in accordance with the applicable data protection laws. European Data Protection Law may apply. Does this dataset contain personal data? + - - Wenn ja: Bitte prüfen Sie auch, ob Sie die Abschnitte "Datennutzung" und "Datenspeicherung und -sicherheit" mit den entsprechenden Maßnahmen zum Schutz der Daten gemäß den geltenden Datenschutzgesetzen ausgefüllt haben. Der Umgang und die Verarbeitung personenbezogener Daten ist gesetzlich geregelt. Die EU-weit einheitliche Anwendung erfolgt nach der <a href="https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX:32016R0679" target="_blank">EU-Datenschutz-Grundverordnung (DSGVO)</a>. Sie gestattet Regelungsspielräume auf nationaler Ebene. In Deutschland regelt dies das <a href="http://www.gesetze-im-internet.de/bdsg_2018/" target="_blank">Bundesdatenschutzgesetz (BDSG)</a>. Für Hochschulen gelten zum großen Teil die individuellen Datenschutzgesetze der Länder, z. B. das <a href="https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275" target="_blank">Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)</a>. Die europäische DSGVO definiert personenbezogene Daten als alle Informationen, die sich auf eine identifizierte oder identifizierbare natürliche Person beziehen (Art. 4 DSGVO, Abs. 1). <b>Identifiziert </b>ist eine Person, wenn eindeutig erkennbar ist, zu welcher Person die Daten gehören. <b>Identifizierbar</b> wird eine Person, wenn sie mittels Zusatzinformationen identifiziert werden kann. Mehr Informationen zum Thema finden Sie auf den Webseiten der Datenschutzbeauftragten der UA Ruhr. + Wenn ja: Bitte prüfen Sie auch, ob Sie die Abschnitte "Datennutzung" und "Datenspeicherung und -sicherheit" mit den entsprechenden Maßnahmen zum Schutz der Daten gemäß den geltenden Datenschutzgesetzen ausgefüllt haben. Der Umgang und die Verarbeitung personenbezogener Daten ist gesetzlich geregelt. Die EU-weit einheitliche Anwendung erfolgt nach der <a href="https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX:32016R0679" target="_blank">EU-Datenschutz-Grundverordnung (DSGVO)</a>. Sie gestattet Regelungsspielräume auf nationaler Ebene. In Deutschland regelt dies das <a href="http://www.gesetze-im-internet.de/bdsg_2018/" target="_blank">Bundesdatenschutzgesetz (BDSG)</a>. Für Hochschulen gelten zum großen Teil die individuellen Datenschutzgesetze der Länder, z. B. das <a href="https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275" target="_blank">Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)</a>. Die europäische DSGVO definiert personenbezogene Daten als alle Informationen, die sich auf eine identifizierte oder identifizierbare natürliche Person beziehen (Art. 4 DSGVO, Abs. 1). <b>Identifiziert </b>ist eine Person, wenn eindeutig erkennbar ist, zu welcher Person die Daten gehören. <b>Identifizierbar</b> wird eine Person, wenn sie mittels Zusatzinformationen identifiziert werden kann. Mehr Informationen zum Thema finden Sie auf den Webseiten der Datenschutzbeauftragten der UA Ruhr. * <a href="https://dsb.ruhr-uni-bochum.de/" target="_blank">Ruhr-Universität Bochum</a> @@ -4454,75 +4502,72 @@ Qualora i dati siano salvato in un centro dati o repositorio, di regola l'aggior * <a href="https://www.tu-dortmund.de/universitaet/organisation/beauftragte-vertrauenspersonen/#accordion-2213-764" target="_blank">Technische Universität Dortmund</a> Enthält dieser Datensatz personenbezogene Daten? + - - En caso afirmativo: compruebe también si ha completado las secciones "Uso de datos" y "Almacenamiento y seguridad de datos" con las medidas adecuadas para proteger los datos de acuerdo con las leyes de protección de datos aplicables. Es posible que se aplique la Ley Europea de Protección de Datos. - ¿Esta colección de datos contiene datos personales? - - - Dans le cas affirmatif: Prière de verifier si vous avez rempli les sections sur « Utilisation de données » et « Stockage et sécurité des données » avec des mesures conformes aux regulations en vigueur sur la protection des données. La loi européenne sur la protection des données (RGPD) peut s'appliquer. - Ce jeu de données contient-il des données personnelles ? + Dans le cas affirmatif: Prière de verifier si vous avez rempli les sections sur « Utilisation de données » et « Stockage et sécurité des données » avec des mesures conformes aux regulations en vigueur sur la protection des données. La loi européenne sur la protection des données (RGPD) peut s'appliquer. + Ce jeu de données contient-il des données personnelles ? + - - In caso affermativo, si prega di controllare se avete compilato le sezioni su "Utilizzo dei dati" e "Stoccaggio e sicurezza dei dati" indicando le rispettive misure in conformità alle normative vigenti sulla protezione dei dati. La legge europea sulla protezione dei dati (RGPD) può essere rilevante. + In caso affermativo, si prega di controllare se avete compilato le sezioni su "Utilizzo dei dati" e "Stoccaggio e sicurezza dei dati" indicando le rispettive misure in conformità alle normative vigenti sulla protezione dei dati. La legge europea sulla protezione dei dati (RGPD) può essere rilevante. Questa raccolta di dati contiene dati personali? + - + En caso afirmativo: compruebe también si ha completado las secciones "Uso de datos" y "Almacenamiento y seguridad de datos" con las medidas adecuadas para proteger los datos de acuerdo con las leyes de protección de datos aplicables. Es posible que se aplique la Ley Europea de Protección de Datos. + ¿Esta colección de datos contiene datos personales? + + + + yesno boolean + - + https://rdmorganiser.github.io/terms - sensitive-data-privacy_law - rdmo/legal-and-ethics/sensitive-data-privacy_law + rdmo/legal-and-ethics/sensitive-data-privacy_law -
False - 22 Data protection - Datenschutz - - Protección de Datos - - - Protection des données - Protezione dei dati - + Protección de Datos + + + + + + - + https://rdmorganiser.github.io/terms - privacy_law - rdmo/legal-and-ethics/sensitive-data-privacy_law/privacy_law + rdmo/legal-and-ethics/sensitive-data-privacy_law/privacy_law - True - 0 + False It depends on the kind of institution which law applies. Which law applies with respect to the aspects of data protection in the project? + - Die <a href="https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX:32016R0679" target="_blank">EU Datenschutzgrundverordnung (DSGVO)</a> hat Vorrang vor nationalem Recht. Sie findet seit dem 25.05.2018 Anwendung. Für Hochschulen finden weiterhin die Landesdatenschutzgesetze Anwendung, die bestimmte Regelungen der DSGVO ausgestalten können, z. B. <a href="https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275" target="_blank">Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)</a>. In bestimmten Bereichen gelten spezifische Gesetze, die über den Landesdatenschutzgesetzen bzw. <a href="http://www.gesetze-im-internet.de/bdsg_2018/" target="_blank">Bundesdatenschutzgesetz (BDSG)</a> stehen. @@ -4532,79 +4577,81 @@ In bestimmten Bereichen gelten spezifische Gesetze, die über den Landesdatensch Demzufolge können je nach Forschungsprojekt auch mehrere Gesetze betroffen sein. Welche Gesetze sind neben der europäischen DSGVO bezüglich der Fragen des Datenschutzes für das Projekt zu beachten? + - - Depende del tipo de institución a la que se aplique la ley. - ¿Qué ley se aplica con respecto a los aspectos de protección de datos en el proyecto? - - Quelle loi est rélevante, cela dépend du type d'institution. - Quelle loi s'applique en ce qui concerne les aspects de la protection des données dans le projet ? + Quelle loi s'applique en ce qui concerne les aspects de la protection des données dans le projet ? + - Quale legge si applica dipende dal tipo di istituzione. Quale legge va applicata per regolare gli aspetti della protezione dei dati nel progetto? + - + Depende del tipo de institución a la que se aplique la ley. + ¿Qué ley se aplica con respecto a los aspectos de protección de datos en el proyecto? + + + + checkbox text + - + https://rdmorganiser.github.io/terms - sensitive-data-personal_data - rdmo/legal-and-ethics/sensitive-data-personal_data + rdmo/legal-and-ethics/sensitive-data-personal_data -
True - 24 Sensitive data dataset - datasets Sensible Daten Datensatz - Datensätze - Información confidencial - - colección de datos - colecciones de datos Données sensibles jeu de données - jeux de données Dati sensibili raccolta di dati - raccolte di dati + Información confidencial + + colección de datos + + + + + + + + + - + https://rdmorganiser.github.io/terms - bdsg_3_9 - rdmo/legal-and-ethics/sensitive-data-personal_data/bdsg_3_9 + rdmo/legal-and-ethics/sensitive-data-personal_data/bdsg_3_9 - False - 1 + False These kinds of data are considered particularly sensitive and require even more extensive safeguards. If you answer this question with "Yes", please get in touch with the data protection officer of your institution to check which additional protection measures are necessary. Does the dataset contain information on racial and ethnic origin, political opinions, religious or philosophical beliefs, trade union membership, health or sex life? + - Hierunter fallen laut DSGVO personenbezogene "Daten, aus denen die rassische und ethnische Herkunft, politische Meinungen, religiöse oder weltanschauliche Überzeugungen oder die Gewerkschaftszugehörigkeit hervorgehen, sowie die Verarbeitung von genetischen Daten, biometrischen Daten zur eindeutigen Identifizierung einer natürlichen Person, Gesundheitsdaten oder Daten zum Sexualleben oder der sexuellen Orientierung einer natürlichen Person" <a href="https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX:32016R0679" target="_blank">(Art. 9 DSGVO, Abs. 1)</a>. Solche Daten gelten als besonders sensibel und erfordern noch strengere Schutzmaßnahmen, als bei personenbezogenen Daten generell bereits erforderlich sind. Wenn Sie diese Frage mit "Ja" beantworten, informieren Sie sich bei der/dem Datenschutzbeauftragten Ihrer Institution, welche zusätzlichen Schutzmaßnahmen notwendig sind. @@ -4612,68 +4659,72 @@ Wenn Sie diese Frage mit "Ja" beantworten, informieren Sie sich bei de * <a href="https://www.uni-due.de/verwaltung/organisation/just_datenschutz.php" target="_blank">Universität Duisburg-Essen</a> * <a href="https://www.tu-dortmund.de/universitaet/organisation/beauftragte-vertrauenspersonen/#accordion-2213-764" target="_blank">Technische Unversität Dortmund</a> Enthält der Datensatz personenbezogene Daten besonderer Kategorien? + - - Este tipo de datos se consideran particularmente sensibles y requieren medidas de protección suplementarias. - -Si responde "Sí" a esta pregunta, póngase en contacto con el responsable de protección de datos de su institución para comprobar qué medidas de protección adicionales son necesarias. - ¿La colección de datos contiene información sobre identidad racial o étnica, sobre opiniones políticas, sobre creencias religiosas o filosóficas, sobre afiliaciones sindicales, sobre salud o preferencias sexuales? - - Ces types de données sont considérés comme particulièrement sensibles et nécessitent des garanties encore plus étendues. Si vous répondez à cette question par "Oui", veuillez contacter le délégué à la protection des données de votre institution pour vérifier quelles mesures de protection supplémentaires sont nécessaires. - Le jeu de données contient-il des informations sur l'origine raciale et ethnique, les opinions politiques, les croyances religieuses ou philosophiques, l'appartenance à un syndicat, la santé ou la vie sexuelle ? + Le jeu de données contient-il des informations sur l'origine raciale et ethnique, les opinions politiques, les croyances religieuses ou philosophiques, l'appartenance à un syndicat, la santé ou la vie sexuelle ? + - Questi tipi di dati vengono considerati come particolarmente sensibili e necessitano delle misure di salvaguardia ancora più estese. Se la risposta a questa domanda è affermativa, si prega di contrattare il/la responsabile per la protezione dei dati nella vostra istituzione per verificare quali misure aggiuntive di protezione sono necessarie. La raccolta di dati contiene informazioni sull'identità razziale o etnica, sulle opnioni politiche, sulle convinzioni religiose o filosofiche, sull'appartenenza a un sindacato, sulla salute o sulle preferenze sessuali? + - + Este tipo de datos se consideran particularmente sensibles y requieren medidas de protección suplementarias. + +Si responde "Sí" a esta pregunta, póngase en contacto con el responsable de protección de datos de su institución para comprobar qué medidas de protección adicionales son necesarias. + ¿La colección de datos contiene información sobre identidad racial o étnica, sobre opiniones políticas, sobre creencias religiosas o filosóficas, sobre afiliaciones sindicales, sobre salud o preferencias sexuales? + + + + yesno boolean + https://rdmorganiser.github.io/terms - anonymization - rdmo/legal-and-ethics/sensitive-data-personal_data/anonymization + rdmo/legal-and-ethics/sensitive-data-personal_data/anonymization - False - 2 + False Will the data be anonymised or pseudonymised? + - Werden die Daten anonymisiert oder pseudonymisiert? + - - - ¿Se anonimizarán o seudonimizarán los datos? - - - Les données seront-elles anonymisées ou pseudonymisées ? + Les données seront-elles anonymisées ou pseudonymisées ? + - I dati saranno anonimizzati o pseudonimizzati? + - + + ¿Se anonimizarán o seudonimizarán los datos? + + + + radio text + @@ -4681,42 +4732,43 @@ Si vous répondez à cette question par "Oui", veuillez contacter le d https://rdmorganiser.github.io/terms - extent - rdmo/legal-and-ethics/sensitive-data-personal_data/extent + rdmo/legal-and-ethics/sensitive-data-personal_data/extent - False - 3 + False Basically, the collection, processing, archiving and publication of personal data is only admissible, when the "informed consent" of the person in question has been obtained. To what extent is the "informed consent" obtained from the persons concerned? + - Grundsätzlich gilt, dass eine Erhebung, Verarbeitung, Archivierung und Veröffentlichung personenbezogener Daten nur zulässig ist, wenn eine entsprechende "informierte Einwilligung" der Betroffenen vorliegt. Nur in ganz wenigen Ausnahmefällen wird diese nicht benötigt. Bitte informieren Sie sich ggf. bei der/dem Datenschutzbeauftragten Ihrer Institution über die notwendigen Bedingungen für die Einwilligung. * <a href="https://dsb.ruhr-uni-bochum.de/" target="_blank">Ruhr-Universität Bochum</a> * <a href="https://www.uni-due.de/verwaltung/organisation/just_datenschutz.php" target="_blank">Universität von Duisburg-Essen</a> * <a href="https://www.tu-dortmund.de/universitaet/organisation/beauftragte-vertrauenspersonen/#accordion-2213-764" target="_blank">Technische Unversität Dortmund</a> In welchem Umfang wird die "informierte Einwilligung" der Betroffenen eingeholt? + - - Básicamente, la recopilación, procesamiento, archivado y publicación de datos personales solamente es admisible cuando se ha obtenido el "consentimiento informado" de la persona en cuestión. - ¿En qué medida se obtiene el "consentimiento informado" de las personas interesadas? - - - Fondamentalement, la collecte, le traitement, l'archivage et la publication de données personnelles ne sont admissibles que lorsque le « consentement éclairé » de la personne en question a été obtenu. - Dans quelle mesure le « consentement éclairé » des personnes concernées est-il obtenu ? + Fondamentalement, la collecte, le traitement, l'archivage et la publication de données personnelles ne sont admissibles que lorsque le « consentement éclairé » de la personne en question a été obtenu. + Dans quelle mesure le « consentement éclairé » des personnes concernées est-il obtenu ? + - In linea di principio, la collezione, il trattamento, l'archiviazione e la pubblicazione di dati personali non sono consentiti, a meno che non sia stato ottenuto il "consenso informato" delle persone coinvolte. In che misura viene richiesto un "consenso informato" delle persone coinvolte? + - + Básicamente, la recopilación, procesamiento, archivado y publicación de datos personales solamente es admisible cuando se ha obtenido el "consentimiento informado" de la persona en cuestión. + ¿En qué medida se obtiene el "consentimiento informado" de las personas interesadas? + + + + radio text + @@ -4724,479 +4776,485 @@ Si vous répondez à cette question par "Oui", veuillez contacter le d https://rdmorganiser.github.io/terms - statement - rdmo/legal-and-ethics/sensitive-data-personal_data/statement + rdmo/legal-and-ethics/sensitive-data-personal_data/statement - False - 4 + False If no "informed consent" is obtained, please give the reasons for not doing so. + - Wenn keine "informierte Einwilligung" eingeholt wird, begründen Sie dies bitte. + - - - Si no se obtiene el "consentimiento informado", indique las razones para no hacerlo. - - - Si aucun « consentement éclairé » n'est obtenu, veuillez indiquer les raisons du refus. + Si aucun « consentement éclairé » n'est obtenu, veuillez indiquer les raisons du refus. + - Se non è necessario un "consenso informato", si prega di indicare perché. + - + + Si no se obtiene el "consentimiento informado", indique las razones para no hacerlo. + + + + textarea text + https://rdmorganiser.github.io/terms - record - rdmo/legal-and-ethics/sensitive-data-personal_data/record + rdmo/legal-and-ethics/sensitive-data-personal_data/record - False - 5 + False Where and how is the "informed consent" documented? + - Wo und wie sind die "informierten Einwilligungen" abgelegt? + - - - ¿Dónde y cómo se documenta el "consentimiento informado"? - - - Où et comment le « consentement éclairé » est-il documenté ? + Où et comment le « consentement éclairé » est-il documenté ? + - Dove e in che modo viene documentato il "consenso informato"? + - + + ¿Dónde y cómo se documenta el "consentimiento informado"? + + + + textarea text + https://rdmorganiser.github.io/terms - deletion - rdmo/legal-and-ethics/sensitive-data-personal_data/deletion + rdmo/legal-and-ethics/sensitive-data-personal_data/deletion - False - 6 + False By when will the (unanonymised or unpseudonymised) original data be safely deleted? + - Bis wann werden die (unanonymisierten bzw. unpseudonymisierten) Originaldaten spätestens sicher vernichtet? + - - - ¿Para cuándo se eliminarán de forma segura los datos originales (sin anonimizar o sin seudonimizar)? - - - D'ici quand les données originales (non anonymisées ou non pseudonymisées) seront-elles supprimées en toute sécurité ? + D'ici quand les données originales (non anonymisées ou non pseudonymisées) seront-elles supprimées en toute sécurité ? + - A che scadenza verranno eliminati in modo sicuro tutti i dati originali (non anonimizzati né pseudonimizzati)? + - + + ¿Para cuándo se eliminarán de forma segura los datos originales (sin anonimizar o sin seudonimizar)? + + + + date datetime + - + https://rdmorganiser.github.io/terms - sensitive-data-other - rdmo/legal-and-ethics/sensitive-data-other + rdmo/legal-and-ethics/sensitive-data-other -
True - 26 Other sensitive data dataset - datasets Weitere sensible Daten Datensatz - Datensätze - Otros datos confidenciales - - colección de datos - colecciones de datos Autres données sensibles jeu de données - jeux de données Altri dati sensibili raccolta di dati - raccolte di dati + Otros datos confidenciales + + colección de datos + + + + + - + https://rdmorganiser.github.io/terms - yesno - rdmo/legal-and-ethics/sensitive-data-other/yesno + rdmo/legal-and-ethics/sensitive-data-other/yesno - False - 1 + False Examples are data that contain trade or business secrets or geoinformation on endangered species. Does this dataset contain sensitive data other than personal data? + - Beispiele hierfür sind etwa Daten, die Betriebs- oder Geschäftsgeheimnisse oder Ortsangaben zu bedrohten Tier- oder Pflanzenarten enthalten. Enthält dieser Datensatz nicht-personenbezogene sensible Daten? + - - Algunos ejemplos son los datos que contienen secretos comerciales o comerciales de información geográfica sobre especies en peligro de extinción. - ¿Esta colección de datos contiene datos confidenciales que no sean datos personales? - - Des exemples sont des données qui contiennent des secrets industriels ou commerciaux, ou bien d'informations géographiques sur des espèces menacées. - Ce jeu de données contient-il des données sensibles autres que des données personnelles ? + Ce jeu de données contient-il des données sensibles autres que des données personnelles ? + - Ad esempio dati che contengono segreti industriali o commerciali, o anche informazioni geografiche su specie minacciate. Questa raccolta di dati contiene altri dati sensibili che non sono dati personali? + - + Algunos ejemplos son los datos que contienen secretos comerciales o comerciales de información geográfica sobre especies en peligro de extinción. + ¿Esta colección de datos contiene datos confidenciales que no sean datos personales? + + + + yesno boolean + https://rdmorganiser.github.io/terms - description - rdmo/legal-and-ethics/sensitive-data-other/description + rdmo/legal-and-ethics/sensitive-data-other/description - False - 2 + False If yes, please describe the non-personal sensitive data used in the project. + - Wenn ja, um welche nicht personenbezogenen sensiblen Daten handelt es sich? + - - - En caso afirmativo, describa los datos confidenciales no personales utilizados en el proyecto. - - Si oui, veuillez décrire les données sensibles non personnelles utilisées dans le projet. + - In caso affermativo, di quali dati sensibili non personali si tratta? + - + + En caso afirmativo, describa los datos confidenciales no personales utilizados en el proyecto. + + + + textarea text + - + https://rdmorganiser.github.io/terms - sensitive-data-costs - rdmo/legal-and-ethics/sensitive-data-costs + rdmo/legal-and-ethics/sensitive-data-costs -
False - 27 Sensitive data costs - Sensible Daten Kosten - - Costos de datos confidenciales - - - Coûts des données sensibles - Costi per i dati sensibili - + Costos de datos confidenciales + + + + + + + + + - + https://rdmorganiser.github.io/terms - anonymization_personnel - rdmo/legal-and-ethics/sensitive-data-costs/anonymization_personnel + rdmo/legal-and-ethics/sensitive-data-costs/anonymization_personnel - False - 1 + False Please estimate the effort in person months. What are the personnel costs associated with the anonymization of sensitive data in the project? + - Bitte schätzen Sie den Aufwand in Personenmonaten (1 PM = Monatsarbeitszeit eines Vollzeitbeschäftigten). Welcher Personalaufwand entsteht für die Anonymisierung von sensiblen Daten im Projekt? + - - Estime el esfuerzo en meses-persona. - ¿Cuáles son los costos de personal asociados con la anonimización de datos confidenciales en el proyecto? - - Veuillez estimer l'effort en mois-personnes. - Quels sont les frais de personnel liés à l'anonymisation des données sensibles dans le projet ? + Quels sont les frais de personnel liés à l'anonymisation des données sensibles dans le projet ? + - Si prega di stimare l'impegno in persone-mesi. Quali sono i costi per il personale connessi all'anonimizzazione dei dati sensibili nel progetto? + - + Estime el esfuerzo en meses-persona. + ¿Cuáles son los costos de personal asociados con la anonimización de datos confidenciales en el proyecto? + + + + range float PM + https://rdmorganiser.github.io/terms - anonymization_non_personnel - rdmo/legal-and-ethics/sensitive-data-costs/anonymization_non_personnel + rdmo/legal-and-ethics/sensitive-data-costs/anonymization_non_personnel - False - 2 + False Please estimate the costs in **Euro**. What is the amount of non-personnel-costs associated with the anonymization of sensitive data in the project? + - Bitte schätzen Sie die Kosten in **Euro**. Welche Sachkosten entstehen im Zusammenhang mit der Anonymisierung von sensiblen Daten im Projekt? + - - Estime los costos en **Euro**. - ¿Cuál es la cantidad de costos no relacionados con el personal asociados con la anonimización de datos confidenciales en el proyecto? - - Veuillez estimer les coûts en **Euro**. - Quel est le montant des coûts non liés au personnel associés à l'anonymisation des données sensibles dans le projet ? + Quel est le montant des coûts non liés au personnel associés à l'anonymisation des données sensibles dans le projet ? + - Si prega di stimare i costi in **euro**. Quali sono i costi materiali connessi all'anonimizzazione dei dati sensibili nel progetto? + - + Estime los costos en **Euro**. + ¿Cuál es la cantidad de costos no relacionados con el personal asociados con la anonimización de datos confidenciales en el proyecto? + + + + text float 12.0 0.0 0.1 Euro + https://rdmorganiser.github.io/terms - security_personnel - rdmo/legal-and-ethics/sensitive-data-costs/security_personnel + rdmo/legal-and-ethics/sensitive-data-costs/security_personnel - False - 3 + False Please estimate the effort in person months. What are the personnel costs associated with other (non-technical) security measures for sensitive data in the project? + - Bitte schätzen Sie den Aufwand in Personenmonaten (1 PM = Monatsarbeitszeit eines Vollzeitbeschäftigten). Welcher Personalaufwand entsteht im Zusammenhang mit weiteren (nicht-technischen) Sicherheitsmaßnahmen für sensible Daten im Projekt? + - - Estime el esfuerzo en meses-persona. - ¿Cuáles son los costos de personal asociados con otras medidas de seguridad (no técnicas) para datos confidenciales en el proyecto? - - Veuillez estimer l'effort en mois-personne. - Quels sont les coûts de personnel associés aux autres mesures de sécurité (non techniques) pour les données sensibles du projet ? + Quels sont les coûts de personnel associés aux autres mesures de sécurité (non techniques) pour les données sensibles du projet ? + - Si prega di stimare l'impegno in persone-mesi. Quali sono i costi per il personale dovuti ad altre misure di sicurezza (non tecniche) per i dati sensibili nel progetto? + - + Estime el esfuerzo en meses-persona. + ¿Cuáles son los costos de personal asociados con otras medidas de seguridad (no técnicas) para datos confidenciales en el proyecto? + + + + range float PM + https://rdmorganiser.github.io/terms - security_non_personnel - rdmo/legal-and-ethics/sensitive-data-costs/security_non_personnel + rdmo/legal-and-ethics/sensitive-data-costs/security_non_personnel - False - 4 + False Please estimate the costs in **Euro**. What is the amount of non-personnel-costs for other (non-technical) security measures for sensitive data in the project? + - Bitte schätzen Sie die Kosten in **Euro**. Wie hoch sind die weiteren Sachkosten für weitere (nicht-technische) Sicherheitsmaßnahmen für sensible Daten im Projekt? + - - Estime los costos en **Euro**. - ¿Cuál es el monto de los costos, no usados para personal, para otras medidas de seguridad (no técnicas) para datos confidenciales en el proyecto? - - Veuillez estimer les coûts en **Euro**. - Quel est le montant des dépenses non liées au personnel pour d'autres mesures de sécurité (non techniques) pour les données sensibles du projet ? + Quel est le montant des dépenses non liées au personnel pour d'autres mesures de sécurité (non techniques) pour les données sensibles du projet ? + - Si prega di stimare i costi in **euro**. Quali sono i costi materiali dovuti ad altre misure di sicurezza (non tecniche) per i dati sensibili nel progetto? + - + Estime los costos en **Euro**. + ¿Cuál es el monto de los costos, no usados para personal, para otras medidas de seguridad (no técnicas) para datos confidenciales en el proyecto? + + + + text float 12.0 0.0 0.1 Euro + - + https://rdmorganiser.github.io/terms - sensitive-data-official_approval - rdmo/legal-and-ethics/sensitive-data-official_approval + rdmo/legal-and-ethics/sensitive-data-official_approval -
False - 28 Official approval - Offizielle Genehmigung - - Aprobación oficial - - - Approbation officielle - Approvazione ufficiale - + Aprobación oficial + + + + + + + + + + - + https://rdmorganiser.github.io/terms - ethics_committee - rdmo/legal-and-ethics/sensitive-data-official_approval/ethics_committee + rdmo/legal-and-ethics/sensitive-data-official_approval/ethics_committee - False - 1 + False Has the project been approved by a research ethics committee? + - Wurde das Forschungsvorhaben von einer Ethikkommission begutachtet? + - - - ¿El proyecto ha sido aprobado por un comité de ética de la investigación? - - - Le projet a-t-il été approuvé par un comité d'éthique de la recherche ? + Le projet a-t-il été approuvé par un comité d'éthique de la recherche ? + - Il progetto è stato approvato da un comitato per l'etica nella ricerca? + - + + ¿El proyecto ha sido aprobado por un comité de ética de la investigación? + + + + radio option + @@ -5204,39 +5262,40 @@ Si vous répondez à cette question par "Oui", veuillez contacter le d https://rdmorganiser.github.io/terms - yesno - rdmo/legal-and-ethics/sensitive-data-official_approval/yesno + rdmo/legal-and-ethics/sensitive-data-official_approval/yesno - False - 2 + False Is a legal approval / permit needed for the research? + - Wird für das Forschungsvorhaben eine offizielle Genehmigung benötigt? + - - - ¿Se necesita una aprobación/permiso legal para la investigación? - - - Une autorisation ou un permis statutaire est-il nécessaire pour la recherche ? + Une autorisation ou un permis statutaire est-il nécessaire pour la recherche ? + - Il progetto necessita un'autorizzazione ufficiale? + - + + ¿Se necesita una aprobación/permiso legal para la investigación? + + + + radio boolean + @@ -5244,162 +5303,159 @@ Si vous répondez à cette question par "Oui", veuillez contacter le d https://rdmorganiser.github.io/terms - title - rdmo/legal-and-ethics/sensitive-data-official_approval/title + rdmo/legal-and-ethics/sensitive-data-official_approval/title - False - 3 + False If yes, which permit? + - Wenn ja, um welche Genehmigung handelt es sich? + - - - En caso afirmativo, ¿cuál permiso? - - - Si oui, quel permis ? + Si oui, quel permis ? + - In caso affermativo, che tipo di permesso? + - + + En caso afirmativo, ¿cuál permiso? + + + + text text + https://rdmorganiser.github.io/terms - agency - rdmo/legal-and-ethics/sensitive-data-official_approval/agency + rdmo/legal-and-ethics/sensitive-data-official_approval/agency - False - 4 + False If yes, which is the responsible agency? + - Wenn ja, welche ist die ausstellende Behörde? + - - - En caso afirmativo, ¿cuál es la agencia responsable? - - - Si oui, quelle est l'agence responsable ? + Si oui, quelle est l'agence responsable ? + - In caso affermativo, qual è l'ufficio responsabile? + - + + En caso afirmativo, ¿cuál es la agencia responsable? + + + + text text + https://rdmorganiser.github.io/terms - data_access_committee - rdmo/legal-and-ethics/sensitive-data-official_approval/data_access_committee + rdmo/legal-and-ethics/sensitive-data-official_approval/data_access_committee - False - 5 + False Is a data access committee needed to handle access requests to the published data of the project? + - Wird eine Datenzugangs-Kommission benötigt, die bei Zugriffsanfragen auf vom Projekt veröffentlichte Daten entscheidet, ob Zugang gewährt wird oder nicht? + - - - ¿Se necesita un comité de acceso a datos para manejar las solicitudes de acceso a los datos publicados del proyecto? - - - Un comité d'accès aux données est-il nécessaire pour traiter les demandes d'accès aux données publiées du projet ? + Un comité d'accès aux données est-il nécessaire pour traiter les demandes d'accès aux données publiées du projet ? + - È necessario un comitato di accesso ai dati per gestire gli accessi ai dati pubblicati nel corso del progetto? + - + + ¿Se necesita un comité de acceso a datos para manejar las solicitudes de acceso a los datos publicados del proyecto? + + + + yesno boolean + - + https://rdmorganiser.github.io/terms - intellectual-property-rights-yesno - rdmo/legal-and-ethics/intellectual-property-rights-yesno + rdmo/legal-and-ethics/intellectual-property-rights-yesno -
False - 30 Intellectual property rights I - Urheber- oder verwandte Schutzrechte I - - Derechos de propiedad intelectual I - - - Droits de propriété intellectuelle I - Diritti di proprietà intellettuale I - + Derechos de propiedad intelectual I + + + + + + - + https://rdmorganiser.github.io/terms - yesno - rdmo/legal-and-ethics/intellectual-property-rights-yesno/yesno + rdmo/legal-and-ethics/intellectual-property-rights-yesno/yesno - False - 0 + False Data or software can be subject to intellectual or industrial property rights. Applicable laws differ broadly even within EU. Does the project use and/or produce data that is protected by intellectual or industrial property rights? + - Daten oder Software können Urheber- oder anderen Schutzrechten unterliegen. Die Rechtslage kann selbst in der EU von Land zu Land erheblich abweichen. In Deutschland sind nach dem Urheberrechtsgesetz (UrhG) Werke der Literatur, Wissenschaft und Kunst, die eine „persönliche geistige Schöpfung“ darstellen, urheberrechtlich geschützt. Der urheberrechtliche Schutz erlischt 70 Jahre nach dem Tod der bzw. des Urheberin/s. Reine Daten, z. B. Messdaten oder Surveydaten, aber auch Metadaten (bis auf ggf. „beschreibende“ Metadaten) sind hingegen nicht schutzfähig. @@ -5421,97 +5477,99 @@ Bei einem „Datenbankwerk im Sinne des Gesetzes“ handelt es sich um ein „Sa Weitere relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Gebrauchsmuster, Sortenschutz [bei Pflanzenzüchtungen], Halbleiterschutz, Marken, geographische Herkunftsangaben, eingetragene Designs oder geschäftliche Bezeichnungen sein. Werden Daten genutzt und/oder erstellt, die durch Urheber- oder verwandte Schutzrechte geschützt sind? + - - Los datos o el software pueden estar sujetos a derechos de propiedad intelectual o industrial. Las leyes aplicables difieren ampliamente incluso dentro de la UE. - ¿El proyecto utiliza y/o produce datos protegidos por derechos de propiedad intelectual o industrial? - - Les données ou logiciels peuvent être soumis à des droits de propriété intellectuelle ou industrielle. Les lois applicables diffèrent largement, même au sein de l'UE. - Le projet utilise-t-il et/ou produit-il des données protégées par des droits de propriété intellectuelle ou industrielle ? + Le projet utilise-t-il et/ou produit-il des données protégées par des droits de propriété intellectuelle ou industrielle ? + - I dati o il software possono sottostare a diritti di proprietà intellettuale o industriale. Le leggi applicabili sono molto discordanti da paese a paese, perfino all'interno dell'UE. Il progetto utilizza e/o produce dati coperti da diritti di proprietà intellettuale o industriale? + - + Los datos o el software pueden estar sujetos a derechos de propiedad intelectual o industrial. Las leyes aplicables difieren ampliamente incluso dentro de la UE. + ¿El proyecto utiliza y/o produce datos protegidos por derechos de propiedad intelectual o industrial? + + + + yesno boolean + - + https://rdmorganiser.github.io/terms - intellectual-property-rights-dataset - rdmo/legal-and-ethics/intellectual-property-rights-dataset + rdmo/legal-and-ethics/intellectual-property-rights-dataset -
True - 31 Intellectual property rights II dataset - datasets Urheber- oder verwandte Schutzrechte II Datensatz - Datensätze - Derechos de propiedad intelectual II - - colección de datos - colecciones de datos Droits de propriété intellectuelle II jeu de données - jeux de données Diritti di proprietà intellettuale II raccolta di dati - raccolte di dati + Derechos de propiedad intelectual II + + colección de datos + + + + + + - + https://rdmorganiser.github.io/terms - copyrights - rdmo/legal-and-ethics/intellectual-property-rights-dataset/copyrights + rdmo/legal-and-ethics/intellectual-property-rights-dataset/copyrights - True - 0 + False Does copyright law apply to this dataset? + - Be- oder entstehen an diesem Datensatz Urheberrechte? + - - - ¿Se aplica la ley de derechos de autor a esta colección de datos? - - - La loi sur le droit d'auteur s'applique-t-elle à ce jeu de données ? + La loi sur le droit d'auteur s'applique-t-elle à ce jeu de données ? + - È applicabile la legge sul diritto d'autore a questa raccolta di dati? + - + + ¿Se aplica la ley de derechos de autor a esta colección de datos? + + + + checkbox text + @@ -5519,39 +5577,40 @@ Weitere relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Geb https://rdmorganiser.github.io/terms - other_rights - rdmo/legal-and-ethics/intellectual-property-rights-dataset/other_rights + rdmo/legal-and-ethics/intellectual-property-rights-dataset/other_rights - True - 2 + False Do other intellectual property rights apply to this dataset? + - Be- oder entstehen an diesem Datensatz andere Schutzrechte? + - - - ¿Se aplican otros derechos de propiedad intelectual a esta colección de datos? - - - D'autres droits de propriété intellectuelle s'appliquent-ils à ce jeu de données ? + D'autres droits de propriété intellectuelle s'appliquent-ils à ce jeu de données ? + - Sono applicabili altri diritti di proprietà intellettuale a questa raccolta di dati? + - + + ¿Se aplican otros derechos de propiedad intelectual a esta colección de datos? + + + + checkbox text + @@ -5559,377 +5618,387 @@ Weitere relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Geb https://rdmorganiser.github.io/terms - owner - rdmo/legal-and-ethics/intellectual-property-rights-dataset/owner + rdmo/legal-and-ethics/intellectual-property-rights-dataset/owner - False - 3 + False Was investigated who the rights owner is? + - Wurde der/die Rechteinhaber/in recherchiert? + - - - ¿Se investigó quién es el titular de los derechos? - - - A-t-on enquêté sur l'identité du titulaire des droits ? + A-t-on enquêté sur l'identité du titulaire des droits ? + - È stato individuato il titolare dei diritti? + - + + ¿Se investigó quién es el titular de los derechos? + + + + radio option + - + https://rdmorganiser.github.io/terms - intellectual-property-rights-costs - rdmo/legal-and-ethics/intellectual-property-rights-costs + rdmo/legal-and-ethics/intellectual-property-rights-costs -
False - 34 Intellectual property rights costs - Urheber- oder verwandte Schutzrechte Kosten - - Costos de derechos de propiedad intelectual - - - Coûts des droits de propriété intellectuelle - Costi per i diritti di proprietà intellettuale - + Costos de derechos de propiedad intelectual + + + + + + + - + https://rdmorganiser.github.io/terms - personnel - rdmo/legal-and-ethics/intellectual-property-rights-costs/personnel + rdmo/legal-and-ethics/intellectual-property-rights-costs/personnel - False - 1 + False Please estimate the effort in person months. What are the personnel costs associated with intellectual property rights in the project? + - Bitte schätzen Sie den Aufwand in Personenmonaten (1 PM = Monatsarbeitszeit eines Vollzeitbeschäftigten). Welcher Personalaufwand entsteht im Zusammenhang mit Urheber- oder verwandten Schutzrechten im Projekt? + - - Estime el esfuerzo en meses-persona. - ¿Cuáles son los costos de personal asociados con los derechos de propiedad intelectual en el proyecto? - - Veuillez estimer l'effort en mois-personne. - Quels sont les frais de personnel associés aux droits de propriété intellectuelle du projet ? + Quels sont les frais de personnel associés aux droits de propriété intellectuelle du projet ? + - Si prega di stimare l'impegno in persone-mesi. Quali sono i costi per il personale connessi alla salvaguardia dei diritti di proprietà intellettuale nel progetto? + - + Estime el esfuerzo en meses-persona. + ¿Cuáles son los costos de personal asociados con los derechos de propiedad intelectual en el proyecto? + + + + range float 12.0 0.0 0.1 PM + https://rdmorganiser.github.io/terms - non_personnel - rdmo/legal-and-ethics/intellectual-property-rights-costs/non_personnel + rdmo/legal-and-ethics/intellectual-property-rights-costs/non_personnel - False - 3 + False Please estimate the costs in **Euro**. What is the amount of non-personnel-costs regarding intellectual property rights in the project? + - Bitte schätzen Sie die Kosten in **Euro**. Welche Sachkosten entstehen im Zusammenhang mit Urheber- und verwandten Schutzrechten im Projekt? + - - Estime los costos en **Euro**. - ¿Cuál es el monto de los costos que no son de personal relacionados con los derechos de propiedad intelectual en el proyecto? - - Veuillez estimer les coûts en **Euro**. - Quel est le montant des dépenses non liées au personnel concernant les droits de propriété intellectuelle du projet ? + Quel est le montant des dépenses non liées au personnel concernant les droits de propriété intellectuelle du projet ? + - Si prega di stimare i costi in **euro**. Quali sono i costi materiali connessi alla salvaguardia dei diritti di proprietà intellettuale nel progetto? + - + Estime los costos en **Euro**. + ¿Cuál es el monto de los costos que no son de personal relacionados con los derechos de propiedad intelectual en el proyecto? + + + + text float Euro +
https://rdmorganiser.github.io/terms - storage-and-long-term-preservation - rdmo/storage-and-long-term-preservation + rdmo/storage-and-long-term-preservation - - 10 Storage and long-term preservation Speicherung und Langzeitarchivierung - Almacenamiento y preservación a largo plazo Stockage et conservation à long terme Salvataggio e archiviazione a lungo termine + Almacenamiento y preservación a largo plazo + + + + +
- + https://rdmorganiser.github.io/terms - selection-criteria - rdmo/storage-and-long-term-preservation/selection-criteria + rdmo/storage-and-long-term-preservation/selection-criteria -
False - 0 Selection - Auswahl - - Selección - - - Sélection - Selezione - + Selección + + + + + + + - + https://rdmorganiser.github.io/terms - selection_criteria - rdmo/storage-and-long-term-preservation/selection-criteria/selection_criteria + rdmo/storage-and-long-term-preservation/selection-criteria/selection_criteria - False - 0 + False Examples: data are a basis for a publication, for re-use, legal or contractual conditions, documentation (socially or politically relevant) What are the criteria / rules for the selection of the data to be archived (after the end of the project)? + - Beispiele: die Daten sind Grundlage einer Publikation, für Nachnutzung, rechtliche oder vertragliche Auflagen, Dokumentation (gesellschaftlich oder politisch relevant) Auf Basis welcher Kriterien / Regeln werden die Daten zur Archivierung (nach Projektende) ausgesucht? + - - Ejemplos: los datos constituyen la base para una publicación; para su reutilización; por condiciones legales o contractuales; por obligación de documentación (social o políticamente relevante) - ¿Cuáles son los criterios/reglas para la selección de los datos a ser archivados (después del final del proyecto)? - - - Exemples : les données constituent la base pour une publication ; pour la réutilisation ; pour des conditions légales où contractuelles ; pour la documentation (rélevance societaire ou politique) - Quels sont les critères / règles de sélection des données à archiver (après la fin du projet) ? + Exemples : les données constituent la base pour une publication ; pour la réutilisation ; pour des conditions légales où contractuelles ; pour la documentation (rélevance societaire ou politique) + Quels sont les critères / règles de sélection des données à archiver (après la fin du projet) ? + - Esempi: i dati sono alla base di una pubblicazione; per il riutilizzo; per via di condizioni legali o contrattuali; per obbligo di documentazione (rilevanza sociale o politica) Quali criteri / regole vengono applicati per la selezione dei dati da archiviare? + - + Ejemplos: los datos constituyen la base para una publicación; para su reutilización; por condiciones legales o contractuales; por obligación de documentación (social o políticamente relevante) + ¿Cuáles son los criterios/reglas para la selección de los datos a ser archivados (después del final del proyecto)? + + + + textarea text + https://rdmorganiser.github.io/terms - responsible_person - rdmo/storage-and-long-term-preservation/selection-criteria/responsible_person + rdmo/storage-and-long-term-preservation/selection-criteria/responsible_person - True - 1 + False Who selects the data to be archived? + - Durch wen erfolgt die Auswahl? + - - - ¿Quién selecciona los datos para ser archivados? - - - Qui sélectionne les données à archiver ? + Qui sélectionne les données à archiver ? + - Chi seleziona i dati che devono essere archiviati? + - + + ¿Quién selecciona los datos para ser archivados? + + + + text text + - + https://rdmorganiser.github.io/terms - long-term-preservation-datasets - rdmo/storage-and-long-term-preservation/long-term-preservation-datasets + rdmo/storage-and-long-term-preservation/long-term-preservation-datasets -
True - 11 Long-term preservation dataset - datasets Langzeitarchivierung Datensatz - Datensätze - Preservación a largo plazo - - colección de datos - colecciones de datos Conservation à long terme jeu de données - jeux de données Archiviazione a lungo termine raccolta di dati - raccolte di dati - - + Preservación a largo plazo + + colección de datos + + + + + + + + + + + + + + + + + https://rdmorganiser.github.io/terms - yesno - rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/yesno + rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/yesno - False - 1 + False Does this dataset have to be preserved for the long-term? + - Muss dieser Datensatz langfristig aufbewahrt werden? + - - - ¿Esta colección de datos debe conservarse a largo plazo? - - - Ce jeu de données doit-il être conservé à long terme ? + Ce jeu de données doit-il être conservé à long terme ? + - Questa raccolta di dati dev'essere conservata sul lungo periodo? + - + + ¿Esta colección de datos debe conservarse a largo plazo? + + + + yesno boolean + https://rdmorganiser.github.io/terms - purpose - rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/purpose + rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/purpose - True - 2 + False What are the reasons this dataset has to be preserved for the long-term? + - Aus welchen Gründen müssen die Daten langfristig aufbewahrt werden? + - - - ¿Cuáles son las razones por las que esta colección de datos debe conservarse a largo plazo? - - - Quelles sont les raisons pour lesquelles ce jeu de données doit être préservé à long terme ? + Quelles sont les raisons pour lesquelles ce jeu de données doit être préservé à long terme ? + - Per quali motivi questa raccolta di dati dev'essere conservata sul lungo periodo? + - + + ¿Cuáles son las razones por las que esta colección de datos debe conservarse a largo plazo? + + + + checkbox text + @@ -5937,115 +6006,118 @@ Weitere relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Geb https://rdmorganiser.github.io/terms - duration - rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/duration + rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/duration - False - 3 + False How long will the data be stored? + - Wie lange müssen die Daten aufbewahrt werden? + - - - ¿Por cuánto tiempo se almacenarán los datos? - - - Combien de temps les données seront-elles stockées ? + Combien de temps les données seront-elles stockées ? + - Per quanto tempo verranno conservati i dati? + - + + ¿Por cuánto tiempo se almacenarán los datos? + + + + text text + https://rdmorganiser.github.io/terms - reuse_duration - rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/reuse_duration + rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/reuse_duration Original H2020 question - False - 4 + False How long is it intended that the data remains re-usable? + - Wie lang sollen die Daten nach Projektende (nach)nutzbar sein? + - - - ¿Por cuánto tiempo se pretende que los datos sigan siendo reutilizables? - - - Combien de temps faut-il pour que les données restent réutilisables  ? + Combien de temps faut-il pour que les données restent réutilisables  ? + - Per quanto tempo devono rimanere utilizzabili i dati dopo la fine del progetto? + - + + ¿Por cuánto tiempo se pretende que los datos sigan siendo reutilizables? + + + + text text + https://rdmorganiser.github.io/terms - repository - rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/repository + rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/repository - True - 5 + False Where will the data (including metadata, documentation and, if applicable, relevant code) be stored or archived after the end of the project? + - Wo werden die Daten (einschließlich Metadaten, Dokumentation und ggf. relevantem Code bzw. relevanter Software) nach Projektende gespeichert bzw. archiviert? + - - - ¿Dónde se almacenarán o archivarán los datos (incluidos los metadatos, la documentación y, si corresponde, el código de software) una vez finalizado el proyecto? - - - Où les données (y compris les métadonnées, la documentation et, le cas échéant, le code pertinent) seront-elles stockées ou archivées après la fin du projet ? + Où les données (y compris les métadonnées, la documentation et, le cas échéant, le code pertinent) seront-elles stockées ou archivées après la fin du projet ? + - Dove vengono immagazzinati o archiviati i dati (compresi i metadati, la documentazione e il relativo codice software, se pertinente) dopo la fine del progetto? + - + + ¿Dónde se almacenarán o archivarán los datos (incluidos los metadatos, la documentación y, si corresponde, el código de software) una vez finalizado el proyecto? + + + + checkbox text + @@ -6053,422 +6125,430 @@ Weitere relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Geb https://rdmorganiser.github.io/terms - certification - rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/certification + rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/certification - False - 6 + False If the dataset is archived at several places, you may answer this question with yes, if this applies to at least one of these. Is the repository or data centre chosen certified (e.g. Data Seal of Approval, nestor Seal or ISO 16363)? + - Wurde der Datensatz an mehreren Orten archiviert, kann die Frage bejaht werden, wenn dies auf mindestens eine der Optionen zutrifft. Handelt es sich dabei um ein zertifiziertes Repositorium oder Datenzentrum (z. B. durch das Data Seal of Approval, nestor-Siegel oder ISO 16363)? + - - Si la colección de datos está archivada en varios lugares, se debe responder a esta pregunta con un sí, si esto aplica al menos a una de estas. - ¿El repositorio o el centro de datos elegido está certificado (por ejemplo, Data Seal of Approval, nestor Seal o ISO 16363)? - - Si le jeu de données est archivé à plusieurs endroits, vous pouvez répondre à cette question par oui, si cela s'applique à au moins l'un d'entre eux. - Le référentiel ou le centre de données choisi est-il certifié (par exemple, Data Seal of Approval, nestor Seal ou ISO 16363) ? + Le référentiel ou le centre de données choisi est-il certifié (par exemple, Data Seal of Approval, nestor Seal ou ISO 16363) ? + - Nel caso in cui i dati siano immagazzinati in più luoghi, la risposta è affermativa, purché valga almeno per uno di essi. Il repositorio o centro di calcolo possiede una certificazione (per esempio Data Seal of Approval, certificazione Nestor o ISO 16363)? + - + Si la colección de datos está archivada en varios lugares, se debe responder a esta pregunta con un sí, si esto aplica al menos a una de estas. + ¿El repositorio o el centro de datos elegido está certificado (por ejemplo, Data Seal of Approval, nestor Seal o ISO 16363)? + + + + yesno boolean + https://rdmorganiser.github.io/terms - repository_arrangements - rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/repository_arrangements + rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/repository_arrangements - False - 7 + False (original question from Horizon 2020 FAIR Data Management Plan) Have you explored appropriate arrangements with the identified repository? + - (Diese Frage stammt ursprünglich aus dem Horizon 2020 FAIR Datenmanagementplan.) Wurde mit dem Repositorium oder Datenzentrum bereits angemessene Archivierungslösungen besprochen? + - - (pregunta original del plan de gestión de datos (DMP) FAIR de Horizonte 2020) - ¿Ha explorado arreglos apropiados con el repositorio identificado? - - (question originaire du FAIR DMP de Horizon 2020) - Avez-vous exploré les dispositions appropriées avec le référentiel identifié ? + Avez-vous exploré les dispositions appropriées avec le référentiel identifié ? + - (domanda originale dal FAIR DMP di Horizon 2020) Sono già stati presi accordi con il repositorio scelto? + - + (pregunta original del plan de gestión de datos (DMP) FAIR de Horizonte 2020) + ¿Ha explorado arreglos apropiados con el repositorio identificado? + + + + yesno boolean + https://rdmorganiser.github.io/terms - embargo_period - rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/embargo_period + rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/embargo_period - False - 8 + False Shall there be an embargo period before the data are made available? + - Sollen die Daten erst nach Ablauf einer Sperrfrist zugänglich gemacht werden? + - - - ¿Habrá un período de embargo antes de que los datos estén disponibles? - - - Y aura-t-il une période d'embargo avant la mise à disposition des données ? + Y aura-t-il une période d'embargo avant la mise à disposition des données ? + - È previsto un periodo di embargo prima di rendere accessibili i dati? + - + + ¿Habrá un período de embargo antes de que los datos estén disponibles? + + + + textarea text + https://rdmorganiser.github.io/terms - access_authentication - rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/access_authentication + rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/access_authentication Original from H2020 FAIR Data Management Plan - False - 9 + False How will the identity of the person accessing the data will be ascertained? + - Wie wird die Identität von Personen, die auf die Daten zugreifen, verifiziert? + - - - ¿Cómo se determinará la identidad de la(s) persona(s) que acceda(n) a los datos? - - - Comment l'identité de la personne accédant aux données sera-t-elle vérifiée ? + Comment l'identité de la personne accédant aux données sera-t-elle vérifiée ? + - In che modo è possibile verificare l'identità degli utenti che accedono ai dati? + - + + ¿Cómo se determinará la identidad de la(s) persona(s) que acceda(n) a los datos? + + + + textarea text + https://rdmorganiser.github.io/terms - data_archiving_date - rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/data_archiving_date + rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/data_archiving_date - False - 10 + False By when will the data be archived? + - Wann werden die Daten archiviert? + - - - ¿Cuándo se archivarán los datos? - - - D'ici quand les données seront-elles archivées ? + D'ici quand les données seront-elles archivées ? + - Quando verranno archiviati i dati? + - + + ¿Cuándo se archivarán los datos? + + + + date datetime + https://rdmorganiser.github.io/terms - responsible_person_name - rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/responsible_person_name + rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/responsible_person_name - False - 11 + False Examples of these decisions include data access and authorization, the optimization of storage space after a certain retention period, or the transfer of authority to a new contact person. Such decisions are necessary, for example, in the event of a loss of access data, a new access request or the departure of the previous contact person. Who is the long-term contact person who can make decisions about the data? Please specify the name. + - Beispiele hierfür sind die Vergabe von Zugangsdaten/Zugangsberechtigungen, die Optimierung des Speicherplatzes nach einer gewissen Aufbewahrungsfrist oder die Übergabe der Befugnisse an einen neuen Ansprechpartner. Solche Entscheidungen sind beispielsweise bei einem Verlust von Zugangsdaten, bei einer neuen Zugangsanfrage oder beim Ausscheiden des bisherigen Ansprechpartners erforderlich. Wer ist der langfristige Ansprechpartner, der über die Daten entscheiden kann? Bitte geben Sie den Name an. + - - Ejemplos de estas decisiones incluyen el acceso y la autorización de datos, la optimización del espacio de almacenamiento después de un cierto período de retención o la transferencia de autoridad a una nueva persona de contacto. - -Tales decisiones son necesarias, por ejemplo, en caso de pérdida de datos de acceso, una nueva solicitud de acceso previa a la partida de la persona de contacto anterior. - ¿Quién es la persona de contacto a largo plazo que puede tomar decisiones sobre los datos? Por favor, especifique el nombre. - - Exemples de telles decisions sont l'attribution d'un compte / de permis d'accès, la rationalisation de l'espace d'archiviation après un délai de garde défini, le transfert de l'autorité à un autre référent. Des telles decisions peuvent être nécessaires dans le cas de perte des données d'accès, d'une nouvelle requête d'accès ou de retraite du référent précédent. - Qui est le référent pour toute décision en ce qui concerne les données sur le long terme ? Prière d'insérer le nom. + Qui est le référent pour toute décision en ce qui concerne les données sur le long terme ? Prière d'insérer le nom. + - Esempi di tali decisioni: l'assegnazione di un conto o di diritti di accesso, la razionalizzazione dello spazio di archivio dopo una scadenza di conservazione definita, la trasmissione della sovranità a un'altra persona di riferimento. Tali decisioni possono essere necessarie in caso di perdita dei dati di accesso, di nuove richieste di accesso o di ritiro della persona di riferimento precedente. Chi è la persona di riferimento per tutte le decisioni relative ai dati nel lungo periodo? Si prega di inserire il nome. + - + Ejemplos de estas decisiones incluyen el acceso y la autorización de datos, la optimización del espacio de almacenamiento después de un cierto período de retención o la transferencia de autoridad a una nueva persona de contacto. + +Tales decisiones son necesarias, por ejemplo, en caso de pérdida de datos de acceso, una nueva solicitud de acceso previa a la partida de la persona de contacto anterior. + ¿Quién es la persona de contacto a largo plazo que puede tomar decisiones sobre los datos? Por favor, especifique el nombre. + + + + text text + https://rdmorganiser.github.io/terms - responsible_person_email - rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/responsible_person_email + rdmo/storage-and-long-term-preservation/long-term-preservation-datasets/responsible_person_email - False - 12 + False Please provide the email address of the permanent contact person named above. + - Bitte geben Sie die E-Mail-Adresse des oben genannten dauerhaften Ansprechpartners an. + - - - Por favor, proporcione la dirección de correo electrónico de la persona de contacto permanente mencionada anteriormente. - - Prière d'insérer une adresse de courriel électronique du référent nommé ci-dessus. + - Si prega di inserire l'indirizzo e-mail del referente nominato sopra. + - + + Por favor, proporcione la dirección de correo electrónico de la persona de contacto permanente mencionada anteriormente. + + + + text text + - + https://rdmorganiser.github.io/terms - long-term-preservation-costs - rdmo/storage-and-long-term-preservation/long-term-preservation-costs + rdmo/storage-and-long-term-preservation/long-term-preservation-costs -
False - 13 Long-term preservation costs - Langzeitarchivierungskosten - - Costos de preservación a largo plazo - - - Coûts de conservation à long terme - Costi per l'archiviazione a lungo termine - + Costos de preservación a largo plazo + + + + + + + + - + https://rdmorganiser.github.io/terms - personnel - rdmo/storage-and-long-term-preservation/long-term-preservation-costs/personnel + rdmo/storage-and-long-term-preservation/long-term-preservation-costs/personnel - False - 1 + False Please estimate the effort in person months. What are the personnel costs associated with long-term preservation for the project? + - Bitte schätzen Sie den Aufwand in Personenmonaten (1 PM = Monatsarbeitszeit eines Vollzeitbeschäftigten). Welcher Personalaufwand entsteht im Zusammenhang mit Langzeitarchivierung für dieses Projekt? + - - Estime el esfuerzo en meses-persona. - ¿Cuáles son los costos de personal asociados con la preservación de datos a largo plazo para el proyecto? - - Veuillez estimer l'effort en mois-personnes. - Quels sont les frais de personnel associés à la préservation à long terme du projet ? + Quels sont les frais de personnel associés à la préservation à long terme du projet ? + - Si prega di stimare l'impegno in persone-mesi. Qual è l'impegno personale richiesto per l'archiviazione a lungo termine in questo progetto? + - + Estime el esfuerzo en meses-persona. + ¿Cuáles son los costos de personal asociados con la preservación de datos a largo plazo para el proyecto? + + + + range float 12.0 0.0 0.1 PM + - + https://rdmorganiser.github.io/terms - cover_how - rdmo/storage-and-long-term-preservation/long-term-preservation-costs/cover_how + rdmo/storage-and-long-term-preservation/long-term-preservation-costs/non_personnel - - + False - 2 - - How will the data management costs of the project be covered? + False + Please estimate the costs in **Euro**. + What is the amount of non-personnel-costs regarding long-term preservation for the project? + - - - Wie werden die Kosten für das Datenmanagement im Projekt aufgebracht? + Bitte schätzen Sie die Kosten in **Euro**. + Welche Sachkosten entstehen im Zusammenhang mit Langzeitarchivierung für dieses Projekt? + - - - ¿Cómo se cubrirán los costos de gestión de datos del proyecto? - - - - Comment les coûts de gestion des données du projet seront-ils couverts ? + Veuillez estimer les coûts en **Euro**. + Quel est le montant des dépenses non liées au personnel concernant la préservation à long terme du projet ? + - - - Come verranno coperti i costi per la gestione dei dati? + Si prega di stimare i costi in **euro**. + A quanto ammontano i costi non personali per l'archiviazione a lungo termine in questo progetto? + - - textarea - text + Estime los costos en **Euro**. + ¿Cuál es el monto de los costos, no usados para personal, con respecto a la preservación de datos a largo plazo para el proyecto? + + + + + text + float - + Euro + - + https://rdmorganiser.github.io/terms - non_personnel - rdmo/storage-and-long-term-preservation/long-term-preservation-costs/non_personnel + rdmo/storage-and-long-term-preservation/long-term-preservation-costs/cover_how - - + False - 2 - Please estimate the costs in **Euro**. - What is the amount of non-personnel-costs regarding long-term preservation for the project? + False + + How will the data management costs of the project be covered? + - - Bitte schätzen Sie die Kosten in **Euro**. - Welche Sachkosten entstehen im Zusammenhang mit Langzeitarchivierung für dieses Projekt? + + Wie werden die Kosten für das Datenmanagement im Projekt aufgebracht? + - - Estime los costos en **Euro**. - ¿Cuál es el monto de los costos, no usados para personal, con respecto a la preservación de datos a largo plazo para el proyecto? - - - Veuillez estimer les coûts en **Euro**. - Quel est le montant des dépenses non liées au personnel concernant la préservation à long terme du projet ? + + Comment les coûts de gestion des données du projet seront-ils couverts ? + - - Si prega di stimare i costi in **euro**. - A quanto ammontano i costi non personali per l'archiviazione a lungo termine in questo progetto? + + Come verranno coperti i costi per la gestione dei dati? + - - text - float + + ¿Cómo se cubrirán los costos de gestión de datos del proyecto? + + + + + textarea + text - Euro + + diff --git a/rdmorganiser/questions/SMP-Questions.xml b/rdmorganiser/questions/questions-smp.xml similarity index 79% rename from rdmorganiser/questions/SMP-Questions.xml rename to rdmorganiser/questions/questions-smp.xml index 07341056..5ea9fce5 100644 --- a/rdmorganiser/questions/SMP-Questions.xml +++ b/rdmorganiser/questions/questions-smp.xml @@ -1,8 +1,8 @@ - + https://rdmorganiser.github.io/terms - smp + smp This software project management catalogue was developed by the Max Planck Digital Library in 2022. Thanks to all our team colleagues for their support. This SMP template was inspired by some documentation, specially: * https://www.software.ac.uk/resources/guides/software-management-plans @@ -12,57 +12,95 @@ This SMP template was inspired by some documentation, specially: This catalogue is for the management of scientific software projects. It supports scientists in the development and project organisation of software developments through fifty questions in different topic blocks. This is version 3.0 of the catalogue. Software-Management-Plan für Forschende Dieser Katalog ist für das Management von wissenschaftlichen Software-Projekten. Er unterstützt Wissenschaftler_innen bei der Entwicklung und der Projektorganisation von Software-Entwicklungen durch fünfzig Fragen in unterschiedlichen Themenblöcken. Dies ist Version 3.0. + Plan de gestion des logiciels pour chercheurs + Ce catalogue est destiné à la gestion de projets de logiciels scientifiques. Il aide les scientifiques à développer et à organiser des projets de développement de logiciels grâce à cinquante questions réparties en différents blocs thématiques. Il s'agit de la version 3.0. + Piano di gestione del software per ricercatori + Questo catalogo è destinato alla gestione di progetti software scientifici. Supporta gli scienziati nello sviluppo e nell'organizzazione di progetti software con cinquanta domande in diversi blocchi tematici. Questa è la versione 3.0. + Plan de gestión del software para investigadores + Este catálogo está destinado a la gestión de proyectos de software científico. Apoya a los científicos en el desarrollo y la organización de proyectos de desarrollo de software con cincuenta preguntas en diferentes bloques temáticos. Se trata de la versión 3.0. + +
+
+
+
+
+
https://rdmorganiser.github.io/terms - general - smp/general + smp/general - - 0 General Allgemein + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic" order="0"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-partner" order="1"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/schedule" order="2"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-management" order="3"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/software-requirements" order="4"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>topic</key> - <path>smp/general/topic</path> + <uri_path>smp/general/topic</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general"/> - <questionset/> <is_collection>False</is_collection> - <order>0</order> <title lang="en">Topic If you are looking for an introduction to the topic before completing a software management plan, then we recommend Martinez-Ortiz et al. (2022): Practical guide to Software Management Plans, v1.0, <a href="https://doi.org/10.5281/zenodo.7589725" target="_blank">https://doi.org/10.5281/zenodo.7589725</a>. - Thema Falls Sie vor dem Ausfüllen eines Software-Management-Plans nach einer Einführung in das Thema suchen, dann empfehlen wir Martinez-Ortiz et al. (2022): Practical guide to Software Management Plans, v1.0, <a href="https://doi.org/10.5281/zenodo.7589725" target="_blank">https://doi.org/10.5281/zenodo.7589725</a>. - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic/project-title" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic/research-field" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic/application-class" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic/intended-use" order="3"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic/buy-or-make" order="4"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic/project-title"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>project-title</key> - <path>smp/general/topic/project-title</path> + <uri_path>smp/general/topic/project-title</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/title"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">The title of the software can, of course, still change or be specified in the course of a project. Nevertheless, it makes sense to give the project a specific name at the beginning in order to facilitate further (internal) communication about it.</help> <text lang="en">What is the title of the software project?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Der Titel der Software kann sich im Laufe eines Projekts noch ändern oder spezifiziert werden. Es ist dennoch schon zu Beginn sinnvoll, dem Projekt eine konkrete Bezeichnung zu geben, um die weitere (interne) Kommunikation darüber zu erleichtern.</help> <text lang="de">Wie lautet der Titel des Softwareprojekts?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>text</widget_type> @@ -77,24 +115,31 @@ This SMP template was inspired by some documentation, specially: </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic/research-field"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>research-field</key> - <path>smp/general/topic/research-field</path> + <uri_path>smp/general/topic/research-field</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/research_field"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">The list of disciplines follows the <a href="http://www.dfg.de/en/dfg_profile/statutory_bodies/review_boards/subject_areas/index.jsp" target="_blank">subject classification of the DFG (German Research Foundation)</a>.</help> <text lang="en">Which research field(s) does this software belong to?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Die Liste der Disziplinen entspricht der <a href="http://www.dfg.de/en/dfg_profile/statutory_bodies/review_boards/subject_areas/index.jsp" target="_blank">Fachsystematik der Deutschen Forschungsgemeinschaft (DFG)</a>.</help> <text lang="de">Zu welchem(n) Forschungsbereich(en) gehört diese Software?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>select</widget_type> @@ -111,14 +156,11 @@ This SMP template was inspired by some documentation, specially: </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic/application-class"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>application_class</key> - <path>smp/general/topic/application-class</path> + <uri_path>smp/general/topic/application-class</uri_path> <dc:comment>The application classes are essentially based on the "DLR Software Engineering Guidelines" (https://zenodo.org/record/1344612), p. 7-8. Depending on the selection in this questions a selection of different questions is provided below.</dc:comment> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/application-class"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>2</order> <help lang="en">The application classes are essentially based on the "DLR Software Engineering Guidelines" (<a href="https://doi.org/10.5281/zenodo.1344612" target=" _blank">https://doi.org/10.5281/zenodo.1344612</a>), p. 7-8. Depending on the selection in this questions a selection of different questions is provided below. <details> <summary>Click here for more information on the application classes for research software</summary> @@ -150,7 +192,6 @@ This SMP template was inspired by some documentation, specially: <text lang="en">In which application class is the software categorised?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Die Anwendungsklassen orientieren sich im Wesentlichen an den "DLR Guidelines for Research Guidelines" (<a href="https://doi.org/10.5281/zenodo.1344612" target=" _blank">https://doi.org/10.5281/zenodo.1344612</a>), S. 7-8. Abhängig von der Auswahl in diesen Fragen wird unten eine Auswahl verschiedener Fragen bereitgestellt. <Details> <summary>Hier finden Sie weitere Informationen zu den Anwendungsklassen für Forschungssoftware</summary> @@ -182,7 +223,18 @@ This SMP template was inspired by some documentation, specially: <text lang="de">In welche Anwendungsklasse wird die Software eingeordnet?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>radio</widget_type> @@ -199,14 +251,11 @@ This SMP template was inspired by some documentation, specially: </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic/intended-use"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>intended-use</key> - <path>smp/general/topic/intended-use</path> + <uri_path>smp/general/topic/intended-use</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/research_question/title"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>3</order> <help lang="en">The intention for developing software in a scientific context can be manifold. The same applies to the specific application of the software and the contribution to scientific knowledge. Depending on the scientific community, these points can also differ significantly from each other. We offer here some recommended reading that may be helpful in answering the questions: @@ -222,7 +271,6 @@ By their very nature, these references are not exhaustive. If you need particula <text lang="en">What is the intended use of the software? How will your software contribute to research?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Die Intention für die Entwicklung von Software im wissenschaftlichen Kontext kann vielfältig sein. Gleiches gilt für die konkrete Anwendung der Software und dem Beitrag zum wissenschaftlichen Erkenntnisgewinn. Je nach Fachkultur können sich diese Punkte auch deutlich voneinander unterscheiden. Zur Orientierung und als Unterstützung bieten wir hier einige Literaturempfehlungen, die bei der Beantwortung der Fragen hilfreich seinen können: @@ -238,7 +286,18 @@ Es liegt in der Natur der Sache, dass diese Literaturhinweise nicht vollumfängl <text lang="de">Was ist der beabsichtigte Verwendungszweck der Software? Wie wird Ihre Software zur Forschung beitragen?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -253,14 +312,11 @@ Es liegt in der Natur der Sache, dass diese Literaturhinweise nicht vollumfängl </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic/buy-or-make"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>buy-or-make</key> - <path>smp/general/topic/buy-or-make</path> + <uri_path>smp/general/topic/buy-or-make</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/buy-or-make"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/topic"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>4</order> <help lang="en">Please consider whether it would be more effective to purchase existing software or to adapt an existing open source instead of developing software yourself. The following (selected) platforms can help: @@ -273,7 +329,6 @@ The following (selected) platforms can help: <text lang="en">What function does the new software have that previous software does not cover? What related software exists and why is it not suitable?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Bitte überlegen Sie, ob es nicht zielführender ist eine existierende Software einzukaufen oder eine bestehende Open Source-Variante anzupassen anstatt eine eigene Software vollständig selbst zu entwickeln. Folgende (ausgewählte) Plattformen können hierbei helfen: @@ -286,7 +341,18 @@ Folgende (ausgewählte) Plattformen können hierbei helfen: <text lang="de">Welche Funktion hat die neue Software, die bisherige Software nicht abdeckt? Welche verwandte Software gibt es und warum ist diese nicht geeignet?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -299,50 +365,65 @@ Folgende (ausgewählte) Plattformen können hierbei helfen: <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-partner"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-partner"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>project-partner</key> - <path>smp/general/project-partner</path> + <uri_path>smp/general/project-partner</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general"/> - <questionset/> <is_collection>False</is_collection> - <order>1</order> <title lang="en">Software Project Partner(s) - Software-Projektpartner - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-partner/project-participants" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-partner/funding" order="2"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-1"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-2"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-partner/project-participants"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>project-participants</key> - <path>smp/general/project-partner/project-participants</path> + <uri_path>smp/general/project-partner/project-participants</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/partner"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-partner"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">Please enter the name and contact details as well as institution, position as well as role in the software project, if applicable.</help> <text lang="en">Who are the project participants that deal with this software?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Bitte geben Sie den Namen und Kontaktdaten sowie ggf. Institution und Position sowie Rolle im Software-Projekt.</help> <text lang="de">Wer sind die Projektteilnehmer, die an dieser Software arbeiten?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>text</widget_type> @@ -360,14 +441,11 @@ Folgende (ausgewählte) Plattformen können hierbei helfen: </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-partner/funding"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>funding</key> - <path>smp/general/project-partner/funding</path> + <uri_path>smp/general/project-partner/funding</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/funder"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-partner"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>2</order> <help lang="en">Here, for example, personnel or financial resources from the regular budget or already existing project funds can be mentioned. Scientific software is becoming increasingly important as a source of knowledge. Therefore, the development of software in a scientific context is also becoming more and more relevant for funding organisations. A software management plan can be a useful basis for applying for (partial) project funding, as software is increasingly considered worthy of funding. @@ -379,7 +457,6 @@ For further reference, we recommend these publications: <text lang="en">Is there existing (financial/personnel) resources or will there be specific funding for the software development?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Hier können beispielsweise personellen oder finanzielle Mittel aus dem regulären Haushalt oder bereits vorhandene Projektmittel erwähnt werden. Wissenschaftliche Software gewinnt als Erkenntnisgewinn zunehmend an Bedeutung. Daher wird die Entwicklung von Software im wissenschaftlichen Kontext auch für Förderorganisationen zunehmend relevanter. Ein Software-Management-Plan kann daher eine sinnvolle Grundlage für eine Beantragung von (Teil-)Projektmitteln sein, da Software zunehmend auch als förderwürdig erachtet wird. @@ -391,7 +468,18 @@ Als weiterführenden Hinweise empfehlen wir diese Publikationen: <text lang="de">Gibt es existierende (personellen/finanziellen) Ressourcen oder wird es eine spezielle Finanzierung für die Softwareentwicklung geben?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -408,50 +496,65 @@ Als weiterführenden Hinweise empfehlen wir diese Publikationen: <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/schedule"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/schedule"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>schedule</key> - <path>smp/general/schedule</path> + <uri_path>smp/general/schedule</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general"/> - <questionset/> <is_collection>False</is_collection> - <order>2</order> <title lang="en">Software Project Schedule - Zeitplan für Softwareprojekte - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/schedule/start-date" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/schedule/end-date" order="2"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-1"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-2"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/schedule/start-date"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>start-date</key> - <path>smp/general/schedule/start-date</path> + <uri_path>smp/general/schedule/start-date</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/schedule/project_start"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/schedule"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en"/> <text lang="en">When does the software project start?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de"/> <text lang="de">Wann beginnt das Softwareprojekt?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>date</widget_type> @@ -466,24 +569,31 @@ Als weiterführenden Hinweise empfehlen wir diese Publikationen: </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/schedule/end-date"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>end-date</key> - <path>smp/general/schedule/end-date</path> + <uri_path>smp/general/schedule/end-date</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/schedule/project_end"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/schedule"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>2</order> <help lang="en"/> <text lang="en">When does the software project end?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de"/> <text lang="de">Wann endet das Softwareprojekt?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>date</widget_type> @@ -496,40 +606,46 @@ Als weiterführenden Hinweise empfehlen wir diese Publikationen: <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-management"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-management"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>project-management</key> - <path>smp/general/project-management</path> + <uri_path>smp/general/project-management</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general"/> - <questionset/> <is_collection>False</is_collection> - <order>3</order> <title lang="en">Software Project Management - Software-Projekt-Management - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-management/development-process" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-management/track-tasks" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-management/specification-sheet" order="2"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-1"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-2"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-management/development-process"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>development-process</key> - <path>smp/general/project-management/development-process</path> + <uri_path>smp/general/project-management/development-process</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/development-process"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-management"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">For this question, it is useful to first describe the type of project management. Examples here would be agile methods such as Scrum. But a more classical approach like e.g. the "waterfall" model is also possible. Ultimately, it is crucial that the chosen method fits the goal and is communicated to and works for the people involved. Once a methodological approach has been established, it may be useful to define different roles for the software project. Examples would be "Developer", "Tester", "Scrum Master" etc. At the same time, it is advisable to already draft a specification document for the project with requirements, usage scenarios and other specifications. The requirements from the user's point of view should be clear so that the conception and specification process by the developers can start on this basis. @@ -541,7 +657,6 @@ For guidance, these texts may be of interest: <text lang="en">Which software development process is defined? How will process roles be assigned?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Bei dieser Frage bietet es sich an, zuerst die Art des Projektmanagements zu beschreiben. Beispiele wären hier besonders die agilen Methoden, wie Scrum. Aber auch ein eher klassisches Vorgehen mit z.B. der "Wasserfall"-Methode ist möglich. Letztendlich ist es entscheidend, dass die gewählte Methode für das Ziel passt und an die beteiligten Personen kommuniziert ist sowie für diese funktioniert. Nach der Festlegung auf ein methodisches Vorgehen kann es sinnvoll sein, verschiedene Rollen für das Software-Projekt zu definieren. Beispiele hierfür wären "Entwickler", "Tester", "Scrum Master" etc. Gleichzeitig empfiehlt es sich, für das Projekt bereits einen Leistungskatalog mit Anforderungen, Nutzungsszenarien und Spezifikationen zu entwerfen. Die Anforderungen aus Nutzendensicht sollten klar vorliegen, sodass auf dessen Grundlage dann der Konzeptions- und Spezifikationsprozess durch die Entwickler beginnen kann. @@ -553,7 +668,18 @@ Zur Unterstützung können diese Texte interessant sein: <text lang="de">Welcher Softwareentwicklungsprozess wird definiert? Wie werden die Prozessrollen zugewiesen?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -571,28 +697,35 @@ Zur Unterstützung können diese Texte interessant sein: </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-management/track-tasks"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>track-tasks</key> - <path>smp/general/project-management/track-tasks</path> + <uri_path>smp/general/project-management/track-tasks</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/track-tasks"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-management"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">The development of software goes hand in hand with a high degree of complexity. In order to keep track of the diverse requirements, tasks and problems, it is advisable to organise these points in a clear structure. At the same time, this enhances the traceability of developments. Examples of applications are stand-alone ticket systems such as Jira or Redmine. However, integrated systems can also be used just as well, such as provided in GitHub/GitLab (<a href="https://carpentries-incubator.github.io/git-novice-branch-pr/" target="_blank">see for example the Carpentries Lesson</a>). Working with a (digital) Kanban board can also support software development.</help> <text lang="en">How do you track the different tasks and use cases?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Die Entwicklung von Software geht einher mit einer hohen Komplexität. Um die vielfältigen Anforderungen, Aufgaben und Probleme nachzuvollziehen, empfiehlt es sich diese Punkte in einer klaren Struktur zu organisieren. Gleichzeitig fördert dies die Rückverfolgbarkeit von Entwicklungen. Beispiele für Anwendungen sind etwa eigenständige Ticket-Systeme wie Jira oder Redmine. Ebenso gut können aber auch integrierte Systeme verwendet werden, wie etwa in GitHub/GitLab bereitgestellt (<a href="https://carpentries-incubator.github.io/git-novice-branch-pr/" target="_blank">siehe etwa die Carpentries Lesson</a>). Auch das Arbeiten mit einem (digitalen) Kanban-Board kann bei der Software-Entwicklung unterstützen.</help> <text lang="de">Wie verfolgen Sie die verschiedenen Aufgaben und Anwendungsfälle?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>text</widget_type> @@ -611,24 +744,31 @@ Beispiele für Anwendungen sind etwa eigenständige Ticket-Systeme wie Jira oder </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-management/specification-sheet"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>specification-sheet</key> - <path>smp/general/project-management/specification-sheet</path> + <uri_path>smp/general/project-management/specification-sheet</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/specification-sheet"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/project-management"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>2</order> <help lang="en">The description of the requirements can be one of the cornerstones for a successful software. It is therefore advisable to invest time resources into this right from the start.</help> <text lang="en">Will there be a specification document (briefly) outlining the most important requirements?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Die Beschreibungen der Anforderungen kann einer der zentralen Grundstein für eine gelungene Software sein. Daher empfiehlt es sich hierfür von Beginn an zeitliche Ressourcen zu investieren.</help> <text lang="de">Wird es einen Anforderungskatalog oder ein Lastenheft geben, in dem (kurz) die wichtigsten Anforderungen skizziert werden?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>yesno</widget_type> @@ -644,40 +784,45 @@ Beispiele für Anwendungen sind etwa eigenständige Ticket-Systeme wie Jira oder <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/software-requirements"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/software-requirements"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>software-requirements</key> - <path>smp/general/software-requirements</path> + <uri_path>smp/general/software-requirements</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general"/> - <questionset/> <is_collection>False</is_collection> - <order>4</order> <title lang="en">Software Development Requirements - Anforderungen an die Softwareentwicklung - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/software-requirements/institutional-requirements" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/software-requirements/community-requirements" order="1"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-1"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-2"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/software-requirements/institutional-requirements"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>institutional-requirements</key> - <path>smp/general/software-requirements/institutional-requirements</path> + <uri_path>smp/general/software-requirements/institutional-requirements</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/institutional-requirements"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/software-requirements"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">For the development of software in a scientific context, the rules of good scientific practice at one's own institution or organisation apply. Software might not explicitly mentioned there. Nevertheless, these rules for scientific results can apply to the development (and sharing) of software. At the same time, individual institutes, working groups, etc. can also impose rules on the use of software. If you are unsure about the institutional requirements that apply to you, it is best to contact your local colleagues from the Research Coordination or IT, Scientific Computing Unit, etc. They can provide you with competent support. @@ -690,7 +835,6 @@ Below you will find a collection of examples of institutional regulations relate <text lang="en">Are there institutional requirements for software development?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Für die Entwicklung von Software im wissenschaftlichen Kontext gelten die Regeln zur guten wissenschaftlichen Praxis der eigenen Institution oder Organisation. Software muss dort noch nicht explizit erwähnt. Dennoch können diese entsprechenden Regeln für wissenschaftliche Ergebnisse auch für die Entwicklung (und Veröffentlichung) von Software gelten. Gleichzeitig können sich auch einzelne Institute, Arbeitsgruppen etc. Regeln zum Umgang mit Software auferlegen. Sollten Sie unsicher sein, inwiefern institutionelle Anforderungen für Sie zutreffen, dann kontaktieren Sie am besten Ihre lokalen Kolleg_innen von der Forschungskoordination oder der IT, Scientific Computing Unit etc. Diese können Sie dabei kompetent unterstützen. @@ -703,7 +847,18 @@ Im Folgenden finden Sie eine Beispielsammlung für institutionelle Regelwerke mi <text lang="de">Gibt es institutionelle Anforderungen an die Softwareentwicklung?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -718,28 +873,35 @@ Im Folgenden finden Sie eine Beispielsammlung für institutionelle Regelwerke mi </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/software-requirements/community-requirements"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>community-requirements</key> - <path>smp/general/software-requirements/community-requirements</path> + <uri_path>smp/general/software-requirements/community-requirements</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/community-requirements"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/general/software-requirements"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">In addition to institutional requirements, there may also be other conditions or communities that need to be taken into account when developing software in a scientific context. For example, if the software is developed in a third-party project, then the requirements of the funding body are binding. Likewise, there may be various agreements in one's own community that need to be taken into account in software development. It is advisable to familiarise yourself with the FAIR Principles for Research Software (<a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a>) at an early stage. For example, this question about requirement for software is required in <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> I1 and R3. At the same time, orientation towards the <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> principles can significantly increase the quality and acceptance of the software. An interactive guide to FAIR software can be found here: <a href="https://fair-software.nl" target="_blank">https://fair-software.nl</a>.</help> <text lang="en">Are there requirements regarding the software development form other parties?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Neben institutionellen Anforderungen können ebenso weitere Bedingungen oder Communities existieren, die es bei der Entwicklung von Software im wissenschaftlichen Kontext zu beachten gilt. Wenn beispielsweise die Software in einem Drittmittelprojekt entwickelt wird, dann sind die Vorgaben des Mittelgebers bindend. Ebenso können verschiedene Vereinbarungen in der eigenen Fächergruppe bestehen, die es bei der Software-Entwicklung zu berücksichtigen gilt. Parallel dazu ist es empfehlenswert, sich mit den FAIR Principles for Research Software (<a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a>) schon frühzeitig vertraut zu machen. So wird beispielsweise diese Anforderung in <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> I1 und R3 gefordert. Die Orientierung an den <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a>-Prinzipien kann gleichzeitig die Qualität und Akzeptanz der Software deutlich steigern. Eine interaktive Hilfestellung zu FAIR Software findet sich hier: <a href="https://fair-software.nl" target="_blank">https://fair-software.nl</a>.</help> <text lang="de">Gibt es Anforderungen bezüglich der Softwareentwicklung von externer Seite?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -754,58 +916,80 @@ Parallel dazu ist es empfehlenswert, sich mit den FAIR Principles for Research S </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>technical</key> - <path>smp/technical</path> + <uri_path>smp/technical</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/smp"/> - <order>1</order> <title lang="en">Technical Technische Informationen + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/code" order="0"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components" order="1"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/Infrastructure" order="2"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/preservation" order="3"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/security" order="4"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/code"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/code"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>code</key> - <path>smp/technical/code</path> + <uri_path>smp/technical/code</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical"/> - <questionset/> <is_collection>False</is_collection> - <order>0</order> <title lang="en">Code - Code - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/code/language" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/code/versioning" order="1"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/code/language"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>language</key> - <path>smp/technical/code/language</path> + <uri_path>smp/technical/code/language</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/language"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/code"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">The software languages go hand in hand with different methods, focuses and required skill levels. Here you can document which language(s) you choose and why. Examples of software languages can be Java, Python, R, etc. At this point it is also useful to document whether technical standards are relevant for the development of software. Examples include <a href="https://www.iso.org/standard/38421.html" target="_blank">IEC Standard 62304</a> for software in medical applications, or <a href="https://ecss.nl/standard/ecss-e-st-40c-software-general-requirements/" target="_blank">ECSS-E-ST-40C</a> for software in space applications, or <a href="https://www.dicomstandard.org" target="_blank">DICOM</a> for the exchange of medical image data.</help> <text lang="en">Which programming language(s) do you plan to use?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Die Softwaresprachen gehen einher mit unterschiedlichen Methoden, Schwerpunkten und benötigten Fähigkeitsgraden. Hier können Sie dokumentieren, für welche Sprache(n) Sie sich entscheiden und weshalb. Beispiele für Softwaresprachen während Java, Python, R, usw. An dieser Stelle bietet es sich zusätzlich an, zu dokumentieren, ob technische Standards für die Entwicklung von Software relevant sind. Beispiele hierfür sind etwa der <a href="https://www.iso.org/standard/38421.html" target="_blank">IEC Standard 62304</a> für Software bei medizinischen Anwendungen, oder <a href="https://ecss.nl/standard/ecss-e-st-40c-software-general-requirements/" target="_blank">ECSS-E-ST-40C</a> bei Software für Anwendungen im Weltraum oder <a href="https://www.dicomstandard.org" target="_blank">DICOM</a> für den Austausch von medizinischen Bilddaten.</help> <text lang="de">Welche Programmiersprache(n) planen Sie zu verwenden?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -820,24 +1004,31 @@ An dieser Stelle bietet es sich zusätzlich an, zu dokumentieren, ob technische </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/code/versioning"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>versioning</key> - <path>smp/technical/code/versioning</path> + <uri_path>smp/technical/code/versioning</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/versioning"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/code"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">Versioning code during development is strongly recommended. Applications such as Git systems are widespread.</help> <text lang="en">Which technology or process is used for versioning?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Das Versionieren von Code bei der Entwicklung ist dringend zu empfehlen. Code-Versionierungen auf Basis der Git-Software sind weitverbreitet.</help> <text lang="de">Welche Technologie oder welches Verfahren wird für die Versionierung verwendet?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -854,36 +1045,44 @@ An dieser Stelle bietet es sich zusätzlich an, zu dokumentieren, ob technische <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>components</key> - <path>smp/technical/components</path> + <uri_path>smp/technical/components</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical"/> - <questionset/> <is_collection>False</is_collection> - <order>1</order> <title lang="en">Third Party Components and Libraries - Externe Komponenten und Bibliotheken - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components/external-components" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components/third-party-licenses" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components/track-external-software" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components/web-services" order="3"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components/qualified-references" order="4"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components/external-components"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>external-components</key> - <path>smp/technical/components/external-components</path> + <uri_path>smp/technical/components/external-components</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/external-components"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">The use of external applications and existing libraries is an established practice in software development. However, the inclusion of external code can create dependencies. This in turn increases the complexity of the software. The more extensive the code, the more time-consuming it is to know and understand these dependencies. Failure of these services should also be planned for. It is therefore advisable in software development which and how external components will be used early on. This is also in terms of <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> I2 and R2 and particularly recommended for the further development and subsequent use of software. The following literature might also be of interest: @@ -893,7 +1092,6 @@ The following literature might also be of interest: <text lang="en">Which external software components will be used? What dependencies on software libraries do exist? How do you document this?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Die Nutzung von externen Anwendungen und existierenden Bibliotheken ist bei der Software-Entwicklung eine etablierte Praxis. Durch das Einbinden von externem Code können jedoch Abhängigkeiten entstehen. Dies steigert wiederum die Komplexität der Software. Je umfangreicher der Code ist, desto aufwendiger ist es, diese Abhängigkeiten zu kennen und zu verstehen. Auch ein Ausfall dieser Dienste sollte eingeplant werden. Es empfiehlt sich schon früh im Softwareentwicklungsprozess darüber im Klaren zu sein, welche und wie externe Komponenten verwendet werden. Dies ist auch im Sinne der <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> I2 und R2 und für die Weiterentwicklung und Nachnutzung von Software besonders empfehlenswert. Folgende Literatur könnte zusätzlich interessant sein: @@ -903,7 +1101,18 @@ Folgende Literatur könnte zusätzlich interessant sein: <text lang="de">Welche externen Software-Komponenten werden verwendet? Welche Abhängigkeiten von Software-Bibliotheken gibt es? Wie dokumentieren Sie dies?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -922,24 +1131,31 @@ Folgende Literatur könnte zusätzlich interessant sein: </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components/third-party-licenses"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>third-party-licenses</key> - <path>smp/technical/components/third-party-licenses</path> + <uri_path>smp/technical/components/third-party-licenses</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/third-party-licenses"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">In connection with the use of external software components, special attention should be paid to the various licence conditions. For example, which licences are used by third-party software components? Can there be problems with the compatibility of licences for third-party elements?</help> <text lang="en">What licences are on the third-party software components?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">In dem Zusammenhang mit der Verwendung von externen Software-Komponenten sind besonders die verschiedenen Lizenzbedingungen zu beachten. Etwa welche Lizenzen werden von den Softwarekomponenten von Drittanbietern verwendet? Kann es Probleme mit der Kompatibilität von Lizenzen für Elemente von Drittanbietern geben?</help> <text lang="de">Welche Lizenzen liegen auf den Software-Komponenten von Drittanbietern?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -957,24 +1173,31 @@ Folgende Literatur könnte zusätzlich interessant sein: </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components/track-external-software"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>track-external-software</key> - <path>smp/technical/components/track-external-software</path> + <uri_path>smp/technical/components/track-external-software</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/track-external-software"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>2</order> <help lang="en">If external software components are used, it is advisable to document this. The aim here should not only be to obtain an overview, but also, if necessary, to obtain a (partially) automatic analysis of any dependencies that arise. Examples of different services to monitor the external components can be, <a href="https://maven.apache.org" target="_blank">Maven</a>, <a href="https://gradle.org" target="_blank">Gradle</a>, <a href="https://www.npmjs.com" target="_blank">npm</a>, <a href="https://yarnpkg.com" target="_blank">Yarn</a> and <a href="https://pypi.org/project/pipenv/" target="_blank">pipenv</a>. Please check with your local software officers for already existing services.</help> <text lang="en">What is the process to keep track of the external software components? Can critical dependencies be eliminated or mitigated?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Wenn externe Software-Komponenten verwendet werden, dann ist es ratsam, dies zu dokumentieren. Ziel sollte es hierbei sein, nicht nur einen Überblick zu erlangen, sondern ggf. auch schon eine (teil-)automatische Analyse von entstehenden Abhängigkeiten zu erlangen. Beispiele für verschiedene Services, um die externen Komponenten zu beobachten, können beispielsweise <a href="https://maven.apache.org" target="_blank">Maven</a>, <a href="https://gradle.org" target="_blank">Gradle</a>, <a href="https://www.npmjs.com" target="_blank">npm</a>, <a href="https://yarnpkg.com" target="_blank">Yarn</a> und <a href="https://pypi.org/project/pipenv/" target="_blank">pipenv</a> sein. Bitte erkundigen Sie sich bei Ihren lokalen Softwarebeauftragten nach eventuell bereits vorhandenen Services.</help> <text lang="de">Wie wird der Überblick über die externen Software-Komponenten behalten? Können kritische Abhängigkeiten eliminiert oder abgeschwächt werden?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -992,24 +1215,31 @@ Folgende Literatur könnte zusätzlich interessant sein: </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components/web-services"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>web-services</key> - <path>smp/technical/components/web-services</path> + <uri_path>smp/technical/components/web-services</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/web-services"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>3</order> <help lang="en">Software can be used to integrate external services. Examples of this are interface queries with other databases, external map applications, the use of external computing capacities, etc. For the correct use of external web services, it may be necessary to explicitly enable special ports or to fulfil further requirements. It is therefore advisable to contact local colleagues from IT, the Scientific Computing Unit etc. before using external web services for your own software.</help> <text lang="en">Do you plan to use third party web services?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Mit Software lassen sich externe Dienste einbinden. Beispiele hierfür sind etwa Schnittstellenabfragen bei anderen Datenbanken, externe Kartenanwendungen, die Nutzung von externen Rechenkapazitäten usw. Für die korrekte Anwendung von externen Webdiensten kann es notwendig sein, dass spezielle Ports explizit freigeschaltet werden müssen oder weitere Voraussetzungen zu erfüllen sind. Es ist daher ratsam, bei der Nutzung von externen Webdiensten für die eigene Software im Vorfeld die lokale Kolleg_innen aus IT, Scientific Computing Unit etc. zu kontaktieren.</help> <text lang="de">Planen Sie Webdienste von Drittanbietern zu nutzen?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1028,24 +1258,31 @@ Folgende Literatur könnte zusätzlich interessant sein: </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components/qualified-references"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>qualified-references</key> - <path>smp/technical/components/qualified-references</path> + <uri_path>smp/technical/components/qualified-references</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/qualified-references"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/components"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>4</order> <help lang="en">Research software sometimes contains references to external data objects and other software solutions that are required for its execution. This aspect is particularly in request for the <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> principles I2 and R2.</help> <text lang="en">Does the software refer to other software projects or objects?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Forschungssoftware enthält manchmal Verweise auf externe Datenobjekte und andere Softwarelösungen, welche für die Ausführung erforderlich sind. Besonders bei den <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a>-Prinzipien I2 und R2 wird dieser Aspekt nachgefragt.</help> <text lang="de">Verweist die Software auf andere Software-Projekte oder Objekte?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1058,50 +1295,66 @@ Folgende Literatur könnte zusätzlich interessant sein: <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/Infrastructure"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/Infrastructure"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>Infrastructure</key> - <path>smp/technical/Infrastructure</path> + <uri_path>smp/technical/Infrastructure</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical"/> - <questionset/> <is_collection>False</is_collection> - <order>2</order> <title lang="en">Infrastructure - Infrastruktur - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/Infrastructure/infrastructure-required" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/Infrastructure/infrastructure-existing" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/Infrastructure/technical-support" order="2"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-1"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-2"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/Infrastructure/infrastructure-required"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>infrastructure-required</key> - <path>smp/technical/Infrastructure/infrastructure-required</path> + <uri_path>smp/technical/Infrastructure/infrastructure-required</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/infrastructure-required"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/Infrastructure"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">When developing software, it can make sense and also be necessary to fall back on local infrastructure, e.g. servers, Git systems, storage media, software training courses. For robust planning and smooth availability, it is advisable to contact the local colleagues from IT, Scientific Computing Unit, etc. in advance.</help> <text lang="en">What infrastructure resources are needed? To what extent?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Bei der Entwicklung von Software kann es sinnvoll und auch notwendig sein, auf lokale Infrastruktur, z.B. Server, Git-Systeme, Speichermedien, Software-Fortbildungsangebote, zurückzugreifen. Für die sichere Planung und reibungsfreie Verfügbarkeit ist es im Vorfeld empfehlenswert, sich mit den lokalen Kolleg_innen von IT, Scientific Computing Unit etc. in Kontakt zu setzen.</help> <text lang="de">Welche Infrastrukturressourcen werden benötigt? In welchem Umfang?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1116,24 +1369,31 @@ Folgende Literatur könnte zusätzlich interessant sein: </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/Infrastructure/infrastructure-existing"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>infrastructure-existing</key> - <path>smp/technical/Infrastructure/infrastructure-existing</path> + <uri_path>smp/technical/Infrastructure/infrastructure-existing</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/infrastructure-existing"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/Infrastructure"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">Please get in touch with your local colleagues from IT, Scientific Computing Unit, etc. They have a good overview of the existing infrastructure. Please also ask your local software officers about any existing software licences. There may already be licence agreements in place, so new licences may not need to be explicitly purchased.</help> <text lang="en">Is there already existing infrastructure for the software development? Where is the infrastructure hosted?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Bitte setzen Sie sich mit Ihren lokalen Kolleg_innen von IT, Scientific Computing Unit etc. in Kontakt. Diese haben einen guten Überblick über die bereits existierende Infrastruktur. Bitte erkundigen Sie sich ebenso bei Ihren lokalen Softwarebeauftragten nach eventuell bereits vorhandenen Software-Lizenzen. Es gibt eventuell schon Lizenzverträge, sodass neue Lizenzen eventuell nicht explizit gekauft werden müssen.</help> <text lang="de">Gibt es bereits eine Infrastruktur für die Softwareentwicklung? Wo wird die Infrastruktur gehostet?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1148,24 +1408,31 @@ Folgende Literatur könnte zusätzlich interessant sein: </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/Infrastructure/technical-support"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>technical-support</key> - <path>smp/technical/Infrastructure/technical-support</path> + <uri_path>smp/technical/Infrastructure/technical-support</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/technical-support"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/Infrastructure"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>2</order> <help lang="en">Perhaps new technologies are to be used for the software, where additional training is still needed to apply them safely. Or you may need an assessment of the software code at a later date. Ask your local colleagues from IT, Scientific Computing Unit, etc. about this. It may also be interesting to ask the <a href="https://de-rse.org/de/join.html" target="_blank">de-RSE community</a> for advice.</help> <text lang="en">Are there technical aspects where competences are (still) lacking, so that support would be helpful?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Vielleicht sollen neue Technologien für die Software eingesetzt werden, bei denen noch ein zusätzliches Training benötigt wird, um diese sicher anzuwenden. Oder Sie benötigen zu einem späteren Zeitpunkt eine Einschätzung zum Software-Code. Fragen Sie hierzu Ihre lokalen Kolleg_innen von IT, Scientific Computing Unit etc. Darüber hinaus kann es auch interessant sein, die <a href="https://de-rse.org/de/join.html" target="_blank">de-RSE-Community</a> um Rat zu fragen.</help> <text lang="de">Gibt es technische Aspekte, bei denen noch Kompetenzen fehlen und dabei Unterstützung hilfreich wäre?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1178,40 +1445,45 @@ Folgende Literatur könnte zusätzlich interessant sein: <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/preservation"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/preservation"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>preservation</key> - <path>smp/technical/preservation</path> + <uri_path>smp/technical/preservation</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical"/> - <questionset/> <is_collection>False</is_collection> - <order>3</order> <title lang="en">Preservation - Langfristige Erhaltung - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/preservation/re-usable" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/preservation/preservation" order="1"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-1"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-2"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/preservation/re-usable"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>re-usable</key> - <path>smp/technical/preservation/re-usable</path> + <uri_path>smp/technical/preservation/re-usable</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/re-usable"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/preservation"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">Applicable software is rarely a static product. Software is usually in a constant state of flux as a result of further developments of external components, security gaps in libraries that have been remedied or proprietary enhancements in the code. At the same time, the personnel and time required to maintain and update software increases with its age. It is therefore highly advisable to think in advance about how long the software should be (re-)usable. It is fundamentally important to document exactly how the software can be updated and which (technical) environment conditions are necessary for the software to run correctly. @@ -1220,7 +1492,6 @@ In this topic it is also useful to think about containerisation and general ways <text lang="en">How long should the software remain usable? What steps will be taken to ensure that the software can continue to be used after the project?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Anwendbare Software ist in den seltensten Fällen ein statisches Produkt. Durch Fortentwicklungen von externen Komponenten, behobenen Sicherheitslücken bei Bibliotheken oder eigene Erweiterungen im Code befindet sich Software meist in einem stetigen Wandel. Gleichzeitig steigen der personelle und zeitliche Aufwand bei der Erhaltung und Fortführung von Software mit deren Alter. Es ist daher ratsam, sich schon im Vorfeld Gedanken darüber zu machen, wie lange die Software (nach-)nutzbar sein soll. Vor diesem Hintergrund ist es grundsätzlich wichtig, genau zu dokumentieren, wie die Software aktualisiert werden kann und welche (technischen) Rahmenbedingungen notwendig sind, damit die Software korrekt ausgeführt werden kann. @@ -1229,7 +1500,18 @@ In diesem Zusammenhang ist es auch sinnvoll, über Containerisierung und generel <text lang="de">Wie lange soll die Software verwendbar bleiben? Welche Schritte werden unternommen, damit die Software im Anschluss an das Projekt weiter benutzt werden kann?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1244,24 +1526,31 @@ In diesem Zusammenhang ist es auch sinnvoll, über Containerisierung und generel </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/preservation/preservation"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>preservation</key> - <path>smp/technical/preservation/preservation</path> + <uri_path>smp/technical/preservation/preservation</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/preservation"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/preservation"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">According to the established principles of good scientific practice, results must be stored for at least ten years. Of course, this also applies to software. Therefore, it must be ensured that the software remains available for this period (at least within the institution). This may be exceeded by local regulations. If you are not sure what the practice is at your institute, it is advisable to contact your local colleagues from IT, Scientific Computing Unit etc. about this.</help> <text lang="en">Does this software have to be preserved for a longer term?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Nach den gängigen Prinzipien der guten wissenschaftlichen Praxis müssen Ergebnisse mindestens für zehn Jahre aufbewahrt werden. Dies trifft auch auf Software zu. Daher muss sichergestellt werden, dass die Software für diesen Zeitraum (zumindest institutsintern) verfügbar bleibt. Dies kann natürlich darüber hinaus gehen oder weiterführende Maßnahmen erfordern, je nach lokaler Regelung. Falls Sie nicht sicher sind, was die gelebte Praxis an Ihrem Institut ist, so empfiehlt es sich, Ihre lokalen Kolleg_innen von IT, Scientific Computing Unit etc. diesbezüglich anzusprechen.</help> <text lang="de">Muss diese Software längerfristig aufbewahrt werden?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1274,39 +1563,44 @@ In diesem Zusammenhang ist es auch sinnvoll, über Containerisierung und generel <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/security"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/security"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>security</key> - <path>smp/technical/security</path> + <uri_path>smp/technical/security</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical"/> - <questionset/> <is_collection>False</is_collection> - <order>4</order> <title lang="en">Security - Sicherheit - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/security/security" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/security/safety" order="1"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-2"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/security/security"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>security</key> - <path>smp/technical/security/security</path> + <uri_path>smp/technical/security/security</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/security"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/security"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">Depending on the application, aspects of IT security must be taken into account in the development of software. The focus here is particularly on passive protection. The aim is, that the software does not open any vulnerability through which, for example, external attacks are enabled. The following documents may be relevant for you: @@ -1317,7 +1611,6 @@ The following documents may be relevant for you: <text lang="en">Which measures or provisions are in place to ensure software security?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Je nach Anwendungsfall müssen Aspekte zur IT-Sicherheit bei der Entwicklung von Software mitberücksichtigt werden. Besonders im Fokus steht hierbei der passive Schutz, damit die Software keine Lücken öffnet, durch welche beispielsweise externe Angriffe ermöglicht werden. Folgende Dokumente können für Sie hierbei relevant sein: @@ -1328,7 +1621,18 @@ Folgende Dokumente können für Sie hierbei relevant sein: <text lang="de">Welche Maßnahmen oder Vorkehrungen gibt es, um die Sicherheit der Software zu gewährleisten?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1346,24 +1650,31 @@ Folgende Dokumente können für Sie hierbei relevant sein: </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/security/safety"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>safety</key> - <path>smp/technical/security/safety</path> + <uri_path>smp/technical/security/safety</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/safety"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/technical/security"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">In addition to avoiding security vulnerabilities, it is also necessary to ensure that the software developed is also protected against accidents. Various risk analysis procedures exist. For the identified risks, adequate measures can be recognized and documented within the framework of a quality assurance plan. For example, the programmed software should not be lost, which quickly happens in case it is only stored on a single USB stick. Such and similar vulnerabilities can be avoided in advance through distributed systems, a separate backup strategy or similar.</help> <text lang="en">What measures do you take to minimise risks in relation to software development?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Neben der Vermeidung von Sicherheitslücken ist es auch notwendig sicherzustellen, dass die entwickelte Software auch vor Unfällen geschützt ist. Es existieren verschiedene Risikoanalyseverfahren. Für die identifizierten Risiken können im Rahmen eines Qualitätssicherungsplans adäquate Maßnahmen identifiziert und dokumentiert werden. Beispielsweise sollte die programmierte Software nicht verloren geht, was schnell der Fall sein könnte, wenn sie nur auf einem einzigen USB-Stick gespeichert wird. Solche und ähnliche Schwachstellen gilt es bereits im Vorhinein durch verteilte Systeme, eine eigene Backup-Strategie oder ähnliches zu vermeiden.</help> <text lang="de">Welche Maßnahmen ergreifen Sie, Risiken in Bezug auf die Softwareentwicklung zu minimieren?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1380,61 +1691,81 @@ Folgende Dokumente können für Sie hierbei relevant sein: </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>quality-assurance</key> - <path>smp/quality-assurance</path> + <uri_path>smp/quality-assurance</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/smp"/> - <order>2</order> <title lang="en">Quality Assurance Qualitätssicherung + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/governance" order="0"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/documentation" order="1"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/testing" order="2"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/governance"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/governance"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>governance</key> - <path>smp/quality-assurance/governance</path> + <uri_path>smp/quality-assurance/governance</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance"/> - <questionset/> <is_collection>False</is_collection> - <order>0</order> <title lang="en">Governance and Defined Processes - Steuerung und definierte Prozesse - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/governance/governance-model" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/governance/coding-standards" order="1"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-2"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/governance/governance-model"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>governance-model</key> - <path>smp/quality-assurance/governance/governance-model</path> + <uri_path>smp/quality-assurance/governance/governance-model</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/governance-model"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/governance"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">Software development can be a project with complex requirements and structures. To deal with this, it is advisable, as <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> R1.1 does, to explicitly communicate the project-related process through documentation. Especially in larger collaborative projects, this can be particularly advisable for working with multiple partners. Examples include a joint Memorandum of Understanding (MoU) or something describing the process when a person joins or leaves the work team. For example, this published <a href="https://doi.org/10.5334/jors.307" target="_blank">checklist</a> can be helpful. Please consider here not only the pure process level, but also beyond that, i.e. ethical aspects. The publication <a href="https://www.software.ac.uk/blog/2022-07-07-ethical-considerations-your-open-source-governance" target="_blank">Yehudi et al., Ethical considerations for your open source governance, 2022, Software Sustainability Institute Blog</a>, is a good source of inspiration.</help> <text lang="en">Do you have a governance model for the software development?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Die Entwicklung von Software kann ein Projekt mit komplexen Anforderungen und Strukturen sein. Um dem zu begegnen ist es empfehlenswert, wie es <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> R1.1 tut, die projektbezogenen Prozesse durch eine Dokumentation explizit zu kommunizieren. Besonders in größeren Verbundprojekten kann dies für die Zusammenarbeit mit mehreren Partnern besonders empfehlenswert sein. Beispiel hierfür sind etwa ein gemeinsames Memorandum of Understandig (MoU) oder etwa die Beschreibung der Prozess bei Aufnahme oder Verlassen einer Person in das Arbeitsteam. Hierbei können beispielsweise diese veröffentlichten <a href="https://doi.org/10.5334/jors.307" target="_blank">Checkliste</a> hilfreich sein. Bitte beachten Sie hierbei nicht nur die reine Prozessebene, sondern denken Sie auch darüber hinaus. Als Anregung dazu bietet sich die Publikation <a href="https://www.software.ac.uk/blog/2022-07-07-ethical-considerations-your-open-source-governance" target="_blank">Yehudi et al., Ethical considerations for your open source governance, 2022, Software Sustainability Institute Blog</a> an.</help> <text lang="de">Verfügen Sie über ein Steuerungsmodell für die Softwareentwicklung?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1451,24 +1782,31 @@ Bitte beachten Sie hierbei nicht nur die reine Prozessebene, sondern denken Sie </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/governance/coding-standards"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>coding-standards</key> - <path>smp/quality-assurance/governance/coding-standards</path> + <uri_path>smp/quality-assurance/governance/coding-standards</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/coding-standards"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/governance"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">When developing software, it can be helpful to adhere to certain standards. These can be, for example, common code conventions in the professional community or language-specific standards (e.g. <a href="https://www.oracle.com/technetwork/java/codeconventions-150003.pdf" target="_blank">Java Coding Standards</a>, <a href="https://clean-code-developer.de" target="_blank">Clean Code Developer</a>). Tools for static code analysis (e.g. Lint) can help to find problematic code. An (internal) code review can also be a suitable method of quality control.</help> <text lang="en">Do you apply specific coding standards? How do you take care about code quality control?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Bei der Entwicklung von Software kann es hilfreich sein, bestimmte Standards einzuhalten. Dies können beispielsweise gemeinsame Code-Konventionen in der Fachgemeinschaft sein oder sprachspezifische Standards (z.B. <a href="https://www.oracle.com/technetwork/java/codeconventions-150003.pdf" target="_blank">Java Coding Standards</a>, <a href="https://clean-code-developer.de" target="_blank">Clean Code Developer</a>). Werkzeuge zur statischen Codeanalyse (z.B. Lint) können helfen, problematischen Code automatisch zu finden. Auch ein (interner) Code Review kann eine geeignete Methode der Qualitätskontrolle darstellen.</help> <text lang="de">Wenden Sie bestimmte Code-Standards an? Wie kümmern Sie sich um die Qualitätskontrolle des Codes?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>checkbox</widget_type> @@ -1486,40 +1824,45 @@ Bitte beachten Sie hierbei nicht nur die reine Prozessebene, sondern denken Sie <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/documentation"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/documentation"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>documentation</key> - <path>smp/quality-assurance/documentation</path> + <uri_path>smp/quality-assurance/documentation</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance"/> - <questionset/> <is_collection>False</is_collection> - <order>1</order> <title lang="en">Documentation - Dokumentation - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/documentation/who-is-responsible" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/documentation/documentation-stored" order="1"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-1"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-2"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/documentation/who-is-responsible"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>who-is-responsible</key> - <path>smp/quality-assurance/documentation/who-is-responsible</path> + <uri_path>smp/quality-assurance/documentation/who-is-responsible</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/documentation/who-is-responsible"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/documentation"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">It is advisable to think about an adequate strategy for the documentation of the project, which also should be consistent with the framework conditions of the project. Documentation is only helpful if it corresponds to the current status of the software. Often, this is not given high priority compared to writing the code. It is, however, advisable to describe the developed software sensibly and completely. Documentation should also include statements about the software architecture, the development environment, the code style guide and installation procedures. The following questions could be answered in a documentation: @@ -1532,7 +1875,6 @@ The following questions could be answered in a documentation: <text lang="en">How is software documentation created?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Es ist empfehlenswert, sich adäquate Strategie für die Dokumentation des Projekts zu überlegen, die auch den Rahmenbedingungen des Projekts entspricht. Eine Dokumentation ist nur hilfreich, wenn sie dem aktuellen Stand der Software entspricht. Häufiger wird dem gegenüber dem Schreiben am Code keine hohe Priorität eingeräumt. Es ist jedoch ratsam, die entwickelte Software sinnvoll und vollständig zu beschreiben. Eine Dokumentation sollte auch Aussagen über die Software-Architektur, die Entwicklungsumgebung,den Code Style Guide und Installationsvorgaben treffen. Folgende Fragen könnten in einer Dokumentation beantwortet werden: @@ -1545,7 +1887,18 @@ Folgende Fragen könnten in einer Dokumentation beantwortet werden: <text lang="de">Wie wird eine Software-Dokumentation erstellt?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1564,24 +1917,31 @@ Folgende Fragen könnten in einer Dokumentation beantwortet werden: </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/documentation/documentation-stored"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>documentation-stored</key> - <path>smp/quality-assurance/documentation/documentation-stored</path> + <uri_path>smp/quality-assurance/documentation/documentation-stored</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/documentation/documentation-stored"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/documentation"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">It is useful to ensure that the documentation for the software is accessible to all team members. Applications such as Readthedocs can be helpful here. It has also proven useful to agree on a language for the formulation of documents right from the start. This is often English.</help> <text lang="en">Where will the documentation be stored or made available? Which language will be used?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Es ist sinnvoll dafür Sorge zu tragen, dass die Dokumentation zur Software für alle Teammitglieder erreichbar ist. Anwendungen wie z.B. Readthedocs können hierbei hilfreich sein. Ebenso hat es sich bewährt, sich von Anfang an auf eine Sprache bei der Formulierung von Dokumenten zu einigen; häufig ist dies Englisch.</help> <text lang="de">Wo wird die Dokumentation aufbewahrt oder verfügbar sein? Welche Sprache soll verwendet werden?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1597,49 +1957,64 @@ Folgende Fragen könnten in einer Dokumentation beantwortet werden: <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/testing"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/testing"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>testing</key> - <path>smp/quality-assurance/testing</path> + <uri_path>smp/quality-assurance/testing</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance"/> - <questionset/> <is_collection>False</is_collection> - <order>2</order> <title lang="en">Testing - Testing - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/testing/test-strategy" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/testing/test-documentation" order="1"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-2"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/testing/test-strategy"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>test-strategy</key> - <path>smp/quality-assurance/testing/test-strategy</path> + <uri_path>smp/quality-assurance/testing/test-strategy</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/test-strategy"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/testing"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">It can be helpful to be clear about a testing strategy in advance. This avoids the eclectic search for errors, but leads to more targeted, structured testing. Following on from this, you need to be clear about which test principles you want to apply. In parallel, it should be clarified whether standards (e.g. <a href="https://www.iso.org/standard/64764.html" target="_blank">ISO/IEC 25000:2014</a>, <a href="https://www.istqb.org" target="_blank">ISTQB</a>) apply. Testing a software on different levels (Unit-, Integration-, E2E-Tests) is always useful. Depending on the project, different types of testing (security testing, functional tests / non-functional tests, performance testing etc.) are important. <a href="https://www.ministryoftesting.com" target="_blank">Ministry of Testing</a>, as a global community for software testing, is a useful first start to approach this topic.</help> <text lang="en">Which software test strategy are you going to follow? Which types of tests are planned for the project?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Es kann hilfreich sein, sich im Vorfeld bereits über eine Teststrategie im Klaren zu sein. Dies vermeidet die wahllose Suche nach Fehlern, sondern führt zu einem zielgerichteteren, strukturierten Testen. Daran anknüpfend muss man sich darüber im Klaren sein, welche Testprinzipien man anwenden möchte. Parallel dazu ist zu klären, ob Standards (z.B. <a href="https://www.iso.org/standard/64764.html" target="_blank">ISO/IEC 25000:2014</a>, <a href="https://www.istqb.org" target="_blank">ISTQB</a>) für die Software benötigt werden. Das Testen einer Software auf verschiedenen Ebenen (Unit-, Integrations-, E2E-Tests) kann sinnvoll sein. Je nach Projekt sind verschiedene Arten von Tests wie Security Testing, funktionale Tests bzw. nicht-funktionale Tests, Performance Testing etc. ebenso wichtig. <a href="https://www.ministryoftesting.com" target="_blank">Ministry of Testing</a> ist als globale Community für Software-Testing ein sinnvoller erster Start, um sich diesem Thema zu nähern.</help> <text lang="de">Welche Software-Teststrategie werden Sie verfolgen? Welche Arten von Tests sind für das Projekt geplant?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>checkbox</widget_type> @@ -1656,24 +2031,31 @@ Folgende Fragen könnten in einer Dokumentation beantwortet werden: </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/testing/test-documentation"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>test-documentation</key> - <path>smp/quality-assurance/testing/test-documentation</path> + <uri_path>smp/quality-assurance/testing/test-documentation</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/test-documentation"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/quality-assurance/testing"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">There are different types of tests. Unit and integration tests are usually carried out by the developers, system tests by quality assurance persons, user tests by the users. It is therefore advisable to plan quality measures and the necessary process.</help> <text lang="en">How is testing and test documentation organised?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Es gibt unterschiedliche Arten von Tests. Unit- und Integrationstests werden in der Regel von den Entwickler_innen durchgeführt, Systemtests von Qualitätssicherungs-Expert_innen, Nutzertests von den Anwendern. Es empfiehlt sich daher zu überlegen, wie man Qualitätsmaßnahmen plant und welche Prozesse dafür notwendig sind.</help> <text lang="de">Wie ist das Testen und die Testdokumentation organisiert?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1688,58 +2070,80 @@ Folgende Fragen könnten in einer Dokumentation beantwortet werden: </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>release-and-publish</key> - <path>smp/release-and-publish</path> + <uri_path>smp/release-and-publish</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/smp"/> - <order>3</order> <title lang="en">Release and Publish Release und öffentliche Verfügbarkeit + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/releasing" order="0"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/publicly-available" order="1"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/metadata" order="2"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/support" order="3"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/releasing"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/releasing"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>releasing</key> - <path>smp/release-and-publish/releasing</path> + <uri_path>smp/release-and-publish/releasing</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish"/> - <questionset/> <is_collection>False</is_collection> - <order>0</order> <title lang="en">Releasing - Release - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/releasing/releasing-who" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/releasing/decision-releasing" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/releasing/store-software" order="2"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-1"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-2"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/releasing/releasing-who"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>releasing-who</key> - <path>smp/release-and-publish/releasing/releasing-who</path> + <uri_path>smp/release-and-publish/releasing/releasing-who</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/releasing-who"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/releasing"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en"/> <text lang="en">Are there defined release processes for the software?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de"/> <text lang="de">Gibt es definierte Release-Prozesse für die Software?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1757,24 +2161,31 @@ Folgende Fragen könnten in einer Dokumentation beantwortet werden: </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/releasing/decision-releasing"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>decision-releasing</key> - <path>smp/release-and-publish/releasing/decision-releasing</path> + <uri_path>smp/release-and-publish/releasing/decision-releasing</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/decision-releasing"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/releasing"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">It is advisable to be aware of the decision-making process for software release in advance. In particular, it should be clear which processes precede this and which quality criteria must be fulfilled in each case. Furthermore, it can be helpful for project planning to clarify in which intervals larger or smaller software releases are planned. When classifying version numbers, <a href="https://semver.org" target="_blank">Semantic Versioning</a> provides good orientation.</help> <text lang="en">What is the decision process for releasing? How often will a software version be released?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Es ist empfehlenswert, sich im Vorfeld bereits über den Entscheidungsprozess zum Software-Freigabe ("Release") bewusst zu werden. Besonders sollte hierbei klar werden, welche Prozesse dem vorausgehen und welche Qualitätskriterien hierfür jeweils erfüllt sein müssen. Darüber hinaus kann es hilfreich für die Projektplanung sein, zu klären, in welche Intervallen größere oder kleine Software-Freigaben geplant werden. Bei der Einordnung von Versionsnummern gibt <a href="https://semver.org" target="_blank">Semantic Versioning</a> eine gute Orientierung.</help> <text lang="de">Wie sieht der Entscheidungsprozess für den Release aus? Wie oft wird eine Softwareversion erstellt?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1792,28 +2203,35 @@ Folgende Fragen könnten in einer Dokumentation beantwortet werden: </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/releasing/store-software"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>store-software</key> - <path>smp/release-and-publish/releasing/store-software</path> + <uri_path>smp/release-and-publish/releasing/store-software</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/store-software"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/releasing"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>2</order> <help lang="en">An adequate place should be found for the storage of the resulting software. Depending on the requirements and possibilities, this can range from a simple, local solution to a specialised software repository. One far-reaching option for the long-term preservation of software is, for example, <a href="https://www.softwareheritage.org/save-and-reference-research-software/" target="_blank">Software Heritage</a> (for more repository examples, see also this article <a href="https://doi.org/10.48550/arXiv.2012.13117" target="_blank">https://doi.org/10.48550/arXiv.2012.13117</a>). There are other places, that offer public, long-term availability. For example, <a href="https://www.re3data.org/search?query=&contentTypes%5B%5D=Software%20applications" target="_blank">re3data</a> can be used to search for specific repositories through which software can be published.</help> <text lang="en">Where will the software be stored? Does the storage place have a clear preservation policy?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Für die Aufbewahrung der entstandenen Software sollte ein adäquater Ort gefunden werden. Je nach Anforderungen und Möglichkeiten kann dies von einer einfachen, lokalen Lösung bis hin zu einem spezialisierten Software-Repositorium reichen. Eine weitreichende Möglichkeit für den langfristigen Erhalt von Software ist beispielsweise <a href="https://www.softwareheritage.org/save-and-reference-research-software/" target="_blank">Software Heritage </a> (für weitere Repositoriums-Beispiele siehe auch diesen Artikel <a href="https://doi.org/10.48550/arXiv.2012.13117" target="_blank">https://doi.org/10.48550/arXiv.2012.13117</a>). Es gibt aber noch weitere Orte, die sich für eine öffentliche, langfristige Verfügbarkeit anbieten. Über <a href="https://www.re3data.org/search?query=&contentTypes%5B%5D=Software%20applications" target="_blank">re3data</a> lassen sich beispielsweise gezielt Repositorien suchen, über die Software publiziert werden kann.</help> <text lang="de">Wo soll die Software gespeichert werden? Verfügt der Speicherort über eine klare Aufbewahrungsregelung?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1830,40 +2248,47 @@ Eine weitreichende Möglichkeit für den langfristigen Erhalt von Software ist b <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/publicly-available"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/publicly-available"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>publicly-available</key> - <path>smp/release-and-publish/publicly-available</path> + <uri_path>smp/release-and-publish/publicly-available</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish"/> - <questionset/> <is_collection>False</is_collection> - <order>1</order> <title lang="en">Publicly Availability - Öffentliche Verfügbarkeit - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/publicly-available/software-sharing" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/publicly-available/software-repository" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/publicly-available/contribute-software" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/publicly-available/peer-review" order="3"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-1"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-2"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/publicly-available/software-sharing"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>software-sharing</key> - <path>smp/release-and-publish/publicly-available/software-sharing</path> + <uri_path>smp/release-and-publish/publicly-available/software-sharing</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/software-sharing"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/publicly-available"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">Software is increasingly perceived as a relevant outcome of the scientific knowledge process. Thus, the <a href="https://www.ouvrirlascience.fr/second-national-plan-for-open-science/" target="_blank">Second French plan for Open Science</a> foresees that software will become the third pillar in scientific publishing, alongside text and data publications. <a href="https://wissenschaftliche-integritaet.de/en/code-of-conduct/providing-public-access-to-research-results/" target="_blank">Guideline 13 in the DFG Code "Guidelines for Safeguarding Good Scientific Practice"</a> explicitly recommends that "[s]oftware programmed by researchers themselves is made publicly available along with the source code". @@ -1872,7 +2297,6 @@ It makes sense to define a contact person or email address who will be available <text lang="en">Will this software be publicly available?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Software wird zunehmend als relevantes Ergebnis des wissenschaftlichen Erkenntnisprozesses wahrgenommen. So sieht der <a href="https://www.ouvrirlascience.fr/second-national-plan-for-open-science/" target="_blank">zweite französische Plan für Open Science</a> vor, dass Software die dritte Säule im wissenschaftliche Publikationswesen werden soll, neben Text- und Daten-Veröffentlichungen. Die <a href="https://wissenschaftliche-integritaet.de/kodex/herstellung-von-offentlichem-zugang-zu-forschungsergebnissen/" target="_blank">Leitlinie 13 im DFG-Kodex "Leitlinien zur Sicherung guter wissenschaftlicher Praxis"</a> empfiehlt explizit, dass "[s]elbst programmierte Software [..] unter Angabe des Quellcodes öffentlich zugänglich gemacht" wird. @@ -1881,7 +2305,18 @@ Es ist sinnvoll eine Kontaktperson oder Emailadresse zu definieren, die über ei <text lang="de">Wird diese Software öffentlich zugänglich sein?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>yesno</widget_type> @@ -1900,26 +2335,33 @@ Es ist sinnvoll eine Kontaktperson oder Emailadresse zu definieren, die über ei </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/publicly-available/software-repository"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>software-repository</key> - <path>smp/release-and-publish/publicly-available/software-repository</path> + <uri_path>smp/release-and-publish/publicly-available/software-repository</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/software-repository"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/publicly-available"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">If software is to be made publicly accessible, then it makes sense to find a suitable place for this. For example, <a href="https://wissenschaftliche-integritaet.de/en/code-of-conduct/documentation/" target="_blank">Guideline 12 in the DFG Code of Good Scientific Practice</a> recommends that "[w]here research software is being developed, the source code is documented". <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> F4 and A1 also explicitly ask how easy software can be found and to what extent scientific citation is supported.</help> <text lang="en">In which repository or archive will the software be held? How easy can it be found? What strategy is used to keep the software usable?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Wenn Software öffentlich zugänglich gemacht werden soll, dann ist es sinnvoll, hierfür einen geeigneten Ort zu suchen. So empfiehlt etwa die <a href="https://wissenschaftliche-integritaet.de/kodex/dokumentation/" target="_blank">Leitlinie 12 im DFG-Kodex "Leitlinien zur Sicherung guter wissenschaftlicher Praxis"</a>, dass "[b]ei der Entwicklung von Forschungssoftware [..] der Quellcode dokumentiert" wird. In <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> F4 und A1 wird auch explizit danach gefragt, wie leicht Software gefunden werden kann und inwiefern das wissenschaftliche Zitieren unterstützt wird.</help> <text lang="de">In welchem Repository oder Archiv wird die Software aufbewahrt? Wie leicht kann es gefunden werden? Welche Strategie wird angewandt, um die Software benutzbar zu halten?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1938,24 +2380,31 @@ In <a href="https://doi.org/10.15497/RDA00068" target="_blank& </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/publicly-available/contribute-software"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>contribute-software</key> - <path>smp/release-and-publish/publicly-available/contribute-software</path> + <uri_path>smp/release-and-publish/publicly-available/contribute-software</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/contribute-software"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/publicly-available"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>2</order> <help lang="en">It is reasonable for software to be handed over to a scientific community for collective processing once it has reached a certain level of maturity. Such decisions should be planned well in advance. Experience shows that this can either mean a lot of communication work or no one taking notice of this possibility. For this purpose, for example, the corresponding Git system could enable external developer to contribute to the code.</help> <text lang="en">Will users have the possibility to contribute to your software?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Es kann sinnvoll sein, dass Software ab einem gewissen Reifegrad an eine wissenschaftliche Gemeinschaft zur kollektiven Bearbeitung übergeben wird. Solche Entscheidungen sollten gut im Voraus geplant werden. Die Erfahrung zeigt, dass dies entweder viel Kommunikationsarbeit bedeuten kann oder aber niemand von dieser Möglichkeit Notiz nimmt. Hierfür könnte beispielsweise das entsprechende Git-System für das Software-Projekt geöffnet werden, damit auch Externe zum Code beitragen können.</help> <text lang="de">Werden die Nutzer die Möglichkeit haben, zu Ihrer Software beizutragen?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -1973,14 +2422,11 @@ In <a href="https://doi.org/10.15497/RDA00068" target="_blank& </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/publicly-available/peer-review"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>peer-review</key> - <path>smp/release-and-publish/publicly-available/peer-review</path> + <uri_path>smp/release-and-publish/publicly-available/peer-review</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/peer-review"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/publicly-available"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>3</order> <help lang="en">For software in a scientific context, it is reasonable to subject it to an (open) review process. This can be in the form of a review or also a certification. For scientific software review, for example, there is the <a href="https://joss.theoj.org" target="_blank">Journal of Open Source Software</a>. Besides this, subject-specific standards for reviewing scientific software are also becoming established, for <a href="https://doi.org/10.11588/ai.2020.1.81423" target="_blank">example in archaeology</a>. Further literature references on the topic may also be of interest: @@ -1990,7 +2436,6 @@ Further literature references on the topic may also be of interest: <text lang="en">Is (Open) Peer Review planned for the software?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Für Software im wissenschaftlichen Kontext kann es Sinn ergeben, diese einem (offenen) Begutachtungsprozess zu unterziehen. Dies kann in Form einer Rezension oder auch einer Zertifizierung geschehen. Für wissenschaftliche Software gibt es beispielsweise das <a href="https://joss.theoj.org" target="_blank">Journal of Open Source Software</a>. Parallel dazu etablieren sich auch fachspezifische Standards zur Begutachtung von wissenschaftlicher Software, wie <a href="https://doi.org/10.11588/ai.2020.1.81423" target="_blank">beispielsweise in der Archäologie</a>. Weitere Literaturhinweise zu dem Thema können ebenfalls interessant sein: @@ -2000,7 +2445,18 @@ Weitere Literaturhinweise zu dem Thema können ebenfalls interessant sein: <text lang="de">Ist (offenes) Peer Review für die Software geplant?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -2016,50 +2472,65 @@ Weitere Literaturhinweise zu dem Thema können ebenfalls interessant sein: <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/metadata"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/metadata"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>metadata</key> - <path>smp/release-and-publish/metadata</path> + <uri_path>smp/release-and-publish/metadata</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish"/> - <questionset/> <is_collection>False</is_collection> - <order>2</order> <title lang="en">Metadata - Metadaten - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/metadata/assign-metadata" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/metadata/software-pid" order="1"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/metadata/assign-metadata"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>assign-metadata</key> - <path>smp/release-and-publish/metadata/assign-metadata</path> + <uri_path>smp/release-and-publish/metadata/assign-metadata</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/software-metadata"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/metadata"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">For the publication of software, it is strongly recommended to include metadata (see <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> F1 to F2 and A2). <a href="https://wissenschaftliche-integritaet.de/en/code-of-conduct/cross-phase-quality-assurance/" target="_blank">Guideline 7 in the DFG Code "Guidelines for Safeguarding Good Scientific Practice"</a> also stipulates that "[t]he source code of publicly available software must be persistent, citable and documented". If no publication is planned, it can still be useful to enrich the software with metadata. This can be particularly helpful for long-term storage at the institute, to make it easier to use the software at a later stage. For example with a <a href="https://citation-file-format.github.io" target="_blank">.cff file</a> you can provide metadata in a human- and machine-readable way for your software. With the <a href="https://w3id.org/okn/o/sd" target="_blank">Software Description Ontology</a> you can also use an ontology to formally describe the software. And this handout on the <a href="https://doi.org/10.12688/f1000research.26932.2" target="_blank">relevance of software citations</a> once again collects the essential points on this complex of topics.</help> <text lang="en">How do you assign metadata for your software?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Für die Veröffentlichung von Software ist es empfohlen die Software mit Metadaten zu beschreiben (siehe <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> F1 bis F2 und A2). Die <a href="https://wissenschaftliche-integritaet.de/kodex/phasenubergreifende-qualitatssicherung/" target="_blank">Leitlinie 7 im DFG-Kodex "Leitlinien zur Sicherung guter wissenschaftlicher Praxis"</a> schreibt ebenfalls vor, dass "[d]er Quellcode von öffentlich zugänglicher Software [..] persistent zitierbar und dokumentiert sein" muss. Falls keine Publikation geplant ist, kann es dennoch sinnvoll sein, die Software mit Metadaten anzureichern. Besonders für die langfristige Aufbewahrung am Institut kann dies hilfreich sein, um ein späteres Umgehen mit der Software zu erleichtern. Beispielsweise mit einer <a href="https://citation-file-format.github.io" target="_blank">.cff-Datei</a> können Sie vergleichsweise einfach Metadaten in menschen- und maschinenlesbarer Art zu Ihrer Software zur Verfügung stellen. Mit der <a href="https://w3id.org/okn/o/sd" target="_blank">Software Description Ontology</a> können Sie auch eine Ontologie zur formalen Beschreibung der Software verwenden. Diese Handreichung zur <a href="https://doi.org/10.12688/f1000research.26932.2" target="_blank">Relevanz von Software-Zitationen</a> sammelt nochmals die wesentlichen Punkte zu diesem Themenkomplex.</help> <text lang="de">Wie vergeben Sie Metadaten für Ihre Software?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -2074,24 +2545,31 @@ Beispielsweise mit einer <a href="https://citation-file-format.github.io </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/metadata/software-pid"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>software-pid</key> - <path>smp/release-and-publish/metadata/software-pid</path> + <uri_path>smp/release-and-publish/metadata/software-pid</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/software-pid"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/metadata"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">For long-term availability and clear allocation, it is recommended to publish the software (version) with a persistent identifier. This recommendation goes hand in hand with <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> F3 and <a href="https://wissenschaftliche-integritaet.de/en/code-of-conduct/cross-phase-quality-assurance/" target="_blank">guideline 7 in the DFG Code "Guidelines for Safeguarding Good Scientific Practice"</a>. After <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> F1.1, it may also be useful to place a separate identifier on the individual software versions or components. An example of a persistent identifier is the Digital Object Identifier (DOI). In terms of research software, for example, a GitHub/GitLab Zenodo integration can generate a citable object including DOI.</help> <text lang="en">Do you give a persistent identifier for you software?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Für die langfristige Verfügbarkeit und die klare Zuordnung ist es empfehlenswert, die Software(-version) mit einem persistenten Identifikator zu veröffentlichen. Diese Empfehlung geht einher mit <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> F3 und der <a href="https://wissenschaftliche-integritaet.de/kodex/phasenubergreifende-qualitatssicherung/" target="_blank">Leitlinie 7 im DFG-Kodex "Leitlinien zur Sicherung guter wissenschaftlicher Praxis"</a>. Ein Beispiel für einen persistenten Identifikator ist etwa der Digital Object Identifier (DOI). Nach <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> F1.1 kann es auch sinnvoll sein auf die einzelnen Software-Versionen oder -Komponenten einen eigenen Identifier zu legen. Bezogen auf Forschungssoftware kann beispielsweise eine GitHub-/GitLab-Zenodo-Integration ein zitierfähiges Objekt samt DOI erzeugen.</help> <text lang="de">Geben Sie einen dauerhaften Identifikator für Ihre Software an?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>checkbox</widget_type> @@ -2110,50 +2588,67 @@ Beispielsweise mit einer <a href="https://citation-file-format.github.io <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/support"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/support"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>support</key> - <path>smp/release-and-publish/support</path> + <uri_path>smp/release-and-publish/support</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish"/> - <questionset/> <is_collection>False</is_collection> - <order>3</order> <title lang="en">Support - Support - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/support/support-for-software" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/support/feedback-process" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/support/relation-SMP-DMP" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/support/publish-smp" order="3"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-1"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-2"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/support/support-for-software"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>support-for-software</key> - <path>smp/release-and-publish/support/support-for-software</path> + <uri_path>smp/release-and-publish/support/support-for-software</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/support-for-software"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/support"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en"/> <text lang="en">Do you plan to give support or help to re-users of your software?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de"/> <text lang="de">Planen Sie Unterstützung oder Hilfe für Nutzende Ihrer Software anzubieten?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>yesno</widget_type> @@ -2172,24 +2667,31 @@ Beispielsweise mit einer <a href="https://citation-file-format.github.io </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/support/feedback-process"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>feedback-process</key> - <path>smp/release-and-publish/support/feedback-process</path> + <uri_path>smp/release-and-publish/support/feedback-process</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/feedback-process"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/support"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">When you make your software available to interested parties, it is advisable to think about how communication processes should be set up. For example, which channels do you offer? And do you want to provide support on your own or is it reasonable to support a (developing) software community? Depending on the extent of communication with other users, it may be advisable to be aware of the organisation of incoming requests in advance. For example, Git systems already offer ticket systems with which external requests can be organised in a structured and transparent way.</help> <text lang="en">How do you organise the support and feedback process with other users?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Wenn Sie Ihre Software Interessierten zur Verfügung stellen ist es ratsam sich auch gleich darüber Gedanken zu machen, wie eventuell Kommunikationsprozesse angelegt werden sollen. Welche Kanäle bietet man beispielsweise an? Und möchte man die Unterstützung alleine gewährleisten oder ist die Unterstützung einer (sich entwickelnden) Software-Gemeinschaft hierfür sinnvoll? Je nach Umfang der Kommunikation mit anderen Nutzenden kann es empfehlenswert sein sich schon im Vorfeld über die Organisation der eingehenden Anfragen bewusst zu werden. So bieten beispielsweise die Git-Systeme schon Ticket-Funktionen, mit denen externe Anfragen strukturiert und transparent organisiert werden können.</help> <text lang="de">Wie organisieren Sie den Support- und Feedbackprozess mit anderen Nutzenden?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -2208,24 +2710,31 @@ Beispielsweise mit einer <a href="https://citation-file-format.github.io </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/support/relation-SMP-DMP"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>relation-SMP-DMP</key> - <path>smp/release-and-publish/support/relation-SMP-DMP</path> + <uri_path>smp/release-and-publish/support/relation-SMP-DMP</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/relation-SMP-DMP"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/support"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>2</order> <help lang="en">If your software management plan is linked to other management plans, e.g. as a sub-project of a larger research network, you can document this here.</help> <text lang="en">Does your Software Management Plan relate to other Software/Data Management Plans?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Wenn Ihr Software-Management-Plan in Verbindung mit anderen Management-Plänen steht, z.B. als Teilprojekt eines größeren Forschungsverbundes, dann können Sie dies hier dokumentieren.</help> <text lang="de">Steht Ihr Software-Management-Plan in Beziehung zu anderen Software-/Daten-Management-Plänen?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -2244,24 +2753,31 @@ Beispielsweise mit einer <a href="https://citation-file-format.github.io </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/support/publish-smp"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>publish-smp</key> - <path>smp/release-and-publish/support/publish-smp</path> + <uri_path>smp/release-and-publish/support/publish-smp</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/publish-smp"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/release-and-publish/support"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>3</order> <help lang="en">If so, you can note the location here.</help> <text lang="en">Do you intend to make your software management plan publicly available (later)?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Wenn ja, können Sie hier auch noch den Ort notieren.</help> <text lang="de">Beabsichtigen Sie, Ihren Software-Management-Plan (später) öffentlich zugänglich zu machen?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>radio</widget_type> @@ -2281,58 +2797,78 @@ Beispielsweise mit einer <a href="https://citation-file-format.github.io </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics"> <uri_prefix>https://rdmorganiser.github.io/terms/</uri_prefix> - <key>legal-and-ethics</key> - <path>smp/legal-and-ethics</path> + <uri_path>smp/legal-and-ethics</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/smp"/> - <order>4</order> <title lang="en">Legal and Ethics Rechtliche und ethische Fragen + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/intellectual-rights" order="0"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/license" order="1"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/dual-use" order="2"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/intellectual-rights"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/intellectual-rights"> <uri_prefix>https://rdmorganiser.github.io/terms/</uri_prefix> - <key>intellectual-rights</key> - <path>smp/legal-and-ethics/intellectual-rights</path> + <uri_path>smp/legal-and-ethics/intellectual-rights</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics"/> - <questionset/> <is_collection>False</is_collection> - <order>0</order> <title lang="en">Intellectual Property Rights - Rechte am geistigen Eigentum - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/intellectual-rights/software-property-rights" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/intellectual-rights/external-software-rights" order="1"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-1"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-2"/> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/intellectual-rights/software-property-rights"> <uri_prefix>https://rdmorganiser.github.io/terms/</uri_prefix> - <key>software-property-rights</key> - <path>smp/legal-and-ethics/intellectual-rights/software-property-rights</path> + <uri_path>smp/legal-and-ethics/intellectual-rights/software-property-rights</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/software-property-rights"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/intellectual-rights"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">It is advisable to be clear in advance about the legal situation of the software (see <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> R1.2). In addition to institutional regulations, labour law exploitation are particularly relevant here. In most cases, it is written down in the employment contracts. Please check this. If you are unsure about this, it is advisable to contact your own superior(s). It can also be useful to ask at your own institute for advice; colleagues from the IT, Scientific Computing Unit, Research Coordination, Legal Department, etc. can help you.</help> <text lang="en">What is the legal ownership of the software?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Es ist empfehlenswert, sich im Vorfeld bereits über die rechtlichen Besitzverhältnisse an der Software klar zu werden (siehe <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> R1.2). Neben institutionellen Regelungen sind hier besonders arbeitsrechtliche Vorgaben relevant. Meist steht in den Arbeitsverträgen hierzu bereits etwas. Bitte überprüfen Sie dies. Wenn Sie sich hierbei unsicher sind, ist es ratsam, sich mit den eigenen Vorgesetzten in Verbindung zu setzen. Ebenso kann es sinnvoll sein, am eigenen Institut hierbei um Rat zu fragen; Kolleg_innen aus der IT, Scientific Computing Unit, Forschungskoordination, Rechtsabteilung etc. können Ihnen hierbei weiterhelfen.</help> <text lang="de">Wie ist die rechtliche Situation?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -2351,24 +2887,31 @@ Beispielsweise mit einer <a href="https://citation-file-format.github.io </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/intellectual-rights/external-software-rights"> <uri_prefix>https://rdmorganiser.github.io/terms/</uri_prefix> - <key>external-software-rights</key> - <path>smp/legal-and-ethics/intellectual-rights/external-software-rights</path> + <uri_path>smp/legal-and-ethics/intellectual-rights/external-software-rights</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/external-software-rights"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/intellectual-rights"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>1</order> <help lang="en">When using external code elements, you must clarify in advance to what extent you are allowed to use these components for your software. Especially if you are planning to publish the software and grant a licence, you must take this point into account. If in doubt, ask your local colleagues from the IT, Scientific Computing Unit, Research Coordination, Legal Department etc.</help> <text lang="en">Does the project use and/or produce software that is protected by third party intellectual or industrial property rights?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Bei der Nutzung von externen Code-Elementen müssen Sie vorab schon klären, inwiefern Sie diese Komponenten für Ihre Software nutzen dürfen. Besonders wenn Sie eine Veröffentlichung der Software und eine Lizenzvergabe planen, müssen Sie diesen Punkt beachten. Im Zweifel fragen Sie Ihre lokalen Kolleg_innen aus der IT, Scientific Computing Unit, Forschungskoordination, Rechtsabteilung etc.</help> <text lang="de">Wird im Rahmen des Projekts Software verwendet und/oder hergestellt, die durch geistige oder gewerbliche Eigentumsrechte Dritter geschützt ist?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> @@ -2384,36 +2927,40 @@ Beispielsweise mit einer <a href="https://citation-file-format.github.io <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/license"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/license"> <uri_prefix>https://rdmorganiser.github.io/terms/</uri_prefix> - <key>license</key> - <path>smp/legal-and-ethics/license</path> + <uri_path>smp/legal-and-ethics/license</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics"/> - <questionset/> <is_collection>False</is_collection> - <order>1</order> <title lang="en">License - Lizenzen - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/license/software-license" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/license/software-license"> <uri_prefix>https://rdmorganiser.github.io/terms/</uri_prefix> - <key>software-license</key> - <path>smp/legal-and-ethics/license/software-license</path> + <uri_path>smp/legal-and-ethics/license/software-license</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/software-license"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/license"/> <is_collection>True</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">There are good arguments for assigning a license. <a href="https://wissenschaftliche-integritaet.de/en/code-of-conduct/providing-public-access-to-research-results/" target="_blank">Guideline 13 in the DFG Code of Conduct "Guidelines for Safeguarding Good Scientific Practice"</a> even explicitly states that if "self-developed research software is to be made available to third parties, an appropriate licence is provided". <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> R1.1 also emphasises the same. Please also consider the compatibility with already integrated third-party libraries. The following websites give you an initial overview of software and licences: @@ -2425,7 +2972,6 @@ The following websites give you an initial overview of software and licences: <text lang="en">Under what kind of license(s) will the software be published?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Wenn Sie eine Software entwickeln, spricht vieles dafür, diese auch mit einer Lizenz zu versehen. Die <a href="https://wissenschaftliche-integritaet.de/kodex/herstellung-von-offentlichem-zugang-zu-forschungsergebnissen/" target="_blank">Leitlinie 13 im DFG-Kodex "Leitlinien zur Sicherung guter wissenschaftlicher Praxis"</a> sieht dies explizit vor. Wenn Sie eine "eigens entwickelte Forschungssoftware für Dritte bereitgestellt [wird, ist] diese mit einer angemessenen Lizenz [zu] versehen". Das Gleiche betont auch <a href="https://doi.org/10.15497/RDA00068" target="_blank">FAIR4RS</a> R1.1. Beachten Sie bitte auch die Kompatibilität mit bereits eingebundenen Dritt-Bibliotheken. Folgende Seiten geben Ihnen einen ersten Überblick zu Software und Lizenzen: @@ -2437,7 +2983,18 @@ Folgende Seiten geben Ihnen einen ersten Überblick zu Software und Lizenzen: <text lang="de">Unter welche Art von Lizenz(en) wird die Software fallen?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>checkbox</widget_type> @@ -2452,48 +3009,62 @@ Folgende Seiten geben Ihnen einen ersten Überblick zu Software und Lizenzen: </optionsets> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/dual-use"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/dual-use"> <uri_prefix>https://rdmorganiser.github.io/terms/</uri_prefix> - <key>dual-use</key> - <path>smp/legal-and-ethics/dual-use</path> + <uri_path>smp/legal-and-ethics/dual-use</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics"/> - <questionset/> <is_collection>False</is_collection> - <order>2</order> <title lang="en">Dual Use - Doppelter Verwendungszweck ("Dual Use") - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/dual-use/dual-use-software" order="0"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/application-class-3"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/dual-use/dual-use-software"> <uri_prefix>https://rdmorganiser.github.io/terms/</uri_prefix> - <key>dual-use-software</key> - <path>smp/legal-and-ethics/dual-use/dual-use-software</path> + <uri_path>smp/legal-and-ethics/dual-use/dual-use-software</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/smp/dual-use"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/smp/legal-and-ethics/dual-use"/> <is_collection>False</is_collection> <is_optional>False</is_optional> - <order>0</order> <help lang="en">Please note that depending on the field of application, software may have a dual use potential (civil and military). If this is the case, special measures are required. With Regulation <a href="http://data.europa.eu/eli/reg/2021/821/oj" target="_blank">EU 2021/821 (EU Dual-Use Regulation)</a>, all EU Member States have established common licensing requirements and procedures for the export, technical assistance and transfer of dual use items (see the description of the <a href="https://www.zoll.de/DE/Fachthemen/Aussenwirtschaft-Bargeldverkehr/Warenausfuhr/Waren/Dual-Use-Gueter/dual-use-gueter_node.html" target="_blank">Federal German Customs</a>). The <a href="https://www.bafa.de" target="_blank">Federal Office of Economics and Export Control</a> is responsible for issuing export licenses in the Federal Republic. If in doubt, contact your local IT security officer.</help> <text lang="en">Can the software also be used for military purposes?</text> <default_text lang="en"/> <verbose_name lang="en"/> - <verbose_name_plural lang="en"/> <help lang="de">Bitte beachten Sie, dass Software, je nach Anwendungsfeld, eine doppelte Verwendungsmöglichkeit (zivil und militärisch) aufweisen kann. Sollte dies der Fall sein, sind besondere Maßnahmen erforderlich. Mit der Verordnung <a href="http://data.europa.eu/eli/reg/2021/821/oj" target="_blank">EU 2021/821 (EU Dual-Use Regulation)</a> haben alle EU-Mitgliedstaaten eine gemeinsame Genehmigungspflicht und Verfahrensweise bei der Ausfuhr, der technischen Unterstützung und der Verbringung von Gütern mit doppelter Verwendungsmöglichkeit festgelegt (siehe die <a href="https://www.zoll.de/DE/Fachthemen/Aussenwirtschaft-Bargeldverkehr/Warenausfuhr/Waren/Dual-Use-Gueter/dual-use-gueter_node.html" target="_blank">Beschreibung des bundesdeutschen Zolls</a>). Die Erteilung von Ausfuhrgenehmigungen in der Bundesrepublik geschieht durch das <a href="https://www.bafa.de" target="_blank">Bundesamt für Wirtschaft und Ausfuhrkontrolle (BAFA)</a>. Kontaktieren Sie im Zweifel Ihre lokalen IT-Sicherheitsbeauftragten.</help> <text lang="de">Kann die Software auch für militärische Zwecke genutzt werden?</text> <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> <default_option/> <default_external_id/> <widget_type>textarea</widget_type> diff --git a/rdmorganiser/questions/snf.xml b/rdmorganiser/questions/questions-snf.xml similarity index 59% rename from rdmorganiser/questions/snf.xml rename to rdmorganiser/questions/questions-snf.xml index 69c97a39..3f2bede9 100644 --- a/rdmorganiser/questions/snf.xml +++ b/rdmorganiser/questions/questions-snf.xml @@ -1,280 +1,427 @@ -<?xml version="1.0" ?> -<rdmo xmlns:dc="http://purl.org/dc/elements/1.1/"> +<?xml version="1.0" encoding="UTF-8"?> +<rdmo xmlns:dc="http://purl.org/dc/elements/1.1/" created="2024-03-12T14:55:19.848875+01:00" version="2.1.3"> <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/snf"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>snf</key> + <uri_path>snf</uri_path> <dc:comment>Fragenkatalog für den Schweizer Nationalfonds</dc:comment> <order>2</order> <title lang="en">SNF + SNF + + SNF + + SNF + + SNF + + +
+
+
+
+
+
https://rdmorganiser.github.io/terms - general - snf/general + snf/general - - 0 General Allgemein + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-name" order="20"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-partner" order="21"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-name"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-name"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>project-partners-name</key> - <path>snf/general/project-partners-name</path> + <uri_path>snf/general/project-partners-name</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general"/> <is_collection>False</is_collection> - <order>20</order> <title lang="en">Project coordination - Projektkoordination - + Projektkoordination + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-name/name" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-name/name"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>name</key> - <path>snf/general/project-partners-name/name</path> + <uri_path>snf/general/project-partners-name/name</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/coordination/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-name"/> <is_collection>True</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which persons or institutions are responsible for the project coordination?</text> - <text lang="de">Welche Personen oder Institutionen sind verantwortlich für die Projektkoordination?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Welche Personen oder Institutionen sind verantwortlich für die Projektkoordination?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-partner"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-partner"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>project-partners-partner</key> - <path>snf/general/project-partners-partner</path> + <uri_path>snf/general/project-partners-partner</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/partner/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general"/> <is_collection>True</is_collection> - <order>21</order> <title lang="en">Project partners - Projektpartner - project partner + Projektpartner + Projektpartner - project partners - Projektpartner + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-partner/name" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-partner/rdm_policy" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-partner/contact" order="3"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-partner/name"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>name</key> - <path>snf/general/project-partners-partner/name</path> + <uri_path>snf/general/project-partners-partner/name</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/partner/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-partner"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Project partner</text> - <text lang="de">Projektpartner</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Projektpartner</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-partner/rdm_policy"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>rdm_policy</key> - <path>snf/general/project-partners-partner/rdm_policy</path> + <uri_path>snf/general/project-partners-partner/rdm_policy</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/partner/rdm_policy"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-partner"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en">More and more universities and scientific institutions adopt research data management policies. These contain, among other things, recommendations and / or demands concerning the handling of research data by researchers of the institution. <a href="https://data.uni-bielefeld.de/en/policy" target="_blank">Principles and guidelines on handling research data at Bielefeld University</a> or the <a href="http://www.uni-goettingen.de/en/488918.html" target="_blank">Research data policy of the Georg-August University Goettingen</a>.</help> - <help lang="de">Immer mehr Hochschulen und wissenschaftliche Einrichtungen verabschieden Leitlinien oder Richtlinien (oft auch als „Policies“ bezeichnet) zum Forschungsdatenmanagement. Diese enthalten unter anderem Empfehlungen und/oder Vorgaben zum Umgang mit Forschungsdaten, die die Wissenschaftlerinnen und Wissenschaftler der Einrichtung beachten sollten oder müssen (je nach Grad der Verbindlichkeit). Beispiele für solche Richtlinien sind die <a href="https://data.uni-bielefeld.de/de/policy" target="_blank">Grundsätze zu Forschungsdaten</a> der Universität Bielefeld oder die <a href="http://www.uni-goettingen.de/de/01-juli-2014-forschungsdaten-leitlinie-der-universitaet-goettingen-einschl-umg/488918.html" target="_blank">Leitlinien zum Umgang mit Forschungsdaten</a> der Georg-August-Universität Göttingen.</help> <text lang="en">Does your institution have rules or guidelines for the handling of research data? If yes, please briefly outline them and refer to more detailed sources of information if necessary. Please also indicate, if the rules / guidelines are mandatory or optional.</text> - <text lang="de">Gibt es an Ihrer Einrichtung Regeln oder Richtlinien zum Umgang mit den im Projekt erhobenen Forschungsdaten? Wenn ja, skizzieren Sie diese kurz und verweisen Sie ggf. auf weiterführende Informationen. Geben Sie bitte auch an, welchen Grad an Verbindlichkeit sie haben.</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Immer mehr Hochschulen und wissenschaftliche Einrichtungen verabschieden Leitlinien oder Richtlinien (oft auch als „Policies“ bezeichnet) zum Forschungsdatenmanagement. Diese enthalten unter anderem Empfehlungen und/oder Vorgaben zum Umgang mit Forschungsdaten, die die Wissenschaftlerinnen und Wissenschaftler der Einrichtung beachten sollten oder müssen (je nach Grad der Verbindlichkeit). Beispiele für solche Richtlinien sind die <a href="https://data.uni-bielefeld.de/de/policy" target="_blank">Grundsätze zu Forschungsdaten</a> der Universität Bielefeld oder die <a href="http://www.uni-goettingen.de/de/01-juli-2014-forschungsdaten-leitlinie-der-universitaet-goettingen-einschl-umg/488918.html" target="_blank">Leitlinien zum Umgang mit Forschungsdaten</a> der Georg-August-Universität Göttingen.</help> + <text lang="de">Gibt es an Ihrer Einrichtung Regeln oder Richtlinien zum Umgang mit den im Projekt erhobenen Forschungsdaten? Wenn ja, skizzieren Sie diese kurz und verweisen Sie ggf. auf weiterführende Informationen. Geben Sie bitte auch an, welchen Grad an Verbindlichkeit sie haben.</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-partner/contact"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>contact</key> - <path>snf/general/project-partners-partner/contact</path> + <uri_path>snf/general/project-partners-partner/contact</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/partner/contact_person/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/general/project-partners-partner"/> <is_collection>True</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en">Please give the name and an email address.</help> + <text lang="en">Who is/are the contact person(s) for data management questions?</text> + <default_text lang="en"/> + <verbose_name lang="en"/> <help lang="de">Bitte geben Sie den Namen und eine Email Adresse an.</help> - <text lang="en">Who is/are the contact person(s) for data management questions?</text> <text lang="de">Wer ist bei diesem Partner der/die Ansprechpartner/in für das Datenmanagement?</text> - <verbose_name lang="en"/> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>content-classification</key> - <path>snf/content-classification</path> + <uri_path>snf/content-classification</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/snf"/> - <order>1</order> <title lang="en">Data collection and documentation Datenerhebung und -dokumentation + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-dataset" order="0"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-existing_data" order="1"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-volume" order="3"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-formats" order="4"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-tools" order="10"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-versioning" order="11"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-yesno" order="12"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-requirements" order="13"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-integration" order="14"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-structure" order="15"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset" order="20"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-pids" order="21"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-dataset"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-dataset"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data-dataset</key> - <path>snf/content-classification/data-dataset</path> + <uri_path>snf/content-classification/data-dataset</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification"/> <is_collection>True</is_collection> - <order>0</order> <title lang="en">Data set - Datensatz The following questions collect information on the data that is produced or used in the project. They also help to estimate the value of the data in terms of potential re-use and long-term preservation. Before data is newly created, it is advisable to check if there is existing data that could be re-used. This way, redundant collection or creation of research data is prevented. This saves efforts and costs. Also, there shall be collected no more information than necessary. The information regarding the data collected, produced or used in the project is gathered along datasets. The definition of these datasets is an important conceptional decision that has to be made individually and carefully for each project. + dataset + Datensatz Die nächsten Fragen dienen zur Beschreibung der Datensätze, die im Projekt erzeugt und/oder verwendet werden. Sie helfen zudem, den Wert der Daten hinsichtlich der potentiellen Nachnutzung und einer späteren Archivierung einschätzen zu können. Vor der Erzeugung von Daten empfiehlt es sich zu prüfen, ob bereits vorhandene Daten nachgenutzt werden können. Die Vermeidung doppelter Erhebungen spart Aufwand und Kosten. Die Angaben zu den im Projekt erzeugten oder verwendeten Daten sind nach „Datensätzen“ strukturiert. Die Definition dessen, was jeweils ein Datensatz ist, ist eine wichtige konzeptionelle Entscheidung, die für jedes Vorhaben bzw. Projekt individuell getroffen und sorgfältig abgewogen werden muss. - dataset Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-dataset/description" order="1"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-dataset/description"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>description</key> - <path>snf/content-classification/data-dataset/description</path> + <uri_path>snf/content-classification/data-dataset/description</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/description"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-dataset"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en">Please briefly describe the data type and / or the method used to create or collect the data, for example: * quantitative online survey * 3D model / digital reconstruction of a stone age settlement * software developed within the project</help> + <text lang="en">What kind of dataset is it?</text> + <default_text lang="en"/> + <verbose_name lang="en"/> <help lang="de">Bitte beschreiben Sie hier kurz, um welchen Datentyp es sich handelt und mit welcher Methode die Daten erhoben oder erstellt wurden, z. B.: * quantitative Online-Befragung * 3D-Modellierung / digitale Rekonstruktion einer steinzeitlichen Siedlung * Software, die im Projekt entwickelt wird</help> - <text lang="en">What kind of dataset is it?</text> <text lang="de">Um was für einen Datensatz handelt es sich?</text> - <verbose_name lang="en"/> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-existing_data"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-existing_data"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data-existing_data</key> - <path>snf/content-classification/data-existing_data</path> + <uri_path>snf/content-classification/data-existing_data</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification"/> <is_collection>True</is_collection> - <order>1</order> <title lang="en">Data origin - Datenursprung - dataset + Datenursprung + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-existing_data/origin" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-existing_data/creator_name" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-existing_data/uri" order="3"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-existing_data/origin"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>origin</key> - <path>snf/content-classification/data-existing_data/origin</path> + <uri_path>snf/content-classification/data-existing_data/origin</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/origin"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-existing_data"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Is the dataset being created or re-used?</text> - <text lang="de">Wird der Datensatz selbst erzeugt oder nachgenutzt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wird der Datensatz selbst erzeugt oder nachgenutzt?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_origin_options"/> </optionsets> @@ -282,98 +429,146 @@ Die Angaben zu den im Projekt erzeugten oder verwendeten Daten sind nach „Date </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-existing_data/creator_name"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>creator_name</key> - <path>snf/content-classification/data-existing_data/creator_name</path> + <uri_path>snf/content-classification/data-existing_data/creator_name</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/creator/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-existing_data"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">If re-used, who created the dataset?</text> - <text lang="de">Wenn nachgenutzt, wer hat den Datensatz erzeugt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wenn nachgenutzt, wer hat den Datensatz erzeugt?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-existing_data/uri"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>uri</key> - <path>snf/content-classification/data-existing_data/uri</path> + <uri_path>snf/content-classification/data-existing_data/uri</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/uri"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-existing_data"/> <is_collection>False</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">If re-used, under which address, PID or URL can the dataset be found?</text> - <text lang="de">Wenn nachgenutzt, unter welcher Adresse, PID oder URL ist der Datensatz verfügbar?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wenn nachgenutzt, unter welcher Adresse, PID oder URL ist der Datensatz verfügbar?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-volume"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-volume"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data-volume</key> - <path>snf/content-classification/data-volume</path> + <uri_path>snf/content-classification/data-volume</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification"/> <is_collection>True</is_collection> - <order>3</order> <title lang="en">Data size - Datengröße - dataset + Datengröße + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-volume/volume" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-volume/rate" order="2"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-volume/volume"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>volume</key> - <path>snf/content-classification/data-volume/volume</path> + <uri_path>snf/content-classification/data-volume/volume</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/size/volume"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-volume"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">What is the actual or expected size of the dataset?</text> - <text lang="de">Was ist die tatsächliche oder erwartete Größe des Datensatzes?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Was ist die tatsächliche oder erwartete Größe des Datensatzes?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>float</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_size_options"/> </optionsets> @@ -381,336 +576,491 @@ Die Angaben zu den im Projekt erzeugten oder verwendeten Daten sind nach „Date </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-volume/rate"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>rate</key> - <path>snf/content-classification/data-volume/rate</path> + <uri_path>snf/content-classification/data-volume/rate</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/rate"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-volume"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en">Optional. This is only of concern if the data production rate reaches TB scale.</help> - <help lang="de">Optional. Dies ist nur relevant, wenn das Wachstum die TB-Größenordnung erreicht.</help> <text lang="en">How much data is produced per year?</text> - <text lang="de">Wie hoch ist die erwartete Erzeugungsrate der Daten pro Jahr?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Optional. Dies ist nur relevant, wenn das Wachstum die TB-Größenordnung erreicht.</help> + <text lang="de">Wie hoch ist die erwartete Erzeugungsrate der Daten pro Jahr?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>integer</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-formats"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-formats"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data-formats</key> - <path>snf/content-classification/data-formats</path> + <uri_path>snf/content-classification/data-formats</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification"/> <is_collection>True</is_collection> - <order>4</order> <title lang="en">Formats - Formate - dataset + Formate + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-formats/format" order="4"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-formats/format"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>format</key> - <path>snf/content-classification/data-formats/format</path> + <uri_path>snf/content-classification/data-formats/format</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/format"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/data-formats"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en">When choosing a data format, one should consider the consequences for collaborative use, long-term preservation as well as re-use. It is advisable to prefer formats that are standardised, open, non-proprietary and well-established in the respective scholarly community. More criteria and detailed explanations can be found e.g. in the <a href="https://escience.aip.de/wissgrid/publikationen/Leitfaden_Data-Management-WissGrid.pdf" target="_blank">WissGrid-Leitfaden, pp. 22 f.</a>).</help> - <help lang="de">Bei der Wahl des Dateiformates sollten auch die Konsequenzen für die kollaborative Nutzung, die Langzeitarchivierung sowie die Nachnutzung beachtet werden. Es empfiehlt sich, möglichst standardisierte, nicht-proprietäre und allgemein bzw. in der spezifischen Community verbreitete Formate zu nutzen. Weitere Kriterien sowie detaillierte Erläuterungen sind z. B. im <a href="https://escience.aip.de/wissgrid/publikationen/Leitfaden_Data-Management-WissGrid.pdf" target="_blank">WissGrid-Leitfaden, S. 22 f.</a>) zu finden.</help> <text lang="en">Which file formats are used?</text> - <text lang="de">In welchen Formaten liegen die Daten vor?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Bei der Wahl des Dateiformates sollten auch die Konsequenzen für die kollaborative Nutzung, die Langzeitarchivierung sowie die Nachnutzung beachtet werden. Es empfiehlt sich, möglichst standardisierte, nicht-proprietäre und allgemein bzw. in der spezifischen Community verbreitete Formate zu nutzen. Weitere Kriterien sowie detaillierte Erläuterungen sind z. B. im <a href="https://escience.aip.de/wissgrid/publikationen/Leitfaden_Data-Management-WissGrid.pdf" target="_blank">WissGrid-Leitfaden, S. 22 f.</a>) zu finden.</help> + <text lang="de">In welchen Formaten liegen die Daten vor?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-tools"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-tools"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>technical-tools</key> - <path>snf/content-classification/technical-tools</path> + <uri_path>snf/content-classification/technical-tools</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification"/> <is_collection>True</is_collection> - <order>10</order> <title lang="en">Way of data collection - Art der Erhebung - dataset + Art der Erhebung + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-tools/creation_methods" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-tools/usage_technology" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-tools/documentation" order="3"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-tools/control_tools" order="4"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-tools/creation_methods"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>creation_methods</key> - <path>snf/content-classification/technical-tools/creation_methods</path> + <uri_path>snf/content-classification/technical-tools/creation_methods</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/creation_methods"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-tools"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en">This information is necessary to be able to reconstruct the process by which the data was generated. It is also a prerequisite to judge the objectivity, reliability and validity of the dataset. For reproducible data, it is also required to re-generate the data if need be.</help> - <help lang="de">Diese Informationen sind für alle Arten von Daten relevant, um ihre Genese nachvollziehen zu können. Bei reproduzierbaren Daten kommt ein weiterer Aspekt hinzu. Diese müssen nicht notwendigerweise aufbewahrt werden - allerdings müssen alle Geräte, Software und auch Informationen über die Vorgehensweise erhalten bleiben, die notwendig sind, um die Daten erneut erstellen zu können.</help> <text lang="en">Which tools, software, technologies or processes are used to generate or collect the data?</text> - <text lang="de">Welche Instrumente, Software, Technologien oder Verfahren werden zur Erzeugung oder Erfassung der Daten genutzt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Diese Informationen sind für alle Arten von Daten relevant, um ihre Genese nachvollziehen zu können. Bei reproduzierbaren Daten kommt ein weiterer Aspekt hinzu. Diese müssen nicht notwendigerweise aufbewahrt werden - allerdings müssen alle Geräte, Software und auch Informationen über die Vorgehensweise erhalten bleiben, die notwendig sind, um die Daten erneut erstellen zu können.</help> + <text lang="de">Welche Instrumente, Software, Technologien oder Verfahren werden zur Erzeugung oder Erfassung der Daten genutzt?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-tools/usage_technology"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>usage_technology</key> - <path>snf/content-classification/technical-tools/usage_technology</path> + <uri_path>snf/content-classification/technical-tools/usage_technology</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/usage_technology"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-tools"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en">To be able to re-use data (e.g. to replicate studies, for meta analysis or to solve new research questions), along with the data the software, equipment and knowledge about special methods to use the data are required . Just as with the formats, the recommendation is: the more standardised, open and established, the better for re-use.</help> + <text lang="en">Which software, processes or technologies are necessary to use the data?</text> + <default_text lang="en"/> + <verbose_name lang="en"/> <help lang="de">Um Daten nachnutzen zu können, bspw. für die Replikation von Studien, Metaanalysen oder die Beantwortung neuer Forschungsfragen, werden neben den Daten selbst auch die Software, Geräte etc. und das Wissen über spezielle Verfahren zur Nutzung benötigt. Ebenso wie bei den Formaten gilt hier: je standardisierter, offener und etablierter diese sind, desto einfacher ist i.d.R. eine Nachnutzung möglich.</help> - <text lang="en">Which software, processes or technologies are necessary to use the data?</text> <text lang="de">Welche Software, Verfahren oder Technologien sind notwendig, um die Daten zu nutzen?</text> - <verbose_name lang="en"/> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-tools/documentation"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>documentation</key> - <path>snf/content-classification/technical-tools/documentation</path> + <uri_path>snf/content-classification/technical-tools/documentation</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/software_documentation"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-tools"/> <is_collection>False</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Is documentation about relevant software needed to use the data?</text> - <text lang="de">Wird die Dokumentation von ggf. zur Nutzung notwendiger Software benötigt, um die Daten zu nutzen?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wird die Dokumentation von ggf. zur Nutzung notwendiger Software benötigt, um die Daten zu nutzen?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-tools/control_tools"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>control_tools</key> - <path>snf/content-classification/technical-tools/control_tools</path> + <uri_path>snf/content-classification/technical-tools/control_tools</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/control_tool"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-tools"/> <is_collection>True</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which methods for the control and documentation of the conistency and quality of the colelcted data will you use?</text> - <text lang="de">Welche Maßnahmen zur Kontrolle und Dokumentation der Konsistenz und Qualität der erhobenen Daten ergreifen Sie?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Welche Maßnahmen zur Kontrolle und Dokumentation der Konsistenz und Qualität der erhobenen Daten ergreifen Sie?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>checkbox</widget_type> <value_type>option</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/control_tools"/> </optionsets> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-versioning"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-versioning"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>technical-versioning</key> - <path>snf/content-classification/technical-versioning</path> + <uri_path>snf/content-classification/technical-versioning</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification"/> <is_collection>True</is_collection> - <order>11</order> <title lang="en">Versioning - Versionierung - dataset + Versionierung + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-versioning/yesno" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-versioning/strategy" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-versioning/tool" order="3"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-versioning/yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>yesno</key> - <path>snf/content-classification/technical-versioning/yesno</path> + <uri_path>snf/content-classification/technical-versioning/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/versioning_yesno"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-versioning"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Are different versions of the dataset created?</text> - <text lang="de">Werden verschiedene Versionen des Datensatzes erzeugt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Werden verschiedene Versionen des Datensatzes erzeugt?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-versioning/strategy"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>strategy</key> - <path>snf/content-classification/technical-versioning/strategy</path> + <uri_path>snf/content-classification/technical-versioning/strategy</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/versioning_strategy"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-versioning"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en">Please briefly describe the project-internal regulations for the versioning of data sets (e.g.: What kind of changes require a new version? How are changes documented? What are the naming rules for different versions?)</help> - <help lang="de">Bitte beschreiben Sie hier kurz projektinterne Regelungen zur Versionierung von Datensätzen (z. B.: Welche Änderungen machen eine neue Version erforderlich? Wie werden die Änderungen dokumentiert? Wie werden die verschiedenen Versionen benannt?)</help> <text lang="en">Which versioning strategy is applied for this dataset?</text> - <text lang="de">Welche Versionierungsstrategie wird für diesen Datensatz angewandt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Bitte beschreiben Sie hier kurz projektinterne Regelungen zur Versionierung von Datensätzen (z. B.: Welche Änderungen machen eine neue Version erforderlich? Wie werden die Änderungen dokumentiert? Wie werden die verschiedenen Versionen benannt?)</help> + <text lang="de">Welche Versionierungsstrategie wird für diesen Datensatz angewandt?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-versioning/tool"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>tool</key> - <path>snf/content-classification/technical-versioning/tool</path> + <uri_path>snf/content-classification/technical-versioning/tool</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/versioning_tool"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-versioning"/> <is_collection>False</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which technology or tool is used for versioning?</text> - <text lang="de">Welche Technologie bzw. welches Tool wird zur Versionierung verwendet?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Welche Technologie bzw. welches Tool wird zur Versionierung verwendet?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/software_versioning_technology_options"/> </optionsets> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-yesno"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>technical-yesno</key> - <path>snf/content-classification/technical-yesno</path> + <uri_path>snf/content-classification/technical-yesno</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification"/> <is_collection>False</is_collection> - <order>12</order> <title lang="en">Other requirements I - Weitere Anforderungen I - + Weitere Anforderungen I + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-yesno/yesno" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-yesno/yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>yesno</key> - <path>snf/content-classification/technical-yesno/yesno</path> + <uri_path>snf/content-classification/technical-yesno/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/additional_rdm_policy/yesno"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-yesno"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en">Examples of discipline-specific requirements are: - <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/forschungsdaten/guidelines_biodiversity_research.pdf" target="_blank">Guidelines on the Handling of Research Data in Biodiversity Research</a> - <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/forschungsdaten/richtlinien_forschungsdaten_bildungsforschung.pdf" target="_blank">Guidelines for the provision and use of quantitative data in education research (German)</a> - <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/forschungsdaten/foerderkriterien_editionen_literaturwissenschaft.pdf" target="_blank">Elegibility criteria for funding for scholarly editions in the literary studies (German)</a> - Recommendations on <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/informationen_fachwissenschaften/geisteswissenschaften/standards_sprachkorpora.pdf" target="_blank">data standards and tools</a> as well as <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/informationen_fachwissenschaften/geisteswissenschaften/standards_recht.pdf" target="_blank">legal aspects</a> associated with language corpora (German)</help> + <text lang="en">Are there requirements regarding the data management from other parties (e.g. the scholarly/scientific community)?</text> + <default_text lang="en"/> + <verbose_name lang="en"/> <help lang="de">Beispiele für fachspezifische Empfehlungen und Richtlinien sind: - <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/forschungsdaten/richtlinien_forschungsdaten_biodiversitaetsforschung.pdf" target="_blank">Richtlinien zum Umgang mit Forschungsdaten in der Biodiversitätsforschung</a> @@ -718,203 +1068,307 @@ Ebenso wie bei den Formaten gilt hier: je standardisierter, offener und etablier - <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/forschungsdaten/foerderkriterien_editionen_literaturwissenschaft.pdf" target="_blank">Förderkriterien für wissenschaftliche Editionen in der Literaturwissenschaft</a> - Empfehlungen zu <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/informationen_fachwissenschaften/geisteswissenschaften/standards_sprachkorpora.pdf" target="_blank">datentechnischen Standards und Tools</a> sowie zu - <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/informationen_fachwissenschaften/geisteswissenschaften/standards_recht.pdf" target="_blank">rechtlichen Fragen</a> bei der Erhebung von Sprachkorpora</help> - <text lang="en">Are there requirements regarding the data management from other parties (e.g. the scholarly/scientific community)?</text> <text lang="de">Gibt es von weiteren Seiten (z. B. von der Fachcommunity) Anforderungen an das Datenmanagement, die beachtet werden müssen?</text> - <verbose_name lang="en"/> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/other_requirements_options"/> </optionsets> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-requirements"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-requirements"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>technical-requirements</key> - <path>snf/content-classification/technical-requirements</path> + <uri_path>snf/content-classification/technical-requirements</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification"/> <is_collection>False</is_collection> - <order>13</order> <title lang="en">Other requirements II - Weitere Anforderungen II - + Weitere Anforderungen II + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-requirements/requirements" order="0"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/additional_rdm_policy"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-requirements/requirements"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>requirements</key> - <path>snf/content-classification/technical-requirements/requirements</path> + <uri_path>snf/content-classification/technical-requirements/requirements</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/additional_rdm_policy/requirements"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-requirements"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en">Please briefly outline them and refer to more detailed sources of information if necessary. Please also indicate, if the rules / guidelines are mandatory or optional.</help> - <help lang="de">Bitte skizzieren Sie sie kurz und verweisen Sie ggf. auf weiterführende Informationen. Geben Sie bitte auch an, welchen Grad an Verbindlichkeit sie haben.</help> <text lang="en">Which are these additional requirements regarding data management?</text> - <text lang="de">Welche Anforderungen an das Datenmanagement sind dies?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Bitte skizzieren Sie sie kurz und verweisen Sie ggf. auf weiterführende Informationen. Geben Sie bitte auch an, welchen Grad an Verbindlichkeit sie haben.</help> + <text lang="de">Welche Anforderungen an das Datenmanagement sind dies?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-integration"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-integration"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>technical-integration</key> - <path>snf/content-classification/technical-integration</path> + <uri_path>snf/content-classification/technical-integration</uri_path> <dc:comment>the stipulation that re-used and created data are of the same type (= and thus capable to be integrated) is problematic, since this implies properties of the data that are not a given. May be this shoud be reformulated to : Is the connection between re-used and created data ensures (which goes into the provenance realm)</dc:comment> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification"/> <is_collection>False</is_collection> - <order>14</order> <title lang="en">Data integration - Datenintegration - + Datenintegration + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-integration/integration" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-integration/integration"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>integration</key> - <path>snf/content-classification/technical-integration/integration</path> + <uri_path>snf/content-classification/technical-integration/integration</uri_path> <dc:comment>the stipulation that re-used and created data are of the same type (= and thus capable to be integrated) is problematic, since this implies properties of the data that are not a given. May be this shoud be reformulated to : Is the connection between re-used and created data ensures (which goes into the provenance realm)</dc:comment> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/integration"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-integration"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Is the integration between the re-used and newly created data ensured? If yes, by which means?</text> - <text lang="de">Wird die Integration zwischen nachgenutzten und erzeugten Daten gewährleistet? Wenn ja, wie?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wird die Integration zwischen nachgenutzten und erzeugten Daten gewährleistet? Wenn ja, wie?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-structure"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-structure"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>technical-structure</key> - <path>snf/content-classification/technical-structure</path> + <uri_path>snf/content-classification/technical-structure</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification"/> <is_collection>True</is_collection> - <order>15</order> <title lang="en">Data structure - Datenstruktur - dataset + Datenstruktur + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-structure/structure" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-structure/structure"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>structure</key> - <path>snf/content-classification/technical-structure/structure</path> + <uri_path>snf/content-classification/technical-structure/structure</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/structure"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/technical-structure"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">What is the structure of the data? How are the individual components of the dataset related to each other? How is the dataset related to other datasets used in the project?</text> - <text lang="de">Wie sind die Daten strukturiert? In welchem Verhältnis stehen die einzelnen Komponenten zueinander? In welchem Verhältnis steht der Datensatz zu anderen im Projekt erhobenen oder genutzten Datensätzen?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wie sind die Daten strukturiert? In welchem Verhältnis stehen die einzelnen Komponenten zueinander? In welchem Verhältnis steht der Datensatz zu anderen im Projekt erhobenen oder genutzten Datensätzen?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>metadata-dataset</key> - <path>snf/content-classification/metadata-dataset</path> + <uri_path>snf/content-classification/metadata-dataset</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification"/> <is_collection>True</is_collection> - <order>20</order> <title lang="en">Metadata - Metadaten - dataset + Metadaten + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/scope" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/standards" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/mappings" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/creation_automatic" order="3"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/creation_semi_automatic" order="4"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/creation_manual" order="5"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/quality_assurance" order="6"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/responsible_person" order="7"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/public" order="8"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/scope"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>scope</key> - <path>snf/content-classification/metadata-dataset/scope</path> + <uri_path>snf/content-classification/metadata-dataset/scope</uri_path> <dc:comment>probably we should introduce a separate question for being findable and re-used</dc:comment> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/scope"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset"/> <is_collection>True</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which information is necessary for other parties to understand the data (that is, to understand their collection or creation, analysis, and research results obtained on its basis) and to re-use it?</text> - <text lang="de">Welche Informationen sind für Außenstehende notwendig, um die Daten zu verstehen (d. h. ihre Erhebung bzw. Entstehung, Analyse sowie die auf ihrer Basis gewonnenen Forschungsergebnisse nachvollziehen) und nachnutzen zu können?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Welche Informationen sind für Außenstehende notwendig, um die Daten zu verstehen (d. h. ihre Erhebung bzw. Entstehung, Analyse sowie die auf ihrer Basis gewonnenen Forschungsergebnisse nachvollziehen) und nachnutzen zu können?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>checkbox</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/mandatory_metadata_options"/> </optionsets> @@ -922,27 +1376,40 @@ re-used and created data ensures (which goes into the provenance realm)</dc:comm </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/standards"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>standards</key> - <path>snf/content-classification/metadata-dataset/standards</path> + <uri_path>snf/content-classification/metadata-dataset/standards</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/standards"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset"/> <is_collection>True</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which standards, ontologies, classifications etc. are used to describe the data and context information?</text> - <text lang="de">Welche Standards, Ontologien, Klassifikationen etc. werden zur Beschreibung der Daten und Kontextinformation genutzt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Welche Standards, Ontologien, Klassifikationen etc. werden zur Beschreibung der Daten und Kontextinformation genutzt?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>checkbox</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/metadata_standards"/> </optionsets> @@ -950,131 +1417,196 @@ re-used and created data ensures (which goes into the provenance realm)</dc:comm </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/mappings"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>mappings</key> - <path>snf/content-classification/metadata-dataset/mappings</path> + <uri_path>snf/content-classification/metadata-dataset/mappings</uri_path> <dc:comment>original H2020 question</dc:comment> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/mappings"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en">This information is needed for a Horizon 2020 data management plan.</help> - <help lang="de">Diese Information wird für einen Horizon 2020 Datenmanagementplan benötigt.</help> <text lang="en">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?</text> - <text lang="de">Sollte es unvermeidbar sein, projektspezifische oder seltene Ontologien, Metadatenschemata oder Vokabulare zu nutzen, werden Mappings zu gängigen Ontologien etc. erstellt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Diese Information wird für einen Horizon 2020 Datenmanagementplan benötigt.</help> + <text lang="de">Sollte es unvermeidbar sein, projektspezifische oder seltene Ontologien, Metadatenschemata oder Vokabulare zu nutzen, werden Mappings zu gängigen Ontologien etc. erstellt?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/creation_automatic"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>creation_automatic</key> - <path>snf/content-classification/metadata-dataset/creation_automatic</path> + <uri_path>snf/content-classification/metadata-dataset/creation_automatic</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/creation_automatic"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset"/> <is_collection>False</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which metadata are collected automatically?</text> - <text lang="de">Welche Metadaten werden automatisch erhoben?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Welche Metadaten werden automatisch erhoben?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/creation_semi_automatic"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>creation_semi_automatic</key> - <path>snf/content-classification/metadata-dataset/creation_semi_automatic</path> + <uri_path>snf/content-classification/metadata-dataset/creation_semi_automatic</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/creation_semi_automatic"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which metadata are collected semi-automatically?</text> - <text lang="de">Welche Metadaten werden semi-automatisch erhoben?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Welche Metadaten werden semi-automatisch erhoben?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/creation_manual"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>creation_manual</key> - <path>snf/content-classification/metadata-dataset/creation_manual</path> + <uri_path>snf/content-classification/metadata-dataset/creation_manual</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/creation_manual"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset"/> <is_collection>False</is_collection> - <order>5</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which metadata are collected manually?</text> - <text lang="de">Welche Metadaten werden manuell erhoben?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Welche Metadaten werden manuell erhoben?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/quality_assurance"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>quality_assurance</key> - <path>snf/content-classification/metadata-dataset/quality_assurance</path> + <uri_path>snf/content-classification/metadata-dataset/quality_assurance</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/quality_assurance"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset"/> <is_collection>True</is_collection> - <order>6</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Are metadata and context information being checked for correctness and completeness?</text> - <text lang="de">Werden Metadaten und Kontextinformation auf Korrektheit und Vollständigkeit geprüft?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Werden Metadaten und Kontextinformation auf Korrektheit und Vollständigkeit geprüft?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>checkbox</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/metadata_check_options"/> </optionsets> @@ -1082,128 +1614,190 @@ re-used and created data ensures (which goes into the provenance realm)</dc:comm </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/responsible_person"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>responsible_person</key> - <path>snf/content-classification/metadata-dataset/responsible_person</path> + <uri_path>snf/content-classification/metadata-dataset/responsible_person</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/responsible_person/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset"/> <is_collection>True</is_collection> - <order>7</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Who is responsible for documenting the metadata and context information and for checking if they are correct and complete?</text> - <text lang="de">Wer ist verantwortlich für die Dokumentation und Prüfung der Metadaten und Kontextinformationen auf Richtigkeit und Vollständigkeit?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wer ist verantwortlich für die Dokumentation und Prüfung der Metadaten und Kontextinformationen auf Richtigkeit und Vollständigkeit?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset/public"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>public</key> - <path>snf/content-classification/metadata-dataset/public</path> + <uri_path>snf/content-classification/metadata-dataset/public</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/metadata/public"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-dataset"/> <is_collection>False</is_collection> - <order>8</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Explain how you want to make your documentation available to others.</text> - <text lang="de">Erläutern Sie, wie Sie ihre Dokumentationen anderen zur Verfügung stellen wollen.</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Erläutern Sie, wie Sie ihre Dokumentationen anderen zur Verfügung stellen wollen.</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-pids"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-pids"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>metadata-pids</key> - <path>snf/content-classification/metadata-pids</path> + <uri_path>snf/content-classification/metadata-pids</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification"/> <is_collection>True</is_collection> - <order>21</order> <title lang="en">Persistent Identifiers (PIDs) - Persistente Identifikatoren (PIDs) The purpose of Persistent Identifiers (PIDs) is to ensure the permanent reference of (in particular) digital objects like online publications and research data. When traditional hyperlinks are used as reference, they point directly to the storage location of the data. The problem is, that if the storage location is changed, the link will not work anymore. A PID serves as an intermediate from which requests are directed to the current object location (this is called "resolving" of a PID). The PID stays the same, even if the storage location changes. While a mere hyperlink in this case would lead to nowhere, via the PID the object is still accessible. You can find more information about the mode of operation, usage and different kinds of PIDs in e.g. an <a href="http://training.dasish.eu/training/3/" target="_blank">online tutorial</a> created by the DASISH project or in the <a href="http://www.ands.org.au/guides#identify" target="_blank">information material of the Australian National Data Service (ANDS)</a> (scroll down to "Identifying data and researchers"). + dataset + Persistente Identifikatoren (PIDs) Persistente Identifikatoren (PIDs) sollen die dauerhafte Referenzierung von (insbesondere) digitalen Objekten wie Publikationen oder Forschungsdaten ermöglichen. Statt, wie i.d.R. bei der Angabe eines Hyperlinks als Referenz der Fall, direkt auf den Speicherort des Objektes zu verweisen, fungiert die PID als eine Zwischeninstanz, von der aus zum Objekt weitergeleitet wird (dies nennt man „Auflösen“ der PID). Die PID bleibt gleich, auch wenn der Speicherort des Objektes sich ändert. Während ein Hyperlink in diesem Fall ins Nichts führen würde, ist das Objekt über die PID weiterhin erreichbar. Mehr Informationen zur Funktionsweise, Verwendung und verschiedenen Arten von PIDs gibt es z. B. in einem vom Projekt DASISH erstellten <a href="http://training.dasish.eu/training/3/" target="_blank">Online-Tutorial</a> oder in den <a href="http://www.ands.org.au/guides#identify" target="_blank">Informationsmaterialien des Australian National Data Service (ANDS)</a> (nach unten scrollen zu "Identifying data and researchers"). - dataset Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-pids/yesno" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-pids/system" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-pids/subentities" order="3"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-pids/yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>yesno</key> - <path>snf/content-classification/metadata-pids/yesno</path> + <uri_path>snf/content-classification/metadata-pids/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/pids/yesno"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-pids"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Will persistent identifiers (PIDs) be used for this data set?</text> - <text lang="de">Sollen für diesen Datensatz persistente Identifikatoren (PIDs) genutzt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Sollen für diesen Datensatz persistente Identifikatoren (PIDs) genutzt werden?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-pids/system"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>system</key> - <path>snf/content-classification/metadata-pids/system</path> + <uri_path>snf/content-classification/metadata-pids/system</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/pids/system"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-pids"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which system of persistent identifiers shall be used?</text> - <text lang="de">Welches System von persistenten Identifikatoren soll genutzt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Welches System von persistenten Identifikatoren soll genutzt werden?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/pid_types"/> </optionsets> @@ -1211,113 +1805,162 @@ Mehr Informationen zur Funktionsweise, Verwendung und verschiedenen Arten von PI </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-pids/subentities"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>subentities</key> - <path>snf/content-classification/metadata-pids/subentities</path> + <uri_path>snf/content-classification/metadata-pids/subentities</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/pids/subentities"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/content-classification/metadata-pids"/> <is_collection>False</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which (sub-) entities / sub units should be referenced using identifiers? Which of those identifiers should be persistent and citable?</text> - <text lang="de">Welche (Sub-)Entitäten / Untereinheiten sollten sinnvollerweise eigene Identifikatoren erhalten? Welche dieser Identifikatoren sollten dauerhaft und zitierfähig sein?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Welche (Sub-)Entitäten / Untereinheiten sollten sinnvollerweise eigene Identifikatoren erhalten? Welche dieser Identifikatoren sollten dauerhaft und zitierfähig sein?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>legal-and-ethics</key> - <path>snf/legal-and-ethics</path> + <uri_path>snf/legal-and-ethics</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/snf"/> - <order>2</order> <title lang="en">Ethics, legal and security questions Ethische, rechtliche und Sicherheitsfragen + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/general-legal-issues-international_yesno" order="0"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-yesno" order="10"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data" order="12"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-official_approval" order="14"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/access-data_security" order="20"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-yesno" order="30"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-dataset" order="31"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/general-legal-issues-international_yesno"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/general-legal-issues-international_yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>general-legal-issues-international_yesno</key> - <path>snf/legal-and-ethics/general-legal-issues-international_yesno</path> + <uri_path>snf/legal-and-ethics/general-legal-issues-international_yesno</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics"/> <is_collection>False</is_collection> - <order>0</order> <title lang="en">General legal issues - Recht allgemein - + Recht allgemein + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/general-legal-issues-international_yesno/international_yesno" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/general-legal-issues-international_yesno/international_yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>international_yesno</key> - <path>snf/legal-and-ethics/general-legal-issues-international_yesno/international_yesno</path> + <uri_path>snf/legal-and-ethics/general-legal-issues-international_yesno/international_yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/legal_aspects/international_yesno"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/general-legal-issues-international_yesno"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en">If you answer this question with "Yes", please get in touch with the legal department or a respective contact person at your institution to clarify if this has consequences for the project and its data management and if yes, what consequences these are.</help> - <help lang="de">Falls Sie diese Frage mit "Ja" beantworten, setzen Sie sich bitte mit der Rechtsabteilung bzw. einem/r entsprechenden Ansprechpartner/in an Ihrer Institution in Verbindung, um zu klären, ob sich daraus Konsequenzen für Ihr Projekt ergeben und wenn ja, welche dies sind.</help> <text lang="en">Does the legal situation of different countries have to be considered?</text> - <text lang="de">Muss die rechtliche Situation verschiedener Länder berücksichtigt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Falls Sie diese Frage mit "Ja" beantworten, setzen Sie sich bitte mit der Rechtsabteilung bzw. einem/r entsprechenden Ansprechpartner/in an Ihrer Institution in Verbindung, um zu klären, ob sich daraus Konsequenzen für Ihr Projekt ergeben und wenn ja, welche dies sind.</help> + <text lang="de">Muss die rechtliche Situation verschiedener Länder berücksichtigt werden?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-yesno"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>sensitive-data-yesno</key> - <path>snf/legal-and-ethics/sensitive-data-yesno</path> + <uri_path>snf/legal-and-ethics/sensitive-data-yesno</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics"/> <is_collection>False</is_collection> - <order>10</order> <title lang="en">Personal data - Personenbezogene Daten - + Personenbezogene Daten + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-yesno/yesno" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-yesno/yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>yesno</key> - <path>snf/legal-and-ethics/sensitive-data-yesno/yesno</path> + <uri_path>snf/legal-and-ethics/sensitive-data-yesno/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sensitive_data/personal_data_yesno/yesno"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-yesno"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en">European Data Protection Law may apply. The Switzer Federal Act defines personal data as „all information related to particular or determinable person” <a href="https://www.admin.ch/opc/de/classified-compilation/19920153/201401010000/235.1.pdf" target="_blank">(Art. 3 Bst. a des Bundesgesetzes über den Datenschutz)</a>). @@ -1331,6 +1974,9 @@ The handling of personal information is regulated by law. More information (in G * <a href="http://www.gesis.org/fileadmin/upload/forschung/publikationen/gesis_reihen/gesis_methodenberichte/2012/TechnicalReport_2012-07.pdf" target="_blank">Uwe Jensen (2012): Leitlinien zum Management von Forschungsdaten. Sozialwissenschaftliche Umfragedaten. GESIS Technical Report 2012|07.</a> (esp. pp. 13 ff) * <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/informationen_fachwissenschaften/geisteswissenschaften/standards_recht.pdf" target="_blank">Handreichung: Informationen zu rechtlichen Aspekten bei der Handhabung von Sprachkorpora.</a> (esp. part 1.1 and part 2.2)</help> + <text lang="en">Does this dataset contain personal data?</text> + <default_text lang="en"/> + <verbose_name lang="en"/> <help lang="de">Europäisches Recht kann Geltung haben. Das Schweizer Bundesgesetz definiert Personendaten als "alle Angaben, die sich auf eine bestimmte oder bestimmbare Person beziehen“ <a href="https://www.admin.ch/opc/de/classified-compilation/19920153/201401010000/235.1.pdf" target="_blank">(Art. 3 Bst. a des Bundesgesetzes über den Datenschutz)</a> @@ -1344,65 +1990,103 @@ Der Umgang mit solchen Daten ist gesetzlich geregelt. Mehr Informationen (zwar a * <a href="http://www.gesis.org/fileadmin/upload/forschung/publikationen/gesis_reihen/gesis_methodenberichte/2012/TechnicalReport_2012-07.pdf" target="_blank">Uwe Jensen (2012): Leitlinien zum Management von Forschungsdaten. Sozialwissenschaftliche Umfragedaten. GESIS Technical Report 2012|07.</a> (v.a. S. 13ff.) * <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/informationen_fachwissenschaften/geisteswissenschaften/standards_recht.pdf" target="_blank">Handreichung: Informationen zu rechtlichen Aspekten bei der Handhabung von Sprachkorpora.</a> (v.a. Teil 1.1 und Teil 2.2)</help> - <text lang="en">Does this dataset contain personal data?</text> <text lang="de">Enthält dieser Datensatz personenbezogene Daten?</text> - <verbose_name lang="en"/> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>sensitive-data-personal_data</key> - <path>snf/legal-and-ethics/sensitive-data-personal_data</path> + <uri_path>snf/legal-and-ethics/sensitive-data-personal_data</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics"/> <is_collection>True</is_collection> - <order>12</order> <title lang="en">Sensitive data - Sensible Daten - dataset + Sensible Daten + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data/anonymization" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data/extent" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data/statement" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data/record" order="3"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data/deletion" order="4"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data/organisation" order="8"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/personal_data"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data/anonymization"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>anonymization</key> - <path>snf/legal-and-ethics/sensitive-data-personal_data/anonymization</path> + <uri_path>snf/legal-and-ethics/sensitive-data-personal_data/anonymization</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sensitive_data/personal_data/anonymization"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Will the data be anonymised or pseudonymised?</text> - <text lang="de">Werden die Daten anonymisiert oder pseudonymisiert?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Werden die Daten anonymisiert oder pseudonymisiert?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_anonymisation"/> </optionsets> @@ -1410,27 +2094,40 @@ Der Umgang mit solchen Daten ist gesetzlich geregelt. Mehr Informationen (zwar a </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data/extent"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>extent</key> - <path>snf/legal-and-ethics/sensitive-data-personal_data/extent</path> + <uri_path>snf/legal-and-ethics/sensitive-data-personal_data/extent</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sensitive_data/personal_data/consent/extent"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en">Basically, the collection, processing, archiving and publication of personal data is only admissible, when the “informed consent” of the person in question has been obtained. There are only very few cases in which this is not the case (see, also for more information: <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/informationen_fachwissenschaften/geisteswissenschaften/standards_recht.pdf" target="_blank">Informationen zu rechtlichen Aspekten bei der Handhabung von Sprachkorpora</a>, p. 6).</help> - <help lang="de">Grundsätzlich gilt, dass eine Erhebung, Verarbeitung, Archivierung und Veröffentlichung personenbezogener Daten nur zulässig ist, wenn eine entsprechende „informierte Einwilligung“ der Betroffenen vorliegt. Nur in ganz wenigen, jeweils in den Datenschutzgesetzen definierten Ausnahmefällen wird diese nicht benötigt (vgl., auch für mehr Information, <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/informationen_fachwissenschaften/geisteswissenschaften/standards_recht.pdf" target="_blank">Informationen zu rechtlichen Aspekten bei der Handhabung von Sprachkorpora</a>, S. 6).</help> <text lang="en">To what extent is the "informed consent" obtained from the persons concerned?</text> - <text lang="de">In welchem Umfang wird die "informierte Einwilligung" der Betroffenen eingeholt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Grundsätzlich gilt, dass eine Erhebung, Verarbeitung, Archivierung und Veröffentlichung personenbezogener Daten nur zulässig ist, wenn eine entsprechende „informierte Einwilligung“ der Betroffenen vorliegt. Nur in ganz wenigen, jeweils in den Datenschutzgesetzen definierten Ausnahmefällen wird diese nicht benötigt (vgl., auch für mehr Information, <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/informationen_fachwissenschaften/geisteswissenschaften/standards_recht.pdf" target="_blank">Informationen zu rechtlichen Aspekten bei der Handhabung von Sprachkorpora</a>, S. 6).</help> + <text lang="de">In welchem Umfang wird die "informierte Einwilligung" der Betroffenen eingeholt?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/informed_consent_options"/> </optionsets> @@ -1438,150 +2135,226 @@ Der Umgang mit solchen Daten ist gesetzlich geregelt. Mehr Informationen (zwar a </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data/statement"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>statement</key> - <path>snf/legal-and-ethics/sensitive-data-personal_data/statement</path> + <uri_path>snf/legal-and-ethics/sensitive-data-personal_data/statement</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sensitive_data/personal_data/consent/statement"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">If no "informed consent" is obtained, please give the reasons for not doing so.</text> - <text lang="de">Wenn keine "informierte Einwilligung" eingeholt wird, begründen Sie dies bitte.</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wenn keine "informierte Einwilligung" eingeholt wird, begründen Sie dies bitte.</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data/record"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>record</key> - <path>snf/legal-and-ethics/sensitive-data-personal_data/record</path> + <uri_path>snf/legal-and-ethics/sensitive-data-personal_data/record</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sensitive_data/personal_data/consent/record"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data"/> <is_collection>False</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Where and how is the "informed consent" documented?</text> - <text lang="de">Wo und wie sind die "informierten Einwilligungen" abgelegt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wo und wie sind die "informierten Einwilligungen" abgelegt?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data/deletion"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>deletion</key> - <path>snf/legal-and-ethics/sensitive-data-personal_data/deletion</path> + <uri_path>snf/legal-and-ethics/sensitive-data-personal_data/deletion</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sensitive_data/personal_data/deletion"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">By when will the (unanonymised or unpseudonymised) original data be safely deleted?</text> - <text lang="de">Bis wann werden die (unanonymisierten bzw. unpseudonymisierten) Originaldaten spätestens sicher vernichtet?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Bis wann werden die (unanonymisierten bzw. unpseudonymisierten) Originaldaten spätestens sicher vernichtet?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>date</widget_type> <value_type>datetime</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data/organisation"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>organisation</key> - <path>snf/legal-and-ethics/sensitive-data-personal_data/organisation</path> + <uri_path>snf/legal-and-ethics/sensitive-data-personal_data/organisation</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/collaboration_organisation"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-personal_data"/> <is_collection>False</is_collection> - <order>8</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">How is the collaborative work on the same files organised?</text> - <text lang="de">Wie ist das kollaborative Arbeiten an denselben Dateien geregelt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wie ist das kollaborative Arbeiten an denselben Dateien geregelt?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-official_approval"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-official_approval"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>sensitive-data-official_approval</key> - <path>snf/legal-and-ethics/sensitive-data-official_approval</path> + <uri_path>snf/legal-and-ethics/sensitive-data-official_approval</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics"/> <is_collection>False</is_collection> - <order>14</order> <title lang="en">Official approval - Offizielle Genehmigung - + Offizielle Genehmigung + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-official_approval/ethics_committee" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-official_approval/yesno" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-official_approval/title" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-official_approval/data_access_committee" order="4"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-official_approval/ethics_committee"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>ethics_committee</key> - <path>snf/legal-and-ethics/sensitive-data-official_approval/ethics_committee</path> + <uri_path>snf/legal-and-ethics/sensitive-data-official_approval/ethics_committee</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/legal_aspects/official_approval/ethics_committee"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-official_approval"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Has the project been approved by a research ethics committee?</text> - <text lang="de">Wurde das Forschungsvorhaben von einer Ethikkommission begutachtet?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wurde das Forschungsvorhaben von einer Ethikkommission begutachtet?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>option</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/ethics_committee_approval_options"/> </optionsets> @@ -1589,27 +2362,40 @@ Der Umgang mit solchen Daten ist gesetzlich geregelt. Mehr Informationen (zwar a </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-official_approval/yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>yesno</key> - <path>snf/legal-and-ethics/sensitive-data-official_approval/yesno</path> + <uri_path>snf/legal-and-ethics/sensitive-data-official_approval/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/legal_aspects/official_approval/statutatory_approval/yesno"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-official_approval"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Is a statutatory approval / permit needed for the research?</text> - <text lang="de">Wird für das Forschungsvorhaben eine offizielle Genehmigung benötigt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wird für das Forschungsvorhaben eine offizielle Genehmigung benötigt?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/ethics_permit_options"/> </optionsets> @@ -1617,276 +2403,409 @@ Der Umgang mit solchen Daten ist gesetzlich geregelt. Mehr Informationen (zwar a </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-official_approval/title"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>title</key> - <path>snf/legal-and-ethics/sensitive-data-official_approval/title</path> + <uri_path>snf/legal-and-ethics/sensitive-data-official_approval/title</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/legal_aspects/official_approval/statutatory_approval/title"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-official_approval"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">If yes, which permit?</text> - <text lang="de">Wenn ja, um welche Genehmigung handelt es sich?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wenn ja, um welche Genehmigung handelt es sich?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-official_approval/data_access_committee"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data_access_committee</key> - <path>snf/legal-and-ethics/sensitive-data-official_approval/data_access_committee</path> + <uri_path>snf/legal-and-ethics/sensitive-data-official_approval/data_access_committee</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/legal_aspects/official_approval/data_access_committee"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/sensitive-data-official_approval"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Is a data access committee needed to handle access requests to the published data of the project?</text> - <text lang="de">Wird eine Datenzugangs-Kommission benötigt, die bei Zugriffsanfragen auf vom Projekt veröffentlichte Daten entscheidet, ob Zugang gewährt wird oder nicht?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wird eine Datenzugangs-Kommission benötigt, die bei Zugriffsanfragen auf vom Projekt veröffentlichte Daten entscheidet, ob Zugang gewährt wird oder nicht?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/access-data_security"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/access-data_security"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>access-data_security</key> - <path>snf/legal-and-ethics/access-data_security</path> + <uri_path>snf/legal-and-ethics/access-data_security</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics"/> <is_collection>True</is_collection> - <order>20</order> <title lang="en">Access and security - Zugriff und Datensicherung - dataset + Zugriff und Datensicherung + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/access-data_security/access_permissions" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/access-data_security/backups" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/access-data_security/name" order="3"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/access-data_security/security_measures" order="4"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/access-data_security/access_permissions"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>access_permissions</key> - <path>snf/legal-and-ethics/access-data_security/access_permissions</path> + <uri_path>snf/legal-and-ethics/access-data_security/access_permissions</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/data_security/access_permissions"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/access-data_security"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Who is allowed to access the dataset?</text> - <text lang="de">Wer darf auf den Datensatz zugreifen?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wer darf auf den Datensatz zugreifen?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/access-data_security/backups"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>backups</key> - <path>snf/legal-and-ethics/access-data_security/backups</path> + <uri_path>snf/legal-and-ethics/access-data_security/backups</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/data_security/backups"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/access-data_security"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en">This question refers to backups while the data is being worked with. Questions of long-term preservation will be adressed in the respective section.</help> - <help lang="de">Die Frage bezieht sich auf Backups während der Zeit, in denen mit den Daten gearbeitet wird. Fragen der Langzeitarchivierung werden gesondert im entsprechenden Abschnitt behandelt.</help> <text lang="en">How and how often will backups of the data be created?</text> - <text lang="de">Wie und wie oft werden Backups der Daten erstellt?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Die Frage bezieht sich auf Backups während der Zeit, in denen mit den Daten gearbeitet wird. Fragen der Langzeitarchivierung werden gesondert im entsprechenden Abschnitt behandelt.</help> + <text lang="de">Wie und wie oft werden Backups der Daten erstellt?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/access-data_security/name"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>name</key> - <path>snf/legal-and-ethics/access-data_security/name</path> + <uri_path>snf/legal-and-ethics/access-data_security/name</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/data_security/backup_responsible/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/access-data_security"/> <is_collection>True</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en">This question refers to backups while the data is being worked with. Questions of long-term preservation will be adressed in the respective section.</help> - <help lang="de">Die Frage bezieht sich auf Backups während der Zeit, in denen mit den Daten gearbeitet wird. Fragen der Langzeitarchivierung werden gesondert im entsprechenden Abschnitt behandelt.</help> <text lang="en">Who is responsible for the backups?</text> - <text lang="de">Wer ist verantwortlich für die Erstellung der Backups?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Die Frage bezieht sich auf Backups während der Zeit, in denen mit den Daten gearbeitet wird. Fragen der Langzeitarchivierung werden gesondert im entsprechenden Abschnitt behandelt.</help> + <text lang="de">Wer ist verantwortlich für die Erstellung der Backups?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/access-data_security/security_measures"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>security_measures</key> - <path>snf/legal-and-ethics/access-data_security/security_measures</path> + <uri_path>snf/legal-and-ethics/access-data_security/security_measures</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/data_security/security_measures"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/access-data_security"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Which measures or provisions are in place to ensure data security (e.g. protection against unauthorized access, data recovery, transfer of sensitive data)?</text> - <text lang="de">Welche Maßnahmen zur Gewährleistung der Datensicherheit werden getroffen (z. B. Schutz vor unbefugtem Zugriff, Datenwiederherstellung, Übertragung sensibler Daten)?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Welche Maßnahmen zur Gewährleistung der Datensicherheit werden getroffen (z. B. Schutz vor unbefugtem Zugriff, Datenwiederherstellung, Übertragung sensibler Daten)?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-yesno"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>intellectual-property-rights-yesno</key> - <path>snf/legal-and-ethics/intellectual-property-rights-yesno</path> + <uri_path>snf/legal-and-ethics/intellectual-property-rights-yesno</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics"/> <is_collection>False</is_collection> - <order>30</order> <title lang="en">Intellectual property rights I - Urheber- oder verwandte Schutzrechte I - + Urheber- oder verwandte Schutzrechte I + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-yesno/yesno" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-yesno/yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>yesno</key> - <path>snf/legal-and-ethics/intellectual-property-rights-yesno/yesno</path> + <uri_path>snf/legal-and-ethics/intellectual-property-rights-yesno/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/legal_aspects/ipr/yesno"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-yesno"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en">Data or software can be subject to intellectual or industrial property rights. Applicable laws differ broadly even within EU. Follow the guidelines for interlletual or industrial property rights of your sponsors, your institute, your division or our group. Clarify which licenses you need to use external data (data, which you do not own). Relevant property rights can be trademarks, patents, utility models, plant variety rights protection, integrated circuit layout design protection, geographical indications or registered designs.</help> + <text lang="en">Does the project use and/or produce data that is protected by intellectual or industrial property rights?</text> + <default_text lang="en"/> + <verbose_name lang="en"/> <help lang="de">Daten oder Software können Urheber- oder anderen Schutzrechten unterliegen. Die Rechtslage kann selbst in der EU von Land zu Land erheblich abweichen. Halten Sie die Richtlinien für Urheberrechte oder Rechte an geistigem Eigentum Ihrer Förderorganisation, Ihres Instituts, Ihrer Abteilung oder Gruppe ein. Klären Sie ab, welche Genehmigungen für die Weiterverwendung von externen Daten (Daten, die sich nicht im Eigentum des Autors befinden) erforderlich sind. Relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Gebrauchsmuster, Sortenschutz [bei Pflanzenzüchtungen], Halbleiterschutz, Marken, geographische Herkunftsangaben, eingetragene Designs oder geschäftliche Bezeichnungen sein.</help> - <text lang="en">Does the project use and/or produce data that is protected by intellectual or industrial property rights?</text> <text lang="de">Werden Daten genutzt und/oder erstellt, die durch Urheber- oder verwandte Schutzrechte geschützt sind?</text> - <verbose_name lang="en"/> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-dataset"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-dataset"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>intellectual-property-rights-dataset</key> - <path>snf/legal-and-ethics/intellectual-property-rights-dataset</path> + <uri_path>snf/legal-and-ethics/intellectual-property-rights-dataset</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics"/> <is_collection>True</is_collection> - <order>31</order> <title lang="en">Intellectual property rights II - Urheber- oder verwandte Schutzrechte II - dataset + Urheber- oder verwandte Schutzrechte II + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-dataset/copyrights" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-dataset/owner" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-dataset/other_rights" order="1"/> + </questions> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/intellectual_property_rights"/> </conditions> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-dataset/copyrights"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>copyrights</key> - <path>snf/legal-and-ethics/intellectual-property-rights-dataset/copyrights</path> + <uri_path>snf/legal-and-ethics/intellectual-property-rights-dataset/copyrights</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/ipr/copyrights"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-dataset"/> <is_collection>True</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Does copyright law apply to this dataset?</text> - <text lang="de">Be- oder entstehen an diesem Datensatz Urheberrechte?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Be- oder entstehen an diesem Datensatz Urheberrechte?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>checkbox</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_copyright_laws"/> </optionsets> @@ -1894,27 +2813,40 @@ Relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Gebrauchsmu </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-dataset/owner"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>owner</key> - <path>snf/legal-and-ethics/intellectual-property-rights-dataset/owner</path> + <uri_path>snf/legal-and-ethics/intellectual-property-rights-dataset/owner</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/ipr/owner/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-dataset"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Was investigated who the rights owner is?</text> - <text lang="de">Wurde der/die Rechteinhaber/in recherchiert?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wurde der/die Rechteinhaber/in recherchiert?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>option</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/yes_with_text_no"/> </optionsets> @@ -1922,27 +2854,40 @@ Relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Gebrauchsmu </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-dataset/other_rights"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>other_rights</key> - <path>snf/legal-and-ethics/intellectual-property-rights-dataset/other_rights</path> + <uri_path>snf/legal-and-ethics/intellectual-property-rights-dataset/other_rights</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/ipr/other_rights"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/legal-and-ethics/intellectual-property-rights-dataset"/> <is_collection>True</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Do other intellectual property rights apply to this dataset?</text> - <text lang="de">Be- oder entstehen an diesem Datensatz andere Schutzrechte?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Be- oder entstehen an diesem Datensatz andere Schutzrechte?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>checkbox</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_other_rights"/> </optionsets> @@ -1950,101 +2895,150 @@ Relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Gebrauchsmu </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>storage-and-long-term-preservation</key> - <path>snf/storage-and-long-term-preservation</path> + <uri_path>snf/storage-and-long-term-preservation</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/snf"/> - <order>3</order> <title lang="en">Data storage and long-term preservation Datenspeicherung und Datenerhalt + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/storage_project-storage" order="0"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/storage_project-usage" order="1"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-criteria" order="10"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets" order="11"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/storage_project-storage"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/storage_project-storage"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>storage_project-storage</key> - <path>snf/storage-and-long-term-preservation/storage_project-storage</path> + <uri_path>snf/storage-and-long-term-preservation/storage_project-storage</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation"/> <is_collection>True</is_collection> - <order>0</order> <title lang="en">Storage location - Speicherort - dataset + Speicherort + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/storage_project-storage/type" order="0"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/storage_project-storage/type"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>type</key> - <path>snf/storage-and-long-term-preservation/storage_project-storage/type</path> + <uri_path>snf/storage-and-long-term-preservation/storage_project-storage/type</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/storage/type"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/storage_project-storage"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Where is the dataset stored during the project?</text> - <text lang="de">Wo wird der Datensatz während des Projektes gespeichert?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wo wird der Datensatz während des Projektes gespeichert?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/storage_project-usage"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/storage_project-usage"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>storage_project-usage</key> - <path>snf/storage-and-long-term-preservation/storage_project-usage</path> + <uri_path>snf/storage-and-long-term-preservation/storage_project-usage</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation"/> <is_collection>True</is_collection> - <order>1</order> <title lang="en">Data storage - Datenspeicherung The following questions will help to estimate, which ressources are necessary to enable the envisioned data usage scenarios during the project. These can be technical / IT resources as well as expertise brought in by e.g. data managment or IT experts. - Die folgenden Fragen dienen dazu einzuschätzen, welche Ressourcen für die geplante Nutzung der Daten während der Projektlaufzeit nötig sind. Dabei kann es sich um technische bzw. IT-Ressourcen handeln, aber auch um Expertise, die z. B. durch Datenmanagement- oder IT-ExpertInnen eingebracht wird. dataset + Datenspeicherung + Die folgenden Fragen dienen dazu einzuschätzen, welche Ressourcen für die geplante Nutzung der Daten während der Projektlaufzeit nötig sind. Dabei kann es sich um technische bzw. IT-Ressourcen handeln, aber auch um Expertise, die z. B. durch Datenmanagement- oder IT-ExpertInnen eingebracht wird. Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/storage_project-usage/infrastructure" order="4"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/storage_project-usage/support" order="5"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/storage_project-usage/infrastructure"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>infrastructure</key> - <path>snf/storage-and-long-term-preservation/storage_project-usage/infrastructure</path> + <uri_path>snf/storage-and-long-term-preservation/storage_project-usage/infrastructure</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/usage_infrastructure"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/storage_project-usage"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">To what extent will infrastructure resources be required (e.g. CPU hours, bandwidth, storage space... etc.).</text> - <text lang="de">In welchem Umfang werden Infrastrukturressourcen benötigt (CPU-Stunden, Bandbreite, Speicherplatz etc.)?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">In welchem Umfang werden Infrastrukturressourcen benötigt (CPU-Stunden, Bandbreite, Speicherplatz etc.)?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/infrastructure_resources"/> </optionsets> @@ -2052,197 +3046,302 @@ Relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Gebrauchsmu </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/storage_project-usage/support"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>support</key> - <path>snf/storage-and-long-term-preservation/storage_project-usage/support</path> + <uri_path>snf/storage-and-long-term-preservation/storage_project-usage/support</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/usage_support"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/storage_project-usage"/> <is_collection>False</is_collection> - <order>5</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Are there actual or potential usage scenarios that could benefit from support by a data management or IT expert, or that even require such support?</text> - <text lang="de">Gibt es beabsichtigte (ggf. auch potentielle) Nutzungsszenarien, für die die Unterstützung durch Datenmanagement- oder IT-ExpertInnen sinnvoll oder notwendig ist?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Gibt es beabsichtigte (ggf. auch potentielle) Nutzungsszenarien, für die die Unterstützung durch Datenmanagement- oder IT-ExpertInnen sinnvoll oder notwendig ist?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/yes_with_text_no"/> </optionsets> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-criteria"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-criteria"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>long-term-preservation-criteria</key> - <path>snf/storage-and-long-term-preservation/long-term-preservation-criteria</path> + <uri_path>snf/storage-and-long-term-preservation/long-term-preservation-criteria</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation"/> <is_collection>False</is_collection> - <order>10</order> <title lang="en">Selection - Auswahl - + Auswahl + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-criteria/selection_criteria" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-criteria/responsible_person" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-criteria/selection_format" order="1"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-criteria/selection_criteria"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>selection_criteria</key> - <path>snf/storage-and-long-term-preservation/long-term-preservation-criteria/selection_criteria</path> + <uri_path>snf/storage-and-long-term-preservation/long-term-preservation-criteria/selection_criteria</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/preservation/selection_criteria"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-criteria"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">What are the criteria / rules for the selection of the data to be archived (after the end of the project)?</text> - <text lang="de">Auf Basis welcher Kriterien / Regeln werden die Daten zur Archivierung (nach Projektende) ausgesucht?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Auf Basis welcher Kriterien / Regeln werden die Daten zur Archivierung (nach Projektende) ausgesucht?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-criteria/responsible_person"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>responsible_person</key> - <path>snf/storage-and-long-term-preservation/long-term-preservation-criteria/responsible_person</path> + <uri_path>snf/storage-and-long-term-preservation/long-term-preservation-criteria/responsible_person</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/preservation/responsible_person/name"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-criteria"/> <is_collection>True</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Who selects the data to be archived?</text> - <text lang="de">Durch wen erfolgt die Auswahl?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Durch wen erfolgt die Auswahl?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-criteria/selection_format"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>selection_format</key> - <path>snf/storage-and-long-term-preservation/long-term-preservation-criteria/selection_format</path> + <uri_path>snf/storage-and-long-term-preservation/long-term-preservation-criteria/selection_format</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/preservation/selection_format"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-criteria"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Justify your choice of the file formats for the difital preservation.</text> - <text lang="de">Begründen Sie die Wahl ihrer Dateiformate für die Langzeitarchivierung.</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Begründen Sie die Wahl ihrer Dateiformate für die Langzeitarchivierung.</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>long-term-preservation-datasets</key> - <path>snf/storage-and-long-term-preservation/long-term-preservation-datasets</path> + <uri_path>snf/storage-and-long-term-preservation/long-term-preservation-datasets</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation"/> <is_collection>True</is_collection> - <order>11</order> <title lang="en">Long-term preservation - Langzeitarchivierung - dataset + Langzeitarchivierung + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/yesno" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/purpose" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/duration" order="3"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/reuse_duration" order="4"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/repository" order="5"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/certification" order="6"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/repository_arrangements" order="7"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/embargo_period" order="8"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/access_authentication" order="9"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/data_archiving_date" order="10"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>yesno</key> - <path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/yesno</path> + <uri_path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/preservation/yesno"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Does this dataset have to preserved for the long-term?</text> - <text lang="de">Muss dieser Datensatz langfristig aufbewahrt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Muss dieser Datensatz langfristig aufbewahrt werden?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/purpose"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>purpose</key> - <path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/purpose</path> + <uri_path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/purpose</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/preservation/purpose"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets"/> <is_collection>True</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">What are the reasons this dataset has to be preserved for the long-term?</text> - <text lang="de">Aus welchen Gründen müssen die Daten langfristig aufbewahrt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Aus welchen Gründen müssen die Daten langfristig aufbewahrt werden?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>checkbox</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/preservation_motivation_options"/> </optionsets> @@ -2250,79 +3349,118 @@ Relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Gebrauchsmu </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/duration"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>duration</key> - <path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/duration</path> + <uri_path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/duration</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/preservation/duration"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets"/> <is_collection>False</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">How long will the data be stored?</text> - <text lang="de">Wie lange müssen die Daten aufbewahrt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wie lange müssen die Daten aufbewahrt werden?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/reuse_duration"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>reuse_duration</key> - <path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/reuse_duration</path> + <uri_path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/reuse_duration</uri_path> <dc:comment>Original H2020 question</dc:comment> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/preservation/reuse_duration"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">How long is it intended that the data remains re-usable.</text> - <text lang="de">Wie lang sollen die Daten nach Projektende (nach)nutzbar sein?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wie lang sollen die Daten nach Projektende (nach)nutzbar sein?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>text</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/repository"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>repository</key> - <path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/repository</path> + <uri_path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/repository</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/preservation/repository"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets"/> <is_collection>True</is_collection> - <order>5</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Where will the data (including metadata, documentation and, if applicable, relevant code) be stored or archived after the end of the project?</text> - <text lang="de">Wo werden die Daten (einschließlich Metadaten, Dokumentation und ggf. relevantem Code bzw. relevanter Software) nach Projektende gespeichert bzw. archiviert?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wo werden die Daten (einschließlich Metadaten, Dokumentation und ggf. relevantem Code bzw. relevanter Software) nach Projektende gespeichert bzw. archiviert?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>checkbox</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/preservation_repository_options"/> </optionsets> @@ -2330,188 +3468,282 @@ Relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Gebrauchsmu </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/certification"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>certification</key> - <path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/certification</path> + <uri_path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/certification</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/preservation/certification"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets"/> <is_collection>False</is_collection> - <order>6</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Is the repository or data centre chosen certified (e.g. Data Seal of Approval, nestor Seal or ISO 16363)? (If the dataset is archived at several places, you may answer this question with yes, if this applies to at least one of these.)</text> + <default_text lang="en"/> + <verbose_name lang="en"/> + <help lang="de"/> <text lang="de">Handelt es sich dabei um ein zertifiziertes Repositorium oder Datenzentrum (z. B. durch das Data Seal of Approval, nestor-Siegel oder ISO 16363)? (Wurden mehrere Langzeitarchivierungsoptionen ausgewählt, kann die Frage bejaht werden, wenn dies auf mindestens eine der Optionen zutrifft).</text> - <verbose_name lang="en"/> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/repository_arrangements"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>repository_arrangements</key> - <path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/repository_arrangements</path> + <uri_path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/repository_arrangements</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/preservation/repository_arrangements"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets"/> <is_collection>False</is_collection> - <order>7</order> + <is_optional>False</is_optional> <help lang="en">(original question from Horizon 2020 FAIR Data Management Plan)</help> - <help lang="de"/> <text lang="en">Have you explored appropriate arrangements with the identified repository?</text> - <text lang="de">Wurde mit dem Repositorium oder Datenzentrum bereits angemessene Archivierungslösungen besprochen?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wurde mit dem Repositorium oder Datenzentrum bereits angemessene Archivierungslösungen besprochen?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/embargo_period"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>embargo_period</key> - <path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/embargo_period</path> + <uri_path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/embargo_period</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/preservation/embargo_period"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets"/> <is_collection>False</is_collection> - <order>8</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Shall there be an embargo period before the data are made available?</text> - <text lang="de">Sollen die Daten erst nach Ablauf einer Sperrfrist zugänglich gemacht werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Sollen die Daten erst nach Ablauf einer Sperrfrist zugänglich gemacht werden?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/access_authentication"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>access_authentication</key> - <path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/access_authentication</path> + <uri_path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/access_authentication</uri_path> <dc:comment>Original from H2020 FAIR Data Management Plan</dc:comment> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/preservation/access_authentication"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets"/> <is_collection>False</is_collection> - <order>9</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">How will the identity of the person accessing the data will be ascertained?</text> - <text lang="de">Wie wird die Identität von Personen, die auf die Daten zugreifen, verifiziert?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wie wird die Identität von Personen, die auf die Daten zugreifen, verifiziert?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets/data_archiving_date"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data_archiving_date</key> - <path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/data_archiving_date</path> + <uri_path>snf/storage-and-long-term-preservation/long-term-preservation-datasets/data_archiving_date</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/preservation/data_archiving_date"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/storage-and-long-term-preservation/long-term-preservation-datasets"/> <is_collection>False</is_collection> - <order>10</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">By when will the data be archived?</text> - <text lang="de">Wann werden die Daten archiviert?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wann werden die Daten archiviert?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>date</widget_type> <value_type>datetime</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data-usage</key> - <path>snf/data-usage</path> + <uri_path>snf/data-usage</uri_path> <dc:comment/> - <catalog dc:uri="https://rdmorganiser.github.io/terms/questions/snf"/> - <order>4</order> <title lang="en">Data exchange and reuse of data Datenaustausch und Weiterverwendug von Daten + + <title lang="it"/> + <title lang="es"/> + <pages> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-interoperability" order="1"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication" order="2"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-fair" order="10"/> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-nonprofit" order="11"/> + </pages> </section> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-interoperability"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-interoperability"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data-sharing-and-re-use-interoperability</key> - <path>snf/data-usage/data-sharing-and-re-use-interoperability</path> + <uri_path>snf/data-usage/data-sharing-and-re-use-interoperability</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage"/> <is_collection>True</is_collection> - <order>1</order> <title lang="en">Interoperability - Interoperabilität - dataset + Interoperabilität + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-interoperability/interoperability" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-interoperability/organisation_policy" order="3"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-interoperability/naming_policy" order="4"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-interoperability/interoperability"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>interoperability</key> - <path>snf/data-usage/data-sharing-and-re-use-interoperability/interoperability</path> + <uri_path>snf/data-usage/data-sharing-and-re-use-interoperability/interoperability</uri_path> <dc:comment>wortlaut noch relativ nah an Original-H2020-Frage</dc:comment> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/interoperability"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-interoperability"/> <is_collection>True</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Is this dataset interoperable, i.e. allowing data exchange and re-use between researchers, institutions, organisations, countries etc.?</text> - <text lang="de">Ist der Datensatz interoperabel, d. h. geeignet für den Datenaustausch und die Nachnutzung zwischen bzw. von unterschiedlichen Forschenden, Institutionen, Oranisationen und Ländern?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Ist der Datensatz interoperabel, d. h. geeignet für den Datenaustausch und die Nachnutzung zwischen bzw. von unterschiedlichen Forschenden, Institutionen, Oranisationen und Ländern?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>checkbox</widget_type> <value_type>option</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_interoperability_options"/> </optionsets> @@ -2519,27 +3751,40 @@ Relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Gebrauchsmu </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-interoperability/organisation_policy"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>organisation_policy</key> - <path>snf/data-usage/data-sharing-and-re-use-interoperability/organisation_policy</path> + <uri_path>snf/data-usage/data-sharing-and-re-use-interoperability/organisation_policy</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/storage/organisation_policy"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-interoperability"/> <is_collection>False</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Are there internal project guidelines for a consistent organisation of the data? If so, where they are documented?</text> - <text lang="de">Gibt es projektinterne Richtlinien zur einheitlichen Organisation der Daten? Wenn ja, wo sind diese festgehalten?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Gibt es projektinterne Richtlinien zur einheitlichen Organisation der Daten? Wenn ja, wo sind diese festgehalten?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/yes_no_not_yet"/> </optionsets> @@ -2547,74 +3792,112 @@ Relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Gebrauchsmu </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-interoperability/naming_policy"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>naming_policy</key> - <path>snf/data-usage/data-sharing-and-re-use-interoperability/naming_policy</path> + <uri_path>snf/data-usage/data-sharing-and-re-use-interoperability/naming_policy</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/storage/naming_policy"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-interoperability"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Is there a internal project guideline for naming the data? If so, please briefly outline the naming conventions and, if necessary, link to the documentation.</text> - <text lang="de">Gibt es eine projektinterne Richtlinie zur Benennung der Daten? Wenn ja, bitte skizzieren Sie sie kurz und verlinken Sie ggf. zu einer ausführlicheren Dokumentation.</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Gibt es eine projektinterne Richtlinie zur Benennung der Daten? Wenn ja, bitte skizzieren Sie sie kurz und verlinken Sie ggf. zu einer ausführlicheren Dokumentation.</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/yes_no_not_yet"/> </optionsets> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data-sharing-and-re-use-publication</key> - <path>snf/data-usage/data-sharing-and-re-use-publication</path> + <uri_path>snf/data-usage/data-sharing-and-re-use-publication</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage"/> <is_collection>True</is_collection> - <order>2</order> <title lang="en">Data sharing and re-use - Weitergabe und Veröffentlichung - dataset + Weitergabe und Veröffentlichung + Datensatz - datasets - Datensätze + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication/yesno" order="1"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication/explanation" order="2"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication/conditions" order="3"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication/restrictions_explanation" order="4"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication/data_publication_date" order="6"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication/yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>yesno</key> - <path>snf/data-usage/data-sharing-and-re-use-publication/yesno</path> + <uri_path>snf/data-usage/data-sharing-and-re-use-publication/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sharing/yesno"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">Will this dataset be published or shared?</text> - <text lang="de">Soll dieser Datensatz veröffentlicht oder geteilt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Soll dieser Datensatz veröffentlicht oder geteilt werden?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>radio</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_sharing_options"/> </optionsets> @@ -2622,53 +3905,79 @@ Relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Gebrauchsmu </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication/explanation"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>explanation</key> - <path>snf/data-usage/data-sharing-and-re-use-publication/explanation</path> + <uri_path>snf/data-usage/data-sharing-and-re-use-publication/explanation</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sharing/explanation"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication"/> <is_collection>False</is_collection> - <order>2</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">If no, please explain why not. Please differentiate between legal and contractual reasons and voluntary restrictions.</text> - <text lang="de">Wenn nicht, begründen Sie dies bitte und unterscheiden Sie dabei zwischen rechtlichen und/oder vertraglichen Gründen und freiwilligen Einschränkungen.</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wenn nicht, begründen Sie dies bitte und unterscheiden Sie dabei zwischen rechtlichen und/oder vertraglichen Gründen und freiwilligen Einschränkungen.</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication/conditions"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>conditions</key> - <path>snf/data-usage/data-sharing-and-re-use-publication/conditions</path> + <uri_path>snf/data-usage/data-sharing-and-re-use-publication/conditions</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sharing/conditions"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication"/> <is_collection>True</is_collection> - <order>3</order> + <is_optional>False</is_optional> <help lang="en">The options refer to the licenses of the <a href="https://creativecommons.org/share-your-work/licensing-types-examples/" target="_blank">Creative Commons family</a>.</help> - <help lang="de">Die Auswahlmöglichkeiten orientieren sich an Lizenzen der <a href="http://de.creativecommons.org/was-ist-cc/" target="_blank">Creative-Commons-Familie</a>.</help> <text lang="en">If yes, under which terms of use or license will the dataset be published or shared?</text> - <text lang="de">Wenn ja, unter welchen Nutzungsbedingungen oder welcher Lizenz sollen die Daten veröffentlicht bzw. geteilt werden?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Die Auswahlmöglichkeiten orientieren sich an Lizenzen der <a href="http://de.creativecommons.org/was-ist-cc/" target="_blank">Creative-Commons-Familie</a>.</help> + <text lang="de">Wenn ja, unter welchen Nutzungsbedingungen oder welcher Lizenz sollen die Daten veröffentlicht bzw. geteilt werden?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>checkbox</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets> <optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_license_types"/> </optionsets> @@ -2676,199 +3985,295 @@ Relevante Schutzrechte können gewerbliche Schutzrechte wie Patente, Gebrauchsmu </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication/restrictions_explanation"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>restrictions_explanation</key> - <path>snf/data-usage/data-sharing-and-re-use-publication/restrictions_explanation</path> + <uri_path>snf/data-usage/data-sharing-and-re-use-publication/restrictions_explanation</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sharing/restrictions_explanation"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication"/> <is_collection>False</is_collection> - <order>4</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">If there are any restrictions on the re-use of this dataset, please explain why.</text> - <text lang="de">Sollte die Nachnutzung dieses Datensatzes Einschränkungen unterliegen, erläutern Sie bitte die Gründe.</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Sollte die Nachnutzung dieses Datensatzes Einschränkungen unterliegen, erläutern Sie bitte die Gründe.</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication/data_publication_date"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>data_publication_date</key> - <path>snf/data-usage/data-sharing-and-re-use-publication/data_publication_date</path> + <uri_path>snf/data-usage/data-sharing-and-re-use-publication/data_publication_date</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/data_publication_date"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/data-sharing-and-re-use-publication"/> <is_collection>False</is_collection> - <order>6</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">When will the data be published (if they are)?</text> - <text lang="de">Wann werden die Daten veröffentlicht?</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Wann werden die Daten veröffentlicht?</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>date</widget_type> <value_type>datetime</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/data_sharing"/> </conditions> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-fair"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-fair"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>fair-fair</key> - <path>snf/data-usage/fair-fair</path> + <uri_path>snf/data-usage/fair-fair</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage"/> <is_collection>False</is_collection> - <order>10</order> <title lang="en">Digital archive I - Digitales Archiv I - + Digitales Archiv I + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-fair/yesno" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-fair/fair_archive" order="1"/> + </questions> <conditions/> - </questionset> + </page> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-fair/yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>yesno</key> - <path>snf/data-usage/fair-fair/yesno</path> + <uri_path>snf/data-usage/fair-fair/yesno</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/preservation/archive/yesno"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-fair"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> <text lang="en">I will use digital archives, which match the FAIR Data Principles.</text> - <text lang="de">Ich werde digitale Archive wählen, die den FAIR Data Principles entsprechen.</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Ich werde digitale Archive wählen, die den FAIR Data Principles entsprechen.</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>yesno</widget_type> <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-fair/fair_archive"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>fair_archive</key> - <path>snf/data-usage/fair-fair/fair_archive</path> + <uri_path>snf/data-usage/fair-fair/fair_archive</uri_path> <dc:comment/> <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/preservation/archive/fair_archive"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-fair"/> <is_collection>False</is_collection> - <order>1</order> + <is_optional>False</is_optional> <help lang="en">If there is no digital archive for your research area, which match the conditions, put a copie of your data on a generic data platform, please. If you will not share your data, this is a policy statement.</help> - <help lang="de">Falls es auf ihrem Forschungsgebiet noch kein Datenarchiv gibt, welches diese Bedingungen erfüllt, stellen Sie bitte eine Kopie Ihrer Daten auf eine generische Plattform. Falls keine Daten geteilt werden, ist dies eine Grundsatzerklärung.</help> <text lang="en">Name the data archives, which you will use.</text> - <text lang="de">Geben Sie die digitalen Datenarchive an, die Sie nutzen werden.</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de">Falls es auf ihrem Forschungsgebiet noch kein Datenarchiv gibt, welches diese Bedingungen erfüllt, stellen Sie bitte eine Kopie Ihrer Daten auf eine generische Plattform. Falls keine Daten geteilt werden, ist dies eine Grundsatzerklärung.</help> + <text lang="de">Geben Sie die digitalen Datenarchive an, die Sie nutzen werden.</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> <widget_type>textarea</widget_type> <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-nonprofit"> + <page dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-nonprofit"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>fair-nonprofit</key> - <path>snf/data-usage/fair-nonprofit</path> + <uri_path>snf/data-usage/fair-nonprofit</uri_path> <dc:comment/> <attribute/> - <section dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage"/> <is_collection>False</is_collection> - <order>11</order> <title lang="en">Digital archive II - Digitales Archiv II - + Digitales Archiv II + - - + + <help lang="fr"/> + <verbose_name lang="fr"/> + <title lang="it"/> + <help lang="it"/> + <verbose_name lang="it"/> + <title lang="es"/> + <help lang="es"/> + <verbose_name lang="es"/> + <questionsets/> + <questions> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-nonprofit/explanation" order="0"/> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-nonprofit/yesno" order="0"/> + </questions> <conditions/> - </questionset> - <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-nonprofit/yesno"> + </page> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-nonprofit/explanation"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>yesno</key> - <path>snf/data-usage/fair-nonprofit/yesno</path> + <uri_path>snf/data-usage/fair-nonprofit/explanation</uri_path> <dc:comment/> - <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/preservation/archive/nonprofit/yesno"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-nonprofit"/> + <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/preservation/archive/nonprofit/explanation"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> - <text lang="en">I will chose digital archives which are managed by non-profit organisation.</text> - <text lang="de">Ich werde digitale Archive wählen, die -von einer gemeinnützigen Organisation -verwaltet werden.</text> + <text lang="en">With negative answer: Please explain why the data will be stored at for-profit digitale archives.</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Bei negativer Antwort: Bitte erläutern Sie, aus welchen Gründen die Daten auf gewinnorientierten Datenarchiven abgelegt werden.</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> - <widget_type>yesno</widget_type> - <value_type>boolean</value_type> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> + <widget_type>text</widget_type> + <value_type>text</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> - <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-nonprofit/explanation"> + <question dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-nonprofit/yesno"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>explanation</key> - <path>snf/data-usage/fair-nonprofit/explanation</path> + <uri_path>snf/data-usage/fair-nonprofit/yesno</uri_path> <dc:comment/> - <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/preservation/archive/nonprofit/explanation"/> - <questionset dc:uri="https://rdmorganiser.github.io/terms/questions/snf/data-usage/fair-nonprofit"/> + <attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/preservation/archive/nonprofit/yesno"/> <is_collection>False</is_collection> - <order>0</order> + <is_optional>False</is_optional> <help lang="en"/> - <help lang="de"/> - <text lang="en">With negative answer: Please explain why the data will be stored at for-profit digitale archives.</text> - <text lang="de">Bei negativer Antwort: Bitte erläutern Sie, aus welchen Gründen die Daten auf gewinnorientierten Datenarchiven abgelegt werden.</text> + <text lang="en">I will chose digital archives which are managed by non-profit organisation.</text> + <default_text lang="en"/> <verbose_name lang="en"/> + <help lang="de"/> + <text lang="de">Ich werde digitale Archive wählen, die +von einer gemeinnützigen Organisation +verwaltet werden.</text> + <default_text lang="de"/> <verbose_name lang="de"/> - <verbose_name_plural lang="en"/> - <verbose_name_plural lang="de"/> - <widget_type>text</widget_type> - <value_type>text</value_type> + <help lang="fr"/> + <text lang="fr"/> + <default_text lang="fr"/> + <verbose_name lang="fr"/> + <help lang="it"/> + <text lang="it"/> + <default_text lang="it"/> + <verbose_name lang="it"/> + <help lang="es"/> + <text lang="es"/> + <default_text lang="es"/> + <verbose_name lang="es"/> + <default_option/> + <default_external_id/> + <widget_type>yesno</widget_type> + <value_type>boolean</value_type> <maximum/> <minimum/> <step/> <unit/> + <width/> <optionsets/> <conditions/> </question> diff --git a/rdmorganiser/tasks/rdmo.xml b/rdmorganiser/tasks/tasks.xml similarity index 76% rename from rdmorganiser/tasks/rdmo.xml rename to rdmorganiser/tasks/tasks.xml index b96fe88d..d0c074e8 100644 --- a/rdmorganiser/tasks/rdmo.xml +++ b/rdmorganiser/tasks/tasks.xml @@ -1,27 +1,42 @@ <?xml version="1.0" encoding="UTF-8"?> -<rdmo xmlns:dc="http://purl.org/dc/elements/1.1/"> +<rdmo xmlns:dc="http://purl.org/dc/elements/1.1/" created="2024-03-11T10:52:04.886084+01:00" version="2.0.0"> <task dc:uri="https://rdmorganiser.github.io/terms/tasks/contact_IT_or_data_management_expert"> - <uri_prefix>https://rdmorganiser.github.io/</uri_prefix> - <key>contact_IT_or_data_management_expert</key> + <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> + <uri_path>contact_IT_or_data_management_expert</uri_path> <dc:comment/> + <order>0</order> <title lang="en">Contact IT or data management expert - IT- oder Datenmanagementexpertin/en kontaktieren Please contact an IT or data management expert to get support in terms of data usage. + IT- oder Datenmanagementexpertin/en kontaktieren Bitte kontaktieren Sie Personen mit IT- oder Datenmanagementexpertise, um die notwendige Unterstützung für geplante Datennutzungsszenarien zu erhalten. + + <text lang="fr"/> + <title lang="it"/> + <text lang="it"/> + <title lang="es"/> + <text lang="es"/> <start_attribute/> <end_attribute/> <days_before/> <days_after/> <conditions/> + <catalogs/> </task> <task dc:uri="https://rdmorganiser.github.io/terms/tasks/clarify_consequences_international_law"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>clarify_consequences_international_law</key> + <uri_path>clarify_consequences_international_law</uri_path> <dc:comment/> + <order>0</order> <title lang="en">Clarify consequences of different international jurisdictions - Konsequenzen verschiedener relevanter Gesetzgebungen klären Please get in touch with the legal department or a respective contact person at your institution to clarify if this has consequences for the project and its data management and if yes, what consequences these are. + Konsequenzen verschiedener relevanter Gesetzgebungen klären Setzen Sie sich bitte mit der Rechtsabteilung bzw. einem/r entsprechenden Ansprechpartner/in an Ihrer Institution in Verbindung, um zu klären, ob sich daraus Konsequenzen für Ihr Projekt ergeben und wenn ja, welche dies sind. + + <text lang="fr"/> + <title lang="it"/> + <text lang="it"/> + <title lang="es"/> + <text lang="es"/> <start_attribute/> <end_attribute/> <days_before/> @@ -29,34 +44,49 @@ <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/law_international"/> </conditions> + <catalogs/> </task> <task dc:uri="https://rdmorganiser.github.io/terms/tasks/contact_data_security_officer"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>contact_data_security_officer</key> + <uri_path>contact_data_security_officer</uri_path> <dc:comment/> + <order>0</order> <title lang="en">Contact data security officer about special requirements - Datenschutzbeauftragten bzgl. spezieller Anforderungen kontaktieren. - At least one of the datasets contains particularly sensitive personal information according ot BDSG § 3, 9. + At least one of the datasets contains particularly sensitive personal information according ot BDSG § 3, 9. Please get in touch with the data protection officer of your institution to check which additional protection measures are necessary. - Mindestens einer der Datensätze enthält besonders sensible personenbezogene Daten - nach BDSG §3, Abs. 9. + Datenschutzbeauftragten bzgl. spezieller Anforderungen kontaktieren. + Mindestens einer der Datensätze enthält besonders sensible personenbezogene Daten nach BDSG §3, Abs. 9. Infomieren Sie sich bitte bei der/dem Datenschutzbeauftragten Ihrer Institution, welche zusätzlichen Schutzmaßnahmen notwendig sind. + + <text lang="fr"/> + <title lang="it"/> + <text lang="it"/> + <title lang="es"/> + <text lang="es"/> <start_attribute/> <end_attribute/> <days_before/> <days_after/> <conditions/> + <catalogs/> </task> <task dc:uri="https://rdmorganiser.github.io/terms/tasks/contact_IT_department"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>contact_IT_department</key> + <uri_path>contact_IT_department</uri_path> <dc:comment/> + <order>0</order> <title lang="en">Contact IT department to acquire infrastructure resources - IT-Abteilung kontaktieren, um Infrastrukturressourcen zu organisieren Please get in touch with your IT department to arrange that the required infrastructure resources are provided. + IT-Abteilung kontaktieren, um Infrastrukturressourcen zu organisieren Bitte nehmen Sie Kontakt mit der IT-Abteilung auf, um die Bereitstellung der benötigten Infrastrukturressourcen zu organisieren. + + <text lang="fr"/> + <title lang="it"/> + <text lang="it"/> + <title lang="es"/> + <text lang="es"/> <start_attribute/> <end_attribute/> <days_before/> @@ -64,15 +94,23 @@ Infomieren Sie sich bitte bei der/dem Datenschutzbeauftragten Ihrer Institution, <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/infrastructure_resources"/> </conditions> + <catalogs/> </task> <task dc:uri="https://rdmorganiser.github.io/terms/tasks/contact_rights_owner"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>contact_rights_owner</key> + <uri_path>contact_rights_owner</uri_path> <dc:comment/> + <order>0</order> <title lang="en">Contact rights owner - Rechteinhaber/in kontaktieren Clarify, if and how this restricts the possibility of long-term preservation and re-use and if the rights onwer ist willing to grant the necessary rights. + Rechteinhaber/in kontaktieren Prüfen Sie, welche Einschränkungen damit bezüglich der Langzeitarchivierung und Nachnutzung bestehen und ob der/die Rechteinhaberin bereit ist, ggf. die notwendigen Rechte einzuräumen. + + <text lang="fr"/> + <title lang="it"/> + <text lang="it"/> + <title lang="es"/> + <text lang="es"/> <start_attribute/> <end_attribute/> <days_before/> @@ -80,43 +118,67 @@ Infomieren Sie sich bitte bei der/dem Datenschutzbeauftragten Ihrer Institution, <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/rights_owner_clear"/> </conditions> + <catalogs/> </task> <task dc:uri="https://rdmorganiser.github.io/terms/tasks/create_data_organisation_policy"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>create_data_organisation_policy</key> + <uri_path>create_data_organisation_policy</uri_path> <dc:comment/> + <order>0</order> <title lang="en">Create data organisation policy - Richtlinien zur Datenorganisation erstellen Create a policy for a consistent data organisation in the project. + Richtlinien zur Datenorganisation erstellen Erstellen Sie eine Richtlinie zur einheitlichen Organisation der Daten im Projekt. + + <text lang="fr"/> + <title lang="it"/> + <text lang="it"/> + <title lang="es"/> + <text lang="es"/> <start_attribute/> <end_attribute/> <days_before/> <days_after/> <conditions/> + <catalogs/> </task> <task dc:uri="https://rdmorganiser.github.io/terms/tasks/create_naming_policy"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>create_naming_policy</key> + <uri_path>create_naming_policy</uri_path> <dc:comment/> + <order>0</order> <title lang="en">Create data naming policy - Richtlinie zur Benennung der Daten erstellen Create a guideline for a consistent naming of the data within the project. + Richtlinie zur Benennung der Daten erstellen Erstellen Sie eine Richtlinie zur einheitlichen Benennung der Daten innerhalb des Projekts. + + <text lang="fr"/> + <title lang="it"/> + <text lang="it"/> + <title lang="es"/> + <text lang="es"/> <start_attribute/> <end_attribute/> <days_before/> <days_after/> <conditions/> + <catalogs/> </task> <task dc:uri="https://rdmorganiser.github.io/terms/tasks/determine_versioning_tool"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>determine_versioning_tool</key> + <uri_path>determine_versioning_tool</uri_path> <dc:comment/> + <order>0</order> <title lang="en">Determine Versioning Tool - Versionierungstool bestimmen Determine, which versioning tool will be used for the versioning. + Versionierungstool bestimmen Legen Sie fest, welches Versionierungstool genutzt werden soll. + + <text lang="fr"/> + <title lang="it"/> + <text lang="it"/> + <title lang="es"/> + <text lang="es"/> <start_attribute/> <end_attribute/> <days_before/> @@ -124,47 +186,72 @@ Infomieren Sie sich bitte bei der/dem Datenschutzbeauftragten Ihrer Institution, <conditions> <condition dc:uri="https://rdmorganiser.github.io/terms/conditions/versioning_tool_undecided"/> </conditions> + <catalogs/> </task> <task dc:uri="https://rdmorganiser.github.io/terms/tasks/finish-first-dmp"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>finish-first-dmp</key> + <uri_path>finish-first-dmp</uri_path> <dc:comment/> + <order>0</order> <title lang="en">Finish first DMP - Ersten DMP abschließen The first DMP should be finished about 3 months after the project has started. + Ersten DMP abschließen Der erste DMP sollte 3 Monate nach Projektbeginn abgeschlossen sein. + + <text lang="fr"/> + <title lang="it"/> + <text lang="it"/> + <title lang="es"/> + <text lang="es"/> <start_attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/schedule/project_start"/> <end_attribute/> <days_before/> <days_after>90</days_after> <conditions/> + <catalogs/> </task> <task dc:uri="https://rdmorganiser.github.io/terms/tasks/identify_rights_owner"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>identify_rights_owner</key> + <uri_path>identify_rights_owner</uri_path> <dc:comment/> + <order>0</order> <title lang="en">Identify rights owner - Rechteinhaber/in recherchieren Identify the rights owner and contact him / her to see if the rights necessary for long-term preservation and re-use will be granted. + Rechteinhaber/in recherchieren Identifizeren Sie den/die Rechteinhaber/in und prüfen Sie, ob diese/r bereit ist, die ggf. die für die Langzeitarchivierung und Nachnutzung notwendigen Rechte einzuräumen. + + <text lang="fr"/> + <title lang="it"/> + <text lang="it"/> + <title lang="es"/> + <text lang="es"/> <start_attribute/> <end_attribute/> <days_before/> <days_after/> <conditions/> + <catalogs/> </task> <task dc:uri="https://rdmorganiser.github.io/terms/tasks/inform_data_security_officer"> <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>inform_data_security_officer</key> + <uri_path>inform_data_security_officer</uri_path> <dc:comment/> + <order>0</order> <title lang="en">Inform data security officer - Datenschutzbeauftragte/n informieren At least one dataset contains personal data. Please contact the data security officer in charge. + Datenschutzbeauftragte/n informieren Mindestens ein Datensatz enthält personenbezogene Daten. Bitte infomieren Sie den oder die zuständige/n Datenschutzbeauftragte/n Ihrer Institution. + + <text lang="fr"/> + <title lang="it"/> + <text lang="it"/> + <title lang="es"/> + <text lang="es"/> <start_attribute/> <end_attribute/> <days_before/> <days_after/> <conditions/> + <catalogs/> </task> -</rdmo> \ No newline at end of file +</rdmo> diff --git a/rdmorganiser/views/variable_check.xml b/rdmorganiser/views/variable_check.xml deleted file mode 100644 index c7b866dd..00000000 --- a/rdmorganiser/views/variable_check.xml +++ /dev/null @@ -1,263 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<rdmo xmlns:dc="http://purl.org/dc/elements/1.1/" created="2022-12-19T16:58:36.891572+01:00"> - <view dc:uri="https://rdmorganiser.github.io/terms/views/variable_check"> - <uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix> - <key>variable_check</key> - <dc:comment/> - <title lang="en">List of all variables - for internal control - Liste aller Variablen - für interne Kontrolle - - - - diff --git a/rdmorganiser/views/FAIR4RSview.xml b/rdmorganiser/views/view-FAIR4RS.xml similarity index 96% rename from rdmorganiser/views/FAIR4RSview.xml rename to rdmorganiser/views/view-FAIR4RS.xml index d08dcbc4..642ecb16 100644 --- a/rdmorganiser/views/FAIR4RSview.xml +++ b/rdmorganiser/views/view-FAIR4RS.xml @@ -1,13 +1,20 @@ - + https://rdmo.mpdl.mpg.de/ - FAIR4RSview + FAIR4RSview View of the FAIR Principles for Research Software (https://zenodo.org/record/6623556) + 0 FAIR4RS View of the FAIR Principles for Research Software (<a href="https://zenodo.org/record/6623556" target="_blank">https://zenodo.org/record/6623556</a>) FAIR4RS Ansicht der FAIR Principles for Research Software (<a href="https://zenodo.org/record/6623556" target="_blank">https://zenodo.org/record/6623556</a>) + FAIR4RS + Vue des FAIR Principles for Research Software (<a href="https://zenodo.org/record/6623556" target="_blank">https://zenodo.org/record/6623556</a>) + FAIR4RS + Vista dei FAIR Principles for Research Software (<a href="https://zenodo.org/record/6623556" target="_blank">https://zenodo.org/record/6623556</a>) + FAIR4RS + Vista de los FAIR Principles for Research Software (<a href="https://zenodo.org/record/6623556" target="_blank">https://zenodo.org/record/6623556</a>) diff --git a/rdmorganiser/views/bielefeld.xml b/rdmorganiser/views/view-bielefeld.xml similarity index 96% rename from rdmorganiser/views/bielefeld.xml rename to rdmorganiser/views/view-bielefeld.xml index 02887383..6f348d76 100644 --- a/rdmorganiser/views/bielefeld.xml +++ b/rdmorganiser/views/view-bielefeld.xml @@ -1,13 +1,20 @@ - + https://rdmorganiser.github.io/terms - bielefeld + bielefeld + 0 Bielefeld DMP template from the University of Bielefeld. Bielefeld - DMP Vorlage der Universität Bielefeld. + DMP-Vorlage der Universität Bielefeld. + Bielefeld + DMP Soumission de l'Université de Bielefeld. + Bielefeld + Modello di DMP dell'Università di Bielefeld. + Bielefeld + Plantilla DMP de la Universidad de Bielefeld.