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

Workflows: missing orcid in parsing #345

Closed
6 of 7 tasks
ErnestaP opened this issue Jul 9, 2024 · 0 comments
Closed
6 of 7 tasks

Workflows: missing orcid in parsing #345

ErnestaP opened this issue Jul 9, 2024 · 0 comments
Assignees

Comments

@ErnestaP
Copy link

ErnestaP commented Jul 9, 2024

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:

  • Hindawi (already implemented)
  • Springer (already implemented)
  • IOP (Couldn't find any of the examples)
  • APS (Couldn't find any of the examples)
  • OUP
  • Elsevier

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"
          }
        },
  • Verify with Anne
ErnestaP added a commit to cern-sis/workflows that referenced this issue Jul 10, 2024
@ErnestaP ErnestaP changed the title Workflows Elsevier: missing orcid in parsing Workflows: missing orcid in parsing Jul 11, 2024
ErnestaP added a commit to cern-sis/workflows that referenced this issue Jul 17, 2024
ErnestaP added a commit to cern-sis/workflows that referenced this issue Jul 17, 2024
pamfilos pushed a commit to cern-sis/workflows that referenced this issue Jul 17, 2024
@ErnestaP ErnestaP self-assigned this Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants