Skip to content

Commit

Permalink
Add Zenodo badge and citation instructions. (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc authored Feb 20, 2024
1 parent d5f3afe commit f39a112
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"creators": [
{
"affiliation": "",
"name": "Devresse, Adrien"
},
{
"affiliation": "",
"name": "Cornu, Nicolas"
},
{
"affiliation": "",
"name": "Grosheintz-Laval, Luc"
},
{
"affiliation": "",
"name": "Awile, Omar"
},
{
"affiliation": "",
"name": "de Geus, Tom"
},
{
"affiliation": "",
"name": "Pereira, Fernando"
},
{
"affiliation": "",
"name": "Wolf, Matthias"
},
{
"affiliation": "",
"name": "HighFive Contributors"
}
],

"title": "HighFive - Header-only C++ HDF5 interface"
}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ https://github.com/BlueBrain/HighFive/issues/864
[![Doxygen -> gh-pages](https://github.com/BlueBrain/HighFive/workflows/gh-pages/badge.svg?branch=master)](https://BlueBrain.github.io/HighFive/actions/workflows/gh-pages.yml?query=branch%3Amaster)
[![codecov](https://codecov.io/gh/BlueBrain/HighFive/branch/master/graph/badge.svg?token=UBKxHEn7RS)](https://codecov.io/gh/BlueBrain/HighFive)
[![HighFive_Integration_tests](https://github.com/BlueBrain/HighFive-testing/actions/workflows/integration.yml/badge.svg)](https://github.com/BlueBrain/HighFive-testing/actions/workflows/integration.yml)
[![Zenodo](https://zenodo.org/badge/47755262.svg)](https://zenodo.org/doi/10.5281/zenodo.10679422)

Documentation: https://bluebrain.github.io/HighFive/

Expand Down Expand Up @@ -249,6 +250,10 @@ For bugs and issues please use [Issues](https://github.com/BlueBrain/HighFive/is
# Funding & Acknowledgment

The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government's ETH Board of the Swiss Federal Institutes of Technology.

HighFive releases are uploaded to Zenodo. If you wish to cite HighFive in a
scientific publication you can use the DOIs for the
[Zenodo records](https://zenodo.org/doi/10.5281/zenodo.10679422).

Copyright © 2015-2022 Blue Brain Project/EPFL

Expand Down
1 change: 1 addition & 0 deletions doc/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ release. Once this is done perform a final round of updates:
* Download the archive (`*.tar.gz`) and compute its SHA256.
* Update BlueBrain Spack recipe to use the archive and not the Git commit.
* Update the upstream Spack recipe.
* A Zenodo record should be generated automatically, check if it's sensible.

## Writing Tests
### Generate Multi-Dimensional Test Data
Expand Down

0 comments on commit f39a112

Please sign in to comment.