generated from caltechlibrary/template
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcodemeta.json
More file actions
79 lines (79 loc) · 2.22 KB
/
codemeta.json
File metadata and controls
79 lines (79 loc) · 2.22 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"codeRepository": "https://github.com/caltechlibrary/dibs",
"author": [
{
"id": "https://orcid.org/0000-0001-9105-5960",
"type": "Person",
"givenName": "Michael",
"familyName": "Hucka",
"affiliation": "California Institute of Technology Library",
"email": "mhucka@caltech.edu"
},
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "Robert",
"familyName": "Doiel",
"affiliation": "Caltech Library",
"email": "rsdoiel@caltech.edu"
},
{
"id": "https://orcid.org/0000-0001-5644-440X",
"type": "Person",
"givenName": "Tommy",
"familyName": "Keswick",
"affiliation": "California Institute of Technology Library",
"email": "tkeswick@caltech.edu"
}
],
"maintainer": [
{
"id": "https://orcid.org/0000-0001-5644-440X",
"type": "Person",
"givenName": "Tommy",
"familyName": "Keswick",
"affiliation": "California Institute of Technology Library",
"email": "tkeswick@caltech.edu"
},
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "Robert",
"familyName": "Doiel",
"affiliation": "Caltech Library",
"email": "rsdoiel@caltech.edu"
}
],
"dateCreated": "2021-06-21",
"dateModified": "2025-09-22",
"datePublished": "2025-09-22",
"description": "Caltech Library's Digital Borrowing System",
"funder": [
{
"name": "Caltech Library"
}
],
"keywords": [
"software"
],
"name": "DIBS",
"license": "https://github.com/caltechlibrary/dibs/blob/master/LICENSE",
"programmingLanguage": [
"python 3.12"
],
"softwareRequirements": [
"Python >= 3.12",
"Pipenv",
"pip",
"SQLite3"
],
"version": "0.7.3",
"developmentStatus": "active",
"issueTracker": "https://github.com/caltechlibrary/dibs/issues",
"downloadUrl": "https://github.com/caltechlibrary/dibs/archive/master.zip",
"releaseNotes": "Cummulation of changes to get things to work under Ubuntu 24.04 LTS.",
"copyrightYear": 2021,
"copyrightHolder": "California Institute of Technology"
}