Skip to content

Latest commit

 

History

History
80 lines (66 loc) · 2.13 KB

sysrev.md

File metadata and controls

80 lines (66 loc) · 2.13 KB

SysRev

Service to support literature research.

Documentation

VHP4Safety Documentation

  • Service introduction:
  • Workflow:
  • Demo:

<script> function initTeSSWidgets() { var query = ''; if (query.trim() != "") { TessWidget.Materials(document.getElementById('tess-widget-materials-list'), 'SimpleList', { opts: { enableSearch: false }, params: { pageSize: 5, q: query } }); document.getElementById('tess-widget-materials-header').innerHTML = "Documentation from ELIXIR TeSS" } } </script> <script async="" defer="" src="https://elixirtess.github.io/TeSS_widgets/components/js/tess-widget-standalone.js" onload="initTeSSWidgets()"></script>

VHP4Safety Selection Service Metadata

Technical tool specifications

<script type="application/ld+json"> { "@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/sysrev", "name": "SysRev", "description": "Service to support literature research.", "url": "https://sysrev.com/" } </script>