Hi Jose,
Am 03.11.20 um 16:47 schrieb Jose Blanco:
> I have configured our test area to use DataCite to mint doi using the
> dspace documentation, and everything is working fine.
[…]
> Any suggestions about how
> to accomplish this with the out of box dspace 6.3?
No, not out of the box (we use 5.10)
We had the same requirements: get a PI before submit.
Solution is fetching the DOI by a web service and pre-filling the field
in the first step, so the submitter can note it down an put it inside
their file.
Save the submission, after that there is a DOI, so don't fetch an new
one on reopening (we have one user where this not works, gets a new one
every time, needs further investigation).
Disadvantage: you need your own scripts to register with DataCite…
I can give you the snippet for XMLUI, if you like.
Michael