Examples of the SciVi platform usage, part of SciVi.Tools project
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.
- Compile SciVi:
cd scivi.web
npm install
make release
- Install needed Python virtual environment:
./setup.py
- Run the server
source .venv/bin/activate
./run.sh
- 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.