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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>GAMGI: Tutorials </title>
<link rel="icon" type="image/png" href="../icon/gamgi16.png"/>
<link rel="stylesheet" type="text/css" href="../css/base.css"/>
<link rel="stylesheet" type="text/css" href="../css/board.css"/>
</head>
<body>
<div class="board">
<div>Tutorials</div><div> </div>
</div>
<div class="contents">
<ul>
<li><a href="cscl_page1.html">
CsCl crystalline structure.</a>
</li>
<li><a href="nacl_page1.html">
NaCl crystalline structure.</a>
</li>
<li><a href="calcite_page1.html">
Calcite crystalline structure.</a>
</li>
<li><a href="polyethylene_page1.html">
Orthorhombic Polyethylene.</a>
</li>
<li><a href="interstices_bcc_page1.html">
Interstices in the BCC structure.</a>
</li>
<li><a href="interstices_cfc_page1.html">
Interstices in the CFC structure.</a>
</li>
<li><a href="interstices_hcp_page1.html">
Interstices in the HCP structure.</a>
</li>
<li><a href="symmetry_page1.html">
Point Symmetry analysis.</a>
</li>
<li><a href="voronoi_page1.html">
Voronoi tesselation.</a>
</li>
<li><a href="occupancy_page1.html">
Cell occupancy rules.</a>
</li>
<li><a href="nanostructure_page1.html">
Multilayer nanostructure.</a>
</li>
<li><a href="rcp_page1.html">
Random Close Packing structure.</a>
</li>
<li><a href="lights_page1.html">
Directional and positional lights.</a>
</li>
</ul>
</div>
<div id="bottom">
<a href="../index.shtml">Home</a>
</div>
</body>
</html>
|