generated from caltechlibrary/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
63 lines (63 loc) · 2.04 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "Waystation",
"identifier": "waystation",
"description": "GitHub Action to archive the GitHub Pages of a repository in the Wayback Machine.",
"version": "1.8.0",
"datePublished": "2024-01-29",
"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"
}
],
"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": 2024,
"license": "https://github.com/caltechlibrary/waystation/blob/main/LICENSE",
"isAccessibleForFree": true,
"url": "https://caltechlibrary.github.io/waystation",
"codeRepository": "https://github.com/caltechlibrary/waystation",
"readme": "https://github.com/caltechlibrary/waystation/blob/main/README.md",
"softwareHelp": "https://caltechlibrary.github.io/waystation",
"releaseNotes": "https://github.com/caltechlibrary/waystation/blob/main/CHANGES.md",
"issueTracker": "https://github.com/caltechlibrary/waystation/issues",
"downloadUrl": "https://github.com/caltechlibrary/waystation/archive/main.zip",
"relatedLink": "https://data.caltech.edu/records/hy6ag-xw238",
"keywords": [
"software",
"automation",
"archiving"
],
"developmentStatus": "active"
}