-
Notifications
You must be signed in to change notification settings - Fork 16
/
itr.html
57 lines (51 loc) · 2.26 KB
/
itr.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
---
layout: idr
title: ITR
redirect_from:
- itr/
---
<script>
const LOGOS = {{ site.data.logos | jsonify }};
const TAGS = {{ site.data.tags | jsonify }};
const TOOLS = {{ site.data.tools | jsonify }};
const BIIS_LOGO_URL = "{{"/img/itr/logo_biis.png" | prepend: site.baseurl }}?{{ site.time | date: '%s%N' }}";
</script>
<header class="marketing-hero">
<div class="row homepage text-center">
<div class="medium-12 columns">
<h1 class="hero-main-header">ITR</h1>
<p class="hero-subheader small-10 medium-10 large-10 small-offset-1 medium-offset-1 large-offset-1">
Image Tools Resource (ITR) is an index of suggested open-source
analysis software for bioimaging. Though a work-in-progress,
the aim is to publish tools that have links to accessible
datasets, benchmarking resources, and public workflows to aid
in training and reproducibility.
</p>
</div>
</div>
</header>
<hr class="invisible">
<div class="row">
<div class="small-12 small-centered medium-12 medium-centered columns">
<div class="row horizontal">
<div>
<p>Below you will find community-driven
<span class="bold">projects</span>, their entry in the Bio Image Information Index
(<a href="https://biii.eu">https://biii.eu</a>),
<span class="bold">domains</span> in which the software is applicable,
<span class="bold">tags</span> sampling the tasks that the software is useful for, and a list of
<span class="bold">datasets</span>, both in the IDR and elsewhere.</p>
<p>If you would like to submit tools to the ITR, please email us at
<a href="mailto:[email protected]">[email protected]</a>.</p>
</div>
</div>
</div>
</div>
<div class="row itrBody">
<div class="small-12 columns">
<table id="tools" class="display unstriped" cellspacing="0" width="100%">
</table>
</div>
</div>
<div id="projectModal" class="project-modal large reveal" data-reveal></div>
<script src="{{ "/js/itr.js" | prepend: site.baseurl }}?{{ site.time | date: '%s%N' }}"></script>