Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOI is not generated for arXiv identifer #2464

Closed
fnielsen opened this issue Apr 15, 2024 · 1 comment · Fixed by #2473
Closed

DOI is not generated for arXiv identifer #2464

fnielsen opened this issue Apr 15, 2024 · 1 comment · Fixed by #2473
Assignees
Labels
bug something wrong on our end

Comments

@fnielsen
Copy link
Collaborator

fnielsen commented Apr 15, 2024

Describe the bug
DOI is not generated for arXiv identifer after #2453

To Reproduce
Steps to reproduce the behavior:

  1. https://www.wikidata.org/wiki/Q125490577

Expected behavior
DOI should be there along the arxiv identifier

@fnielsen fnielsen added the bug something wrong on our end label Apr 15, 2024
@fnielsen
Copy link
Collaborator Author

In arxiv.py the DOI is generated for quickstatements:

qs += u'LAST\tP356\t"10.48550/ARXIV.{}"\n'.format(

@fnielsen fnielsen self-assigned this Apr 16, 2024
fnielsen added a commit that referenced this issue Apr 16, 2024
arXiv DOIs are now generated for quickstatements.
Metadata about article: journal, language, volume, pages, issue are now
generated.
Quickstatements now uses paper_to_quickstatement rather than
metadata_to_quickstatements
fnielsen added a commit that referenced this issue Apr 16, 2024
arXiv DOIs are now generated for quickstatements.
Metadata about article: journal, language, volume, pages, issue are now
generated.
Quickstatements now uses paper_to_quickstatement rather than
metadata_to_quickstatements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something wrong on our end
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant