TVB inspired GUI Widgets
from https://github.com/the-virtual-brain/tvb-widgets , https://github.com/the-virtual-brain/tvb-ext-bucket, https://github.com/the-virtual-brain/tvb-ext-xircuitsand https://github.com/the-virtual-brain/tvb-ext-unicore
for EBRAINS showcases
What can I find here?
- Description of TVB GUI Widgets
- Installation and usage guidance
- Basic examples
Authors
- SDL Neuroscience Juelich: Sandra Diaz
- INS Marseille: Jan Fousek
- Codemart: Paula Prodan, David Bacter, Romina Baila, Jochen Mersmann, Lia Domide
Concepts
- GUI, Widgets
- JupyterLab Extensions
- data-oriented arch, API, DataTypes
- HPC backends and monitoring
- KG integration
- GUI workflow editing
METHODS
The graphical components developed, called tvb-widgets, are designed to be integrated into cells of notebooks or are part of JupyterLab extensions for direct usage in the EBRAINS Collaboratory as independent panels with an appealing look and feel (3D display and interaction, reactive UI, drag&drop events, etc).
The solution is modular, easy to extend and applicable to multiple showcases within EBRAINS.
For the development of these modules, we choose a Data Centred Architecture, where data is annotated, and accessed independently by the satellite components which can read or modify it. We introduce a hierarchical representation with flexible types for data and its metadata; the components access shared data structures and are relatively independent —they interact only through data exchange; we get automatic orchestration as a possibility.