Skip to content

Commit

Permalink
Merge pull request InsightSoftwareConsortium#4354 from jhlegarreta/IT…
Browse files Browse the repository at this point in the history
…KWasmCase

DOC: Honor `ITK-Wasm`'s case in documentation files
  • Loading branch information
thewtex authored Dec 5, 2023
2 parents 3ad51b4 + 6459a62 commit 11630a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Documentation/docs/learn/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ via a factory mechanism based on the file extension
([`itk::ImageIOFactory`](https://itk.org/Doxygen/html/classitk_1_1ImageIOFactory.html)). Some proprietary files format are only imported.

More information on supported file formats is available on the
[ITK-wasm Image File Formats](https://wasm.itk.org/en/latest/introduction/file_formats/images.html)
[ITK-Wasm Image File Formats](https://wasm.itk.org/en/latest/introduction/file_formats/images.html)
site.

Other file formats not listed below, such as [OME-NGFF](https://ngff.openmicroscopy.org/0.4/),
Expand Down Expand Up @@ -102,7 +102,7 @@ formats:
| [VTK legacy file format for vtkPolyData](https://www.vtk.org/wp-content/uploads/2015/04/file-formats.pdf) | [`itk::VTKPolyDataMeshIO`](https://itk.org/Doxygen/html/classitk_1_1VTKPolyDataMeshIO.html) | |

More information on supported mesh and point set file formats is available on the
[ITK-wasm Mesh and Point Set File Formats](https://wasm.itk.org/en/latest/introduction/file_formats/meshes.html)
[ITK-Wasm Mesh and Point Set File Formats](https://wasm.itk.org/en/latest/introduction/file_formats/meshes.html)
site.

### What transform file formats can ITK import and export?
Expand Down Expand Up @@ -176,7 +176,7 @@ installed version of GDCM and link ITK to it using `ITK_USE_SYSTEM_GDCM`.

ITK supports a number of language bindings, including Python and
JavaScript, among others, through [SimpleITK](https://simpleitk.org/)
and [itk-wasm](https://wasm.itk.org/en/latest/).
and [ITK-Wasm](https://wasm.itk.org/en/latest/).

### How do I cite the use of ITK in a publication?

Expand Down
2 changes: 1 addition & 1 deletion Documentation/docs/scientific_ecosystem/itk_ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ its natural boundaries:
is a web-based image, mesh, and point set viewer.
- [itk-viewer](https://itk-viewer.on.fleek.co/) is a multi-dimensional
web-based image, mesh, and point set viewer.
- [itk-wasm](https://wasm.itk.org/en/latest/) combines ITK and
- [ITK-Wasm](https://wasm.itk.org/en/latest/) combines ITK and
[WebAssembly](https://webassembly.org/) to enable high-performance
spatial analysis in a web browser or system-level environments and
reproducible execution across programming languages and hardware
Expand Down

0 comments on commit 11630a4

Please sign in to comment.