Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. That investigations is the entity that creates an automatic DP/DOI

  2. There is no current provision to approve DOI requests

  3. That ROR is used to search for institutes

  4. That the API will be called as part of a script to automatically mint DOIs (not provided)

  5. That the user can only see open datasets that they are allowed to seedata or their own data.

  6. The API can take up to 10 seconds to mint a DOI, due to the calls needed to pythonICAT, and that this is ok.

  7. A set of Investigations / datasets and datafiles are allowed for user-defined DOIs

  8. Request Rules:

    1. At least one Investigations / datasets or data files has to be provided

    2. creator is mandatory and all its subfields:

      1. Code Block
        "name": "James T Kirk",	
        "givenName": "James",				
        "familyName": "Kirk",				
        "nameType": "Personal",				
        "email": "jtk@starfleet.org",				
        "affiliation": "Starfleet Academy"
    3. relatedIdentifiers are optional but each must be unique if provided

    4. title and description are mandatory

    5. full details can be found at /docs

...