Team:TAS Taipei

From 2014hs.igem.org

(Difference between revisions)
m (Temporarily removed under construction image as it is under construction)
(Project Description)
Line 2: Line 2:
<head>
<head>
<style>
<style>
 +
html {
 +
height:100%;
 +
width:100%;
 +
background-color:#ffffff;
 +
}
 +
body {
 +
margin:50px 0px 0px 0px;
 +
height:100%;
 +
width:100%;
 +
background-color:#ffe9b8;
 +
}
#topBar {
#topBar {
background-color:#000000;
background-color:#000000;
-
margin:0px 150px 0px 150px;
+
margin:0px 150px 50px 150px;
 +
padding:0px 0px 0px 0px;
}
}
#topMenuBar ul{
#topMenuBar ul{
Line 13: Line 25:
#topMenuBar li {
#topMenuBar li {
display: inline;
display: inline;
-
padding:20px 50px 20px 50px;
+
padding:10px 25px 10px 25px;
-
font-size:50px;
+
margin:0px 10px 0px 10px;
-
background-color:#e8b864;
+
font-size:30px;
 +
background-color:#faae29;
}
}
-
body{
+
#meat {
-
background-color: #ffffff;
+
padding:70px 100px 0px 100px;
-
height:100%;
+
}
-
width:100%;
+
.backBox {
 +
background-color:#000000;
 +
padding:5px 20px 0px 20px;
 +
}
 +
.textBox {
 +
margin:0px 0px 0px 0px;
 +
padding:10px 10px 10px 10px;
 +
background-color:#faae29;
 +
font-size:24px;
 +
}
 +
.containerTextBox {
 +
 
 +
}
 +
h1 {
 +
color:white;
 +
text-align:center;
}
}
h1.firstHeading{
h1.firstHeading{
Line 80: Line 108:
</div>
</div>
 +
<div id="meat">
 +
<div class="containerBox">
 +
<div class="backBox">
 +
<h1>The Project</h1>
 +
<div class="textBox">
 +
<p>Our goal is to create a system by which we can regulate the enzyme telomerase, which in turn will control the length of telomeres in a cell.</p>
 +
<p>Telomeres are repeating nucleotide sequences of TTAGGG at the ends of chromosomes, and serve as buffers against the shortening of chromosomes that occurs during cell replication. Telomere shortening takes place because during DNA replication, DNA is unable to copy at the end of the lagging strand (3&#39;). The phenomenon of death has been largely associated with telomere shortening as once there are no telomeres, the cell cannot replicate itself anymore; in other words, the cell ages and dies. However, human DNA codes for the enzyme telomerase which is able to reestablish telomeres and therefore allow cells to replicate further and live longer. Cancer cells further confirm this theory as they possess large quantities of telomerase and hence a larger replication limit.</p>
 +
<p>By manipulating the length of telomeres through regulating the enzyme telomerase, we can control the lifespan of human cells.</p>
 +
</div>
 +
</div>
 +
</div>
 +
 +
</div>
</body>
</body>
</html>
</html>

Revision as of 12:59, 7 March 2014

The Project

Our goal is to create a system by which we can regulate the enzyme telomerase, which in turn will control the length of telomeres in a cell.

Telomeres are repeating nucleotide sequences of TTAGGG at the ends of chromosomes, and serve as buffers against the shortening of chromosomes that occurs during cell replication. Telomere shortening takes place because during DNA replication, DNA is unable to copy at the end of the lagging strand (3'). The phenomenon of death has been largely associated with telomere shortening as once there are no telomeres, the cell cannot replicate itself anymore; in other words, the cell ages and dies. However, human DNA codes for the enzyme telomerase which is able to reestablish telomeres and therefore allow cells to replicate further and live longer. Cancer cells further confirm this theory as they possess large quantities of telomerase and hence a larger replication limit.

By manipulating the length of telomeres through regulating the enzyme telomerase, we can control the lifespan of human cells.