-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
66 lines (66 loc) · 2.08 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "Command line tools, Golang package and Python module for working with the EPrints 3.x REST API",
"releaseNotes": "Updated Go version to 1.22, added support for YAML config to ep3apid",
"name": "eprinttools",
"codeRepository": "https://github.com/caltechlibrary/eprinttools",
"issueTracker": "https://github.com/caltechlibrary/eprinttools/issues",
"license": "https://caltechlibrary.github.io/eprinttools/license.html",
"version": "1.3.8",
"datePublished": "2023-06-06",
"dateRelease": "2023-09-15",
"dateModified": "2024-06-10",
"author": [
{
"@type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-0900-6903"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "George",
"familyName": "Porter",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-6539-638X"
}
],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/eprinttools/release/latest",
"keywords": [
"metadata",
"repository",
"EPrints",
"CrossRef",
"DataCite",
"software"
],
"maintainer": [
{
"@type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-0900-6903"
}
],
"programmingLanguage": [
"Go >= 1.22"
]
}