From 88ed4a53bc2c31e7d3a2c17f3322767cf2f98525 Mon Sep 17 00:00:00 2001 From: Yiyu Ni Date: Mon, 26 Feb 2024 19:18:24 -0800 Subject: [PATCH] add citation cff --- .github/workflows/test.yaml | 2 +- citation.cff | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 citation.cff diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 65729ee..15c70e6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,7 +3,7 @@ # See documentation for help debugging smoke test issues: # https://lincc-ppt.readthedocs.io/en/latest/practices/ci_testing.html#version-culprit -name: Unit-test +name: client io test on: pull_request: diff --git a/citation.cff b/citation.cff new file mode 100644 index 0000000..b8bacfd --- /dev/null +++ b/citation.cff @@ -0,0 +1,19 @@ +cff-version: 1.2.0 +message: "Please cite the following reference if you use the code for your work:" +authors: +- family-names: "Ni" + given-names: "Yiyu" +- family-names: "Denolle" + given-names: "Marine" +- family-names: "Fatland" + given-names: "Rob" +- family-names: "Alterman" + given-names: "Naomi" +- family-names: "Lipovsky" + given-names: "Bradley" +- family-names: "Friedrich" + given-names: "Knuth" +title: "An Object Storage for Distributed Acoustic Sensing" +date-released: 2024 +doi: https://doi.org/10.1785/0220230172 +url: "https://github.com/niyiyu/dasstore.git"