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

airflow: affiliations - strip html tags from organisations #336

Open
2 tasks
pamfilos opened this issue Jul 1, 2024 · 0 comments
Open
2 tasks

airflow: affiliations - strip html tags from organisations #336

pamfilos opened this issue Jul 1, 2024 · 0 comments

Comments

@pamfilos
Copy link

pamfilos commented Jul 1, 2024

There are organisation values that have the html href included in the field value
e.g.: https://backend.dev.scoap3.org/records/9941

    {
      "first_name": "Hridoy",
      "last_name": "Debnath",
      "affiliations": [
        {
          "value": "Physics Department and Center for Education and Research in Cosmology and Astrophysics (CERCA), <a href=\"https://ror.org/051fd9666\">Case Western Reserve University</a>, Cleveland, Ohio 44106, USA",
          "organization": "Physics Department and Center for Education and Research in Cosmology and Astrophysics (CERCA), <a href=\"https://ror.org/051fd9666\">Case Western Reserve University</a>, Cleveland, Ohio 44106",
          "country": {
            "code": "US",
            "name": "United States"
          }
        }
      ]
    }
  • Investigate if only in APS articles
  • FIX issue, like legacy
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

1 participant