You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would suggest showing "Rodare (for HZDR employees)" as an option for the deposit platform. If Rodare is selected, users should be shown the following text (or something similar):
In order to publish your software on Rodare, you first need to register it in Robis (https://www.hzdr.de/robis). Only enter the general metadata, but don't add a "publication form". Robis will assign an ID ("Publ.-Id") to your publication. Please enter this ID here.
And then they should enter this ID.
The snippet for the hermes.toml that should be generated looks like this (I used Publ.Id: 12345 in this example):
Additionally, [deposit.rodare] may have the following fields inherited from the Invenio plugin:
communities = ["rodare"]
access_right = "open"
For access_right, I think we should ask the user. communities should be pre-filled with ["rodare"] (which is the community for things to show up on the front page.
The text was updated successfully, but these errors were encountered:
In
hermes init
it should be possible to select Rodare as the target for the deposit step.The plugin is implemented here: https://github.com/softwarepub/hermes/blob/develop/src/hermes/commands/deposit/rodare.py
I would suggest showing "Rodare (for HZDR employees)" as an option for the deposit platform. If Rodare is selected, users should be shown the following text (or something similar):
And then they should enter this ID.
The snippet for the
hermes.toml
that should be generated looks like this (I used Publ.Id: 12345 in this example):Additionally,
[deposit.rodare]
may have the following fields inherited from the Invenio plugin:For
access_right
, I think we should ask the user.communities
should be pre-filled with["rodare"]
(which is the community for things to show up on the front page.The text was updated successfully, but these errors were encountered: