From ccc1ef759e5665d2f43ae900b3b339c4ccf2cc3d Mon Sep 17 00:00:00 2001 From: Octavius <100957976+RISKA667@users.noreply.github.com> Date: Sat, 6 Dec 2025 23:34:32 +0100 Subject: [PATCH] docs: update CITATION.cff to v1.2.0 schema --- CITATION.cff | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 796b722951..cae37dd00b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,13 +1,19 @@ # YAML 1.2 --- -authors: - - - name: "The Manim Community Developers" -cff-version: "1.2.0" +cff-version: 1.2.0 +message: "If you use this software, please cite it using the following metadata." +title: "Manim – Mathematical Animation Framework" +type: software +version: "v0.19.1" date-released: 2025-11-30 license: MIT -message: "We acknowledge the importance of good software to support research, and we note that research becomes more valuable when it is communicated effectively. To demonstrate the value of Manim, we ask that you cite Manim in your work." -title: Manim – Mathematical Animation Framework url: "https://www.manim.community/" -version: "v0.19.1" +repository-code: "https://github.com/ManimCommunity/manim/" +authors: + - entity-name: "Manim Community" + type: organization + website: "https://www.manim.community/" +identifiers: + - type: doi + value: 10.5281/zenodo.14911048 ...