Team:NJAU China/Project

From 2014.igem.org

(Difference between revisions)
(Prototype team page)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
<html lang="en">
 +
<head>
 +
<meta charset="utf-8">
 +
<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>
 +
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.2.0/css/bootstrap.min.css">
 +
<script src="http://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script>
 +
<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 -->
 +
<!--[if lt IE 9]>
 +
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
 +
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 +
    <![endif]-->
-
{{CSS/Main}}
+
<!-- Custom styles for this template -->
 +
<link href="carousel.css" rel="stylesheet">
 +
<style type="text/css">
 +
body {
 +
  padding-bottom: 40px;
 +
  background: #333333;
 +
  color: #5a5a5a;
 +
  font-size: 12px;
 +
}
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {
 +
  display: none;
 +
} /*-- hides default wiki settings --*/
 +
.firstHeading {
 +
  width: 975px;
 +
  margin: 0px auto;
 +
  padding-top: 100px;
 +
  margin-bottom: 20px;
 +
  font-family: Georgia, Times, "Times New Roman", serif;
 +
}
 +
h1, h2, h3, h4, h5 {
 +
  font-family: Georgia, Times, "Times New Roman", serif;
 +
}
 +
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
  background-color: #383838;
 +
  border: 0 none;
 +
  height: 14px;
 +
  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;
 +
}
 +
body {
 +
  background-color: #fff;
 +
}
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
  width: 100%;
 +
  height: 100%;
 +
  border: 0px;
 +
  background-color: transparent;
 +
  margin: 0px;
 +
  padding: 0px;
 +
}
 +
html, body, .wrapper { /*-- changes default wiki settings --*/
 +
  width: 100%;
 +
  height: 100%;
 +
  background-color: transparent;
 +
}
 +
#container { /*-- creates container for all content on page --*/
 +
  font-family: Arial, Helvetica, sans-serif;
 +
  font-weight: normal;
 +
  font-size: 14px;
 +
  color: #414141;
 +
  width: 960px;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  background-color: #transparent;
 +
  margin-top: 0px;
 +
}
 +
.container {
 +
  font-size:14px
 +
}
 +
.buttontext {
 +
  color:#FFF
 +
}
 +
</style>
 +
<style>
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear {
 +
  display: none;
 +
} /*-- hides default wiki settings --*/
 +
</style>
 +
</head>
 +
<!-- NAVBAR
 +
================================================== -->
 +
<body>
 +
<div class="container-fluid">
 +
  <!-- Brand and toggle get grouped for better mobile display -->
 +
  <div class="navbar-header">
 +
    <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
 +
    <a class="navbar-brand" href="#">Brand</a> </div>
 +
  <div class="navbar-wrapper">
 +
    <div class="navbar navbar-fixed-top navbar-inverse" role="navigation">
 +
      <div class="container">
 +
        <div class="navbar-header">
 +
          <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>
 +
          <a class="navbar-brand" href="#">iGem 2014 NJAU_China</a> </div>
 +
        <div class="collapse navbar-collapse">
 +
          <ul class="nav navbar-nav">
 +
            <li ><a href="https://2014.igem.org/Team:NJAU_China" class="unselect">Home</a></li>
 +
            <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Introduction<span class="caret"></span></a>
 +
              <ul class="dropdown-menu" role="menu">
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Background">Background</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Challenge">Challenge</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/OurIdea">Our Idea</a></li>
 +
              </ul>
 +
            </li>
 +
            <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project<span class="caret"></span></a>
 +
              <ul class="dropdown-menu" role="menu">
 +
                <li class="active"><a href="https://2014.igem.org/Team:NJAU_China/Overview">Overview</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Sensor">Part1: Sensor</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/System">System</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Product">Product</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Summary">Summary</a></li>
 +
              </ul>
 +
            </li>
 +
            <li><a href="https://2014.igem.org/Team:NJAU_China/Modeling" class="unselect">Modeling</a></li>
 +
            <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Outreach<span class="caret"></span></a>
 +
              <ul class="dropdown-menu" role="menu">
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/HumanPractice">Human Practice</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Safety">Safety</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Collaboration">Collaboration</a></li>
 +
              </ul>
 +
            </li>
 +
            <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Achievements<span class="caret"></span></a>
 +
              <ul class="dropdown-menu" role="menu">
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/BioBricks">BioBricks</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/JudgingCriteria">Judging Criteria</a></li>
 +
              </ul>
 +
            </li>
 +
            <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Notebook<span class="caret"></span></a>
 +
              <ul class="dropdown-menu" role="menu">
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Protocol">Protocol</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Lablog">Lablog</a></li>
 +
              </ul>
 +
            </li>
 +
            <li><a href="https://2014.igem.org/Team:NJAU_China/Team"  class="unselect">Team</a></li>
 +
            <li><a href="https://2014.igem.org/Team:NJAU_China/Acknowledgement"  class="unselect">Acknowledgement</a></li>
 +
          </ul>
 +
        </div>
 +
        <!-- /.nav-collapse -->
 +
      </div>
 +
      <!-- /.container -->
 +
    </div>
 +
    <!-- /.navbar -->
 +
   
 +
  </div>
 +
</div>
-
<html>
 
-
<!--main content -->
+
<!-- Marketing messaging and featurettes
-
<table width="70%" align="center">
+
    ================================================== -->  
-
 
+
<!-- Wrap the rest of the page in another container to center all the content. -->
-
 
+
<div class="container">
-
<!--welcome box -->
+
<h1>Overview</h1>
-
<tr>
+
<h3>Description</h3>
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
<p>For eliminating copper contaminant automatically, the E.coli is supposed to make response as soon as the concentration of copper is excessive in the environment. Sensing and cooperating with copper ion,some special nucleotide sequences on E.coli chromosome can regulate transcription of downstream. Among those copper-sensing sequences, we will choose the most sensitive、effective sequence as a copper sensor to promote sequential reactions.</p>
-
<h1 >WELCOME TO iGEM 2014! </h1>
+
-
<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:NJAU_China/Project&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
-
</td>
+
-
</tr>
+
-
 
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
-
<!-- end welcome box -->
+
-
<tr>
+
-
 
+
-
<!--navigation menu -->
+
-
<td align="center" colspan="3">
+
-
 
+
-
<table  width="100%">
+
-
<tr heigth="15px"></tr>
+
-
<tr heigth="75px">
+
-
 
+
-
 
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
-
<a href="https://2014.igem.org/Team:NJAU_China"style="color:#000000">Home </a> </td>
+
-
 
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://2014.igem.org/Team:NJAU_China/Team"style="color:#000000"> Team </a> </td>
+
-
 
+
-
<td style="border:1px solid black;" align="center"  height ="45px"  onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=NJAU_China"style="color:#000000"> Official Team Profile </a></td>
+
-
 
+
-
<td style="border:1px solid black" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://2014.igem.org/Team:NJAU_China/Project"style="color:#000000"> Project</a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
-
<a href="https://2014.igem.org/Team:NJAU_China/Parts"style="color:#000000"> Parts</a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
-
<a href="https://2014.igem.org/Team:NJAU_China/Modeling"style="color:#000000"> Modeling</a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
-
<a href="https://2014.igem.org/Team:NJAU_China/Notebook"style="color:#000000"> Notebook</a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://2014.igem.org/Team:NJAU_China/Safety"style=" color:#000000"> Safety </a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://2014.igem.org/Team:NJAU_China/Attributions"style="color:#000000"> Attributions </a></td>
+
-
 
+
-
 
+
-
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
+
-
</tr>
+
-
</table>
+
-
 
+
-
</tr>
+
-
</tr>
+
-
</td>
+
-
 
+
-
<tr> <td colspan="3"  height="15px"> </td></tr>
+
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr>
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
-
 
+
-
 
+
-
 
+
-
<!--Project content  -->
+
-
<tr><td > <h3> Project Description </h3></td>
+
-
<td ></td >
+
-
<td > <h3> Content</h3></td>
+
-
</tr>
+
-
 
+
-
<tr>
+
-
<td width="45%"  valign="top">  
+
-
<p>Tell us more about your project. Give us background.  Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs) </p>
+
-
<br>
+
-
<h3>References </h3>
+
<p>
<p>
-
iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you though about your project and what works inspired you. </p>  
+
In our project,we put the concentrations on three candidates:</p>
-
</td>
+
-
 
+
-
<td></td>
+
-
<td  width="45%"  valign="top">
+
-
<p> You can use these subtopics to further explain your project</p>
+
-
 
+
-
<ol>
+
-
<li>Overall project summary</li>
+
-
<li>Project Details</li>
+
-
<li>Materials and Methods</li>
+
-
<li>The Experiments</li>
+
-
<li>Results</li>
+
-
<li>Data analysis</li>
+
-
<li>Conclusions</li>
+
-
</ol>
+
-
 
+
<p>
<p>
-
It's important for teams to describe all the creativity that goes into an iGEM project, along with all the great ideas your team will come up with over the course of your work.  
+
MarO(THE marRAB OPERON),an regulon which regulates the multiple antibiotic resistance of E.coli, has been reported as a copper sensor to be controlled by MarR.</p>
 +
<p>CopA and CueO ,both of them involves in copper tolerance of E.coli and are activated by CueR in response to excessive concentration of copper.</p>
 +
<p>Our standards and methods for choosing the best one are the sensitiveness and effectiveness.</p>
 +
<p>For the facilitating part, we use vbg promoter to assure that the sequential reactions wouldn’t be actived until the concentration of GSH has accumulated to some point. Therefore, when CopA system are triggered and the concentration of Cu2+ are rise, which has been proved in an article, we can eliminate the copper contaminant with high efficiency. At the same time, we can keep the E.coli safe.</p>
 +
<p>We stabilized the E.coli so that they wouldn’t be released to the environment.
</p>
</p>
 +
</div>
-
<p>
 
-
It's also important to clearly describe your achievements so that judges will know what you tried to do and where you succeeded. Please write your project page such that what you achieved is easy to distinguish from what you attempted.
 
-
</p>
 
-
 
-
</td>
 
-
 
-
</tr>
 
 +
<!-- /.container -->
-
</table>
+
<!-- Bootstrap core JavaScript
 +
    ================================================== -->
 +
<!-- Placed at the end of the document so the pages load faster -->
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
 +
</body>
</html>
</html>

Latest revision as of 11:35, 15 August 2014

Carousel Template for Bootstrap

Overview

Description

For eliminating copper contaminant automatically, the E.coli is supposed to make response as soon as the concentration of copper is excessive in the environment. Sensing and cooperating with copper ion,some special nucleotide sequences on E.coli chromosome can regulate transcription of downstream. Among those copper-sensing sequences, we will choose the most sensitive、effective sequence as a copper sensor to promote sequential reactions.

In our project,we put the concentrations on three candidates:

MarO(THE marRAB OPERON),an regulon which regulates the multiple antibiotic resistance of E.coli, has been reported as a copper sensor to be controlled by MarR.

CopA and CueO ,both of them involves in copper tolerance of E.coli and are activated by CueR in response to excessive concentration of copper.

Our standards and methods for choosing the best one are the sensitiveness and effectiveness.

For the facilitating part, we use vbg promoter to assure that the sequential reactions wouldn’t be actived until the concentration of GSH has accumulated to some point. Therefore, when CopA system are triggered and the concentration of Cu2+ are rise, which has been proved in an article, we can eliminate the copper contaminant with high efficiency. At the same time, we can keep the E.coli safe.

We stabilized the E.coli so that they wouldn’t be released to the environment.