Skip to content

Commit

Permalink
docs(website): add mstar image in the app section
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed May 13, 2023
1 parent 10ad9a3 commit 77a290c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file added docs/content/examples/mstar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions docs/content/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,18 @@ h3(style="font-size: 40px; padding: 20px 0 0 0; color: #444; text-align: center;
a(id="applications")

div(style="display: flex;justify-content: space-around; align-items: center; padding: 50px;")
a(href="https://github.com/Kitware/trame/tree/master/examples/06_vtk/Applications/MultiFilter", target="_blank", style="flex:1; padding: 0 30px;")
img(style="margin: 0.5%", src="/trame/examples/MultiFilter.jpg", height="150px")
a(href="https://www.kitware.com/contact/", target="_blank", style="flex:1; padding: 0 30px;")
img(style="margin: 0.5%", src="/trame/examples/mstar.jpg", alt="MStar live CFD simulation and visualization", title="MStar live CFD simulation and visualization using templated simulation", height="150px")
a(href="https://github.com/XAITK/xaitk-saliency-web-demo", target="_blank", style="flex:1; padding: 0 30px;")
img(style="margin: 0.5%", src="/trame/examples/xaitk.jpg", height="150px")
img(style="margin: 0.5%", src="/trame/examples/xaitk.jpg", alt="Explainable AI Toolkit interactive usage", title="Explainable AI Toolkit interactive usage", height="150px")
a(href="https://github.com/kitware/trame-mnist", target="_blank", style="flex:1; padding: 0 30px;")
img(style="margin: 0.5%", src="/trame/examples/trame-mnist.jpg", height="150px")
img(style="margin: 0.5%", src="/trame/examples/trame-mnist.jpg", alt="Simple interactive AI example", title="Simple interactive AI example", height="150px")

div(style="display: flex;justify-content: space-around; align-items: center; padding: 50px;")
a(href="https://github.com/kitware/paraview-visualizer", target="_blank", style="flex:1; padding: 0 30px;")
img(style="margin: 0.5%", src="/trame/examples/pv_visualizer.jpg", height="150px")
a(href="#", target="_blank", style="flex:1; padding: 0 30px;")
img(style="margin: 0.5%", src="/trame/examples/ConceptualModeler.jpg", height="150px")
img(style="margin: 0.5%", src="/trame/examples/pv_visualizer.jpg", alt="ParaView like interface for the web", title="ParaView like interface for the web", height="150px")
a(href="https://www.kitware.com/contact/", target="_blank", style="flex:1; padding: 0 30px;")
img(style="margin: 0.5%", src="/trame/examples/ConceptualModeler.jpg", alt="Ground water model builder", title="Ground water model builder", height="150px")
div(style="flex:1;font-size: 35px; color: #444; text-align: center;")
b more to come...

Expand Down

0 comments on commit 77a290c

Please sign in to comment.