Team:Hong Kong HKUST/Project/module4
From 2013.igem.org
Banglajihwan (Talk | contribs) |
|||
(48 intermediate revisions not shown) | |||
Line 8: | Line 8: | ||
$(this).find("ul").stop().fadeToggle(10); | $(this).find("ul").stop().fadeToggle(10); | ||
}); | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | |||
+ | // hide #back-top first | ||
+ | $("#back-top").hide(); | ||
+ | |||
+ | // fade in #back-top | ||
+ | $(function () { | ||
+ | $(window).scroll(function () { | ||
+ | if ($(this).scrollTop() > 100) { | ||
+ | $('#back-top').fadeIn(); | ||
+ | } else { | ||
+ | $('#back-top').fadeOut(); | ||
+ | } | ||
+ | }); | ||
+ | |||
+ | // scroll body to 0px on click | ||
+ | $('#back-top a').click(function () { | ||
+ | $('body,html').animate({ | ||
+ | scrollTop: 0 | ||
+ | }, 800); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | |||
}); | }); | ||
</script> | </script> | ||
Line 42: | Line 69: | ||
{visibility:hidden;} | {visibility:hidden;} | ||
#globalWrapper | #globalWrapper | ||
- | {position: relative;font-size:127%;width:100%;margin:0;padding:0;padding-bottom:10px;background-color:#494042;height: | + | {position: relative;font-size:127%;width:100%;margin:0;padding:0;padding-bottom:10px;background-color:#494042;height:1650px;} |
#content | #content | ||
- | {width: | + | {width:995px;border:none;background-color:#ffffff;height:1600px;padding:0px;margin-top:0px;line-height: 1.5em;color: black;} |
#top-section | #top-section | ||
{height:2px;border:none;background-color:#494042;} | {height:2px;border:none;background-color:#494042;} | ||
Line 93: | Line 120: | ||
{ | { | ||
float:left; | float:left; | ||
- | width:16. | + | width:16.66667%; |
} | } | ||
ul.first>li>a:link,ul.first>li>a:visited | ul.first>li>a:link,ul.first>li>a:visited | ||
Line 140: | Line 167: | ||
top:141px; | top:141px; | ||
width:100%; | width:100%; | ||
+ | z-index:1; | ||
} | } | ||
- | ul.side-nav { | + | #back-top { |
+ | position: fixed; | ||
+ | top: 10%; | ||
+ | right: 2%; | ||
+ | z-index:16; | ||
+ | } | ||
+ | #back-top a { | ||
+ | width: 108px; | ||
+ | display: block; | ||
+ | text-align: center; | ||
+ | font: 11px/100% Arial, Helvetica, sans-serif; | ||
+ | text-transform: uppercase; | ||
+ | text-decoration: none; | ||
+ | color: #bbb; | ||
+ | /* background color transition */ | ||
+ | -webkit-transition: 1s; | ||
+ | -moz-transition: 1s; | ||
+ | transition: 1s; | ||
+ | } | ||
+ | #back-top a:hover { | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | #back-top span { | ||
+ | width: 65px; | ||
+ | height: 60px; | ||
+ | display: block; | ||
+ | margin-bottom: 7px; | ||
+ | background: #ddd url(up-arrow.png) no-repeat center center; | ||
+ | /* rounded corners */ | ||
+ | -webkit-border-radius: 15px; | ||
+ | -moz-border-radius: 15px; | ||
+ | border-radius: 15px; | ||
+ | /* background color transition */ | ||
+ | -webkit-transition: 1s; | ||
+ | -moz-transition: 1s; | ||
+ | transition: 1s; | ||
+ | } | ||
+ | #back-top a:hover span { | ||
+ | background-color: #777;margin-top:10px; | ||
+ | } | ||
+ | |||
+ | ul.side-nav, ul.side-nav1 { | ||
display: block; | display: block; | ||
list-style: none; | list-style: none; | ||
margin: 0; | margin: 0; | ||
- | padding: 17px 0; | + | padding: 17px 0;font-family:"Trebuchet MS", Helvetica, sans-serif; |
} | } | ||
ul.side-nav h6 { | ul.side-nav h6 { | ||
margin: 47px 0px 0px; | margin: 47px 0px 0px; | ||
} | } | ||
- | ul.side-nav li.divider { | + | ul.side-nav1 h6 { |
+ | margin: 0px 0px 0px; | ||
+ | } | ||
+ | ul.side-nav li.divider, ul.side-nav1 li.divider { | ||
border-top: 1px solid #ddd; | border-top: 1px solid #ddd; | ||
} | } | ||
+ | |||
.two, .row .two { | .two, .row .two { | ||
width: 16.66667%; | width: 16.66667%; | ||
Line 167: | Line 241: | ||
width: 83.33333%; | width: 83.33333%; | ||
top:192px; | top:192px; | ||
- | |||
} | } | ||
.column, .columns { | .column, .columns { | ||
Line 179: | Line 252: | ||
} | } | ||
h1, h2, h4, h5, h6 { | h1, h2, h4, h5, h6 { | ||
- | font-family: | + | font-family:"Trebuchet MS", Helvetica, sans-serif; |
font-weight: normal; | font-weight: normal; | ||
color: #000; | color: #000; | ||
border-bottom: none; | border-bottom: none; | ||
- | h3{font-size:18px;} | + | |
+ | h3{font-size:18px;font-family:"Trebuchet MS", Helvetica, sans-serif;} | ||
h5{margin-left:15px;} | h5{margin-left:15px;} | ||
Line 209: | Line 283: | ||
} | } | ||
.nine, .row .nine { | .nine, .row .nine { | ||
- | width: 100%; | + | width: 100%;font-family:"Trebuchet MS", Helvetica, sans-serif; |
} | } | ||
[class*="column"] + [class*="column"]:last-child { | [class*="column"] + [class*="column"]:last-child { | ||
Line 220: | Line 294: | ||
ul li ul, ul li ol { | ul li ul, ul li ol { | ||
margin-left: 20px; | margin-left: 20px; | ||
- | margin-bottom: 0; | + | margin-bottom: 0;} |
- | + | ||
+ | |||
+ | #iGEM_Logo{ | ||
+ | width:100px; | ||
+ | height:80px; | ||
+ | position:absolute; | ||
+ | right:10px; | ||
+ | top:60px; | ||
+ | z-index:+15; | ||
+ | } | ||
+ | #hkust_Logo{ | ||
+ | width:60px; | ||
+ | height:80px; | ||
+ | position:absolute; | ||
+ | right:110px; | ||
+ | top:60px; | ||
+ | z-index:+15; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
<body> | <body> | ||
+ | |||
+ | |||
+ | <a href="https://2013.igem.org/Main_Page"><img id="iGEM_Logo" src="https://static.igem.org/mediawiki/2013/4/46/Igem_qgem_logo.png"></a> | ||
+ | |||
+ | |||
+ | <a href="http://www.ust.hk/eng/index.htm"><img id="hkust_Logo" src="https://static.igem.org/mediawiki/2013/5/55/Hkust_logo.gif"></a> | ||
+ | |||
<a href=https://2013.igem.org/Team:Hong_Kong_HKUST><center><div id="kepala" style="height:121px;width:100%;"><img src="https://static.igem.org/mediawiki/igem.org/c/c7/BANNER1_%281%29.png" style="height:121px;width:100%;align:middle;"></div></center></a> | <a href=https://2013.igem.org/Team:Hong_Kong_HKUST><center><div id="kepala" style="height:121px;width:100%;"><img src="https://static.igem.org/mediawiki/igem.org/c/c7/BANNER1_%281%29.png" style="height:121px;width:100%;align:middle;"></div></center></a> | ||
+ | <p id="back-top" style="display:none;"> | ||
+ | <a href="#top"><span><img src="http://515alive.com/theme/img/up-arrow.png" style="width:90%;"><br><br>BACK TO TOP</span></a> | ||
+ | </p> | ||
<div id="cover"></div> | <div id="cover"></div> | ||
<div class="menu"> | <div class="menu"> | ||
Line 245: | Line 347: | ||
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/abstract">Abstract</a></li> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/abstract">Abstract</a></li> | ||
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/modules">Modules Description</a></li> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/modules">Modules Description</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/data">Data Page</a></li> | ||
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Parts">Parts</a></li> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Parts">Parts</a></li> | ||
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization</a></li> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization</a></li> | ||
- | |||
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/results">Result</a></li> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/results">Result</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/future">Future Work</a></li> | ||
</ul> | </ul> | ||
</li> | </li> | ||
Line 257: | Line 360: | ||
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/protocols">Protocols</a></li> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/protocols">Protocols</a></li> | ||
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/safety">Safety</a></li> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/safety">Safety</a></li> | ||
- | + | ||
</ul> | </ul> | ||
</li> | </li> | ||
Line 270: | Line 373: | ||
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp">Human Practice</a> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp">Human Practice</a> | ||
<ul> | <ul> | ||
- | |||
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/cp">Country Profile</a></li> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/cp">Country Profile</a></li> | ||
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/blog">Blog</a></li> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/blog">Blog</a></li> | ||
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/article">Article</a></li> | + | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/interview">Interviews</a></li> |
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/article/genet">Article</a></li> | ||
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/video">Videos</a></li> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/video">Videos</a></li> | ||
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/presentation">Presentations</a></li> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/presentation">Presentations</a></li> | ||
Line 281: | Line 384: | ||
</ul> | </ul> | ||
- | |||
</div> | </div> | ||
<div class="row"> | <div class="row"> | ||
<div class="two columns"> | <div class="two columns"> | ||
- | <ul class="side-nav"> | + | <br> |
+ | <ul class="side-nav"> | ||
<li> | <li> | ||
- | <h6> | + | <h6>Modules</h6> |
</li> | </li> | ||
<li class="divider"></li> | <li class="divider"></li> | ||
+ | |||
+ | |||
+ | <li> | ||
+ | Glyoxylate Shunt | ||
+ | <ul><li> | ||
+ | <a href=#1>Overview</a> | ||
+ | </li> | ||
<li> | <li> | ||
- | <a href= | + | <a href=#2>Reference</a> |
+ | </li></ul> | ||
</li> | </li> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<li> | <li> | ||
- | + | <a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Project/module3">Protein Trafficking</a> | |
+ | |||
</li> | </li> | ||
- | + | <li> | |
- | + | <a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Project/module2">FA Sensing Mechanism</a> | |
+ | </li> | ||
+ | </ul> | ||
</div> | </div> | ||
<div class="ten columns team-bios-container"> | <div class="ten columns team-bios-container"> | ||
Line 316: | Line 421: | ||
</div> | </div> | ||
<div class="row"> | <div class="row"> | ||
- | <div class="nine columns"> | + | <div class="nine columns"><p id="1"></p> |
<h3>Overview</h3> | <h3>Overview</h3> | ||
- | Our artificial futile cycle is | + | <p>Our artificial futile cycle design is based on the tested findings by Dean et al, who demonstrated that by introducing the artificial glyoxylate shunt in mouse liver cells, fatty acid uptake would increase and the mice would acquire resistance against obesity when fed with fatty diet. (Dean, 2009) In essence, we are reproducing their work from scratch but through the use of standard BioBricks.</p> |
<br> | <br> | ||
- | + | ||
- | + | <center><img src="https://static.igem.org/mediawiki/2013/a/a7/Glyoxylate_pathway.jpg" style="width:100%"></center> | |
- | + | ||
- | + | Dean, Jason T. Resistance to Diet-Induced Obesity in Mice with Synthetic Glyoxylate Shunt. 2009. Graphic. | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<br><br> | <br><br> | ||
- | < | + | <p>In Dean et al.’s work, the glyoxylate shunt was achieved by the expression of two key enzymes from the bacterial glyoxylate cycle, isocitrate lyase (AceA) and malate synthase (AceB). When the two enzymes enter mitochondria in liver cells, isocitrate lyase will convert a proportion of isocitrate into glyoxylate, which will then be converted by malate synthase into malate. This process would bypass the pathway through alpha-ketoglutarate, and therefore, bypassing the ATPs and reducing equivalent generating steps. (Dean, 2009)</p> |
- | + | ||
<br> | <br> | ||
- | < | + | <p>To reproduce this masterpiece, we would first need to convert every single part into BioBricks: we cloned out the glyoxylate enzymes genes <em>aceA</em> and <em>aceB</em> from <em>E. coli</em> and assembled them with mitochondrial leader sequence (MLS). The two translation units were then assembled downstream of mammalian constitutive CMV Promoter and EF-1alpha Promoter respectively. Lastly, the hGH polyA signal sequence was added to serve as terminator of the construct. These constructs, when put together, should return the original constitutive glyoxylate shunt.</p> |
- | + | <br> | |
- | + | <p>Yet, in addition to the constitutive system, we are assembling a fatty acid inducible construct that allows tunable gene expression according to the concentration of fatty acid around. We decided to introduce this inducible system to prevent fatty acid deficiency when the concentration of fatty acid in body is low, hopefully overcoming the foreseeable shortcomings of the original constitutive shunt.</p><br> | |
- | + | <p>Lastly, the inducible and constitutive system will be compared in terms of fatty acid uptake rate in a range concentration of fatty acid and their performances shall be evaluated.</p> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <p | + | |
- | + | ||
- | + | ||
- | + | ||
- | </p> | + | |
+ | </div> | ||
</div> | </div> | ||
- | + | <div class="row"> | |
- | <div class="row"> | + | <h3>Reference</h3> |
- | + | <p>Dean Jason T, Tran Linh et al. "Resistance to Diet-Induced Obesity in Mice with Synthetic Glyoxylate Shunt." (2009)</p> | |
- | + | ||
- | + | ||
- | + | <div class="nine columns"><p id="2"></p> | |
- | + | ||
- | <div class=" | + | |
- | + | ||
- | + | ||
- | + | ||
</div> | </div> |
Latest revision as of 12:42, 28 October 2013
-
Modules
- Glyoxylate Shunt
- Protein Trafficking
- FA Sensing Mechanism
Glyoxylate Shunt
Overview
Our artificial futile cycle design is based on the tested findings by Dean et al, who demonstrated that by introducing the artificial glyoxylate shunt in mouse liver cells, fatty acid uptake would increase and the mice would acquire resistance against obesity when fed with fatty diet. (Dean, 2009) In essence, we are reproducing their work from scratch but through the use of standard BioBricks.
In Dean et al.’s work, the glyoxylate shunt was achieved by the expression of two key enzymes from the bacterial glyoxylate cycle, isocitrate lyase (AceA) and malate synthase (AceB). When the two enzymes enter mitochondria in liver cells, isocitrate lyase will convert a proportion of isocitrate into glyoxylate, which will then be converted by malate synthase into malate. This process would bypass the pathway through alpha-ketoglutarate, and therefore, bypassing the ATPs and reducing equivalent generating steps. (Dean, 2009)
To reproduce this masterpiece, we would first need to convert every single part into BioBricks: we cloned out the glyoxylate enzymes genes aceA and aceB from E. coli and assembled them with mitochondrial leader sequence (MLS). The two translation units were then assembled downstream of mammalian constitutive CMV Promoter and EF-1alpha Promoter respectively. Lastly, the hGH polyA signal sequence was added to serve as terminator of the construct. These constructs, when put together, should return the original constitutive glyoxylate shunt.
Yet, in addition to the constitutive system, we are assembling a fatty acid inducible construct that allows tunable gene expression according to the concentration of fatty acid around. We decided to introduce this inducible system to prevent fatty acid deficiency when the concentration of fatty acid in body is low, hopefully overcoming the foreseeable shortcomings of the original constitutive shunt.
Lastly, the inducible and constitutive system will be compared in terms of fatty acid uptake rate in a range concentration of fatty acid and their performances shall be evaluated.
Reference
Dean Jason T, Tran Linh et al. "Resistance to Diet-Induced Obesity in Mice with Synthetic Glyoxylate Shunt." (2009)