JaneliaSciComp / dis-utilities

Utilities for Data and Information Services
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add arXiv to preprint metrics #49

Closed virginiascarlett closed 1 week ago

virginiascarlett commented 1 month ago

Would it be possible/reasonable to add arXiv to the "Preprint DOI institutions" pie chart on https://dis.int.janelia.org/dois_preprint? I think you'd need to sift out arxiv DOIs in one of two ways. Either dig into the DataCite metadata and look for ["identifiers"]["identifierType"] == "arXiv", like so: "identifiers": [ { "identifier": "2406.17936", "identifierType": "arXiv" } ], Or just do a regex to search for the substring "arxiv" in the DOI itself.

virginiascarlett commented 1 month ago

A couple of recent arXiv DOIs for practice: 10.48550/arXiv.2405.12385, 10.48550/arxiv.2406.17936