(8 intermediate revisions by 2 users not shown) | |||
Line 127: | Line 127: | ||
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
− | + | ||
Line 135: | Line 135: | ||
/*this wraps the whole of the menu*/ | /*this wraps the whole of the menu*/ | ||
+ | |||
.igem_2018_team_menu { | .igem_2018_team_menu { | ||
Line 565: | Line 566: | ||
/*my styles */ | /*my styles */ | ||
/************************************************/ | /************************************************/ | ||
+ | .bigbox { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;} | ||
img{ | img{ | ||
− | max- | + | max-width: 100%; |
− | + | max-height: 100%; | |
+ | padding-top: 10px; | ||
+ | padding-left: 30px; | ||
} | } | ||
.homepage_img{ | .homepage_img{ | ||
+ | margin-top: 41px; | ||
text-align: center; | text-align: center; | ||
− | background: url(https://static.igem.org/mediawiki/2018/ | + | background: url(https://static.igem.org/mediawiki/2018/6/63/T--ZJUT-China--lab.jpg); |
background-size:cover; | background-size:cover; | ||
width: 100% ; | width: 100% ; | ||
Line 600: | Line 605: | ||
/* 下拉按钮样式 */ | /* 下拉按钮样式 */ | ||
.dropbkgd{ | .dropbkgd{ | ||
− | background-image: url(https://static.igem.org/mediawiki/2018/ | + | background-image: url(https://static.igem.org/mediawiki/2018/c/ca/T--ZJUT-China--topbar1.jpg); |
min-height: 51px; | min-height: 51px; | ||
height: auto; | height: auto; | ||
Line 812: | Line 817: | ||
} | } | ||
/* 底部 */ | /* 底部 */ | ||
− | .footer{ | + | .footer{ |
− | + | background: #eee; | |
− | + | margin-top: 30px; | |
− | + | padding: 30px 0; | |
− | + | width: 100%; | |
− | + | } | |
− | } | + | .foottop{ |
− | .foottop{ | + | height: 330px; |
− | + | width: 100%; | |
− | + | } | |
− | } | + | .footbottom{ |
− | .footbottom{ | + | height:50px; |
− | + | width: 100%; | |
− | + | } | |
− | } | + | .footbottom .note{ |
− | .footbottom .note{ | + | padding-top: 40px; |
− | + | } | |
− | } | + | .footmessage-left, |
− | .footmessage-left, | + | .footmessage-left2, |
− | .footmessage-right, | + | .footmessage-right, |
− | .footmessage-middle { | + | .footmessage-middle { |
− | + | width: 24%; | |
− | + | float: left; | |
− | + | height: 100%; | |
− | } | + | } |
− | .footmessage- | + | .footmessage-middle img{ |
− | + | width: 60%; | |
− | + | padding-top: 60px; | |
− | + | } | |
− | padding-left: 30px; | + | .footmessage-right img{ |
− | } | + | width: 80%; |
− | .footmessage-left img{ | + | max-height: 100%; |
− | + | padding-top: 10px; | |
− | + | padding-left: 30px; | |
− | + | } | |
− | + | .footmessage-left2 img{ | |
− | } | + | width: 80%; |
− | .footmessage-right h3{ | + | padding-left: 30px; |
− | + | padding-top: 15px; | |
− | } | + | } |
− | .footmessage-right | + | .footmessage-left img{ |
− | font-size: 15px!important; | + | padding-top: 60px; |
− | } | + | padding-left: 30px; |
+ | width: 80%; | ||
+ | max-height: 100%; | ||
+ | } | ||
+ | .footmessage-right h3{ | ||
+ | font-size: 30px; | ||
+ | } | ||
+ | .footmessage-right{ | ||
+ | padding-left: 30px; | ||
+ | } | ||
+ | .footmessage-right p{ | ||
+ | font-size: 15px!important; | ||
+ | } | ||
.container .igem_2018_team_content .igem_2018_team_column_wrapper li{ | .container .igem_2018_team_content .igem_2018_team_column_wrapper li{ | ||
padding-top: 10px; | padding-top: 10px; | ||
Line 870: | Line 887: | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
− | + | .clear{ | |
+ | clear: both; | ||
+ | } | ||
+ | .footmessage-middle img{ | ||
+ | padding-left: 60px; | ||
+ | } | ||
</style> | </style> | ||
Line 888: | Line 910: | ||
<!-- 导航栏 --> | <!-- 导航栏 --> | ||
<div class="topbar"> | <div class="topbar"> | ||
− | + | <div class="dropbkgd"> | |
− | + | <div class="dropposition"> | |
− | + | <div class="dropdown1"> | |
− | + | <div class="drop"> | |
− | + | <a href="https://2018.igem.org/Team:ZJUT-China">Home</a> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | + | <div class="dropdown2"> | |
− | + | <div class="drop"> | |
− | + | Team | |
− | + | <div class="dropdown-content"> | |
− | + | <a href="https://2018.igem.org/Team:ZJUT-China/Team">Team Members</a> | |
− | + | <a href="https://2018.igem.org/Team:ZJUT-China/Attributions">Attributions</a> | |
− | + | <a href="https://2018.igem.org/Team:ZJUT-China/Collaborations">Collaborations</a> | |
− | + | </div> | |
− | + | </div> | |
</div> | </div> | ||
− | + | <div class="dropdown3"> | |
− | + | <div class="drop"> | |
− | + | Project | |
− | + | <div class="dropdown-content"> | |
− | + | <a href="https://2018.igem.org/Team:ZJUT-China/Description" >Description</a> | |
− | + | <a href="https://2018.igem.org/Team:ZJUT-China/Design">Design</a> | |
− | + | <a href="https://2018.igem.org/Team:ZJUT-China/Results">Results</a> | |
− | + | <a href="https://2018.igem.org/Team:ZJUT-China/Demonstrate">Demonstrate</a> | |
− | + | </div> | |
− | + | </div> | |
</div> | </div> | ||
− | + | <div class="dropdown4"> | |
− | + | <div class="drop"> | |
− | + | Parts | |
− | + | <div class="dropdown-content"> | |
− | + | <a href="https://2018.igem.org/Team:ZJUT-China/Parts">All parts</a> | |
− | + | <a href="https://2018.igem.org/Team:ZJUT-China/Improve">Improve</a> | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | < | + | |
</div> | </div> | ||
− | + | <div class="dropdown5"> | |
− | + | <div class="drop"> | |
− | + | Lab | |
− | + | <div class="dropdown-content"> | |
− | + | <a href="https://2018.igem.org/Team:ZJUT-China/Notebook">Notebook</a> | |
− | + | <a href="https://2018.igem.org/Team:ZJUT-China/Protocols2018">Protocols</a> | |
− | + | <a href="https://2018.igem.org/Team:ZJUT-China/Safety">Safety</a> | |
− | + | <a href="https://2018.igem.org/Team:ZJUT-China/InterLab" >Interlab</a> | |
− | <a href="https://2018.igem.org/Team:ZJUT-China/ | + | </div> |
− | <a href="https://2018.igem.org/Team:ZJUT-China/ | + | </div> |
+ | </div> | ||
+ | <div class="dropdown6"> | ||
+ | <div class="drop"> | ||
+ | Human Practices | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:ZJUT-China/Human_Practices">Integrated hp</a> | ||
+ | <a href="https://2018.igem.org/Team:ZJUT-China/Public_Engagement">Public Engagement & Education</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="dropdown7"> | ||
+ | <div class="drop"> | ||
+ | <a href="https://2018.igem.org/Team:ZJUT-China/Model"> Modeling</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="dropdown8"> | ||
+ | <div class="drop"> | ||
+ | <a href="https://2018.igem.org/Team:ZJUT-China/Achievement2018"> Judging</a> | ||
+ | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
− | |||
− | |||
<!-- 首页大图 --> | <!-- 首页大图 --> | ||
<div class="homepage_img"> | <div class="homepage_img"> | ||
Line 972: | Line 991: | ||
<div class="clear extra_space"></div> | <div class="clear extra_space"></div> | ||
<!--interlab--> | <!--interlab--> | ||
− | <div class="column full_size | + | <div class="column full_size bigbox "> |
<h1>Interlab</h1> | <h1>Interlab</h1> | ||
− | <p>Our team participated in the Fifth International InterLaboratory Measurement Study this year. The | + | <p>Our team has participated in the Fifth International InterLaboratory Measurement Study this year. The Interlab study aims on solving the problem of reliability and repeatability of synthetic biology study. This year we were asked to measure green fluorescent protein, which is usually used as a measurement marker. We followed the experiment protocol strictly to make sure our data are valid. After two weeks' lab work, we got the data we needed after several attempts.</p> |
</div> | </div> | ||
− | <div class="column | + | <div class="column bigbox middle" > |
<h1>Calibration Protocol</h1> | <h1>Calibration Protocol</h1> | ||
− | <p>Three calibration | + | <p>Three calibration measurements were done by following the calibration protocol, including an OD reference point at 600nm, one particle standard curve and one fluorescence standard curve.</p> |
<div class="note" style="color:red">(Plate Reader: Molecular Device, Spectramax M5)</div> | <div class="note" style="color:red">(Plate Reader: Molecular Device, Spectramax M5)</div> | ||
<br><br> | <br><br> | ||
− | <h3>★ | + | <h3>★ OD<sub>600</sub> reference point ★ </h3> |
<br> | <br> | ||
<table border="1"> | <table border="1"> | ||
Line 988: | Line 1,007: | ||
<th></th> | <th></th> | ||
<th>LUDOX CL-X</th> | <th>LUDOX CL-X</th> | ||
− | <th> | + | <th>H<sub>2</sub>O</th> |
</tr> | </tr> | ||
</thead> | </thead> | ||
Line 1,023: | Line 1,042: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <th>Reference | + | <th>Reference OD<sub>600</sub></th> |
− | <th> | + | <th>OD<sub>600</sub></th> |
<th></th> | <th></th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <th> | + | <th>OD<sub>600</sub>/Abs600</th> |
<th>1.728</th> | <th>1.728</th> | ||
<th></th> | <th></th> | ||
Line 1,053: | Line 1,072: | ||
</div> | </div> | ||
</div> | </div> | ||
− | <div class="column | + | <div class="column bigbox middle" > |
<h1>Cell measurement</h1> | <h1>Cell measurement</h1> | ||
<h2>Transformation</h2> | <h2>Transformation</h2> | ||
− | <p>Transform Escherichia coli DH5α with these following plasmids:</p> | + | <p>Transform <i>Escherichia coli</i> DH5α with these following plasmids:</p> |
<table> | <table> | ||
<tr> | <tr> | ||
Line 1,105: | Line 1,124: | ||
</table> | </table> | ||
<div class="note" style="color:red">Form2.Devices (from Distribution Kit, all in pSB1C3 backbone) </div> | <div class="note" style="color:red">Form2.Devices (from Distribution Kit, all in pSB1C3 backbone) </div> | ||
− | <p>The transformation used E.coli DH5α competent cells bought from Tsingke Biological Technology company, and | + | <p>The transformation used <i>E.coli</i> DH5α competent cells was bought from Tsingke Biological Technology company, and we followed the steps in http://parts.igem.org/Help:2017_DNA_Distribution to use the DNA in the Distribution Kit.</p> |
<h2>Measurement </h2> | <h2>Measurement </h2> | ||
<br> | <br> | ||
Line 1,114: | Line 1,133: | ||
2.Pick 2 colonies from each of plate and inocubate them on 10mL LB medium with Chloramphenicol. Grow the cells for 16-20hrs at 37°C and 180rpm. | 2.Pick 2 colonies from each of plate and inocubate them on 10mL LB medium with Chloramphenicol. Grow the cells for 16-20hrs at 37°C and 180rpm. | ||
<br> | <br> | ||
− | 3.Measure | + | 3.Measure OD<sub>600</sub>nm of the overnight cultures and record the data, then dilute to target OD<sub></sub>nm = 0.02 in the falcon tubes. |
<br> | <br> | ||
− | 4.Measure the | + | 4.Measure the OD<sub>600</sub>nm and Fl under the same condition as standard curve measurement and use the same 96 wells plates.</p> |
<br> | <br> | ||
<img src="https://static.igem.org/mediawiki/2018/5/5b/T--ZJUT-China--plate_lay_out.png" alt="plate_lay_out"> | <img src="https://static.igem.org/mediawiki/2018/5/5b/T--ZJUT-China--plate_lay_out.png" alt="plate_lay_out"> | ||
<br><div class="note" style="color:red">Fig5. plate lay out </div> | <br><div class="note" style="color:red">Fig5. plate lay out </div> | ||
<br><br> | <br><br> | ||
− | <div class="column | + | <div class="column bigbox middle" > |
<h3>★ Fluorescence Raw Readings:★</h3> | <h3>★ Fluorescence Raw Readings:★</h3> | ||
<img src="https://static.igem.org/mediawiki/2018/d/d2/T--ZJUT-China--Fluorescence_Raw_Readings.png" alt="Fluorescence Raw Readings"> | <img src="https://static.igem.org/mediawiki/2018/d/d2/T--ZJUT-China--Fluorescence_Raw_Readings.png" alt="Fluorescence Raw Readings"> | ||
Line 1,139: | Line 1,158: | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | <div class="column full_size bigbox middle"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <div class="column full_size | + | |
<h1>CFU Protocol</h1> | <h1>CFU Protocol</h1> | ||
<h3>For this part of inter lab study, we followed the following protocol:</h3> | <h3>For this part of inter lab study, we followed the following protocol:</h3> | ||
<p>1.Pick two colonies from positive control device and negative control device, incubate overnight. | <p>1.Pick two colonies from positive control device and negative control device, incubate overnight. | ||
<br> | <br> | ||
− | 2.Prepare Starting Samples: Dilute the overnight cultures 1:8, measurement then dilute further to | + | 2.Prepare Starting Samples: Dilute the overnight cultures 1:8, measurement then dilute further to OD<sub>600</sub>nm = 0.1 |
<br> | <br> | ||
Calculation: | Calculation: | ||
<br> | <br> | ||
Use (C1)(V1) = (C2)(V2) to calculate your dilutions | Use (C1)(V1) = (C2)(V2) to calculate your dilutions | ||
− | C1 is your starting OD600   C2 is your target | + | C1 is your starting OD600   C2 is your target OD<sub>600</sub> of 0.1 |
<br> | <br> | ||
V1 is the unknown volume in μL   V2 is the final volume of 1000 μL | V1 is the unknown volume in μL   V2 is the final volume of 1000 μL | ||
<br> | <br> | ||
− | 3.Check and make sure | + | 3.Check and make sure OD<sub>600</sub> = 0.1 |
<br> | <br> | ||
4.Dilute | 4.Dilute | ||
<img src="https://static.igem.org/mediawiki/2018/e/ee/T--ZJUT-China--Dilute.png" alt="Dilute"> | <img src="https://static.igem.org/mediawiki/2018/e/ee/T--ZJUT-China--Dilute.png" alt="Dilute"> | ||
<br> | <br> | ||
− | 5.Incubate at 37 degree Celsius overnight for 18-20 hrs. Then count colony | + | 5.Incubate samples at 37 degree Celsius overnight for 18-20 hrs. Then count colony numbers. |
<br> | <br> | ||
<img src="https://static.igem.org/mediawiki/2018/4/4c/T--ZJUT-China--colony_number.png" width="900px"alt="colony_number"> | <img src="https://static.igem.org/mediawiki/2018/4/4c/T--ZJUT-China--colony_number.png" width="900px"alt="colony_number"> | ||
</p> | </p> | ||
</div> | </div> | ||
− | + | <div class="column full_size bigbox middle"> | |
− | </p> | + | <h1>Disscussion & Feedback</h1> |
+ | <p>After the lab work, we had a discussion about the interlab study we did this year and now we have some feedbacks. | ||
+ | <br> 1.The interlab study protocol is very detailed and clear, we followed almost every step. But in some attempts, we tried to dilute the cultures in 96 wells plate, which is easier and quicker. So we do think improvements could be made to adjust the protocol. | ||
+ | <br> 2.The Excel sheets provide us an easy way to process our data. However, we still wish to know the meaning behind every function. It took us some time to search online, things would be easier if there is a guide. | ||
+ | <br> 3.The protocol tells us some principles of the experiment and it’s unbelievably helpful for us to complete the whole lnterlab study. | ||
+ | <br> 4.The kit needs a handbook to help those teams who participate in interlab study for the first time. | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="column full_size bigbox middle"> | ||
+ | <h1>Collaboration</h1> | ||
+ | <p> | ||
+ | On August 8, 2018. We had a meeting with team jiangnan_China, team DLUT-China and team LZU-China in Jiangsu Normal University. By then we have already finished the interlab study successfully, but team jiangnan_China and team LZU-China met some difficulties. We provided them with some guidance and advice. | ||
+ | </p> | ||
+ | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | <div class="clear"></div> | ||
<!-- 底部信息 --> | <!-- 底部信息 --> | ||
− | <div class="footer"> | + | <div class="footer"> |
− | + | <div class="foottop"> | |
− | + | <div class="footmessage-left"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/4/4c/T--ZJUT-China--%E6%B5%99%E5%B7%A5%E5%A4%A7.jpg" width="348px" alt="工大首页"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/e/e8/T--ZJUT-China--%E6%B5%99%E5%B7%A5%E5%A4%A7%E7%94%9F%E5%B7%A5%E5%AD%A6%E9%99%A2.jpg" alt="生工首页"> | |
+ | </div> | ||
+ | <div class="footmessage-left2"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/f/f6/T--ZJUT-China--logo5.png" alt=""> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/d/db/HQ_IDT_logo.jpg" alt="" > | ||
+ | <img src="https://static.igem.org/mediawiki/2018/1/1e/T--ZJUT-China--logo6.png" alt=""> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/f/fe/New-mathworks_logo.jpg" alt=""> | ||
+ | </div> | ||
+ | <div class="footmessage-middle"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/b/be/T--ZJUT-China--%E5%85%AC%E4%BC%97%E5%8F%B7%E4%BA%8C%E7%BB%B4%E7%A0%81.jpg" alt="公众号二维码"> | ||
+ | </div> | ||
+ | <div class="footmessage-right"> | ||
+ | <h3>Contact</h3> | ||
+ | <p> | ||
+ | <br><br> | ||
+ | College of Biotechnology and Bioengineering | ||
+ | <br><br>Zhejiang University of Technology | ||
+ | <br><br>Chaowang Rd. 18, 310014, Hangzhou, China | ||
+ | <br><br>E-mail: cbb@zjut.edu.cn Tel: +86-571-88320391 | ||
+ | </p> | ||
+ | </div> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="footbottom"> |
− | + | <div class="note"> | |
− | + | Copyright © 2018 ZJUT-China | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
</div> | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 16:24, 16 October 2018
Interlab
Our team has participated in the Fifth International InterLaboratory Measurement Study this year. The Interlab study aims on solving the problem of reliability and repeatability of synthetic biology study. This year we were asked to measure green fluorescent protein, which is usually used as a measurement marker. We followed the experiment protocol strictly to make sure our data are valid. After two weeks' lab work, we got the data we needed after several attempts.
Calibration Protocol
Three calibration measurements were done by following the calibration protocol, including an OD reference point at 600nm, one particle standard curve and one fluorescence standard curve.
★ OD600 reference point ★
LUDOX CL-X | H2O | |
---|---|---|
Replicate 1 | 0.066 | 0.0285 |
Replicate 2 | 0.059 | 0.029 |
Replicate 3 | 0.068 | 0.026 |
Replicate 4 | 0.064 | 0.028 |
Arith. Mean | 0.064 | 0.028 |
Corrected Abs600 | 0.036 | |
Reference OD600 | OD600 | |
OD600/Abs600 | 1.728 |
Cell measurement
Transformation
Transform Escherichia coli DH5α with these following plasmids:
Device | Part Number | Location |
---|---|---|
Positive control | BBa_R0040 | Well 2D |
Negative control | Ba_I20270 | Well 2B |
Test Device 1 | BBa_J364000 | Well 2F |
Test Device 2 | BBa_J364001 | Well 2H |
Test Device 3 | BBa_J364002 | Well 2J |
Test Device 4 | BBa_J364007 | Well 2L |
Test Device 5 | BBa_J364008 | Well 2N |
Test Device 6 | BBa_J364009 | Well 2P |
The transformation used E.coli DH5α competent cells was bought from Tsingke Biological Technology company, and we followed the steps in http://parts.igem.org/Help:2017_DNA_Distribution to use the DNA in the Distribution Kit.
Measurement
For this part of inter lab study, we followed the following protocols:
1.Grown 8 devices in incubator for 12 hrs at 37 ℃
2.Pick 2 colonies from each of plate and inocubate them on 10mL LB medium with Chloramphenicol. Grow the cells for 16-20hrs at 37°C and 180rpm.
3.Measure OD600nm of the overnight cultures and record the data, then dilute to target ODnm = 0.02 in the falcon tubes.
4.Measure the OD600nm and Fl under the same condition as standard curve measurement and use the same 96 wells plates.
★ Fluorescence Raw Readings:★
★ Abs600 Raw Readings:★
★ uM Fluorescein / OD ★
★ Net Fluorescein a.u. ★
★ Net Abs 600 ★
CFU Protocol
For this part of inter lab study, we followed the following protocol:
1.Pick two colonies from positive control device and negative control device, incubate overnight.
2.Prepare Starting Samples: Dilute the overnight cultures 1:8, measurement then dilute further to OD600nm = 0.1
Calculation:
Use (C1)(V1) = (C2)(V2) to calculate your dilutions
C1 is your starting OD600 C2 is your target OD600 of 0.1
V1 is the unknown volume in μL V2 is the final volume of 1000 μL
3.Check and make sure OD600 = 0.1
4.Dilute
5.Incubate samples at 37 degree Celsius overnight for 18-20 hrs. Then count colony numbers.
Disscussion & Feedback
After the lab work, we had a discussion about the interlab study we did this year and now we have some feedbacks.
1.The interlab study protocol is very detailed and clear, we followed almost every step. But in some attempts, we tried to dilute the cultures in 96 wells plate, which is easier and quicker. So we do think improvements could be made to adjust the protocol.
2.The Excel sheets provide us an easy way to process our data. However, we still wish to know the meaning behind every function. It took us some time to search online, things would be easier if there is a guide.
3.The protocol tells us some principles of the experiment and it’s unbelievably helpful for us to complete the whole lnterlab study.
4.The kit needs a handbook to help those teams who participate in interlab study for the first time.
Collaboration
On August 8, 2018. We had a meeting with team jiangnan_China, team DLUT-China and team LZU-China in Jiangsu Normal University. By then we have already finished the interlab study successfully, but team jiangnan_China and team LZU-China met some difficulties. We provided them with some guidance and advice.