-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
101 lines (101 loc) · 2.7 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"codeRepository": "https://github.com/caltechlibrary/cold",
"author": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "rsdoiel@caltech.edu"
}
],
"contributor": [
{
"id": "https://orcid.org/0000-0002-0026-2516",
"type": "Person",
"givenName": "Kathy",
"familyName": "Johnson",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library, Caltech"
},
"email": "kjohnson@caltech.edu"
},
{
"id": "https://orcid.org/0000-0001-9266-5146",
"type": "Person",
"givenName": "Thomas E",
"familyName": "Morrell",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "tmorrell@caltech.edu"
}
],
"maintainer": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "rsdoiel@caltech.edu"
}
],
"dateCreated": "2023-12-12",
"dateModified": "2025-02-20",
"datePublished": "2025-02-20",
"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.",
"funder": [
{
"@id": "https://doi.org/10.13039/100006961",
"@type": "Organization",
"name": "Caltech Library"
}
],
"keywords": [
"metadata",
"objects",
"controlled vocabulary"
],
"name": "cold",
"license": "https://caltechlibrary.github.io/cold/LICENSE",
"operatingSystem": [
"Linux"
],
"programmingLanguage": [
"CSS",
"HTML",
"JavaScript",
"JSON",
"SQL",
"Typescript",
"YAML"
],
"relatedLink": [
"https://github.com/caltechlibrary/cold_ui",
"https://github.com/caltechlibrary/dataset"
],
"softwareRequirements": [
"Deno >= 2.2.0",
"GNU Make",
"Pandoc >= 3.1",
"datasetd >= 2.1.23",
"CMTools >= 0.0.18"
],
"version": "0.0.15",
"developmentStatus": "wip",
"issueTracker": "https://github.com/caltechlibrary/cold/issues",
"downloadUrl": "https://github.com/caltechlibrary/cold/release/latest",
"releaseNotes": "Working proof of concept. Added a groups list to the people object."
}