Team:CityU HK

From 2014.igem.org

(Difference between revisions)
 
(250 intermediate revisions not shown)
Line 1: Line 1:
-
{{CSS/Main}}
+
{{:Team:CityU_HK/Template}}
<html>
<html>
-
<style type="text/css">
+
<html lang="en">
-
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
+
-
</style>
+
-
<!--  here ends the section that changes the default wiki template to a white full width background -->
+
<link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
-
<head>
+
<style>
-
<link rel="stylesheet" href="https://2014.igem.org/Team:CityU_HK/main.css?action=raw&ctype=text/css" type="text/css" />
+
/*.carousel-inner {
 +
-webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;*/
 +
}
-
</head>
+
.carousel-inner .carousel-caption {
 +
padding-top: 100px;
 +
padding-bottom: 100px;
 +
     
 +
}
-
<body>
+
.btn-custom {
-
<!--main content -->
+
padding: 9px 30px 9px 30px;
-
<table width="70%" align="center">
+
font-family: 'Quattrocento Sans', sans-serif;
 +
font-size: 20px;
 +
        border-bottom: 4px solid #36ae88;
 +
        color: #fff;
 +
        background: #4eecba;
 +
        font-weight: bold;
 +
        margin: 0 20px 40px 20px;
 +
}
 +
.btn-custom:hover {
 +
color: #fff;
 +
        background-color: orange;
 +
        border-bottom: 4px solid #EC8318;
 +
}
-
<!--welcome box -->
+
.btn-custom:visited {
-
<tr>
+
color: #fff;
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
        background-color: orange;
-
<h1>WELCOME TO iGEM 2014! </h1>
+
        border-bottom: 4px solid #EC8318;
-
<p>Your team has been approved and you are ready to start the iGEM season!
+
}
-
<br>On this page you can document your project, introduce your team members, document your progress <br> and share your iGEM experience with the rest of the world! </p>
+
-
<br>
+
-
<p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:CityU_HK&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
-
</td>
+
-
</tr>
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
#feature-icon img {
 +
        max-width: 100%;
 +
        max-height: 100%;
 +
}
-
<!-- end welcome box -->
+
#abstract {
-
<tr>
+
background: #F0EEEA;
 +
 +
}
 +
 +
#abstract h2{
 +
color: #676767;
 +
text-align: center;
 +
margin-bottom: 40px;
 +
font-size: 4em;
 +
font-family: "brandon-grotesque", sans-serif;
 +
font-weight: 700;
 +
text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
 +
padding-top: 100px;
 +
margin-top: 0px;
 +
letter-spacing: 8px;
 +
}
-
<!--navigation menu -->
+
#abstract p {
-
<td align="center" colspan="3">
+
-
<a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px" style="float:right;"></a>
+
        font-family: 'Raleway', sans-serif;
-
<!--end navigation menu -->
+
line-height: 2em;
-
</td>
+
text-align: center;
-
</tr>
+
padding-left: 200px;
-
</table>
+
padding-right:200px;
 +
padding-top: 10px;
 +
padding-bottom: 100px;
 +
        font-size: 18px;
 +
        color: #444;
 +
}
 +
</style>
-
<table width="70%" align="center">
+
<body>
-
<tr align="center">
+
-
<td>
+
-
<div id="menu">
+
-
  <ul>
+
-
    <li> <a href="https://2014.igem.org/Team:CityU_HK"><img src="https://static.igem.org/mediawiki/2014/e/ea/IGEM_wiki_logo_home.jpg" width="158" height="99"></a> </li>
+
-
    <li>  
+
<!--========================== carousel ===============================-->
-
     <img src="https://static.igem.org/mediawiki/2014/c/ce/IGEM_wiki_logo_team.jpg" width="158" height="99">
+
 
-
      <ul>
+
     <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
-
        <li><a href="https://2014.igem.org/Team:CityU_HK/Team/Member">Team Members</a></li>
+
  <!-- Indicators -->
-
        <li><a href="https://2014.igem.org/Team:CityU_HK/Team/advisors">Advisors</a></li>
+
  <ol class="carousel-indicators">
-
        <li><a href="https://2014.igem.org/Team:CityU_HK/Team/instructors">Instructors</a></li>
+
    <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
-
        <li><a href="https://igem.org/Team.cgi?year=2014&team_name=CityU_HK">Attribution</a></li>
+
    <li data-target="#carousel-example-generic" data-slide-to="1"></li>
-
        <li><a href="https://igem.org/Team.cgi?year=2014&team_name=CityU_HK">Acknowledgement</a></li>
+
    <li data-target="#carousel-example-generic" data-slide-to="2"></li>
 +
    <li data-target="#carousel-example-generic" data-slide-to="3"></li>
 +
  </ol>
-
      </ul>
+
  <!-- Wrapper for slides -->
-
     </li>
+
  <div class="carousel-inner">
 +
     <div class="item active">
 +
      <img src="https://static.igem.org/mediawiki/2014/d/d7/CityU_HK_slide1.png" width=100% / >
-
     <li>  
+
<div class="carousel-caption">
-
     <img src="https://static.igem.org/mediawiki/2014/b/b3/IGEM_wiki_logo_Project.jpg" width="158" height="99">
+
        <a id="btn-custom" href="#Lower" id="#Lower class="anchorLink"><button class="btn btn-custom">ABSTRACT</button></a>
-
      <ul>
+
      </div>
-
        <li><a href="https://igem.org/Team.cgi?year=2014&team_name=CityU_HK">Abstract</a></li>
+
     </div>
-
        <li><a href="https://igem.org/Team.cgi?year=2014&team_name=CityU_HK">Modules Description</a></li>
+
     <div class="item">
-
        <li><a href="https://igem.org/Team.cgi?year=2014&team_name=CityU_HK">Data Pages</a></li>
+
    <img src="https://static.igem.org/mediawiki/2014/4/4a/CityU_HK_slide2.png" />
-
        <li><a href="https://igem.org/Team.cgi?year=2014&team_name=CityU_HK">Characterization</a></li>
+
        <div class="carousel-caption">
-
        <li><a href="https://igem.org/Team.cgi?year=2014&team_name=CityU_HK">Results</a></li>
+
            <a href="https://2014.igem.org/Team:CityU_HK/project/module_fad"><button class="btn btn-custom">FadD & FadL</button></a>
-
         <li><a href="https://igem.org/Team.cgi?year=2014&team_name=CityU_HK">Future work</a></li>
+
            <a href="https://2014.igem.org/Team:CityU_HK/project/module_tesA"><button class="btn btn-custom">'TesA</button></a>
-
       </ul>
+
            <a href="https://2014.igem.org/Team:CityU_HK/project/module_desaturase"><button class="btn btn-custom">Desaturase</button></a>
-
     </li>
+
      </div>  
 +
    </div>
 +
    <div class="item">
 +
      <img src="https://static.igem.org/mediawiki/2014/9/98/CityU_HK_slide3.png">
 +
      <div class="carousel-caption">
 +
        <a href="https://2014.igem.org/Team:CityU_HK/HumanPractice"><button class="btn btn-custom">Learn More</button></a>
 +
      </div>
 +
    </div>
 +
    <div class="item">
 +
      <img src="https://static.igem.org/mediawiki/2014/f/f6/CityU_HK_hp_group.JPG" width=100% />
 +
      <div class="carousel-caption">
 +
         <a href="https://2014.igem.org/Team:CityU_HK/TeamMember"><button class="btn btn-custom">Meet the Team</button></a>
 +
       </div>
 +
     </div>
-
    <li> <a href="https://2014.igem.org/Team:CityU_HK/Team">WETLAB</a>
+
  </div>
-
      <ul>
+
-
        <li><a href="https://2014.igem.org/Team:CityU_HK/notebook/lablog">Lab Log</a></li>
+
-
<li><a href="https://2014.igem.org/Team:CityU_HK/notebook/protocols">Protocols</a></li>
+
-
<li><a href="https://igem.org/Team.cgi?year=2014&team_name=CityU_HK">Safety</a></li>
+
-
      </ul>
+
  <!-- Controls -->
-
     </li>
+
  <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
 +
    <span class="glyphicon glyphicon-chevron-left"></span>
 +
  </a>
 +
  <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
 +
     <span class="glyphicon glyphicon-chevron-right"></span>
 +
  </a>
 +
</div>
-
    <li> <a href="https://2014.igem.org/Team:CityU_HK/Team">Achievement</a>
 
-
      <ul>
 
-
        <li><a href="https://igem.org/Team.cgi?year=2014&team_name=CityU_HK">Medal Requirements</a></li>
 
-
      </ul>
 
-
    </li>
 
 +
<!--===================== Abstract =========================-->
-
    <li> <img src="https://static.igem.org/mediawiki/2014/1/16/IGEM_wiki_logo_human_practice.jpg" width="158" height="99">
 
-
      <ul>
 
-
        <li><a href="https://igem.org/Team.cgi?year=2014&team_name=CityU_HK">Blog</a></li>
 
-
<li><a href="https://igem.org/Team.cgi?year=2014&team_name=CityU_HK">Videos</a></li>
 
-
<li><a href="https://igem.org/Team.cgi?year=2014&team_name=CityU_HK">Presentations</a></li>
 
-
      </ul>
 
-
    </li>
 
-
   
+
<div class="anchor" id="Lower"></div>
-
  </ul>
+
<div class="row" id="abstract">
-
</div>
+
  <div class="col-sm-12 col-md-12">
-
</td>
+
    <h2>Abstract</h2>
-
</tr>
+
    <p><b>Obesity</b> 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 <i>Escherichia coli</i> strain (called <b><font color=#3cc>Fit. Coli</font></b>) 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 <i>fadL</i> and <i>fadD</i> 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.</p>
 +
  </div>
 +
</div>
-
</table>
+
<!--==================== footer ===========================-->
 +
<div id="footer" class="row">
 +
<div class="col-md-7">
 +
      <h3>Sponsors</h3>
 +
      <a href="http://www.cityu.edu.hk/" target="_blank"><img src="https://static.igem.org/mediawiki/2014/9/9c/CityU_HK_citylogo.png" width="95"></a>
 +
    <a href="http://www6.cityu.edu.hk/bhdbapp/deptweb/index.html" target="_blank"><img src="https://static.igem.org/mediawiki/2014/9/98/CityU_HK_bchlogo.png" width="80"></a>
 +
      <img src="https://static.igem.org/mediawiki/2014/b/b1/CityU_HK_Invitrogen.png" width="100">
 +
    <img src="https://static.igem.org/mediawiki/2014/7/7a/CityU_HK_Neblogocol.png" width="135">
 +
    <img src="https://static.igem.org/mediawiki/2014/d/dc/CityU_HK_IDT-Logo.png" width="125">
 +
</div> <!-- end of col-md-7-->
 +
 
 +
<div class="col-md-5">
 +
      <h3>Stay connected!</h3>
 +
      <p>email: <a href="mailto:cityuhk.igem@gmail.com">cityuhk.igem@gmail.com</a></p>
 +
      <a href="http://www.facebook.com/igem.2014CityU"><img src="https://static.igem.org/mediawiki/2014/3/31/CityU_HK_fb_logo.png" width="50" height="48"></a>
 +
      <a href="http://twitter.com/CityUHK_iGEM"><img src="http://ibo2014.org/wordpress/wp-content/themes/ibo2014/img/navbar/twitter_icon.png" width="49" height="51"></a>
 +
      <a href="http://www.youtube.com/channel/UC0_bUWwafB4m0K6mFdXN7-w"><img src="https://static.igem.org/mediawiki/2014/1/12/CityU_HK_youtube_logo.png" width="52" height="50"></a>
 +
</div> <!--end of col-md-5-->
 +
</div> <!-- end of row-->
 +
 
 +
<div class="row">
 +
<div id="copyright" class="col-md-12">
 +
<p>Copyright &copy; iGEM CityU HK 2014. All Rights Reserved</p>
 +
</div>
 +
</div>
 +
<!--end of footer-->
-
<br><br><br>
 
-
<hr>
 
-
<br><br><br><br><br>
 
-
<center>
 
-
<img src="http://www6.cityu.edu.hk/wayfinder/GettingToU/img/u-circle.jpg" width="640" height="480" >
 
-
</center>
 
</body>
</body>
</html>
</html>

Latest revision as of 00:22, 18 October 2014

Bootstrap 101 Template

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.