Team:CityU HK/Achievement

From 2014.igem.org

(Difference between revisions)
Line 5: Line 5:
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-
     <title>Bootstrap 101 Template</title>
+
     <title>Team:CityU HK-Achievement</title>
     <!-- Latest compiled and minified CSS -->
     <!-- Latest compiled and minified CSS -->
Line 21: Line 21:
       <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
       <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
     <![endif]-->
     <![endif]-->
 +
 +
    <!--essential javascript for nav-->
 +
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js"></script>
 +
<script type="text/javascript">
 +
$(document).ready(function() {
 +
$("#nav > li > ul").hide();
 +
$("#nav > li").mouseenter(function() {
 +
$(this).children("li > ul").slideDown(250);
 +
});
 +
        $("#nav > li").mouseleave(function() {
 +
$(this).children("li > ul").slideUp(250);
 +
});
 +
});
 +
</script>
<style> /*CSS to remove wiki default style*/
<style> /*CSS to remove wiki default style*/
Line 145: Line 159:
}
}
-
#nav ul li: hover > ul {margin:0; padding:0;}
+
/*#nav ul li: hover > ul {margin:0; padding:0;}
#nav ul li: hover > ul li {float: none; display: block;}
#nav ul li: hover > ul li {float: none; display: block;}
#nav ul li: hover > ul li a {color:#3cc;}
#nav ul li: hover > ul li a {color:#3cc;}
Line 151: Line 165:
#nav ul li {position: relative;}
#nav ul li {position: relative;}
-
#nav ul li ul {position: absolute;}
+
#nav ul li ul {position: absolute;}*/
          
          

Revision as of 15:19, 22 August 2014

Team:CityU HK-Achievement

Abstract

Obesity has now reached epidemic proportions worldwide, which has serious consequences because obesity is associated with various chronic human diseases such as diabetes, hypertension and cardiovascular diseases. With the aim to protect oneself against obesity and debilitating diseases caused by a high-fat diet, we are using a synthetic biology approach to design an Escherichia coli strain (called Fit Coli) that has an enhanced ability to uptake and convert excess fatty acids from fatty foods into a-linolenic acid (ALA). The strategy is to engineer the fadL and fadD genes along with three desaturase genes to facilitate the uptake of long-chain fatty acids and their biotransformation to ALA by the “Fit Coli” strain. It is predicted that the ALA converted from excess fatty acids by Fit Coli is converted to docosahexaenoic acid (DHA), an omega-3-fatty acid, in the human gut, which is well known to have many positive health benefits.

...

Programming

blah blah blah

Learn more

...

Programming

blah blah blah

Learn more