From 1bd9b4879d1ee02d52e6473f1715c5af96abb1b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20N=C3=A4sstr=C3=B6m?= Date: Wed, 18 Sep 2024 17:30:49 +0200 Subject: [PATCH] Create CITATION.cff (#89) * Create CITATION.cff * Added docs url to CITATION.cff --- CITATION.cff | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..d1ed52a --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,22 @@ +cff-version: 1.2.0 +title: nomad-material-processing +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Andrea + family-names: Albino + orcid: 'https://orcid.org/0000-0001-9280-7431' + - given-names: Sebastian + family-names: Brückner + orcid: 'https://orcid.org/0000-0002-5969-847X' + - given-names: Sarthak + family-names: Kapoor + orcid: 'https://orcid.org/0000-0002-1889-6998' + - given-names: Hampus + family-names: Näsström + orcid: 'https://orcid.org/0000-0002-3264-1692' +repository-code: 'https://github.com/FAIRmat-NFDI/nomad-material-processing' +url: 'https://fairmat-nfdi.github.io/nomad-material-processing/' +license: MIT