-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Rework ICAR Fetcher #8876
Comments
In the news they state they now support this https://eprint.iacr.org/oai?verb=ListRecords&metadataPrefix=oai_dc
|
Based on previous fetcher implementation in #3473, the idea follows the feature:
The misc from https://eprint.iacr.org/2022/674 contains:
Additional InformationI am not too sure what the version and which date should be parsed into entry field. Date:Should we set received date or approved date in date field?
Version:I am not too sure what a version is. Could someone please advice me what a version is for https://eprint.iacr.org/2022/674 ? |
Date: I think we should use the approved one. |
Thanks @Siedlerchr , I will raise a PR for this issue as soon as I am available. |
Our fetcher calls the URL
https://eprint.iacr.org/eprint-bin/cite.pl?entry=2022/674
.This leads to a 404:
We need to rewrite the IacrEprintFetcher to rely on
https://eprint.iacr.org/ID
(example: https://eprint.iacr.org/2022/674) only.PR implementing the fetcher: #3473
@derTimme Are you still active? Could you have a look?
The text was updated successfully, but these errors were encountered: