VHP4Safety / cloud

VHP4Safety Cloud Service Catalog
https://cloud.vhp4safety.nl/
0 stars 2 forks source link
cloud

VHP4Safety Cloud

Repository to document the services on the VHP4Safety Cloud, see this index or the online website.

Adding new services

The GitHub website will take "action" and use the JSON to create a Markdown file, update the catalog pages, as well as the sitemap.xml accordingly.

Bioschemas annotation

As part of this process, the Markdown page will also include autogenerated Bioschemas annotation. Example Bioschemas annotation looks like:

{
  "@context": "https://schema.org/",
  "@type": "SoftwareApplication",
  "http://purl.org/dc/terms/conformsTo": {
      "@type": "CreativeWork", "@id": "https://bioschemas.org/profiles/ComputationalTool/1.0-RELEASE"
  },
  "@id" : "https://vhp4safety.github.io/cloud/service/aopwiki",
  "name": "AOP-Wiki Snorql UI", 
  "description": "Graphical interface to an AOP-Wiki SPARQL endpoint.",
  "url": "https://aopwiki.cloud.vhp4safety.nl/"
}