Team:UCL

From 2013.igem.org

(Difference between revisions)
(Undo revision 294413 by Kckiew (talk))
 
(35 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
 +
 +
<head>
<head>
-
<link rel='stylesheet' type='text/css' href="https://2013.igem.org/Team:UCL/static/globalstyles.css?action=raw&ctype=text/css" />
+
<script type="text/javascript" src="https://2013.igem.org/Team:UCL/static/head.js?action=raw&ctype=text/javascript">
 +
</script>
-
</head>
+
<link rel="stylesheet" type="text/css" href="https://2013.igem.org/Team:UCL/static/homepagestyles.css?action=raw&ctype=text/css" />
-
<body>
+
<script>
 +
var word1 = "UCL iGEM";
 +
var word2 = "2013";
 +
</script>
-
<div class="header">
+
<script>
-
        <div class="header_img">
+
var x=0;
-
        </div>
+
-
</div>
+
//doc
-
+
$(document).ready(function(){
-
     <div class="nav_container">
+
  $("#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);
 +
  });
 +
});
-
<div class="navbar">
 
-
 
-
<a href="https://2013.igem.org/Team:UCL">
 
-
<div class="navlink">
 
-
Home
 
-
</div>
 
-
                        </a>
 
-
 
-
<a href="https://2013.igem.org/Team:UCL/Team">
 
-
<div class="navlink">
 
-
Team
 
-
</div>
 
-
</a>
 
-
 
-
<a href="https://igem.org/Team.cgi?year=2013&team_name=UCL">
 
-
<div class="navlink">
 
-
Profile
 
-
</div>
 
-
</a>
 
-
 
-
<a href="https://2013.igem.org/Team:UCL/Project">
 
-
<div class="navlink">
 
-
Project
 
-
</div>
 
-
</a>
 
-
 
-
<a href="https://2013.igem.org/Team:UCL/Parts">
 
-
<div class="navlink">
 
-
Parts
 
-
</div>
 
-
</a>
 
-
 
-
<a href="https://2013.igem.org/Team:UCL/Modeling">
 
-
<div class="navlink">
 
-
Modeling
 
-
</div>
 
-
</a>
 
-
 
-
<a href="https://2013.igem.org/Team:UCL/Notebook">
 
-
<div class="navlink">
 
-
Notebook
 
-
</div>
 
-
</a>
 
-
 
-
<a href="https://2013.igem.org/Team:UCL/Safety">
 
-
<div class="navlink">
 
-
Safety
 
-
</div>
 
-
        </a>
 
-
 
-
<a href="https://2013.igem.org/Team:UCL/Attributions">
 
-
<div class="navlink" style="border-right:0px;">
 
-
Attributions
 
-
</div>
 
-
</a>
 
-
 
-
</div>
 
-
</div>
+
</script>
-
<div class="container">
+
</head>
-
<div class="buffer">
 
-
</div>
 
-
 
-
<div class="row_large" style="height:362px;">
 
-
 
-
<div class="large_left" style="height:360px; width:473px;">
 
 +
<body>
-
<h1>Team Abstract</h1>
+
<script type="text/javascript" src="https://2013.igem.org/Team:UCL/static/header.js?action=raw&ctype=text/javascript">
-
<p>
+
</script>
-
The UCL iGEM team of 2013 plans to create a potential treatment for AB plaque related diseases, notably Alzheimer's, the most common form of dementia which costs the UK National Health Service more then Cancer and Stroke treatment combined. The aim is to use ''Microglial'' cells which are part of the brains natural immune defence and subsequently modify these cells to target and break down AB Plaques, which may delay the onset of Alzheimer's disease in patients.
+
-
</p>
+
-
<p>
 
-
The team aims to perform experiments to demonstrate engineered ''Microglial'' cells performing various tasks, including moving towards AB plaques via chemotaxis, as well as breaking down the plaques, which will result in several new parts being required, as well as using other systems previously seen in iGEM and improving them to meet the puroposes of the project.
+
<div id="menu">
-
</p>
+
<div id="dropdown">
-
<p>
 
-
As well as these experiments, the team will also perform various human practice events to raise awareness of Alzheimer's Disease; particularly focusing on the importance of memories, with memory loss being an major symptom of dementia. Speed debates and essays are planned for the project.
+
<script type="text/javascript" src="https://2013.igem.org/Team:UCL/static/dropdown.js?action=raw&ctype=text/javascript">
 +
</script>
-
</p>
 
-
+
</div>
-
+
</div>
-
</div>
+
 
-
+
<div id="all_content">
-
<div class="small_right" style="height:360px; width:480px;" >
+
 
 +
<div id="container">
-
 
-
<iframe width="480" height="360" src="//www.youtube.com/embed/z4mw25Qsvzc?rel=0" frameborder="0" allowfullscreen></iframe>
 
-
</div>
+
<!-- START CONTENT ---------------------------------------------------------------------------------------------------->
-
+
<div id="artwork">
-
</div>
+
<div id="pic_doc"><a href="https://2013.igem.org/Team:UCL/Practice/Documentary"></a></div>
 +
<div id="pic_micro"><a href="https://2013.igem.org/Team:UCL/Background/Microglia"></a></div>
 +
<div id="pic_creative"><a href="https://2013.igem.org/Team:UCL/Practice/Creative"></a></div>
 +
<div id="pic_model"><a href="https://2013.igem.org/Team:UCL/Modeling"></a></div>
 +
<div id="pic_circuit"><a href="https://2013.igem.org/Team:UCL/Project/Circuit"></a></div>
 +
<div id="pic_neuro"><a href="https://2013.igem.org/Team:UCL/Background/Neuropathology"></a></div>
 +
<div id="pic_sunshine"><a href="https://2013.igem.org/Team:UCL/Memories"></a></div>
 +
 
 +
<div id="doc"><a href="https://2013.igem.org/Team:UCL/Practice/Documentary"></a></div>
 +
<div id="micro"><a href="https://2013.igem.org/Team:UCL/Background/Microglia"></a></div>
 +
<div id="creative"><a href="https://2013.igem.org/Team:UCL/Practice/Creative"></a></div>
 +
<div id="model"><a href="https://2013.igem.org/Team:UCL/Modeling"></a></div>
 +
 +
<div id="circuit1"><a href="https://2013.igem.org/Team:UCL/Project/Circuit"></a></div>
 +
<div id="circuit2"><a href="https://2013.igem.org/Team:UCL/Project/Circuit"></a></div>
-
<div class="buffer">
+
<div id="neuro1"><a href="https://2013.igem.org/Team:UCL/Background/Neuropathology"></a></div>
-
</div>
+
<div id="neuro2"><a href="https://2013.igem.org/Team:UCL/Background/Neuropathology"></a></div>
-
<div class="row_large">
+
<div id="sunshine1"><a href="https://2013.igem.org/Team:UCL/Memories"></a></div>
-
+
<div id="sunshine2"><a href="https://2013.igem.org/Team:UCL/Memories"></a></div>
-
<div class="small_left" style="height:298px;">
+
<div id="sunshine3"><a href="https://2013.igem.org/Team:UCL/Memories"></a></div>
 +
<div id="sunshine4"><a href="https://2013.igem.org/Team:UCL/Memories"></a></div>
 +
</div>
-
        <a class="twitter-timeline" width="315" height="298"  data-theme="dark" href="https://twitter.com/UCLiGEM" data-widget-id="347346623115980800">Tweets by @UCLiGEM</a>  
+
<div class="full_page">
-
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+
<p class="major_title">IGEM: INTELLIGENTLY GENETICALLY ENGINEERED MICROGLIA</p>
 +
<p class="minor_title">Synthetic Biology Fights Alzheimer's Disease</p>
-
</div>
+
<p class="abstract_text" style="color:#404040;">
 +
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 medical conditions. Alzheimer’s Disease is a neurodegenerative disease characterised by the loss of recent memory and intellectual functions. We have devised a genetic circuit for transfection into microglia, a novel chassis in which standard assembly has never been used, to boost their ability to break down senile plaques, which are associated with Alzheimer’s disease, as well as to support and protect endangered neurons from microglia-mediated neuroinflammation.
 +
<br><br>
 +
</p>
 +
</div>
 +
</div>
-
<div class="small_center" style="background-image:url('https://static.igem.org/mediawiki/2013/8/89/Quad.jpg');height:298px;width:270px;">
+
<!-- END CONTENT ------------------------------------------------------------------------------------------------------>
-
</div>
+
</div>
-
+
-
<div class="small_right" style="height:298px;width:360px;">
+
-
<!-- style="background-image:url('https://static.igem.org/mediawiki/2013/d/d3/Placeholder2.JPG');" -->
+
-
<center>
+
</div>
-
<br>
+
-
<br>
+
-
<font size="8" color="red" style="line-height:160%;">
+
-
Click
+
-
<a href="http://www.surveymonkey.com/s/C9QCWSG">
+
-
here
+
-
</a>
+
-
to take our ethics survey
+
-
</font>
+
-
</center>
+
-
 
+
-
 
+
-
</div>
+
-
+
-
</div>
+
-
+
-
<div class="buffer">
+
-
</div>
+
-
+
-
+
-
<div class="buffer">
+
-
</div>
+
-
</div>
+
<script type="text/javascript" src="https://2013.igem.org/Team:UCL/static/footer.js?action=raw&ctype=text/javascript">
 +
</script>
</body>
</body>
</html>
</html>

Latest revision as of 03:56, 5 October 2013

IGEM: INTELLIGENTLY GENETICALLY ENGINEERED MICROGLIA

Synthetic Biology Fights Alzheimer's Disease

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 medical conditions. Alzheimer’s Disease is a neurodegenerative disease characterised by the loss of recent memory and intellectual functions. We have devised a genetic circuit for transfection into microglia, a novel chassis in which standard assembly has never been used, to boost their ability to break down senile plaques, which are associated with Alzheimer’s disease, as well as to support and protect endangered neurons from microglia-mediated neuroinflammation.