-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
63 lines (61 loc) · 1.99 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/fusion-jena/wiki-category-consistency",
"dateCreated": "2022-07-27",
"datePublished": "2022-07-27",
"dateModified": "",
"downloadUrl": "",
"issueTracker": "https://github.com/fusion-jena/wiki-category-consistency/issues",
"name": "wiki-category-consistency",
"version": "1.0.2",
"identifier": "",
"description": "Source code for Evaluating the consistency between Wikipedia and Wikidata categories",
"referencePublication": "https://ceur-ws.org/Vol-3262/paper4.pdf",
"keywords": [
"Wikidata",
"Wikipedia",
"Wikipedia Category"
],
"programmingLanguage": [
"JavaScript"
],
"runtimePlatform": [
"nodejs"
],
"softwareRequirements": [
"node version >= v14.16.1"
],
"relatedLink": [
"https://doi.org/10.5281/zenodo.6913134",
"https://doi.org/10.5281/zenodo.6913282",
"https://doi.org/10.5281/zenodo.6913332"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-8896-8208",
"givenName": "Leila",
"familyName": "Feddoul",
"email": "Leila.Feddoul@uni-jena.de",
"affiliation": {
"@type": "Organization",
"name": "Heinz Nixdorf Chair for Distributed Information Systems, Friedrich Schiller University Jena, Jena, Germany"
}
}
],
"contributor": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-0964-4457",
"givenName": "Sirko",
"familyName": "Schindler",
"email": "Sirko.Schindler@dlr.de",
"affiliation": {
"@type": "Organization",
"name": "Institute of Data Science, German Aerospace Center DLR, Jena, Germany"
}
}
]
}