From 8988771d1ae8d8ab8441f75f5c87c59f36f9e553 Mon Sep 17 00:00:00 2001 From: User Date: Sat, 25 Dec 2021 17:19:58 +0100 Subject: [PATCH] citation file added --- CITATION.cff | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..44080d121 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,20 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Lupo Pasini" + given-names: "Massimiliano" + orcid: "https://orcid.org/0000-0002-4980-6924" +- family-names: "Reeve" + given-names: "Samuel Temple" + orcid: "https://orcid.org/0000-0002-4250-9476" +- family-names: "Zhang" + given-names: "Pei" + orcid: "https://orcid.org/0000-0002-8351-0529" +- family-names: "Choi" + given-names: "Jong Youl" + orcid: "https://orcid.org/0000-0002-6459-6152" +title: "HydraGNN - Distributed PyTorch implementation of multi-headed graph convolutional neural networks" +version: 1.0.0 +doi: 10.11578/dc.20211019.2 +date-released: 2021-10-19 +url: "https://github.com/ORNL/HydraGNN"