From 1fe1c90806ea4085e9b4a7158217099a64a316e9 Mon Sep 17 00:00:00 2001 From: Micha Moskovic Date: Mon, 20 Dec 2021 15:00:00 +0100 Subject: [PATCH] Add citation metadata instead of Zenodo badge --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27a6404..5b1c306 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,22 @@ # INSPIRE REST API -[![DOI](https://zenodo.org/badge/269110099.svg)](https://zenodo.org/badge/latestdoi/269110099) - [INSPIRE](https://inspirehep.net) is a trusted community hub that helps researchers to share and find accurate scholarly information in high energy physics. In addition to a regular web interface for interactive access to its content, a REST API is provided for programmatic access. The present document explains how to use this REST API. +If you use the API in a scholarly work, please cite it using the following metadata: +```bibtex +@article{Moskovic:2021zjs, + author = "Moskovic, Micha", + title = "{The INSPIRE REST API}", + url = "https://github.com/inspirehep/rest-api-doc", + doi = "10.5281/zenodo.5788550", + month = "12", + year = "2021" +} +``` + - [INSPIRE REST API](#inspire-rest-api) * [Questions & comments](#questions-and-comments) * [Terms of use](#terms-of-use)