Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions oeb-visualizations.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"@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 undefined"
},
{
"@type": "schema:Person",
"schema:name": "OEB FAIRsoftEvaluator undefined"
},
{
"@type": "schema:Person",
"schema:name": "Eva Martin del Pico undefined"
}
],
"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": "2025-06-25T16:15:52Z",
"codemeta:readme": "https://github.com/inab/oeb-visualizations/blob/main/README.md"
}