From 2bd91183a0c6fa0754af271eccc3d7bb27298eb1 Mon Sep 17 00:00:00 2001 From: Martin Coll Date: Wed, 14 Jan 2026 19:54:17 -0300 Subject: [PATCH] Add citation section to README Added citation instructions for the HIF project. --- profile/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/profile/README.md b/profile/README.md index f120743..86e63c7 100644 --- a/profile/README.md +++ b/profile/README.md @@ -8,3 +8,17 @@ The Hypergraph Interchange Format (HIF) is a standard for higher-order network data to facilitate seamless data exchange between higher-order network libraries. For the reference see the *Network Science* paper [HIF: The hypergraph interchange format for higher-order networks](https://doi.org/10.1017/nws.2025.10018). + +## How to Cite +You can cite this project by copying the following BibTeX entry: +```bibtex +@article{Coll_Joslyn_Landry_Lotito_Myers_Pickard_Praggastis_Szufel_2025, + title={HIF: The hypergraph interchange format for higher-order networks}, + volume={13}, + DOI={10.1017/nws.2025.10018}, + journal={Network Science}, + author={Coll, Martín and Joslyn, Cliff A. and Landry, Nicholas W. and Lotito, Quintino Francesco and Myers, Audun and Pickard, Joshua and Praggastis, Brenda and Szufel, Przemysław}, + year={2025}, + pages={e21} +} +```