-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
106 lines (106 loc) · 3.33 KB
/
codemeta.json
File metadata and controls
106 lines (106 loc) · 3.33 KB
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
{
"@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": "2026-03-19",
"datePublished": "2026-03-19",
"description": "Caltech Library maintains a list of people, groups and funders and their related identifiers. For many years these were managed using a spreadsheets. That has become cumbersome. **COLD** manages data as JSON objects in [dataset](https://github.com/caltechlibrary/dataset) collections.\n\n**COLD** is implemented as three web web services\n\n- cold web UI\n- cold JSON API (provided by datasetd)\n- cold reports (the report request system)\n\nReports are implemented as a set of programs or bash scripts.\n\nTypeScript+Deno is used to implement the web UI and report system.\nThe JSON API is provided by Dataset's datasetd.\nAccess control is provided by the front end web server integrated with Shibboleth.",
"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",
"shell (Bash)",
"SQL",
"Typescript",
"YAML"
],
"relatedLink": [
"https://github.com/caltechlibrary/cold_ui",
"https://github.com/caltechlibrary/dataset",
"https://github.com/caltechlibrary/csvtextarea"
],
"runtimePlatform": "- Deno 2.2",
"softwareRequirements": [
"Deno >= 2.7.5",
"Dataset = 2.3.4",
"CMTools >= 0.0.40"
],
"softwareSuggestions": [
"GNU Make",
"Pandoc 3.1"
],
"version": "0.0.36",
"developmentStatus": "active",
"issueTracker": "https://github.com/caltechlibrary/cold/issues",
"downloadUrl": "https://github.com/caltechlibrary/cold/release/latest",
"releaseNotes": "- Add RDM Review queue support to COLD\n- Add RDM Authors' submission Report to COLD\n- updated dataset and deno version requirements"
}