Team:NJAU China

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html lang="en">
+
<html>
<head>
<head>
-
<meta charset="utf-8">
+
<style type="text/css">
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
+
-
<meta name="viewport" content="width=device-width, initial-scale=1">
+
-
<meta name="description" content="">
+
-
<meta name="author" content="">
+
-
<link rel="icon" href="../../favicon.ico">
+
-
<title>Carousel Template for Bootstrap</title>
+
-
<!-- ?? Bootstrap ???? CSS ??? -->
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
-
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.2.0/css/bootstrap.min.css">
+
-
<!-- jQuery??????????bootstrap.min.js ?????? -->
+
.firstHeading {
-
<script src="http://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script>
+
width: 975px;
 +
margin: 0px auto;
 +
padding-top: 100px;
 +
margin-bottom: 20px;
 +
font-family: Georgia, Times, "Times New Roman", serif;
 +
}
-
<!-- ???��? Bootstrap ???? JavaScript ??? -->
+
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
-
<script src="http://cdn.bootcss.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
+
-
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
-
<!--[if lt IE 9]>
+
background-color: #383838;
-
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+
border: 0 none;
-
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+
height: 14px;
-
    <![endif]-->
+
z-index: 100;
 +
top: 0;
 +
position: fixed;
 +
width: 975px;
 +
left: 50%;
 +
margin-left: -487px;
 +
}
 +
 
 +
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
 +
background-color: #383838;
 +
height: 14px;
 +
display: block;
 +
z-index: 10;
 +
position: fixed;
 +
width: 100%;
 +
top: 0;
 +
}
 +
 
 +
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
 +
color: #727272;
 +
text-decoration: none;
 +
background-color: transparent;
 +
}
 +
 
 +
body {
 +
background-color: #fff;
 +
}
-
<!-- Custom styles for this template -->
 
-
<link href="carousel.css" rel="stylesheet">
 
-
<style>
 
#globalWrapper, #content { /*-- changes default wiki settings --*/
#globalWrapper, #content { /*-- changes default wiki settings --*/
width: 100%;  
width: 100%;  
Line 53: Line 73:
margin-top: 0px;  
margin-top: 0px;  
}
}
 +
 +
.sidemenu, .sidemenu li {
 +
list-style-type: none;
 +
list-style-image: none;
 +
font-family: verdana;
 +
text-decoration: none;
 +
color:#000;
 +
font-size: 14px;
 +
}
 +
 +
.sidemenu li {display: block;}
 +
 +
.sidemenu a {
 +
text-decoration:none;
 +
color: #000;
 +
display: block;
 +
width: 180px;
 +
height: 100%;
 +
padding: 3px 5px;
 +
transition: .25s ease-in-out;
 +
-moz-transition: .25s ease-in-out;
 +
-webkit-transition: .25s ease-in-out;
 +
}
 +
 +
.sidemenu a.greyout { color: #909090; }
 +
 +
.sidemenu a:hover {
 +
color:#666;
 +
background-color: #d9f5aa;
 +
}
 +
 +
.sub-sidemenu {font-size: 10px; margin-bottom: 20px; color: #666; display: none;}
 +
.sub-sidemenu a {color: #666;}
 +
 +
div.underconst
 +
{
 +
padding:10px;
 +
border-radius:5px;
 +
background-color:pink;
 +
text-align:center;
 +
}
 +
 +
a.anchor{display: block; position: relative; top: -80px; visibility: hidden;}
 +
 +
.contentpara {margin-bottom: 30px;}
 +
 +
span.email{font-family: monospace; font-weight: normal;}
 +
 +
fieldset {border: 1px solid #337f53;}
 +
 +
.greyout {color: #A0A0A0;}
 +
.highlightme {background-color: #FFFF00;}
 +
 +
#alertContainer {border: 2px solid red; margin-bottom: 10px; width: 936px;}
 +
#annContainer {margin-left: 8px;}
 +
#newsContainer {border: 1px solid #ccc;}
 +
 +
.newsTitle {
 +
display: block;
 +
color: #414141;
 +
font-size: 25px; 
 +
        font-family: Georgia, Times, "Times New Roman", serif;
 +
padding: 10px 15px 5px 10px;
 +
border-bottom: 1px solid #ccc;
 +
margin-bottom: 0px;
 +
}
 +
 +
.newsItem {
 +
border-bottom: 1px solid #ccc;
 +
display: block;
 +
padding: 5px 15px 0px 10px;
 +
margin-bottom: 0px;
 +
}
 +
 +
.newsItem h3 {
 +
width: auto;
 +
display: inline;
 +
font-size: 14px;
 +
font-family: Arial, Helvetica, sans-serif;
 +
padding: 0px;
 +
margin: 0px;
 +
}
 +
 +
.newsItem img {
 +
float: right;
 +
clear: right;
 +
width: 80px;
 +
padding-left: 15px;
 +
display: inline-block;
 +
}
 +
 +
.newsItem .newsDate {
 +
font-style: italic;
 +
font-size: 14px;
 +
display: inline-block;
 +
color: #999;
 +
float: right;
 +
padding: 0px 0px 10px 15px;
 +
}
 +
 +
.newsItem p, .newsItem ul, .newsItem li {
 +
padding: 0px;
 +
margin-left: 20px;
 +
font-size: 12px;
 +
line-height: 1.2;
 +
}
 +
 +
.newsItem p {margin-top: 10px;}
 +
 +
.annItem {
 +
border: 2px solid #49b677;
 +
display: block;
 +
padding: 0px 15px 10px 10px;
 +
margin-bottom: 18px;
 +
position: relative;
 +
height: 160px;
 +
vertical-align: middle;
 +
}
 +
 +
.annItem .annCentered {
 +
display: table-cell;
 +
vertical-align: middle;
 +
height: 160px;
 +
}
 +
 +
.annCentered h3 {
 +
padding: 0px;
 +
display: block;
 +
margin-left: auto;
 +
margin-right: auto;
 +
text-align: center;
 +
}
 +
 +
.annItem ul, .annItem li {padding: 0px; margin: 0px;}
 +
.annItem li {list-style: none; margin: 5px}
 +
 +
 +
 +
</style>
 +
</style>
 +
 +
 +
 +
 +
 +
<style>
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
</style>
</style>
</head>
</head>
-
<!-- NAVBAR
+
<!-- here ends the section that changes the default wiki template to a white full width background -->
-
================================================== -->
+
 
-
<body>
+
 
-
<div class="navbar-wrapper">
+
<!-- beginning of your page -->
-
  <div class="container">
+
 
-
    <div class="navbar navbar-fixed-top navbar-inverse" role="navigation">
+
<!-- menu -->
-
      <div class="container">
+
<table id="menu" width="100%"  cellspacing="0" height="135px">
-
        <div class="navbar-header">
+
<tr>
-
          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
+
<td  bgColor="#FFFFFF"></td>
-
          <a class="navbar-brand" href="#">Project name</a> </div>
+
<td valign="bottom"  width="975px" align="center" bgColor="#FFFFFF">
-
        <div class="collapse navbar-collapse">
+
 
-
          <ul class="nav navbar-nav">
+
<table align="center">
-
            <li class="active"><a href="https://2014.igem.org/Team:NJAU_China" class="unselect">Home</a></li>
+
<tr height="50px">
-
            <li><a href="https://2014.igem.org/Team:NJAU_China/Team" class="unselect">Team</a></li>
+
<td width="150px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
-
            <li><a href="https://igem.org/Team.cgi?year=2014" class="unselect">Official Team Profile </a></li>
+
<a href="https://2014.igem.org/Team:NTNU_Trondheim"style="text-decoration:none;color:#1C140D">HOME </a> </td>
-
            <li><a href="https://2014.igem.org/Team:NJAU_China/Project">Project</a></li>
+
 
-
            <li><a href="https://2014.igem.org/Team:NJAU_China/Parts" class="unselect">Parts</a></li>
+
<td width="150px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
-
            <li><a href="https://2014.igem.org/Team:NJAU_China/Modeling" class="unselect">Modeling</a></li>
+
<a href="https://2014.igem.org/Team:NTNU_Trondheim/Project" style="text-decoration:none;color:#1C140D">PROJECT</a> </td>
-
            <li><a href="https://2014.igem.org/Team:NJAU_China/Notebook" class="unselect">Notebook</a></li>
+
 
-
            <li><a href="https://2014.igem.org/Team:NJAU_China/Safety" class="unselect">Safety</a></li>
+
<td width="150px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
-
            <li><a href="https://2014.igem.org/Team:NJAU_China/Attributions" class="unselect">Attributions</a></li>
+
<a href="https://2014.igem.org/Team:NTNU_Trondheim/Parts" style="text-decoration:none;color:#1C140D">PARTS</a></td>
-
          </ul>
+
 
-
        </div>
+
<td width="150px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
-
        <!-- /.nav-collapse -->  
+
<a href="https://2014.igem.org/Team:NTNU_Trondheim/Team" style="text-decoration:none;color:#1C140D">TEAM </a> </td>
-
      </div>
+
 
-
      <!-- /.container -->  
+
<td width="150px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
-
    </div>
+
<a href="https://2014.igem.org/Team:NTNU_Trondheim/Notebook" style="text-decoration:none;color:#1C140D">NOTEBOOK </a> </td>
-
    <!-- /.navbar -->  
+
 
-
   
+
<td width="150px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
-
  </div>
+
<a href="https://2014.igem.org/Team:NTNU_Trondheim/Safety" style="text-decoration:none;color:#1C140D">SAFETY </a></td>
-
</div>
+
 
 +
<td width="150px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
 +
<a href="https://2014.igem.org/Team:NTNU_Trondheim/Sponsors" style="text-decoration:none;color:#1C140D">SPONSORS </a></td>
 +
</tr>
 +
 
 +
 
 +
 
 +
<tr> <td colspan="5"></td>  
 +
<td align="center" width="162px"><a href="https://igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a></td>  
 +
<td align="center" width="162px"><img src="https://static.igem.org/mediawiki/2014/2/27/Logo_ntnu.png" width="55px"></td>
 +
</tr>
 +
</table>
 +
 
 +
</td>
 +
<td  bgColor="#FFFFFF"></td>
 +
</tr>
 +
</table>
 +
<!-- end of menu -->
 +
 
 +
 
 +
<!-- First block of content -->
 +
<table  id="firstblock" width="100%"  cellspacing="0" height="500px">
 +
<tr>
 +
<td  bgColor="#FFFFFF"></td>
 +
<td width="975px" align="center" bgColor="#FFFFFF" >
 +
 
 +
<!-- You can replace this image with your team's logo! -->
 +
<!-- img src="https://static.igem.org/mediawiki/2014/0/06/BioPad.png" width="500px" -->
 +
<h3>Welcome to NTNU's iGEM Wiki 2014! </h3>
 +
<img src="https://static.igem.org/mediawiki/2014/4/4a/NTNU_Igemlogo_modified.png" width="500px">
 +
<p>Scroll down to find more about our project! </p>
 +
 
 +
</td>
 +
<td bgColor="#FFFFFF"></td>
 +
</tr>
 +
</table>
 +
<!-- end of first block -->
 +
 
 +
 
 +
 
 +
<!--  Block of content 1 -->
 +
<table width="100%"  cellspacing="0" height="500px">
 +
<tr><td  bgColor="#FEE5AD"></td>
 +
<td width="975px" align="center" bgColor="#FEE5AD" >
 +
<table  width="975px"  cellspacing="0" height="500px">
 +
<tr>
 +
 
 +
<td width="95%" bgColor="#FEE5AD"  rowspan="3" align="center">
 +
 
 +
<!-- Content goes here -->
 +
<img src="https://static.igem.org/mediawiki/2014/7/79/NTNU_Trondheim_Dna_strand_1.png">
 +
<h3>Project</h3>
 +
<p align="left">The primary goal of this project is to aid CO2-capturing efforts by developing a chemically inducible gene expression system for the photosynthesizing cyanobacterium <i>Synechocystis sp. </i> PCC6803, and using it to increase the rate of carbon fixation in the bacterium. </p>
 +
<p align="left">This basic platform could then be used to offset CO2 emissions at a higher rate than the naturally occurring organism.</p>
 +
</td>
 +
 
 +
 
 +
<!-- This is the back to top button -->
 +
<td bgColor=#FEE5AD> </td>
 +
<tr><td bgColor=#FEE5AD></td></tr>
 +
<tr> <td  height="20px" width="5%" align="center" onMouseOver="this.bgColor='#FFFFFF'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
 +
<a href="#firstblock" style="text-decoration:none;color:#1C140D"> Top </a> </td></tr>
 +
</table>
 +
 
 +
 
 +
</td>
 +
<td bgColor="#FEE5AD"></td>
 +
</tr>
 +
</table>
 +
<!-- end of Block-->
 +
 
 +
 
 +
 
 +
<!--  Block of content 2 -->
 +
<table width="100%"  cellspacing="0" height="500px">
 +
<tr>
 +
<td  bgColor="#FACA66"></td>
 +
<td width="975px" align="center" bgColor="#FACA66" >
 +
 
 +
<table  width="975px"  cellspacing="0" height="500px">
 +
<tr>
 +
<td width="95%" bgColor="#FACA66"  rowspan="3" align="center">
 +
 
 +
<!-- Content goes here -->
 +
<img src="https://static.igem.org/mediawiki/2014/b/b5/Dnastrand3.png">
 +
<h3> Detailed project description</h3>
 +
<p align="left"> During the course of this project, our team will construct a new BioBrick that allows chemically inducible expression of transgenes in <a href="http://www.genome.jp/kegg-bin/show_organism?org=syn"><i>Synechocystis sp.</i> PCC6803.</a></p>
 +
 
 +
<p align="left"> The new BioBrick will incorporate DNA sequences from four existing BioBricks, in addition to sequences from the <i>Synechocystis sp.</i> PC6803 genome.</p>
 +
 
 +
<p align="left">We will use metabolic modelling methods such as <a href="http://www.nature.com/nbt/journal/v28/n3/abs/nbt.1614.html">Flux Balance Analysis</a> to identify bottlenecks in pathways involved with carbon fixation. Once bottlenecks are identified, we will look for high throughput orthologs of the genes corresponding to the identified bottlenecks, and include these in our BioBrick. Finally, the BioBrick carrying high throughput orthologs will be transformed into <i>Synechocystis sp.</i> PC6803 cells to increase their carbon fixation rate. </p>
 +
 
 +
<p align="left">Head over to our <a href="https://2014.igem.org/Team:NTNU_Trondheim/Project">project page</a> to read more about the project! </p>
 +
 
 +
</td>
 +
 
 +
 
 +
<!-- This is the back to top section -->
 +
<td bgColor=#FACA66> </td>
 +
<tr><td bgColor=#FACA66></td></tr>
 +
<tr> <td  height="20px" width="5%" align="center" onMouseOver="this.bgColor='#FFFFFF'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
 +
<a href="#firstblock" style="text-decoration:none;color:#1C140D"> Top </a> </td></tr>
 +
</table>
 +
 
 +
</td>
 +
<td bgColor="#FACA66"></td>
 +
</tr>
 +
</table>
 +
<!-- end of Block-->
 +
 
 +
 
 +
 
 +
<!--  Block of content 3 -->
 +
<table width="100%"  cellspacing="0" height="500px">
 +
<tr>
 +
<td  bgColor="#F7A541"></td>
 +
<td width="975px" align="center" bgColor="#F7A541" >
 +
 
 +
<table  width="975px"  cellspacing="0" height="500px">
 +
<tr>
 +
<td width="95%" bgColor="#F7A541"  rowspan="3" align="center">
 +
 
 +
<!-- Content goes here -->
 +
 
 +
<img src="https://static.igem.org/mediawiki/2014/7/7d/Gears.png">
 +
<h3> Who will your project help?</h3>
 +
<p> Tell your audience how your project will help the environment, science, medicine or everything else.</p>
 +
</td> 
 +
 
 +
 
 +
<!-- This is the back to top section -->
 +
<td bgColor=#F7A541> </td>
 +
<tr><td bgColor=#F7A541></td></tr>
 +
<tr> <td  height="20px" width="5%" align="center" onMouseOver="this.bgColor='#FFFFFF'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
 +
<a href="#firstblock" style="text-decoration:none;color:#1C140D"> Top </a> </td></tr>
 +
 
 +
</table>
 +
 
 +
 
 +
</td>
 +
<td bgColor="#F7A541"></td>
 +
</tr>
 +
</table>
 +
<!-- end of Block-->
 +
 
 +
 
 +
<!--  Block of content 4 -->
 +
<table width="100%"  cellspacing="0" height="500px">
 +
<tr>
 +
<td  bgColor="#F45D4C"></td>
 +
<td width="975px" align="center" bgColor="#F45D4C" >
 +
 
 +
<table  width="975px"  cellspacing="0" height="500px">
 +
<tr>
 +
<td width="95%" bgColor="#F45D4C"  rowspan="3" align="center">  
 +
<!-- Content goes here -->
 +
 
 +
<img src="https://static.igem.org/mediawiki/2014/c/ce/Dnastrand2.png">
 +
<h3>Why did you choose this project?</h3>
 +
<p> What motivated you to work on this project? Tell us what inspires you.</p>
 +
 
 +
</td> 
 +
 
 +
 
 +
<!-- This is the back to top section -->
 +
<td bgColor=#F45D4C> </td>
 +
<tr><td bgColor=#F45D4C ></td></tr>
 +
<tr> <td  height="20px" width="5%" align="center" onMouseOver="this.bgColor='#FFFFFF'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
 +
<a href="#firstblock" style="text-decoration:none;color:#1C140D"> Top </a> </td></tr>
 +
 
 +
</table>
 +
</td>
 +
<td bgColor="#F45D4C"></td>
 +
</tr>
 +
</table>
 +
<!-- end of Block-->
 +
 
 +
 
-
<!-- Carousel
+
<!-- Final block of content -->
-
    ================================================== -->
+
<table  id="firstblock" width="100%" cellspacing="0" height="200px">
-
<div id="myCarousel" class="carousel slide" data-ride="carousel">
+
<tr>
-
  <!-- Indicators -->
+
<td  bgColor="#FFFFFF"></td>
-
  <ol class="carousel-indicators">
+
<td width="975px" align="center" bgColor="#FFFFFF" >
-
    <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
+
-
    <li data-target="#myCarousel" data-slide-to="1"></li>
+
-
    <li data-target="#myCarousel" data-slide-to="2"></li>
+
-
  </ol>
+
-
  <div class="carousel-inner" role="listbox">
+
-
    <div class="item active text-center"> <img src="https://static.igem.org/mediawiki/2014/d/d3/Njau_slide1.jpg" alt="First slide" class="text-center">
+
-
      <div class="container">
+
-
        <div class="carousel-caption">
+
-
          <h1>Example headline.</h1>
+
-
          <p>Note: If you're viewing this page via a <code>file://</code> URL, the "next" and "previous" Glyphicon buttons on the left and right might not load/display properly due to web browser security rules.</p>
+
-
          <p><a class="btn btn-lg btn-primary" href="#" role="button">Sign up today</a></p>
+
-
        </div>
+
-
      </div>
+
-
    </div>
+
-
    <div class="item text-center"> <img src="https://static.igem.org/mediawiki/2014/2/24/Njau_slide2.jpg" alt="Second slide">
+
-
      <div class="container">
+
-
        <div class="carousel-caption">
+
-
          <h1>Another example headline.</h1>
+
-
          <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
+
-
          <p><a class="btn btn-lg btn-primary" href="#" role="button">Learn more</a></p>
+
-
        </div>
+
-
      </div>
+
-
    </div>
+
-
    <div class="item text-center"> <img src="https://static.igem.org/mediawiki/2014/6/62/Njau_slide3.jpg" alt="Third slide">
+
-
      <div class="container">
+
-
        <div class="carousel-caption">
+
-
          <h1>One more for good measure.</h1>
+
-
          <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
+
-
          <p><a class="btn btn-lg btn-primary" href="#" role="button">Browse gallery</a></p>
+
-
        </div>
+
-
      </div>
+
-
    </div>
+
-
  </div>
+
-
  <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> <span class="sr-only">Next</span> </a> </div>
+
-
<!-- /.carousel -->
+
-
<br/>
+
-
<!-- Marketing messaging and featurettes
+
-
    ================================================== -->
+
-
<!-- Wrap the rest of the page in another container to center all the content. -->
+
-
<div class="container marketing">  
+
<p>Our sponsors:</p>
-
 
+
<table>
-
  <!-- Three columns of text below the carousel -->
+
<tr>
-
  <div class="row">
+
<td><a href="http://www.genscript.com"><img src="https://static.igem.org/mediawiki/2014/d/df/Genscript_logo_small.png" width ="200"></a></td>
-
    <div class="col-lg-4"> <img class="img-circle" src="https://static.igem.org/mediawiki/2014/c/c3/Avatar1.jpg" alt="Generic placeholder image" style="width: 140px; height: 140px;">
+
<td><a href="http://www.skretting.no"><img src="https://static.igem.org/mediawiki/2014/7/74/Skretting_logo.png" width="200"></a></td>
-
      <h2>Huiyu Li</h2>
+
<td><a href="http://www.sparebank1.no/smn"><img src="https://static.igem.org/mediawiki/2014/9/98/SpareBank1_RGB_nett.jpg" width="200"></a></td>
-
      <p>I love cat</p>
+
<td><a href="http://www.geneious.com/"><img src="https://static.igem.org/mediawiki/2014/d/d6/Genious_logo.png" width="200px"></a></td>
-
      <p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
+
</tr>
-
    </div>
+
</table>
-
    <!-- /.col-lg-4 -->
+
-
    <div class="col-lg-4"> <img class="img-circle" src="https://static.igem.org/mediawiki/2014/e/e8/Avatar2.jpg" alt="Generic placeholder image" style="width: 140px; height: 140px;">
+
-
      <h2>Heng Xu</h2>
+
-
      <p>I love cat</p>
+
-
      <p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
+
-
    </div>
+
-
    <!-- /.col-lg-4 -->
+
-
    <div class="col-lg-4"> <img class="img-circle" src="https://static.igem.org/mediawiki/2014/4/46/Avatar3.jpg" alt="Generic placeholder image" style="width: 140px; height: 140px;">
+
-
      <h2>Zhenxiong Jiang</h2>
+
-
      <p>I love cat</p>
+
-
      <p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
+
-
    </div>
+
-
    <!-- /.col-lg-4 -->
+
-
  </div>
+
-
  <!-- /.row -->
+
-
 
+
-
  <!-- START THE FEATURETTES -->
+
-
 
+
-
  <hr class="featurette-divider">
+
-
  <div class="row featurette">
+
-
    <div class="col-md-7">
+
-
      <h2 class="featurette-heading">First featurette heading. <span class="text-muted">It'll blow your mind.</span></h2>
+
-
      <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
+
-
    </div>
+
-
    <div class="col-md-5"> <img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="Generic placeholder image"> </div>
+
-
  </div>
+
-
  <hr class="featurette-divider">
+
-
  <div class="row featurette">
+
-
    <div class="col-md-5"> <img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="Generic placeholder image"> </div>
+
-
    <div class="col-md-7">
+
-
      <h2 class="featurette-heading">Oh yeah, it's that good. <span class="text-muted">See for yourself.</span></h2>
+
-
      <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
+
-
    </div>
+
-
  </div>
+
-
  <hr class="featurette-divider">
+
-
  <div class="row featurette">
+
-
    <div class="col-md-7">
+
-
      <h2 class="featurette-heading">And lastly, this one. <span class="text-muted">Checkmate.</span></h2>
+
-
      <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
+
-
    </div>
+
-
    <div class="col-md-5"> <img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="Generic placeholder image"> </div>
+
-
  </div>
+
-
  <hr class="featurette-divider">
+
-
 
+
-
  <!-- /END THE FEATURETTES -->
+
-
 
+
-
  <!-- FOOTER -->
+
-
  <footer>
+
-
    <p class="pull-right"><a href="#">Back to top</a></p>
+
-
    <p>&copy; 2014 Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
+
-
  </footer>
+
-
</div>
+
-
<!-- /.container -->  
+
-
<!-- Bootstrap core JavaScript
+
</td>
-
    ================================================== -->  
+
<td bgColor="#FFFFFF"></td>
-
<!-- Placed at the end of the document so the pages load faster -->  
+
</tr>
-
<!-- ?? Bootstrap ???? CSS ??? -->
+
</table>
-
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.2.0/css/bootstrap.min.css">
+
<!-- end of final block -->
-
<!-- ?????Bootstrap?????????????????? -->
 
-
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
 
-
<!-- jQuery??????????bootstrap.min.js ?????? -->
+
</p>
-
<script src="http://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script>  
+
-
<!-- ???��? Bootstrap ???? JavaScript ??? -->
 
-
<script src="http://cdn.bootcss.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
 
-
</body>
 
</html>
</html>

Revision as of 15:51, 21 July 2014

Welcome to NTNU's iGEM Wiki 2014!

Scroll down to find more about our project!

Project

The primary goal of this project is to aid CO2-capturing efforts by developing a chemically inducible gene expression system for the photosynthesizing cyanobacterium Synechocystis sp. PCC6803, and using it to increase the rate of carbon fixation in the bacterium.

This basic platform could then be used to offset CO2 emissions at a higher rate than the naturally occurring organism.

Top

Detailed project description

During the course of this project, our team will construct a new BioBrick that allows chemically inducible expression of transgenes in Synechocystis sp. PCC6803.

The new BioBrick will incorporate DNA sequences from four existing BioBricks, in addition to sequences from the Synechocystis sp. PC6803 genome.

We will use metabolic modelling methods such as Flux Balance Analysis to identify bottlenecks in pathways involved with carbon fixation. Once bottlenecks are identified, we will look for high throughput orthologs of the genes corresponding to the identified bottlenecks, and include these in our BioBrick. Finally, the BioBrick carrying high throughput orthologs will be transformed into Synechocystis sp. PC6803 cells to increase their carbon fixation rate.

Head over to our project page to read more about the project!

Top

Who will your project help?

Tell your audience how your project will help the environment, science, medicine or everything else.

Top

Why did you choose this project?

What motivated you to work on this project? Tell us what inspires you.

Top

Our sponsors: