<!DOCTYPE html>

 

<html>

 

<head>

 

<meta charset="utf-8">

 

<title>Assignment_1_2016</title>

 

<script type="text/javascript" src="../jsmol/JSmol.min.js"></script>

 

 

 

<script type="text/javascript">

 

 

 

 

 

var use = "HTML5" // JAVA HTML5 WEBGL IMAGE  are all otions

 

                       

 

 

 

 

 

var Info = {

 

            width: 400,

 

            height: 400,

 

            debug: false,

 

            color: "0xFFFFFF",

 

            addSelectionOptions: false,

 

            use: "HTML5",

 

            j2sPath: "../jsmol/j2s",

 

            //jarPath: "java",

 

            //jarFile: (useSignedApplet ? "JmolAppletSigned.jar" : "JmolApplet.jar"),

 

            //isSigned: useSignedApplet,

 

            disableJ2SLoadMonitor: true,

 

  disableInitialConsole: true,

 

  allowJavaScript: true

 

            //defaultModel: "$dopamine",

 

            //console: "none", // default will be jmolApplet0_infodiv

 

}

 

</script>

 

<style type="text/css">

 

.auto-style1 {

 

            font-family: Arial, Helvetica, sans-serif;

 

            font-size: large;

 

}

 

.auto-style4 {

 

            font-family: Arial, Helvetica, sans-serif;

 

}

 

</style>

 

</head>

 

<body>

 

<p><br class="auto-style1"><span class="auto-style1">Click on the links to

 

display structures for assignment 1</span></p>

 

<p class="auto-style4"><strong>Question 1</strong></p>

 

<p class="auto-style4"><a href="javascript:Jmol.script(jmolApplet0,'load assignment_1_structures/Li4C4.pdb')">structure a</a></p>

 

<p class="auto-style4">

 

<a href="javascript:Jmol.script(jmolApplet0,'load assignment_1_structures/Li2C4N2.pdb')">structure b</a></p>

 

<p class="auto-style4">

 

<a href="javascript:Jmol.script(jmolApplet0,'load assignment_1_structures/Li6C2.pdb')">structure c</a> </p>

 

<p class="auto-style4"><strong>Question 2</strong></p>

 

<p class="auto-style4"><a href="javascript:Jmol.script(jmolApplet0,'load assignment_1_structures/striped_cube.pdb')">striped cube</a>

 

</p>

 

<p class="auto-style4"><strong>Question3</strong></p>

 

<p class="auto-style4"><a href="javascript:Jmol.script(jmolApplet0,'load assignment_1_structures/SbF5.mol')">SbF<sub>5</sub></a>

 

</p>

 

<table width=1000 cellpadding=10>

 

<tr><td valign="top">

 

<script>

 

 

 

// note that the variable name MUST match the first parameter in quotes

 

 

 

jmolApplet0 = Jmol.getApplet("jmolApplet0", Info);

 

 

 

// note that now scripts can be sent immediately after the _Applet object is created

 

 

 

//Jmol.script(jmolApplet0,"background gray;delay 0.5;background black")

 

var lastPrompt=0;

 

</script>

 

 

 

 

 

<br>

 

</td></tr></table>

 

</body>

 

</html>