-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcodemeta.json
70 lines (70 loc) · 2.02 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://data.caltech.edu/license",
"codeRepository": "https://github.com/caltechlibrary/datatools",
"dateCreated": "2017-02-06",
"dateRelease": "2024-11-07",
"dateModified": "2024-11-07",
"downloadUrl": "https://github.com/caltechlibrary/datatools/releases/",
"issueTracker": "https://github.com/caltechlibrary/datatools/issues",
"name": "datatools",
"version": "1.2.12",
"description": "A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents.",
"releaseNotes": "fix issue #22, identifying DOI without http prefix",
"applicationCategory": "computer programming",
"developmentStatus": "active",
"funder": {
"@id": "https://ror.org/5dxps055",
"@type": "Organization",
"name": "Caltech Library"
},
"keywords": [
"csv",
"excel",
"sql",
"json",
"yaml",
"xlsx",
"golang",
"bash"
],
"programmingLanguage": [
"Go 1.23.2"
],
"operatingSystem": [
"Linux",
"Windows",
"macOS"
],
"softwareRequirements": [
"Golang 1.23.2 or better",
"Pandoc 3.1 or better"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-0900-6903",
"givenName": "R. S.",
"familyName": "Doiel",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
}
}
],
"maintainer": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-0900-6903",
"givenName": "R. S.",
"familyName": "Doiel",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
}
}
]
}