Last modified by jensb on 2023/04/27 14:17

From version 30.1
edited by jensb
on 2023/04/14 18:16
Change comment: There is no comment for this version
To version 31.2
edited by spreizer
on 2023/04/18 10:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.jensb
1 +XWiki.spreizer
Content
... ... @@ -32,7 +32,6 @@
32 32  
33 33  
34 34  
35 -
36 36  = Preparation (Quickstart Guide) =
37 37  
38 38  First, download the Docker Compose configuration file for NEST Desktop and Insite.
... ... @@ -70,7 +70,6 @@
70 70  
71 71  
72 72  
73 -
74 74  = How to use NEST Desktop with ViSimpl (Quickstart Guide) =
75 75  
76 76  1. In NEST Desktop, make sure that both backends (NEST Simulator and Insite) are running.
... ... @@ -78,22 +78,21 @@
78 78  1. In ViSimpl, click on the REST button to get data from Insite (check that you use the correct URL).
79 79  1. Now, ViSimpl shows spatial dots representing neurons and spikes are displayed in glowing mode.
80 80  
81 -
82 -
83 -
84 84  = Usage Video =
85 85  
86 86  A video showing the usage can be found [[here>>doc:Video]].
87 -)))
88 88  
83 +{{html}}
84 +<iframe height="386" src="https://drive.ebrains.eu/seafhttp/files/9d70e2c9-1280-4512-a18b-206f48505eff/2023-03-27_NEST_Desktop_ViSimpl_v0.6.mp4" width="685" />
89 89  
90 -
91 -(% class="col-xs-12 col-sm-4" %)
92 -(((
93 -{{box title="**Contents**"}}
94 -{{toc/}}
95 -{{/box}}
96 -
97 -
86 +<style>
87 + iframe {
88 + height: 100vh;
89 + width: 100%;
90 + object-fit: fill; // use "cover" to avoid distortion
91 + position: absolute;
92 + }
93 +</style>
94 +{{/html}}
98 98  )))
99 99  )))