Difference between revisions of "Load SMILES"
Jump to navigation
Jump to search
AngelHerraez (talk | contribs) (merging test with more code from Sandbox) |
AngelHerraez (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Loading a SMILES string into Jmol requires conversion of the SMILES string to a 3D model. This is done in an external web server | + | Loading a SMILES string into Jmol requires conversion of the SMILES string to a 3D model. This is done in an external web server (which in few occasions might fail temporarily). |
The load command is given in a <code>script</code> tag as part of an <code>applet</code>, <code>checkbox</code>, <code>menu</code>, etc. tag. | The load command is given in a <code>script</code> tag as part of an <code>applet</code>, <code>checkbox</code>, <code>menu</code>, etc. tag. | ||
Line 28: | Line 28: | ||
</jmolMenu> | </jmolMenu> | ||
</jmol> | </jmol> | ||
+ | |||
+ | [[Category:Pages Using Jmol MW Extension]] |
Latest revision as of 10:44, 2 September 2023
Loading a SMILES string into Jmol requires conversion of the SMILES string to a 3D model. This is done in an external web server (which in few occasions might fail temporarily).
The load command is given in a script
tag as part of an applet
, checkbox
, menu
, etc. tag.