Subversion Repositories wimsdev

Rev

Rev 17 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <html>
  2. <title>Crystal Atomic Lattice Viewer</title>
  3. <BODY bgcolor="#ffffff">
  4. <center><h1>Crystal Atomic Lattice Viewer</h1></center>
  5. <p>
  6. <center>If your browser supports Java you should be able to
  7. rotate these structures using your mouse!!</center>
  8. <p>
  9. <hr>
  10. <p>
  11. <center>
  12. <h2>Diamond</h2>
  13. <td align=center>
  14. <h2>Buckminsterfullerene</h2>
  15. <tr>
  16. <td align=center>
  17. <applet code=LatticeViewer.class width=250 height=250>
  18. <param name=model    value=diamond.lat>
  19. <param name=label    value=false>
  20. <param name=scale    value=0.8>
  21. <param name=box      value=false>
  22. <param name=bonds    value=true>
  23. <param name=bgcolor  value="ffffff">
  24. <param name=bondcolor value="000000">
  25. <img src="diamond.gif">
  26. </applet>
  27. </center>
  28. <p>
  29. <hr>
  30. <p>
  31. The above Java applets have been developed by
  32. <a href="http://www.le.ac.uk/eg/spg3/spg3.html">Simon Gill</a> from Sun
  33. Microsystems <a href="http://www.javasoft.com:80/applets/js-applets.html">
  34. Molecule Viewer</a>. Copyright restrictions and instructions on how to use this
  35. <b>freely available applet</b> are in the source code
  36. <a href="http://www.le.ac.uk/eg/spg3/lattice/LatticeViewer.java">LatticeViewer.java</a>
  37. which also requires
  38. <a href="http://www.le.ac.uk/eg/spg3/lattice/Matrix3D.java">Matrix3D.java</a>. If you
  39. do use this applet I would be pleased if you let me know.
  40. <p>
  41. The atomic positions of the following crystal structures were obtained from the
  42. <a href="http://cst-www.nrl.navy.mil/lattice/">Complex Systems Theory</a> branch of the
  43. US Navy.
  44. </body>
  45. </html>
  46.