Skip to content

Latest commit

 

History

History
80 lines (66 loc) · 2.36 KB

comptox.md

File metadata and controls

80 lines (66 loc) · 2.36 KB

CompTox

An online database to provide access to chemistry, toxicity, and exposure information for chemicals.

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>

Web-Based Application 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/comptox", "name": "CompTox", "description": "An online database to provide access to chemistry, toxicity, and exposure information for chemicals.", "url": "https://comptox.epa.gov/dashboard/" } </script>