-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
37 lines (30 loc) · 1.59 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
---
layout: default
title: Seg3D Pages by SCIInstitute
---
<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>User Documentation</h2>
<p>A <a href="{{site.github.url}}/functionality.html">basic functionality manual </a>, <a href="{{site.github.url}}/tools.html">tool and filter reference,</a> and <a href="{{site.github.url}}/Manuals/Seg3DTutorial.html">tutorial</a> are available.</p>
<h2>Developer 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 target="_blank"
<h3><a target="_blank" href={{ site.github.url }}/doxygen/html/index.html>Doxygen Code Reference</a></h3>
</ul>
<h2>Python Documentation</h2>
<ul>
{% for page in site.pages %}
{% if page.category == "python" %}
<h3> <a href={{ site.github.url }}{{ page.url }}>{{ page.title }}</a> </h3>
{% endif %}
{% endfor %}
</ul>
</section>