From 9b7b930e5783d2faf943a6705c1aa45954ad8e64 Mon Sep 17 00:00:00 2001 From: Ilya Sytchev Date: Tue, 17 Oct 2023 13:41:03 -0400 Subject: [PATCH] Add a minimal CITATION.cff --- CITATION.cff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..e44c1935 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,15 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: Forest +message: >- + If you use this software, please cite it using the metadata from this file. +type: software +authors: + - name: Onnela Lab +repository-code: 'https://github.com/onnela-lab/forest' +url: 'https://forest.beiwe.org' +abstract: >- + Forest is a library for analyzing smartphone-based high-throughput digital phenotyping data. +license: BSD-3-Clause