forked from SCIInstitute/seg3d.pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (53 loc) · 2.67 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
---
---
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Seg3D Pages by SCIInstitute</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Seg3D Pages</h1>
<p>Web pages for Seg3D</p>
<p class="view"><a href="https://github.com/SCIInstitute/Seg3D">View the Project on GitHub <small>SCIInstitute/Seg3D</small></a></p>
<ul>
<!-- <li><a href="https://github.com/SCIInstitute/seg3d.pages/zipball/master">Download <strong>ZIP File</strong></a></li> -->
<!-- <li><a href="https://github.com/SCIInstitute/seg3d.pages/tarball/master">Download <strong>TAR Ball</strong></a></li> -->
<li><a href="https://github.com/SCIInstitute/Seg3D">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<p>Seg3D (<a href="http://www.seg3d.org">www.seg3d.org</a>) is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.</p>
<h2>Installation</h2>
<p>Check the <a href={{ site.github.url }}/specs.html>Platform Specifications</a> for system requirements.</p>
<p><a href="https://github.com/SCIInstitute/Seg3D/releases">Installers</a> are provided for Windows and Mac OS X. Linux users need to build Seg3D from <a href={{ site.github.url }}/build.html>source</a>.</p>
<h2>Documentation</h2>
<ul>
{% for page in site.pages %}
{% if page.category == "info" %}
<h3> <a href={{ site.github.url }}{{ page.url }}>{{ page.title }}</a> </h3>
{% endif %}
{% endfor %}
<h3><a
href="http://scirundocwiki.sci.utah.edu/SCIRunDocs/index.php5/CIBC:Seg3D2:Reference">Tool and Filter Reference</a></h3>
<h3><a href={{ site.github.url }}/doxygen/html/index.html>Doxygen Code Reference</a></h3>
</ul>
</section>
</div>
<footer>
<p>Project maintained by <a href="https://github.com/SCIInstitute">SCIInstitute</a></p>
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>