Team:UIUC Illinois/Protocols

From 2014.igem.org

(Difference between revisions)
(Created page with "{{:Team:UIUC_Illinois/Default}} {{Template:Team:UIUC_Illinois/Navbar}} <html> <div id="page"> <pre style="font-size: 15px;"> Put your content here. Try and...")
Line 1: Line 1:
{{:Team:UIUC_Illinois/Default}}
{{:Team:UIUC_Illinois/Default}}
{{Template:Team:UIUC_Illinois/Navbar}}
{{Template:Team:UIUC_Illinois/Navbar}}
 +
<html>
<html>
 +
<style>
 +
.leftside{
 +
float:left;
 +
width:23%;
 +
}
 +
#page .leftside li{
 +
cursor:pointer;
 +
}
 +
#page .leftside li::before{
 +
  content: "» ";
 +
}
 +
.rightside{
 +
float:left;
 +
margin-left:5%;
 +
width:72%;
 +
height:500px; 
 +
overflow:scroll;
 +
}
 +
.protocol{
 +
display:none;
 +
width:95%;
 +
margin-bottom:20px;
 +
}
 +
.protocolactive{
 +
display:block;
 +
width:95%;
 +
margin-bottom:20px;
 +
}
-
  <div id="page">
+
table.tftable {font-size:12px;color:#333333;width:90%;border-width: 1px;border-color: #bcaf91;border-collapse: collapse;}
-
 
+
table.tftable th {font-size:12px;background-color:#ded0b0;border-width: 1px;padding: 8px;border-style: solid;border-color: #bcaf91;text-align:left;}
-
      <pre style="font-size: 15px;">
+
table.tftable tr {background-color:#ffffff;}
-
 
+
table.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #bcaf91;}
-
        Put your content here. Try and format best as possible within the source code istelf.  
+
-
        Don't worry how the content formatting appears on the actual website for now.
+
-
 
+
-
      </pre>
+
-
   </div>
+
</style>
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
 +
<div id="page">
 +
  <h1 style="margin-top:20px;margin-bottom:5px">Menu</h1>
 +
  <div class="leftside">
 +
    <ul>
 +
      <li><a onclick="showprot('#prot1')">Gel Eclectrophoresis</a></li>
 +
      <li><a onclick="showprot('#prot2')">PCR Set-Up</a></li>
 +
      <li><a onclick="showprot('#prot3')">Bacterial Transformation</a></li>
 +
      <li><a onclick="showprot('#prot4')">Restriction Endonuclease Digest</a></li>
 +
      <li><a onclick="showprot('#prot5')">CaCl2 Competent Cell Protocol</a></li>
 +
      <li><a onclick="showprot('#prot6')">Genomic DNA Purification</a></li>
 +
      <li><a onclick="showprot('#prot7')">Resting Cell Assay</a></li>
 +
      <li><a onclick="showprot('#prot8')">Colony PCR</a></li>
 +
      <li><a onclick="showprot('#prot9')">Lactobacillus Transformation</a></li>
 +
    </ul>
 +
  </div>
 +
  <script type="text/javascript">
 +
    function showprot(pid){
 +
      $(".protocolactive").each(function() {
 +
        $(this).addClass("protocol");
 +
        $(this).removeClass("protocolactive");
 +
      });
 +
      $(pid).addClass("protocolactive");
 +
    }
 +
   
 +
   function leftArrowPressed() {
 +
    // Your stuff here
 +
  }
 +
  function rightArrowPressed() {
 +
    // Your stuff here
 +
  }
 +
    document.onkeydown = function(evt) {
 +
      evt = evt || window.event;
 +
      switch (evt.keyCode) {
 +
          case 37:
 +
              leftArrowPressed();
 +
              break;
 +
          case 39:
 +
            rightArrowPressed();
 +
            break;
 +
      }
 +
  };
 +
  </script>
 +
  <div class="rightside">
 +
    <div id="prot1" class="protocolactive">
 +
      <a href="http://www.addgene.org/plasmid-protocols/gel-electrophoresis/"><h2> Gel Electrophoresis</h2></a>
 +
      <p>Summarize Protocol Here</p>   
 +
    </div>
-
</html>
+
    <div id="prot2" class="protocol">
 +
      <a href="https://www.neb.com/protocols/1/01/01/pcr-protocol-m0530"><h2> PCR Set-Up</h2></a>
 +
      <p>Summary Paragraph</p>
 +
</div>
 +
 +
<div id="prot3" class="protocol">
 +
      <a href="http://www.addgene.org/plasmid-protocols/bacterial-transformation/"><h2> Bacterial Transformation</h2></a>
 +
      <p>Summarize Protocol Here</p>   
 +
    </div>
 +
 +
<div id="prot4" class="protocol">
 +
      <a href="https://www.neb.com/protocols/2012/12/07/optimizing-restriction-endonuclease-reactions"><h2> Restriction Endonuclease Digest</h2></a>
 +
      <p>Summary Paragraph</p>
 +
</div>
 +
 +
<div id="prot5" class="protocol">
 +
      <a href="http://www.med.nyu.edu/medicine/labs/blaserlab/Protocols/Ecoli_competent_cells_protocol_&_transformation.pdf"><h2> CaCl2 Competent Cell Protocol</h2></a>
 +
      <p>Summarize Protocol Here</p>   
 +
    </div>
 +
 +
<div id="prot6" class="protocol">
 +
      <a href="http://www.promega.com/~/media/files/resources/protcards/wizard%20genomic%20dna%20purification%20kit%20quick%20protocol.pdf"><h2> Genomic DNA Purification</h2></a>
 +
      <p>Summary Paragraph</p>
 +
</div>
 +
 +
<div id="prot7" class="protocol">
 +
      <a href="http://pubs.acs.org/doi/pdf/10.1021/sb4000146"><h2> Resting Cell Assay</h2></a>
 +
      <p>Summarize Protocol Here</p>   
 +
    </div>
 +
 +
<div id="prot8" class="protocol">
 +
      <a href="http://www.csun.edu/~mls42367/Protocols/Colony%20PCR.pdf"><h2> Colony PCR</h2></a>
 +
      <p>Summary Paragraph</p>
 +
</div>
 +
 +
<div id="prot9" class="protocol">
 +
      <h2> Lactobacillus Transformation</h2>
 +
      <p>
 +
<ol>
 +
<li>Inoculate 100mL MRS with 1mL of an overnight culture and incubate at 37C until it reaches an OD600 = 0.5 – 0.8.<br>
 +
<p style="text-indent:30px;">
 +
a. Pre-warm the MRS for faster growth
 +
b. Take 3.5-5.5 hours to get to 0.5
 +
c. All liquid cultures can be done outside the anaerobic chamber; however, do not use a shaker
 +
</p>
 +
</li>
 +
</ol>
 +
</p>
 +
</div>
 +
</div>
 +
</html>
{{:Team:UIUC_Illinois/Footer}}
{{:Team:UIUC_Illinois/Footer}}

Revision as of 01:15, 18 October 2014


Menu

Gel Electrophoresis

Summarize Protocol Here

PCR Set-Up

Summary Paragraph

Bacterial Transformation

Summarize Protocol Here

CaCl2 Competent Cell Protocol

Summarize Protocol Here

Genomic DNA Purification

Summary Paragraph

Resting Cell Assay

Summarize Protocol Here

Colony PCR

Summary Paragraph

Lactobacillus Transformation

  1. Inoculate 100mL MRS with 1mL of an overnight culture and incubate at 37C until it reaches an OD600 = 0.5 – 0.8.

    a. Pre-warm the MRS for faster growth b. Take 3.5-5.5 hours to get to 0.5 c. All liquid cultures can be done outside the anaerobic chamber; however, do not use a shaker