Here is how the "folder" or directory/file structure is organized:
(uses the "tree" command) Abridged version:
Materials
|
|---dindex.html
|
|-- Steel-|
| |-- SAE1045
| |-- sae1045.html
| |-- SAE1045_203BHN_OL.png
| |-- overload_disc.html
| |-- sae1045_187BHN.html
| |-- sae1045_203BHN.html
| |-- sae1045_203BHN_CA_Bonnen-Chern.html
| |-- sae1045_203BHN_OL_Bonnen.html
| |-- sae1045_277BHN.html
|
|-- Alumcast
| |-- A356
| | |-- a356-T6_sae_sp760.html
| | `-- a356.html
| `-- alumcast.html
|
|
|
|-- SSteel
|-- AISI_304_stainless
| |-- aisi304.html
| |-- aisi304ss_hard.html
| |-- aisi304ss_soft.html
|
|-- AISI_310_stainless
| |-- aisi310.html
| |-- aisi310ss_soft.html
...etc.
In each folder above, such as "Alumcast" or "Steel" there is
at least one viewable html file that points to the other folders or
files below it in the tree structure.
Note: The "end-of-line" character(s) are different in a Windows and a Linux/Unix system. This can cause problems if you are running the software on your own machine. The files on this site are in Linux/Unix format. You may wish to learn a bit about the dos2unix and unix2dos commands, or use a text editor that is less sensitive about the line terminators, like "vim" or "gvim" available for both Linux and MSWindows.