(36 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
<html><title>GBC-Interlab</title> | <html><title>GBC-Interlab</title> | ||
<!--CREATOR OF THIS WIKI TEMPLATE: WEIQIAN LIN, KUANGYI WEI,Copyright Served. Any eligible editor using this template must be a member of the iGEM team: GreatBay_China 2018--> | <!--CREATOR OF THIS WIKI TEMPLATE: WEIQIAN LIN, KUANGYI WEI,Copyright Served. Any eligible editor using this template must be a member of the iGEM team: GreatBay_China 2018--> | ||
− | |||
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> | <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> | ||
Line 13: | Line 11: | ||
================================================== --> | ================================================== --> | ||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> | ||
<!-- css bootstrap --> | <!-- css bootstrap --> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:GreatBay_China/css/bootstrap.css&action=raw&ctype=text/css" /> | ||
<!-- js jquery --> | <!-- js jquery --> | ||
− | <script src="https:// | + | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:GreatBay_China/js/jquery.min.js&action=raw&ctype=text/javascript"></script> |
− | <script src="https:// | + | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:GreatBay_China/bootstrap/3.3.7/js/bootstrap.min.js&action=raw&ctype=text/javascript"></script> |
− | + | ||
<!-- js menu --> | <!-- js menu --> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
Line 42: | Line 36: | ||
$('.top-nav ul li div').bind('mouseleave',function(){$(this).stop().slideUp();}); | $('.top-nav ul li div').bind('mouseleave',function(){$(this).stop().slideUp();}); | ||
}) | }) | ||
+ | </script> | ||
+ | <script> | ||
+ | function changeface() | ||
+ | { | ||
+ | element=document.getElementById('menuhead') | ||
+ | if (element.style.display='none') | ||
+ | { | ||
+ | element.style.display='block'; | ||
+ | } | ||
+ | else | ||
+ | { | ||
+ | element.style.display='none'; | ||
+ | } | ||
+ | } | ||
</script> | </script> | ||
<!-- font --> | <!-- font --> | ||
− | < | + | <style> |
+ | /* latin */ | ||
+ | @font-face { | ||
+ | font-family: 'Delius'; | ||
+ | font-style: normal; | ||
+ | font-weight: 400; | ||
+ | src: local('Delius-Regular'), url(https://static.igem.org/mediawiki/2018/a/af/T--GreatBay_China--font.woff) format('woff'); | ||
+ | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; | ||
+ | } | ||
+ | </style> | ||
<!-- css main --> | <!-- css main --> | ||
<style> | <style> | ||
Line 1,383: | Line 1,400: | ||
} | } | ||
.text-primary { | .text-primary { | ||
− | color: # | + | /*important for mint color change when you hover BY CHARLES WEI*/ |
+ | color: #76BF8D; | ||
} | } | ||
a.text-primary:hover { | a.text-primary:hover { | ||
− | + | color:#76bf8d; | |
} | } | ||
.text-success { | .text-success { | ||
Line 1,417: | Line 1,435: | ||
} | } | ||
a.bg-primary:hover { | a.bg-primary:hover { | ||
− | + | background-color:#76bf8d; | |
} | } | ||
Line 3,133: | Line 3,151: | ||
.btn-primary.active, | .btn-primary.active, | ||
.open > .dropdown-toggle.btn-primary { | .open > .dropdown-toggle.btn-primary { | ||
− | color: | + | /* important for color change when you hover BY CHARLES WEI*/ |
+ | color: #fff; | ||
+ | background-color: #76BF8D; | ||
border-color:none; | border-color:none; | ||
} | } | ||
Line 4,815: | Line 4,835: | ||
.label-primary[href]:hover, | .label-primary[href]:hover, | ||
.label-primary[href]:focus { | .label-primary[href]:focus { | ||
− | + | background-color: #76bf8d; | |
} | } | ||
.label-success { | .label-success { | ||
Line 6,743: | Line 6,763: | ||
font-weight:500; | font-weight:500; | ||
} | } | ||
− | + | .row ul,ol{ | |
+ | font-size:18px; | ||
+ | } | ||
/* navigator */ | /* navigator */ | ||
/* the entire div */ | /* the entire div */ | ||
Line 6,837: | Line 6,859: | ||
left:-83px; | left:-83px; | ||
top:-30px; | top:-30px; | ||
+ | |||
+ | } | ||
+ | .top-nav ul li div .long{ | ||
+ | line-height:1.1em; | ||
+ | padding:8px; | ||
+ | font-size:0.85em; | ||
+ | |||
} | } | ||
/* link style */ | /* link style */ | ||
Line 6,845: | Line 6,874: | ||
/* submenu link style */ | /* submenu link style */ | ||
.top-nav ul li div span:hover{ | .top-nav ul li div span:hover{ | ||
− | background: | + | background:rgba(125, 63, 152, 0.4);; |
+ | |||
} | } | ||
Line 6,851: | Line 6,881: | ||
.top-nav ul li div a:hover{ | .top-nav ul li div a:hover{ | ||
color:rgb(88,73,63); | color:rgb(88,73,63); | ||
− | background:rgb( | + | background:rgb(203,170,199); |
} | } | ||
/* special */ | /* special */ | ||
Line 6,947: | Line 6,977: | ||
top:-9px; | top:-9px; | ||
z-index:10; | z-index:10; | ||
+ | } | ||
− | + | #myModal #myModal2 #myModal3 #myModal4 #myModal5 #myModal6 #myModal7 #myModal8 #myModal9 #myModal10 #myModal11 #myModal12 #myModal13 #myModal14 #myModal15 #myModal16 #myModal17 #myModal18 #myModal19 #myModal20 | |
+ | { | ||
+ | z-index:1; | ||
} | } | ||
− | . | + | .line |
+ | { | ||
+ | display:block; | ||
+ | margin:20px; | ||
+ | } | ||
+ | .members | ||
{ | { | ||
display:inline-block; | display:inline-block; | ||
Line 6,957: | Line 6,995: | ||
left:100%; | left:100%; | ||
} | } | ||
− | . | + | .modal-backdrop.in { |
+ | filter: alpha(opacity=50); | ||
+ | opacity: 1; | ||
+ | } | ||
+ | opacity.less:4 | ||
+ | .modal-backdrop.fade { | ||
+ | filter: alpha(opacity=0); | ||
+ | opacity: 0; | ||
+ | } | ||
+ | .fade.in { | ||
+ | opacity: 1; | ||
+ | } | ||
+ | |||
+ | .modal-backdrop { | ||
+ | display:none; | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | right: 0; | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | z-index: -1040; | ||
+ | background-color: #fff; | ||
+ | } | ||
+ | .title{ | ||
+ | position:left; | ||
+ | padding-left: 20px; | ||
+ | color:rgb(88,73,63); | ||
+ | font-size:30px; | ||
+ | |||
+ | } | ||
+ | .btn{ | ||
+ | background-color:rgba(125, 63, 152, 0.9); | ||
+ | } | ||
+ | #menuhead{ | ||
+ | position: absolute; | ||
+ | z-index: 10; | ||
+ | left:10px; | ||
+ | } | ||
+ | .contact | ||
{ | { | ||
display:inline-block; | display:inline-block; | ||
Line 6,964: | Line 7,040: | ||
left:100%; | left:100%; | ||
} | } | ||
− | + | #menuhead h5{ | |
+ | |||
+ | |||
+ | position:absolute; | ||
+ | left:-40px; | ||
+ | top:-59px; | ||
+ | z-index:10; | ||
+ | } | ||
+ | #menuhead img{ | ||
+ | position:absolute; | ||
+ | width: 490%; | ||
+ | left:-160px; | ||
+ | top:-42px; | ||
+ | } | ||
+ | .logos | ||
+ | { | ||
+ | padding:10px; | ||
+ | margin:10px; | ||
+ | color: white; | ||
+ | background-color:rgba(125, 63, 152, 0.9); | ||
+ | display:inline-block; | ||
+ | width:250px; | ||
+ | height:260px; | ||
+ | vertical-align:top; | ||
+ | } | ||
+ | |||
+ | .photo{ | ||
+ | padding-left:10px; | ||
+ | } | ||
+ | .sameline | ||
+ | { | ||
+ | display:inline-block; | ||
+ | padding:5px; | ||
+ | padding-right:10px; | ||
+ | } | ||
+ | th{ | ||
+ | width:120px; | ||
+ | } | ||
+ | </style> | ||
<!-- <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> --> | <!-- <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> --> | ||
</head> | </head> | ||
<body> | <body> | ||
− | <div class="logo"><img src="https://static.igem.org/mediawiki/2018/1/14/T--GreatBay_China--logo1.jpg" /></div> | + | <div class="logo"><a><img src="https://static.igem.org/mediawiki/2018/1/14/T--GreatBay_China--logo1.jpg" /></a></div> |
<div class="container"> | <div class="container"> | ||
Line 6,977: | Line 7,091: | ||
<ul> | <ul> | ||
<li> | <li> | ||
+ | <div class="res" target="_self" id="menuhead"> | ||
+ | |||
+ | |||
+ | <h5> Meow~</h5> | ||
+ | <img onclick="changeface()" src="https://static.igem.org/mediawiki/2018/e/e4/T--GreatBay_China--menucathead.png" width="800px"></div> | ||
+ | |||
+ | </li> | ||
+ | |||
<li> | <li> | ||
<a href="#"><span>Team</span></a> | <a href="#"><span>Team</span></a> | ||
Line 6,991: | Line 7,113: | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Description">Description</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Description">Description</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Design">Design</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Design">Design</a> | ||
− | <a href="https://2018.igem.org/Team:GreatBay_China/ | + | <a href="https://2018.igem.org/Team:GreatBay_China/Demonstrate">Results</a> |
− | + | ||
− | + | ||
− | + | ||
<img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | ||
Line 7,000: | Line 7,120: | ||
</li> | </li> | ||
<li> | <li> | ||
− | <a href=" | + | <a href="#"><span>Parts</span></a> |
<div> | <div> | ||
+ | |||
+ | <a href="https://2018.igem.org/Team:GreatBay_China/Parts">Parts</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Basic_Part">Basic</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Basic_Part">Basic</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Composite_Part">Composite</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Composite_Part">Composite</a> | ||
− | <a href="https://2018.igem.org/Team:GreatBay_China/Part_Collection">Collection</a> | + | <a href="https://2018.igem.org/Team:GreatBay_China/Part_Collection">Collection</a> |
+ | <a href="https://2018.igem.org/Team:GreatBay_China/Improve" >Improve</a> | ||
<img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | ||
Line 7,011: | Line 7,134: | ||
</li> | </li> | ||
<li> | <li> | ||
− | <a href=" | + | <a href="#"><span>HP</span></a> |
<div> | <div> | ||
− | + | <a href="https://2018.igem.org/Team:GreatBay_China/HP">Background</a> | |
− | <a href="https://2018.igem.org/Team:GreatBay_China/Applied_Design">Product | + | <a class="long" href="https://2018.igem.org/Team:GreatBay_China/Human_Practices">Integrated HP</a> |
− | <a href="https://2018.igem.org/Team:GreatBay_China/ | + | <a class="long" href="https://2018.igem.org/Team:GreatBay_China/Applied_Design">Product Design</a> |
+ | <a href="https://2018.igem.org/Team:GreatBay_China/Hardware">Hardware</a> | ||
+ | <a class="long" href="https://2018.igem.org/Team:GreatBay_China/Public_Engagement">Public Engagement</a> | ||
+ | |||
+ | |||
+ | |||
<img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | ||
</div> | </div> | ||
</li> | </li> | ||
− | <li> | + | <li id="active"> |
<a href="#"><span>Lab</span></a> | <a href="#"><span>Lab</span></a> | ||
<div> | <div> | ||
+ | <a href="https://2018.igem.org/Team:GreatBay_China/Experiments">Experiments</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Notebook">Notebook</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Notebook">Notebook</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Interlab">Interlab</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Interlab">Interlab</a> | ||
Line 7,044: | Line 7,173: | ||
<div> | <div> | ||
</div> | </div> | ||
− | <li | + | <li> |
<a href="https://2018.igem.org/Team:GreatBay_China"><span>Home</span></a> | <a href="https://2018.igem.org/Team:GreatBay_China"><span>Home</span></a> | ||
</li> | </li> | ||
Line 7,056: | Line 7,185: | ||
− | </div> | + | </div> |
Line 7,064: | Line 7,193: | ||
<div class="container"> | <div class="container"> | ||
<div class="footer"> | <div class="footer"> | ||
− | |||
<br> | <br> | ||
<div class="row" style="padding-left:50px"> | <div class="row" style="padding-left:50px"> | ||
+ | |||
<div class="contact"> | <div class="contact"> | ||
<img src="https://static.igem.org/mediawiki/2018/d/dd/T--GreatBay_China--footer1.png" width="50px"> | <img src="https://static.igem.org/mediawiki/2018/d/dd/T--GreatBay_China--footer1.png" width="50px"> | ||
</div> | </div> | ||
− | <div class="contact" style="width: | + | <div class="contact" style="width:450px"> |
<h5 style="color:white;">mCATNIP2018@outlook.com</h5> | <h5 style="color:white;">mCATNIP2018@outlook.com</h5> | ||
+ | </div> | ||
+ | <div class="contact"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/e/ed/T--GreatBay_China--footer10.jpeg" width="80px"> | ||
</div> | </div> | ||
<div class="contact" > | <div class="contact" > | ||
Line 7,087: | Line 7,219: | ||
<img src="https://static.igem.org/mediawiki/2018/b/b6/T--GreatBay_China--footer2.png" width="50px"> | <img src="https://static.igem.org/mediawiki/2018/b/b6/T--GreatBay_China--footer2.png" width="50px"> | ||
</div> | </div> | ||
− | <div class="contact" style="width: | + | <div class="contact" style="width:450px"> |
<h5 style="color:white;">@Igem2018C</h5> | <h5 style="color:white;">@Igem2018C</h5> | ||
</div> | </div> | ||
Line 7,100: | Line 7,232: | ||
</div> | </div> | ||
<div class="contact" > | <div class="contact" > | ||
− | <img src="https://static.igem.org/mediawiki/2018/ | + | <img src="https://static.igem.org/mediawiki/2018/0/0e/T--GreatBay_China--footer9.jpeg" width="80px"> |
</div> | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
<div class="row"> | <div class="row"> | ||
− | <div class="header"> | + | <div class="header" style="margin-left: -14px"> |
<img src="https://static.igem.org/mediawiki/2018/7/74/T--GreatBay_China--Top.png" /> | <img src="https://static.igem.org/mediawiki/2018/7/74/T--GreatBay_China--Top.png" /> | ||
</div> | </div> | ||
</div> | </div> | ||
− | <!--TEMPLATE ENDS HERE BY CHARELS WEI --> | + | |
− | <div class=" | + | <!--TEMPLATE ENDS HERE BY CHARELS WEI (All edits down here)--> |
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div class="row" style="padding-left:50px"> | ||
<h2>Introduction of Interlab</h2> | <h2>Introduction of Interlab</h2> | ||
− | <h4> | + | <h4 style="padding-left:50px;padding-right:50px;"> |
Reliable and repeatable measurement plays an important role as an engineering discipline in synthetic biology. The InterLab Study aims to identify and correct the sources of systematic variability in synthetic biology measurement, thus to improve the measurement tools and methods which can enable labs to reliably build upon others’ work. It will promote the collaboration within the synthetic biology community. Hence, it may propel the synthetic biology to achieve its full potential. | Reliable and repeatable measurement plays an important role as an engineering discipline in synthetic biology. The InterLab Study aims to identify and correct the sources of systematic variability in synthetic biology measurement, thus to improve the measurement tools and methods which can enable labs to reliably build upon others’ work. It will promote the collaboration within the synthetic biology community. Hence, it may propel the synthetic biology to achieve its full potential. | ||
<br><br> | <br><br> | ||
Line 7,126: | Line 7,258: | ||
</h4> | </h4> | ||
</div> | </div> | ||
− | <div class=" | + | <br> |
+ | <div class="row" style="padding-left:50px;padding-right:50px;"> | ||
<h4> GreatBay_China investigation had helped in answering the question:<em style="color:red;">Can we reduce lab-to-lab variability in fluorescence measurements by normalizing to absolute cell count or colony-forming units (CFUs) instead of OD?</em></h4> | <h4> GreatBay_China investigation had helped in answering the question:<em style="color:red;">Can we reduce lab-to-lab variability in fluorescence measurements by normalizing to absolute cell count or colony-forming units (CFUs) instead of OD?</em></h4> | ||
− | </div> | + | </div><br><br><br> |
<div class="row" style="padding-left:50px"> | <div class="row" style="padding-left:50px"> | ||
− | <h2 | + | <h2> Supplies and Reagents </h2><br> |
<h4><b> DNA/Plasmids</b> </h4><br> | <h4><b> DNA/Plasmids</b> </h4><br> | ||
<ol> | <ol> | ||
Line 7,170: | Line 7,303: | ||
</ul> | </ul> | ||
</div> | </div> | ||
− | + | <br><br><br> | |
<div class="row" style="padding-left:50px"> | <div class="row" style="padding-left:50px"> | ||
− | <h2 | + | <h2> Protocols</h2><br> |
− | < | + | <h4 style="padding-left:50px"> We had been asked to follow the protocols provided by iGEM HQ. </h4> |
− | <a href=" | + | <a style="padding-left:50px" href="https://static.igem.org/mediawiki/2018/0/09/2018_InterLab_Plate_Reader_Protocol.pdf"> 2018 InterLab Plate Reader Protocol</a> <br> |
− | <a href=" | + | <a style="padding-left:50px" href="https://static.igem.org/mediawiki/2018/e/ec/2018_InterLab_Flow_Cytometry_Protocol.pdf"> 2018 InterLab Flow Cytometry Protocol</a> <br> |
− | <a href="parts.igem.org/Help:Protocols/Transformation"> Help: Protocols/Transformation</a> <br> | + | <a style="padding-left:50px" href="http://parts.igem.org/Help:Protocols/Transformation"> Help: Protocols/Transformation</a> <br> |
</div> | </div> | ||
− | + | <br><br><br> | |
<div class="row" style="padding-left:50px"> | <div class="row" style="padding-left:50px"> | ||
− | <h2 | + | <h2> Members</h2><br> |
<div class="members" > | <div class="members" > | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Team"> | <a href="https://2018.igem.org/Team:GreatBay_China/Team"> | ||
Line 7,201: | Line 7,334: | ||
</div> | </div> | ||
</div> | </div> | ||
− | <!--DON'T FORGET TEMPLATE STARTS HERE BY CHARLES WEI--> | + | <br><br><br> |
+ | <div class="row" style="padding-left:50px"> | ||
+ | <h2> Field Work</h2><br> | ||
+ | <h4 style="padding-left:50px;padding-right:50px;"> For the reason that our plate reader could only measure the absorbance, we collaborated with SZU-China and borrowed their plate reader.</h4> </br> | ||
+ | |||
+ | <h4><b> Day 1</b> </h4><br> | ||
+ | <ul> | ||
+ | <li>The plasmids from distribution kit had been resuspended and transformed into Escherichia coli DH5α</li> | ||
+ | </ul> | ||
+ | |||
+ | <h4><b> Day 2</b> </h4><br> | ||
+ | <ul> | ||
+ | <li>Single colonies had been picked from transformation plates and inoculated into LB medium</li> | ||
+ | <li>All the supplies and reagents for Calibration and Cell measurement had been prepared</li> | ||
+ | </ul> | ||
+ | <br> | ||
+ | <img class="photo" src="https://static.igem.org/mediawiki/2018/8/86/T--GreatBay_China--interlab_f1.jpg" width="700px" style="padding-left: 150px;"> | ||
+ | |||
+ | <h4><b> Day 3</b> </h4><br> | ||
+ | <ul> | ||
+ | <li>The three calibration had been done during the dilution of overnight cultures</li> | ||
+ | <li>The Cell measurement had been done following the protocol</li> | ||
+ | <li>The flow cytometer collected the samples after measured each plate</li> | ||
+ | <li>Protocol: Colony Forming Units per 0.1 OD600 E. coli cultures had been done</li> | ||
+ | </ul> | ||
+ | <br> | ||
+ | <div class="contact"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/9/90/T--GreatBay_China--interlab_f2.png" width="400px" style="padding-left: 50px;"> | ||
+ | </div> | ||
+ | <div class="contact"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/4/48/T--GreatBay_China--interlab_f3.png" width="400px" style="padding-left: 50px;"> | ||
+ | </div> | ||
+ | |||
+ | <h4><b> Day 4</b> </h4><br> | ||
+ | <ul> | ||
+ | <li>Count the colonies (thanks the ColonyCount from promega)</li> | ||
+ | </ul> | ||
+ | <br> | ||
+ | <div class="contact"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/8/8d/T--GreatBay_China--interlab_f4.png" width="400px" style="padding-left: 100px;"> | ||
+ | </div> | ||
+ | <div class="contact"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/8/85/T--GreatBay_China--interlab_f5.png" width="300px" style="padding-left: 75px;"> | ||
+ | </div> | ||
+ | </div> | ||
+ | <br><br><br> | ||
+ | <div class="row" style="padding-left:50px"> | ||
+ | <h2> Results</h2><br> | ||
+ | <h3><b> Calibrations</b> </h3><br> | ||
+ | <h4> OD600 reference point:</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/a/ac/T--GreatBay_China--interlab_f6.png" width="600px" style="padding-left: 200px;"><br><br> | ||
+ | <h4> Particle Standard Curve:</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/f/ff/T--GreatBay_China--interlab_f7.png" width="700px" style="padding-left: 150px;"><br><br> | ||
+ | <h4> Fluorescein Standard Curve:</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/e/e7/T--GreatBay_China--interlab_f8.png" width="700px" style="padding-left: 150px;"><br><br><br> | ||
+ | |||
+ | <h4><b> Raw Plate Reader Measurements</b> </h4><br> | ||
+ | <h4> Fluorescence Raw</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/d/d5/T--GreatBay_China--interlab_f9.png" width="800px" style="padding-left:50px;"><br><br> | ||
+ | <h4> Abs600 Raw</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/2/23/T--GreatBay_China--interlab_f10.png" width="800px" style="padding-left:50px;"><br><br><br> | ||
+ | <br><br><br><br> | ||
+ | |||
+ | <h4> Our data was accepted on 30th July. Congratulations!</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/b/b2/T--GreatBay_China--interlab_f12.jpeg" width="800px" style="padding-left:50px;"><br> | ||
+ | </div> | ||
+ | |||
+ | <div class="row" style="padding-left:50px"> | ||
+ | <h2> Acknowledgement</h2><br> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/a/a9/T--GreatBay_China--interlab_f11.png" width="800px" style="padding-left:50px;"><br> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!--DON'T FORGET TEMPLATE STARTS HERE BY CHARLES WEI (I wonder why I am writing this cuz only Lucinda and I will edit here.)--> | ||
<br><br><br><br> | <br><br><br><br> | ||
</div> | </div> | ||
Line 7,216: | Line 7,431: | ||
</body> | </body> | ||
− | + | </p> | |
+ | |||
+ | </div> <div class="visualClear"></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <!-- Life sucks by Lucinda Lin. Sometimes working out a template can be so goddamn hard, and it is not responsive. --> | ||
+ | <!-- Well life has to go on by Charles Wei. Sometimes correcting a template can be so tiring, and it is a recursive.--> | ||
+ | </html> |
Latest revision as of 02:25, 18 October 2018
Introduction of Interlab
Reliable and repeatable measurement plays an important role as an engineering discipline in synthetic biology. The InterLab Study aims to identify and correct the sources of systematic variability in synthetic biology measurement, thus to improve the measurement tools and methods which can enable labs to reliably build upon others’ work. It will promote the collaboration within the synthetic biology community. Hence, it may propel the synthetic biology to achieve its full potential.
The previous InterLab studies showed that measuring GFP expression in absolute fluorescence units calibrated against a known concentration of fluorescent molecule can greatly reduce the variability in different labs’ measurements.
The Fifth Year InterLab’s goal is to remove another source of variability, the number of cells in the sample, by using new cell-counting method.
GreatBay_China investigation had helped in answering the question:Can we reduce lab-to-lab variability in fluorescence measurements by normalizing to absolute cell count or colony-forming units (CFUs) instead of OD?
Supplies and Reagents
DNA/Plasmids
- Negative Control: BBa_R0040
- Positive Control: BBa_I20270
- Test Device 1: BBa_J364000
- Test Device 2: BBa_J364001
- Test Device 3: BBa_J364002
- Test Device 4: BBa_J364007
- Test Device 5: BBa_J364008
- Test Device 6: BBa_J364009
Apparatus
- 96 well plates, black with clear flat bottom (provided by Bluepha Lab)
- Plate reader
- Flow Cytometry
- Incubator at 37˚C
- Ice bucket with ice
- Foil covered 50 ml tube
- Eppendorf tubes
- Micropipettes
- Micropipette tips
Materials
- Measurement Kit
- - LUDOX CL-X
- - Silica beads
- - Fluorescein
- 1x PBS (Phosphate buffered saline, pH 7.4-7.6)
- ddH2O
- Competent cells (Escherichia coli strain DH5α)
- LB (Luria Bertani) media
- Chloramphenicol
- LB plates
- distilled water
Protocols
We had been asked to follow the protocols provided by iGEM HQ.
2018 InterLab Plate Reader Protocol2018 InterLab Flow Cytometry Protocol
Help: Protocols/Transformation
Field Work
For the reason that our plate reader could only measure the absorbance, we collaborated with SZU-China and borrowed their plate reader.
Day 1
- The plasmids from distribution kit had been resuspended and transformed into Escherichia coli DH5α
Day 2
- Single colonies had been picked from transformation plates and inoculated into LB medium
- All the supplies and reagents for Calibration and Cell measurement had been prepared
Day 3
- The three calibration had been done during the dilution of overnight cultures
- The Cell measurement had been done following the protocol
- The flow cytometer collected the samples after measured each plate
- Protocol: Colony Forming Units per 0.1 OD600 E. coli cultures had been done
Day 4
- Count the colonies (thanks the ColonyCount from promega)