-
Notifications
You must be signed in to change notification settings - Fork 20
/
codemeta.json
110 lines (109 loc) · 3.73 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org",
{
"entryPoints": { "@reverse": "schema:actionApplication" },
"interfaceType": { "@id": "codemeta:interfaceType" }
}
],
"@type": "SoftwareSourceCode",
"identifier": "lamachine",
"name": "LaMachine",
"version": "2.28",
"description": "LaMachine is a unified software distribution for Natural Language Processing. We integrate numerous open-source NLP tools, programming libraries, web-services, and web-applications in a single Virtual Research Environment that can be installed on a wide variety of machines.",
"license": "https://spdx.org/licenses/GPL-3.0",
"url": "https://proycon.github.io/LaMachine",
"producer": [
{
"@id": "https://www.ru.nl/clst",
"@type": "Organization",
"name": "Centre for Language and Speech Technology",
"url": "https://www.ru.nl/clst",
"parentOrganization": {
"@id": "https://www.ru.nl/cls",
"@type": "Organization",
"name": "Centre for Language Studies",
"url": "https://www.ru.nl/cls",
"parentOrganization": {
"@id": "https://www.ru.nl",
"name": "Radboud University",
"@type": "Organization",
"url": "https://www.ru.nl",
"location": {
"@type": "Place",
"name": "Nijmegen"
}
}
}
},
{
"@id": "https://huc.knaw.nl",
"@type": "Organization",
"name": "Humanities Cluster",
"url": "https://huc.knaw.nl",
"parentOrganization": {
"@id": "https://knaw.nl",
"@type": "Organization",
"name": "KNAW",
"url": "https://knaw.nl",
"location": {
"@type": "Place",
"name": "Amsterdam"
}
}
}
],
"author": [
{
"@id": "https://orcid.org/0000-0002-1046-0006",
"@type": "Person",
"givenName": "Maarten",
"familyName": "van Gompel",
"email": "proycon@anaproy.nl",
"affiliation": { "@id": "https://www.ru.nl/clst" }
}
],
"sourceOrganization": { "@id": "https://www.ru.nl/clst" },
"programmingLanguage": [
{
"@type": "ComputerLanguage",
"identifier": "ansible",
"name": "ansible"
},
{
"@type": "ComputerLanguage",
"identifier": "bash",
"name": "bash"
}
],
"operatingSystem": "POSIX",
"codeRepository": "https://github.com/proycon/LaMachine",
"funder": [
{
"@type": "Organization",
"name": "CLARIAH",
"url": "https://www.clariah.nl"
}
],
"readme": "https://github.com/proycon/LaMachine/blob/master/README.md",
"issueTracker": "https://github.com/proycon/LaMachine/issues",
"contIntegration": "https://travis-ci.org/proycon/LaMachine",
"releaseNotes": "https://github.com/proycon/LaMachine/releases",
"developmentStatus": "active",
"keywords": [ "nlp", "natural language processing", "software distribution", "installer", "python" ],
"referencePublication": [
{
"@type": "ScholarlyArticle",
"name": "LaMachine: A meta-distribution for NLP software",
"author": [ "Maarten van Gompel" ],
"isPartOf": {
"@type": "PublicationIssue",
"datePublished": "2018",
"name": "(extended abstracted submitted; still pending review)"
},
"url": "https://raw.githubusercontent.com/proycon/LaMachine/master/docs/lamachine_extabstract_clarin2018.pdf"
}
],
"dateCreated": "2015-05-17"
}