Skip to content

Commit 532ea72

Browse files
authored
Merge pull request #22 from inspirehep/add-citation-metadata
Add citation metadata instead of Zenodo badge
2 parents 794ff87 + 1fe1c90 commit 532ea72

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
# INSPIRE REST API
22

3-
[![DOI](https://zenodo.org/badge/269110099.svg)](https://zenodo.org/badge/latestdoi/269110099)
4-
53

64
[INSPIRE](https://inspirehep.net) is a trusted community hub that helps researchers to share and find accurate scholarly information in high energy physics.
75
In addition to a regular web interface for interactive access to its content, a REST API is provided for programmatic access.
86
The present document explains how to use this REST API.
97

8+
If you use the API in a scholarly work, please cite it using the following metadata:
9+
```bibtex
10+
@article{Moskovic:2021zjs,
11+
author = "Moskovic, Micha",
12+
title = "{The INSPIRE REST API}",
13+
url = "https://github.com/inspirehep/rest-api-doc",
14+
doi = "10.5281/zenodo.5788550",
15+
month = "12",
16+
year = "2021"
17+
}
18+
```
19+
1020
- [INSPIRE REST API](#inspire-rest-api)
1121
* [Questions & comments](#questions-and-comments)
1222
* [Terms of use](#terms-of-use)

0 commit comments

Comments
 (0)