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

Harvesting articles associated to the software to include them in CodeMeta #108

Open
Mazztok45 opened this issue Nov 6, 2024 · 0 comments
Assignees

Comments

@Mazztok45
Copy link
Collaborator

Mazztok45 commented Nov 6, 2024

This issue describes the software, including the article hyperlinks citing the software in the CodeMeta file that will be further deposited on Software Heritage.
For example, we harvest the software:

https://api.zbmath.org/v1/software/8779

To collect the article identifiers citing the software, we use the endpoint with the software identifier at the end:

https://api.zbmath.org/v1/document/_structured_search?page=0&results_per_page=100&software%20id=8779

As the number of articles identifiers is limited to 100, we must iterate through pages with "page=0", "page=1", etc.

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