Changes for page TVB Widgets

Last modified by ldomide on 2023/05/17 17:25

From version 8.1
edited by ldomide
on 2022/05/17 20:17
Change comment: There is no comment for this version
To version 17.1
edited by ldomide
on 2023/03/14 11:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,11 +2,11 @@
2 2  (((
3 3  (% class="container" %)
4 4  (((
5 -= TVB based GUI Widgets =
5 += TVB inspired GUI Widgets =
6 6  
7 -from [[https:~~/~~/github.com/the-virtual-brain/tvb-widgets>>https://github.com/the-virtual-brain/tvb-widgets]]
7 +//from [[https:~~/~~/github.com/the-virtual-brain/tvb-widgets>>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-bucket]],// //[[https:~~/~~/github.com/the-virtual-brain/tvb-ext-xircuits>>https://github.com/the-virtual-brain/tvb-ext-xircuits]]//and [[https:~~/~~/github.com/the-virtual-brain/tvb-ext-unicore>>https://github.com/the-virtual-brain/tvb-ext-unicore]]//
8 8  
9 -for EBRAINS showcases
9 +**for EBRAINS showcases**
10 10  )))
11 11  )))
12 12  
... ... @@ -14,26 +14,42 @@
14 14  (((
15 15  (% class="col-xs-12 col-sm-8" %)
16 16  (((
17 -(% class="wikigeneratedid" %)
18 -Currently only developers involved with tvb-widgets project have access. Long term this space will become public.
17 +== What can I find here? ==
19 19  
20 -= What can I find here? =
21 -
22 -* Description of the GUI widgets we build
23 -* Installation and usage manuals
19 +* Description of TVB GUI Widgets
20 +* Installation and usage guidance
24 24  * Basic examples
25 25  
26 -= Authors =
23 +== Authors ==
27 27  
28 -(% style="color:#595959; font-family:Arial; font-size:14pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Juelich, INS-MRS, Codemart
25 +* (% style="color:#595959; font-family:Arial; font-size:14pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)**SDL Neuroscience Juelich**: Sandra Diaz
26 +* (% style="color:#595959; font-family:Arial; font-size:14pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)**INS Marseille**: Jan Fousek
27 +* (% style="color:#595959; font-family:Arial; font-size:14pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)**Codemart**: Paula Prodan, David Bacter, Romina Baila, Jochen Mersmann, Lia Domide
29 29  
30 -= Concepts =
29 +== Concepts ==
31 31  
32 -* (% style="color:#595959; font-family:Arial; font-size:14pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)GUI
33 -* (% style="color:#595959; font-family:Arial; font-size:14pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)data-oriented arch, API, IN, OUT, DataTypes
34 -* (% style="color:#595959; font-family:Arial; font-size:14pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)HPC for execution
31 +* (% style="color:#595959; font-family:Arial; font-size:14pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)GUI, Widgets
32 +* (% style="color:#595959; font-family:Arial; font-size:18.6667px; white-space:pre-wrap" %)JupyterLab Extensions
33 +* (% style="color:#595959; font-family:Arial; font-size:14pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)data-oriented arch, API, DataTypes
34 +* (% style="color:#595959; font-family:Arial; font-size:14pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)HPC backends and monitoring
35 35  * (% style="color:#595959; font-family:Arial; font-size:14pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)KG integration
36 +* (% style="color:#595959; font-family:Arial; font-size:14pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)GUI workflow editing
36 36  
38 +(% class="western" id="HMETHODS" lang="en-AU" style="border: none; padding: 0in;" %)
39 +== METHODS ==
40 +
41 +(% class="western" lang="en-AU" style="border:none; padding:0in" %)
42 +(% style="line-height:150%" %)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).
43 +
44 +(% class="western" lang="en-AU" style="border:none; padding:0in" %)
45 +(% style="line-height:150%" %)The solution is **modular**, easy to extend and applicable to multiple //showcases// within EBRAINS.
46 +
47 +(% class="western" lang="en-GB" style="border:none; padding:0in" %)
48 +(% lang="en-AU" style="line-height:150%" %)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.
49 +
50 +(% class="western" lang="en-GB" style="border:none; padding:0in" %)
51 +[[image:image-20230314124213-1.png]]
52 +
37 37  
38 38  )))
39 39  
image-20230314124213-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ldomide
Size
... ... @@ -1,0 +1,1 @@
1 +193.8 KB
Content
Collaboratory.Apps.Collab.Code.CollabClass[0]
owner
... ... @@ -1,0 +1,1 @@
1 +ldomide
Public
... ... @@ -1,1 +1,1 @@
1 -No
1 +Yes
XWiki.XWikiRights[3]
Allow/Deny
... ... @@ -1,0 +1,1 @@
1 +Allow
Levels
... ... @@ -1,0 +1,1 @@
1 +view
Users
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
XWiki.XWikiRights[4]
Allow/Deny
... ... @@ -1,0 +1,1 @@
1 +Allow
Groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiAllGroup
Levels
... ... @@ -1,0 +1,1 @@
1 +view
Public

TVB Widgets