Add CITATION.cff

Created with the cffinit tool:

https://citation-file-format.github.io/cff-initializer-javascript/
This commit is contained in:
Alan Orth 2021-07-28 21:11:11 +03:00
parent c8f5539d21
commit 52644bf83e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 22 additions and 0 deletions

22
CITATION.cff Normal file
View File

@ -0,0 +1,22 @@
# YAML 1.2
---
abstract: "A simple but opinionated metadata quality checker and fixer designed to work with CSVs in the DSpace ecosystem."
authors:
-
affiliation: "International Livestock Research Institute"
family-names: Orth
given-names: "Alan S."
orcid: "https://orcid.org/0000-0002-1735-7458"
cff-version: "1.1.0"
date-released: 2019-07-26
doi: "10568/110997"
keywords:
- dspace
- "dublin-core"
- csv
- metadata
license: "GPL-3.0-only"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/ilri/csv-metadata-quality"
title: "DSpace CSV Metadata Quality Checker"
...