This page demonstrates how to link to certain special classes of external content.
Banner
The following liquid code:
produces:
GitHub
Use path
to link to a file off the repository root:
Code
Result
Use source
to link to a source file within the repository’s
src/main/java
subtree:
Code
Result
Use org
and repo
to link to a different repository than
imagej/imagej
:
Code
Result
You can give just a repo
(or just an org
), and it will be used for
both org
and repo
:
Code
Result
If you give neither a path
nor a source
then it links to the
repository as a whole:
Code
Result
Use branch
or tag
to specify a branch or tag (rather than main
):
Code
Result
Specifying tag
alone links to the tag description:
Code
Result
Use commit
to specify a commit hash:
Code
Result
Use issue
or pr
to specify an issue or PR number:
Code
Result
Use label
to override the label:
Code
Result
Javadoc
Code
Result
See also the SciJava javadocs.
Code
Result
See also the ImageProcessor class.
Code
Result
See also the ModuleService#getModules() method.
Code
Result
See also the ImageJ Ops javadocs.
Matlab
Code
Result
Matlab has an axis
function.
Maven
Code
Result
The Maven artifact for ImageJ as a whole is net.imagej:imagej:2.0.0
Scholar
Code
Result
Check out NIH Image to ImageJ!
Code
Result
Check out NIH Image to ImageJ on Google Scholar!
Wikipedia
Code
Result
Check out the ImageJ article on Wikipedia!