Skip to content

Get the scholarly citation for any research product: software, preprint, paper, or dataset

License

Notifications You must be signed in to change notification settings

ourresearch/citeas-api

Repository files navigation

Backend for https://citeas.org

Run with docker

Run the project with docker using the following commands:

  1. Download the repo: $ git clone https://github.com/ourresearch/citeas-api.git
  2. Move into the repo directory: $ cd citeas-api
  3. Build the docker image: $ docker build --tag citeas-api .
  4. Run the docker image: $ docker run -p 8000:8000 citeas-api
  5. Test the API on your local machine with: http://0.0.0.0:8000/product/http://yt-project.org
  6. View additional citations by entering addresses or text with the following format: http://0.0.0.0:8000/product/<address or keyword>

Cool Examples

About

Get the scholarly citation for any research product: software, preprint, paper, or dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published