Skip to content

Commit 781650c

Browse files
committed
Added download links for Faim 10.0
1 parent 9b86696 commit 781650c

File tree

1 file changed

+183
-150
lines changed

1 file changed

+183
-150
lines changed

n88/downloads/index.html

Lines changed: 183 additions & 150 deletions
Original file line numberDiff line numberDiff line change
@@ -1,159 +1,192 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
3+
34
<head>
4-
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
5-
<meta name="author" content="Eric" />
6-
<link rel="stylesheet" type="text/css" href="../n88.css" title="Numerics88" media="screen,projection" />
7-
<title>Numerics88 Solutions</title>
5+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6+
<meta name="author" content="Eric" />
7+
<link rel="stylesheet" type="text/css" href="../n88.css" title="Numerics88" media="screen,projection" />
8+
<title>Numerics88 Solutions</title>
89
</head>
910

1011
<body>
11-
<div id="wrap">
12-
<h1><a href="index.html">Numerics88 Solutions</a></h1>
13-
14-
<div id="menu">
15-
<p class="menulinks">
16-
<strong class="hide">Main menu:</strong>
17-
<a class="menulink" href="../index.html">Home</a><span class="hide"> | </span>
18-
<a class="menulink" href="../faim.html">Faim</a><span class="hide"> | </span>
19-
<a class="menulink active" href="index.html">Downloads</a><span class="hide"> | </span>
20-
<a class="menulink" href="../documentation/index.html">Documentation</a><span class="hide"> | </span>
21-
<a class="menulink" href="../contact.html">Contact</a>
22-
</p>
23-
</div>
24-
25-
<div id="content">
26-
27-
<h2>FAIM</h2>
28-
29-
<p>FAIM, which includes the solvers and n88modelgenerator, can be downloaded from the following links.
30-
Note that FAIM requires a valid license file to run. Refer to the
31-
<a href="../documentation/faim/9.0/manual/index.html#installation" >installation section
32-
of the manual</a>.</p>
33-
34-
<br />
35-
36-
<table width="100%" align="center";>
37-
<tr>
38-
<th>Linux</th>
39-
<th>macOS</th>
40-
<th>Windows (64 bit)</th>
41-
</tr>
42-
<tr>
43-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/Faim-9.0-linux-no-gpu">Version 9.0</a> or <a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/faim-9.0-linux-ARC.sh">Version 9.0 (ARC)</a></td>
44-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/faim-9.0-mac.dmg">Version 9.0</a></td>
45-
<td></td>
46-
</tr>
47-
<tr>
48-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/faim-8.0-linux.sh">Version 8.0</a></td>
49-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/faim-8.0-mac.dmg">Version 8.0</a></td>
50-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/faim-8.0-windows.exe">Version 8.0</a></td>
51-
</tr>
52-
<tr>
53-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/faim-8.0-cuda6.5-linux.sh">Version 8.0 (older NVidia cards and drivers)</a></td>
54-
<td></td>
55-
<td></td>
56-
</table>
57-
58-
<br />
59-
60-
<h2>n88tools and vtkbone</h2>
61-
62-
<p>The above packages alone do not make a complete installation of FAIM. In addition to the binaries
63-
in those packages, some parts of FAIM make use of Python. These include the <b>n88tools</b> command line
64-
utilities for manipulating finite element model files, and the <b>vtkbone</b> library, which can be used
65-
for custom processing of FE models. Because there are many different methods of installing Python,
66-
these elements of FAIM are distributed separately.</p>
67-
68-
<p>The easiest way to obtain <b>n88tools</b> and <b>vtkbone</b> is to install
69-
<a href="https://www.continuum.io/downloads">Anaconda Python</a>. We recommend Anaconda Python,
70-
because in addition to being available for all the operating systems which FAIM runs on, it provides
71-
a very large collection of mathematical and scientific Python modules.</p>
72-
73-
<p>If you have Anaconda Python installed, then installing <b>n88tools</b> and <b>vtkbone</b> is as easy as
74-
running the following command:</p>
75-
76-
<p>
77-
<code>
12+
<div id="wrap">
13+
<h1><a href="index.html">Numerics88 Solutions</a></h1>
14+
15+
<div id="menu">
16+
<p class="menulinks">
17+
<strong class="hide">Main menu:</strong>
18+
<a class="menulink" href="../index.html">Home</a><span class="hide"> | </span>
19+
<a class="menulink" href="../faim.html">Faim</a><span class="hide"> | </span>
20+
<a class="menulink active" href="index.html">Downloads</a><span class="hide"> | </span>
21+
<a class="menulink" href="../documentation/index.html">Documentation</a><span class="hide"> | </span>
22+
<a class="menulink" href="../contact.html">Contact</a>
23+
</p>
24+
</div>
25+
26+
<div id="content">
27+
28+
<h2>FAIM</h2>
29+
30+
<p>FAIM, which includes the solvers and n88modelgenerator, can be downloaded from the following links.
31+
Note that FAIM requires a valid license file to run. Refer to the
32+
<a href="../documentation/faim/9.0/manual/index.html#installation">installation section
33+
of the manual</a>.
34+
</p>
35+
36+
<br />
37+
38+
<table width="100%" align="center">
39+
<tr>
40+
<th style="width: 32%;">Linux</th>
41+
<th style="width: 22%;">macOS (Arm64)</th>
42+
<th style="width: 22%;">macOS (Intel)</th>
43+
<th style="width: 22%;">Windows (64 bit)</th>
44+
</tr>
45+
<tr>
46+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/Faim-10.0-Linux-no-gpu">Version 10.0</a></td>
47+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/Faim-10.0-Mac-Arm64">Version 10.0</a></td>
48+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/Faim-10.0-Mac-Intel">Version 10.0</a></td>
49+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/Faim-10.0-Windows">Version 10.0</a></td>
50+
</tr>
51+
<tr>
52+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/Faim-9.0-linux-no-gpu">Version 9.0</a> or <a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/faim-9.0-linux-ARC.sh">Version 9.0 (ARC)</a></td>
53+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/faim-9.0-mac-arm64.dmg">Version 9.0</a></td>
54+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/faim-9.0-mac-intel.dmg">Version 9.0</a></td>
55+
<td style="color:rgb(151, 151, 151);">Not supported</td>
56+
</tr>
57+
<tr>
58+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/faim-8.0-linux.sh">Version 8.0</a></td>
59+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/faim-8.0-mac-arm64.dmg">Version 8.0</a></td>
60+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/faim-8.0-mac-intel.dmg">Version 8.0</a></td>
61+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/faim-8.0-windows.exe">Version 8.0</a></td>
62+
</tr>
63+
<tr>
64+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/faim-8.0-cuda6.5-linux.sh">Version 8.0 (older NVidia cards and drivers)</a></td>
65+
<td></td>
66+
<td></td>
67+
<td></td>
68+
</tr>
69+
</table>
70+
71+
<br />
72+
73+
<h2>n88tools and vtkbone</h2>
74+
75+
<p>The above packages alone do not make a complete installation of FAIM. In addition to the binaries
76+
in those packages, some parts of FAIM make use of Python. These include the <b>n88tools</b> command line
77+
utilities for manipulating finite element model files, and the <b>vtkbone</b> library, which can be used
78+
for custom processing of FE models. Because there are many different methods of installing Python,
79+
these elements of FAIM are distributed separately.</p>
80+
81+
<p>The easiest way to obtain <b>n88tools</b> and <b>vtkbone</b> is to install
82+
<a href="https://www.continuum.io/downloads">Anaconda Python</a>. We recommend Anaconda Python,
83+
because in addition to being available for all the operating systems which FAIM runs on, it provides
84+
a very large collection of mathematical and scientific Python modules.
85+
</p>
86+
87+
<p>If you have Anaconda Python installed, then installing <b>n88tools</b> and <b>vtkbone</b> is as easy as
88+
running the following command:</p>
89+
90+
<p>
91+
<code>
7892
conda install --channel numerics88 --channel conda-forge n88tools
7993
</code>
80-
</p>
81-
82-
<p>Refer to the <a href="../documentation/faim/9.0/manual/index.html#install_n88tools">installation section for n88tools</a>
83-
in the manual for details. In particular, we recommend that you use a dedicated conda environment for FAIM. This
84-
is explained in the manual.</p>
85-
86-
<p><b>n88tools</b> and <b>vtkbone</b> are open-source projects. If you prefer to use some other installation of Python
87-
besides Anaconda Python, then you can find the source code for these projects on GitHub at
88-
<a href="https://github.com/Numerics88">https://github.com/Numerics88</a>.
89-
90-
<h2>n88 ParaView Plugins</h2>
91-
92-
<p><a href="http://paraview.org">ParaView</a> plugins for reading FAIM data file formats can be downloaded from the following links.
93-
Make sure to chose the correct version for your installation of ParaView. The version must match
94-
exactly with ParaView! (The version of FAIM is unimportant.)</p>
95-
96-
<br />
97-
98-
<table width="100%" align="center";>
99-
<tr>
100-
<th>Linux</th>
101-
<th>macOS</th>
102-
<th>Windows (64 bit)</th>
103-
</tr>
104-
<tr>
105-
<!-- <td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_6_0_0_linux_x86_64">Version 6.0.0</a></td> -->
106-
<td>Coming soon</td>
107-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_6_0_0_mac_arm64">Version 6.0.0 M</a>,<a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_6_0_0_mac_x86_64">Version 6.0.0 Intel</a></td>
108-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_6_0_0_Windows">Version 6.0.0</a></td>
109-
</tr>
110-
<tr>
111-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_5_13_1_linux_x86_64">Version 5.13.1</a></td>
112-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_5_13_1_mac_arm64">Version 5.13.1 M</a>,<a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_5_13_1_mac_x86_64">Version 5.13.1 Intel</a></td>
113-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_5_13_3_Windows">Version 5.13.3</a></td>
114-
</tr>
115-
<tr>
116-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88ParaViewPlugins-5.9.1-Linux">Version 5.9.1</a></td>
117-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88ParaViewPlugins-5.9.1-Mac">Version 5.9.1</a></td>
118-
<td>Not supported</td>
119-
</tr>
120-
<tr>
121-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88ParaViewPlugins-5.1.2-Linux">Version 5.1.2</a></td>
122-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88ParaViewPlugins-5.1.2-Mac">Version 5.1.2</a></td>
123-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88ParaViewPlugins-5.1.2-Windows">Version 5.1.2</a></td>
124-
</tr>
125-
<tr>
126-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_4_4_linux">Version 4.4</a></td>
127-
<td></td>
128-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_4_4_win64">Version 4.4</a></td>
129-
</tr>
130-
<tr>
131-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_4_2_linux">Version 4.2</a></td>
132-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_4_2_osx">Version 4.2</a></td>
133-
<td></td>
134-
</tr>
135-
<tr>
136-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_3_14_linux">Version 3.14</a></td>
137-
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_3_14_osx">Version 3.14</a></td>
138-
<td></td>
139-
</table>
140-
141-
<br />
142-
143-
<p>The n88 ParaView Plugins are open-source, and the source code can be found at
144-
<a href="https://github.com/Numerics88">https://github.com/Numerics88</a>. However, compiling
145-
plugins for ParaView is not trivial, and we do not generally recommend that you compile
146-
them yourself.</p>
147-
148-
<h2>Data, tutorials and examples</h2>
149-
150-
You can download all the data files and example scripts for the tutorials in the manual here:
151-
<li><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/Tutorials-v9.0">Tutorials-v9.0.zip</a></li>
152-
<li><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/Tutorials-v8.0">Tutorials-v8.0.zip</a></li>
153-
154-
</div>
155-
<p class="footer">Copyright &copy; 2021 <a href="https://www.ucalgary.ca/labs/bonelab/home">Bone Imaging Laboratory</a><br /></p>
156-
157-
</div>
94+
</p>
95+
96+
<p>Refer to the <a href="../documentation/faim/9.0/manual/index.html#install_n88tools">installation section
97+
for n88tools</a>
98+
in the manual for details. In particular, we recommend that you use a dedicated conda environment for
99+
FAIM. This
100+
is explained in the manual.</p>
101+
102+
<p><b>n88tools</b> and <b>vtkbone</b> are open-source projects. If you prefer to use some other installation
103+
of Python
104+
besides Anaconda Python, then you can find the source code for these projects on GitHub at
105+
<a href="https://github.com/Numerics88">https://github.com/Numerics88</a>.
106+
107+
<h2>n88 ParaView Plugins</h2>
108+
109+
<p><a href="http://paraview.org">ParaView</a> plugins for reading FAIM data file formats can be downloaded
110+
from the following links.
111+
Make sure to chose the correct version for your installation of ParaView. The version must match
112+
exactly with ParaView! (The version of FAIM is unimportant.)</p>
113+
114+
<br />
115+
116+
<table width="100%" align="center">
117+
<tr>
118+
<th>Linux</th>
119+
<th>macOS (Arm64)</th>
120+
<th>macOS (Intel)</th>
121+
<th>Windows (64 bit)</th>
122+
</tr>
123+
<tr>
124+
<td style="color:rgb(151, 151, 151);">Coming soon</td>
125+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_6_0_0_mac_arm64">Version 6.0.0</a></td>
126+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_6_0_0_mac_x86_64">Version 6.0.0</a></td>
127+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_6_0_0_Windows">Version 6.0.0</a></td>
128+
</tr>
129+
<tr>
130+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_5_13_1_linux_x86_64">Version 5.13.1</a></td>
131+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_5_13_1_mac_arm64">Version 5.13.1</a></td>
132+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_5_13_1_mac_x86_64">Version 5.13.1</a></td>
133+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_5_13_3_Windows">Version 5.13.3</a></td>
134+
</tr>
135+
<tr>
136+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88ParaViewPlugins-5.9.1-Linux">Version 5.9.1</a></td>
137+
<td></td>
138+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88ParaViewPlugins-5.9.1-Mac">Version 5.9.1</a></td>
139+
<td style="color:rgb(151, 151, 151);">Not supported</td>
140+
</tr>
141+
<tr>
142+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88ParaViewPlugins-5.1.2-Linux">Version 5.1.2</a></td>
143+
<td></td>
144+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88ParaViewPlugins-5.1.2-Mac">Version 5.1.2</a></td>
145+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88ParaViewPlugins-5.1.2-Windows">Version 5.1.2</a></td>
146+
</tr>
147+
<tr>
148+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_4_4_linux">Version 4.4</a></td>
149+
<td></td>
150+
<td style="color:rgb(151, 151, 151);">Not supported</td>
151+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_4_4_win64">Version 4.4</a></td>
152+
</tr>
153+
<tr>
154+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_4_2_linux">Version 4.2</a></td>
155+
<td></td>
156+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_4_2_osx">Version 4.2</a></td>
157+
<td></td>
158+
</tr>
159+
<tr>
160+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_3_14_linux">Version 3.14</a></td>
161+
<td></td>
162+
<td><a href="https://github.com/Bonelab/bonelab.github.io/releases/tag/n88_plugins_paraview_3_14_osx">Version 3.14</a></td>
163+
<td></td>
164+
</tr>
165+
</table>
166+
167+
<br />
168+
169+
<p>The n88 ParaView Plugins are open-source, and the source code can be found at
170+
<a href="https://github.com/Numerics88">https://github.com/Numerics88</a>. However, compiling
171+
plugins for ParaView is not trivial, and we do not generally recommend that you compile
172+
them yourself.
173+
</p>
174+
175+
<h2>Data, tutorials and examples</h2>
176+
177+
You can download all the data files and example scripts for the tutorials in the manual here:
178+
<li><a
179+
href="https://github.com/Bonelab/bonelab.github.io/releases/tag/Tutorials-v9.0">Tutorials-v9.0.zip</a>
180+
</li>
181+
<li><a
182+
href="https://github.com/Bonelab/bonelab.github.io/releases/tag/Tutorials-v8.0">Tutorials-v8.0.zip</a>
183+
</li>
184+
185+
</div>
186+
<p class="footer">Copyright &copy; 2021 <a href="https://www.ucalgary.ca/labs/bonelab/home">Bone Imaging
187+
Laboratory</a><br /></p>
188+
189+
</div>
158190
</body>
159-
</html>
191+
192+
</html>

0 commit comments

Comments
 (0)