|
|
(22 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | {{Template:Zjuheader}} | + | {{Template:Zjucss_modeling}} |
- | {{Template:Zjucss_Notebook}} | + | {{Template:Zjucss_global}} |
| + | {{Template:Zjucss_template2}} |
| <html xmlns="http://www.w3.org/1999/xhtml"> | | <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head> | | <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
- | <link href='http://fonts.googleapis.com/css?family=Molengo' rel='stylesheet' type='text/css'> | + | <title>Notebook - July</title> |
- | <link href='http://fonts.googleapis.com/css?family=Hammersmith+One' rel='stylesheet' type='text/css'> | + | <link href='http://fonts.googleapis.com/css family=Molengo' |
| + | rel='stylesheet' type='text/css'> |
| + | <link href='http://fonts.googleapis.com/css family=Hammersmith+One' |
| + | rel='stylesheet' type='text/css'> |
| + | <link href='http://fonts.googleapis.com/css family=Alice' |
| + | rel='stylesheet' type='text/css'> |
| + | <link href='http://fonts.googleapis.com/css family=Ovo' rel='stylesheet' |
| + | type='text/css'> |
| + | <link href='http://fonts.googleapis.com/css family=Federo' |
| + | rel='stylesheet' type='text/css'> |
| | | |
| + | <!-- include the Tools --> |
| + | <script src="http://cdn.jquerytools.org/1.2.6/full/jquery.tools.min.js"></script> |
| | | |
- | | + | <style type="text/css"> |
- | <style> | + | |
- | #summ{
| + | |
- | width:750px;
| + | |
- | background-color:#999
| + | |
- | }
| + | |
- | #sheetleft{
| + | |
- | background-color:#91b8d7;}
| + | |
- | #notesheet{
| + | |
- | font-size:10pt;
| + | |
- | margin-left:15px;
| + | |
- | }
| + | |
- | #nsheet{width:750px;}
| + | |
- | | + | |
- | #tab{
| + | |
- | background-color:transparent;
| + | |
- | }
| + | |
- | #tab tr td #stra1{
| + | |
- | position:relative;
| + | |
- | display:block;
| + | |
- | margin:10px;
| + | |
- | -moz-border-radius: 10px;
| + | |
- | -webkit-border-radius: 10px;
| + | |
- | border-radius: 10px;
| + | |
- | filter:alpha(opacity=100);
| + | |
- | -moz-opacity:1.0;
| + | |
- | -khtml-opacity: 1.0;
| + | |
- | opacity: 1.0;
| + | |
- | width:400px;
| + | |
- | }
| + | |
- | #tab tr td #stra2{
| + | |
- | position:relative;
| + | |
- | display:block;
| + | |
- | margin:10px;
| + | |
- | -moz-border-radius: 10px;
| + | |
- | -webkit-border-radius: 10px;
| + | |
- | border-radius: 10px;
| + | |
- | filter:alpha(opacity=50);
| + | |
- | -moz-opacity:0.5;
| + | |
- | -khtml-opacity: 0.5;
| + | |
- | opacity: 0.5;
| + | |
- | width:400px;
| + | |
- | }
| + | |
- | .pagetitle h3{
| + | |
- | font-size: 26pt;
| + | |
- | color:white;
| + | |
- | display:block;
| + | |
- | margin:10px;
| + | |
- | padding-bottom:10px;
| + | |
- | }
| + | |
- | #tab tr td #stra1{
| + | |
- | background-color:#0068b1;
| + | |
- | vertical-align:top;
| + | |
- |
| + | |
- | }
| + | |
- | #tab tr td #stra2{
| + | |
- | background-color:#0068b1;
| + | |
- | vertical-align:top;
| + | |
- |
| + | |
- | }
| + | |
- | a {
| + | |
- | text-decoration:none;}
| + | |
- | #tab tr td #stra1:hover {
| + | |
- | filter:alpha(opacity=100);
| + | |
- | -moz-opacity:1.0;
| + | |
- | -khtml-opacity:1.0;
| + | |
- | opacity:1.0;
| + | |
- | text-decoration:none;
| + | |
- | }
| + | |
- | #tab tr td #stra2:hover {
| + | |
- | filter:alpha(opacity=100);
| + | |
- | -moz-opacity:1.0;
| + | |
- | -khtml-opacity:1.0;
| + | |
- | opacity:1.0;
| + | |
- | text-decoration:none;
| + | |
- | }
| + | |
- | #stra1 p{color:white;
| + | |
- | margin:10px;
| + | |
- | padding:0;}
| + | |
- | #stra2 p{color:white;
| + | |
- | margin:10px;
| + | |
- | padding:0;}
| + | |
- | #leftul .kwicks li{
| + | |
- | width: 125px;
| + | |
- |
| + | |
- | }
| + | |
| </style> | | </style> |
- |
| |
- | <script src="http://jmar777.googlecode.com/svn/trunk/js/jquery-1.2.6.js" type="text/javascript"></script>
| |
- | <script src="http://jmar777.googlecode.com/svn/trunk/js/jquery.easing.1.3.js" type="text/javascript"></script>
| |
- | <script src="http://kwicks.googlecode.com/svn/branches/v1.5.1/Kwicks/jquery.kwicks-1.5.1.pack.js" type="text/javascript"></script>
| |
- |
| |
- | <script type="text/javascript">
| |
- | $().ready(function() {
| |
- | $('#leftul .kwicks').kwicks({
| |
- | min : 40,
| |
- | spacing : 3,
| |
- | isVertical : true,
| |
- | sticky : true,
| |
- | event : 'click'
| |
- | });
| |
- | });
| |
- | </script>
| |
| </head> | | </head> |
- | <body><div id="contentwrapper">
| |
- | <div class="main">
| |
- | <table id="tab" border="0" cellspacing="1" cellpadding="1">
| |
- | <tr>
| |
- | <td><div class="pagetitle" id="stra1"><a> <h3>Biobrick</h3>
| |
- | <p>brief introduction</p></a></div></td>
| |
- | <td><div class="pagetitle" id="stra2"><a href="https://2011.igem.org/Team:ZJU-China/Notebook/Biofilm"> <h3>Biofilm Formation</h3>
| |
- | <p>brief introduction</p></a></div></td>
| |
- |
| |
- | </tr>
| |
- | </table>
| |
- | <div id="leftul">
| |
- | <ul class="kwicks">
| |
- | <li id="kwick1"><a>week1</a><p>In this week we........</p></li>
| |
- | <li id="kwick2"><a>week2</a></li>
| |
- | <li id="kwick3"><a>week3</a></li>
| |
- | <li id="kwick4"><a>week4</a></li>
| |
- | <li id="kwick5"><a>week5</a></li>
| |
- | <li id="kwick6"><a>week6</a></li>
| |
- | <li id="kwick7"><a>week7</a></li>
| |
- | <li id="kwick8"><a>week8</a></li>
| |
- | <li id="kwick9"><a>week9</a></li>
| |
- | <li id="kwick10"><a>week10</a></li>
| |
- | <li id="kwick11"><a>week11</a></li>
| |
- | <li id="kwick12"><a>week12</a></li>
| |
- | <li id="afkwick12"><a style="font-size:18pt;margin:1px;padding:1px;">after week12</a></li>
| |
- | </ul>
| |
- | </div>
| |
- | <div class="bigblock"><div class="inner" id="week1">
| |
- |
| |
- | <div class="block" id="nsheet">
| |
- | <h3>Week1</h3><hr/>
| |
- |
| |
- | <table id="notesheet" width="650" border="1" cellspacing="0" cellpadding="1">
| |
- | <tr><td width="76">Day</td><td width="349">Note</td></tr>
| |
- |
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.4th Monday</td>
| |
- | <td><table id="intable" width="328" border="0" cellspacing="0" cellpadding="1">
| |
- |
| |
- | <td width="128">• Aerobic cultivation of DH5α</td>
| |
- |
| |
- |
| |
- | <td width="196">• Preparation of apparatus for the formation of biofilm</td>
| |
- |
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul 5th Tuesday
| |
- | </td>
| |
- | <td> </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.6th
| |
- | Wednesday
| |
- | </td>
| |
- | <td><table width="217" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td width="215">•Receiving primers ordered previously</td>
| |
- |
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.7th
| |
- | Thursday
| |
- | </td>
| |
- | <td><table width="238" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td width="200">• Preparation of the aliquot of the primers</td>
| |
- | <td width="200">• Something wrong with a shaking incubator</td>
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.8th
| |
- | Friday
| |
- | </td>
| |
- | <td><table width="222" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td width="155">• Preparation of culture plates for the transformations</td>
| |
- | </tr>
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.9th
| |
- | Saturday
| |
- | </td>
| |
- | <td><table width="313" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td width="127">• Preparation of culture plates for the transformations</td>
| |
- | <td width="182">• protocols of transformation</td>
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.10th
| |
- | Sunday
| |
- | </td>
| |
- | <td><table width="246" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td>• Several colonies were picked up and cultivated in 5mL LB medium.
| |
- | •Cryosectioning of biofilm
| |
- | </td>
| |
- | </tr>
| |
- | </table></td>
| |
- | </tr>
| |
- |
| |
- | </table>
| |
- | <p> </p>
| |
- | </div>
| |
- |
| |
- | <div class="block" id="summ">
| |
- | <h3 style="color:white;">Data&protocol</h3>
| |
- | <hr/>
| |
- | <div class="block" id="monday">
| |
- | <h3>Monday</h3>
| |
- | <hr/>
| |
- | <img src="https://static.igem.org/mediawiki/2011/6/61/IMG_8382.jpg" style="margin-left:100px;" alt="blanknote" />
| |
- | <p>There is no data in first week</p>
| |
- | </div>
| |
- | <p> </p>
| |
- | </div>
| |
- | </div>
| |
- | <!-- 11111111111111111111111111111111111111111111111111 -->
| |
- | <div class="inner" id="week2">
| |
- | <div class="block" id="nsheet">
| |
- | <h3>Week2</h3><hr/>
| |
- | <table id="notesheet" width="650" border="1" cellspacing="0" cellpadding="1">
| |
- | <tr><td width="76">Day</td><td width="349">Note</td></tr>
| |
- |
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.11th Monday</td>
| |
- | <td><table id="intable" width="541" border="0" cellspacing="0" cellpadding="1">
| |
- |
| |
- | <td width="128">• Set up new LB culture plates with ampicillin and kanamycin</p></td>
| |
- |
| |
- |
| |
- | <td width="196">•
| |
- | ·Sterilization of Glycerol and <br />
| |
- | ·Preparation of 25mg/mL kanamycin</td>
| |
- | <td>•Transformation of the parts mentioned on Jul.9th for the second time</td>
| |
- | <td>•Observation the sections</td>
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul 12th Tuesday
| |
- | </td>
| |
- | <td><table id="intable" width="560" border="0" cellspacing="0" cellpadding="1">
| |
- |
| |
- | <td width="128">• Pick two colonies of each parts and cultivate them in LB medium</td>
| |
- |
| |
- |
| |
- | <td width="203"> •Transformation of three parts(20J,20H.22B from Kit plates of 2011 Distribution ) which are related to the degradation of Cellulose </td>
| |
- | <td width="91">•·Mini prep to isolate 10I,12I and 22M</td>
| |
- | <td width="130">•Conservation of 10I,12I,22M and 11P</td>
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.13th
| |
- | Wednesday
| |
- | </td>
| |
- | <td><table width="640" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td width="120">• Place the culture plate of 20J,20H and 22B in the fridge.</td>
| |
- | <td width="102">•Min prep to isolate 13K
| |
- | •Conservation of 13K
| |
- | </td>
| |
- | <td width="156">•Restriction digest of the parts(12I,10I,22M,13K) with EcoRI and PstI</td>
| |
- | <td width="95">•Gel electrophoresis to analyse restriction fragments</td>
| |
- | <td width="157">•Test the Tm of Primers CP1&CS,NP&NS with 13K. The result of Gel electrophoresis shows that 60.2℃ is the Tm of NS and NP, and 57.4℃ is the Tm of CS and CP1.</td>
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.14th
| |
- | Thursday
| |
- | </td>
| |
- | <td><table width="618" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td >• Test the Tm of the YFP,RFP,tetR,Vgb and nirB primers.
| |
- | The result of Gel electrophoresis shows that the Tm for the primers of Vgb is 54℃ and the Tm for the primers of nirB is 55℃.The RCR of YFP,RFP and tetR failed.
| |
- | </td>
| |
- |
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.15th
| |
- | Friday
| |
- | </td>
| |
- | <td><table width="600" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td width="155"> • PCR(Phusion)<br/>
| |
- | • Digest 10I, 22M, 13K
| |
- | • Used wrong cutter, digestion again.
| |
- | </td>
| |
- | <td>• Run the results of PCR and the first digestion. The annealing temperature of YFP needed change. The digestion results confirmed</td>
| |
- | <td>• Run the digestion results of second time. The bands are confirmed.</td>
| |
- | </tr>
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.16th
| |
- | Saturday
| |
- | </td>
| |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td width="127">• Cut the linearized pSB1k3 with E+P</td>
| |
- | <td width="123">• Purify the digestion results of 22M, 13K, 10I</td>
| |
- | <td width="133">• Confirm digestion of pSB1k3 by electrophoresis, then purification</td>
| |
- | <td width="113">• Test Tm of YFP<br/>
| |
- | • ligation: 22M+10I, 13K+10I
| |
- | </td>
| |
- | <td width="114">• Tm of YFP is 54 degree
| |
- | • transform the ligation results.
| |
- | </td>
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.17th
| |
- | Sunday
| |
- | </td>
| |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td>• PCR 22M<br/>
| |
- | • purify Vgb, RFP, RFP-tetR, YFP-tetR. Gibson PCR.
| |
- | </td>
| |
- | <td>• ligation the purified the fragments in yesterday.</td>
| |
- | <td>• 22M PCR<br/>
| |
- | • Transform the ligation results.
| |
- | </td>
| |
- | </tr>
| |
- | </table></td>
| |
- | </tr>
| |
- |
| |
- | </table>
| |
- | <p> </p>
| |
- |
| |
- |
| |
- | </div>
| |
- | <div class="block" id="summ">
| |
- | <h3 style="color:white;">Data&protocol</h3>
| |
- | <hr/>
| |
- | <div class="block" id="monday">
| |
- | <h3>Jul.13th Wednesday</h3>
| |
- | <hr/>
| |
- | <p><strong>Systems of restriction digestion with EcoRI and PstI</strong></p>
| |
- |
| |
- | <table style="margin:15px;" width="110" border="1" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td>Plasmid</td>
| |
- | <td>1μL (>100ng)</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>EcoRI</td>
| |
- | <td>1μL</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>PstI</td>
| |
- | <td>1μL</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>10×Buffer Tango</td>
| |
- | <td>2μL</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>ddH2O</td>
| |
- | <td>15μL</td>
| |
- | </tr>
| |
- | </table>
| |
- | <img src="https://static.igem.org/mediawiki/2011/c/c3/0713program.png" />
| |
- |
| |
- | <p><strong>Temperature grad</strong><br/>56℃,57.4℃,60.2℃,62.9℃,64.3℃,65.8℃</p>
| |
- |
| |
- | <p> </p>
| |
- |
| |
- | <p><strong>PCR system (test the Tm of the primers CP1&CS, NP&NS)</strong></p>
| |
- |
| |
- | <table style="margin:15px;" width="110" border="1" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td>10×Buffer</td>
| |
- | <td> 2μL</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>dNTPs</td>
| |
- | <td>0.5μL</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>primers CP1 (NP)</td>
| |
- | <td>1μL</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>primers CS (NS)</td>
| |
- | <td>1μL</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>Template </td>
| |
- | <td>1μL</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>rTaq </td>
| |
- | <td>0.2μL</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>H2O </td>
| |
- | <td>14.5μL</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>Total</td>
| |
- | <td> 20μL</td>
| |
- | </tr>
| |
- | </table>
| |
- |
| |
- | </div>
| |
- | <div class="block" id="tuesday">
| |
- | <h3>Jul.14th Thursday</h3>
| |
- | <hr/>
| |
- | <p>PCR systems(test the Tm of the primers for YFP,RFP,tetR,Vgb and nirB )</p>
| |
- | <table width="110" border="1" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td>10×Buffer</td>
| |
- | <td> 2μL</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>dNTPs</td>
| |
- | <td>0.5μL</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>primers F </td>
| |
- | <td>0.5μL</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>primers R </td>
| |
- | <td>0.5μL</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>Template </td>
| |
- | <td>1μL</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>Taq </td>
| |
- | <td>0.2μL</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>H2O </td>
| |
- | <td>15.5μL</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>Total</td>
| |
- | <td> 20μL</td>
| |
- | </tr>
| |
- | </table>
| |
- | <p> </p>
| |
- | <img src="http://ung.igem.org/wiki/images/2/20/0714program.png" />
| |
- | <p>Temperature grad and the results:</p>
| |
- | <img src="https://static.igem.org/mediawiki/2011/6/6b/0714tempera.png" />
| |
- | <p>vgb&nirB pcr test:</p>
| |
- | <img src="https://static.igem.org/mediawiki/2011/7/74/20110714_vgb%26nirB_pcr_test.jpg" />
| |
- | <p> </p>
| |
- | </div>
| |
- | <p> </p>
| |
- | </div>
| |
- | </div>
| |
- | <!-- 2222222222222222222222222222222222222222222 -->
| |
- | <div class="inner" id="week3">
| |
- | <div class="block" id="nsheet">
| |
- | <h3>Week3</h3><hr/>
| |
- |
| |
- | <table id="notesheet" width="650" border="1" cellspacing="0" cellpadding="1">
| |
- | <tr><td width="76">Day</td><td width="349">Note</td></tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.18th Monday</td>
| |
- | <td><table id="intable" width="541" border="0" cellspacing="0" cellpadding="1">
| |
- |
| |
- | <td width="128">• Genome extraction of E.coli </td>
| |
- |
| |
- |
| |
- | <td width="196">• PCR of NirB<br />
| |
- | • cut 10I with X+P, cut 22M, 13K with E+S, cut pSB1k3 with E+P</td>
| |
- | <td>• Ligate: 10I+13K, 10I+22M <br/>
| |
- | • Repeat NirB PCR
| |
- | </td>
| |
- | <td><p align="left">• Culture 11P<br />
| |
- | • Miniprep 10I, 22M, 13K</p></td>
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul 19th Tuesday
| |
- | </td>
| |
- | <td><table id="intable" width="615" border="0" cellspacing="0" cellpadding="1">
| |
- |
| |
- | <td width="140">• mini-prep: 10I+13K, 10I+22M</td>
| |
- |
| |
- |
| |
- | <td width="213"> •insert 10I+13K, 10I+22M into pSB1k3 </td>
| |
- | <td width="110">•transform: 5E, 3C, 7C, 1K, 1I from the distribution plate</td>
| |
- | <td width="144">•transform 10I+22M, 10I+13K</td>
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.20th
| |
- | Wednesday
| |
- | </td>
| |
- | <td><table width="640" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td width="170">•Colonies of 22M+10I, 13K+10I, 5E, 3C, 7C, 1K, 1I confirmed</td>
| |
- | <td width="102">• Gibson PCR
| |
- | </td>
| |
- | <td >•Colony PCR 22M+10I, 13K+10I, 5E, 3C, 7C, 1K, 1I</td>
| |
- | <td width="95">•PCR NirB</td>
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.21th
| |
- | Thursday
| |
- | </td>
| |
- | <td><table width="618" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td >•PCR verification of 22M+10I, 13K+10I, 5E, 3C, 7C, 1K, 1I
| |
- | </td>
| |
- | <td>• Gibson PCR
| |
- | • Run the results of PCR verification. Bands confirmed.
| |
- | </td>
| |
- | <td>• Culture the 22M+10I, 13K+10I, 5E, 3C, 7C, 1K, 1I
| |
- | • Purification of Gibson PCR results
| |
- | </td>
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.22th
| |
- | Friday
| |
- | </td>
| |
- | <td><table width="627" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td width="117"> • PCR amplification of Gibson assembly results
| |
- | </td>
| |
- | <td width="144">• Mini prep: 22M+10I, 22.Presever in -20<br/>
| |
- | • Medi prep: 1K,1I,3C,5E,7C<br/>
| |
- | • Gibson Assembly fail.
| |
- | </td>
| |
- | <td width="164">• PCR NirB by Phusion<br/>
| |
- | •Repeat PCR by changing Pnibr to Gnirbr<br/>
| |
- | •Cut the mini and medi prep results with E
| |
- | </td>
| |
- | <td width="194">•Run the results of PCR and digestion. Fail in PCR of NirB, succeed in 10I+3K and 10I+22M ligation.</td>
| |
- | </tr>
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.23th
| |
- | Saturday
| |
- | </td>
| |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td >•Double digestion of 13K+10I, 22M+10I, pSB1c3
| |
- |
| |
- | </td>
| |
- | <td >• Fail in purification of Medi prep</td>
| |
- | <td >• PCR NirB<br/>
| |
- | • Ligate NirB+13K+10I, Vgb+22M+10I
| |
- | </td>
| |
- |
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.24th
| |
- | Sunday
| |
- | </td>
| |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td width="244">• Gibson assembly: NirB+RFP+tetR<br/>
| |
- | • Cut results of Gibson assembly and pSB1c3.
| |
- |
| |
- | </td>
| |
- | <td width="164">• Purify the ligation results in yesterday</td>
| |
- | <td width="206">• ligate with backbone
| |
- | • Culture 1I, 1K, 3C, 5E, 7C, 11P
| |
- |
| |
- | </td>
| |
- | </tr>
| |
- | </table></td>
| |
- | </tr>
| |
- |
| |
- | </table>
| |
- | <p> </p>
| |
- | </div>
| |
- | <div class="block" id="summ">
| |
- | <h3 style="color:white;">Data&protocol</h3>
| |
- | <hr/>
| |
- | <div class="block" id="monday">
| |
- | <h3>Monday</h3>
| |
- | <hr/>
| |
- | <p>WEEK3</p>
| |
- | </div>
| |
- | <div class="block" id="tuesday">
| |
- | <h3>Tuesday</h3>
| |
- | <hr/>
| |
- | <p>bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</p></div>
| |
- | <p> </p>
| |
- | </div>
| |
- | </div>
| |
- | <!-- 3333333333333333333333333333333333333 -->
| |
- | <div class="inner" id="week4">
| |
- | <div class="block" id="nsheet">
| |
- | <h3>Week4</h3><hr/>
| |
- |
| |
- | <table id="notesheet" width="650" border="1" cellspacing="0" cellpadding="1">
| |
- | <tr><td width="76">Day</td><td width="349">Note</td></tr>
| |
- |
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.25th Monday</td>
| |
- | <td><table id="intable" width="541" border="0" cellspacing="0" cellpadding="1">
| |
- |
| |
- | <td width="128">• Transform Pnirb+13k+10I+pSBK3-2</td>
| |
- |
| |
- |
| |
- | <td >• Place the culture in 4 degree</td>
| |
- | <td>• Medi-and mini-prep of five cultre
| |
- | </td>
| |
- | <td>•Gibson Assembly confirmation by gel</td>
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul. 26th Tuesday
| |
- | </td>
| |
- | <td><table id="intable" width="615" border="0" cellspacing="0" cellpadding="1">
| |
- |
| |
- | <td width="140">• Cut Pnirb, Pvgb,(E+S)<br/>
| |
- | • Cut 10I+13K, 10I+22M.(X+P)
| |
- | </td>
| |
- |
| |
- |
| |
- | <td width="181" > • Ligation: vgb+10I+22M, nirB+10I+13K,</td>
| |
- | <td width="142">• Ligation: pSBK13+vgb+10I+22M, pSBK13+nirB+10I+13K</td>
| |
- | <td width="144">• Transform the ligation results.</td>
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.27th
| |
- | Wednesday
| |
- | </td>
| |
- | <td><table width="640" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td width="170">• No colony on the plate<br/>
| |
- | • Gibson assembly
| |
- | </td>
| |
- | <td width="184">• Run the results of Gibson assembly
| |
- | </td>
| |
- | <td width="280" >• Excise the bands, the purify the DNA<br/>
| |
- | • Gibson Assenmly
| |
- | </td>
| |
- |
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.28th
| |
- | Thursday
| |
- | </td>
| |
- | <td><table width="618" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td >•2011 China Meet-up @ Hefei
| |
- | </td>
| |
- |
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.29th
| |
- | Friday
| |
- | </td>
| |
- | <td><table width="627" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td >•2011 China Meet-up @ Hefei</td>
| |
- | </tr>
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.30th
| |
- | Saturday
| |
- | </td>
| |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- |
| |
- |
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Jul.31th
| |
- | Sunday
| |
- | </td>
| |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td width="244">• Culture 22M+10I, 13K+10I
| |
- |
| |
- | </td>
| |
- | <td width="164">• Cut a0H, 20J, 22B</td>
| |
- |
| |
- | </tr>
| |
- | </table></td>
| |
- | </tr>
| |
- |
| |
- | </table>
| |
- | <p> </p>
| |
- | </div>
| |
- |
| |
- | <div class="block" id="summ">
| |
- |
| |
- | <h3 style="color:white;">Data&protocol</h3>
| |
- | <hr/>
| |
- | <div class="block" id="monday">
| |
- | <h3>Monday</h3>
| |
- | <hr/>
| |
- | <p>WEEK3</p>
| |
- | </div>
| |
- | <div class="block" id="tuesday">
| |
- | <h3>Tuesday</h3>
| |
- | <hr/>
| |
- | <p>bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</p></div>
| |
- | <p> </p>
| |
- | </div>
| |
- | </div>
| |
- | <!-- 444444444444444444444444444444444 -->
| |
- | <div class="inner" id="week5">
| |
- |
| |
- | <div class="block" id="nsheet">
| |
- | <h3>Week5</h3><hr/>
| |
- |
| |
- | <table id="notesheet" width="650" border="1" cellspacing="0" cellpadding="1">
| |
- | <tr><td width="76">Day</td><td width="349">Note</td></tr>
| |
- |
| |
- | <tr>
| |
- | <td id="sheetleft">Aug.1st
| |
- | Monday
| |
- | </td>
| |
- | <td><table id="intable" width="541" border="0" cellspacing="0" cellpadding="1">
| |
- |
| |
- | <td width="286">•Fusion PCR
| |
- | Vgb+YFP+tetR, NirB+RFP+tetR,
| |
- | </td>
| |
- |
| |
- |
| |
- | <td width="251" >•PCR: NirB, Vgb</td>
| |
- |
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Aug.2nd
| |
- | Tuesday
| |
- |
| |
- | </td>
| |
- | <td><table id="intable" width="615" border="0" cellspacing="0" cellpadding="1">
| |
- |
| |
- | <td width="140"> •Cut: 13K+10I, 22M+10I
| |
- | </td>
| |
- |
| |
- |
| |
- | <td width="181" > • Purify: 13K+10I, 22M+10I<br/>
| |
- | • Ligation: Pvgb+22M+10I, Pnirb+13K+10I
| |
- | </td>
| |
- | <td width="142">• PCR backbones<br/>
| |
- | • Electrophresis
| |
- | </td>
| |
- | <td width="144">• Gel excision and purification</td>
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Aug.3rd
| |
- | Wednesday
| |
- |
| |
- | </td>
| |
- | <td><table width="640" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td width="170">• Make Phusion Buffer, 5×isothermel buffer
| |
- | </td>
| |
- | <td width="184">• colony PCR: 20H, 20J, 22B
| |
- | </td>
| |
- |
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Aug.4th
| |
- | Thursday
| |
- |
| |
- | </td>
| |
- | <td><table width="618" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td >• Cut: 10I+22M, 10I+13; and purification
| |
- | </td>
| |
- | <td>• Ligation: Pvgb+22M+10I, Pnirb+13K+10I,<br/>
| |
- | • colony PCR: 13K+10I
| |
- | </td>
| |
- | <td>• Culture: 20H, 20J, 22B, 1K, 1I,3C, 5E, 7C</td>
| |
- |
| |
- | <td>• Transform: 1G, 3A, 5A, 7A from the distribution plate</td>
| |
- |
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Aug.5th
| |
- | Friday
| |
- |
| |
- | </td>
| |
- | <td><table width="627" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td >• Check the plates. Contamination, or no positive colonies</td>
| |
- | <td>• Miniprep: 5 backbones, 22B-1, 22B-3</td>
| |
- | <td>• PCR: nirB from 13K+10I+nirB to firm the ligation. One positive result.</td>
| |
- | <td>• Culture the positive colony.</td>
| |
- | </tr>
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Aug.6th
| |
- | Saturday
| |
- |
| |
- | </td>
| |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- |
| |
- |
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Aug.7th
| |
- | Sunday
| |
- | </td>
| |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td width="244">• Cut: 22M,13K with E & S
| |
- |
| |
- | </td>
| |
- | <td width="164">• Culture the red colonies from plate of pSB1C3</td>
| |
- | <td>• PCR: 5 backbones<br/>
| |
- | • Cut the PCR products with P+E and run the gel to confirm.
| |
- | </td>
| |
- | </tr>
| |
- | </table></td>
| |
- | </tr>
| |
- |
| |
- | </table>
| |
- |
| |
- | </div>
| |
- |
| |
- | <div class="block" id="summ">
| |
- | <h3 style="color:white;">Data&protocol</h3>
| |
- | <hr/>
| |
- | <div class="block" id="monday">
| |
- | <h3>Monday</h3>
| |
- | <hr/>
| |
- | <p>WEEK3</p>
| |
- | </div>
| |
- | <div class="block" id="tuesday">
| |
- | <h3>Tuesday</h3>
| |
- | <hr/>
| |
- | <p>bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</p></div>
| |
- | <p> </p>
| |
- | </div>
| |
- | </div>
| |
- | <!-- 55555555555555555555555555555555555555 -->
| |
- | <div class="inner" id="week6">
| |
- | <div class="block" id="nsheet">
| |
- | <h3>Week6</h3><hr/>
| |
- |
| |
- | <table id="notesheet" width="650" border="1" cellspacing="0" cellpadding="1">
| |
- | <tr><td width="76">Day</td><td width="349">Note</td></tr>
| |
- |
| |
- | <tr>
| |
- | <td id="sheetleft">Aut.8th
| |
- | Monday
| |
- |
| |
- | </td>
| |
- | <td><table id="intable" width="603" border="0" cellspacing="0" cellpadding="1">
| |
- |
| |
- | <td width="191">• The gel results of 5 backbones are right.
| |
- | </td>
| |
- |
| |
- |
| |
- | <td width="249" >• Miniprep: pSB1C3, vgb+22M+10I</td><br />
| |
- | <td width="157">• Culture vgb+22M+1oI in hypoxia<br/>
| |
- | •PCR pSB1C3
| |
- | </td>
| |
- |
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Aug.9th
| |
- | Tuesday
| |
- |
| |
- |
| |
- | </td>
| |
- | <td><table id="intable" width="615" border="0" cellspacing="0" cellpadding="1">
| |
- |
| |
- | <td width="140"> • Run the PCR product
| |
- | </td>
| |
- |
| |
- |
| |
- | <td width="181" > • PCR pSB1C3 again
| |
- | </td>
| |
- | <td width="142">• Run the product, results are good.
| |
- | </td>
| |
- |
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Aug.10th
| |
- | Wednesday
| |
- |
| |
- |
| |
- | </td>
| |
- | <td><table width="640" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td width="170">• Culture: 20H, 20J<br/>
| |
- | • Transform 13K from plate 3
| |
- |
| |
- | </td>
| |
- | <td width="184">• Miniprep: 20H-1, 20J-1
| |
- | </td>
| |
- | <td>• Cut: the 20H-1, 20J-1, 22B-1, 22B-3 with E+P</td>
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Aug.11th
| |
- | Thursday
| |
- |
| |
- |
| |
- | </td>
| |
- | <td><table width="618" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td >• Run the digestion results. Bands are confirmed right.
| |
- | </td>
| |
- | <td>• Colony PCR vgb+22M+10I
| |
- | </td>
| |
- | <td>• Cut the plasmid of vgb+22M+10I
| |
- |
| |
- | </td>
| |
- |
| |
- |
| |
- | </tr>
| |
- | </table>
| |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Aug.12th
| |
- | Friday
| |
- |
| |
- |
| |
- | </td>
| |
- | <td><table width="627" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td >• Make new stock of competent cells</td>
| |
- | <td>• Ligation: 13K+10I<br/>
| |
- | • Cut the PCR results and 22M with E+P
| |
- | </td>
| |
- | <td>• Sequence: nirB, vgbL, 12I, 20H, 20J, 22B</td>
| |
- | <td>• Transform 13K+10I+pSB1K3<br/>
| |
- | • Cut 13K to validate. Results are right.
| |
- | </td>
| |
- | </tr>
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Aug.13th
| |
| | | |
- | Saturday
| + | <body> |
- |
| + | <div class="global"> |
- |
| + | <div id=top2></div> |
- | </td> | + | <div class="header"> |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| + | <div class="bgimg"></div> |
- | <tr>
| + | <div class="bgpart1"></div> |
- | <td>• Colony PCR: 13K+10I+pSB1K3</td>
| + | <div class="bgpart2"></div> |
- | <td>• Culture: vgb+22M+10I in 5ml(shaking), 5ml(water bath), 10ml(water bath), 15(water bath).</td>
| + | |
- | <td>• Check the YFP expression of 5ml(shaking) and 15ml(water bath). No yellow fluorescent cells,</td>
| + | |
- |
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Aug.14th
| + | |
- | Sunday
| + | |
- |
| + | |
- | </td>
| + | |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| + | |
- | <tr>
| + | |
- | <td width="244">• Transform: the Gibson assembly results.
| + | |
- |
| + | |
- | </td>
| + | |
- | <td width="164">• Miniprep: 13K+10I<br/>
| + | |
- | • Cut: 13K+10I
| + | |
- | </td>
| + | |
- | <td>• Purification: the digestion results.<br/>
| + | |
- | • Ligation: nirB+13K+10I
| + | |
- |
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | </table></td>
| + | |
- | </tr>
| + | |
- |
| + | |
- | </table>
| + | |
- |
| + | |
- | </div> | + | |
- |
| + | |
- | <div class="block" id="summ"> | + | |
- | <h3 style="color:white;">Data&protocol</h3>
| + | |
- | <hr/>
| + | |
- | <div class="block" id="monday"> | + | |
- | <h3>Monday</h3>
| + | |
- | <hr/>
| + | |
- | <p>WEEK3</p>
| + | |
- | </div> | + | |
- | <div class="block" id="tuesday"> | + | |
- | <h3>Tuesday</h3>
| + | |
- | <hr/>
| + | |
- | <p>bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</p></div>
| + | |
- | <p> </p>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | <!-- 666666666666666666666666666666666 -->
| + | |
- | <div class="inner" id="week7"> | + | |
- | <div class="block" id="nsheet"> | + | |
- | <h3>Week7</h3><hr/>
| + | |
- | <table id="notesheet" width="650" border="1" cellspacing="0" cellpadding="1">
| + | |
- | <tr><td width="76">Day</td><td width="349">Note</td></tr>
| + | |
- |
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Aug.15th
| + | |
- | Monday
| + | |
| | | |
| + | <div class="banner"> |
| + | <div class="logo"><img |
| + | src="https://static.igem.org/mediawiki/2011/c/c9/Logo.png" width="200" |
| + | height="200" /></div> |
| + | <div class="title"><img |
| + | src="http://ung.igem.org/wiki/images/b/b3/Title.png" width="603" |
| + | height="220" /></div> |
| + | <div class="igemlogo"><a target="_blank" |
| + | href="https://2011.igem.org"><img |
| + | src="https://static.igem.org/mediawiki/2011/e/e2/Igemlogo.png" width="180" |
| + | height="150" /></a></div> |
| + | </div> |
| + | <!--banner--> |
| + | <div class="nav"> |
| + | <ul id="topnav"> |
| + | <li><a id="P_Home" href="https://2011.igem.org/Team:ZJU-China/index.html">Home</a></li> |
| | | |
- | </td> | + | <li><a id="P_Project" |
- | <td><table id="intable" width="603" border="0" cellspacing="0" cellpadding="1">
| + | href="https://2011.igem.org/Team:ZJU-China/Project.html">Project</a> <!--Subnav Starts Here--> |
- |
| + | |
- | <td width="191">• Plate: nirB+13K+10I
| + | |
- | </td>
| + | |
- |
| + | |
- |
| + | |
- | <td width="249" >• Colony PCR: vgb+YFP+tetR +terminater</td><br />
| + | |
- | <td width="157">• Gibson PCR
| + | |
- | </td> | + | |
- |
| + | |
- | </table></td> | + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Aug.16th
| + | |
- | Tuesday
| + | |
| | | |
| | | |
| + | <!--Subnav Ends Here--></li> |
| + | <li><a id="P_Team" href="https://2011.igem.org/Team:ZJU-China/Team.html">Team</a> |
| | | |
- | </td> | + | </li> |
- | <td><table id="intable" width="615" border="0" cellspacing="0" cellpadding="1">
| + | <li><a id="P_Notebook" |
- |
| + | href="https://2011.igem.org/Team:ZJU-China/Notebook.html">Notebook</a></li> |
- | <td width="140"> • Colony PCR: vgb+22M+10I, nirB+13K+10I
| + | <li><a id="P_HumanPractice" |
- | </td> | + | href="https://2011.igem.org/Team:ZJU-China/Humanpractice.html">HumanPractice</a> |
- |
| + | </li> |
- |
| + | <li id="search"> |
- | <td width="181" > • No bands of 13K; 22M confirmed
| + | <div id="searchbar"> |
- | </td>
| + | |
- |
| + | |
- |
| + | |
- | </table></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Aut.17th
| + | |
- | Wednesday
| + | |
| | | |
| + | <div> |
| + | <form action="http://www.google.com.hk/cse" id="cse-search-box" |
| + | target="_blank"> |
| + | <div><input type="hidden" name="cx" |
| + | value="005438704919531788579:zbfi5n-q5du" /> <input type="hidden" |
| + | name="cof" value="FORID:10" /> <input type="hidden" name="ie" |
| + | value="UTF-8" /> <input type="text" name="q" size="15" /> <input |
| + | type="submit" name="sa" value="Search" /></div> |
| + | </form> |
| + | <script type="text/javascript" |
| + | src="http://www.google.com/cse/brand form=cse-search-box&lang=en"></script></div> |
| + | </div> |
| + | </li> |
| + | </ul> |
| + | </div> |
| + | <!--navbar--> <script type="text/javascript"> |
| + | document.getElementById('P_Team').onclick=function(){ |
| + | document.getElementById('P_Te').style.display='block' |
| | | |
| + | document.getElementById('P_Pr').style.display='none' |
| + | document.getElementById('P_No').style.display='none' |
| + | document.getElementById('P_Hu').style.display='none' |
| + | <!-- document.getElementById('P_Pr').style.display='none' --> |
| + | }; |
| + | document.getElementById('P_Project').onclick=function(){ |
| + | document.getElementById('P_Pr').style.display='block' |
| + | document.getElementById('P_Te').style.display='none' |
| + | document.getElementById('P_No').style.display='none' |
| + | document.getElementById('P_Hu').style.display='none' |
| + | <!-- document.getElementById('P_Pr').style.display='none' --> |
| + | }; |
| + | document.getElementById('P_Notebook').onclick=function(){ |
| + | document.getElementById('P_No').style.display='block' |
| + | document.getElementById('P_Pr').style.display='none' |
| + | document.getElementById('P_Te').style.display='none' |
| + | document.getElementById('P_Hu').style.display='none' |
| + | <!-- document.getElementById('P_Pr').style.display='none' --> |
| + | }; |
| + | document.getElementById('P_HumanPractice').onclick=function(){ |
| + | document.getElementById('P_Hu').style.display='block' |
| + | document.getElementById('P_Pr').style.display='none' |
| + | document.getElementById('P_No').style.display='none' |
| + | document.getElementById('P_Te').style.display='none' |
| + | <!-- document.getElementById('P_Pr').style.display='none' --> |
| + | }; |
| + | |
| + | </script></div> |
| + | <!--header--> |
| + | <div id="contentwrapper"> |
| | | |
- | </td> | + | <div class="main"> |
- | <td><table width="640" border="0" cellspacing="0" cellpadding="1">
| + | <div class="bgpart3"></div> |
- | <tr>
| + | |
- | <td width="170">• Miniprep: 22M<br/>
| + | |
- | • Cut: 22M
| + | |
| | | |
| + | <div class="leftulcontainer" id="blue"> |
| + | <div id="leftul" class="leftul"> |
| + | <div id="accordion"> |
| | | |
- | </td> | + | <h4 class="current">Lab Notes</h4> |
- | <td width="184">• Check CFP expression. No fluorescence.
| + | |
- | </td> | + | |
| | | |
- | </tr>
| + | <div class="pane" style="display: block;"><a |
- | </table> | + | href="https://2011.igem.org/Team:ZJU-China/Notebook.html">July</a> <a |
- | </td> | + | href="https://2011.igem.org/Team:ZJU-China/August.html">August<br /> |
- | </tr>
| + | </a> <a href="https://2011.igem.org/Team:ZJU-China/September.html">September<br /> |
- | <tr>
| + | </a> |
- | <td id="sheetleft">Aug.18th
| + | <a href="https://2011.igem.org/Team:ZJU-China/October.html">October</a></div> |
- | Thursday
| + | |
| | | |
| + | <h4>Protocol</h4> |
| | | |
- | | + | <div class="pane"><a |
- | </td> | + | href="https://2011.igem.org/Team:ZJU-China/Protocol.html">Protocol</a></div> |
- | <td><table width="618" border="0" cellspacing="0" cellpadding="1">
| + | <h4><a>Brainstorm</a></h4> |
- | <tr>
| + | <div class="pane"><a |
- | <td >• Transform: 13K, 10I, 22M, 12I, 18P
| + | href="https://2011.igem.org/Team:ZJU-China/Brainstorm.html">Brainstorm</a></div> |
- | </td> | + | <script> |
- | | + | $(function() { |
- | | + | |
- | | + | $("#accordion").tabs("#accordion div.pane", {tabs: 'h4', effect: 'slide', initialIndex: null}); |
- | </tr>
| + | }); |
- | </table> | + | </script> <!-- Navigation scroll follow --> <script type="text/javascript"> |
- | </td> | + | $(window).scroll(function () { |
- | </tr>
| + | var scrollPos = $(window).scrollTop(); |
- | <tr>
| + | if (scrollPos > 330) { |
- | <td id="sheetleft">Aug.19th
| + | $(".leftul").addClass("stickToTop"); |
- | Friday
| + | } else { |
- | | + | $(".leftul").removeClass("stickToTop"); |
- | | + | } |
- | | + | |
- | </td> | + | |
- | <td><table width="627" border="0" cellspacing="0" cellpadding="1">
| + | |
- | <tr>
| + | |
- | <td >• Miniprep: 13K, 10I, 22M, 12I, 18P </td>
| + | |
- | <td>• Cut: 13K, 10I, 22M, 12I, 18P
| + | |
- | </td> | + | |
- | <td>• Run the gel</td>
| + | |
| | | |
- | </tr>
| + | }); |
- | </table></td> | + | </script></div> |
- | </tr>
| + | <!--accordion--></div> |
- | <tr>
| + | <!--leftul--></div> |
- | <td id="sheetleft">Aug.20th
| + | <!--leftulcontainer--> |
- | Saturday
| + | |
| | | |
| + | <div class="rightcontainer"> |
| + | <div id="styleA" class="frame"> |
| + | <div id="blue"> |
| + | <p></p> |
| + | <h1>Lab Notes - July</h1> |
| + | <!--importantcontainer--> |
| | | |
- | | + | <div id="framecontent"> |
- | </td> | + | <div id="importantcontainer"> |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| + | <div class="frame" id="important"> |
- | <tr>
| + | <div class="bgcolors" id="round"> |
- | <td>• Ligate 13K+10I, 22M+10I</td>
| + | <h1>Biobrick Group</h1> |
- |
| + | |
- | | + | |
- | </tr>
| + | |
- | </table>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Aug.21st
| + | |
- | Sunday
| + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| + | |
- | <tr>
| + | |
- | <td width="244">• Transform: the Gibson assembly results.
| + | |
- | | + | |
- | </td>
| + | |
- | <td width="164">• Miniprep: 13K+10I<br/>
| + | |
- | • Cut: 13K+10I
| + | |
- | </td> | + | |
- | <td>• Purification: the digestion results.<br/>
| + | |
- | • Ligation: nirB+13K+10I
| + | |
- | | + | |
- | </td>
| + | |
- | </tr>
| + | |
- | </table></td>
| + | |
- | </tr>
| + | |
- | | + | |
- | </table> | + | |
| </div> | | </div> |
| + | <!--bgcolors--></div> |
| + | <!--important--></div> |
| + | <!--importantcontainer--> |
| + | <div id="page1"> |
| | | |
- | <div class="block" id="summ"> | + | <h1>Week1</h1> |
- | <h3 style="color:white;">Data&protocol</h3>
| + | <table id="notesheet" style="width:690px;" border="1" cellspacing="0" |
- | <hr/>
| + | cellpadding="1" style="vertical-align: middle"> |
- | <div class="block" id="monday">
| + | <tr> |
- | <h3>Monday</h3>
| + | <td width="76"><strong>Day</strong></td> |
- | <hr/>
| + | <td width="349"><strong>Note</strong></td> |
- | <p>WEEK7</p>
| + | </tr> |
- | </div>
| + | |
- | <div class="block" id="tuesday">
| + | |
- | <h3>Tuesday</h3> | + | |
- | <hr/> | + | |
- | <p>bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</p></div> | + | |
- | <p> </p> | + | |
- | </div>
| + | |
- | </div>
| + | |
- | <!-- 7777777777777777777777777777 -->
| + | |
- | <div class="inner" id="week8">
| + | |
- | <div class="block" id="nsheet"> | + | |
- | <h3>Week8</h3><hr/> | + | |
| | | |
- | <table id="notesheet" width="650" border="1" cellspacing="0" cellpadding="1">
| + | <tr> |
- | <tr><td width="76">Day</td><td width="349">Note</td></tr>
| + | <td id="sheetleft">Jul.4th Monday</td> |
- |
| + | <td> |
- | <tr>
| + | <table id="intable" width="328" border="0" cellspacing="0" |
- | <td id="sheetleft">Aug. 22nd
| + | cellpadding="1"> |
- | Monday | + | |
- | | + | <td width="128">▪ Aerobic cultivation of DH5α</td> |
- | | + | |
- | | + | |
- | </td> | + | |
- | <td><table id="intable" width="603" border="0" cellspacing="0" cellpadding="1">
| + | |
- |
| + | |
- | <td width="191">• Transform 13K+10I, 22M+10I
| + | |
- | </td>
| + | |
- |
| + | |
- |
| + | |
- | <td width="249" >• Test new primers.<br />
| + | |
- | • PCR: 22M+10I, 13K+10I
| + | |
- | </td>
| + | |
- | <td width="157">• Run the PCR products.<br />
| + | |
- | • Cut the PCR products.
| + | |
- | | + | |
- | </td>
| + | |
- |
| + | |
- | </table></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Aug. 23rd
| + | |
- | Tuesday
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | <td><table id="intable" width="615" border="0" cellspacing="0" cellpadding="1">
| + | |
- |
| + | |
- | <td width="140">• Test primers: CS/CP, VF/VR, pSB1_f/r
| + | |
- | </td>
| + | |
- |
| + | |
- |
| + | |
- | <td width="181" > • Cut: 11P, 1F, 22M<br/>
| + | |
- | • Run the cut results.1F-1/2/3 are right.
| + | |
- | </td>
| + | |
- | <td>• Mix the 1F-1/2 purification products</td>
| + | |
- | <td>• Cut: 1F-1+1F-2(E+S), 22M-3(X+P), pSB1C3(E+P)</td>
| + | |
| | | |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Aug. 24th
| |
- | Wednesday
| |
| | | |
| + | <td width="196">▪ Preparation of apparatus for the formation of |
| + | biofilm</td> |
| | | |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul 5th Tuesday</td> |
| + | <td> </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.6th Wednesday</td> |
| + | <td> |
| + | <table width="217" border="0" cellspacing="0" cellpadding="1"> |
| + | <tr> |
| + | <td width="215">▪ Receiving primers ordered previously</td> |
| | | |
| + | </tr> |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.7th Thursday</td> |
| + | <td> |
| + | <table width="238" border="0" cellspacing="0" cellpadding="1"> |
| + | <tr> |
| + | <td width="200">▪ Preparation of the aliquot of the primers</td> |
| + | <td width="200">▪ Something wrong with a shaking incubator</td> |
| + | </tr> |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.8th Friday</td> |
| + | <td> |
| + | <table width="222" border="0" cellspacing="0" cellpadding="1"> |
| + | <tr> |
| + | <td width="155">▪ Preparation of culture plates for the |
| + | transformations</td> |
| + | </tr> |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.9th Saturday</td> |
| + | <td> |
| + | <table width="313" border="0" cellspacing="0" cellpadding="1"> |
| + | <tr> |
| + | <td width="127">▪ Preparation of culture plates for the |
| + | transformations</td> |
| + | <td width="182">▪ protocols of transformation</td> |
| + | </tr> |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.10th Sunday</td> |
| + | <td> |
| + | <table width="246" border="0" cellspacing="0" cellpadding="1"> |
| + | <tr> |
| + | <td>▪ Several colonies were picked up and cultivated in 5mL LB |
| + | medium. ▪ryosectioning of biofilm</td> |
| + | </tr> |
| + | </table> |
| + | </td> |
| + | </tr> |
| | | |
- | </td>
| |
- | <td><table width="640" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- |
| |
- | </tr>
| |
| </table> | | </table> |
- | </td> | + | </p> |
- | </tr>
| + | <h1>Week2</h1> |
- | <tr>
| + | <table id="notesheet" width="650" border="1" cellspacing="0" |
- | <td id="sheetleft">Aug. 25th
| + | cellpadding="1"> |
- | Thursday
| + | <tr> |
| + | <td width="76"><strong>Day</strong></td> |
| + | <td width="349"><strong>Note</strong></td> |
| + | </tr> |
| | | |
| + | <tr> |
| + | <td id="sheetleft">Jul.11th Monday</td> |
| + | <td> |
| + | <table id="intable" width="541" border="0" cellspacing="0" |
| + | cellpadding="1"> |
| | | |
| + | <td width="128">▪ Set up new LB culture plates with ampicillin |
| + | and kanamycin |
| + | </p> |
| + | </td> |
| | | |
| | | |
- | </td> | + | <td width="196">▪ Sterilization of Glycerol and <br /> |
- | <td><table width="618" border="0" cellspacing="0" cellpadding="1">
| + | Preparation of 25mg/mL kanamycin</td> |
- | <tr>
| + | <td>▪Transformation of the parts mentioned on Jul.9th for the |
- |
| + | second time</td> |
| + | <td>▪Observation the sections</td> |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul 12th Tuesday</td> |
| + | <td> |
| + | <table id="intable" width="560" border="0" cellspacing="0" |
| + | cellpadding="1"> |
| | | |
| + | <td width="128">▪ Pick two colonies of each parts and cultivate |
| + | them in LB medium</td> |
| | | |
| | | |
- | </tr>
| + | <td width="203">▪ Transformation of three parts(20J,20H.22B from |
- | </table> | + | Kit plates of 2011 Distribution ) which are related to the |
- | </td> | + | degradation of Cellulose</td> |
- | </tr>
| + | <td width="91">▪Min prep to isolate 10I,12I and 22M</td> |
- | <tr>
| + | <td width="130">▪Conservation of 10I,12I,22M and 11P</td> |
- | <td id="sheetleft">Aug. 26th
| + | </table> |
- | Friday
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.13th Wednesday</td> |
| + | <td> |
| + | <table width="618" border="0" cellspacing="0" cellpadding="1"> |
| + | <tr> |
| + | <td width="104">▪ Place the culture plate of 20J,20H and 22B in |
| + | the fridge.</td> |
| + | <td width="102">▪min prep to isolate 13K ▪onservation of 13K</td> |
| + | <td width="163">▪estriction digest of the |
| + | parts(12I,10I,22M,13K) with EcoRI and PstI</td> |
| + | <td width="111">▪Gel electrophoresis to analyse restriction |
| + | fragments</td> |
| + | <td width="128">▪Test the Tm of Primers CP1&CS,NP&NS |
| + | with 13K. The result of Gel electrophoresis shows that 60.2℃ is the |
| + | Tm of NS and NP, and 57.4℃ is the Tm of CS and CP1.</td> |
| + | </tr> |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.14th Thursday</td> |
| + | <td> |
| + | <table width="618" border="0" cellspacing="0" cellpadding="1"> |
| + | <tr> |
| + | <td>▪ Test the Tm of the YFP,RFP,tetR,Vgb and nirB primers. |
| + | The result of Gel electrophoresis shows that the Tm for the primers |
| + | of Vgb is 54℃ and the Tm for the primers of nirB is 55℃ The RCR of |
| + | YFP,RFP and tetR failed.</td> |
| | | |
| + | </tr> |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.15th Friday</td> |
| + | <td> |
| + | <table width="600" border="0" cellspacing="0" cellpadding="1"> |
| + | <tr> |
| + | <td width="155">▪ PCR(Phusion)<br /> |
| + | ▪ Digest 10I, 22M, 13K ▪ Used wrong cutter, digestion again.</td> |
| + | <td>▪ Run the results of PCR and the first digestion. The |
| + | annealing temperature of YFP needed change. The digestion results |
| + | confirmed</td> |
| + | <td>▪ Run the digestion results of second time. The bands are |
| + | confirmed.</td> |
| + | </tr> |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.16th Saturday</td> |
| + | <td> |
| + | <table width="620" border="0" cellspacing="0" cellpadding="1"> |
| + | <tr> |
| + | <td width="127">▪ Cut the linearized pSB1k3 with E+P</td> |
| + | <td width="123">▪ Purify the digestion results of 22M, 13K, 10I</td> |
| + | <td width="133">▪ Confirm digestion of pSB1k3 by |
| + | electrophoresis, then purification</td> |
| + | <td width="113">▪ Test Tm of YFP<br /> |
| + | ▪ ligation: 22M+10I, 13K+10I</td> |
| + | <td width="114">▪ Tm of YFP is 54 degree ▪ transform the |
| + | ligation results.</td> |
| + | </tr> |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.17th Sunday</td> |
| + | <td> |
| + | <table width="620" border="0" cellspacing="0" cellpadding="1"> |
| + | <tr> |
| + | <td>▪ PCR 22M<br /> |
| + | ▪ purify Vgb, RFP, RFP-tetR, YFP-tetR. Gibson PCR.</td> |
| + | <td>▪ ligation the purified the fragments in yesterday.</td> |
| + | <td>▪ 22M PCR<br /> |
| + | ▪ Transform the ligation results.</td> |
| + | </tr> |
| + | </table> |
| + | </td> |
| + | </tr> |
| | | |
- | </td>
| |
- | <td><table width="627" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td >• Amplify: vgb, 1C3</td>
| |
- |
| |
- | </tr>
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Aug.27th
| |
- | Saturday
| |
- |
| |
- |
| |
- | </td>
| |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td>• Digest: Vgb, 1C3, fdfhF, 22M+10I, 13K+10I</td>
| |
- |
| |
- |
| |
- | </tr>
| |
| </table> | | </table> |
- | </td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Aug.28th
| |
- | Sunday
| |
| | | |
- | </td> | + | <p> </p> |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| + | <h1>Week3</h1> |
- | <tr>
| + | <table id="notesheet" width="713" border="1" cellspacing="0" |
- | <td width="244">• Ligate: vgb+22M+10I, fdfhF+13K+10I
| + | cellpadding="1"> |
| + | <tr> |
| + | <td width="87"><strong>Day</strong></td> |
| + | <td width="616"><strong>Note</strong></td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.18th Monday</td> |
| + | <td> |
| + | <table id="intable" width="541" border="0" cellspacing="0" |
| + | cellpadding="1"> |
| | | |
- | </td>
| + | <td width="128">▪ Genome extraction of E.coli</td> |
- | <td width="164">• Transform the ligation results. | + | |
- | </td> | + | |
| | | |
- | </tr>
| |
- | </table></td>
| |
- | </tr>
| |
| | | |
- | </table> | + | <td width="196">▪ PCR of NirB<br /> |
- | </div>
| + | ▪ Cut 10I with X+P, cut 22M, 13K with E+S, cut pSB1k3 with E+P</td> |
- | <div class="block" id="summ">
| + | <td>▪ Ligate: 10I+13K, 10I+22M <br /> |
- | <h3 style="color:white;">Data&protocol</h3>
| + | ▪ Repeat NirB PCR</td> |
- | <hr/> | + | <td> |
- | <div class="block" id="monday"> | + | <p align="left">▪ Culture 11P<br /> |
- | <h3>Monday</h3>
| + | ▪ Miniprep 10I, 22M, 13K</p> |
- | <hr/> | + | </td> |
- | <p>WEEK8</p> | + | </table> |
- | </div>
| + | </td> |
- | <div class="block" id="tuesday">
| + | </tr> |
- | <h3>Tuesday</h3> | + | <tr> |
- | <hr/> | + | <td id="sheetleft">Jul 19th Tuesday</td> |
- | <p>bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</p></div>
| + | <td> |
- | <p> </p>
| + | <table id="intable" width="615" border="0" cellspacing="0" |
- | </div> | + | cellpadding="1"> |
- | </div> | + | |
- | <!-- 8888888888888888888888888888 --> | + | |
- | <div class="inner" id="week9"> | + | |
- | <div class="block" id="nsheet">
| + | |
- | <h3>Week9</h3><hr/>
| + | |
| | | |
- | <table id="notesheet" width="650" border="1" cellspacing="0" cellpadding="1">
| + | <td width="140">▪ mini-prep: 10I+13K, 10I+22M</td> |
- | <tr><td width="76">Day</td><td width="349">Note</td></tr>
| + | |
- |
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Aug.29th
| + | |
- | Monday
| + | |
| | | |
| | | |
| + | <td width="213">▪Insert 10I+13K, 10I+22M into pSB1k3</td> |
| + | <td width="110">▪Transform: 5E, 3C, 7C, 1K, 1I from the |
| + | distribution plate</td> |
| + | <td width="144">▪Transform 10I+22M, 10I+13K</td> |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.20th Wednesday</td> |
| + | <td> |
| + | <table width="610" border="0" cellspacing="0" cellpadding="1"> |
| + | <tr> |
| + | <td width="170">▪Colonies of 22M+10I, 13K+10I, 5E, 3C, 7C, 1K, |
| + | 1I confirmed</td> |
| + | <td width="102">▪ Gibson PCR</td> |
| + | <td width="250">▪Colony PCR 22M+10I, 13K+10I, 5E, 3C, 7C, 1K, |
| + | 1I</td> |
| + | <td width="80">▪PCR NirB</td> |
| + | </tr> |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.21th Thursday</td> |
| + | <td> |
| + | <table width="618" border="0" cellspacing="0" cellpadding="1"> |
| + | <tr> |
| + | <td>▪PCR verification of 22M+10I, 13K+10I, 5E, 3C, 7C, 1K, 1I |
| + | </td> |
| + | <td>▪ Gibson PCR ▪ Run the results of PCR verification. Bands |
| + | confirmed.</td> |
| + | <td>▪ Culture the 22M+10I, 13K+10I, 5E, 3C, 7C, 1K, 1I ▪ |
| + | Purification of Gibson PCR results</td> |
| + | </tr> |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.22th Friday</td> |
| + | <td> |
| + | <table width="618" border="0" cellspacing="0" cellpadding="1"> |
| + | <tr> |
| + | <td width="117">▪ PCR amplification of Gibson assembly results |
| + | </td> |
| + | <td width="144">▪ Mini prep: 22M+10I, 22.Presever in -20<br /> |
| + | ▪ Mini prep: 1K,1I,3C,5E,7C<br /> |
| + | ▪ Gibson Assembly fail.</td> |
| + | <td width="164">▪ PCR NirB by Phusion<br /> |
| + | ▪Repeat PCR by changing Pnibr to Gnirbr<br /> |
| + | ▪Cut the mini and medi prep results with E</td> |
| + | <td width="185">▪ Run the results of PCR and digestion. Fail in |
| + | PCR of NirB, succeed in 10I+3K and 10I+22M ligation.</td> |
| + | </tr> |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.23th Saturday</td> |
| + | <td> |
| + | <table width="613" border="0" cellspacing="0" cellpadding="1"> |
| + | <tr> |
| + | <td width="237">▪Double digestion of 13K+10I, 22M+10I, pSB1c3 |
| | | |
| + | </td> |
| + | <td width="169">▪ Fail in purification of Medi prep</td> |
| + | <td width="201">▪ PCR NirB<br /> |
| + | ▪ Ligate NirB+13K+10I, Vgb+22M+10I</td> |
| | | |
- | </td> | + | </tr> |
- | <td><table id="intable" width="603" border="0" cellspacing="0" cellpadding="1">
| + | </table> |
- |
| + | </td> |
- | <td width="191">• Meeting. Summarize all the experiment work so far.
| + | </tr> |
- | </td> | + | <tr> |
- |
| + | <td id="sheetleft">Jul.24th Sunday</td> |
- |
| + | <td> |
- | <td width="249" >• Cut: 22M(X+P), 1C3(E+P)
| + | <table width="608" border="0" cellspacing="0" cellpadding="1"> |
- | </td> | + | <tr> |
| + | <td width="244">▪ Gibson assembly: NirB+RFP+tetR<br /> |
| + | ▪ Cut results of Gibson assembly and pSB1c3.</td> |
| + | <td width="164">▪ Purify the ligation results in yesterday</td> |
| + | <td width="194">▪ ligate with backbone ▪ Culture 1I, 1K, 3C, |
| + | 5E, 7C, 11P</td> |
| + | </tr> |
| + | </table> |
| + | </td> |
| + | </tr> |
| | | |
- |
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Aug.30th
| |
- | Tuesday
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | </td>
| |
- | <td><table id="intable" width="615" border="0" cellspacing="0" cellpadding="1">
| |
- |
| |
- |
| |
- |
| |
- | </table></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td id="sheetleft">Aug.31st
| |
- | Wednesday
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | </td>
| |
- | <td><table width="640" border="0" cellspacing="0" cellpadding="1">
| |
- | <tr>
| |
- | <td>• Cut vgb+YFP+tetR, fdhF+RFP+tetR.<br/>• Run the digestion results</td>
| |
- | <td>• Culture the positive results</td>
| |
- | </tr>
| |
| </table> | | </table> |
- | </td> | + | <p> </p> |
- | </tr>
| + | <h1>Week4</h1> |
- | <tr>
| + | <table id="notesheet" width="691" border="1" cellspacing="0" |
- | <td id="sheetleft">Sept.1st
| + | cellpadding="1"> |
- | Thursday
| + | <tr> |
| + | <td width="63"><strong>Day</strong></td> |
| + | <td width="630"><strong>Note</strong></td> |
| + | </tr> |
| | | |
| + | <tr> |
| + | <td id="sheetleft">Jul.25th Monday</td> |
| + | <td> |
| + | <table id="intable" width="541" border="0" cellspacing="0" |
| + | cellpadding="1"> |
| | | |
| + | <td width="128">▪ Transform Pnirb+13k+10I+pSBK3-2</td> |
| | | |
| | | |
| + | <td>▪ Place the culture in 4 degree</td> |
| + | <td>▪ Medi-and mini-prep of five cultre</td> |
| + | <td>▪Gibson Assembly confirmation by gel</td> |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul. 26th Tuesday</td> |
| + | <td> |
| + | <table id="intable" width="610" border="0" cellspacing="0" |
| + | cellpadding="1"> |
| | | |
- | </td> | + | <td width="134">▪ Cut Pnirb, Pvgb,(E+S)<br /> |
- | <td><table width="618" border="0" cellspacing="0" cellpadding="1">
| + | ▪ Cut 10I+13K, 10I+22M.(X+P)</td> |
- | <tr>
| + | |
- |
| + | |
- | <td>• Miniprep: Y#4, R#2/3/4/5<br/>
| + | |
- | • Cut Y#4, R#2/3/4/5
| + | |
- | </td>
| + | |
- | <td>•Run the gel.<br/>
| + | |
- | • Send R#3,Y#4 sample to sequencing
| + | |
- | </td> | + | |
- | <td>• Hypoxia culture: RFP3, RFP4<br/>
| + | |
- | • Preserve Y#4, R#2/3/4/5
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept.2nd
| + | |
- | Friday
| + | |
| | | |
| | | |
| + | <td width="167">▪ Ligation: vgb+10I+22M, nirB+10I+13K,</td> |
| + | <td width="172">▪ Ligation: pSBK13+vgb+10I+22M, |
| + | pSBK13+nirB+10I+13K</td> |
| + | <td width="129">▪ Transform the ligation results.</td> |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.27th Wednesday</td> |
| + | <td> |
| + | <table width="608" border="0" cellspacing="0" cellpadding="1"> |
| + | <tr> |
| + | <td width="170">▪ No colony on the plate<br /> |
| + | ▪ Gibson assembly</td> |
| + | <td width="184">▪ Run the results of Gibson assembly</td> |
| + | <td width="248">▪ Excise the bands, the purify the DNA<br /> |
| + | ▪ Gibson Assenmly</td> |
| | | |
- | </td> | + | </tr> |
- | <td><table width="627" border="0" cellspacing="0" cellpadding="1">
| + | </table> |
- | <tr>
| + | </td> |
- | <td >• Phusion PCR</td>
| + | </tr> |
- | <td>• Hypoxia Culture: R, Y<br/>
| + | <tr> |
- | • Run the PCR results. Bands are confirmed right.
| + | <td id="sheetleft">Jul.28th Thursday</td> |
- | </td> | + | <td> |
- | <td>• Purification: vgb, YFP, tetR.</td> | + | <table width="609" border="0" cellspacing="0" cellpadding="1"> |
- | </tr>
| + | <tr> |
- | </table></td>
| + | <td width="607">▪ 2011 China Meet-up @ Hefei</td> |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept.3rd
| + | |
- | Saturday
| + | |
| | | |
| + | </tr> |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.29th Friday</td> |
| + | <td> |
| + | <table width="607" border="0" cellspacing="0" cellpadding="1"> |
| + | <tr> |
| + | <td>▪ 2011 China Meet-up @ Hefei</td> |
| + | </tr> |
| + | </table> |
| + | </td> |
| + | </tr> |
| + | <tr> |
| + | <td id="sheetleft">Jul.30th Saturday</td> |
| + | <td> |
| + | <table width="620" border="0" cellspacing="0" cellpadding="1"> |
| + | <tr> |
| | | |
| | | |
- | </td> | + | </tr> |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| + | </table> |
- | <tr>
| + | </td> |
- | <td>• Culture: YFP, RFP, A25<br/>
| + | </tr> |
- | • Culture in micro-oxygen: YFP, RFP, A25
| + | <tr> |
- | </td> | + | <td id="sheetleft">Jul.31th Sunday</td> |
- | <td>• Culture in slope medium: RFP, YFP, A25<br/>
| + | <td> |
- | • Hypoxia culture: RFP, YFP, A25
| + | <table width="600" border="0" cellspacing="0" cellpadding="1"> |
- | </td> | + | <tr> |
- | <td>• Check the fluorescence.<br/>
| + | <td width="368">▪ Culture 22M+10I, 13K+10I</td> |
- | • Neither RFP in hypoxia or oxygen condition.
| + | <td width="228">▪ Cut a0H, 20J, 22B</td> |
- | Little YFP both in hypoxia and oxygen.
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept.4th
| + | |
- | Sunday
| + | |
| | | |
- | | + | </tr> |
- | </td> | + | </table> |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| + | </td> |
- | <tr>
| + | </tr> |
- | <td width="244">• Miniprep: RFP3, YFP4
| + | |
- | | + | |
- | </td> | + | |
- | <td width="164">• Cut: RFP3, YFP4, !C3.
| + | |
- | </td>
| + | |
- | | + | |
- | </tr>
| + | |
- | </table></td>
| + | |
- | </tr>
| + | |
| | | |
| </table> | | </table> |
- | | + | <br /> |
| + | <br /> |
| </div> | | </div> |
- | <div class="block" id="summ">
| + | <!--page1--> |
- | <h3 style="color:white;">Data&protocol</h3>
| + | <div id="importantcontainer"> |
- | <hr/>
| + | <div class="frame" id="important"> |
- | <div class="block" id="monday">
| + | <div class="bgcolors" id="round"> |
- | <h3>Monday</h3>
| + | <h1>Data/Protocol</h1> |
- | <hr/>
| + | </div> |
- | <p>WEEK9</p>
| + | </div> |
- | </div>
| + | </div> |
- | <div class="block" id="tuesday">
| + | <div id="framecontent"> |
- | <h3>Tuesday</h3>
| + | <h1>Jul.13th Wednesday</h1> |
- | <hr/>
| + | |
- | <p>bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</p></div>
| + | |
- | <p> </p>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | <!-- 9999999999999999999999999999 --> | + | |
- | <div class="inner" id="week10"> | + | |
- | <div class="block" id="nsheet"> | + | |
- | <h3>Week10</h3><hr/> | + | |
- | <table id="notesheet" width="650" border="1" cellspacing="0" cellpadding="1">
| + | |
- | <tr><td width="76">Day</td><td width="349">Note</td></tr>
| + | |
- |
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept.5th
| + | |
- | Monday
| + | |
- | | + | |
- | </td> | + | |
- | <td><table id="intable" width="603" border="0" cellspacing="0" cellpadding="1">
| + | |
- |
| + | |
- | <td width="191">• Run the gel: Yu’s PCR results, 1C3, RFP3, YFP4<br/>
| + | |
- | • Purification: RFP3, YFP4
| + | |
- | | + | |
- | </td> | + | |
- |
| + | |
- |
| + | |
- | <td >• Ligation: RFP3+1C3, YFP4+1C3<br/>
| + | |
- | • Hypoxia culture: RFP3, YFP4, A25.
| + | |
- | | + | |
- | </td> | + | |
- | <td>• Transform the ligation results.<br/> | + | |
- | • Confirmed RFP expression only in hypoxia condition.
| + | |
- | </td> | + | |
- |
| + | |
- | </table></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept.6th
| + | |
- | Tuesday
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | </td> | + | |
- | <td><table id="intable" width="615" border="0" cellspacing="0" cellpadding="1">
| + | |
- | <td>• Check the RFP, YFP plates.</td>
| + | |
- | <td>• Colony PCR</td>
| + | |
- | | + | |
- | </table></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept.7th
| + | |
- | Wednesday
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
| | | |
- | </td> | + | <p><strong>Systems of restriction digestion with EcoRI and |
- | <td><table width="640" border="0" cellspacing="0" cellpadding="1">
| + | PstI</strong></p> |
- | <tr>
| + | <p> |
- | <td>• Culture YFP1/2, RFP3/4</td>
| + | <table style="margin: 15px;" width="110" height="200" border="1" |
- |
| + | cellspacing="0" cellpadding="1"> |
- | </tr>
| + | <tr> |
| + | <td>Plasmid</td> |
| + | <td>1μL (>100ng)</td> |
| + | </tr> |
| + | <tr> |
| + | <td>EcoRI</td> |
| + | <td>1μL</td> |
| + | </tr> |
| + | <tr> |
| + | <td>PstI</td> |
| + | <td>1μL</td> |
| + | </tr> |
| + | <tr> |
| + | <td>10×Buffer Tango</td> |
| + | <td>2μL</td> |
| + | </tr> |
| + | <tr> |
| + | <td>ddH2O</td> |
| + | <td>15μL</td> |
| + | </tr> |
| </table> | | </table> |
- | </td> | + | <img src="https://static.igem.org/mediawiki/2011/c/c3/0713program.png" |
- | </tr>
| + | width="200" height="200" /></p> |
- | <tr>
| + | <p><strong>Temperature grad</strong><br /> |
- | <td id="sheetleft">Sept.8th
| + | 56℃ 57.4℃ 60.2℃ 62.9℃ 64.3℃ 65.8℃ /p> |
- | Thurday
| + | <div id="framecontent"> |
| + | <p> </p> |
| | | |
| + | <p><strong>PCR system (test the Tm of the primers |
| + | CP1&CS, NP&NS)</strong></p> |
| | | |
- | </td>
| + | <table style="margin: 15px;" width="110" border="1" cellspacing="0" |
- | <td><table width="618" border="0" cellspacing="0" cellpadding="1">
| + | cellpadding="1"> |
- | <tr>
| + | <tr> |
- |
| + | <td>10×Buffer</td> |
- | <td>• Preserve the strain of RFP1, YFP1/2 in 1C3.<br/> | + | <td>2μL</td> |
- | • Miniprep the remains.
| + | </tr> |
- | | + | <tr> |
- | </td> | + | <td>dNTPs</td> |
- | <td>• Cut: YFP1/2, RFP1 | + | <td>0.5μL</td> |
- | </td> | + | </tr> |
- | <td>• Run the digestion results.<br/> | + | <tr> |
- | • Culture RFP2
| + | <td>primers CP1 (NP)</td> |
- | | + | <td>1μL</td> |
- | </td> | + | </tr> |
- | </tr>
| + | <tr> |
| + | <td>primers CS (NS)</td> |
| + | <td>1μL</td> |
| + | </tr> |
| + | <tr> |
| + | <td>Template</td> |
| + | <td>1μL</td> |
| + | </tr> |
| + | <tr> |
| + | <td>rTaq</td> |
| + | <td>0.2μL</td> |
| + | </tr> |
| + | <tr> |
| + | <td>H2O</td> |
| + | <td>14.5μL</td> |
| + | </tr> |
| + | <tr> |
| + | <td>Total</td> |
| + | <td>20μL</td> |
| + | </tr> |
| </table> | | </table> |
- | </td> | + | </p> |
- | </tr>
| + | <p>Within each compartment are<strong> components</strong>: include |
- | <tr>
| + | different types of biomass ,substrates , products. biomass is often |
- | <td id="sheetleft">Sept.9th
| + | divided into active microbial species, inert cells, and extracellular |
- | Friday
| + | polymeric substances(EPS).</p> |
- | | + | <p>The components can undergo transformation, transport, and |
- | | + | transfer <strong>processes</strong>. For example, substrate is consumed, |
- | | + | and this leads to the synthesis of new active biomass.</p> |
- | | + | <p>All process affecting each component in each compartment are |
- | </td> | + | mathematically linked together into a<strong> mass balance |
- | <td><table width="627" border="0" cellspacing="0" cellpadding="1">
| + | equation</strong> that contains rate terms and parameters for each process.</p> |
- | <tr>
| + | <p><strong>Model Selection:</strong>Many kinds of Mathematics models |
- | <td >• Miniprep: RFP2, YFP2, RFP1</td>
| + | have been founded to describe a system of biofilm. Models of different |
- | <td>• Cut them and run the gel.
| + | dimensions (1d, 2d, 3d) focus on different properties of a biofilm. |
- | </td> | + | Since we care most about the oxygen concentration gradients |
- | | + | perpendicular to the substratum, <strong>numerical |
- | </tr>
| + | 1-dimensional dynamic model(N1)</strong> would be a proper choice for us.</p> |
- | </table></td>
| + | </div> |
- | </tr>
| + | <!--bgcolors--></div> |
- | <tr>
| + | <!--important--></div> |
- | <td id="sheetleft">Sept.10th
| + | <!--importantcontainer--> |
- | Saturday
| + | <p style="clear: both;"></p> |
- | | + | <div id="page2"> |
- | | + | <div class="block" id="nsheet"><img |
- | | + | src="http://ung.igem.org/wiki/images/4/42/Biofilmcomp.png" width="640" |
- | | + | height="464" style="margin: 5px;" /> |
- | </td> | + | <p> </p> |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| + | |
- | <tr>
| + | |
- | <td>• Cut YFP(1A3), RFP(1A3) with S+E
| + | |
- | | + | |
- | | + | |
- | </td> | + | |
- | <td>• Purification: RFP(1A3), YFP(1A3)
| + | |
- | </td> | + | |
- | <td>• Ligation: RFP+1C3, YFP+1C3
| + | |
- | </td> | + | |
- | <td>• Transform the ligation results.</td>
| + | |
- | </tr>
| + | |
- | </table> | + | |
- | </td> | + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept.11th
| + | |
- | Sunday
| + | |
- | | + | |
- | | + | |
- | | + | |
- | </td> | + | |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| + | |
- | <tr>
| + | |
- | <td width="244">• Check the plates.
| + | |
- | | + | |
- | </td>
| + | |
- | <td width="164">• Culture lig RFY+YFP+IC3<br/>
| + | |
- | • Culture 1K3
| + | |
- | | + | |
- | </td>
| + | |
- | <td>• Colony PCR: RFP(1C3), YFP(1C3)</td>
| + | |
- | </tr>
| + | |
- | </table></td>
| + | |
- | </tr>
| + | |
- | | + | |
- | </table>
| + | |
- | | + | |
| </div> | | </div> |
- |
| |
- |
| |
- | <div class="block" id="summ">
| |
- | <h3 style="color:white;">Data&protocol</h3>
| |
- | <hr/>
| |
- | <div class="block" id="monday">
| |
- | <h3>Monday</h3>
| |
- | <hr/>
| |
- | <p>WEEK10</p>
| |
- | </div>
| |
- | <div class="block" id="tuesday">
| |
- | <h3>Tuesday</h3>
| |
- | <hr/>
| |
- | <p>bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</p></div>
| |
- | <p> </p>
| |
- | </div>
| |
- | </div>
| |
- | <!-- 1010101010101010101010101010 -->
| |
- | <div class="inner" id="week11">
| |
| <div class="block" id="nsheet"> | | <div class="block" id="nsheet"> |
- | <h3>Week11</h3><hr/> | + | <h1>Early July</h1> |
- | | + | <p>Pre-experiments with biofilm formation with circular and non |
- | <table id="notesheet" width="650" border="1" cellspacing="0" cellpadding="1"> | + | circular silicone tube, 24 well plate on different support including |
- | <tr><td width="76">Day</td><td width="349">Note</td></tr>
| + | glass, paper, plastic film, rubber. The final material are used based on |
- |
| + | the easiness biofilm form on them and on the easiness to observe under |
- | <tr>
| + | microscope.</p> |
- | <td id="sheetleft">Sept.12th
| + | <img |
- | Monday
| + | src="https://static.igem.org/mediawiki/2011/b/be/20110711-3nP4100X0877.jpg" |
- | | + | width="400" style="margin-left: 20px;"> |
- | | + | <p> </p></div> |
- | </td>
| + | <div class="block" id="nsheet"> |
- | <td><table id="intable" width="603" border="0" cellspacing="0" cellpadding="1">
| + | <h1>28th July</h1> |
- |
| + | <p>13.30: DH5α 11p 5mlX4<br /> |
- | <td width="191">• Colony PCR: 1A3, 1K3, lig RFP+YFP+1C3.
| + | 23.00: silicone tube set at 37℃ /p> |
- | | + | </div> |
- | </td>
| + | <div class="block" id="nsheet"> |
- |
| + | <h1>29th July</h1> |
- |
| + | <p>13.00: LB culture 50ml with circular culture medium. LB culture |
- | <td >• Run the PCR results.
| + | 50ml with noncircular culture medium.</p> |
- | | + | |
- | </td>
| + | |
- | <td>• Miniprep: lig RFP+YFP+1C3
| + | |
- | </td>
| + | |
- |
| + | |
- | </table></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept.13th
| + | |
- | Tuesday
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | </td> | + | |
- | <td><table id="intable" width="615" border="0" cellspacing="0" cellpadding="1">
| + | |
- | <td>• Transform 2M, 2I, 6I, 23L.</td>
| + | |
- | <td>• Purification: 1K3</td>
| + | |
- | | + | |
- | </table></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept.14th
| + | |
- | Wednesday
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | <td><table width="640" border="0" cellspacing="0" cellpadding="1">
| + | |
- | <tr>
| + | |
- | <td>• Miniprep: 20H, 20J, 22B</td>
| + | |
- | <td>• Cut: 1K3 with E+P, lig3 with S+E, 12I(CFP) with P+X,</td>
| + | |
- | <td>• Gel excision and /or purification: 1K3, lig3, 12I(CFP)</td>
| + | |
- | <td>• Run the gel.<br/>
| + | |
- | • Culture: 1I, 1K, 3L, 5E, 7C
| + | |
- | </td>
| + | |
- | <td>• Miniprep: RFP+YFP+1C3.<br/>
| + | |
- | • Run the gel of 1K3, lig3, CFP again.
| + | |
- | </td>
| + | |
- | <td>• Gel excision and purification<br/>
| + | |
- | • Ligation: Lig3+CFP+1K3
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept.15th
| + | |
- | Thursday
| + | |
- | | + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | <td><table width="618" border="0" cellspacing="0" cellpadding="1">
| + | |
- | <tr>
| + | |
- |
| + | |
- | <td>• Preserve: 1I, 1K, 3C, 5E, 7C<br/>
| + | |
- | • Transform the ligation results
| + | |
- | </td>
| + | |
- | <td>• Colony PCR: 2M, 2I,6I,23L<br/>
| + | |
- | • Cut: 20H, 20J, 22B with X+P
| + | |
- | | + | |
- | </td>
| + | |
- | <td>• Miniprep: 2M-1, 2I-1, 6I-1, 23L-1<br/>
| + | |
- | • Cut: 2M, 2I with E+S
| + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | </tr>
| + | |
- | </table> | + | |
- | </td> | + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept.16th
| + | |
- | Friday
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | <td><table width="627" border="0" cellspacing="0" cellpadding="1">
| + | |
- | <tr>
| + | |
- | <td >• Colony PCR: RFP+YFP+1K3</td>
| + | |
- | <td>• Cut 13K with E+S, 10I with P+X, 1C3 with E+P
| + | |
- | </td>
| + | |
- | <td>• Run the gel: 13K, 10I, 1C3, 2I, 2M, 20J, 22H, 22B</td>
| + | |
- | <td>• Ligation: 13K+10I+1C3<br/>
| + | |
- | • Culture: YFP(Amp), CFP(Amp)
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | </table></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept.17th
| + | |
- | Saturday
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| + | |
- | <tr>
| + | |
- | <td>• Order primers for 20H, 20J<br/>
| + | |
- | • Culture 20H-1, 20J-1, 22B-1
| + | |
- | </td> | + | |
- | <td>• Plate the ligation results<br/>
| + | |
- | • Culture RFP+YFP+CFP+1K3
| + | |
- | | + | |
- | </td>
| + | |
- | <td>• Colony PCR: 3A, 1C3<br/>
| + | |
- | • Preserve: 1K3, RFP+YFP+1C3.
| + | |
- | | + | |
- | </td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept.18th
| + | |
- | Sunday
| + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| + | |
- | <tr>
| + | |
- | <td width="244">• Miniprep: 20J, 20H, RFP+YFP+CFP+1K3
| + | |
- | 1A3
| + | |
- | </td>
| + | |
- | <td width="164">• Run the gel of PCR results
| + | |
- | | + | |
- | </td>
| + | |
- | <td>• Cut RFP+YFP+CFP+1K3
| + | |
- | with E+P<br/> | + | |
- | • Colony PCR: 13K+10I+1C3
| + | |
- | </td>
| + | |
- | <td>• PCR: fdhF+rush+Vgb+tetR<br/>
| + | |
- | • Preserve: 20H, 20J, 22B
| + | |
- | </td>
| + | |
- | <td>• Run the gel: 20H, 20J, 22B<br/>
| + | |
- | • Cut the bands and purification.
| + | |
- | </td>
| + | |
- | <td>• Run the gel: 13K+10I+1C3, RFP+YFP+CFP+1K3<br/>
| + | |
- | • Culture: 13K+10I+1C3<br/>
| + | |
- | • Grad PCR: fdhF.
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | </table></td>
| + | |
- | </tr>
| + | |
- | | + | |
- | </table> | + | |
| | | |
| </div> | | </div> |
- | <div class="block" id="summ">
| |
- | <h3 style="color:white;">Data&protocol</h3>
| |
- | <hr/>
| |
- | <div class="block" id="monday">
| |
- | <h3>Monday</h3>
| |
- | <hr/>
| |
- | <p>WEEK11</p>
| |
- | </div>
| |
- | <div class="block" id="tuesday">
| |
- | <h3>Tuesday</h3>
| |
- | <hr/>
| |
- | <p>bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</p></div>
| |
- | <p> </p>
| |
- | </div>
| |
- | </div>
| |
- | <!-- 11 11 11 11 11 11 11 11 11 -->
| |
- | <div class="inner" id="week12">
| |
| <div class="block" id="nsheet"> | | <div class="block" id="nsheet"> |
- | <h3>Week12</h3><hr/> | + | <h1>31st July</h1> |
| + | <p>13.00: -80℃ storing silicone tube. A thick white and loosely bond |
| + | substance is seen on the inner wall of the 5mm silicone tube, and on the |
| + | inner wall of the 1mm silicone tube a flatter and smoother white |
| + | substance. Especially obvious where the tube turns. Possibly because the |
| + | speed of culture flow is slower.</p> |
| | | |
- | <table id="notesheet" width="650" border="1" cellspacing="0" cellpadding="1"> | + | </div> |
- | <tr><td width="76">Day</td><td width="349">Note</td></tr>
| + | </div> |
- |
| + | <!--page2--> <script type="text/javascript"> |
- | <tr>
| + | document.getElementById('bb').onclick= function(){ |
- | <td id="sheetleft">Sept.19th
| + | document.getElementById('page2').style.display='none' |
- | Monday
| + | document.getElementById('page1').style.display='block'} |
- | | + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | <td><table id="intable" width="603" border="0" cellspacing="0" cellpadding="1">
| + | |
- |
| + | |
- | <td width="191">• Miniprep: 13K+10I+1C3, 1C3<br/>
| + | |
- | • Run the gel of digestion results.
| + | |
- | | + | |
- | </td>
| + | |
- |
| + | |
- |
| + | |
- | <td >• Cut: 13K+10I+1C3, 1A3, fdhF
| + | |
- | | + | |
- | </td>
| + | |
- | <td>• Run the gel: 20H, 20J, rush+vgb, RYC+1K3, fdhF, 13K+10I, 1A3
| + | |
- | </td>
| + | |
- | <td>• Cut and purification: fdhF, 13K+10I, 1A3<br/>
| + | |
- | • Culture: CFP, YFP
| + | |
- | </td>
| + | |
- | <td>• Purification: Rush PCR<br/>
| + | |
- | • Cut: 22B with X, rush PCR results with S
| + | |
- | </td>
| + | |
- | | + | |
- | </table></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept.20th
| + | |
- | Tuesday
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | <td><table id="intable" width="615" border="0" cellspacing="0" cellpadding="1">
| + | |
- | <td>• Run the 20H, 20J from PCR results.<br/>
| + | |
- | • Transform: fdhF+13K+10I+1A3
| + | |
- | </td>
| + | |
- | <td>• Purification: 20B, Rush<br/>
| + | |
- | • Ligation: 22B+Rush
| + | |
- | </td>
| + | |
- | <td>• Purification: ligation results<br/>
| + | |
- | • Cut: the ligation results with X+S
| + | |
- | </td>
| + | |
- | <td>• PCR 20H<br/>
| + | |
- | • Self-ligation: rush+22M
| + | |
- | </td>
| + | |
- | </table></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept.21st
| + | |
- | Wednesday
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | <td><table width="640" border="0" cellspacing="0" cellpadding="1">
| + | |
- | <tr>
| + | |
- | <td>• Colony PCR: fdhF+13K+10I+1A3 on plates</td>
| + | |
- | <td>• Run the gel of PCR results</td>
| + | |
- | <td>• Culture the positive results.</td>
| + | |
| | | |
- | </tr>
| + | document.getElementById('bf').onclick= function(){ |
- | </table> | + | |
- | </td> | + | document.getElementById('page1').style.display='none' |
- | </tr>
| + | document.getElementById('pgae2').style.display='block'} |
- | <tr>
| + | </script> |
- | <td id="sheetleft">Sept.22nd
| + | <p style="clear: both"></p> |
- | Thursday
| + | </div> |
| + | <!--framecontent--> |
| | | |
| + | <div style="display: none" class="frame" id="rightnav"> |
| + | <div class="bgcolors" id="round"> |
| + | <p><a name="jumptop" id="bb"> Biobrick Group </a>|<a |
| + | id="bf"> Biofilm Group </a></p> |
| + | </div> |
| + | <!--bgcolors--></div> |
| + | <!--rightnav--></div> |
| + | <!--blue--> |
| + | <div class="links"><a href="#top2">Top</a></div> |
| + | </div> |
| + | <!--frame--> <!--rightcontainer--> |
| + | <p style="clear: both"></p> |
| | | |
- | | + | </div> |
- | </td>
| + | <!--main--> |
- | <td><table width="618" border="0" cellspacing="0" cellpadding="1">
| + | <div class="footer" id="footer"><a href="https://2011.igem.org/"> |
- | <tr>
| + | iGem 2011 Home Page</a> <a href="http://ung.igem.org/Special:Upload/"> |
- |
| + | Upload Files</a> <a |
- | <td>• Miniprep: fdhF+13K+10I+1A3<br/>
| + | href="https://2011.igem.org/wiki/index.php title=Template:Zjucss_main&action=edit">Edit |
- | • Preserve the above.
| + | CSS</a> <a href="http://ung.igem.org/Team_Wikis year=2011"> Team Wikis</a> <a |
- | | + | href="mailto:zjuigem@gmail.com "><strong>Contact Us</strong></a></div> |
- | </td>
| + | </div> |
- | <td>• Cut and run the results:
| + | <!--contentwrapper--></div> |
- | fdhF+13K+10I+1A3, 13K+10I+1C3
| + | <!--global--> |
- | | + | </body> |
- | | + | |
- | </td>
| + | |
- | <td>• Cut: RFP with E+S, YFP with X+P, 1K3 with E+P, 1C3 with E+P
| + | |
- | </td>
| + | |
- | <td>• Purification the digestion results.</td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept.23rd
| + | |
- | Friday
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | <td><table width="627" border="0" cellspacing="0" cellpadding="1">
| + | |
- | <tr>
| + | |
- | <td >• Ligate: RFP+1A3/ YFP+1C3/1K3, RFP+1A3/1C3</td>
| + | |
- | <td>• Transform the ligation results.
| + | |
- | </td>
| + | |
- | | + | |
- | </tr>
| + | |
- | </table></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept. 24th
| + | |
- | Saturday
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | </td>
| + | |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| + | |
- | <tr>
| + | |
- | <td>• Order primers for 20H, 20J<br/>
| + | |
- | • Culture 20H-1, 20J-1, 22B-1
| + | |
- | </td>
| + | |
- | <td>• Plate the ligation results<br/>
| + | |
- | • Culture RFP+YFP+CFP+1K3
| + | |
- | | + | |
- | </td>
| + | |
- | <td>• Colony PCR: 3A, 1C3<br/>
| + | |
- | • Preserve: 1K3, RFP+YFP+1C3.
| + | |
- | | + | |
- | </td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td id="sheetleft">Sept.25th
| + | |
- | Sunday
| + | |
- | | + | |
- | </td>
| + | |
- | <td><table width="620" border="0" cellspacing="0" cellpadding="1">
| + | |
- | <tr>
| + | |
- | <td width="244">• Miniprep: 20J, 20H, RFP+YFP+CFP+1K3
| + | |
- | 1A3
| + | |
- | </td>
| + | |
- | <td width="164">• Run the gel of PCR results
| + | |
- | | + | |
- | </td>
| + | |
- | <td>• Cut RFP+YFP+CFP+1K3
| + | |
- | with E+P<br/>
| + | |
- | • Colony PCR: 13K+10I+1C3
| + | |
- | </td>
| + | |
- | <td>• PCR: fdhF+rush+Vgb+tetR<br/>
| + | |
- | • Preserve: 20H, 20J, 22B
| + | |
- | </td>
| + | |
- | <td>• Run the gel: 20H, 20J, 22B<br/>
| + | |
- | • Cut the bands and purification.
| + | |
- | </td>
| + | |
- | <td>• Run the gel: 13K+10I+1C3, RFP+YFP+CFP+1K3<br/>
| + | |
- | • Culture: 13K+10I+1C3<br/>
| + | |
- | • Grad PCR: fdhF.
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | </table></td>
| + | |
- | </tr>
| + | |
- | | + | |
- | </table>
| + | |
- | | + | |
- | </div> | + | |
- | <div class="block" id="summ">
| + | |
- | <h3 style="color:white;">Data&protocol</h3>
| + | |
- | <hr/>
| + | |
- | <div class="block" id="monday">
| + | |
- | <h3>Monday</h3>
| + | |
- | <hr/>
| + | |
- | <p>WEEK12</p>
| + | |
- | </div>
| + | |
- | <div class="block" id="tuesday">
| + | |
- | <h3>Tuesday</h3>
| + | |
- | <hr/>
| + | |
- | <p>bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</p></div>
| + | |
- | <p> </p>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | <!-- 12 12 12 12 12 12 12 12 12 12 12 -->
| + | |
- | <div class="inner" id="afweek12">
| + | |
- | <div class="block" id="summ">
| + | |
- | <h3 style="color:white;">Data&protocol</h3>
| + | |
- | <hr/>
| + | |
- | <div class="block" id="monday">
| + | |
- | <h3>Monday</h3>
| + | |
- | <hr/>
| + | |
- | <p>WEEK13</p>
| + | |
- | </div>
| + | |
- | <div class="block" id="tuesday">
| + | |
- | <h3>Tuesday</h3>
| + | |
- | <hr/>
| + | |
- | <p>bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</p></div>
| + | |
- | <p> </p>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | <!-- 13 13 13 13 13 13 13 13 13 13 13 13 -->
| + | |
- | <script type="text/javascript">
| + | |
- | document.getElementById('kwick1').onclick= function(){
| + | |
- | document.getElementById('week1').style.display='block'
| + | |
- | document.getElementById('week2').style.display='none'
| + | |
- | document.getElementById('week3').style.display='none'
| + | |
- | document.getElementById('week4').style.display='none'
| + | |
- | document.getElementById('week5').style.display='none'
| + | |
- | document.getElementById('week6').style.display='none'
| + | |
- | document.getElementById('week7').style.display='none'
| + | |
- | document.getElementById('week8').style.display='none'
| + | |
- | document.getElementById('week9').style.display='none'
| + | |
- | document.getElementById('week10').style.display='none'
| + | |
- | document.getElementById('week11').style.display='none'
| + | |
- | document.getElementById('week12').style.display='none'
| + | |
- | document.getElementById('afweek12').style.display='none'
| + | |
- |
| + | |
- | | + | |
- | };
| + | |
- | document.getElementById('kwick2').onclick= function(){
| + | |
- | document.getElementById('week1').style.display='none'
| + | |
- | document.getElementById('week2').style.display='block'
| + | |
- | document.getElementById('week3').style.display='none'
| + | |
- | document.getElementById('week4').style.display='none'
| + | |
- | document.getElementById('week5').style.display='none'
| + | |
- | document.getElementById('week6').style.display='none'
| + | |
- | document.getElementById('week7').style.display='none'
| + | |
- | document.getElementById('week8').style.display='none'
| + | |
- | document.getElementById('week9').style.display='none'
| + | |
- | document.getElementById('week10').style.display='none'
| + | |
- | document.getElementById('week11').style.display='none'
| + | |
- | document.getElementById('week12').style.display='none'
| + | |
- | document.getElementById('afweek12').style.display='none'
| + | |
- |
| + | |
- | | + | |
- | };
| + | |
- | document.getElementById('kwick3').onclick= function(){
| + | |
- | document.getElementById('week1').style.display='none'
| + | |
- | document.getElementById('week2').style.display='none'
| + | |
- | document.getElementById('week3').style.display='block'
| + | |
- | document.getElementById('week4').style.display='none'
| + | |
- | document.getElementById('week5').style.display='none'
| + | |
- | document.getElementById('week6').style.display='none'
| + | |
- | document.getElementById('week7').style.display='none'
| + | |
- | document.getElementById('week8').style.display='none'
| + | |
- | document.getElementById('week9').style.display='none'
| + | |
- | document.getElementById('week10').style.display='none'
| + | |
- | document.getElementById('week11').style.display='none'
| + | |
- | document.getElementById('week12').style.display='none'
| + | |
- | document.getElementById('afweek12').style.display='none'
| + | |
- |
| + | |
- | | + | |
- | };
| + | |
- | document.getElementById('kwick4').onclick= function(){
| + | |
- | document.getElementById('week1').style.display='none'
| + | |
- | document.getElementById('week2').style.display='none'
| + | |
- | document.getElementById('week3').style.display='none'
| + | |
- | document.getElementById('week4').style.display='block'
| + | |
- | document.getElementById('week5').style.display='none'
| + | |
- | document.getElementById('week6').style.display='none'
| + | |
- | document.getElementById('week7').style.display='none'
| + | |
- | document.getElementById('week8').style.display='none'
| + | |
- | document.getElementById('week9').style.display='none'
| + | |
- | document.getElementById('week10').style.display='none'
| + | |
- | document.getElementById('week11').style.display='none'
| + | |
- | document.getElementById('week12').style.display='none'
| + | |
- | document.getElementById('afweek12').style.display='none'
| + | |
- |
| + | |
- | | + | |
- | };
| + | |
- | document.getElementById('kwick5').onclick= function(){
| + | |
- | document.getElementById('week1').style.display='none'
| + | |
- | document.getElementById('week2').style.display='none'
| + | |
- | document.getElementById('week3').style.display='none'
| + | |
- | document.getElementById('week4').style.display='none'
| + | |
- | document.getElementById('week5').style.display='block'
| + | |
- | document.getElementById('week6').style.display='none'
| + | |
- | document.getElementById('week7').style.display='none'
| + | |
- | document.getElementById('week8').style.display='none'
| + | |
- | document.getElementById('week9').style.display='none'
| + | |
- | document.getElementById('week10').style.display='none'
| + | |
- | document.getElementById('week11').style.display='none'
| + | |
- | document.getElementById('week12').style.display='none'
| + | |
- | document.getElementById('afweek12').style.display='none'
| + | |
- |
| + | |
- | };
| + | |
- | document.getElementById('kwick6').onclick= function(){
| + | |
- | document.getElementById('week1').style.display='none'
| + | |
- | document.getElementById('week2').style.display='none'
| + | |
- | document.getElementById('week3').style.display='none'
| + | |
- | document.getElementById('week4').style.display='none'
| + | |
- | document.getElementById('week5').style.display='none'
| + | |
- | document.getElementById('week6').style.display='block'
| + | |
- | document.getElementById('week7').style.display='none'
| + | |
- | document.getElementById('week8').style.display='none'
| + | |
- | document.getElementById('week9').style.display='none'
| + | |
- | document.getElementById('week10').style.display='none'
| + | |
- | document.getElementById('week11').style.display='none'
| + | |
- | document.getElementById('week12').style.display='none'
| + | |
- | document.getElementById('afweek12').style.display='none'
| + | |
- |
| + | |
- | | + | |
- | };
| + | |
- | document.getElementById('kwick7').onclick= function(){
| + | |
- | document.getElementById('week1').style.display='none'
| + | |
- | document.getElementById('week2').style.display='none'
| + | |
- | document.getElementById('week3').style.display='none'
| + | |
- | document.getElementById('week4').style.display='none'
| + | |
- | document.getElementById('week5').style.display='none'
| + | |
- | document.getElementById('week6').style.display='none'
| + | |
- | document.getElementById('week7').style.display='block'
| + | |
- | document.getElementById('week8').style.display='none'
| + | |
- | document.getElementById('week9').style.display='none'
| + | |
- | document.getElementById('week10').style.display='none'
| + | |
- | document.getElementById('week11').style.display='none'
| + | |
- | document.getElementById('week12').style.display='none'
| + | |
- | document.getElementById('afweek12').style.display='none'
| + | |
- |
| + | |
- | | + | |
- | };
| + | |
- | document.getElementById('kwick8').onclick= function(){
| + | |
- | document.getElementById('week1').style.display='none'
| + | |
- | document.getElementById('week2').style.display='none'
| + | |
- | document.getElementById('week3').style.display='none'
| + | |
- | document.getElementById('week4').style.display='none'
| + | |
- | document.getElementById('week5').style.display='none'
| + | |
- | document.getElementById('week6').style.display='none'
| + | |
- | document.getElementById('week7').style.display='none'
| + | |
- | document.getElementById('week8').style.display='block'
| + | |
- | document.getElementById('week9').style.display='none'
| + | |
- | document.getElementById('week10').style.display='none'
| + | |
- | document.getElementById('week11').style.display='none'
| + | |
- | document.getElementById('week12').style.display='none'
| + | |
- | document.getElementById('afweek12').style.display='none'
| + | |
- |
| + | |
- | | + | |
- | };
| + | |
- | document.getElementById('kwick9').onclick= function(){
| + | |
- | document.getElementById('week1').style.display='none'
| + | |
- | document.getElementById('week2').style.display='none'
| + | |
- | document.getElementById('week3').style.display='none'
| + | |
- | document.getElementById('week4').style.display='none'
| + | |
- | document.getElementById('week5').style.display='none'
| + | |
- | document.getElementById('week6').style.display='none'
| + | |
- | document.getElementById('week7').style.display='none'
| + | |
- | document.getElementById('week8').style.display='none'
| + | |
- | document.getElementById('week9').style.display='block'
| + | |
- | document.getElementById('week10').style.display='none'
| + | |
- | document.getElementById('week11').style.display='none'
| + | |
- | document.getElementById('week12').style.display='none'
| + | |
- | document.getElementById('afweek12').style.display='none'
| + | |
- |
| + | |
- | | + | |
- | };
| + | |
- | document.getElementById('kwick10').onclick= function(){
| + | |
- | document.getElementById('week1').style.display='none'
| + | |
- | document.getElementById('week2').style.display='none'
| + | |
- | document.getElementById('week3').style.display='none'
| + | |
- | document.getElementById('week4').style.display='none'
| + | |
- | document.getElementById('week5').style.display='none'
| + | |
- | document.getElementById('week6').style.display='none'
| + | |
- | document.getElementById('week7').style.display='none'
| + | |
- | document.getElementById('week8').style.display='none'
| + | |
- | document.getElementById('week9').style.display='none'
| + | |
- | document.getElementById('week10').style.display='block'
| + | |
- | document.getElementById('week11').style.display='none'
| + | |
- | document.getElementById('week12').style.display='none'
| + | |
- | document.getElementById('afweek12').style.display='none'
| + | |
- |
| + | |
- | | + | |
- | };
| + | |
- | document.getElementById('kwick11').onclick= function(){
| + | |
- | document.getElementById('week1').style.display='none'
| + | |
- | document.getElementById('week2').style.display='none'
| + | |
- | document.getElementById('week3').style.display='none'
| + | |
- | document.getElementById('week4').style.display='none'
| + | |
- | document.getElementById('week5').style.display='none'
| + | |
- | document.getElementById('week6').style.display='none'
| + | |
- | document.getElementById('week7').style.display='none'
| + | |
- | document.getElementById('week8').style.display='none'
| + | |
- | document.getElementById('week9').style.display='none'
| + | |
- | document.getElementById('week10').style.display='none'
| + | |
- | document.getElementById('week11').style.display='block'
| + | |
- | document.getElementById('week12').style.display='none'
| + | |
- | document.getElementById('afweek12').style.display='none'
| + | |
- |
| + | |
- | | + | |
- | };
| + | |
- | document.getElementById('kwick12').onclick= function(){
| + | |
- | document.getElementById('week1').style.display='none'
| + | |
- | document.getElementById('week2').style.display='none'
| + | |
- | document.getElementById('week3').style.display='none'
| + | |
- | document.getElementById('week4').style.display='none'
| + | |
- | document.getElementById('week5').style.display='none'
| + | |
- | document.getElementById('week6').style.display='none'
| + | |
- | document.getElementById('week7').style.display='none'
| + | |
- | document.getElementById('week8').style.display='none'
| + | |
- | document.getElementById('week9').style.display='none'
| + | |
- | document.getElementById('week10').style.display='none'
| + | |
- | document.getElementById('week11').style.display='none'
| + | |
- | document.getElementById('week12').style.display='block'
| + | |
- | document.getElementById('afweek12').style.display='none'
| + | |
- |
| + | |
- | | + | |
- | };
| + | |
- | document.getElementById('afkwick12').onclick= function(){
| + | |
- | document.getElementById('afweek12').style.display='block'
| + | |
- | document.getElementById('week1').style.display='none'
| + | |
- | document.getElementById('week2').style.display='none'
| + | |
- | document.getElementById('week3').style.display='none'
| + | |
- | document.getElementById('week4').style.display='none'
| + | |
- | document.getElementById('week5').style.display='none'
| + | |
- | document.getElementById('week6').style.display='none'
| + | |
- | document.getElementById('week7').style.display='none'
| + | |
- | document.getElementById('week8').style.display='none'
| + | |
- | document.getElementById('week9').style.display='none'
| + | |
- | document.getElementById('week10').style.display='none'
| + | |
- | document.getElementById('week11').style.display='none'
| + | |
- | document.getElementById('week12').style.display='none'
| + | |
- |
| + | |
- |
| + | |
- | | + | |
- | };
| + | |
- | </script>
| + | |
- |
| + | |
- |
| + | |
- | </div></div><p style ="clear:both"></p>
| + | |
- | </div>
| + | |
- | <div class="footer" id="footer"><a href="https://2011.igem.org/"> iGem 2011 Home Page</a> | + | |
- | <a href="http://ung.igem.org/Special:Upload/"> Upload Files</a>
| + | |
- | <a href="https://2011.igem.org/wiki/index.php?title=Template:Zjucss_main&action=edit">Edit CSS</a>
| + | |
- | <a href="http://ung.igem.org/Team_Wikis?year=2011"> Team Wikis</a>
| + | |
- | <a href="mailto:zjuigem@gmail.com?"><strong>Contact Us</strong></a>
| + | |
- |
| + | |
- | </div>
| + | |
- | </div> | + | |
- | </body> | + | |
| </html> | | </html> |