Team:UNICAMP-EMSE Brazil/Applications

From 2011.igem.org

(Difference between revisions)
Line 15: Line 15:
<script type="text/javascript">
<script type="text/javascript">
-
<SCRIPT>
+
<script>  
-
jmolInitialize("../..")
+
-
</SCRIPT>
+
-
<SCRIPT><!--
+
$(function() {
-
jmolApplet(300,"http://www.pdb.org/pdb/files/1XX1.pdb")
+
-
//-->
+
-
</SCRIPT>
+
jmolSetDocument(false);
 +
 +
jmolInitialize("/pdb/Viewers/jmol-12.0.41/",true);
 +
 +
jmolSetCallback("loadStructCallback","myStructCallback");
 +
jmolSetCallback("messageCallback",  "myMessageCallback");
 +
jmolSetCallback("pickCallback",      "myPickCallback");
 +
 +
 +
var jmol = jmolApplet(["100%","100%"], "script http://www1.rcsb.org/pdb/Viewers/jmol-12.0.41/customcolor.spt; load 'http://www1.rcsb.org/pdb/files/1XX1.pdb1.gz';set defaultStructureDSSP true; set measurementUnits ANGSTROMS;  select all;  spacefill off; wireframe off; backbone off; cartoon on; color cartoon structure; color structure;  select ligand;wireframe 0.16;spacefill 0.5; color cpk ; select all; model 0;set antialiasDisplay true; ;save STATE state_1; ");
 +
 +
$('#jmol_box').html(jmol);
 +
 +
make_jmol_resizable();
 +
});
 +
 +
 +
 +
 +
</script>  
 +
 +
  </div>  
 +
   
   
   
   jmolBr();
   jmolBr();

Revision as of 13:59, 14 September 2011

Applications

You should make use of the calendar feature on the wiki and start a lab notebook. This may be looked at by the judges to see how your work progressed throughout the summer. It is a very useful organizational tool as well.



jmolBr(); jmolButton("spin y" ,"spin y"); jmolButton("spin off" ,"spin off");