Team:UCL

From 2013.igem.org

(Difference between revisions)
Line 12: Line 12:
var word1 = "HOME";
var word1 = "HOME";
var word2 = "PAGE";
var word2 = "PAGE";
 +
</script>
 +
 +
<script>
 +
 +
var x=0;
 +
 +
//doc
 +
$(document).ready(function(){
 +
  $("#doc").mouseover(function(){
 +
    //$("#pic_doc").stop().fadeIn();
 +
    $("#pic_doc").fadeIn(x);
 +
  });
 +
  $("#doc").mouseout(function(){
 +
    $("#pic_doc").fadeOut(x);
 +
  });
 +
});
 +
//micro
 +
$(document).ready(function(){
 +
  $("#micro").mouseover(function(){
 +
    //$("#pic_micro").stop().fadeIn();
 +
    $("#pic_micro").fadeIn(x);
 +
  });
 +
  $("#micro").mouseout(function(){
 +
    $("#pic_micro").fadeOut(x);
 +
  });
 +
});
 +
//creative
 +
$(document).ready(function(){
 +
  $("#creative").mouseover(function(){
 +
    //$("#pic_creative").stop().fadeIn();
 +
    $("#pic_creative").fadeIn(x);
 +
  });
 +
  $("#creative").mouseout(function(){
 +
    $("#pic_creative").fadeOut(x);
 +
  });
 +
});
 +
//model
 +
$(document).ready(function(){
 +
  $("#model").mouseover(function(){
 +
    //$("#pic_model").stop().fadeIn();
 +
    $("#pic_model").fadeIn(x);
 +
  });
 +
  $("#model").mouseout(function(){
 +
    $("#pic_model").fadeOut(x);
 +
  });
 +
});
 +
//circuit
 +
$(document).ready(function(){
 +
  $("#circuit1").mouseover(function(){
 +
    //$("#pic_circuit").stop().fadeIn();
 +
    $("#pic_circuit").fadeIn(x);
 +
  });
 +
  $("#circuit1").mouseout(function(){
 +
    $("#pic_circuit").fadeOut(x);
 +
  });
 +
});
 +
$(document).ready(function(){
 +
  $("#circuit2").mouseover(function(){
 +
    //$("#pic_circuit").stop().fadeIn();
 +
    $("#pic_circuit").fadeIn(x);
 +
  });
 +
  $("#circuit2").mouseout(function(){
 +
    $("#pic_circuit").fadeOut(x);
 +
  });
 +
});
 +
//neuro
 +
$(document).ready(function(){
 +
  $("#neuro1").mouseover(function(){
 +
    //$("#pic_neuro").stop().fadeIn();
 +
    $("#pic_neuro").fadeIn(x);
 +
  });
 +
  $("#neuro1").mouseout(function(){
 +
    $("#pic_neuro").fadeOut(x);
 +
  });
 +
});
 +
$(document).ready(function(){
 +
  $("#neuro2").mouseover(function(){
 +
    //$("#pic_neuro").stop().fadeIn();
 +
    $("#pic_neuro").fadeIn(x);
 +
  });
 +
  $("#neuro2").mouseout(function(){
 +
    $("#pic_neuro").fadeOut(x);
 +
  });
 +
});
 +
//sunshine
 +
$(document).ready(function(){
 +
  $("#sunshine1").mouseover(function(){
 +
    //$("#pic_sunshine").stop().fadeIn();
 +
    $("#pic_sunshine").fadeIn(x);
 +
  });
 +
  $("#sunshine1").mouseout(function(){
 +
    $("#pic_sunshine").fadeOut(x);
 +
  });
 +
});
 +
$(document).ready(function(){
 +
  $("#sunshine2").mouseover(function(){
 +
    //$("#pic_sunshine").stop().fadeIn();
 +
    $("#pic_sunshine").fadeIn(x);
 +
  });
 +
  $("#sunshine2").mouseout(function(){
 +
    $("#pic_sunshine").fadeOut(x);
 +
  });
 +
});
 +
$(document).ready(function(){
 +
  $("#sunshine3").mouseover(function(){
 +
    //$("#pic_sunshine").stop().fadeIn();
 +
    $("#pic_sunshine").fadeIn(x);
 +
  });
 +
  $("#sunshine3").mouseout(function(){
 +
    $("#pic_sunshine").fadeOut(x);
 +
  });
 +
});
 +
$(document).ready(function(){
 +
  $("#sunshine4").mouseover(function(){
 +
    //$("#pic_sunshine").stop().fadeIn();
 +
    $("#pic_sunshine").fadeIn(x);
 +
  });
 +
  $("#sunshine4").mouseout(function(){
 +
    $("#pic_sunshine").fadeOut(x);
 +
  });
 +
});
 +
 +
</script>
</script>
Line 40: Line 163:
<div id="container">
<div id="container">
<!-- START CONTENT ---------------------------------------------------------------------------------------------------->
<!-- START CONTENT ---------------------------------------------------------------------------------------------------->
-
<div class="gap">
+
<div id="artwork">
-
</div>
+
<div id="pic_doc"></div>
-
 
+
<div id="pic_micro"></div>
-
<div class="row_large">
+
<div id="pic_creative"></div>
-
 
+
<div id="pic_model"></div>
-
<div class="col_left">
+
<div id="pic_circuit"></div>
-
 
+
<div id="pic_neuro"></div>
-
                <p class="major_title">SPOTLESS MIND</p>
+
<div id="pic_sunshine"></div>
-
+
-
<p class="minor_title">Team Abstract</p>
+
-
+
-
<p class="body_text">
+
-
This year, the UCL iGEM team is taking a radical new step with synthetic biology. We intend to explore the potential application genetic engineering techniques on the brain, because it is the site of some of the most subtle, and many of the most devastating diseases known to medicine.</p>
+
-
<p class="body_text">
+
-
We have devised a genetic circuit for transfecting into a novel chassis for iGEM that is rarely engineered in research - microglial cells, the resident immune cells of the brain. The circuit aims to boost the ability of the microglial cells to break down senile plaques, which are associated with the onset and progression of Alzheimer’s Disease, as well as to protect neurons under threat from these plaques and from inflammation. Alzheimer’s Disease is a neurodegenerative disease that is characterised by the loss of recent memory and intellectual functions. Late stages of the disease often see patients bedridden, mute and incontinent. It is a horrific condition for which a genetic engineering response is both pertinent and somewhat disconcerting. Therefore, we also delve into the neuroethics of the potential progression of synthetic biology in neuroscience.</p>
+
-
</div>
+
-
 
+
-
 
+
-
 
+
-
<div class="col_right">
+
-
<a href="https://static.igem.org/mediawiki/2013/7/7f/Homepage_poster.png" data-lightbox="image-1" title="UCL iGEM poster">
+
-
<img src="https://static.igem.org/mediawiki/2013/7/7f/Homepage_poster.png">
+
-
</a>
+
-
</div>
+
-
+
 +
<div id="doc"></div>
 +
<div id="micro"></div>
 +
<div id="creative"></div>
 +
<div id="model"></div>
-
</div>
+
<div id="circuit1"></div>
-
 
+
<div id="circuit2"></div>
-
<div class="gap">
+
-
</div>
+
<div id="neuro1"></div>
-
 
+
<div id="neuro2"></div>
-
<div class="row_small">
+
-
+
<div id="sunshine1"></div>
-
<div class="col_1" style="background-image:url('https://static.igem.org/mediawiki/2013/4/4b/Img1.png');">
+
<div id="sunshine2"></div>
-
</div>
+
<div id="sunshine3"></div>
-
+
<div id="sunshine4"></div>
-
<div class="col_1">
+
-
+
-
                <p class="minor_title">Aims</p>
+
-
+
-
<p class="body_text">This year, the UCL iGEM team is taking a radical new step with synthetic biology. We intend to explore the potential application genetic engineering techniques on the brain, because it is the site of some of the most subtle, and many of the most devastating diseases known to medicine.</p>
+
-
+
-
</div>
+
-
+
-
<div class="col_1" style="background-image:url('https://static.igem.org/mediawiki/2013/a/a9/Img2.png');">
+
-
</div>
+
-
+
-
<div class="col_2">
+
-
+
-
<p class="minor_title">Spotless Mind</p>
+
-
+
-
<p class="body_text">How happy is the blameless vestal's lot! / The world forgetting, by the world forgot. / Eternal sunshine of the spotless mind! / Each pray'r accepted, and each wish resign'd...</p>
+
-
<p class="citation_text"> - Alexander Pope, Eloisa to Abelard</p>
+
-
</div>
+
-
+
-
</div>
+
-
 
+
-
<div class="gap">
+
-
</div>
+
-
 
+
-
</div>
+
-
 
+
</div>
</div>

Revision as of 16:14, 24 September 2013