Difference between revisions of "Sandbox"

From Jmol
Jump to navigation Jump to search
(Using a pop-up window)
(Using a pop-up window)
Line 235: Line 235:
 
|-
 
|-
 
| <center>'''Staggered ethane''' <br />
 
| <center>'''Staggered ethane''' <br />
<jmol><jmolAppletLink><title>Show in 3D using Jmol(popup window)</title><color>gray</color>
+
<jmol><jmolAppletLink>
 +
<text>Show in 3D using Jmol (popup window)</text>
 +
<title>Jmol model</title>
 +
<color>gray</color>
 
<uploadedFileContents>ethane_s.pdb</uploadedFileContents></jmolAppletLink>
 
<uploadedFileContents>ethane_s.pdb</uploadedFileContents></jmolAppletLink>
 
</jmol>
 
</jmol>

Revision as of 03:20, 8 December 2008

This is a page for testing.

Jmol extension for MediaWiki

This uses uploadedFileContents tag with an XYZ file:

For some reason, checkboxes are not working with the extension.

Color atoms:


This one uses the inlineContents tag:

with straight MOL data:
with added pipe characters (|):

None of them work. This seems due to a defective parsing of newlines by the extension.

Let's test the same with inline PDB data:

with straight PDB data:
with added pipe characters (|):

The right applet works. The difference with MOL format is likely because MOL requires the lines in a certain order, while PDB relies on the starting keyword. I think that the extension is inserting extra newlines and quotes, that spoil the MOL parser but not the PDB parser. The newlines are ignored by Jmol.js, or replaced by pipes. Manually added pipes restore a proper start of line for the PDB parser. --AngelHerraez 22:11, 30 November 2008 (CET)


Finally, if we insert the MOL data without any newlines and with pipes:

things work, so IT IS the newlines.

Using a pop-up window

An image used for illustration and a caption for requesting the Jmol model:

Ethane s.gif
Staggered ethane

Show in 3D using Jmol (popup window)

Contributors

AngelHerraez