diff --git a/_quarto.yml b/_quarto.yml index f87c05a..1cb32fd 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -2,7 +2,7 @@ project: type: website website: - title: "ImgLib2 and BigDataviewer projects" + title: "ImgLib2 and BigDataViewer projects" navbar: right: - text: "ImgLib2" diff --git a/blog/2024-02-14-displacementFields/2024-02-14-displacementFields.ipynb b/blog/2024-02-14-displacementFields/2024-02-14-displacementFields.ipynb index a4939b4..7866b69 100644 --- a/blog/2024-02-14-displacementFields/2024-02-14-displacementFields.ipynb +++ b/blog/2024-02-14-displacementFields/2024-02-14-displacementFields.ipynb @@ -17,7 +17,7 @@ "- deformation\n", "- displacement\n", "date: '2024-02-14'\n", - "description: Create and apply non-linear transformations with Imglib2. \n", + "description: Create and apply non-linear transformations with ImgLib2. \n", "output-file: 2024-02-14-displacementFields.html\n", "title: Position and displacement field transformations\n", "toc: false\n", @@ -29,7 +29,7 @@ "id": "319ffded", "metadata": {}, "source": [ - "This post shows how to create and apply non-linear transformations with Imglib2, specifically using [`DisplacementFieldTransform`](https://github.com/imglib/imglib2-realtransform/blob/imglib2-realtransform-4.0.1/src/main/java/net/imglib2/realtransform/DisplacementFieldTransform.java#L61)s and [`PositionFieldTransform`](https://github.com/imglib/imglib2-realtransform/blob/imglib2-realtransform-4.0.1/src/main/java/net/imglib2/realtransform/PositionFieldTransform.java#L64)s.\n", + "This post shows how to create and apply non-linear transformations with ImgLib2, specifically using [`DisplacementFieldTransform`](https://github.com/imglib/imglib2-realtransform/blob/imglib2-realtransform-4.0.1/src/main/java/net/imglib2/realtransform/DisplacementFieldTransform.java#L61)s and [`PositionFieldTransform`](https://github.com/imglib/imglib2-realtransform/blob/imglib2-realtransform-4.0.1/src/main/java/net/imglib2/realtransform/PositionFieldTransform.java#L64)s.\n", "\n", "The last example of this post will show how to use a `PositionFieldTransform` to create a 2D image from a 1D signal by a transformation of coordinates.\n", "\n", diff --git a/index.qmd b/index.qmd index 788ca5c..cd9b127 100644 --- a/index.qmd +++ b/index.qmd @@ -6,13 +6,13 @@ about: image-shape: rounded image-width: 15em links: - - text: GitHub_ImgLib2 + - text: ImgLib2 on GitHub icon: github - href: https://github.com/ImgLib - - text: GitHub_BigDataViewer + href: https://github.com/imglib + - text: BigDataViewer on GitHub icon: github - href: https://github.com/Bigdataviewer - - text: Imglib2@mastodon + href: https://github.com/bigdataviewer + - text: ImgLib2@mastodon icon: mastodon href: https://fosstodon.org/@imglib2 format: @@ -31,7 +31,7 @@ sidebar: false #### This is the joint landing page for ImgLib2 and BigDataViewer projects! -