From 275f7795acf76d2bfb541692466320747e3d082d Mon Sep 17 00:00:00 2001 From: "Ali G." Date: Sun, 21 Dec 2025 19:16:55 +0100 Subject: [PATCH] added CITATION.cff --- CITATION.cff | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..e130e69 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,30 @@ +cff-version: 1.2.0 +title: 'jsonldschema' +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - affiliation: UK Atomic Energy Authority + given-names: Alejandra + family-names: Gonzalez-Beltran + orcid: 'https://orcid.org/0000-0003-3499-8262' + - given-names: Susanna-Assunta + family-names: Sansone + orcid: 'https://orcid.org/0000-0001-5306-5690' + email: susanna-assunta.sansone@oerc.ox.ac.uk + affiliation: University of Oxford + - given-names: Dominique + family-names: Batista + orcid: 'https://orcid.org/0000-0002-2109-489X' + affiliation: T-Cypher Bio + email: dominique.batista@oerc.ox.ac.uk +repository-code: 'https://github.com/FAIRsharing/jsonldschema' +url: 'https://jsonldschema.readthedocs.io' +abstract: >- + The JSONLDschema python package offers functionality to + support the creation and use of machine-actionable and + FAIR (Findable, Accessible, Interoperable and Reusable) + metadata models expressed as JSON-schemas for JSON-LD + data. +license: BSD-3-Clause