-
Notifications
You must be signed in to change notification settings - Fork 18
To set up DOIs, follow
https://wiki.lyrasis.org/display/DSDOC7x/DOI+Digital+Object+Identifier
Watch out! The DATACITE_HOST
in /config/spring/api/identifier-service.xml
is supposed to be mds(.test).datacite.org
not api(.test).datacite.org
.
There is also a section about pre-registering DOIs, which partially works (DOI is known beforehand, but never reserved with DOI provider).
If it is properly registered, the announced DOI is used.
Only Administrator of particular item can register DOI.
Automatic registration or reservation of DOIs did not work.
All had to be manually added to registration queue (seen in DB table doi
) with curation task.
I also never got to reserve DOIs in any way, except for direct change in database to pending for reserve status.
Statuses are easily seen in code and also in documentation link above (currently at the very bottom).