Attention: Data Proxy will be migrated from SWIFT to S3 storage at Friday, the 9th of May 2025 starting from 9pm CEST (my timezone). For more details, please join the rocket chat channel https://chat.ebrains.eu/channel/data-proxy-user-group


TVB Widgets

Version 17.1 by ldomide on 2023/03/14 11:43

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.

image-20230314124213-1.png

 

Public

TVB Widgets