From 59e90139bdf07618ff70376af40c9b4078d4166d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=BChbach?= Date: Mon, 2 Dec 2024 20:33:48 +0100 Subject: [PATCH] Citation github-zenodo integration (#29) Co-authored-by: mkuehbach --- CITATION.cff | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..c5c0ff7 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,54 @@ +cff-version: 1.2.0 +title: 'pynxtools-apm: A pynxtools reader plugin for atom probe tomography and related field-ion microscopy (APM) data' +version: 0.2.2 +message: + If you use this software, please cite it using the metadata from this file. +type: software +authors: + - given-names: Markus + family-names: Kühbach + orcid: 'https://orcid.org/0000-0002-7117-5196' + - given-names: Sandor + family-names: Brockhauser + orcid: 'https://orcid.org/0000-0002-9700-4803' + - given-names: Baptiste + family-names: Gault + orcid: 'https://orcid.org/0000-0002-4934-0458' + - given-names: Dierk + family-names: Raabe + orcid: 'https://orcid.org/0000-0003-0194-6124' + - given-names: Heiko B. + family-names: Weber + orcid: 'https://orcid.org/0000-0002-6403-9022' + - given-names: Christoph + family-names: Koch + orcid: 'https://orcid.org/0000-0002-9700-4803' + - given-names: Claudia + family-names: Draxl + orcid: 'https://orcid.org/0000-0003-3523-6657' +repository-code: https://github.com/FAIRmat-NFDI/pynxtools-apm +keywords: + - Atom probe tomography + - Field ion microscopy + - Microscopy + - NOMAD + - pynxtools + - NeXus +abstract: + pynxtools-apm is a reader plugin for pynxtools (https://github.com/FAIRmat-NFDI/pynxtools) + written in Python. pynxtools-apm is a tool for reading and translating data from various proprietary + and open data formats from technology partners and the wider atom probe community and + standardizing it such that it is compliant with the NeXus application definition NXapm + (https://fairmat-nfdi.github.io/nexus_definitions/). + + pynxtools-apm is developed both as a standalone reader and as a tool within NOMAD, + an open-source research data management platform for Materials Science (https://nomad-lab.eu/nomad-lab/). + + The work is funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) - 460197019 (FAIRmat) + (https://gepris.dfg.de/gepris/projekt/460197019?language=en). +license: Apache-2.0 +funding: + - name: Deutsche Forschungsgemeinschaft + award-number: 460197019 + title: FAIRmat - FAIR Data Infrastructure for Condensed-Matter Physics and the Chemical Physics of Solids + award-uri: https://gepris.dfg.de/gepris/projekt/460197019?language=en \ No newline at end of file