|
|
Line 10: |
Line 10: |
| </head> | | </head> |
| | | |
- | <body>
| |
| | | |
- | <div id="protocol-container"> | + | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> |
- | <div id="protocolselection">
| + | |
- | <h1><center>Select Protocol</center></h1>
| + | |
| | | |
- | <ul class="protocolclass1"> | + | <script> |
- | <li>
| + | |
- | <a href="https://2012.igem.org/Team:UIUC-Illinois/Notebook/Protocols/Bootcamp">Bootcamp Protocols</a>
| + | |
- | </li>
| + | |
| | | |
- | <li>
| + | $(document).ready(function(){ |
- | <a href="https://2012.igem.org/Team:UIUC-Illinois/Notebook/Protocols/Subculturing">Subculturing Plates</a>
| + | $('a').click(function () { |
- | </li>
| + | var divname= this.name; |
| + | $("#"+divname) |
| + | .fadeIn(300) |
| + | .siblings() |
| + | .hide(0); |
| + | }); |
| + | }); |
| | | |
- | <li>
| + | </script> |
- | <a href="https://2012.igem.org/Team:UIUC-Illinois/Notebook/Protocols/Electrocompetence">Making Electrocompetent E.Coli</a>
| + | </head> |
- | </li> | + | |
| | | |
- | <li> | + | <body> |
- | <a href="https://2012.igem.org/Team:UIUC-Illinois/Notebook/Protocols/TAE">Making TAE Buffers</a>
| + | <div id="protocol-container"> |
- | </li> | + | <div id="protocolselection"> |
- | | + | <li><a name="prot1" >Bootcamp Protocols</a></li> |
- | <li> | + | <li><a name="prot2" >Digestions</a></li> |
- | <a href="https://2012.igem.org/Team:UIUC-Illinois/Notebook/Protocols/GelElectrophoresis">Making Electrophoresis Gels</a>
| + | <li><a name="prot3" >Gel Purification</a></li> |
- | </li> | + | <li><a name="prot4" >Inoculation</a></li> |
- | | + | <li><a name="prot5" >Ligation</a></li> |
- | <li> | + | <li><a name="prot6" >Making Electrocompetent E.Coli</a></li> |
- | <a href="https://2012.igem.org/Team:UIUC-Illinois/Notebook/Protocols/GelPurification">Gel Purification</a>
| + | <li><a name="prot7" >Making Electrophoresis Gels</a></li> |
- | </li> | + | <li><a name="prot8" >Making TAE Buffers</a></li> |
- | | + | <li><a name="prot9" >Miniprep</a></li> |
- | <li> | + | <li><a name="prot10" >PCR Protocols</a></li> |
- | <a href="https://2012.igem.org/Team:UIUC-Illinois/Notebook/Protocols/Inoculation">Inoculation</a>
| + | <li><a name="prot11" >Storage of Cells</a></li> |
- | </li> | + | <li><a name="prot12" >Subculturing Plates</a></li> |
- | | + | <li><a name="prot13" >Transformation of E.Coli</a></li> |
- | <li> | + | </div> |
- | <a href="https://2012.igem.org/Team:UIUC-Illinois/Notebook/Protocols/Miniprep">Miniprep</a>
| + | |
- | </li> | + | <div id="protocoloverview"> |
- | | + | <div id="prot1" style="display:none"> |
- | <li> | + | 1 |
- | <a href="https://2012.igem.org/Team:UIUC-Illinois/Notebook/Protocols/PCR">PCR Protocols</a>
| + | </div> |
- | </li> | + | <div id="prot2" style="display:none"> |
- | | + | 2 |
- | <li> | + | </div> |
- | <a href="https://2012.igem.org/Team:UIUC-Illinois/Notebook/Protocols/Digestions">Digestions</a>
| + | <div id="prot3" style="display:none"> |
- | </li> | + | 3 |
- | | + | </div> |
- | <li> | + | <div id="prot4" style="display:none"> |
- | <a href="https://2012.igem.org/Team:UIUC-Illinois/Notebook/Protocols/Ligations">Ligations</a>
| + | 4 |
- | </li> | + | </div> |
- | | + | <div id="prot5" style="display:none"> |
- | <li> | + | 5 |
- | <a href="https://2012.igem.org/Team:UIUC-Illinois/Notebook/Protocols/Transformation">Transformation of E.Coli</a>
| + | </div> |
- | </li> | + | <div id="prot6" style="display:none"> |
- | | + | 6 |
- | <li> | + | </div> |
- | <a href="https://2012.igem.org/Team:UIUC-Illinois/Notebook/Protocols/Storage">Storage of Cells</a>
| + | <div id="prot7" style="display:none"> |
- | </li> | + | </div> |
- | </ul> | + | <div id="prot8" style="display:none"> |
| + | </div> |
| + | <div id="prot9" style="display:none"> |
| + | </div> |
| + | <div id="prot10" style="display:none"> |
| + | </div> |
| + | <div id="prot11" style="display:none"> |
| + | </div> |
| + | <div id="prot12" style="display:none"> |
| + | </div> |
| + | <div id="prot13" style="display:none"> |
| </div> | | </div> |
- |
| |
- | <div id="protocoloverview">
| |
- | <center><h1>Bootcamp Protocols</h1></center>
| |
- |
| |
- | <h2>Making LB for plates</h2> <br/>
| |
- | To make 1 Liter of LB: <br/><br/>
| |
- | 1. Always use a 10:5:5 ratio of Tryptone to Yeast Extract to NaCl. <br/>
| |
- | 2. Add dry ingredients first. <br/>
| |
- | 3. Use a 2L flask. <br/> <br/>
| |
- | 4. Add the following <br/><br/>
| |
- | - 10 g Tryptone <br/>
| |
- | - 5 g Yeast Extract <br/>
| |
- | - 5 g NaCl <br/>
| |
- | - 1.5 g Agar (NOT agarose!)<br/><br/>
| |
- | 4. Then add 1 L of MilliQ water. <br/>
| |
- | 5. Autoclave by total volume.<br/>
| |
- | 6. Pour 25 mL on each plate (just enough to cover the bottom). <br/><br/>
| |
- |
| |
- | <h2>Making Liquid Media </h2> <br/>
| |
- | 1. Always use a 5-2.5-2.5 ratio of Tryptone to Yeast Extract to NaCl <br/>
| |
- | 2. Add dry ingredients first, then add MilliQ water <br/>
| |
- | 3. No Agar! <br/>
| |
- | 4. Autoclave by total volume <br/><br/>
| |
- |
| |
- | <h2>Making Glycerol Stock </h2> <br/>
| |
- | To make 400 mL of 10% glycerol you will need:<br/><br/>
| |
- |
| |
- | -40 mL glycerol<br/>
| |
- | -360 mL of MilliQ water <br/><br/>
| |
- |
| |
- | To make 400 mL of 20% glycerol you will need:<br/><br/>
| |
- |
| |
- | -80 mL glycerol<br/>
| |
- | -320 mL of MilliQ water <br/><br/>
| |
- |
| |
- | 1. Use flasks and bottles before graduated cylinders (they take forever to mix!)<br/>
| |
- | 2. Need a stir plate and a large stir bar <br/>
| |
- | 3. Stir until mixture is homogeneous <br/>
| |
- | 4. Don’t autoclave! <br/><br/>
| |
- |
| |
- | <h2>Making ddH2O</h2> <br/>
| |
- | - Use the small bottles. <br/>
| |
- | - Autoclave water by total volume. <br/><br/>
| |
- |
| |
- | <h2>Autoclaving </h2><br/>
| |
- | - Robert is the source of official help on all things about the Autoclave. <br/><br/>
| |
- | 1. Use the autoclave tape. <br/>
| |
- | 2. Look at the Betastar for settings. <br/>
| |
- | 3. Go by materials and total volume. <br/>
| |
- | 4. Make sure the autoclave tape has changed colour by the end of the cycle. Check conditions and settings then repeat steps 1-4 if tape has not changed colour. <br/><br/>
| |
- |
| |
- | <h2>Ligation </h2><br/>
| |
- | We used the <a href="http://ginkgobioworks.com/support/BioBrick_Assembly_Manual.pdf">Ginkgo bioworks protocol</a> <br/><br/>
| |
- | 1. Control: <br/><br/>
| |
- | - 2 uL of Circular PSB1C3 plasmid 13 uL ddH2O <br/>
| |
- | - 2 uL T4 ligase buffer<br/>
| |
- | - 1 uL T4 ligase <br/><br/>
| |
- | 2. P&C: <br/><br/>
| |
- | - 2 uL of Circular PSB1C3 plasmid<br/>
| |
- | - 2 uL of PUF, 11 uL ddH2O<br/>
| |
- | - 2 uL T4 ligase buffer<br/>
| |
- | - 1 uL T4 ligase<br/><br/>
| |
- | 3. L&P:<br/><br/>
| |
- | - 2 uL of linear PSB1C3 plasmid<br/>
| |
- | - 2 uL of PUF<br/>
| |
- | - 11 uL ddH2O<br/>
| |
- | - 2 uL T4 ligase buffer<br/>
| |
- | - 1 uL T4 ligase<br/><br/>
| |
- |
| |
- |
| |
| </div> | | </div> |
- |
| |
| </div> | | </div> |
- |
| |
| </body> | | </body> |
| + | </html> |