Changes for page SC3 Visualization Framework Use Case
Last modified by jensb on 2023/04/27 14:17
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. jensb1 +XWiki.spreizer - Content
-
... ... @@ -30,6 +30,8 @@ 30 30 (% style="text-align:center" %) 31 31 [[image:image-20230414175125-4.png||alt="ViSimpl visualizing the simulation results next to NEST Desktop"]] 32 32 33 + 34 + 33 33 = Preparation (Quickstart Guide) = 34 34 35 35 First, download the Docker Compose configuration file for NEST Desktop and Insite. ... ... @@ -59,12 +59,14 @@ 59 59 60 60 (% class="box" %) 61 61 ((( 62 -##VERSION=1.8. 364 +##VERSION=1.8.8 63 63 wget https:~/~/vg-lab.es/apps/visimpl/latest-release/visimpl-$VERSION-x86_64.AppImage 64 64 chmod +x visimpl-$VERSION-x86_64.AppImage 65 65 ./visimpl-$VERSION-x86_64.AppImage## 66 66 ))) 67 67 70 + 71 + 68 68 = How to use NEST Desktop with ViSimpl (Quickstart Guide) = 69 69 70 70 1. In NEST Desktop, make sure that both backends (NEST Simulator and Insite) are running. ... ... @@ -74,17 +74,19 @@ 74 74 75 75 = Usage Video = 76 76 77 -* A video showing the usage can be found [[here>>doc:Video]]. 78 -))) 81 +A video showing the usage can be found [[here>>doc:Video]]. 79 79 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" /> 80 80 81 - 82 -(% class="col-xs-12 col-sm-4" %) 83 -((( 84 -{{box title="**Contents**"}} 85 -{{toc/}} 86 -{{/box}} 87 - 88 - 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}} 89 89 ))) 90 90 )))