forked from caltechlibrary/iga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
98 lines (98 loc) · 2.77 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "InvenioRDM GitHub Archiver (IGA)",
"identifier": "iga",
"description": "The InvenioRDM GitHub Archiver (IGA) automatically archives GitHub releases in an InvenioRDM repository.",
"version": "1.3.0",
"datePublished": "2024-05-15",
"dateCreated": "2022-12-07",
"author": [
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Hucka",
"affiliation": {
"@type": "Organization",
"name": "California Institute of Technology Library"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9105-5960"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Thomas E",
"familyName": "Morrell",
"affiliation": {
"@type": "Organization",
"name": "California Institute of Technology Library"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9266-5146"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Hucka",
"affiliation": {
"@type": "Organization",
"name": "California Institute of Technology Library"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9105-5960"
}
],
"funder": {
"@id": "https://ror.org/05dxps055",
"@type": "Organization",
"name": "California Institute of Technology Library"
},
"copyrightHolder": [
{
"@id": "https://ror.org/05dxps055",
"@type": "Organization",
"name": "California Institute of Technology"
}
],
"copyrightYear": 2023,
"license": "https://github.com/caltechlibrary/iga/blob/main/LICENSE",
"isAccessibleForFree": true,
"url": "https://caltechlibrary.github.io/iga",
"codeRepository": "https://github.com/caltechlibrary/iga",
"readme": "https://github.com/caltechlibrary/iga/blob/main/README.md",
"releaseNotes": "https://github.com/caltechlibrary/iga/blob/main/CHANGES.md",
"issueTracker": "https://github.com/caltechlibrary/iga/issues",
"downloadUrl": "https://github.com/caltechlibrary/iga/releases",
"softwareHelp": "https://caltechlibrary.github.io/iga",
"relatedLink": "https://data.caltech.edu/records/x9vay-n4x27",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Python",
"version": "3.9",
"url": "https://www.python.org/"
},
"keywords": [
"software",
"science",
"archiving",
"archives",
"preservation",
"source code",
"source code archiving",
"source code preservation",
"code preservation",
"automation",
"reproducibility",
"research reproducibility",
"InvenioRDM",
"Invenio",
"GitHub",
"GitHub Actions",
"GitHub Automation"
],
"developmentStatus": "active"
}