This is a demo project how to create simple HTML pages with Jmol/JSmol.
View the pages online at: http://ostueker.github.io/simple_jmol_demo/
Find the GitHub Repository at: https://github.com/ostueker/simple_jmol_demo/
The repo consists of the following pages:
- minimal.html - A self contiained HTML file that only has JSmol as an external dependency
- jmol_demo.html -
This file loads the CSS stylesheets from
jmol_demo.cssand JavaScript fromjmol_demo.js. It also uses jQuery (included with JSmol) and jQuery-UI to generate a tabbed box of Jmol commands. - jmol_surfaces.html -
This file is based on the Surfaces tab from
jmol_demohowever is uses it's own style-sheetjmol_surfaces.csswhich results in a larger Jmol applet. - more to come ...
The mol directory contains a few exampe molecules, which are used
by the pages:
- caffeine.mol - Caffeine molecule as MDL Molfile.
- methanol.log - Gaussian output of a Methanol B3LYP/6-31G(d) optimization.
- methanol.cml - Optimized coordinates from
methanol.logas simple CML. - methanol_compchem.cml - File
methanol.logconverted to CML/CompChem. - more to come ...
- Jmol/JSmol interactive scripting documentation:
http://chemapps.stolaf.edu/jmol/docs/?&fullmanual=1&ver=14.6 - Main Jmol Homepage: http://www.jmol.org
- Jmol Wiki: http://wiki.jmol.org