From 5ff78d85fedcb1edbe8e32d7f0c5f61725102078 Mon Sep 17 00:00:00 2001 From: Douwe Horsthuis Date: Wed, 27 Oct 2021 15:16:57 -0400 Subject: [PATCH] Create CITATION.cff --- CITATION.cff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..febe83e --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,12 @@ +cff-version: 1.0.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Douwe John" + given-names: "Horsthuis" +- family-names: "Ana Alves" + given-names: "Francisco" +title: "N-back-task-experiment" +version: 1.0.0 +doi: 10.5281/zenodo.5605047 +date-released: 2021-10-27 +url: "https://github.com/DouweHorsthuis/N-back-task-experiment"