-
Notifications
You must be signed in to change notification settings - Fork 1
/
codemeta.json
101 lines (101 loc) · 2.99 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",
"license": "https://caltechlibrary.github.io/irdmtools/LICENSE",
"codeRepository": "https://github.com/caltechlibrary/irdmtools",
"dateCreated": "2022-10-27",
"dateRelease": "2024-09-25",
"dateModified": "2024-09-25",
"issueTracker": "https://github.com/caltechlibrary/irdmtools/issues",
"name": "irdmtools",
"version": "0.0.89",
"description": "Tools for working with institutional repositories and data management systems. Current implementation targets Invenio-RDM.",
"applicationCategory": "library science",
"releaseNotes": "Address case where CrossRef record only has family name populated",
"developmentStatus": "WIP",
"keywords": [
"institutional repository",
"data management",
"Invenio",
"Invenio-RDM"
],
"programmingLanguage": [
"Go",
"Python"
],
"operatingSystem": [
"Linux",
"macOS",
"Windows"
],
"softwareRequirements": [
"Go >= 1.23.1",
"PostgreSQL >= 16",
"PostgREST >= 12",
"Pandoc >= 3",
"MySQL >= 8",
"SQLite >= 3"
],
"relatedLink": [
"https://inveniosoftware.org/products/rdm/",
"https://eprints.org"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-0900-6903",
"givenName": "R. S.",
"familyName": "Doiel",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library, Caltech"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-9266-5146",
"givenName": "Tom",
"familyName": "Morrell",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library, Caltech"
}
}
],
"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",
"@id": "https://orcid.org/0000-0002-6539-638X",
"givenName": "George",
"familyName": "Porter",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library, Caltech"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-0102-996X",
"givenName": "Cynthia",
"familyName": "Kiser",
"affiliation": {
"@type": "Organization",
"name": "Caltech IMSS, Caltech"
}
}
]
}