-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (36 loc) · 1.76 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>FlowVis</title>
<link rel="stylesheet" type="text/css" media="all" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="container">
<div class="row">
<h4>A collection of visualizations for Flow Cytometry Data</h4>
</div>
<div class="row">
<h5><a href="SimpleScatterplot">Basic Scatterplot</a></h5>
<h5><a href="SimpleRadarChart">Radar Chart</a></h5>
<h5><a href="SimpleParallelCoordinates">Parallel Coordinates</a></h5>
<h5><a href="ScatterplotSVG">Scatterplot SVG</a></h5>
<h5><a href="ScatterplotNG">Scatterplot (D3 + Angular)</a></h5>
<h5><a href="ScatterplotNG_DnD">Scatterplot w/Drag 'n Drop (D3 + Angular)</a></h5>
<h5><a href="ScatterplotSVGAnimatedBrushable">Animated, Brushable Scatterplot</a></h5>
<h5><a href="ScatterplotCanvas">Scatterplot Canvas</a></h5>
<h5><a href="ScatterplotCanvasMultiDimensionWithTransform">Multi-D Scatterplot Canvas</a></h5>
<h5><a href="ScatterplotCanvasBrushable">Brushable Scatterplot Canvas</a></h5>
<h5><a href="ScatterHeat">Scatterplot + Heat map (Canvas)</a></h5>
<h5><a href="ScatterHeatASINH">Scatterplot + Heat map + Asinh Transform (Canvas)</a></h5>
<h5><a href="ScatterplotCanvasWithTransitions">Multi-D Scatterplot + Heat map + Transform + Transitions</a></h5>
<h5><a href="ScatterplotEllipses">Scatterplot of Ellipses SVG</a></h5>
<h5><a href="TransitionplotSVG">Transition Plot (Experimental)</a></h5>
</div>
<div class="row">
<h5><a href="ScatterplotNG_DnD_FullFeature">Full Featured AngularJS Demo</a></h5>
</div>
</div>
</body>
</html>