-
Notifications
You must be signed in to change notification settings - Fork 119
/
index.html
152 lines (147 loc) · 6.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
---
title: ImageJ Wiki
layout: home
---
<!-- Header -->
<section id="header">
<div class="inner">
<h1>
<span class="avoidwrap">Welcome to the</span>
<span class="avoidwrap"><strong>ImageJ</strong> wiki</span>
</h1>
<h2>
<span class="avoidwrap">ImageJ is <a href="/licensing">open source</a> software for</span>
<span class="avoidwrap">processing and analyzing scientific images.</span>
</h2>
<div class="disambig">
<p>
<span class="avoidwrap">This <a href="/editing">wiki</a> is a community</span>
<span class="avoidwrap">knowledge base for ImageJ and friends</a>
</p>
<table class="center">
<tr>
<td>
<a href="/software/imagej">
<img src="/media/icons/imagej.png" alt="ImageJ Logo">
<br><span class="caption">ImageJ</span></a>
</td>
<td>
<a href="/software/imagej2">
<img src="/media/icons/imagej2-shadow.png" alt="ImageJ2 Logo">
<br><span class="caption">ImageJ2</span></a>
</td>
<td>
<a href="/software/fiji">
<img src="/media/icons/fiji.svg" alt="Fiji Logo">
<br><span class="caption">Fiji</span></a>
</td>
</tr>
</table>
<p>
<span class="avoidwrap">And <a href="/learn/flavors">many other flavors</a>,
their <a href="/list-of-extensions">extensions</a>,</span>
<span class="avoidwrap">and <a href="/software">related software projects</a>.</span>
</p>
</div>
<ul class="actions special">
<li><a href="#resources" class="button scrolly">Get Started</a></li>
</ul>
</div>
</section>
<!-- Calls to Action -->
<section id="resources" class="main style3 special">
<header class="minor">
<table><tbody><tr>
<td>Users ▼</td>
<td class="dots"></td>
<td>▼ Developers</td>
</tr></tbody></table>
</header>
<ul class="userdev actions special">
<li><a href="/downloads" class="button solid icon"><span class="fas fa-download"></span> Download</a></li>
<li><a href="/learn" class="button icon solid"><span class="fas fa-graduation-cap"></span> Learn</a></li>
<li><a href="/plugins" class="button icon solid"><span class="fas fa-wrench"></span> Extend</a></li>
<li><a href="/scripting" class="button icon solid"><span class="fas fa-industry"></span> Automate</a></li>
<li><a href="/develop" class="button icon solid"> <span class="fas fa-terminal"></span> Develop</a></li>
</ul>
<ul class="community actions special">
<li><a href="/contribute/citing" class="button icon solid"><span class="fas fa-quote-left"></span> Cite</a></li>
<li><a href="/discuss" class="button icon solid"><img src="/media/icons/image-sc.png" width="24" style="vertical-align: middle; margin-top: -5px"> Discuss</a></li>
<li><a href="/contribute" class="button icon solid"><span class="fas fa-hard-hat"></span> Contribute</a></li>
</ul>
<header class="minor"> ▲ Community ▲ </header>
</section>
<div style="clear: both"></div>
<!-- ImageJ Introduction -->
<section id="one" class="main">
<div class="container">
<div class="row gtr-150">
<div class="col-12 col-12-medium">
<header class="major">
<h1>Why ImageJ?</h1>
<header class="container-whyij">
<div class="row-whyij">
<div class="col-4">
<div class="fa-5x text-success">
<span class="fas fa-bolt"></span>
</div>
<h2>Powerful</h2>
<p>
ImageJ facilitates
<a href="/imaging">image analysis techniques</a> including
<a href="/imaging/image-intensity-processing">image processing</a>,
<a href="/imaging/colocalization-analysis">colocalization</a>,
<a href="/imaging/deconvolution">deconvolution</a>,
<a href="/imaging/registration">registration</a>,
<a href="/imaging/segmentation">segmentation</a>,
<a href="/imaging/tracking">tracking</a>,
<a href="/imaging/visualization">visualization</a>,
and more.
</p>
</div>
<div class="col-4">
<div class=" fa-5x text-primary">
<span class="fas fa-cogs"></span>
</div>
<h2>Extensible</h2>
<p>
ImageJ offers <a href="/plugins">robust extensibility</a>,
harnessing the power of
<a href="/list-of-extensions">hundreds of plugins</a>
to assist with your imaging needs.
</p>
</div>
<div class="col-4">
<div class=" fa-5x text-danger">
<span class="fas fa-heart"></span>
</div>
<h2>Free & Open Source</h2>
<p>
ImageJ is an <a href="/licensing/open-source">open source</a>
project
<a href="https://github.com/imagej">hosted on GitHub</a>,
developed
<a href="/people">by and for the scientific imaging community</a>.
</p>
</div>
</div>
</header>
</header>
</div>
</div>
</div>
</section>
<div class="col-md-8">
<div class="card text-center">
<div class="card-header">
<ul class="nav nav-tabs card-header-tabs" id="plugin-tabs" role="tablist">
<!-- dynamically generated from plugins.json -->
</ul>
</div>
<div class="card-body">
<div class="tab-content" id="plugin-tab-content">
<!-- dynamically generated from plugins.json -->
</div>
</div>
</div>
</div>