forked from citation-file-format/citation-file-format
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zenodo.json
112 lines (112 loc) · 4.31 KB
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"access_right": "open",
"contributors": [
{
"affiliation": "Software Heritage",
"name": "Gruenpeter, Morane",
"orcid": "0000-0002-9777-5560",
"type": "Other"
},
{
"affiliation": "Software Sustainability Institute, University of Manchester, UK",
"name": "Silva, Raniere",
"type": "Other"
},
{
"affiliation": "University of Tromsø, Norway",
"name": "Bast, Radovan",
"type": "Other"
},
{
"affiliation": "Octiog, Inc., USA",
"name": "Crusoe, Michael R.",
"orcid": "0000-0002-2961-9670",
"type": "Other"
}
],
"creators": [
{
"affiliation": "German Aerospace Center (DLR), Berlin, Germany",
"name": "Druskat, Stephan",
"orcid": "0000-0003-4925-7248"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Spaaks, Jurriaan H.",
"orcid": "0000-0002-7064-4069"
},
{
"affiliation": "Software Sustainability Institute, University of Edinburgh, UK",
"name": "Chue Hong, Neil",
"orcid": "0000-0002-8876-7606"
},
{
"affiliation": "ITS Research IT, University of Manchester",
"name": "Haines, Robert",
"orcid": "0000-0002-9538-7919"
},
{
"affiliation": "University of Sussex, Sussex Humanities Lab",
"name": "Baker, James",
"orcid": "0000-0002-2682-6922"
},
{
"name": "Bliven, Spencer",
"orcid": "0000-0002-1200-1698"
},
{
"name": "Willighagen, Egon",
"orcid": "0000-0001-7542-0286"
},
{
"name": "Pérez-Suárez, David",
"orcid": "0000-0003-0784-6909"
},
{
"name": "Konovalov, Alexander",
"orcid": "0000-0001-5299-3292"
}
],
"description": "CITATION.cff files are plain text files with human- and machine-readable citation information for software. Code developers can include them in their repositories to let others know how to correctly cite their software. This is the specification for the Citation File Format.",
"keywords": [
"citation file format",
"CFF",
"citation files",
"software citation",
"file format",
"YAML",
"software sustainability",
"research software",
"credit"
],
"language": "eng",
"license": {
"id": "CC-BY-4.0"
},
"references": [
"A. M. Smith, D. S. Katz, K. E. Niemeyer, and FORCE11 Software Citation Working Group, \"Software citation principles,\" PeerJ Computer Science, vol. 2, p. e86, Sep. 2016 [Online]. Available: https://doi.org/10.7717/peerj-cs.86",
"S. Druskat, \"Track 2 Lightning Talk: Should CITATION files be standardized?\" in Proceedings of the Workshop on Sustainable Software for Science: Practice and Experiences (WSSSPE5.1), 2017 [Online]. Available: https://doi.org/10.6084/m9.figshare.3827058",
"R. Wilson, \"Encouraging citation of software - introducing CITATION files.\" 2013 [Online]. Available: https://www.software.ac.uk/blog/2013-09-02-encouraging-citation-software-introducing-citation-files",
"O. Ben-Kiki, C. Evans, and I. döt Net, \"YAML Ain't Markup Language (YAML) Version 1.2. 3rd Edition, Patched at 2009-10-01.\" 2009 [Online]. Available: http://yaml.org/spec/1.2/spec.html",
"J.-M. Hufflen, \"Names in bibtex and mlBibTeX,\" TUGboat, vol. 27, no. 2, pp. 243–253, Nov. 2006 [Online]. Available: https://www.tug.org/TUGboat/tb27-2/tb87hufflen.pdf"
],
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/citation-file-format/citation-file-format/releases/tag/1.2.0",
"relation": "isSupplementTo"
},
{
"scheme": "doi",
"identifier": "10.5281/zenodo.1003149",
"relation": "isPartOf"
},
{
"scheme": "doi",
"identifier": "10.5281/zenodo.4813122",
"relation": "isNewVersionOf"
}
],
"title": "Citation File Format",
"version": "1.2.0"
}