Skip to content

Commit

Permalink
add xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Mar 15, 2017
1 parent 9b29ab0 commit bd1a24a
Show file tree
Hide file tree
Showing 7 changed files with 798 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*~
.DS_Store
*.swp
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# rdmo-catalog
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/options.xml
./manage.py import /path/to/conditions.xml
./manage.py import /path/to/domain.xml
./manage.py import /path/to/conditions.xml # yes, again
./manage.py import /path/to/questions.xml
./manage.py import /path/to/views.xml
```
2 changes: 2 additions & 0 deletions conditions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<conditions xmlns:dc="http://purl.org/dc/elements/1.1/"><condition><dc:uri>https://rdmorganiser.github.io/terms/conditions/additional_rdm_policy</dc:uri><dc:comment>There are additional data management requirements.</dc:comment><source dc:uri="https://rdmorganiser.github.io/terms/domain/project/additional_rdm_policy/yesno"></source><relation>eq</relation><target_text></target_text><target_option dc:uri="https://rdmorganiser.github.io/terms/options/other_requirements_options/146"></target_option></condition><condition><dc:uri>https://rdmorganiser.github.io/terms/conditions/data_sharing</dc:uri><dc:comment>The data will be shared.</dc:comment><source dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sharing/yesno"></source><relation>eq</relation><target_text></target_text><target_option dc:uri="https://rdmorganiser.github.io/terms/options/dataset_sharing_options/69"></target_option></condition><condition><dc:uri>https://rdmorganiser.github.io/terms/conditions/intellectual_property_rights</dc:uri><dc:comment>The project uses data or software that is protected by intellectual property rights.</dc:comment><source dc:uri="https://rdmorganiser.github.io/terms/domain/project/legal_aspects/ipr/yesno"></source><relation>eq</relation><target_text>1</target_text><target_option></target_option></condition><condition><dc:uri>https://rdmorganiser.github.io/terms/conditions/international</dc:uri><dc:comment>The legal situation of different countries has to be considered.</dc:comment><source dc:uri="https://rdmorganiser.github.io/terms/domain/project/legal_aspects/international_yesno"></source><relation>eq</relation><target_text>1</target_text><target_option></target_option></condition><condition><dc:uri>https://rdmorganiser.github.io/terms/conditions/other_sensitive_data</dc:uri><dc:comment>Other sensitive data being used in the project.</dc:comment><source dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sensitive_data/other/yesno"></source><relation>eq</relation><target_text>1</target_text><target_option></target_option></condition><condition><dc:uri>https://rdmorganiser.github.io/terms/conditions/personal_data</dc:uri><dc:comment>Personal data is used in the project.</dc:comment><source dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/sensitive_data/personal_data_yesno/yesno"></source><relation>eq</relation><target_text>1</target_text><target_option></target_option></condition></conditions>
2 changes: 2 additions & 0 deletions domain.xml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions options.xml

Large diffs are not rendered by default.

76 changes: 76 additions & 0 deletions questions.xml

Large diffs are not rendered by default.

698 changes: 698 additions & 0 deletions views.xml

Large diffs are not rendered by default.

0 comments on commit bd1a24a

Please sign in to comment.