forked from rdmorganiser/rdmo-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b29ab0
commit bd1a24a
Showing
7 changed files
with
798 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*~ | ||
.DS_Store | ||
*.swp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.