Skip to content

Commit efff223

Browse files
committed
website: update quickview description
1 parent a1f0ebb commit efff223

File tree

4 files changed

+32
-30
lines changed

4 files changed

+32
-30
lines changed

docs/.vitepress/config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export default defineConfig({
6565
{ text: "Variable Selection",link: "/guides/quickview/variable_selection" },
6666
{ text: "Viewport Layout", link: "/guides/quickview/viewport_layout" },
6767
{ text: "Individual Views", link: "/guides/quickview/individual_views" },
68+
{ text: "Resources", link: "/guides/quickview/resources" },
6869
],
6970
},
7071
{

docs/guides/quickview/index.md

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,9 @@ QuickView's Python- and
99
provides intuitive access to [ParaView](https://www.paraview.org/)'s powerful
1010
analysis and visualization capabilities without requiring a steep learning curve.
1111

12-
## Quickstart
12+
## Useful links
1313

14-
- [Install and launch](../install_and_launch) the app on a personal computer
15-
or [use it at NERSC](/nersc/index).
16-
- Download [connectivity files](https://doi.org/10.5281/zenodo.16908566) of
17-
EAM's cubed-sphere grids from Zenodo.
18-
- Optional: download
19-
[sample simulation output](https://zenodo.org/records/16922607) to test the app.
20-
- Visit the GitHub [repository](https://github.com/Kitware/QuickView)
21-
- Report bugs or request features using [GitHub Issues](https://github.com/Kitware/QuickView/issues)
14+
See [Resources](./resources).
2215

2316
## Why QuickView?
2417

@@ -57,7 +50,7 @@ multivariate visualization and is currently focused on E3SM.
5750
## Project Background
5851

5952
The lead developer of QuickView version 2 is
60-
[Sebastien Jourdain (sebastien.jourdain@kitware.com)](https://www.kitware.com/sebastien-jourdain/)
53+
[Sebastien Jourdain](https://www.kitware.com/sebastien-jourdain/)
6154
at [Kitware](https://www.kitware.com/).
6255
Other key contributors include
6356
Hui Wan and Kai Zhang at
@@ -73,22 +66,4 @@ via the
7366
[Scientific Discovery through Advanced Computing (SciDAC](https://www.scidac.gov/))
7467
program.
7568

76-
77-
# Resources
78-
79-
## Application binaries
80-
81-
QuickView is available as a desktop bundle that can be downloaded for Windows,
82-
Mac and Linux directly from our release notes on GitHub.
83-
84-
[Releases (binary download)](https://github.com/Kitware/QuickView/releases)
85-
86-
## Sample data
87-
88-
- [Connecitivity file download](https://zenodo.org/records/16908566)
89-
- [Sample data download](https://zenodo.org/records/16922607)
90-
91-
## Git repository
92-
93-
94-
69+
<img src="/logos/SciDAC-logo.png" alt="SciDAC" width="200"/>

docs/guides/quickview/resources.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Resources
2+
3+
## Quickstart
4+
5+
- [Install and launch](../install_and_launch) the app on a personal computer
6+
or [use it at NERSC](/nersc/index).
7+
- Download [connectivity files](https://doi.org/10.5281/zenodo.16908566) for
8+
EAM's cubed-sphere grids.
9+
- *Optional*: download
10+
[sample simulation output](https://zenodo.org/records/16922607) to test the app.
11+
12+
## How to use QuickView
13+
14+
- [The graphical UI](./ui_overview)
15+
- [Keyboard shortcuts](./shortcuts)
16+
- [Connectivity files: what are they?](../connectivity)
17+
- [Simulation files: what is supported?](../simulation_data.md)
18+
- [Our comprehensive options for variable selection](./variable_selection)
19+
- [Arrange your variable layout to facilitate analysis](./viewport_layout)
20+
- [Customize individual images](./individual_views)
21+
22+
## Miscellaneous
23+
24+
- Visit the GitHub [repository](https://github.com/Kitware/QuickView)
25+
- Report bugs or request features using [GitHub Issues](https://github.com/Kitware/QuickView/issues)
26+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
## Overview of the QuickView graphical UI
1+
# QuickView's graphical UI

0 commit comments

Comments
 (0)