From 977a1ad28f6d8731908e426ffe170c76721aa99a Mon Sep 17 00:00:00 2001 From: PRAKUL HIREMATH <175131562+prakulhiremath@users.noreply.github.com> Date: Sun, 31 May 2026 00:47:09 +0530 Subject: [PATCH] Create CITATION.cff --- CITATION.cff | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..df2bc75 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,18 @@ +cff-version: 1.2.0 +message: "If you use this software or refer to the research in your work, please cite it as below." +authors: + - family-names: "Hiremath" + given-names: "Prakul Sunil" + - family-names: "Hiremath" + given-names: "Vruksha Arun" +title: "Early Detection of Latent Micro-Regimes in Limit Order Books" +version: "1.0.0" +doi: "10.5281/zenodo.19697687" +date-released: "2026-04-30" +url: "https://github.com/prakulhiremath/LOB-Latent-Regimes" +keywords: + - "limit-order-book" + - "market-microstructure" + - "hidden-markov-models" + - "regime-detection" + - "quantitative-finance"