1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Quoting strings in CITATION.cff example (#20496)

Co-authored-by: Meg Bird <megbird@github.com>
This commit is contained in:
Arfon Smith
2021-07-26 05:46:49 +01:00
committed by GitHub
parent 1bb8ece46f
commit 27abdfbff6

View File

@@ -17,17 +17,17 @@ Example CITATION.cff:
cff-version: 1.2.0 cff-version: 1.2.0
message: "If you use this software, please cite it as below." message: "If you use this software, please cite it as below."
authors: authors:
- family-names: Lisa - family-names: "Lisa"
given-names: Mona given-names: "Mona"
orcid: https://orcid.org/0000-0000-0000-0000 orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: Bot - family-names: "Bot"
given-names: Hew given-names: "Hew"
orcid: https://orcid.org/0000-0000-0000-0000 orcid: "https://orcid.org/0000-0000-0000-0000"
title: "My Research Software" title: "My Research Software"
version: 2.0.4 version: 2.0.4
doi: 10.5281/zenodo.1234 doi: 10.5281/zenodo.1234
date-released: 2017-12-18 date-released: 2017-12-18
url: https://github.com/github/linguist url: "https://github.com/github/linguist"
``` ```
For more information, see the [Citation File Format](https://citation-file-format.github.io/) website. For more information, see the [Citation File Format](https://citation-file-format.github.io/) website.