diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 000000000..0e96eedbd --- /dev/null +++ b/.zenodo.json @@ -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" +} diff --git a/README.md b/README.md index ef35f990d..8e04eb13c 100644 --- a/README.md +++ b/README.md @@ -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/ @@ -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 diff --git a/doc/developer_guide.md b/doc/developer_guide.md index a5ed2767d..13e360fc3 100644 --- a/doc/developer_guide.md +++ b/doc/developer_guide.md @@ -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