An open API service indexing awesome lists of open source software.

https://github.com/tmthyln/semanticscholar.jl

Thin wrapper over the Semantic Scholar API.
https://github.com/tmthyln/semanticscholar.jl

api citation-graph julia semantic-scholar

Last synced: 8 months ago
JSON representation

Thin wrapper over the Semantic Scholar API.

Awesome Lists containing this project

README

          

# SemanticScholar.jl

[![Unit Tests](https://github.com/tmthyln/SemanticScholar.jl/actions/workflows/tests.yml/badge.svg)](https://github.com/tmthyln/SemanticScholar.jl/actions/workflows/tests.yml)
[![Documentation](https://github.com/tmthyln/SemanticScholar.jl/actions/workflows/docs.yml/badge.svg)](https://tmthyln.github.io/SemanticScholar.jl/latest/)
[![Nightly Tests](https://github.com/tmthyln/SemanticScholar.jl/actions/workflows/nightly.yml/badge.svg)](https://github.com/tmthyln/SemanticScholar.jl/actions/workflows/nightly.yml)

Wraps the SemanticScholar Academic Graph API. Please API responsibly.

See the [full documentation](https://tmthyln.github.io/SemanticScholar.jl/latest/) for details.

## Contributing/TODO
- [x] wrap errors nicely
- [x] check for the offset + limit < 10000 rule beforehand
- [ ] support loading in the dataset from their JSONLines version?