generated from caltechlibrary/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
47 lines (47 loc) · 1.48 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "A Python 3 script to convert ArchivesSpace Encoded Archival Description (EAD) finding aids to Dublin Core (DC) records.",
"name": "ead2dc",
"codeRepository": "https://github.com/caltechlibrary/ead2dc",
"issueTracker": "https://github.com/caltechlibrary/ead2dc/issues",
"license": "https://github.com/caltechlibrary/ead2dc/blob/main/LICENSE",
"version": "0.1",
"author": [
{
"@type": "Person",
"givenName": "Stephen",
"familyName": "Davison",
"affiliation": {
"@type": "Organization",
"name": "Caltech"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-0102-8200"
}],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/ead2dc/archive/main.zip",
"keywords": [
"software",
"metadata",
"Open Archives Initiative Protocol for Metadata Harvesting",
"Dublin Core"
],
"maintainer": [
{
"@type": "Person",
"givenName": "Stephen",
"familyName": "Davison",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "EMAIL",
"@id": "https://orcid.org/0000-0003-0102-8200"
}],
"funder": [{
"@id": "https://doi.org/10.13039/100006961",
"@type": "Organization",
"name": "Caltech Library"
}]
}