Team:OUC-China/Achievement

From 2013.igem.org

(Difference between revisions)
Line 3: Line 3:
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
-
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
<link href="http://oucast.com/igem/css/bootstrap-responsive.css" rel="stylesheet" media="screen">
+
-
<link href="http://oucast.com/igem/css/docs.css" rel="stylesheet">
+
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" media="screen">
<style type="text/css">
<style type="text/css">
-
 
+
/*the igem Global setting*/
 +
* {
 +
  margin: 0;
 +
  padding: 0;
 +
  -webkit-font-smoothing: antialiased;
 +
  -webkit-box-sizing: border-box;
 +
  -moz-box-sizing: border-box;
 +
  box-sizing: border-box;
 +
}
 +
#menubar{
 +
  display: none;
 +
}
 +
body{
 +
  color: #34495e;
 +
  padding-top: 80px;
 +
}
 +
#bodyContent h1, #bodyContent h2{
 +
  margin-bottom:0;
 +
}
 +
h1, h2, h3, h4, h5, h6{
 +
  padding-top: 0;
 +
  padding-bottom: 0;
 +
  color: #34495e;
 +
}
#globalWrapper {
#globalWrapper {
-
font-size: 100%;
+
  font-size: 100%;
}
}
#top-section{
#top-section{
Line 18: Line 39:
     margin:0 auto;
     margin:0 auto;
     padding:0 0 0 0;
     padding:0 0 0 0;
-
     background-color:#e5e5e5;
+
     background-color:transparent;
     overflow:hide;
     overflow:hide;
-
 
}
}
#p-logo{display:none;}
#p-logo{display:none;}
Line 35: Line 55:
#content
#content
{
{
-
border:none;
+
  border:none;
-
height: 100%;
+
  height: 100%;
-
margin:0;
+
  margin:0;
-
padding:0;
+
  padding:0;
-
width:100%;
+
  width:100%;
-
position: absolute;
+
  position: absolute;
-
background-color: #e5e5e5;
+
  background-color: #FFFFFF;
 +
  color: #34495e;
}
}
-
 
+
a:visited{
-
{
+
  color: #fff;
-
margin:0;
+
-
padding:0;
+
}
}
-
 
+
/*the nav settings
-
 
+
-
#menubar {
+
-
    background-color:transparent;
+
-
    position: relative;
+
-
    float:left;
+
-
    white-space: nowrap;
+
-
    top:-6px;
+
-
    width: 490px;
+
-
    z-index: 5000;
+
-
    font-family: sans-serif;
+
-
    font-size: 50%;
+
-
    line-height: 1em;
+
-
    z-index:99;
+
-
}
+
-
li {font-weight:normal;
+
-
    font-size:12px;
+
-
}
+
-
 
+
-
body {
+
-
      padding-bottom: 40px;
+
-
      color: #5a5a5a;
+
-
  background: #e5e5e5 url(bootstrap/img/moon.png);
+
-
  overflow-x: hidden;
+
-
  -webkit-user-select: none;
+
-
  -webkit-tap-highlight-color: rgba(0,0,0,0);
+
-
    }
+
-
h1 {color:#0099FF}
+
-
 
+
-
}
+
-
 
+
-
a:not(.btn) {
+
-
color: #00699E;
+
-
-webkit-transition: 300ms;
+
-
-moz-transition: 300ms;
+
-
transition: 300ms;
+
-
}
+
-
a:hover:not(.btn),
+
-
a:active:not(.btn) {
+
-
color: #9E0000;
+
-
text-decoration: none;
+
-
-webkit-transform: translateY(-8px);
+
-
-moz-transform: translateY(-8px);
+
-
transform: translateY(-8px);
+
-
}
+
-
 
+
-
hr.soften {
+
-
height: 1px;
+
-
margin: 30px 0;
+
-
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
+
-
background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
+
-
background-image:    -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
+
-
background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
+
-
border: 0;
+
-
}
+
-
 
+
-
.nav a {
+
-
-webkit-transition: 500ms;
+
-
-moz-transition: 500ms;
+
-
transition: 500ms;
+
-
}
+
-
 
+
-
 
+
-
    /* Featurettes
+
-
    ------------------------- */
+
-
 
+
-
    .featurette-divider {
+
-
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
+
-
    }
+
-
    .featurette {
+
-
      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
+
-
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
+
-
    }
+
-
    .featurette-image {
+
-
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
+
-
    }
+
-
 
+
-
    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
+
-
    .featurette-image.pull-left {
+
-
      margin-right: 40px;
+
-
    }
+
-
    .featurette-image.pull-right {
+
-
      margin-left: 40px;
+
-
    }
+
-
 
+
-
    /* Thin out the marketing headings */
+
-
    .featurette-heading {
+
-
      font-size: 50px;
+
-
      font-weight: 300;
+
-
      line-height: 1;
+
-
      letter-spacing: -1px;
+
-
    }
+
-
 
+
-
    /* RESPONSIVE CSS
+
-
    -------------------------------------------------- */
+
-
 
+
-
    @media (max-width: 979px) {
+
-
 
+
-
      .container.navbar-wrapper {
+
-
        margin-bottom: 0;
+
-
        width: auto;
+
-
      }
+
-
      .navbar-inner {
+
-
        border-radius: 0;
+
-
        margin: -20px 0;
+
-
      }
+
-
 
+
-
      .carousel .item {
+
-
        height: 400px;
+
-
      }
+
-
      .carousel img {
+
-
        width: auto;
+
-
        height: 400px;
+
-
      }
+
-
 
+
-
      .featurette {
+
-
        height: auto;
+
-
        padding: 0;
+
-
      }
+
-
      .featurette-image.pull-left,
+
-
      .featurette-image.pull-right {
+
-
        display: block;
+
-
        float: none;
+
-
        max-width: 40%;
+
-
        margin: 0 auto 20px;
+
-
      }
+
-
    }
+
-
 
+
-
 
+
-
    @media (max-width: 767px) {
+
-
 
+
-
      .navbar-inner {
+
-
        margin: -20px;
+
-
      }
+
-
 
+
-
      .carousel {
+
-
        margin-left: -20px;
+
-
        margin-right: -20px;
+
-
      }
+
-
      .carousel .container {
+
-
 
+
-
      }
+
-
      .carousel .item {
+
-
        height: 400px;
+
-
      }
+
-
      .carousel img {
+
-
        height: 400px;
+
-
      }
+
-
      .carousel-caption {
+
-
        width: 65%;
+
-
        padding: 0 70px;
+
-
        margin-top: 100px;
+
-
      }
+
-
      .carousel-caption h1 {
+
-
        font-size: 30px;
+
-
      }
+
-
      .carousel-caption .lead,
+
-
      .carousel-caption .btn {
+
-
        font-size: 18px;
+
-
      }
+
-
 
+
-
      .marketing .col-md-4 + .col-md-4 {
+
-
        margin-top: 40px;
+
-
      }
+
-
 
+
-
      .featurette-heading {
+
-
        font-size: 30px;
+
-
      }
+
-
      .featurette .lead {
+
-
        font-size: 18px;
+
-
        line-height: 1.5;
+
-
      }
+
-
 
+
-
    }
+
-
 
+
-
/*the nav settings
+
----------------------------------------------- */
----------------------------------------------- */
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
-
color: #1abc9c;
+
  color: #1abc9c;
-
background-color: transparent;
+
  background-color: transparent;
}
}
.navbar-inverse .navbar-nav>li>a{
.navbar-inverse .navbar-nav>li>a{
-
color: #fff;
+
  color: #fff;
}
}
.navbar-inverse .navbar-nav>li>a:hover{
.navbar-inverse .navbar-nav>li>a:hover{
-
color: #1abc9c;
+
  color: #1abc9c;
-
background-color:transparent;
+
  background-color:transparent;
}
}
.navbar-inverse .navbar-brand{
.navbar-inverse .navbar-brand{
Line 245: Line 89:
}
}
.navbar-inverse .navbar-brand p{
.navbar-inverse .navbar-brand p{
-
   padding:15px 30px;
+
   padding:12px 30px;
   margin:0;
   margin:0;
}
}
.navbar-inverse .navbar-brand:hover{
.navbar-inverse .navbar-brand:hover{
-
color: #1abc9c;
+
  color: #1abc9c;
}
}
.navbar-inverse{
.navbar-inverse{
-
border-color: transparent;
+
  border-color: transparent;
-
background: #34495e;
+
  background: #34495e;
-
font-weight: bold;
+
  font-weight: bold;
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
}
.dropdown-menu{
.dropdown-menu{
-
background-color:#34495e;
+
  background-color:#34495e;
-
border:none;
+
  border:none;
-
-webkit-box-shadow:none;
+
  -webkit-box-shadow:none;
-
box-shadow: none;
+
  box-shadow: none;
}
}
.dropdown-menu>li>a{
.dropdown-menu>li>a{
-
color: #fff;
+
  color: #fff;
-
font-weight: bold;
+
  font-weight: bold;
}
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
-
color:#1abc9c;
+
  color:#1abc9c;
-
background-color: transparent;
+
  background-color: transparent;
}
}
Line 280: Line 124:
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
 +
/*footer*/
 +
footer{
 +
  margin-top: 100px;
 +
  background-color: #eceff1;
 +
  color: #bdc1c5;
 +
  font-size: 17px;
 +
  padding: 0;
 +
}
 +
.footer-banner{
 +
  background-color: #34495e;
 +
  color: #58F8D9;
 +
  margin-left: 42px;
 +
  min-height: 286px;
 +
  padding: 0 30px 30px;
 +
}
 +
.footer-banner ul{
 +
  list-style-type: none;
 +
}
 +
.footer-banner ul li{
 +
  border-bottom:1px solid rgba(57, 107, 97, 0.53);
 +
  line-height: 19px;
 +
  padding: 6px 0;
 +
}
 +
.footer-banner a{
 +
  color: #58F8D9;
 +
}
 +
.footer-banner a:hover{
 +
  text-decoration: none;
 +
}
 +
.footer-title{
 +
  margin: 0 0 22px;
 +
  padding-top: 21px;
 +
  color: #1abc9c;
 +
  font-weight: bold;
 +
}
 +
.footerleft a{
 +
  color: #bdc1c5;
 +
}
 +
.footerleft a:visited {
 +
  color: #bdc1c5;
 +
}
 +
/*slide nav*/
 +
.bs-docs-sidebar{
 +
  margin-bottom: 30px;
 +
  padding-top: 10px;
 +
  padding-bottom: 10px;
 +
}
 +
.bs-docs-sidebar a{
 +
  color: #34495e;
 +
}
 +
.bs-docs-sidebar a:hover{
 +
  color: #16A085;
 +
}
</style>
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="description" content="">
  <meta name="description" content="">
  <meta name="author" content="">
  <meta name="author" content="">
-
<title>Achievement & judge criteria</title>
+
<title>Overview</title>
</head>
</head>
-
 
<body>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
-
<div class="navbar-header">
+
  <div class="navbar-header">
-
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
+
    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
-
<col-md class="sr-only">The navigation</col-md->
+
      <span class="sr-only">The navigation</span>
-
      <col-md class="icon-bar"></col-md>
+
          <span class="icon-bar"></span>
-
      <col-md class="icon-bar"></col-md>
+
          <span class="icon-bar"></span>
-
      <col-md class="icon-bar"></col-md>
+
          <span class="icon-bar"></span>
-
      </button>
+
        </button>
     <a class="navbar-brand" href="https://igem.org/Team_Wikis?year=2013">
     <a class="navbar-brand" href="https://igem.org/Team_Wikis?year=2013">
       <img src="https://static.igem.org/mediawiki/2013/7/7d/Ouc-igem1.png">
       <img src="https://static.igem.org/mediawiki/2013/7/7d/Ouc-igem1.png">
Line 305: Line 201:
   </div>
   </div>
     <div class="collapse navbar-collapse navbar-ex1-collapse">
     <div class="collapse navbar-collapse navbar-ex1-collapse">
-
    <ul class="nav navbar-nav pull-right">
+
      <ul class="nav navbar-nav pull-right">
-
<li><a href="https://2013.igem.org/Team:OUC-China">Home</a></li>
+
      <li><a href="https://2013.igem.org/Team:OUC-China">Home</a></li>
             <li class="dropdown" role="menu" aria-labelledby="dropdownMenu">
             <li class="dropdown" role="menu" aria-labelledby="dropdownMenu">
-
            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Project<b class="caret"></b></a>
+
              <a class="dropdown-toggle" data-toggle="dropdown" href="#">Project<b class="caret"></b></a>
-
            <ul class="dropdown-menu">
+
              <ul class="dropdown-menu">
-
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Overview">Overview</a></li>
+
          <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Overview">Overview</a></li>
-
                <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Achievement">Achievement & judge criteria</a></li>
+
                  <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Achievement">Achievement & judge criteria</a></li>
-
                  <li class="dropdown-submenu">
+
                    <li class="dropdown-submenu">
-
                  <a tabindex="-1" href="#">Intercellular compartment</a>
+
                      <a tabindex="-1" href="#">Intracellular compartment</a>
-
  <ul class="dropdown-menu">
+
                <ul class="dropdown-menu">
-
                      <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Review">Review</a></li>
+
                        <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Review">Review</a></li>
-
                      <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Design">Design</a></li>
+
                        <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Design">Design</a></li>
-
  <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Microfluidics">Microfluidics</a></li>
+
              <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Microfluidics">Microfluidics</a></li>
-
  <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Results">Results</a></li>
+
              <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Results">Results</a></li>
-
  </ul>
+
                </ul>
-
  </li>
+
            </li>
                   <li class="dropdown-submenu">
                   <li class="dropdown-submenu">
                   <a tabindex="-1" href="#">RNA guardian</a>
                   <a tabindex="-1" href="#">RNA guardian</a>
-
  <ul class="dropdown-menu">
+
          <ul class="dropdown-menu">
-
                       <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Instruction">Instruction</a></li>
+
                       <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Introduction">Introduction</a></li>
                       <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/RNA guardian/Design">Design</a></li>
                       <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/RNA guardian/Design">Design</a></li>
-
  <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/RNA guardian/Results">Result</a></li>
+
            <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/RNA guardian/Results">Result</a></li>
-
  <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Reference">Reference</a></li>
+
            <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Reference">Reference</a></li>
-
  </ul>
+
            </ul>
-
  </li>
+
          </li>
-
  <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Part description">Part description</a></li>
+
          <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Part description">Part description</a></li>
-
  <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Future work">Future work</a></li>
+
          <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Future work">Future work</a></li>
                 </ul>
                 </ul>
-
          </li>
+
            </li>
             <li class="dropdown" role="menu" aria-labelledby="dropdownMenu">
             <li class="dropdown" role="menu" aria-labelledby="dropdownMenu">
-
            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Modeling<b class="caret"></b></a>
+
              <a class="dropdown-toggle" data-toggle="dropdown" href="#">Modeling<b class="caret"></b></a>
                 <ul class="dropdown-menu">
                 <ul class="dropdown-menu">
                   <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Magnetic Analysis">Magnetic Analysis</a></li>
                   <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Magnetic Analysis">Magnetic Analysis</a></li>
Line 342: Line 238:
             </li>
             </li>
             <li><a  href="https://2013.igem.org/Team:OUC-China/Human Practice">Human Practice</a></li>
             <li><a  href="https://2013.igem.org/Team:OUC-China/Human Practice">Human Practice</a></li>
-
<li class="dropdown">
+
      <li class="dropdown">
-
            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Team<b class="caret"></b></a>
+
              <a class="dropdown-toggle" data-toggle="dropdown" href="#">Team<b class="caret"></b></a>
-
            <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
+
              <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
                   <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Members">Members</a></li>
                   <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Members">Members</a></li>
                   <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Instructors">Instructors</a></li>
                   <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Instructors">Instructors</a></li>
                   <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Advisor">Advisor</a></li>
                   <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Advisor">Advisor</a></li>
-
  <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Lab">Lab</a></li>
+
          <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Lab">Lab</a></li>
-
  <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Acknowledgement">Acknowledgement</a></li>
+
          <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Acknowledgement">Acknowledgement</a></li>
-
</ul>
+
        </ul>
             </li>
             </li>
-
<li class="dropdown"><a  href="https://2013.igem.org/Team:OUC-China/Safety">Safety</a></li>
+
      <li class="dropdown"><a  href="https://2013.igem.org/Team:OUC-China/Safety">Safety</a></li>
-
<li class="dropdown">
+
      <li class="dropdown">
                 <a class="dropdown-toggle" data-toggle="dropdown" href="#">Notebook<b class="caret"></b></a>
                 <a class="dropdown-toggle" data-toggle="dropdown" href="#">Notebook<b class="caret"></b></a>
                 <ul id="menu2" class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
                 <ul id="menu2" class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
Line 360: Line 256:
                 </ul>
                 </ul>
             </li>
             </li>
-
</ul>
+
    </ul>
-
</div>
+
  </div>
-
</div>
+
</div>  
-
 
+
<div class="container">
<div class="container">
-
 
<div class="row">
<div class="row">
       <div class="col-md-3 bs-docs-sidebar">
       <div class="col-md-3 bs-docs-sidebar">
Line 373: Line 267:
           <li><a href="https://2013.igem.org/Team:OUC-China/Review"><i class="icon-chevron-right"></i>Intercellular compartment</a></li>
           <li><a href="https://2013.igem.org/Team:OUC-China/Review"><i class="icon-chevron-right"></i>Intercellular compartment</a></li>
           <li><a href="https://2013.igem.org/Team:OUC-China/Instruction"><i class="icon-chevron-right"></i>RNA guardian</a></li>
           <li><a href="https://2013.igem.org/Team:OUC-China/Instruction"><i class="icon-chevron-right"></i>RNA guardian</a></li>
-
  <li><a href="https://2013.igem.org/Team:OUC-China/Part description"><i class="icon-chevron-right"></i>Part description</a></li>
+
      <li><a href="https://2013.igem.org/Team:OUC-China/Part description"><i class="icon-chevron-right"></i>Part description</a></li>
           <li><a href="https://2013.igem.org/Team:OUC-China/Future work"><i class="icon-chevron-right"></i>Future work</a></li>
           <li><a href="https://2013.igem.org/Team:OUC-China/Future work"><i class="icon-chevron-right"></i>Future work</a></li>
-
         
 
         </ul>
         </ul>
       </div>
       </div>
-
 
 
       <div class="col-md-9">
       <div class="col-md-9">
-
 
-
 
 
  <section id="Overview">
  <section id="Overview">
-
 
+
             <h3>Achievement & judge criteria</h3><hr>
-
  <div class="page-header">
+
    <p>1.We construct a series of new standard Biobrick part and device and submit it to MIT.</a><br /><br /><a  href="https://2013.igem.org/Team:OUC-China/Instruction" style="color:#34495e;">2. <span class="glyphicon glyphicon-new-window"></span> We design a “RNA guardian” device and prove it matches our goals and submit it to MIT.</a><br /><br />3.We find that Biobrick BBa_K590015 do not work because of the wrong sequence, so we correct it and registry the <i>mam</i>J gene(BBa_K1059014).<br /><br />4.We utilize the microfluidic chip to build the mathematical model reflecting the relationship between the bacterial number and magnetic field intensity.<br /><br />5.We built a model to simulate the route of <I/> E.coli </I>in the Microfluidic Chip and quantitatively analyze the magnetic detection ability of the sample bacteria, introducing a magnetism detection coefficient to quantify this ability.<br /><br />6.We preserved <i>Magnetospirillum Magneticum</i> AMB-1 <i>mam</i>AB genes in <i>E.coli</i>, prevented the genes lose when AMB-1 strain was cultured in high oxygen partial pressure environment.<br /><br />7.We help Tsinghua University by constructing a device and sharing drugs.<br /><br />8.We run lots of human practice activities to share knowledge and thinking of synthetic biology, discussing and practicing  in the usage of biotechnology.<br /><br /><b>We deserve a Gold medal!</b></p>
-
             <h1>Achievement & judge criteria</h1>
+
  </section>
-
          </div>
+
-
  <div class="row">
+
-
 
+
-
  <div class="col-md-9">
+
-
    <div class="row">
+
-
     
+
-
      <div class="col-md-9"><p style="font-weight:normal;"><font size="2px"><a  href="https://2013.igem.org/Team:OUC-China/Part description">1.We construct a series of new standard Biobrick part and device and submit it to MIT.</a><br /><br /><a  href="https://2013.igem.org/Team:OUC-China/Instruction">2.We design a “RNA guardian” device and prove it matches our goals and submit it to MIT.</a><br /><br />3.We find that Biobrick BBa_K590015 do not work because of the wrong sequence, so we correct it and registry the <i>mam</i>J gene(BBa_K1059014).<br /><br />4.We utilize the microfluidic chip to build the mathematical model reflecting the relationship between the bacterial number and magnetic field intensity.<br /><br />5.We built a model to simulate the route of <I/> E.coli </I>in the Microfluidic Chip and quantitatively analyze the magnetic detection ability of the sample bacteria, introducing a magnetism detection coefficient to quantify this ability.<br /><br />6.We preserved <i>Magnetospirillum Magneticum</i> AMB-1 <i>mam</i>AB genes in <i>E.coli</i>, prevented the genes lose when AMB-1 strain was cultured in high oxygen partial pressure environment.<br /><br />7.We help Tsinghua University by constructing a device and sharing drugs.<br /><br />8.We run lots of human practice activities to share knowledge and thinking of synthetic biology, discussing and practicing  in the usage of biotechnology.<br /><br /><b>We deserve a Gold medal!</b><br /></font></p>
+
-
  <br/>
+
-
  </div>
+
-
    </div>
+
-
  </div>
+
-
</div><br /><br /></br>
+
-
+
-
    </section>
+
    </div>
    </div>
  </div>
  </div>
  </div>
  </div>
-
 
+
<!--footer-->
-
 
+
<footer>
-
 
+
<div class="container">
 +
<div class="row">
 +
<div class="col-md-1"></div>
 +
<div class="col-md-6 footerleft">
 +
  <h3 class="footer-title" style="color:#bdc1c5;">About</h3>
 +
  <p>Thanks to:</p>
 +
  <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bootstrap&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Flat-ui&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unslider</p>
 +
  <p>Designed and built by <a href="http://copypeng.com">@PengYong</a> and <a href="http://www.renren.com/345094399/profile?ref=opensearch_normal#notice">@ZhenYuchen.</a></p>
 +
  <p>Code licensed under Apache License v2.0</p>
 +
</div>
 +
<div class="col-md-4">
 +
  <div class="footer-banner">
 +
    <h3 class="footer-title">Contact US</h3>
 +
    <ul>
 +
      <li>E-mail:<a href="mailto:oucigem@163.com"> oucigem@163.com</a></li>
 +
      <li><a href="http://oucast.com"> Official website</a></li>
 +
      <li><a href="http://www.renren.com/oast"> Find us on Renren</a></li>
 +
      <li><a href="http://weibo.com/u/2805858363"> Find us on Weibo</a></li>
 +
      <li><a href="https://www.google.com/maps?q=+36.062884,+120.335542&sll=36.1360706,120.3648376&sspn=0.36606958894334163,0.9386959091014536&t=m&z=16">Find us on Google Map</a></li>
 +
    </ul>
 +
  </div>
 +
</div>
 +
<div class="col-md-1"></div>
 +
</div>
 +
</div>
 +
</footer>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="http://oucast.com/igem/js/bootstrap.min.js"></script>
<script src="http://oucast.com/igem/js/bootstrap.min.js"></script>
-
<script src="http://oucast.com/igem/js/ouc2.js"></script>
 
-
<script src="http://oucast.com/igem/js/application.js"></script>
 
-
<script>
 
-
 
 
-
      !function ($) {
 
-
        $(function(){
 
-
          // carousel demo
 
-
          $('#myCarousel').carousel()
 
-
        })
 
-
      }(window.jQuery)
 
-
    </script>
 
-
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
 
</body>
</body>
</html>
</html>

Revision as of 03:17, 28 September 2013

Overview

Achievement & judge criteria


1.We construct a series of new standard Biobrick part and device and submit it to MIT.

2. We design a “RNA guardian” device and prove it matches our goals and submit it to MIT.

3.We find that Biobrick BBa_K590015 do not work because of the wrong sequence, so we correct it and registry the mamJ gene(BBa_K1059014).

4.We utilize the microfluidic chip to build the mathematical model reflecting the relationship between the bacterial number and magnetic field intensity.

5.We built a model to simulate the route of E.coli in the Microfluidic Chip and quantitatively analyze the magnetic detection ability of the sample bacteria, introducing a magnetism detection coefficient to quantify this ability.

6.We preserved Magnetospirillum Magneticum AMB-1 mamAB genes in E.coli, prevented the genes lose when AMB-1 strain was cultured in high oxygen partial pressure environment.

7.We help Tsinghua University by constructing a device and sharing drugs.

8.We run lots of human practice activities to share knowledge and thinking of synthetic biology, discussing and practicing in the usage of biotechnology.

We deserve a Gold medal!