From 584ea37b32e777ffbc9f7e1e8f0aa9b34afd725e Mon Sep 17 00:00:00 2001 From: aadya940 Date: Fri, 16 Aug 2024 23:58:38 +0530 Subject: [PATCH] Add citation.cff --- citation.cff | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 citation.cff diff --git a/citation.cff b/citation.cff new file mode 100644 index 0000000..0a553f6 --- /dev/null +++ b/citation.cff @@ -0,0 +1,26 @@ +cff-version: "1.2.0" +authors: +- family-names: Chinubhai + given-names: Aadya A. +doi: 10.5281/zenodo.13305155 +message: If you use this software, please cite our article in the + Journal of Open Source Software. +preferred-citation: + authors: + - family-names: Chinubhai + given-names: Aadya A. + date-published: 2024-08-16 + doi: 10.21105/joss.06880 + issn: 2475-9066 + issue: 100 + journal: Journal of Open Source Software + publisher: + name: Open Journals + start: 6880 + title: "ChainoPy: A Python Library for Discrete Time Markov Chain + Based Stochastic Analysis" + type: article + url: "https://joss.theoj.org/papers/10.21105/joss.06880" + volume: 9 +title: "ChainoPy: A Python Library for Discrete Time Markov Chain Based + Stochastic Analysis"