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

From version 23.1
edited by jensb
on 2023/04/14 18:10
Change comment: There is no comment for this version
To version 32.1
edited by spreizer
on 2023/04/18 10:25
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
... ... @@ -24,8 +24,6 @@
24 24  (% style="text-align:center" %)
25 25  [[image:image-20230414174434-2.png||alt="NEST Desktop Setting up a network with ViSimpl waiting for the results"]]
26 26  
27 -= =
28 -
29 29  (% style="text-align:center" %)
30 30  [[image:image-20230414174907-3.png||alt="NEST Desktop receiving simulation results via Insite while ViSimpl waits"]]
31 31  
... ... @@ -32,8 +32,10 @@
32 32  (% style="text-align:center" %)
33 33  [[image:image-20230414175125-4.png||alt="ViSimpl visualizing the simulation results next to NEST Desktop"]]
34 34  
35 -= Preparation (Overview) =
36 36  
34 +
35 += Preparation (Quickstart Guide) =
36 +
37 37  First, download the Docker Compose configuration file for NEST Desktop and Insite.
38 38  
39 39  (% class="box" %)
... ... @@ -61,14 +61,16 @@
61 61  
62 62  (% class="box" %)
63 63  (((
64 -##VERSION=1.8.3
64 +##VERSION=1.8.8
65 65  wget https:~/~/vg-lab.es/apps/visimpl/latest-release/visimpl-$VERSION-x86_64.AppImage
66 66  chmod +x visimpl-$VERSION-x86_64.AppImage
67 67  ./visimpl-$VERSION-x86_64.AppImage##
68 68  )))
69 69  
70 -= How to use NEST Desktop with ViSimpl (Overview) =
71 71  
71 +
72 += How to use NEST Desktop with ViSimpl (Quickstart Guide) =
73 +
72 72  1. In NEST Desktop, make sure that both backends (NEST Simulator and Insite) are running.
73 73  1. Run the simulation of the network with Insite as recording backend.
74 74  1. In ViSimpl, click on the REST button to get data from Insite (check that you use the correct URL).
... ... @@ -76,17 +76,19 @@
76 76  
77 77  = Usage Video =
78 78  
79 -* A video showing the usage can be found [[here>>doc:Video]].
80 -)))
81 +A video showing the usage can be found [[here>>doc:Video]].
81 81  
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" />
82 82  
83 -
84 -(% class="col-xs-12 col-sm-4" %)
85 -(((
86 -{{box title="**Contents**"}}
87 -{{toc/}}
88 -{{/box}}
89 -
90 -
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}}
91 91  )))
92 92  )))