From 731aadc35bce187cc8b34869243e6f7429de8ea7 Mon Sep 17 00:00:00 2001 From: Nicholas Landry Date: Sun, 18 Aug 2024 12:32:15 -0400 Subject: [PATCH] Added citation file --- CITATION.cff | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..1313ff7 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,16 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Landry" + given-names: "Nicholas" + orcid: "https://orcid.org/0000-0003-1270-4980" +- family-names: "Thompson" + given-names: "Will" + orcid: "https://orcid.org/0000-0002-1893-240X" +- family-names: "Young" + given-names: "Jean-Gabriel" + orcid: "https://orcid.org/0000-0002-4464-2692" +title: "conplex-network-reconstruction" +version: 0.2 +date-released: 2024-08-18 +url: "https://github.com/nwlandry/complex-network-reconstruction" \ No newline at end of file