generated from caltechlibrary/template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcodemeta.json
27 lines (27 loc) · 1.05 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "Process Caltech Archives' digital documents and photos, and annotate each page or image with information about its contents",
"name": "documentarist",
"codeRepository": "https://github.com/caltechlibrary/documentarist",
"issueTracker": "https://github.com/caltechlibrary/documentarist/issues",
"license": "https://github.com/caltechlibrary/documentarist/blob/master/LICENSE",
"version": "0.0.0",
"author": [
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Hucka",
"affiliation": "California Institute of Technology Library",
"email": "mhucka@library.caltech.edu",
"@id": "https://orcid.org/0000-0001-9105-5960"
}],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/documentarist/archive/0.0.0.zip",
"keywords": [
"software",
"handwritten-text-recognition",
"machine-learning"
],
"maintainer": "https://orcid.org/0000-0001-9105-5960",
}