-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
31 lines (31 loc) · 867 Bytes
/
codemeta.json
File metadata and controls
31 lines (31 loc) · 867 Bytes
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "ba[sic?]",
"codeRepository": "https://github.com/saw-leipzig/basic.app",
"programmingLanguage": "JavaScript",
"license": "OSI Approved :: MIT License",
"description": "a tool for searching, identifying and connecting named entities with authority data",
"datePublished": "2018-11-30",
"creator": [
{
"@type": "Person",
"givenName": "Uwe",
"familyName": "Kretschmer",
"name": "Kretschmer, Uwe",
"email": "kretschmer@saw-leipzig.de"
},
{
"@type": "Person",
"givenName": "Lars",
"familyName": "Scheideler",
"name": "Scheideler, Lars"
}
],
"contributor": {
"@type": "Person",
"givenName": "Klaus",
"familyName": "Rettinghaus",
"name": "Rettinghaus, Klaus"
}
}