-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
85 lines (70 loc) · 3.64 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="SlicerCineTrack" />
<title>SlicerCineTrack</title>
<link type="text/css" href="css/reset.css" media="all" rel="stylesheet">
<link type="text/css" href="css/normalize.css" media="all" rel="stylesheet">
<link type="text/css" href="css/pages.css" media="all" rel="stylesheet">
</head>
<body class="marketing pages">
<header>
<div class="inner">
<a class="button left" href="index.html">Home</a>
<a class="button left" href="Download.html">Download</a>
<a class="button left" href="Documentation">Documentation</a>
<a class="button left" href="Feedback">Feedback</a>
<a class="button left" href="Tutorial">Tutorial</a>
<a class="button left" href="Contributors.html">Contributors</a>
<!-- <a class="button left" href="Publications.html">Publications</a> -->
</div>
</header>
<section id="hero-spot">
<div class="inner">
<h1>SlicerCineTrack</h1>
<h2>Open-source target tracking verification toolkit for 3D Slicer
</h2>
</div>
</section>
<section id="content">
<div class="inner">
<ol class="screencap-list">
<li id="author">
<span><img src="resources/landing_page/SlicerCorner.png" /></span>
Extends 3D Slicer
</li>
<li id="theme-it">
<span><img src="resources/landing_page/target_tracking.png" /></span>
Target Tracking Verification
</li>
<li id="publish">
<span><img src="resources/landing_page/open_source.png" /></span>
Open-source
</li>
</ol>
<div class="three-column">
<h3>Builds on a dynamic platform</h3>
<p>SlicerCineTrack is an extension of <a href="http://www.slicer.org">3D Slicer</a>, a free, open source software for Target Tracking verification. SlicerCineTrack can be <a href="Download.html">installed</a> from the 3D Slicer Extension Manager on Windows, Mac, and Linux to leverage the advanced features of 3D Slicer.</p>
</div>
<div class="three-column">
<h3>Collates data for visual analysis</h3>
<p>SlicerCineTrack accepts three unique inputs from the user: a set of cine images, a segmentation of the ROI, and transformation data. Users can use the built-in playback controls to go through the series of cine images with the segmentation overlaid on the current image at a position determined on the transform file.</p>
</div>
<div class="three-column">
<h3>SlicerCineTrack is open research</h3>
<p>Our development and research work is public, including source code, data, manuals, presentations, etc. SlicerCineTrack is distributed under the BSD-style <a href="http://www.slicer.org/pages/LicenseText">Slicer license</a> allowing academic and commercial use without any restrictions. See our <a href="https://github.com/laboratory-for-translational-medicine/SlicerCineTrack?tab=License-1-ov-file">License</a> site for further details.</p>
</div>
</div><!-- /.inner -->
</section> <!-- class="inner" -->
<footer>
<div class="upper_footer"> <!-- -->
<div class="inner clearfix">
<!--[if IE]><div id="legal_ie"><![endif]-->
<p>© 2024 Laboratory for Translational Medicine, Toronto Metropolitan University, Toronto, ON, Canada</p>
</div><!-- /#legal or /#legal_ie-->
</div><!-- class="lower_footer" -->
</footer>
</body>
</html>