We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need to extend IOP, OUP, Elsevier and Hindawi parsers: add orcid parsing from the author.
It does exist in old scoap3 parsing: https://github.com/SCOAP3/hepcrawl/blob/master/hepcrawl/extractors/s3_elsevier_parser.py#L141
But does not in Airflow workflows for:
Each of the publishers have individual path to authors' orcid's. Wanted result:
authors": [ { "first_name": "first_name", "last_name": "last_name", "orcid": "orcid", "affiliations": [ { "value": "value", "organization": "organization", "country": { "code": "code", "name": "name" } },
The text was updated successfully, but these errors were encountered:
Springer: orcids parsing test and cleaning
5b8717e
ref: cern-sis/issues-scoap3#345
Parsers: Elsevier, OUP, Springer orcids parsing
c49e472
* Adapted tests. * ref: cern-sis/issues-scoap3#345
f01ecf1
8e7ee7e
ErnestaP
No branches or pull requests
Need to extend IOP, OUP, Elsevier and Hindawi parsers: add orcid parsing from the author.
It does exist in old scoap3 parsing: https://github.com/SCOAP3/hepcrawl/blob/master/hepcrawl/extractors/s3_elsevier_parser.py#L141
But does not in Airflow workflows for:
IOP(Couldn't find any of the examples)APS(Couldn't find any of the examples)Each of the publishers have individual path to authors' orcid's.
Wanted result:
The text was updated successfully, but these errors were encountered: