From 55c22116e122d45bb8981a470f560ed615d546a4 Mon Sep 17 00:00:00 2001 From: Maria Secrier Date: Mon, 7 Aug 2023 11:37:45 +0100 Subject: [PATCH] Create CITATION.cff --- CITATION.cff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..90997eb --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,11 @@ +cff-version: 1.0.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Pan" + given-names: "Shi" +- family-names: "Secrier" + given-names: "Maria" +title: "HistoMIL: a Python package for training Multiple Instance Learning models on histopathology slides." +version: 1.0.0 +date-released: 2023-08-07 +url: "https://github.com/secrierlab/HistoMIL"