Team:CityU HK/Achievement

From 2014.igem.org

(Difference between revisions)
 
(52 intermediate revisions not shown)
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 83: Line 97:
         border-bottom: none;
         border-bottom: none;
}
}
 +
 +
#igem_logo {
 +
        position: relative;
 +
        top:0;
 +
        left:0;
 +
}
 +
</style>
</style>
Line 88: Line 109:
<style> /*CSS fot this page*/
<style> /*CSS fot this page*/
 +
#header {
 +
        margin:20px;
 +
}
 +
#header h1 {
#header h1 {
         font-family: 'Lobster', cursive;
         font-family: 'Lobster', cursive;
Line 110: Line 135:
}
}
-
#navbar {
+
#nav {
margin-bottom: 50px;
margin-bottom: 50px;
 +
        margin-top: 20px;
 +
        margin-right: 30px;
 +
}
 +
/*main nav*/
 +
#nav li{
 +
position:relative;
 +
float:right;
 +
list-style:none;
 +
z-index:999;
 +
}
 +
#nav li a{
 +
color:#666;
 +
text-decoration:none;
 +
padding-left:15px;
 +
padding-right: 15px;
 +
display:block;
 +
text-align:center;
 +
font-family:'Open Sans Condensed', sans-serif;
 +
font-size: 13px;
}
}
-
#navbar ul li {
+
#nav a:hover{
-
display: inline;
+
background: rgba(255,255,255,0.9);
-
float: right;
+
color: #3cc;
-
margin-top: 30px;
+
font-weight: bolder;
-
margin-bottom: 10px;
+
-
        font-family: 'Yanone Kaffeesatz', sans-serif;
+
-
        font-size: 1.3em;
+
}
}
-
#navbar ul li a {
+
#nav .main_nav:hover{
-
display: block;
+
        border-bottom: solid 3px #3cc;
-
margin-left:20px;
+
        z-index: 1000;
-
margin-right: 10px;
+
-
text-decoration: none;
+
-
color: #999;
+
}
}
-
#navbar .active {
+
#nav .active {
-
border-bottom: solid 3px #3CC;
+
border-bottom: solid 3px #3cc;
}
}
-
#navbar ul li a:hover {
+
/*dropdown navbar*/
-
color: #3cc;
+
#nav li ul{
 +
    /*display:none;*/
 +
position:absolute;
 +
text-align:center;
 +
        margin: 0 auto;
 +
padding-left: 0;
 +
        background-color: rgba(255,255,255,0.9);
 +
        box-shadow: gray 0.33em 0.25em 0.25em;
 +
}
 +
#nav li:hover ul{
 +
display:block;
 +
        background-color: rgba(255,255,255,0.9)
}
}
-
<!-- navbar css-->
+
ul#nav li ul li a {
-
/*Initialize*/
+
margin-top: 5px;
-
ul#menu, ul#menu ul.sub-menu {
+
padding: 0;
-
    padding:0;
+
align: center;
-
    margin: 0;
+
width: 150px;
}
}
-
ul#menu li, ul#menu ul.sub-menu li {
+
   
-
    list-style-type: none;
+
 
-
    display: inline-block;
+
.btn btn-primary {
 +
        background-color: #3CC;
}
}
-
/*Link Appearance*/
+
 
-
ul#menu li a, ul#menu li ul.sub-menu li a {
+
#footer {
-
    text-decoration: none;
+
background: #e0e0e0;
-
    color: #fff;
+
height: 150px;
-
    background: #666;
+
clear: both;
-
    padding: 5px;
+
position: relative;
-
    display:inline-block;
+
bottom: 0;
 +
width: 100%;
}
}
-
/*Make the parent of sub-menu relative*/
+
 
-
ul#menu li {
+
#footer h4 {
-
    position: relative;
+
color: #4d4d4d;
}
}
-
/*sub menu*/
+
 
-
ul#menu li ul.sub-menu {
+
#footer p {
-
    display:none;
+
color: #4d4d4d;
-
    position: absolute;
+
text-align: center;
-
    top: 30px;
+
-
    left: 0;
+
-
    width: 100px;
+
}
}
-
ul#menu li:hover ul.sub-menu {
+
 
-
    display:block;
+
#footer a {
 +
color: #4d4d4d;
 +
text-decoration: none;
}
}
-
<!--end of navbar CSS-->
 
-
.btn btn-primary {
+
#footer a:hover {
-
        background-color: #3CC;
+
color: #008080;
}
}
</style>   
</style>   
Line 183: Line 232:
<body>
<body>
-
  <!--===================== navbar start ===========================-->
+
<div class="container">
 +
<a id="igem_logo" href="https://igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2013/thumb/7/7c/80px-Eth_igem_logo.png/50px-80px-Eth_igem_logo.png"/ alt="igem logo"></a>
 +
  <!--===================== nav start ===========================-->
<div class="row">
<div class="row">
  <div id="header" class="col-sm-12 col-md-12">
  <div id="header" class="col-sm-12 col-md-12">
   <h1>Fit.coli</h1>
   <h1>Fit.coli</h1>
-
   <div id="navbar">
+
   <ul id="nav">
-
    <ul>
+
        <li class="main_nav"><a href="#">NOTEBOOK</a>
-
            <li><a href="#">HUMAN PRACTICE</a>
+
    <ul>  
 +
      <li><a href="#">Lab Log</a></li>
 +
<li><a href="#">Protocols</a></li>
 +
                <li><a href="#">Safety</a></li>
 +
    </ul>
 +
        </li>
 +
<li class="main_nav"><a href="">ACHIEVEMENTS</a>
 +
            <ul>
 +
        <li><a href="#">Medal Requirements</a></li>
 +
    </ul>
 +
        </li>
 +
 +
<li class="main_nav"><a href="">HUMAN PRACTICE</a>
             <ul>  
             <ul>  
                 <li><a href="#">Blog</a></li>
                 <li><a href="#">Blog</a></li>
                 <li><a href="#">Video</a></li>  
                 <li><a href="#">Video</a></li>  
-
                 <li><a href="#">Presentation</a></li>
+
                 <li><a href="https://2014.igem.org/Team:CityU_HK/HumanPractice/Presentation">Presentation</a></li>
             </ul>
             </ul>
-
            </li>
+
        </li>
-
             <li><a href="#">TEAM</a>
+
        <li class="main_nav"><a href="#">PROJECT</a>
 +
             <ul>
 +
<li><a href="#">Abstract</a></li>
 +
                <li><a href="#">Modules Description</a></li>
 +
                <li><a href="#">Data Pages</a></li> 
 +
                <li><a href="#">Characterization</a></li>
 +
                <li><a href="#">Results</a></li>
 +
                <li><a href="#">Future Work</a></li>
 +
    </ul>
 +
        </li>
 +
    <li class="main_nav"><a href="#">TEAM</a>
             <ul>
             <ul>
        <li><a href="#">Team Members</a></li>
        <li><a href="#">Team Members</a></li>
Line 204: Line 277:
                 <li><a href="#">Acknowledgement</a></li>
                 <li><a href="#">Acknowledgement</a></li>
    </ul>
    </ul>
-
            </li>
+
        </li>  
-
            <li><a href="#">ACHIEVEMENTS</a></li>
+
        <li class="active"><a href="https://2014.igem.org/Team:CityU_HK">HOME</a>
-
            <li><a href="#">NOTEBOOK</a>
+
  </ul>
-
    <ul>
+
-
      <li><a href="#">Lab Log</a></li>
+
-
<li><a href="#">Protocols</a></li>
+
-
                <li><a href="#">Safety</a></li>
+
-
    </ul>
+
-
            </li>
+
-
            <li><a href="#">PROJECT</a>
+
-
                <ul>
+
-
  <li><a href="#">Abstract</a></li>
+
-
                  <li><a href="#">Modules Description</a></li>
+
-
                  <li><a href="#">Data Pages</a></li> 
+
-
                  <li><a href="#">Characterization</a></li>
+
-
                  <li><a href="#">Results</a></li>
+
-
                  <li><a href="#">Future Work</a></li>
+
-
        </ul>
+
-
            </li>
+
-
            <li class="active"><a href="#">HOME</a></li>
+
-
        </ul>
+
-
    </div> <!-- end of #navbar -->
+
  </div> <!--end of col-md-12 -->
  </div> <!--end of col-md-12 -->
</div> <!--end of row-->
</div> <!--end of row-->
 +
</div> <! --end of container -->
 +
  <!--===================== carousel start =========================-->
  <!--===================== carousel start =========================-->
  <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
  <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
Line 240: Line 296:
   <div class="carousel-inner">
   <div class="carousel-inner">
     <div class="item active">
     <div class="item active">
-
       <img src="http://lividinstruments.com/wp-content/uploads/2014/04/aboutlivid_header.jpg" alt="...">
+
       <img src="http://www.arguslabs.com/wp-content/uploads/2014/04/weekincontextlogo_composed_wide.jpg" alt="...">
       <div class="carousel-caption">
       <div class="carousel-caption">
         <h2>What is Fit.coli?</h2>
         <h2>What is Fit.coli?</h2>
Line 246: Line 302:
     </div>
     </div>
     <div class="item">
     <div class="item">
-
       <img src="http://lividinstruments.com/wp-content/uploads/2014/04/guitarwing_header-1200.jpg" alt="...">
+
       <img src="http://www.mymenopausemag.com/wp-content/uploads/2014/07/Beware-Tick-Born-Diseases.jpg" alt="...">
       <div class="carousel-caption">
       <div class="carousel-caption">
         <h2>Human Practice</h2>
         <h2>Human Practice</h2>
Line 252: Line 308:
     </div>
     </div>
     <div class="item">
     <div class="item">
-
       <img src="http://www.artdecotech.com/wp-content/uploads/2014/06/cropped-New-York-Bokeh-l.jpg" alt="...">
+
       <img src="http://www.tnecd.com/images/chemicals_@2x.png" alt="...">
       <div class="carousel-caption">
       <div class="carousel-caption">
         <h2>Our Results</h2>
         <h2>Our Results</h2>
Line 258: Line 314:
     </div>
     </div>
   </div>
   </div>
 +
   <!-- Controls -->
   <!-- Controls -->
Line 302: Line 359:
</div> <!-- end of thumbnails -->
</div> <!-- end of thumbnails -->
</div> <!-- end of container -->
</div> <!-- end of container -->
 +
 +
<!--==================== footer ===========================-->
 +
<div id="footer" class="row">
 +
<div class="col-md-7">
 +
      <h4>Sponsors</h3>
 +
  </div> <!-- end of col-md-7-->
 +
  <div class="col-md-5">
 +
      <h4>Stay connected!</h4>
 +
      <p>email: <a href="#">xxxxx@gmail.com</a></p>
 +
  </div> <!--end of col-md-5-->
 +
</div> <!-- end of #footer -->
     <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
     <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
Line 307: Line 375:
     <!-- Latest compiled and minified JavaScript -->
     <!-- Latest compiled and minified JavaScript -->
     <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
     <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
 +
 +
    <!-- essential javascript for navbar -->
 +
    <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>
</body>
</body>
</html>
</html>

Latest revision as of 10:42, 23 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