-
v1.6.1 Stable
released this
2023-03-29 10:14:18 +02:00 | 186 commits to master since this releaseWhat’s New
- Refactor the publishing mechanism
Choose the repository you wish to deposit your maDMP! We expanded our publishing mechanism to give researchers the flexibility of selecting more than one repository. This one is for everyone using our OpenDMP software as a configurable source that can be linked to their data services. It’s not a secret from all argos online users; better consider this as a heads up that it’s not available from argos.openaire.eu! - Redesign of the deposit button
Have you heard of Newton’s “action-reaction” law? Well, this is what happened in this case. We changed the publishing mechanism which caused discrepancies in the way the deposit button functioned as of then. Long story short, you can now choose the repository you want to deposit your maDMP from a list of configurable sources and then view the different dois assigned from a drop down. - Dataverse integration
Have you heard the saying “curiosity killed the cat”? We wanted to make it explicit to all of our users that we now support Dataverse for publishing and pre-filling content. Note: no animals were harmed in the context of our ARGOS release. - Table Input
Tables are better for organising information, especially when we are talking about a collection of datasets. Even better when the table supports machine actionability of DMPs, won’t you agree? Feel free to change your templates in ARGOS to include as many machine actionable tables as you want!
What's Improved
- New version of the RSU Template
Our colleagues in the Universidad Stradiņš de Riga made few changes to the RSU Template to better reflect the national policy framework. All Latvian affiliated researchers can use the latest version to create their DMPs, available from argos.openaire.eu. - New version of the Croatian json
Did you know that there are +7000 languages spoken in the world? We would love to support all of them, but for now we have completed the localisation of ARGOS to the Croatian language, thanks to our colleagues in the Ruđer Bošković Institute. Uživati!
Changelog
- Zenodo repository integration to deposit DMPs in no longer part of the core software, since the publishing mechanism is refactored and now it supports plugins. Zenodo plugin implementation can be found here: https://code-repo.d4science.org/MaDgiK-CITE/repository-deposit-zenodo
- In order for the plugins to be loader the following should be added to the startup command: -Dloader.path=<path of the folder containing the repo jars> -cp openDMP.jar org.springframework.boot.loader.PropertiesLauncher
- Database schema is updated and the following scripts should be executed to migrate the database with the following order: (always backup your database first)
- https://code-repo.d4science.org/MaDgiK-CITE/argos/src/branch/master/dmp-db-scema/updates/00.00.010_Add_EntityDoi_table.sql
- https://code-repo.d4science.org/MaDgiK-CITE/argos/src/branch/master/dmp-db-scema/updates/00.00.011.Migrate_data_from_dmp_doi_to_entitydoi.sql
- https://code-repo.d4science.org/MaDgiK-CITE/argos/src/branch/master/dmp-db-scema/updates/00.00.012.Delete_doi_from_dmp_table.sql
Downloads
- Refactor the publishing mechanism