Skip to content

arXiv import no longer works by either arXiv ID or DOI #116

@axel-loewe

Description

@axel-loewe

Description

Importing arXiv papers into iLibrarian no longer works.

This fails in both cases:

  1. when providing the arXiv ID
  2. when providing the DOI

This has been broken for a while and appears to affect arXiv papers generally, not just a single record.

Expected behavior

Entering a valid arXiv ID or a valid arXiv DOI should fetch the paper metadata and allow adding the paper to the library.

Actual behavior

No paper is imported / metadata lookup fails when using either:

  • an arXiv ID
  • an arXiv DOI such as 10.48550/arXiv.xxxxx.xxxxx

Likely cause

A likely reason is that arXiv DOIs are now under the 10.48550 prefix and are registered via DataCite, while iLibrarian appears to rely on Crossref for DOI lookup. As a result, valid arXiv DOIs may not resolve through the current lookup path.

For arXiv ID lookup, the importer may also rely on an outdated arXiv metadata endpoint or parser.

Examples

Examples that should work:

  • arXiv ID: 1706.03762
  • DOI: 10.48550/arXiv.1706.03762

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions