Skip to content

Releases: rdmorganiser/rdmo-catalog

1.4.0-rdmo-1.6.0

04 Dec 10:59
918e69d
Compare
Choose a tag to compare

Overview

This release promotes the Software Management Plan questionnaire the RDMO official content and adds a view to the existing questionnaire for the DFG checklist in German. Besides that, numerous questionnaires were provided by the community to the shared content.

New Features in the RDMO official content

Catalogues

  • Update external links in question texts
  • In rdmo.xml-catalog, merging of the two questionsets "Other requirements I" and "II" into a new one with a new URI
  • Software Management Plan (promoted)

Domain, Options, Conditions

  • 44 attributes (for SMP and DFG checklist)
  • Conditions: data_published, reuse_scenario, publish-software

Views

  • FAIR4RS principles
  • DFG checklist
  • Reference doc for Horizon Europe
  • Merging of the English and German cost views into one

Community Contributions (shared content)

  • FDNext Policy-Generator
  • BLE (Federal Ministry for Agriculture and Nutrition)
  • DFG Chemistry & Physics
  • European Partnership on Meteorology
  • European Research Council

Internationalisation

  • Small corrections (update links, add missing verbose names, fix typos, increment Spanish localisation ...)

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

What's Changed

New Contributors

Full Changelog: 1.3.1-rdmo-1.6.0...1.4.0-rdmo-1.6.0

1.3.1-rdmo-1.6.0

14 Mar 15:56
b7667a5
Compare
Choose a tag to compare

Fixes including one that fixes a bug in the options for rdmo and another that fixes the Horizon Europe view.

What's Changed

New Contributors

Full Changelog: 1.3.0-rdmo-1.6.0...1.3.1-rdmo-1.6.0

1.3.0-rdmo-1.6.0

28 Feb 16:19
b85dcd3
Compare
Choose a tag to compare

Overview

This release adds support for the DFG-Checkliste in German and English languages.

New Features

  • DFG-Checkliste (DE, EN) unbranded. Branding content to your institution is possible. Please refer to rdmorganiser/questions/DFG-Checkliste.md

Catalogues

  • DFG-Checkliste (new)

Domain, Options

  • Single additions (for DFG-Checkliste)

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

What's Changed

Full Changelog: 1.2.0-rdmo-1.6.0...1.3.0-rdmo-1.6.0

1.2.0-rdmo-1.6.0

21 Dec 08:24
bf15a87
Compare
Choose a tag to compare

Overview

This release adds support for Horizon Europe (catalogue and view); a new view for cost overview in English; a software management plan; localisation of all RDMO content in Spanish as fifth language supported.

New Features

Catalogues

  • Horizon Europe (new)
  • Math+ (new)
  • Softwaremanagementplan (new)
  • DFG questionnaires by FoDaKo (updated to version 5.0)
  • Science Europe (updated)
  • NFDI4Ing (updated)

Domain, Conditions, Options

  • Single additions (for Horizon Europe and Math+)

Views

  • Horizon Europe view
  • Cost view in English
  • List of all variables

Localisation

  • Localisation in 5 languages (en, de, es, fr, it) of main and Horizon Europe catalogues

Other

  • spelling corrections; some links updated
  • tabular overview of all catalogues

Full Changelog: 1.1.0-rdmo-1.6.0...1.2.0-rdmo-1.6.0

1.1.0-rdmo-1.6.0

01 Dec 15:34
a1372da
Compare
Choose a tag to compare

This release updates and adds new content to the "official rdmo" domain model, questions, options, tasks and conditions (folder rdmorganiser). The overview of the community contributions (folder shared) is improved and a new catalog for Science Europe is added. Moreover, this version paves the way for the "Horizon Europe" catalog, which is being developed by the RDMO Content working group.

Details:

rdmorganiser (official content)

Domain

  • 22 new attributes, mostly required for the Horizon Europe catalog (WIP)

Conditions

  • Four new conditions

Options

  • Removed option: dataset_size_options/253 "not yet defined"
  • Additional options: infrastructure_resources/262 "Fast read and write of data is required (high performance storage)", preservation_repository_options/138 "Another partner institution"
  • Added French and Italian locale
  • Minor language adjustments in English and German

Questions (Catalogs)

  • Add new questions (and attributes):
    • topic-research_field/name
    • long-term-preservation-datasets/responsible_person_name
    • long-term-preservation-datasets/responsible_person_email
  • Added help texts to questions where necessary
  • Fixed broken attribute reference in catalogs rdmo.xml, bielefeld.xml, snf.xml
  • Updated DFG and CC links
  • Fixed catalog layout (spaces, newlines, lists, quotes, special characters) and spelling in rdmo.xml, dcc.xml, fhpshort.xml
  • Added French and Italian localization to catalog rdmo.xml
  • Minor adjustments in question text (English and German locale)

Community contributions (shared content)

  • New catalog for Science Europe (VW Stiftung funding agency)
  • Updated table with overview of catalogs shared with the community
  • Updated documentation of FoDaKo catalogs

Internationalization

  • New folder localisation containing R script and tables for the localization of RDMO catalogues and optionsets

1.0.1-rdmo-1.6.0

08 Oct 12:47
8cc58d6
Compare
Choose a tag to compare

This release fixes a change in the data model in RDMO 1.6. The id attribute of question set collections is now explicit, therefore the attribute needs to be changed in the XML files as well:

project/datacite -> project/datacite/id
project/funder -> project/funder/id
project/partner -> project/partner/id

1.0.0-rdmo-1.5.5

08 Oct 12:44
1d145e4
Compare
Choose a tag to compare

First major release: This version of the repository is stable and in use over a long time now and is tested with RDMO 1.5.5.

v0.1.0

07 Apr 09:08
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • first release