Commit c5eadcf9b7c6c6083bf4397c41f69a92568b1d21
Committed by
GitHub
1 parent
116b9d91
Adding DOI
Showing
1 changed file
with
3 additions
and
0 deletions
README.md
| ... | ... | @@ -3,6 +3,7 @@ |
| 3 | 3 | [![Code Coverage][codecov-badge]][CodeCov] |
| 4 | 4 | [![Join the chat at https://gitter.im/CLI11gitter/Lobby][gitter-badge]][gitter] |
| 5 | 5 | [![License: BSD][license-badge]](./LICENSE) |
| 6 | +[![DOI][DOI-badge]][DOI-link] | |
| 6 | 7 | |
| 7 | 8 | [API Docs][api-docs] • [Tutorial series][GitBook] • [What's new](./CHANGELOG.md) |
| 8 | 9 | |
| ... | ... | @@ -288,6 +289,8 @@ As of version 1.0, this library is available under a 3-Clause BSD license. See t |
| 288 | 289 | CLI11 was developed at the [University of Cincinnati] to support of the [GooFit] library under [NSF Award 1414736]. It was featured in a [DIANA/HEP] meeting at CERN. Please give it a try! Feedback is always welcome. |
| 289 | 290 | |
| 290 | 291 | |
| 292 | +[DOI-badge]: https://zenodo.org/badge/80064252.svg | |
| 293 | +[DOI-link]: https://zenodo.org/badge/latestdoi/80064252 | |
| 291 | 294 | [travis-badge]: https://img.shields.io/travis/CLIUtils/CLI11/master.svg?label=Linux/macOS |
| 292 | 295 | [Travis]: https://travis-ci.org/CLIUtils/CLI11 |
| 293 | 296 | [appveyor-badge]: https://img.shields.io/appveyor/ci/HenrySchreiner/cli11/master.svg?label=Windows | ... | ... |