-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
51 lines (51 loc) · 1.55 KB
/
codemeta.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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://caltechlibrary.github.io/codemeta-pandoc-examples/LICENSE",
"codeRepository": "git+https://github.com/caltechlibrary/codemeta-pandoc-examples",
"dateCreated": "2023-07-24",
"issueTracker": "https://github.com/caltechlibrary/codemeta-pandoc-examples/issues",
"name": "codemeta-pandoc-examples",
"version": "0.0.4",
"description": "This repository describes how to generate a CITATION.cff, about.md and installer.sh from a codemeta.json file using Pandoc.",
"applicationCategory": "application installer",
"developmentStatus": "concept",
"funder": {
"@type": "Organization",
"name": "Caltech Library"
},
"keywords": [
"codemeta",
"pandoc",
"templates"
],
"programmingLanguage": [
"pandoc templates"
],
"operatingSystem": [
"Linux",
"macOS",
"Windows"
],
"softwareRequirements": [
"Pandoc >= 3",
"GNU Make"
],
"relatedLink": [
"https://codemeta.github.io/",
"https://codemeta.github.io/codemeta-generator/"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-0900-6903",
"givenName": "R. S.",
"familyName": "Doiel",
"email": "rsdoiel@caltech.edu",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
}
}
]
}