-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
86 lines (71 loc) · 3.68 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="SlicerRT" />
<title>SlicerRT</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="http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerRT">Documentation</a>
<a class="button left" href="https://github.com/SlicerRt/SlicerRT/issues">Feedback</a>
<a class="button left" href="http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerRT#Tutorials">Tutorials</a>
<a class="button left" href="Publications.html">Publications</a>
<a class="button left" href="Contributors.html">Contributors</a>
</div>
</header>
<section id="hero-spot">
<div class="inner">
<h1>SlicerRT</h1>
<h2>Open-source radiation therapy <br/>
research toolkit for 3D Slicer
</h2>
</div>
</section>
<section id="content">
<div class="inner">
<ol class="screencap-list">
<li id="author">
<span><img src="images/SlicerCorner.png" /></span>
Extends 3D Slicer
</li>
<li id="theme-it">
<span><img src="images/SlicerRT_Montage.jpg" /></span>
Hub for RT analysis
</li>
<li id="publish">
<span><img src="images/SlicerRtCode.png" /></span>
Open-source
</li>
</ol>
<div class="three-column">
<h3>Builds on a dynamic platform</h3>
<p>SlicerRT is an extension of <a href="http://www.slicer.org">3D Slicer</a>, a free, open source software for visualization and image analysis. SlicerRT 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 in adaptive radiation therapy research.</p>
</div>
<div class="three-column">
<h3>Covers common RT research workflows</h3>
<p>SlicerRT includes close to 20 modules that provide tools for radiation therapy research, including advanced deformable registration methods powered by the Plastimatch library. Standard DICOM-RT format is supported, thus integrating with the treatment planning systems.</p>
</div>
<div class="three-column">
<h3>SlicerRT is open research</h3>
<p>Our development and research work is public, including source code, data, manuals, presentations, etc. SlicerRT 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://www.openhub.net/p/slicerrt">OpenHub</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>© 2018 The SlicerRT Community and the Percutaneous Surgery Laboratory, Queen's University, Kingston, ON, Canada</p>
</div><!-- /#legal or /#legal_ie-->
</div><!-- class="lower_footer" -->
</footer>
</body>
</html>