-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
105 lines (105 loc) · 2.95 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
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "cold provides a localhost web services for managing controlled object lists and datum. It also includes scripts to syncrhonize with Caltech's public directory data as well as push changes into feeds.library.caltech.edu which hosts the public API of cold content.",
"name": "cold",
"codeRepository": "https://github.com/caltechlibrary/cold",
"issueTracker": "https://github.com/caltechlibrary/cold/issues",
"license": "https://caltechlibrary.github.io/cold/LICENSE",
"copyrightYear": 2024,
"isAccessibleForFree": true,
"dateCreated": "2023-12-12",
"dateModified": "2024-11-21",
"releaseNotes": "cold is a work in progress, subject to change and not recommended for production.",
"version": "0.0.12",
"developmentStatus": "wip",
"author": [
{
"@type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-0900-6903"
}
],
"contributor": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-0026-2516",
"givenName": "Kathy",
"familyName": "Johnson",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library, Caltech"
}
},
{
"@type": "Person",
"givenName": "Thomas E",
"familyName": "Morrell",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9266-5146"
}
],
"funder": [
{
"@id": "https://doi.org/10.13039/100006961",
"@type": "Organization",
"name": "Caltech Library"
}
],
"copyrightHolder": [
{
"@id": "https://ror.org/05dxps055",
"@type": "Organization",
"name": "California Institute of Technology"
}
],
"downloadUrl": "https://github.com/caltechlibrary/cold/release/latest",
"keywords": ["metadata", "objects", "controlled vocabulary"],
"maintainer": [
{
"@type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-0900-6903"
}
],
"relatedLink": [
"https://github.com/caltechlibrary/cold_ui",
"https://github.com/caltechlibrary/dataset"
],
"operatingSystem": [
"Linux"
],
"programmingLanguage": [
"CSS",
"HTML",
"JavaScript",
"JSON",
"SQL",
"Typescript",
"YAML"
],
"releaseNotes": "Proof of concept",
"softwareRequirements": [
"Deno >= 2.0.6",
"GNU Make",
"Pandoc >= 3.1",
"datasetd >= 2.1.23"
]
}