-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoftware.html
205 lines (140 loc) · 10.4 KB
/
software.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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./style/output.css" rel="stylesheet">
</head>
<body>
<div class="max-w-7xl mx-auto px-2 sm:px-6 lg:px-8">
<div class="relative flex items-end justify-between h-52">
<div class="flex-1 flex items-end justify-center sm:items-stretch sm:justify-start">
<div class="flex-shrink-0 flex items-end ">
<img class="block h-36 w-auto" src="img/logo.png" alt="Workflow">
<!-- <span class="text-xl">DataVis Lab</span> -->
</div>
<div class="flex items-end sm:block sm:ml-6 px-10">
<div class="flex h-36 space-x-4 items-end">
<a href="index.html" class="text-gray-900 hover:bg-gray-900 hover:text-amber-500 px-3 py-2 rounded-md text-lg font-medium no-underline" >Home</a>
<a href="team.html" class="text-gray-900 hover:bg-gray-900 hover:text-amber-500 px-3 py-2 rounded-md text-lg font-medium no-underline">Team</a>
<a href="papers.html" class="text-gray-900 hover:bg-gray-900 hover:text-amber-500 px-3 py-2 rounded-md text-lg font-medium no-underline">Publications</a>
<a href="#" class="bg-amber-500 px-3 py-2 rounded-md text-lg font-medium no-underline">Software</a>
</div>
</div>
</div>
</div>
</div>
<div class="max-w-7xl mx-auto p-10 sm:px-6 lg:px-8">
<div class="grid grid-cols-3 gap-4">
<div class="relative rounded-sm border border-gray-200 bg-white shadow-lg">
<img src="img/papers/topoembedding.png" class="h-28 border-gray-200 border-solid border-2 absolute top-0 m-4 z-30 absolute grayscale hover:grayscale-0 hover:shadow-lg" alt="">
<div class="text-right p-4">
<span class="text-xs text-gray-500 tracking-widest uppercase">Vis Tool</span>
</div>
<div class="flex items-center relative">
<div class="border-t border-gray-200 z-20 w-full"></div>
</div>
<div class="px-2 pb-4 pt-14">
<p class="text-gray-600 text-xs pl-2 m-3">
<h2 class="text-gray-800 text-xl font-bold pt-5 m-3 pl-2">TopoEmbedding</h2>
</p>
<p class="text-gray-600 text-xs pl-2 mx-3 mb-2 text-justify">
Existing software libraries for Topological Data Analysis (TDA) offer limited support for interactive visualization. Most libraries only allow to visualize topological descriptors (e.g., persistence diagrams), and lose the connection with the original domain of data. This makes it challenging for users to interpret the results of a TDA pipeline in an exploratory context.
</p>
<p class="text-gray-600 text-xs pl-2 mx-3 mb-2 text-justify">
TopoEmbedding is a web-based tool that simplifies the interactive visualization and analysis of persistence-based descriptors. TopoEmbedding allows non-experts in TDA to explore similarities and differences found by TDA descriptors with simple yet effective visualization techniques.
</p>
<p class="text-gray-600 text-xs pl-2 mx-3 mb-10 text-justify">
An interactive showcase of TopoEmbedding can be accessed <a href="https://davislab.github.io/TopoEmbedding/">here</a>.
</p>
</div>
<div class="absolute bottom-0 right-0 mr-3">
<a href="https://github.com/DaVisLab/TopoEmbedding"><img src="img/web.svg" class="w-8 pb-3 tracking-widest inline "alt=""></a>
<a href="https://davislab.github.io/TopoEmbedding/"><img src="img/github.svg" class="w-8 pb-3 tracking-widest inline "alt=""></a>
</div>
</div>
<div class="relative rounded-sm border border-gray-200 bg-white shadow-lg">
<img src="img/papers/celltrack.png" class="h-28 border-gray-200 border-solid border-2 absolute top-0 m-4 z-30 absolute grayscale hover:grayscale-0 hover:shadow-lg" alt="">
<div class="text-right p-4">
<span class="text-xs text-gray-500 tracking-widest uppercase">Vis Tool</span>
</div>
<div class="flex items-center relative">
<div class="border-t border-gray-200 z-20 w-full"></div>
</div>
<div class="px-2 pb-4 pt-14">
<p class="text-gray-600 text-xs pl-2 m-3">
<h2 class="text-gray-800 text-xl font-bold pt-5 m-3 pl-2">CellTrackViz</h2>
</p>
<p class="text-gray-600 text-xs pl-2 mx-3 mb-2 text-justify">
CellTrackViz allows to visualize the result of cell tracking algorithms interactively investigating their performance.
</p>
<p class="text-gray-600 text-xs pl-2 mx-3 mb-2 text-justify">
In our Eurovis paper we illustrate the importance of analyzing cell tracking algorithm performance in order to pick the best suited approach based on the biologists' need.
</p>
<p class="text-gray-600 text-xs pl-2 mx-3 mb-10 text-justify">
An interactive showcase of CellTrackViz can be accessed <a href="https://davislab.github.io/CellTrackVis/">here</a>.
</p>
</div>
<div class="absolute bottom-0 right-0 mr-3">
<a href="https://davislab.github.io/CellTrackVis/"><img src="img/web.svg" class="w-8 pb-3 tracking-widest inline "alt=""></a>
<a href="https://github.com/DaVisLab/CellTrackVis"><img src="img/github.svg" class="w-8 pb-3 tracking-widest inline "alt=""></a>
</div>
</div>
<div class="relative rounded-sm border border-gray-200 bg-white shadow-lg">
<img src="img/papers/topocluster-logo.png" class="h-28 border-gray-200 border-solid border-2 absolute top-0 m-4 z-30 absolute grayscale hover:grayscale-0 hover:shadow-lg" alt="">
<div class="text-right p-4">
<span class="text-xs text-gray-500 tracking-widest uppercase">Data structure</span>
</div>
<div class="flex items-center relative">
<div class="border-t border-gray-200 z-20 w-full"></div>
</div>
<div class="px-2 pb-4 pt-14">
<p class="text-gray-600 text-xs pl-2 m-3">
<h2 class="text-gray-800 text-xl font-bold pt-5 m-3 pl-2">TopoCluster</h2>
</p>
<p class="text-gray-600 text-xs pl-2 mx-3 mb-2 text-justify">
TopoCluster is a new block-based data structure for the efficient encoding and processing of irregular data.
The data structure provides efficient computation of mesh connectivity with a low memory footprint.
</p>
<p class="text-gray-600 text-xs pl-2 mx-3 mb-10 text-justify">
TopoCluster can be used as a standalone C++ library, or from within the Topology ToolKit <a href="https://topology-tool-kit.github.io/">(TTK)</a>.
The transparent integration allows to run any plugin of TTK using TopoCluster saving up to an order of magnitude of memory.
</p>
</div>
<div class="absolute bottom-0 right-0 mr-3">
<a href="https://davislab.github.io/TopoCluster/"><img src="img/web.svg" class="w-8 pb-3 tracking-widest inline "alt=""></a>
<a href="https://github.com/DaVisLab/TopoCluster"><img src="img/github.svg" class="w-8 pb-3 tracking-widest inline "alt=""></a>
</div>
</div>
<div class="relative rounded-sm border border-gray-200 bg-white shadow-lg">
<img src="img/papers/cycles-logo.png" class="h-28 border-gray-200 border-solid border-2 absolute top-0 m-4 z-30 absolute grayscale hover:grayscale-0 hover:shadow-lg" alt="">
<div class="text-right p-4">
<span class="text-xs text-gray-500 tracking-widest uppercase">Algorithm</span>
</div>
<div class="flex items-center relative">
<div class="border-t border-gray-200 z-20 w-full"></div>
</div>
<div class="px-2 pb-4 pt-14">
<p class="text-gray-600 text-xs pl-2 m-3">
<h2 class="text-gray-800 text-xl font-bold pt-5 m-3 pl-2">Persistence Cycles</h2>
</p>
<p class="text-gray-600 text-xs pl-2 mx-3 mb-2 text-justify">
The persistence cycles toolbox implements an efficient algorithm for computing representative cycles of persistent homology.
</p>
<p class="text-gray-600 text-xs pl-2 mx-3 mb-2 text-justify">
In our associated <a href="http://fiurici.people.clemson.edu/papers/tvcg2021-2.pdf">TVCG paper</a> we illustrate the importance of rendering persistence cycles when analyzing scalar fields, and we discuss the advantages that our approach provides
compared to other techniques in topology-based visualization.
</p>
<p class="text-gray-600 text-xs pl-2 mx-3 mb-10 text-justify">
This toolbox provides an efficient implementation of our approach , as a new module for the Topology Toolkit (<a href="https://topology-tool-kit.github.io/">TTK</a>).
</p>
</div>
<div class="absolute bottom-0 right-0 mr-3">
<a href="https://davislab.github.io/PersistenceCycles/"><img src="img/web.svg" class="w-8 pb-3 tracking-widest inline "alt=""></a>
<a href="https://github.com/DaVisLab/PersistenceCycles"><img src="img/github.svg" class="w-8 pb-3 tracking-widest inline "alt=""></a>
</div>
</div>
</div>
</div>
</body>
</html>