From 9e407d05c90d5a55a8400fdfbc67bb64a1b109f2 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Thu, 14 Apr 2022 10:02:51 +0100 Subject: [PATCH] update citation Signed-off-by: Wenqi Li --- CITATION.cff | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 8cbf686ce6..dcce4af377 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,11 +6,15 @@ title: "MONAI: Medical Open Network for AI" abstract: "AI Toolkit for Healthcare Imaging" authors: - name: "MONAI Consortium" -date-released: 2020-03-28 -version: "0.6.0" -doi: "10.5281/zenodo.4323058" +date-released: 2022-02-16 +version: "0.8.1" +identifiers: + - description: "This DOI represents all versions of MONAI, and will always resolve to the latest one." + type: doi + value: "10.5281/zenodo.4323058" license: "Apache-2.0" repository-code: "https://github.com/Project-MONAI/MONAI" -cff-version: "1.1.0" +url: "https://monai.io" +cff-version: "1.2.0" message: "If you use this software, please cite it using these metadata." ...