Team:UCL

From 2013.igem.org

(Difference between revisions)
(Undo revision 294413 by Kckiew (talk))
 
(65 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>
 +
 
 +
<link rel="stylesheet" type="text/css" href="https://2013.igem.org/Team:UCL/static/homepagestyles.css?action=raw&ctype=text/css" />
 +
 
 +
<script>
 +
var word1 = "UCL iGEM";
 +
var word2 = "2013";
 +
</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>
</head>
</head>
 +
<body>
<body>
-
<div class="header">
+
<script type="text/javascript" src="https://2013.igem.org/Team:UCL/static/header.js?action=raw&ctype=text/javascript">
 +
</script>
-
        <div class="header_img">
 
-
        </div>
 
-
</div>
+
<div id="menu">
-
+
-
    <div class="nav_container">
+
-
<div class="navbar">
+
<div id="dropdown">
-
+
-
<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>
 
-
<div class="container">
+
<script type="text/javascript" src="https://2013.igem.org/Team:UCL/static/dropdown.js?action=raw&ctype=text/javascript">
 +
</script>
-
<div class="buffer">
 
-
</div>
 
-
 
-
<div class="row_large">
 
-
 
-
<div class="large_left" style="height:298px;">
 
-
 
-
<h1>Team Abstract</h1>
 
-
<p>
 
-
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>
 
-
 
-
</div>
 
-
 
-
<div class="small_right" style="height:298px;" >
 
-
        <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>
-
<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>
+
-
</div>
+
</div>
-
+
 
-
</div>
+
<div id="all_content">
-
+
 
-
<div class="buffer">
+
<div id="container">
-
</div>
+
 
-
+
 
-
<div class="row_small">
+
<!-- START CONTENT ---------------------------------------------------------------------------------------------------->
-
+
<div id="artwork">
-
<div class="small_left">
+
<div id="pic_doc"><a href="https://2013.igem.org/Team:UCL/Practice/Documentary"></a></div>
-
This first row will provide highlights from the current week, with some panels containing an entire image, etc.
+
<div id="pic_micro"><a href="https://2013.igem.org/Team:UCL/Background/Microglia"></a></div>
-
</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 class="small_center" style="background-image:url('https://static.igem.org/mediawiki/2013/0/0f/UCL_Crest2.JPG');">
+
<div id="doc"><a href="https://2013.igem.org/Team:UCL/Practice/Documentary"></a></div>
-
</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 class="small_right" style="background-image:url('https://static.igem.org/mediawiki/2013/d/d3/Placeholder2.JPG');">
+
<div id="model"><a href="https://2013.igem.org/Team:UCL/Modeling"></a></div>
-
</div>
+
-
+
-
</div>
+
-
<div class="buffer">
+
<div id="circuit1"><a href="https://2013.igem.org/Team:UCL/Project/Circuit"></a></div>
-
</div>
+
<div id="circuit2"><a href="https://2013.igem.org/Team:UCL/Project/Circuit"></a></div>
-
<div class="row_small">
+
<div id="neuro1"><a href="https://2013.igem.org/Team:UCL/Background/Neuropathology"></a></div>
-
+
<div id="neuro2"><a href="https://2013.igem.org/Team:UCL/Background/Neuropathology"></a></div>
-
<div class="large_left">
+
-
This second row will provide highlights from the previous week, with some panels containing an entire image, etc.
+
-
</div>
+
-
+
-
<div class="small_right" style="background-image:url('https://static.igem.org/mediawiki/2013/b/bf/UCLPortico.JPG');">
+
-
</div>
+
-
</div>
+
-
<div class="buffer">
+
<div id="sunshine1"><a href="https://2013.igem.org/Team:UCL/Memories"></a></div>
-
</div>
+
<div id="sunshine2"><a href="https://2013.igem.org/Team:UCL/Memories"></a></div>
-
+
<div id="sunshine3"><a href="https://2013.igem.org/Team:UCL/Memories"></a></div>
-
<div class="buffer">
+
<div id="sunshine4"><a href="https://2013.igem.org/Team:UCL/Memories"></a></div>
-
</div>
+
</div>
 +
 
 +
<div class="full_page">
 +
<p class="major_title">IGEM: INTELLIGENTLY GENETICALLY ENGINEERED MICROGLIA</p>
 +
<p class="minor_title">Synthetic Biology Fights Alzheimer's Disease</p>
 +
 
 +
<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>
 +
 
 +
<!-- END CONTENT ------------------------------------------------------------------------------------------------------>
 +
</div>
 +
 
 +
</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.