(provider_id=) arxiv, prior to January 2022

Hello,

I was just wondering what the status was of integrating arxiv doi’s prior to January 2022.

I see that all arxiv articles are now assigned doi’s, but that only happened in February 2022.
New arXiv articles are now automatically assigned DOIs – arXiv blog

For instance, this query doesn’t return any articles:
https://api.datacite.org/dois?provider_id=arxiv&page[size]=10&query=created:[1999-01-01%20TO%202021-12-31]
but this one does:
https://api.datacite.org/dois?provider_id=arxiv&page[size]=10&query=created:[1999-01-01%20TO%202022-01-10]

[Not sure if this is the right place to ask this or not, this is my first post to this forum.]

Thank you,
Chris

Hi @cdr, welcome to the PID Forum!

The “created” date refers to the date of DOI creation. You might try queries with publicationYear, for example:

https://api.datacite.org/dois?provider_id=arxiv&query=publicationYear:1991
https://api.datacite.org/dois?provider_id=arxiv&query=publicationYear:<2000

Thank you, Kelly!
Chris

1 Like