Skip to content

Commit

Permalink
docs(news): Add a news section
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Oct 10, 2023
1 parent 2b9dbab commit bde6704
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/vitepress/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'News', link: '/news' },
{ text: 'Guide', link: '/guide/' },
{ text: 'Examples', link: '/examples/' },
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/vitepress/assets/images/news/fem.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/vitepress/assets/images/news/spinview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/vitepress/assets/images/news/web3d.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/vitepress/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ features:
width: 28
details: Kitware can help you get started, create custom components, or even build full applications. Our team is here to help. Please contact us
link: https://www.kitware.com/contact/

---
42 changes: 42 additions & 0 deletions docs/vitepress/news.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
## October 10, 2023

This is what happens when you let an engineer play for the first time with **VTK** and **trame**.

[![Finite Element Method](/assets/images/news/fem.gif)](https://www.linkedin.com/posts/sebastienjourdain_vtk-trame-kitware-activity-7117551438863466496-Zaxp?utm_source=share&utm_medium=member_desktop)


## October 4, 2023

Wow, I'm so impressed by #trame's impact.

We are at 30K downloads a month... If you are enjoying it, don't forget to add a star.


[![30K downloads per month](/assets/images/news/30k-download.png)](https://www.linkedin.com/posts/sebastienjourdain_trame-activity-7115357496873013248-cxBf?utm_source=share&utm_medium=member_desktop)


## October 2, 2023

I always love seeing how **trame** gets used in the wild. This led me to add a community page to showcase your application.
https://kitware.github.io/trame/examples/apps/community.html

So far, we have **SpinView**, a general interactive visual analysis tool developed for multiscale computational magnetism, which Qichen Xu developed at the KTH Royal Institute of Technology in Sweden.

[![SpinView](/assets/images/news/spinview.png)](https://www.linkedin.com/feed/update/urn:li:activity:7114654111735697408?utm_source=share&utm_medium=member_desktop)

## September 4, 2023

Kitware is delighted to announce that a trame tutorial will be given during the Siggraph Web3d conference in October of this year in San Sebastian, Spain.

We will present all our solutions for web scientific visualization and give a full hands-on tutorial about trame, i.e. how to bring your scientific data visualization onto the web, all through Python (no Javascript).

More about the Web3D conference that will happen in October 9-11 2023. (https://web3d.siggraph.org/)

[![Web3D trame tutorial](/assets/images/news/web3d.jpg)](https://www.linkedin.com/posts/kitware-sas_kitware-is-delighted-to-announce-that-activity-7105180875310395393-5G5y?utm_source=share&utm_medium=member_desktop)


## September 2, 2023

While documentation is an ongoing process. I'm excited of the new trame website which includes a lot of examples and references to get started with trame.

[![Trame website](/assets/images/news/trame-website.jpg)](https://www.linkedin.com/posts/sebastienjourdain_trame-activity-7110432344230002688-NooO?utm_source=share&utm_medium=member_desktop)

0 comments on commit bde6704

Please sign in to comment.