forked from ecaruyer/phantomas-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (58 loc) · 2.44 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="icons/favicon.ico">
<meta name="author" content="Guillem González Vela, Emmanuel Caruyer - Firstname.Lastname@irisa.fr" />
<title>Phantomαs Web</title>
<center>
<h1>Phantomαs Web</h1></center>
<hr>
<br><br><br>
</head>
<body style="background: black; color: white">
<center>
<table style="padding:7%; width:80%; background: white; color: black">
</center>
<tr>
<center>
<th>
<h2>Load the app</h2></th>
<th>
<h2>Other resources</h2></th>
</center>
</tr>
<tr>
<td>
<h3><a href="phantomas.html">Start a new model from scratch</a></h3>
<h4>or load an example:</h4>
<ul>
<li><a href="phantomas.html?examples/fibers.json">Basic phantom</a></li>
<li><a href="phantomas.html?examples/3Dfanning_13bundles.json">13 fanning bundles</a></li>
<li><a href="phantomas.html?examples/60crossing_3bundles.json">3 bundles crossing at 60º</a></li>
<li><a href="phantomas.html?examples/90kissing_3bundles.json">3 bundles kissing at 90º</a></li>
<li><a href="phantomas.html?examples/isbi_challenge_2013.json">Phantom used at 2013 HARDI reconstruction challenge</a></li>
</ul>
</td>
<td style="padding-left:10%">
<b>Authors:</b> Guillem González Vela and Emmanuel Caruyer (Firstname.Lastname@irisa.fr)
<br><br>
<ul>
<li><a href="doc/user">User documentation</a></li>
<li><a href="doc/developer">Developer documentation</a></li>
<li><a href="LICENSE">License - BSD 2-Clause License<a></li>
</ul>
<br>
External links:
<ul>
<li>This app is Open Source and
<a href="http://www.github.com/ecaruyer/phantomas-web" target="_blank">may be forked in GitHub.<a> Pull requests are welcome!</li>
<li><a href="http://emmanuelcaruyer.com/phantomas.php" target="_blank">Phantomαs' homepage</a></li>
<li><a href="http://www.github.com/ecaruyer/phantomas" target="_blank">Phantomαs' GitHub</a></li>
<li><a href="http://emmanuelcaruyer.com/phantomas/" target="_blank">Phantomαs' API Documentation</a></li>
<li><a href="http://hardi.epfl.ch/static/events/2013_ISBI/" target="_blank">HARDI reconstruction challenge 2013 homepage</a></li>
</ul>
</td>
</tr>
</body>
</html>