-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
52 lines (52 loc) · 1.48 KB
/
codemeta.json
File metadata and controls
52 lines (52 loc) · 1.48 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"codeRepository": "https://github.com/caltechlibary/models",
"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"
}
],
"dateCreated": "2024-09-20",
"dateModified": "2026-05-11",
"datePublished": "2026-05-11",
"description": "A Go package for working with simple data models inspired by HTML5 web forms and complex models used in libraries and archives.",
"funder": {
"type": "Organization",
"name": "Caltech Library"
},
"keywords": "metadata",
"name": "models",
"license": "https://spdx.org/licenses/BSD-3-Clause",
"operatingSystem": [
"Linux",
"Windows",
"macOS"
],
"programmingLanguage": [
"Go"
],
"softwareRequirements": [
"Go >= 1.26"
],
"softwareSuggestions": [
"CMTools >= v0.0.43",
"Pandoc >= 3.9",
"GNU Make >= 3.8"
],
"version": "0.0.7",
"developmentStatus": "archive",
"issueTracker": "https://github.com/caltehclibrary/models/isues",
"downloadUrl": "https://github.com/caltechlibrary/models/releases",
"releaseNotes": "- cleaned up models\n- the new structures module will supply the modeling UI",
"copyrightYear": 2026,
"copyrightHolder": "California Institute of Technology"
}