From 52278418bb8ed3bdc6bb801922b83912bf4b7787 Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Wed, 4 Dec 2024 11:19:21 +0100 Subject: [PATCH] Improve README.md --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 638b3d411..2129d37a6 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,14 @@ # HighFive - HDF5 header-only C++ Library -[![Zenodo](https://zenodo.org/badge/47755262.svg)](https://zenodo.org/doi/10.5281/zenodo.10679422) +The releases for versions 2.x.y and two prereleases of v3 can be found at: +* https://github.com/BlueBrain/HighFive/releases +* https://zenodo.org/doi/10.5281/zenodo.10679422 -## Examples +All future development and full releases can be found at: +* https://github.com/highfive-devs/highfive + +## Example ```c++ using namespace HighFive; @@ -35,14 +40,14 @@ File file("foo.h5", File::Truncate); ``` # 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 + +Copyright © 2015-2024 Blue Brain Project/EPFL ### License