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
Switching to the DataCite REST API for retrieving registration metadata (#12270)
* A quick implementation of using DataCite REST API for retrieving
DOI metadata from DataCite. This is to address an apparent issue
with UTF8 characters when relying on the MDS API used traditionally.
(#12070)
* Removing the old-style constructors that are no longer needed.
Removing the old-style constructors that are no longer needed. #12070
* whitespaces #12070
* a release note for #12070
* some last touches. #12070
* cosmetic - cleaning up a dev. comment #12070
* cosmetic^2 - fixes a typo in a cosmetic comment fix#12070
Incremental improvements have been made to the process of registering dataset metadata with DataCite. If your instance is using DataCite, please make sure you have a valid DataCite REST API url configured, since it is now required.
2
+
3
+
The JVM option(s) in question are `dataverse.pid.*.datacite.rest-api-url` if the recommended, new-style pid configuration is used, or `doi.dataciterestapiurlstring` if the legacy settings are in place. In the latter case however, this may be a good occasion to switch to the new configuration setup.
4
+
5
+
For instances using registered DataCite authorities in production the url should be:
0 commit comments