Skip to content

edamontology/edam-browser

Repository files navigation

Edam stand alone browser using d3.js

The EDAM Browser is a client-side web-based visualization javascript widget. Its goals are to help describing bio-related resources and service with EDAM, and to facilitate and foster community contributions to EDAM.

screenshot

Use it ...

... online

Go to https://ifb-elixirfr.github.io/edam-browser/

... locally

Download/clone the repository

Run python start_edam_stand_alone_browser.py

It starts a web server allowing you to browse edam on localhost:20080.

... with a custom ontology

EDAM Browser can render ontology described in json following the schema, see here for more information on how to load a custom ontology.

Third party integration

A demo showing you how to add the tree visualization and how you can interact with the it programmatically is available at https://ifb-elixirfr.github.io/edam-browser/demo.html