Difference between revisions of "User:AngelHerraez/Sandbox"

From Jmol
Jump to navigation Jump to search
(The Toolbar)
(The Toolbar)
Line 10: Line 10:
 
<li>'''Print''' - sends the current view to the printer.
 
<li>'''Print''' - sends the current view to the printer.
 
</ol>
 
</ol>
 +
<div style="border:1px dashed #006699;">
 
This group contains mutually exclusive options:
 
This group contains mutually exclusive options:
 
<ol start="7">
 
<ol start="7">
 
<li>'''Rotate mode''' - dragging the mouse will rotate the model (default).
 
<li>'''Rotate mode''' - dragging the mouse will rotate the model (default).
 
<li>'''Select mode''' - several atoms can be selected by surrounding them with a rectangle drawn using the mouse pointer.
 
<li>'''Select mode''' - several atoms can be selected by surrounding them with a rectangle drawn using the mouse pointer.
<li>'''Measurement mode''' -
+
<li>'''Measurement mode''' - clicking on 2 atoms will display the distance between them.
<li>'''Center mode''' -  
+
<li>'''Center mode''' - the model will be recentered around the atom clicked.
<li>'''Model Kit mode''' -
+
<li>'''Model Kit mode''' - allows to build a model by adding atoms and bonds using the mouse.
 +
</ol>
 +
</div>
 +
<ol start="12">
 +
<li>'''Reset''' - restores the initial orientation of the model.
 +
<li>'''First frame''' - displays the first one among the loaded models.
 +
<li>'''Previous frame''' -
 +
<li>'''Next frame''' -
 +
<li>'''Last frame''' -
 +
<li>'''All frames''' - overlays all models present in the loaded file(s)
 
</ol>
 
</ol>
  

Revision as of 23:47, 7 November 2010

The Toolbar

File:Toolbar.png‎

  1. Open file - allows to choose a file from disk or to give a URL.
  2. Export image - saves to disk the current view as an image, in one of several possible file formats.
  3. Export to web page - opens the Jmol Export to Web application.
  4. Export to POV-Ray - saves high-quality image files that can be opened in the POV-Ray ray-tracing software.
  5. Save state - saves the current view to disk as a state script.
  6. Print - sends the current view to the printer.

This group contains mutually exclusive options:

  1. Rotate mode - dragging the mouse will rotate the model (default).
  2. Select mode - several atoms can be selected by surrounding them with a rectangle drawn using the mouse pointer.
  3. Measurement mode - clicking on 2 atoms will display the distance between them.
  4. Center mode - the model will be recentered around the atom clicked.
  5. Model Kit mode - allows to build a model by adding atoms and bonds using the mouse.
  1. Reset - restores the initial orientation of the model.
  2. First frame - displays the first one among the loaded models.
  3. Previous frame -
  4. Next frame -
  5. Last frame -
  6. All frames - overlays all models present in the loaded file(s)

Testing accented characters in links set by Jmol MediaWiki Extension

All these links should read atención

Directly entered (ó):

Hex Unicode entity (&#x00F3;):

Dec Unicode entity (&#0243;):

Hex Unicode percent (%F3):

In a button:

Embedding applet in wiki page

Jmol can read this format (not from file, just from a text string) as long as it can connect to a server that will do the conversion to a 2D or 3D format. To do this, you put a dollar sign before the SMILES string, or you use the smiles parameter. Note that the unsigned applet is not allowed connection to external servers ad so does not support this method.

Example, for isopentane:

load $CCC(C)C
load "$CCC(C)C"
load smiles "CCC(C)C"

Test here:

Contributors

AngelHerraez