Team:Calgary/Sandbox

From 2011.igem.org

(Difference between revisions)
Line 4: Line 4:
<html>
<html>
 +
<script type='text/javascript' src="https://www.google.com/jsapi?key=ABQIAAAA8_yhYYiy1NufPBHzpHSMXxSh4TTQARzfl6TKw1sBm_i84pgmmxSbJU4yq0z1N2S-klaElop0gMPEsg" ></script>
 +
<script type='text/javascript'>
<script type='text/javascript'>
-
console.log("js supported");
+
google.load("jquery", "1.6.1");
 +
google.load("jqueryui", "1.8.13");
 +
 
 +
$(function() {
 +
  $("#accordion").accordion();
 +
});
</script>
</script>
-
<?php echo "zZ"; ?>
+
 
<body>
<body>
Line 19: Line 26:
       <p> This is the abstract of the project.</p>
       <p> This is the abstract of the project.</p>
     </div>
     </div>
 +
 +
<div id="accordion">
 +
    <h3><a href="#">First header</a></h3>
 +
    <div>First content</div>
 +
    <h3><a href="#">Second header</a></h3>
 +
    <div>Second content</div>
 +
</div>
   </div>
   </div>

Revision as of 23:51, 12 June 2011

Background

This section outlines the nature of the problem we are trying to solve, why it matters, and the strategy we are using to contribute to an eventual solution.

Abstract

This is the abstract of the project.

First header

First content

Second header

Second content