Skip to content

Commit 1cd2144

Browse files
ctruedenmattxwang
authored andcommitted
Clean up and vet the ImageJA page
1 parent 60d5f07 commit 1cd2144

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

_pages/libs/imageja.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
---
2-
mediawiki: ImageJA
32
title: ImageJA
43
section: Explore:Libraries
4+
icon: /media/icons/imagej1.png
5+
artifact: net.imagej:ij
56
---
67

7-
{% include project content='ImageJ1' %}
8-
{% capture author%}
9-
{% include person id='rasband' %}, {% include person id='dscho' %}, {% include person id='acardona' %}, et al
10-
{% endcapture %}
8+
ImageJA is a project that provides a clean [Git](/develop/git) history of the [ImageJ 1.x](/software/imagej1) project, with a proper 'pom.xml' file so that it can be used with [Maven](/develop/maven) without hassles.
119

12-
{% capture source%}
13-
{% include github org='imagej' repo='ImageJA' label='Git repository' %}
14-
{% endcapture %}
15-
{% include info-box software='ImageJA' name='ImageJA' author=author maintainer='[Travis CI](/develop/travis)' filename='Newer versions [on Maven Central](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.imagej%22%20AND%20a%3A%22ij%22)
16-
Older versions [in SciJava Maven repository](http://maven.scijava.org/content/repositories/releases/net/imagej/ij/)' source=source released='17/03/2007' latest-version='auto-updated' status='auto-maintained' %}ImageJA is a project that provides a clean [Git](/develop/git) history of the [ImageJ 1.x](/software/imagej1) project, with a proper 'pom.xml' file so that it can be used with [Maven](/develop/maven) without hassles.
10+
{% include aside title="Old versions of `ij.jar`" content="
11+
* Versions up to 1.48q are [in the SciJava Maven repository](http://maven.scijava.org/content/repositories/releases/net/imagej/ij/).
12+
* Versions starting with 1.48r are [on Maven Central](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.imagej%22%20AND%20a%3A%22ij%22).
13+
" %}
1714

1815
## Why ImageJA?
1916

@@ -55,6 +52,4 @@ ImageJA was originally [launched in 2005](https://list.nih.gov/cgi-bin/wa.exe?A2
5552
- A little bug fix in StackWindow: if you have a 2D time lapse, ImageJ will still use the zSelector (rather than the tSelector).
5653
- ImageJA can handle https:// URLs, too.
5754

58-
However, these days, needed changes to ImageJ 1.x are instead patched at runtime; see the [Compatibility](/libs/imagej-legacy) page for details.
59-
60-
55+
However, these days, needed changes to ImageJ 1.x are instead patched at runtime; see the [ImageJ Legacy](/libs/imagej-legacy) page for details.

0 commit comments

Comments
 (0)