diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..785aca9 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,33 @@ +# SPDX-FileCopyrightText: 2024 Benedikt Franke +# SPDX-FileCopyrightText: 2024 Florian Heinrich +# +# SPDX-License-Identifier: Apache-2.0 + +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: DLR Federated Learning Logging Base +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Florian + family-names: Heinrich + email: florian.heinrich@dlr.de + affiliation: German Aerospace Center (DLR) + orcid: 'https://orcid.org/0009-0007-0792-7908' + - given-names: Benedikt + family-names: Franke + email: benedikt.franke@dlr.de + affiliation: German Aerospace Center (DLR) + orcid: 'https://orcid.org/0000-0003-0202-2804' +identifiers: + - type: doi + value: 10.5281/zenodo.13951180 +repository-code: 'https://github.com/DLR-KI/fl-logging-base' +url: 'https://dlr-ki.github.io/fl-logging-base/' +keywords: + - Federaed Machine Learning + - Python