From 852525213e20fe36ba6698350f7a61ee21d96cf7 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Thu, 19 Feb 2026 16:32:04 +0100 Subject: [PATCH] [Docs] Add CITATION.cff for repository citation metadata Add root-level `CITATION.cff` GitHub and citation tools are able to generate software citations automatically --- CITATION.cff | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..22daadf5 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,16 @@ +cff-version: 1.2.0 +title: Parallel Programming Course +message: "If you use this project, please cite it using the metadata in this file." +type: software +authors: + - name: Learning Process developers +repository-code: "https://github.com/learning-process/parallel_programming_course" +url: "https://learning-process.github.io/parallel_programming_course/en/" +license: BSD-3-Clause +keywords: + - parallel programming + - education + - C++ + - MPI + - OpenMP + - oneTBB