From 9f074abf68a62fe578bc6f8347d7db7b0948b47b Mon Sep 17 00:00:00 2001 From: Harshit Sikchi Date: Wed, 15 Sep 2021 11:57:24 -0500 Subject: [PATCH] Create citation.cff --- citation.cff | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 citation.cff diff --git a/citation.cff b/citation.cff new file mode 100644 index 0000000..e37a7ca --- /dev/null +++ b/citation.cff @@ -0,0 +1,13 @@ +# YAML 1.2 +--- +authors: + - + affiliation: "University of Texas at Austin" + family-names: Sikchi + given-names: Harshit +cff-version: "1.1.0" +license: MIT +message: "If you use this software, please cite it using these metadata." +repository-code: "https://github.com/hari-sikchi/LBPO" +title: LBPO +...