-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
65 lines (65 loc) · 2 KB
/
metadata.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
{
"@context": {
"schema": "https://schema.org/",
"bs": "https://bioschemas.org/terms/",
"codemeta": "https://w3id.org/codemeta/",
"rdf": "https://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "https://www.w3.org/2000/01/rdf-schema#",
"maSMP": "https://discovery.biothings.io/view/maSMP/"
},
"@type": "schema:SoftwareApplication",
"schema:applicationSubcategory": [
"https://github.com/topics/openebench",
"https://github.com/topics/plotlyjs",
"https://github.com/topics/vue"
],
"schema:name": "oeb-visualizations",
"@id": "https://openebench.bsc.es/bioschemas/tools/observatory:oeb-visualizations:None/",
"schema:description": "Library of data visualizations for OpenEBench",
"schema:license": [
{
"@type": "schema:CreativeWork",
"schema:name": "MIT License",
"schema:url": "http://choosealicense.com/licenses/mit/"
}
],
"schema:author": [
{
"@type": "schema:Person",
"schema:name": "Eva Martin del Pico",
"schema:email": "[email protected]"
},
{
"@type": "schema:Person",
"schema:name": "OEB FAIRsoftEvaluator",
"schema:email": "[email protected]"
},
{
"@type": "schema:Person",
"schema:name": "Eva Martin del Pico",
"schema:email": "[email protected]"
}
],
"schema:codeRepository": [
"https://github.com/inab/oeb-visualizations"
],
"schema:softwareHelp": [
{
"@id": "https://github.com/inab/oeb-visualizations/blob/main/CHANGELOG.md"
},
{
"@id": "https://github.com/inab/oeb-visualizations/blob/main/CONTRIBUTING.md"
},
{
"@id": "https://github.com/inab/oeb-visualizations/blob/main/README.md"
},
{
"@id": "https://github.com/inab/oeb-visualizations/blob/main/requirements.txt"
},
{
"@id": "https://github.com/inab/oeb-visualizations/blob/main/docs/index.md"
}
],
"schema:dateModified": "2024-10-23T15:55:55Z",
"codemeta:readme": "https://github.com/inab/oeb-visualizations/blob/main/README.md"
}