-
Notifications
You must be signed in to change notification settings - Fork 1
/
codemeta.json
28 lines (28 loc) · 1008 Bytes
/
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "A program for downloading records from an EPrints server and creating BagIt packages out of them.",
"name": "eprints2bags",
"codeRepository": "https://github.com/caltechlibrary/eprints2bags",
"issueTracker": "https://github.com/caltechlibrary/eprints2bags/issues",
"license": "https://github.com/caltechlibrary/eprints2bags/blob/master/LICENSE",
"version": "1.10.3",
"author": [
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Hucka",
"affiliation": "Caltech Library",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9105-5960"
}],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/eprints2bags/archive/1.10.3.zip",
"keywords": [
"EPrints",
"BagIt",
"archive"
],
"maintainer": "https://orcid.org/0000-0001-9105-5960",
"programmingLanguage": "Python"
}