Skip to content

scivi-tools/scivi.web.examples

Repository files navigation

scivi.web.examples

Examples of the SciVi platform usage, part of SciVi.Tools project

Essentials

The set of different knowledge bases from various projects is in kb. The implementations of corresponding operators are in lib. The typical dataflow diagrams are in preset.

Quick start

  1. Compile SciVi:
cd scivi.web
npm install
make release
  1. Install needed Python virtual environment:
./setup.py
  1. Run the server
source .venv/bin/activate
./run.sh
  1. Open some data flow diagram, for example the one to view an ontogenesis of Titanophoneus potens. http://localhost:5555/paleo?preset=titanophone.json.gz

Here, paleo is the name of the knowledge base (see subdirectories of kb) and titanophone.json.gz is the file with a data flow diagram to open. So, to open one, you have to know the corresponding knowledge base.

About

Examples of the SciVi platform usage, part of SciVi.Tools project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors