Skip to content

Commit

Permalink
docs(community): swap order to put new one at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Aug 13, 2024
1 parent a06b8f1 commit 3db1e64
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
4 changes: 4 additions & 0 deletions docs/api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sphinx-rtd-theme

# Add external widgets

# core
trame-client>=3.2.3
trame-server>=3.0.3

# Vue 2
trame-leaflet
trame-simput
Expand Down
39 changes: 19 additions & 20 deletions docs/vitepress/examples/apps/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,12 @@ If you would like to see your application listed below, please submit a MR addin

<!-- [[toc]] -->

## [SpinView](https://mxjk851.github.io/SpinView/)

SpinView is a general interactive visual analysis tool developed for multiscale computational magnetism that allow users with interdisciplinary backgrounds to simplified their own workflow, speeds up analysis of complex datasets and trajectories, and enables new types of analysis.

![landing](https://raw.githubusercontent.com/MXJK851/SpinView/main/docs/assets/readme.png)

The key features are:

- User friendly: Enjoy the combination of Command-line-interface, WebUI and DesktopUI
- Post-processing: Denoising, Clip, Rescaling, try the visual exploration and data mining with SpinView!
- Feature-rich 3D visualization: Visualize your simulation result with glyphs, e.g., sphere, cone, arrow, plane, box, and any 3D models generated by yourself. Overlap everything including reconstructed mesh and isosurface.
- Extendable: Currently support .out (UppASD), Non-binary .ovf (Mumax3, OOMMF, Spirit), and .data (Vampire) output files and can easily extend to other magnetic simulation code.
- Shareable: Take snapshoot, rendering a trajectory video, make a portable interactive HTML file with only one click!
- Community support: Open-source (GPL V3) and free to use, based on Python, Pandas, Numpy, Scipy, Trame, and Pyvista.
## [ImpactX Dashboard](https://impactx.readthedocs.io/en/latest/usage/dashboard.html)

## AI/Medical application
[ImpactX Dashboard](https://impactx.readthedocs.io/en/latest/usage/dashboard.html) is a browser-based interface to the beam dynamics code [ImpactX](https://github.com/ECP-WarpX/impactx).
The purpose of the application is to interactively design particle accelerator beamlines, run simulations and analyze them.

<iframe src="https://www.linkedin.com/embed/feed/update/urn:li:ugcPost:7093253518769201153" height="997" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
![ImpactX Dashboard](https://gist.githubusercontent.com/ax3l/b56aa3c3261f9612e276f3198b34f771/raw/11bfe461a24e1daa7fd2d663c686b0fcc2b6e305/dashboard.png)

## [MRI Viewer](https://github.com/karelvrabeckv/mri-viewer)

Expand All @@ -35,10 +23,21 @@ MRI Viewer is a web application **for analyzing and visualizing VTI files**. The
</tr>
</table>

## AI/Medical application

## [ImpactX Dashboard](https://impactx.readthedocs.io/en/latest/usage/dashboard.html)
<iframe src="https://www.linkedin.com/embed/feed/update/urn:li:ugcPost:7093253518769201153" height="997" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>

[ImpactX Dashboard](https://impactx.readthedocs.io/en/latest/usage/dashboard.html) is a browser-based interface to the beam dynamics code [ImpactX](https://github.com/ECP-WarpX/impactx).
The purpose of the application is to interactively design particle accelerator beamlines, run simulations and analyze them.
## [SpinView](https://mxjk851.github.io/SpinView/)

![ImpactX Dashboard](https://gist.githubusercontent.com/ax3l/b56aa3c3261f9612e276f3198b34f771/raw/11bfe461a24e1daa7fd2d663c686b0fcc2b6e305/dashboard.png)
SpinView is a general interactive visual analysis tool developed for multiscale computational magnetism that allow users with interdisciplinary backgrounds to simplified their own workflow, speeds up analysis of complex datasets and trajectories, and enables new types of analysis.

![landing](https://raw.githubusercontent.com/MXJK851/SpinView/main/docs/assets/readme.png)

The key features are:

- User friendly: Enjoy the combination of Command-line-interface, WebUI and DesktopUI
- Post-processing: Denoising, Clip, Rescaling, try the visual exploration and data mining with SpinView!
- Feature-rich 3D visualization: Visualize your simulation result with glyphs, e.g., sphere, cone, arrow, plane, box, and any 3D models generated by yourself. Overlap everything including reconstructed mesh and isosurface.
- Extendable: Currently support .out (UppASD), Non-binary .ovf (Mumax3, OOMMF, Spirit), and .data (Vampire) output files and can easily extend to other magnetic simulation code.
- Shareable: Take snapshoot, rendering a trajectory video, make a portable interactive HTML file with only one click!
- Community support: Open-source (GPL V3) and free to use, based on Python, Pandas, Numpy, Scipy, Trame, and Pyvista.

0 comments on commit 3db1e64

Please sign in to comment.