From 9613c37a138406bc3568a3c5aa965dd1b0c0e906 Mon Sep 17 00:00:00 2001 From: Zichun Hao Date: Sat, 17 Dec 2022 22:14:20 -0800 Subject: [PATCH] Add CITATION.cff --- CITATION.cff | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..cefc611 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,19 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: + - family-names: Hao + given-names: Zichun + orcid: https://orcid.org/0000-0002-5624-4907 + - family-names: Kansal + given-names: Raghav + orcid: https://orcid.org/0000-0003-2445-1060 + - family-names: Duarte + given-names: Javier + orcid: https://orcid.org/0000-0002-5076-7096 + - family-names: Chernyavskaya + given-names: Nadezda + orcid: https://orcid.org/0000-0002-2264-2229 +title: "Graph Neural Network Autoencoders for Jets" +version: 1.0.0 +doi: 10.5281/zenodo.7453764 +date-released: 2022-12-17 \ No newline at end of file