-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
58 lines (58 loc) · 2.43 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/CC-BY-NC-SA-4.0",
"codeRepository": "https://github.com/bernd-mueller/snoke.git",
"contIntegration": "https://travis-ci.org/bernd-mueller/snoke",
"dateCreated": "2016-01-01",
"datePublished": "2020-11-23",
"dateModified": "2021-02-19",
"downloadUrl": "https://github.com/bernd-mueller/snoke/archive/refs/heads/master.zip",
"issueTracker": "https://github.com/bernd-mueller/snoke/issues",
"name": "SNOKE",
"version": "1.1",
"identifier": "10.5281/zenodo.4680086\t",
"description": "Towards a Semantic NoSQL (Not only SQL) Knowledge Environment (SNOKE)\n\nThe Maven project snoke contains implementation for various applications ranging from the conversion of ontology formats, UIMA engine components, neo4j database handlers to language models with DeepLearning4j. Accordingly, the maven project is structured into the respective modules:\n\nsnoke.dl for implementations for the training of paragraph vector models with DeepLearning4j\nsnoke.neo4j for implementations with the Neo4j database incluing importers for MesH and ATC\nsnoke.uima for implementations of UIMA engine components such as readers, annotators, and writers\nsnoke.ontology for implementations of converters of various ontologies\nThe API documentation is available on https://bernd-mueller.github.io/snoke/javadoc/",
"applicationCategory": "Life Science Informatics",
"funder": {
"@type": "Organization",
"name": "ZB MED - Information Centre for Life Sciences"
},
"keywords": [
"UIMA",
"NoSQL",
"MongoDB",
"Neo4j",
"Ontology"
],
"programmingLanguage": [
"Java"
],
"runtimePlatform": [
"JVM"
],
"operatingSystem": [
"Linux",
"Windows",
"macOS"
],
"softwareRequirements": [
"Java 8"
],
"relatedLink": [
"https://bernd-mueller.github.io/snoke/javadoc/"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-3062-8192",
"givenName": "Bernd",
"familyName": "Müller",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "ZB MED - Information Centre for Life Sciences"
}
}
]
}