Skip to content

Commit

Permalink
Fix capitalization of ImgLib2 and BigDataViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Apr 21, 2024
1 parent 78c60d6 commit 4f67bfe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project:
type: website

website:
title: "ImgLib2 and BigDataviewer projects"
title: "ImgLib2 and BigDataViewer projects"
navbar:
right:
- text: "ImgLib2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -31,7 +31,7 @@ sidebar: false
<!-- # ImgLib2 -->

#### This is the joint landing page for ImgLib2 and BigDataViewer projects!
<!-- #### Have a look here for [ImgLib2](Imglib2.qmd)
<!-- #### Have a look here for [ImgLib2](ImgLib2.qmd)
#### and here for [BigDataViewer](BDV.qmd) -->


Expand Down

0 comments on commit 4f67bfe

Please sign in to comment.