TVB’s web-based UI provides several very useful visualization tools, which are setup for full screen use. As TVB is used in wider contexts (HBP collaboratory, Jupyter notebooks), it is important to ensure the relevant visualization tools are present everywhere.
This project is to rewrite the widgets in TVB UI to become reusable components which can be employed from a Jupyter notebook for use in the HBP collaboratory, while maintaining compatibility with the existing TVB framework. Tools are to be refactored, choice up to the student, in order of priority
anatomical visualization (surface, connectivity)
time series viewer
the phase plane tool
Use of WebGL (in particular Python/notebook oriented GL tools) are encouraged, where numerous interesting opportunities for optimization are present, e.g. XTK for anatomy, vispy for time series.
Expected results: A set of classes usable within Jupyter notebook, for displaying common data objects via WebGL or WebGL-based libraries.
Skills: Python, WebGL, IPyWidgets, Jupyter
Mentors: Lia Domide & Paula Popa, The Virtual Brain project.
Hi, I’ve added you to the GSoC_Students group. This group has access to the private mentor+students 2019 group in the category GSoC_2019. Please put that tag on your future posts!
1. What did you get done this week?
Start writing the skeleton of anatomical visualization to become reusable to
jupyter notebook with the support of webgl(XTK).
2. What do you plan on doing next week?
Continue with the anatomical visualization.