Team:Hong Kong HKUST/Project

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
 
(127 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
 
-
 
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<head>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
-
This is a template page. READ THESE INSTRUCTIONS.
+
</script>
-
</div>
+
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You are provided with this team page template with which to start the iGEM season. You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
-
</div>
+
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace.
+
-
</div>
+
-
</div>
+
-
</html>
+
-
<!-- *** End of the alert box *** -->
+
<script type="text/javascript">
 +
$(document).ready(function(){
 +
$("ul.first > li").hover(function(){
 +
$(this).find("ul").stop().fadeToggle(10);
 +
});
 +
});
 +
</script> 
 +
<script>
 +
  $(document).ready(function()
 +
  {
 +
  $('#menubar').mouseover(function(){
 +
    $('#menubar').stop().animate({top:"0px"},500);
 +
  });
 +
  $('#menubar').mouseleave(function(){
 +
    $('#menubar').stop().animate({top:"-20px"},500);
 +
  });
 +
  $('#menubar.right-menu').mouseover(function(){
 +
    $('#menubar.right-menu').stop().animate({top:"0px"},500);
 +
  });
 +
  $('#menubar.right-menu').mouseleave(function(){
 +
    $('#menubar.right-menu').stop().animate({top:"-20px"},500);
 +
  });
 +
});
 +
</script>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<style type="text/css">
-
!align="center"|[[Team:Hong_Kong_HKUST|Home]]
+
body{background-color:#494042;width:100%;margin-bottom:20px;min-width:600px;max-width:2000px;height:100%;}
-
!align="center"|[[Team:Hong_Kong_HKUST/Team|Team]]
+
#menubar
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Hong_Kong_HKUST Official Team Profile]
+
{background-color:#EEECEC;opacity:0.8;top:-4px;width:360px;height:23px;position:absolute;top:-20px;}
-
!align="center"|[[Team:Hong_Kong_HKUST/Project|Project]]
+
#menubar ul li a
-
!align="center"|[[Team:Hong_Kong_HKUST/Parts|Parts Submitted to the Registry]]
+
{ color:#8D1919;}
-
!align="center"|[[Team:Hong_Kong_HKUST/Modeling|Modeling]]
+
#menubar.right-menu
-
!align="center"|[[Team:Hong_Kong_HKUST/Notebook|Notebook]]
+
{background-color:#EEECEC;opacity:0.8;top:-4px;width:240px;height:23px;position:absolute;top:-20px;}
-
!align="center"|[[Team:Hong_Kong_HKUST/Safety|Safety]]
+
.right-menu li a
-
!align="center"|[[Team:Hong_Kong_HKUST/Attributions|Attributions]]
+
{color:#8D1919;background-color:#EEECEC;}
-
|}
+
#p-logo
 +
{visibility:hidden;}
 +
.firstHeading
 +
{visibility:hidden;}
 +
#globalWrapper
 +
{position: relative;font-size:127%;width:100%;margin:0;padding:0;padding-bottom:10px;background-color:#494042;}
 +
#content
 +
{width: 1000px;border:none;background-color:#494042;padding:0px;margin-top:0px;line-height: 1.5em;color: black;}
 +
#top-section
 +
{height:2px;border:none;background-color:#494042;}
 +
#catlinks
 +
{border-color:#494042;background-color:#494042;}
 +
#footer-box
 +
{display:none}
 +
#kepala
 +
{position:absolute;top:15px;background-color:#F0A5BE;height:121px;width:100%;}
 +
#copyright
 +
{position:absolute;left:325px;top:630px;}
 +
.menu ul,li
 +
{
 +
margin:0;
 +
padding:0;
 +
list-style:none;
 +
width:100%;
 +
}
 +
ul.first>li
 +
{
 +
float:left;
 +
width:16.66%;
 +
}
 +
ul.first>li>a:link,ul.first>li>a:visited
 +
{
 +
display:block;
 +
font-weight:bold;
 +
color:#494042;
 +
background-color:#35bb91;
 +
text-align:center;
 +
padding:3%;
 +
text-decoration:none;
 +
text-transform:uppercase;
 +
}
 +
ul.first>li>a:hover,ul.first>li>a:active
 +
{
 +
background-color:#e32e51;
 +
}
 +
ul.first>li>ul
 +
{
 +
display:none;
 +
width:100%;
 +
}
 +
ul.first>li>ul>li>a:link,ul.first>li>ul>li>a:visited
 +
{
 +
display:block;
 +
font-weight:bold;
 +
color:#494042;
 +
background-color:#8ff5d5;
 +
text-align:center;
 +
padding:3%;
 +
text-decoration:none;
 +
text-transform:uppercase;
 +
}
-
== '''Overall project''' ==
+
ul.first>li>ul>li>a:hover,ul.first>li>ul>li>a:active
 +
{
 +
background-color:#f87790;
 +
}
 +
.menu
 +
{
 +
position:absolute;
 +
left:0px;
 +
top:141px;
 +
width:100%;
 +
z-index:1;
 +
}
 +
ul, ol {
 +
line-height: 1.6;
 +
font-size: 14px;
 +
}
 +
#slide{width:96%;margin-left:20px;height:auto;background-color:#F4DFC0;margin-top:20px;border:2px solid;
 +
border-radius:15px;float:left;}
 +
#slide1{width:96%;margin-left:20px;height:auto;background-color:#F4DFC0;margin-top:10px;border:2px solid;
 +
border-radius:15px;float:left;}
 +
.center
 +
{
 +
margin:auto;
 +
width:70%;
 +
background-color:#b0e0e6;
 +
}
 +
#more{margin-top:10px;width:23.5%;float:left;height:100px;border:2px solid;
 +
border-radius:15px;padding-left:10px;padding-right:10px;margin-left:10px;vertical-align:middle;}
 +
.ijo{background-color:#35BB91;}
 +
.pink{background-color:#e32e51;}
 +
#more2{margin-top:10px;width:88%;float:left;height:100px;border:2px solid;
 +
border-radius:15px;padding-left:10px;padding-right:10px;margin-left:10px;}
 +
#vidproj{margin-top:10px;width:auto;float:left;height:auto; border:2px solid;
 +
border-radius:15px;padding:5px;background:#000000;margin-left:25px;margin-top:20px;}
 +
#contain{float:left;width:36%;margin-left:5px;margin-right:20px;margin-top:10px;}
 +
h3{font-family:"Trebuchet MS", Helvetica, sans-serif;}
 +
#isi{margin-left:10px;font-family:"Trebuchet MS", Helvetica, sans-serif;margin-top:10px;}
 +
h3.title{margin-left:10px;font-size:28px;}
-
Tell us more about your project.  Give us background.  Use this is the abstract of your project.  Be descriptive but concise (1-2 paragraphs)
+
#abs{margin-top:-7px;padding-left:10px;}
 +
#dp{margin-top:-3px;padding-left:10px;}
 +
#mod{margin-top:-7px;margin-left:-6px;}
 +
#re{margin-top:-7px;padding-left:10px;}
 +
#ftr{margin-top:-5px;margin-left:20px;}
 +
#char{margin-top:-5px;padding-left:60px;}
 +
#par{margin-top:0px;margin-left:-6px;}
 +
#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>
 +
  <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"><img src="https://static.igem.org/mediawiki/igem.org/c/c7/BANNER1_%281%29.png" style="height:121px;width:100%;"></div></center></a>
 +
<div class="menu">
 +
<ul class="first">
-
== Project Details==
+
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST">Home</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/team">Team</a>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/members">Members</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/advisors">Advisors</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/instructors">Instructors</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/attribution">Attribution</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/acknowledge">Acknowledgement</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Project">Project</a>
 +
<ul>
 +
<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/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/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/future">Future Work</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Wetlab">Wetlab</a>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/notebook">Notebook</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>
 +
</ul>
 +
</li>
-
=== Part 2 ===
+
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/achievement">Achievement</a>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/medals">Medal Requirements</a></li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/prizes">Prizes</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp">Human Practice</a>
 +
<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/blog">Blog</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/presentation">Presentations</a></li>
 +
</ul>
 +
</li>
 +
</ul>
 +
</div>
 +
<br><br><br><br><br><br><br>
 +
<div id="slide1"><h3 class="title"><center>FAT BUSTER - Artificial Futile Cycle</center></h3></div>
 +
<div id="contain">
-
=== The Experiments ===
+
<div id="more" class="ijo"><center><h3>Abstract</h3></center>
 +
<div id="abs"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/abstract"><img src="https://static.igem.org/mediawiki/2013/0/04/Abstracts.png" style="width:95%;"></a></div>
 +
</div>
 +
<div id="more" class="pink"><center><h3>Modules Description</h3></center>
 +
<div id="mod"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/modules"><img src="https://static.igem.org/mediawiki/2013/c/c4/Mods.png" style="width:110%;height:50px;"></a></div>
 +
</div>
 +
<div id="more" class="ijo"><center><h3>Data Page</h3></center>
 +
<div id="dp"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/data"><img src="https://static.igem.org/mediawiki/2013/d/db/Datapage.png" style="width:85%;"></a></div>
 +
</div>
 +
<div id="more" class="pink"><center><h3>Parts</h3></center>
 +
<div id="par"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Parts"><img src="https://static.igem.org/mediawiki/2013/9/99/Part.png" style="width:113%;height:60%;"></a></div>
 +
</div>
-
=== Part 3 ===
+
<div id="more" class="ijo"><center><h3>Result</h3></center>
 +
<div id="re"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/results"><img src="https://static.igem.org/mediawiki/2013/1/17/Results.png" style="width:95%;"></a></div>
 +
</div>
 +
<div id="more" class="pink"><center><h3>Future Work</h3></center>
 +
<div id="ftr"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/future"><img src="https://static.igem.org/mediawiki/2013/a/af/Future.png" style="width:70%;"></a></div>
 +
</div>
 +
<div id="more2" class="ijo"><center><h3>Characterization</h3></center>
 +
<div id="char"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization"><img src="https://static.igem.org/mediawiki/2013/d/d2/Char.png" style="width:80%;"></a></div>
 +
</div>
-
== Results ==
+
</div>
 +
<div id="vidproj"><iframe width="560" height="320" src="//www.youtube.com/embed/oFWilKz1zl8?rel=0" frameborder="0" allowfullscreen></iframe></div>
 +
 
 +
<div id="slide"><p id="isi">While a low-fat diet and regular exercise are popular approaches to fight obesity, one easy alternative is simply to increase energy metabolism. <br><br>
 +
 
 +
In terms of fat storage, conversion of carbohydrates or protein into fat uses ten times more calories than simply storing fat in a fat cell. This brought our attention to one method of burning calories - increase energy expenditure by converting fat into glucose. However, mammals cannot convert fatty acids into carbohydrate due to lacking glyoxylate enzymes, while plants and bacteria can. We intend to introduce glyoxylate enzymes into mammalian cells and create an artificial futile cycle.<br><br>
 +
 
 +
While the consequences of introducing such a nonnative cycle are not fully known, Dean et al. (2009) at UCLA recently introduced glyoxylate shunt into mammalian liver cells to investigate fatty acid metabolism. They observed that although fatty acids could not be converted into glucose in normal mammalian cells, human hepatocytes expressing the glyoxylate shunt have increased fatty acid oxidation and mice expressing the shunt were resistance to diet-induced obesity.<br><br>
 +
 
 +
In addition to introducing a constitutive glyoxylate shunt, our team plans to elaborate the UCLA study by introducing an inducible system that allows tunable fatty acid uptake by sensing fatty acid concentrations. This inducible system prevents the risk of fatty acid deficiency, while greater fatty acid uptake at high circulating concentrations can be facilitated. Fatty acid uptake will be quantified to compare the activities in wild type cells, cells expressing the shunt constitutively, and cells expressing the shunt in an inducible manner.<br><br>
 +
 
 +
So, to sum up, we envision developing an inducible glyoxylate shunt that will serve to generate an artificial futile cycle in human liver cells. We hope our work will point to a future where obesity patients can increase expenditure of calories and thus alleviate health complications, including cardiovascular disease, diabetes, and cancers.</p></div>
 +
 
 +
</body>
 +
 
 +
</html>

Latest revision as of 22:51, 27 September 2013








FAT BUSTER - Artificial Futile Cycle

Abstract

Modules Description

Data Page

Parts

Result

Future Work

Characterization

While a low-fat diet and regular exercise are popular approaches to fight obesity, one easy alternative is simply to increase energy metabolism.

In terms of fat storage, conversion of carbohydrates or protein into fat uses ten times more calories than simply storing fat in a fat cell. This brought our attention to one method of burning calories - increase energy expenditure by converting fat into glucose. However, mammals cannot convert fatty acids into carbohydrate due to lacking glyoxylate enzymes, while plants and bacteria can. We intend to introduce glyoxylate enzymes into mammalian cells and create an artificial futile cycle.

While the consequences of introducing such a nonnative cycle are not fully known, Dean et al. (2009) at UCLA recently introduced glyoxylate shunt into mammalian liver cells to investigate fatty acid metabolism. They observed that although fatty acids could not be converted into glucose in normal mammalian cells, human hepatocytes expressing the glyoxylate shunt have increased fatty acid oxidation and mice expressing the shunt were resistance to diet-induced obesity.

In addition to introducing a constitutive glyoxylate shunt, our team plans to elaborate the UCLA study by introducing an inducible system that allows tunable fatty acid uptake by sensing fatty acid concentrations. This inducible system prevents the risk of fatty acid deficiency, while greater fatty acid uptake at high circulating concentrations can be facilitated. Fatty acid uptake will be quantified to compare the activities in wild type cells, cells expressing the shunt constitutively, and cells expressing the shunt in an inducible manner.

So, to sum up, we envision developing an inducible glyoxylate shunt that will serve to generate an artificial futile cycle in human liver cells. We hope our work will point to a future where obesity patients can increase expenditure of calories and thus alleviate health complications, including cardiovascular disease, diabetes, and cancers.