EPrints Technical Mailing List Archive

Message: #08027


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

Re: [EP-tech] DOI Minting


Hi James,

yes the trigger is the EP_TRIGGER_STATUS_CHANGE one, so from what you say that won't be happening.

I guess options would be

a)  to use a more general trigger like EP_TRIGGER_AFTER_COMMIT and then check the status of the item and whether there is already a DOI in place etc etc etc... though you may end up with a lot more logic to do?

b) you could enable the action_coin plugin in the z_datacitedoi.pl and then go and press the "Coin DOI" button in the UI. I guess that would be a drag if you have more than a handful of Theses to process.

Maybe there's a c) out there without any downsides?

Cheers,

Rory

Rory McNicholl
Team Lead - Research Technologies
CoSector, University of London
Senate House
Malet Street
London
WC1E 7HU

t: +44 (0)20 7863 1344
e: rory.mcnicholl@london.ac.uk
w: https://cosector.com/digital-research/

The University of London is an exempt charity in England and Wales.

From: eprints-tech-bounces@ecs.soton.ac.uk <eprints-tech-bounces@ecs.soton.ac.uk> on behalf of James Kerwin via Eprints-tech <eprints-tech@ecs.soton.ac.uk>
Sent: 12 November 2019 12:42
To: eprints-tech@ecs.soton.ac.uk <eprints-tech@ecs.soton.ac.uk>
Subject: [EP-tech] DOI Minting
 
Hi All,

I'm currently going through the process of uploading a load of digitised theses.

I've managed to write scripts to create the EPrints friendly metadata and altered the bin/import script to slurp up a load of XML files and do the deposits for me.

I'm having trouble getting the DOIs to mint on deposit (datacite) and to get my twitter bot to send tweets upon deposit (my own Frankenstein's monster of a script).

Usually these scripts are triggered when an item moves from the review to the live archive. The digitised theses items are going straight into the live archive which I guess is why they aren't being triggered.

Does anybody have any helpful advice on this?

Thanks,
James