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

Add harvesting script for OpenAlex #56

Open
hauschke opened this issue Feb 29, 2024 · 1 comment · May be fixed by #61
Open

Add harvesting script for OpenAlex #56

hauschke opened this issue Feb 29, 2024 · 1 comment · May be fixed by #61
Assignees

Comments

@hauschke
Copy link
Member

Is your feature request related to a problem? Please describe.
OpenAlex is the rising star in open research information and provides rich metadata for more than 200 million publications. It would be very useful to have a working harvester script for this data source.

Describe the solution you'd like
A reusable script, maybe based on the JSON fetch.

Describe alternatives you've considered
None, at least not for the VIVO harvester.

Additional context
API overview: https://docs.openalex.org/how-to-use-the-api/api-overview

@hauschke
Copy link
Member Author

Potential example queries:

https://api.openalex.org/works?filter=authorships.institutions.ror:https://ror.org/04aj4c181 # harvesting publications from TIB – Leibniz Information Centre for Science and Technology. exchange the ROR ID to test with your institution.

https://api.openalex.org/works?page=1&filter=primary_topic.id:t10215,publication_year:2022-2024 # harvesting of publications from the subfield "Semantic Web and Ontology Develoment", should result in ca. 9-10k publications (bearbeitet)

https://api.openalex.org/works?page=1&filter=primary_location.source.id:s4210195326 # harvesting of publications from the journal "Quantitative Science Studies".

@bkampe bkampe linked a pull request Aug 28, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants