Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

The code for the script lives here.

Process

  • See here for a mapping of ICAT Investigation to DataPublication.

  • See here for a mapping of ICAT Investigation & DataPublication to Datacite metadata.

The script goes about minting DOI’s in the following fashion:

We create the draft and commit that to the DB first due to the following “chicken and egg” issue:

  • To create a DataPublication we need a DOI [mandatory field]

  • To create a DOI we need a URL which will have the DataPublication ID in it

Various ICAT tables need other entities to be created first as they are needed as a mandatory relationship. Below is a diagram of what is needed to create a DataPublication and how the script goes about it.

  • Facility is taken directly from the investigation

  • DataPublicationType is a constant so is only retreived from the ICATDB once and appended to any DataPublications

  • No labels