Skip to content

Commit 5d7df4f

Browse files
authored
Enhance CITATION.cff with additional metadata
Updated citation message to include both software and underlying paper. Added ORCID, DOI, keywords, and repository code.
1 parent c9df455 commit 5d7df4f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CITATION.cff

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
cff-version: 1.2.0
2-
message: "If you use this software, please cite it as below."
2+
message: "If you use this software, please cite both the software and the underlying paper."
33
authors:
44
- family-names: "Tyler"
55
given-names: "Josh"
6+
orcid: "https://orcid.org/0000-0000-0000-0000" # Recommended: add your ORCID
67
title: "digiqual: Statistical Toolkit for Reliability Assessment in NDT"
78
version: 0.2.1
9+
doi: "10.5281/zenodo.XXXXXXX" # Replace with your Zenodo DOI once registered
810
date-released: 2026-01-23
911
url: "https://github.com/JGIBristol/digiqual"
12+
repository-code: "https://github.com/JGIBristol/digiqual"
13+
keywords:
14+
- "NDT"
15+
- "reliability assessment"
16+
- "statistics"
17+
identifiers:
18+
- type: url
19+
value: "https://pypi.org/project/digiqual/"
20+
description: "The PyPI release of the software"
1021
preferred-citation:
1122
type: article
1223
authors:

0 commit comments

Comments
 (0)