diff --git a/.github/workflows/awesome_bot.yaml b/.github/workflows/awesome_bot.yaml new file mode 100644 index 0000000..a3d92c1 --- /dev/null +++ b/.github/workflows/awesome_bot.yaml @@ -0,0 +1,19 @@ +name: Ruby +on: + push: + branches: ["*"] + pull_request: + branches: ["*"] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Set up Ruby 2.6 + uses: ruby/setup-ruby@v1 + with: + ruby-version: 2.6.10 + - name: Checks + run: | + gem install awesome_bot + awesome_bot --allow-redirect --request-delay 1 README.md diff --git a/README.md b/README.md index f19b33d..9aa0db1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Awesome VTK [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) +# Awesome VTK ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) ![All Contributors](https://img.shields.io/github/all-contributors/tkoyama010/awesome-vtk?color=ee8449) @@ -51,7 +51,7 @@ Contributions _very welcome_ but first see [Contributing](CONTRIBUTING.md). - [Common Toolkit (CTK)](https://github.com/commontk/CTK) - A set of common support code for medical imaging, surgical navigation, and related purposes. - [ITK-Wasm](https://github.com/InsightSoftwareConsortium/itk-wasm) - High performance spatial analysis in a web browser and across programming languages and hardware architectures. - [ITK](https://itk.org/) - ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions. -- [MITK]() - The Medical Imaging Interaction Toolkit. +- [MITK]() - The Medical Imaging Interaction Toolkit. - [RTK](https://www.openrtk.org/) - The Reconstruction Toolkit. ## Official @@ -61,7 +61,6 @@ Contributions _very welcome_ but first see [Contributing](CONTRIBUTING.md). - [Examples](https://examples.vtk.org/site/) - [ParaView Documentation](https://docs.paraview.org/) - [Repository](https://gitlab.kitware.com/vtk/vtk) -- [Website](https://vtk.org/) ## Python @@ -78,9 +77,9 @@ Contributions _very welcome_ but first see [Contributing](CONTRIBUTING.md). ## Related Topics -- [Awesome Finite Element Method (FEM)](https://github.com/tkoyama010/awesome-finite-elements) - A curated list of awesome stuff related to Finite Element Analysis (FEA) Software for Structural Engineering😎 ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) -- [Awesome PyVista](https://github.com/pyvista/awesome-pyvista) - A curated list of awesome stuff related to PyVista 😎 ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) -- [Awesome scientific-visualization](https://github.com/tkoyama010/awesome-scientific-visualization) - A curated list of awesome stuff related to scientific-visualization 😎 ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) +- [Awesome Finite Element Method (FEM)](https://github.com/tkoyama010/awesome-finite-elements) - A curated list of awesome stuff related to Finite Element Analysis (FEA) Software for Structural Engineering😎 +- [Awesome PyVista](https://github.com/pyvista/awesome-pyvista) - A curated list of awesome stuff related to PyVista 😎 +- [Awesome scientific-visualization](https://github.com/tkoyama010/awesome-scientific-visualization) - A curated list of awesome stuff related to scientific-visualization 😎 - [Wikipedia](https://en.wikipedia.org/wiki/VTK) - The free encyclopedia that anyone can edit. ## Web