Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ In order to file issues, you will need a GitHub account.
|All questions (long) |[catalog][Q-rdmo]| |2024-09|RDMO team |
|All questions (short) |[catalog][Q-fhp] | |2020-08|FHP / RDMO team |
|DCC checklist |[catalog][Q-dcc] | |2018-10|RDMO team |
|DFG checklist |[catalog][Q-dfg] |[view][V-dfg] |2023-11|RDMO team |
|DFG checklist |[2 catalogs][Q-dfg] |[view][V-dfg] |2023-11|RDMO team |
Comment thread
Zack-83 marked this conversation as resolved.
Outdated
|Horizon Europe |[catalog][Q-heu] |[view][V-heu] |2022-12|RDMO team |
|Software Management Plan|[catalog][Q-smp]|[view][V-smp] (FAIR4RS)|2023-11|MPDL / RDMO team|
|Swiss National Fund |[catalog][Q-snf] |[view][V-snf] |2020-08|RDMO team |
Expand Down Expand Up @@ -117,7 +117,7 @@ In order to file issues, you will need a GitHub account.
|VW Foundation - Basic DMP |[catalog][VWB]| |2025-06|FDM Bayern eHumanities|
|VW Foundation - Science Europe |[catalog][VWE]| |2021-04|FDM Bayern eHumanities|

Total: 34 catalogs, 15 views
Total: 35 catalogs, 15 views

[AKU]: shared/ub_fau_erlangen_nuernberg/dfg-alte-kulturen/
[CHE]: shared/ub_fau_erlangen_nuernberg/dfg-chemie/
Expand Down Expand Up @@ -146,7 +146,7 @@ Total: 34 catalogs, 15 views
[Q-rdmo]: rdmorganiser/questions/questions-rdmo.xml
[Q-fhp]: rdmorganiser/questions/questions-fhpshort.xml
[Q-dcc]: rdmorganiser/questions/questions-dcc.xml
[Q-dfg]: rdmorganiser/questions/questions-DFG-Checkliste.xml
[Q-dfg]: rdmorganiser/questions/DFG-Checkliste/
[Q-heu]: rdmorganiser/questions/questions-horizon-europe.xml
[Q-smp]: rdmorganiser/questions/questions-smp.xml
[Q-snf]: rdmorganiser/questions/questions-snf.xml
Expand Down
4,244 changes: 4,244 additions & 0 deletions rdmorganiser/questions/DFG-Checkliste/questions-DFGCheckliste-fullexport.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,39 +1,47 @@
# DFG-Checkliste
* Contact / Maintainer: RDMO community, rdmo-contact@listserv.dfn.de
* Version: 1.0
* License: CC0

# Changes from 2023-06-60
* Attribute "https://rdmorganiser.github.io/terms/domain/project/dataset/curation/responsible_person/name" added to question "Who is responsible for curating the data after the end of the project?"

# Scope
This catalog is the [checklist published by the DFG](https://www.dfg.de/research_data/checklist), supplemented by help texts and option sets.

# Import

## Files
* questions/DFG-Checkliste.xml

## Dependencies
RDMO standard domain and option sets required:
* domain/rdmo.xml
* options/rdmo.xml

## Necessary instution-specific adjustments
Several questions or linked optionsets of the catalog need institution-specific adjustements after import:
* https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/data_content
* https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/publication_restrictions/publication_limitations
* https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/reuse/reuse_when
* https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities/resources/datahandling_resources

## Installation
Installing the DFG-checkliste to your rdmo instance from the command line you need to
```
./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/DFG-Checkliste.xml
./manage.py import /path/to/tasks/rdmo.xml
./manage.py import /path/to/views/rdmo.xml
```
# DFG-Checkliste
* Contact / Maintainer: RDMO community, rdmo-contact@listserv.dfn.de
* Version: 1.0
Comment thread
Zack-83 marked this conversation as resolved.
Outdated
* License: CC0

# Changes from 2026-03-30
There are now two versions of the xml file. Depending on your RDMO system, you should chose the appropriate one:
* **questions-DFGCheckliste-fullexport.xml** for import in RDMO systems with versions greater than 2.0
* **questions-DFGCheckliste-simple.xml** for import in RDMO systems with versions lower than 2.0
Comment thread
Zack-83 marked this conversation as resolved.
Outdated

# Changes from 2023-06-60
* Attribute "https://rdmorganiser.github.io/terms/domain/project/dataset/curation/responsible_person/name" added to question "Who is responsible for curating the data after the end of the project?"

# Scope
This catalog is the [checklist published by the DFG](https://www.dfg.de/research_data/checklist), supplemented by help texts and option sets.

# Import

## Files
* questions/questions-DFGCheckliste-simple.xml
OR:
* questions/questions-DFGCheckliste-fullexport.xml


## Dependencies
RDMO standard domain and option sets required:
* domain/attributes.xml
* options/optionsets.xml

## Necessary institution-specific adjustments
Several questions or linked optionsets of the catalog need institution-specific adjustements after import:
* https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/data_description/data_content
* https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/rights/publication_restrictions/publication_limitations
* https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/exchange_access/reuse/reuse_when
* https://rdmorganiser.github.io/terms/questions/DFG-Checkliste/responsibilities/resources/datahandling_resources

## Installation
Installing the DFG-checkliste to your rdmo instance from the command line you need to
```
./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/DFG-Checkliste.xml
./manage.py import /path/to/tasks/rdmo.xml
./manage.py import /path/to/views/rdmo.xml
```
Loading