Skip to content

Commit bb4c095

Browse files
author
Wolfgang Knecht
committed
updated readme
1 parent 6532a74 commit bb4c095

7 files changed

+10
-10
lines changed

readme/app-3d-nets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## VisTool App: 3D Networks
22

3-
<img src="https://vis.csh.ac.at/vistool/" height="400">
3+
<img src="https://vis.csh.ac.at/vistool/visualizations/3d-nets/3dnets.png" height="400">
44

55
### App ID
66

readme/app-geo-slicing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## VisTool App: Geospatial Correlations
22

3-
<img src="https://vis.csh.ac.at/vistool/" height="400">
3+
<img src="https://vis.csh.ac.at/vistool/visualizations/geo-slicing/geoslice.png" height="400">
44

55
### App ID
66

readme/app-map-arcs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## VisTool App: Geospatial Flows
22

3-
<img src="https://vis.csh.ac.at/vistool/" height="400">
3+
<img src="https://vis.csh.ac.at/vistool/visualizations/map-arcs/maparcs.png" height="400">
44

55
### App ID
66

readme/app-template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## VisTool App: {{ app.title }}
22

3-
<img src="https://vis.csh.ac.at/vistool/{{ app.preview_image }}" height="400">
3+
<img src="https://vis.csh.ac.at/vistool/{{ app.previewImage }}" height="400">
44

55
### App ID
66

readme/app-vr-graph.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## VisTool App: VR Graph
22

3-
<img src="https://vis.csh.ac.at/vistool/" height="400">
3+
<img src="https://vis.csh.ac.at/vistool/visualizations/vr-graph/vrnets.png" height="400">
44

55
### App ID
66

readme/apps-template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ The following apps are available in the VisTool of the Complexity Science Hub Vi
55
Name | App ID | Screenshot
66
----- | ----- | ----------
77
{% for app in apps %}
8-
{{ app.title }}<br>[details](app-{{ app.id }}.md) | ```{{ app.id }}``` | <img src="https://vis.csh.ac.at/vistool/{{ app.preview_image }}" height="200">
8+
{{ app.title }}<br>[details](app-{{ app.id }}.md) | ```{{ app.id }}``` | <img src="https://vis.csh.ac.at/vistool/{{ app.previewImage }}" height="200">
99
{% endfor %}

readme/apps.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The following apps are available in the VisTool of the Complexity Science Hub Vi
44

55
Name | App ID | Screenshot
66
----- | ----- | ----------
7-
VR Graph<br>[details](app-vr-graph.md) | ```vr-graph``` | <img src="https://vis.csh.ac.at/vistool/" height="200">
8-
Geospatial Flows<br>[details](app-map-arcs.md) | ```map-arcs``` | <img src="https://vis.csh.ac.at/vistool/" height="200">
9-
Geospatial Correlations<br>[details](app-geo-slicing.md) | ```geo-slicing``` | <img src="https://vis.csh.ac.at/vistool/" height="200">
10-
3D Networks<br>[details](app-3d-nets.md) | ```3d-nets``` | <img src="https://vis.csh.ac.at/vistool/" height="200">
7+
VR Graph<br>[details](app-vr-graph.md) | ```vr-graph``` | <img src="https://vis.csh.ac.at/vistool/visualizations/vr-graph/vrnets.png" height="200">
8+
Geospatial Flows<br>[details](app-map-arcs.md) | ```map-arcs``` | <img src="https://vis.csh.ac.at/vistool/visualizations/map-arcs/maparcs.png" height="200">
9+
Geospatial Correlations<br>[details](app-geo-slicing.md) | ```geo-slicing``` | <img src="https://vis.csh.ac.at/vistool/visualizations/geo-slicing/geoslice.png" height="200">
10+
3D Networks<br>[details](app-3d-nets.md) | ```3d-nets``` | <img src="https://vis.csh.ac.at/vistool/visualizations/3d-nets/3dnets.png" height="200">

0 commit comments

Comments
 (0)