https://github.com/brokenfloppydisk/quickcite
A citation generator for ISBN and DOI records
https://github.com/brokenfloppydisk/quickcite
citations doi isbn
Last synced: 13 days ago
JSON representation
A citation generator for ISBN and DOI records
- Host: GitHub
- URL: https://github.com/brokenfloppydisk/quickcite
- Owner: brokenfloppydisk
- License: gpl-3.0
- Created: 2023-05-11T18:22:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T08:43:25.000Z (almost 2 years ago)
- Last Synced: 2024-02-07T17:59:53.701Z (about 1 year ago)
- Topics: citations, doi, isbn
- Language: Java
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Citation
Welcome to QuickCite! QuickCite is a citation generator for ISBN-10, ISBN-13, and DOI references.
To use, download the binary and run from the command-line with `java -jar citation-all.jar`.
## Libraries
This project uses the following libraries:
- [Gradle](https://gradle.org/) for building and package management
- [ShadowJar](https://github.com/johnrengelman/shadow) for packaging
- [Jackson](https://github.com/FasterXML/jackson) for processing JSON
- [JUnit](https://junit.org/junit5/) for testing## APIs
This project integrates with the following APIs:
- [Google Books API](https://developers.google.com/books) for ISBN lookup
- [CrossRef Unified Resource API](https://api.crossref.org/swagger-ui/index.html) for DOI lookup