-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
100 lines (100 loc) · 2.61 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"codeRepository": "https://github.com/caltechlibrary/irdmtools",
"author": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library, Caltech"
},
"email": "rsdoiel@caltech.edu"
},
{
"id": "https://orcid.org/0000-0001-9266-5146",
"type": "Person",
"givenName": "Tom",
"familyName": "Morrell",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library, Caltech"
},
"email": "tmorrell@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-0002-6539-638X",
"type": "Person",
"givenName": "George",
"familyName": "Porter",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library, Caltech"
},
"email": "george@library.caltech.edu"
},
{
"id": "https://orcid.org/0000-0002-0102-996X",
"type": "Person",
"givenName": "Cynthia",
"familyName": "Kiser",
"affiliation": {
"@type": "Organization",
"name": "Caltech IMSS, Caltech"
}
}
],
"dateCreated": "2022-10-27",
"dateModified": "2025-02-13",
"datePublished": "2025-02-13",
"description": "Tools for working with institutional repositories and data management systems. Current implementation targets Invenio-RDM.",
"keywords": [
"institutional repository",
"data management",
"Invenio",
"Invenio-RDM"
],
"name": "irdmtools",
"license": "https://caltechlibrary.github.io/irdmtools/LICENSE",
"operatingSystem": [
"Linux",
"macOS",
"Windows"
],
"programmingLanguage": [
"Go",
"Python"
],
"relatedLink": [
"https://inveniosoftware.org/products/rdm/",
"https://eprints.org"
],
"softwareRequirements": [
"Go >= 1.23.1",
"PostgreSQL >= 16",
"PostgREST >= 12",
"Pandoc >= 3",
"MySQL >= 8",
"SQLite >= 3"
],
"version": "0.0.90",
"developmentStatus": "WIP",
"issueTracker": "https://github.com/caltechlibrary/irdmtools/issues",
"releaseNotes": "This releasee adds support for \".env\" files to the Config struct and funcs."
}