-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
74 lines (64 loc) · 4.78 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
<!DOCTYPE html>
<html>
<head profile="http://www.w3.org/2005/10/profile">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Architects+Daughter">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<link rel="icon" type="image/png" href="images/favicon.png" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>ClearCanvas Open Source Project</title>
</head>
<body>
<header>
<div class="inner">
<h1>ClearCanvas Open Source Project</h1>
<h2>inspiring imaging innovation</h2>
<a href="https://github.com/ClearCanvas" class="button"><small>Follow me on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h2 id="welcome">Welcome!</h2>
<p>This is the community home for the ClearCanvas Open Source Project. ClearCanvas is an open source code base for enabling software innovation in medical imaging. The extensible and robust platform includes viewing, archiving, management, workflow and distribution of medical images as well as an open architecture for core competency tool development.</p>
<p>Please note that software derived from the ClearCanvas Open Source Project (including any official builds based on the Open Source Projects) are <strong>neither intended nor licensed for clinical use</strong>, and should only be used as permitted by applicable and governing regulations.</p>
<h2 id="software-license">Software License</h2>
<p>The ClearCanvas Open Source Project is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p>
<p>This program is distributed in the hope that it will be useful, but <strong>WITHOUT ANY WARRANTY</strong>; without even the implied warranty of <strong>MERCHANTABILITY</strong> or <strong>FITNESS FOR A PARTICULAR PURPOSE</strong>. See the GNU General Public License for more details.</p>
<p>You should have received a copy of the GNU General Public License along with this program. If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.</p>
<h2 id="getting-started-for-end-users">Getting Started for End Users</h2>
<p><strong>Free</strong>, official builds based on the Open Source Project are now available for <a href="https://github.com/ClearCanvas/ClearCanvas/releases">download on GitHub</a>! The following packages are currently available:</p>
<ul>
<li><strong>ClearCanvas DICOM Viewer</strong> - Desktop client for communicating with PACS servers and viewing DICOM studies.</li>
<li><strong>ClearCanvas DICOM Server</strong> - Server for storing and managing DICOM studies with a web-based administration GUI.</li>
</ul>
<h2 id="getting-started-for-developers">Getting Started for Developers</h2>
<p>To get started with developing in ClearCanvas, please see the README file in the <a href="https://github.com/ClearCanvas/ClearCanvas">main repository</a>.</p>
<h2 id="support-or-contact">Support or Contact</h2>
<p>Having trouble with using the ClearCanvas Open Source Builds? Please check out the documentation included in the Open Source binary distribution or ask the community over at <a href="https://github.com/ClearCanvas/ClearCanvas/issues">the issues tracker</a>.</p>
<p>Please <strong>do not</strong> contact Synaptive Medical support, as they are unable to assist with the Open Source Project.</p>
</section>
<aside id="sidebar">
<a href="https://github.com/ClearCanvas/ClearCanvas/releases" class="button"><small>Download from</small> GitHub</a>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-60786814-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>