Dear all

The short question is:

Can I somehow delete the doi-organiser list?


The long version is:

At some point our DSpace repository stopped assigning DOIs from datacite 
automatically. We don't know exactly when. We upgraded our repository to DSpace 
6.3, and it might have been then.

I found out that somehow the URLs had not been registered correctly with 
DataCite. I then found out that I could register them directly with this command

curl -H "Content-Type:text/plain;charset=UTF-8" -X PUT --user $USER:$PASSWD -d 
"$(printf 
'doi=$DOI\nurl=https://loar.kb.dk/handle/$HANDLE<https://loar.kb.dk/handle/$>')"
 https://mds.datacite.org/doi/$DOI<https://mds.datacite.org/doi/$> -i
Using doi-organiser -list I could get the handles and DOIs, and update them on 
DataCite.

I then used metadata-export to export the metadata as a csv file and I then 
added the DOIs to the scv file and imported the new metadata using 
metadata-import.

I don't want to do this for all new items. I would really like for DSpace to do 
this automatically from now on. I think clearing the doi-organiser list could 
reset the doi status inside DSpace, so that is my question. Can I do this? Or 
is there perhaps another way to get DSpace to assign DOIs from DataCite 
automatically again?


Kind regards

Bolette

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/e2aa7d9dd82c4328af3e6ea7fb760310%40kb.dk.

Reply via email to