From af9489b4fda36306c9945dfcca06c60062a7296c Mon Sep 17 00:00:00 2001 From: Metadata Updater for FAIRsoft Date: Mon, 16 Jun 2025 13:28:12 +0000 Subject: [PATCH] Metadata (`oeb-visualizations.metadata.json`) generated by [Metadata Updater for FAIRsoft](https://github.com/apps/metadata-updater-for-fairsoft) added. --- oeb-visualizations.metadata.json | 68 ++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 oeb-visualizations.metadata.json diff --git a/oeb-visualizations.metadata.json b/oeb-visualizations.metadata.json new file mode 100644 index 0000000..657aa27 --- /dev/null +++ b/oeb-visualizations.metadata.json @@ -0,0 +1,68 @@ +{ + "@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" + ], + "bioschemas:input": [ + { + "@type": "https://bioschemas.org/FormatParameter", + "bioschemas:encodingFormat": " " + } + ], + "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-16T13:28:01Z", + "codemeta:readme": "https://github.com/inab/oeb-visualizations/blob/main/README.md" +} \ No newline at end of file