Team:Glasgow/test

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
{{Team:Glasgow/Header}}
{{Team:Glasgow/Header}}
<html>
<html>
-
<h2>System Design</h2>
+
<head>
-
<p>The system we have designed for iGEM 2011 takes advantage of the modular nature of synthetic biology and combines relatively few parts to create a complex and highly regulated system of gene expression. This diagram shows how the biobricks we intend to create can be organised to allow for the bio-photo-lithography process.</p>
+
-
 
+
-
<p><b>Mousing over the devices will display the biobrick constructs we have design to perform the device functions. Clicking the Pattern Formation, Product Selection or the Structure Fixation tab will highlight the devices used for the selected stage. DEPENDING ON CONNECTION SPEED THE DIAGRAM MAY TAKE SOME TIME TO LOAD FULLY.</b></p>
+
-
<div align=center>
+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript">
<script type="text/javascript">
Line 20: Line 16:
   });
   });
   $("#but4").hover(function() {
   $("#but4").hover(function() {
 +
if ($('#mainpic').attr('src') === ('https://static.igem.org/mediawiki/2011/0/0b/Patternformation02.png'))
 +
{
   $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/9/9b/Patternformingdevice.png');
   $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/9/9b/Patternformingdevice.png');
 +
}
   },
   },
function(){
function(){
 +
if ($('#mainpic').attr('src') === ('https://static.igem.org/mediawiki/2011/9/9b/Patternformingdevice.png'))
 +
{
   $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/0/0b/Patternformation02.png');
   $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/0/0b/Patternformation02.png');
 +
}
   });
   });
   $("#but5").hover(function() {
   $("#but5").hover(function() {
 +
if ($('#mainpic').attr('src') === ('https://static.igem.org/mediawiki/2011/e/eb/Structurefixation02.png'))
 +
{
   $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/b/b6/Structurefixingdevice.png');
   $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/b/b6/Structurefixingdevice.png');
 +
}
   },
   },
function(){
function(){
-
   $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/0/0b/Patternformation02.png');
+
if ($('#mainpic').attr('src') === ('https://static.igem.org/mediawiki/2011/b/b6/Structurefixingdevice.png'))
 +
{
 +
   $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2011/e/eb/Structurefixation02.png');
 +
}
   });
   });
   $("#but6").hover(function() {
   $("#but6").hover(function() {
Line 155: Line 163:
   ;}
   ;}
</style>
</style>
 +
</head>
 +
<body>
 +
<h2>System Design</h2>
 +
<p>The system we have designed for iGEM 2011 takes advantage of the modular nature of synthetic biology and combines relatively few parts to create a complex and highly regulated system of gene expression. This diagram shows how the biobricks we intend to create can be organised to allow for the bio-photo-lithography process.</p>
 +
 +
<p><b>Mousing over the devices will display the biobrick constructs we have design to perform the device functions. Clicking the Pattern Formation, Product Selection or the Structure Fixation tab will highlight the devices used for the selected stage. DEPENDING ON CONNECTION SPEED THE DIAGRAM MAY TAKE SOME TIME TO LOAD FULLY.</b></p>
 +
<div align=center>
 +
  <div id="maincon">
  <div id="maincon">
  <img id="mainpic" />
  <img id="mainpic" />
Line 180: Line 196:
   </div>
   </div>
  </div>
  </div>
 +
</body>
</html>
</html>

Revision as of 21:37, 6 September 2011

System Design

The system we have designed for iGEM 2011 takes advantage of the modular nature of synthetic biology and combines relatively few parts to create a complex and highly regulated system of gene expression. This diagram shows how the biobricks we intend to create can be organised to allow for the bio-photo-lithography process.

Mousing over the devices will display the biobrick constructs we have design to perform the device functions. Clicking the Pattern Formation, Product Selection or the Structure Fixation tab will highlight the devices used for the selected stage. DEPENDING ON CONNECTION SPEED THE DIAGRAM MAY TAKE SOME TIME TO LOAD FULLY.