Team:CityU HK/Achievement

From 2014.igem.org

(Difference between revisions)
 
(79 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 -->
     <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
     <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
 +
 +
    <!-- font -->
 +
    <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css>
 +
    <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
 +
    <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200' rel='stylesheet' type='text/css'>
     <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
     <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
Line 16: 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 70: Line 89:
         border-bottom: none;
         border-bottom: none;
}
}
 +
 +
h1 {
 +
        border-bottom: none;
 +
}
 +
 +
h3 {
 +
        border-bottom: none;
 +
}
 +
 +
#igem_logo {
 +
        position: relative;
 +
        top:0;
 +
        left:0;
 +
}
 +
</style>
</style>
Line 75: Line 109:
<style> /*CSS fot this page*/
<style> /*CSS fot this page*/
 +
#header {
 +
        margin:20px;
 +
}
 +
 +
#header h1 {
 +
        font-family: 'Lobster', cursive;
 +
        float: left;
 +
        margin: 0 auto;
 +
        padding-left: 60px;
 +
        font-size: 4em;
 +
}
 +
.carousel-caption {
.carousel-caption {
-
  text-align: left;
+
        text-align: left;
}
}
#abstract {
#abstract {
-
  padding-left: 100px;
+
        padding-left: 100px;
-
  padding-right: 100px;
+
        padding-right: 100px;
-
  line-height: 2em;
+
        line-height: 2.5em;
}
}
p {
p {
   text-align: justify;
   text-align: justify;
 +
}
 +
 +
#nav {
 +
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;
 +
}
 +
 +
#nav a:hover{
 +
background: rgba(255,255,255,0.9);
 +
color: #3cc;
 +
font-weight: bolder;
 +
}
 +
 +
#nav .main_nav:hover{
 +
        border-bottom: solid 3px #3cc;
 +
        z-index: 1000;
 +
}
 +
 +
#nav .active {
 +
border-bottom: solid 3px #3cc;
 +
}
 +
 +
/*dropdown navbar*/
 +
#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)
 +
}
 +
 +
ul#nav li ul li a {
 +
margin-top: 5px;
 +
padding: 0;
 +
align: center;
 +
width: 150px;
 +
}
 +
   
 +
 +
.btn btn-primary {
 +
        background-color: #3CC;
 +
}
 +
 +
#footer {
 +
background: #e0e0e0;
 +
height: 150px;
 +
clear: both;
 +
position: relative;
 +
bottom: 0;
 +
width: 100%;
 +
}
 +
 +
#footer h4 {
 +
color: #4d4d4d;
 +
}
 +
 +
#footer p {
 +
color: #4d4d4d;
 +
text-align: center;
 +
}
 +
 +
#footer a {
 +
color: #4d4d4d;
 +
text-decoration: none;
 +
}
 +
 +
#footer a:hover {
 +
color: #008080;
}
}
</style>   
</style>   
Line 94: Line 232:
<body>
<body>
 +
<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 id="header" class="col-sm-12 col-md-12">
 +
  <h1>Fit.coli</h1>
 +
  <ul id="nav">
 +
        <li class="main_nav"><a href="#">NOTEBOOK</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>
 +
                <li><a href="#">Blog</a></li>
 +
                <li><a href="#">Video</a></li>
 +
                <li><a href="https://2014.igem.org/Team:CityU_HK/HumanPractice/Presentation">Presentation</a></li>
 +
            </ul>
 +
        </li>
 +
        <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>
 +
        <li><a href="#">Team Members</a></li>
 +
<li><a href="#">Advisors</a></li>
 +
                <li><a href="#">Instructors</a></li>
 +
                <li><a href="#">Attribution</a></li>
 +
                <li><a href="#">Acknowledgement</a></li>
 +
    </ul>
 +
        </li>
 +
        <li class="active"><a href="https://2014.igem.org/Team:CityU_HK">HOME</a>
 +
  </ul>
 +
</div> <!--end of col-md-12 -->
 +
</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">
   <!-- Indicators -->
   <!-- Indicators -->
   <ol class="carousel-indicators">
   <ol class="carousel-indicators">
Line 106: 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 112: 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 118: 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 124: Line 314:
     </div>
     </div>
   </div>
   </div>
 +
   <!-- Controls -->
   <!-- Controls -->
Line 133: Line 324:
   </a>
   </a>
</div>  
</div>  
-
<!--===================== end of carousel =========================-->
 
 +
<!--===================== Abstract =========================-->
<div class="container">
<div class="container">
<div class="row">
<div class="row">
Line 144: Line 335:
-
<!-- thumbnails -->
+
<!--====================== thumbnails ===========================-->
<div class="row">
<div class="row">
   <div class="col-sm-6 col-md-4">
   <div class="col-sm-6 col-md-4">
Line 168: 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 173: 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