(Prototype team page) |
|||
Line 1: | Line 1: | ||
{{OUC-China}} | {{OUC-China}} | ||
+ | {{OUC-China/CSS}} | ||
<html> | <html> | ||
+ | <head> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <title>InterLab</title> | ||
+ | <style type="text/css"> | ||
+ | body{padding-top: 50px;} | ||
+ | .ouc-navbar{background-color:#008EA1;} | ||
+ | .ouc-nav-a{color: white;} | ||
+ | #ouc-logo{padding-top:5px;} | ||
+ | #ouc-logo:hover{background-color:#008EA1;} | ||
+ | .ouc-page-header{border-bottom-color: #EDEC8C;border-bottom-width: thick;color: #008F75;} | ||
+ | .top{position: fixed;bottom:0;right: 0;} | ||
+ | .top:hover{animation: upp 0.6s ;} | ||
+ | @keyframes upp { | ||
+ | 0% {margin-bottom: 0;} | ||
+ | 50% {margin-bottom: 80px;} | ||
+ | 100% {margin-bottom: 0;} | ||
+ | } | ||
+ | .ouc-reserve{background-color: #008EA1;color: white;} | ||
+ | .ouc-heading{height:40px;border-left-width:10px;border-left-color:#E3D434; } | ||
+ | .ouc-heading h3{margin: 0;color: #008EA1;} | ||
+ | .ouc-a{color:#E3D434; } | ||
+ | .ouc-a:hover{color: #008F75;} | ||
+ | .ouc-ul{border-left:thin dashed #008F75} | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
− | <div class=" | + | |
− | < | + | <div class="navbar navbar-fixed-top ouc-navbar" role="navigation"> |
− | < | + | <ul class="nav navbar-nav"> |
− | < | + | <li><a href="#" class="navbar-brand" id="ouc-logo"><img src="../T--OUC-China--logo.jpg" width="66" height="40" alt=""/></a></li> |
+ | <li class="dropdown"> | ||
+ | <a href="#" data-toggle="dropdown" class="dropdown-toggle ouc-nav-a">Team<span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="#">Member</a></li> | ||
+ | <li><a href="#">Collaborations</a></li> | ||
+ | <li><a href="#">Attributions</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" data-toggle="dropdown" class="dropdown-toggle ouc-nav-a">Project<spam class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="#">Description</a></li> | ||
+ | <li><a href="#">Design</a></li> | ||
+ | <li><a href="#">Experiments</a></li> | ||
+ | <li><a href="#">Results</a></li> | ||
+ | <li class="active"><a href="#">Interlab</a></li> | ||
+ | <li><a href="#" >Notebook</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#" class="ouc-nav-a">Model</a></li> | ||
+ | <li><a href="#" class="ouc-nav-a">Parts</a></li> | ||
+ | <li><a href="#" class="ouc-nav-a">Safety</a></li> | ||
+ | <li><a href="#" class="ouc-nav-a">Human Practice</a></li> | ||
+ | </ul> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | </ | + | <div class="container"> |
− | </div> | + | <div class="page-header ouc-page-header"> |
+ | <h1><strong>Interlab</strong></h1> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-10 "> | ||
+ | <blockquote class="ouc-heading"><h3 id="introduction">Introduction</h3></blockquote> | ||
+ | <p>For us, this is the second time to join it.And we test 8 circuits as the HQ told us.</p> | ||
+ | <blockquote class="ouc-heading"><h3 id="background">Background</h3></blockquote> | ||
+ | <p> | ||
+ | Measured data from the world can help us recognize how repetitive fluorescence measurements | ||
+ | are under the same protocol.As the most commonly used marker, the fluorescent measurement of | ||
+ | green fluorescent protein develops a robust measurement through interlab. | ||
+ | </p> | ||
+ | <blockquote class="ouc-heading"><h3 id="materials">Materials</h3></blockquote> | ||
+ | <p> | ||
+ | <strong>plasmids used</strong><br/> | ||
+ | we get it from kit plate 6:<br/> | ||
+ | Positive Control (BBa_I20270): well 20B<br/> | ||
+ | Negative Control (BBa_R0040): well 20D<br/> | ||
+ | Test Device 1 (BBa_J364000): well 20F<br/> | ||
+ | Test Device 2 (BBa_J364001): well 20H<br/> | ||
+ | Test Device 3 (BBa_J364002): well 20J<br/> | ||
+ | Test Device 4 (BBa_J364003): well 20L<br/> | ||
+ | Test Device 5 (BBa_J364004): well 20N<br/> | ||
+ | Test Device 6 (BBa_J364005): well 20P<br/> | ||
+ | <strong>strain used</strong><br/> | ||
+ | E.coli Competent Cells DH5α ( TaKaRa Code : D9057)<br/> | ||
+ | <strong>machines</strong><br/> | ||
+ | Tecan Spark™ 10M<br/> | ||
+ | <strong>software</strong><br/> | ||
+ | Microsoft Office EXCEL | ||
+ | </p> | ||
+ | |||
+ | <blockquote class="ouc-heading"><h3 id="protocol">Protocol</h3></blockquote> | ||
+ | |||
+ | |||
+ | <blockquote class="ouc-heading"><h3 id="results">Results</h3></blockquote> | ||
+ | |||
+ | |||
+ | <blockquote class="ouc-heading"><h3 id="discussion">Discussion</h3></blockquote> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="col-md-2 "> | ||
+ | <ul class="nav nav-stacked affix ouc-ul"> | ||
+ | <li><a href="#introduction" class="ouc-a">Introduction</a></li> | ||
+ | <li><a href="#background" class="ouc-a">Background</a></li> | ||
+ | <li><a href="#materials" class="ouc-a">Materials</a></li> | ||
+ | <li><a href="#protocol" class="ouc-a">Protocol</a></li> | ||
+ | <li><a href="#results" class="ouc-a">Results</a></li> | ||
+ | <li><a href="#discussion" class="ouc-a">Discussion</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <a href="#top"><img class="top" src="../T--OUC-China--top.png" width="101" height="101" /></a> | ||
+ | |||
+ | |||
+ | <div class="container-fluid ouc-reserve"> | ||
+ | <p class="text-center"> | ||
+ | <br/><br/> | ||
+ | Contact Us : oucigem@163.com | ©2017 OUC IGEM.All Rights Reserved. | Based On Bootstrap<br/><br/> | ||
+ | <img src="../T--OUC-China--foot1.png" width="80" height="80"/> | ||
+ | <img src="../T--OUC-China--foot2.png" width="80" height="80"/> | ||
+ | <img src="../T--OUC-China--QNS.jpg" width="353" height="50"/> | ||
+ | <img src="../T--OUC-China--NSG.png" width="174" height="50"/> | ||
+ | <img src="../T--OUC-China--ML.jpg" width="252" height="50"/><br/> | ||
+ | </p> | ||
+ | |||
+ | </div> | ||
+ | <script type="text/javascript" src="https://2017.igem.org/Team:OUC-China/JS?action=raw&ctype=text/javascript"></script> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 15:14, 16 September 2017
Interlab
Introduction
For us, this is the second time to join it.And we test 8 circuits as the HQ told us.
Background
Measured data from the world can help us recognize how repetitive fluorescence measurements are under the same protocol.As the most commonly used marker, the fluorescent measurement of green fluorescent protein develops a robust measurement through interlab.
Materials
plasmids used
we get it from kit plate 6:
Positive Control (BBa_I20270): well 20B
Negative Control (BBa_R0040): well 20D
Test Device 1 (BBa_J364000): well 20F
Test Device 2 (BBa_J364001): well 20H
Test Device 3 (BBa_J364002): well 20J
Test Device 4 (BBa_J364003): well 20L
Test Device 5 (BBa_J364004): well 20N
Test Device 6 (BBa_J364005): well 20P
strain used
E.coli Competent Cells DH5α ( TaKaRa Code : D9057)
machines
Tecan Spark™ 10M
software
Microsoft Office EXCEL
Protocol
Results
Discussion
Contact Us : oucigem@163.com | ©2017 OUC IGEM.All Rights Reserved. | Based On Bootstrap