NASA-PDS / doi-service

Service and tools for generating DOIs for PDS bundles, collections, and data sets
https://nasa-pds.github.io/doi-service
Other
2 stars 3 forks source link

Deprecate VCO and Akatsuki DOIs #324

Closed jordanpadams closed 2 years ago

jordanpadams commented 2 years ago

🐛 Describe the bug

From user:

Please take down the results at the following page: [https://pds.nasa.gov/tools/doi/#/search/VCO]https://pds.nasa.gov/tools/doi/*/search/VCO

This still shows the erroneously assigned DOIs.

Engineering Details

Here is the metadata I would like for the various values

  <creators>
    <creator>
      <creatorName nameType="Personal">J. Doe</creatorName>
    </creator>
  </creators>
  <titles>
    <title xml:lang="en">invalid-duplicate</title>
  </titles>
  <publisher>NASA Planetary Data System</publisher>
  <publicationYear>2021</publicationYear>
  <resourceType resourceTypeGeneral="Dataset">Invalid</resourceType>
  <contributors>
    <contributor contributorType="DataCurator">
      <contributorName nameType="Organizational">Planetary Data System: Engineering Node</contributorName>
    </contributor>
  </contributors>
  <dates>
    <date dateType="Issued">2021</date>
  </dates>
  <language>en</language>
  <alternateIdentifiers>
    <alternateIdentifier alternateIdentifierType="Site ID">invalid_3::1.0</alternateIdentifier>
  </alternateIdentifiers>
  <sizes/>
  <formats/>
  <version/>
</resource>

replacing invalid_* with a datetime or anything that makes it unique so it won't break the database.

and URL = https://pds.nasa.gov/ds-view/pds/viewCollection.jsp?identifier=invalid

jordanpadams commented 2 years ago

updates made at https://doi.datacite.org/, will sync with online DOI Service sometime in next 24 hours.