Team:Cambridge/Labwork/Protocols

From 2011.igem.org

(Difference between revisions)
m
m
Line 7: Line 7:
#[[Team:Cambridge/Protocols/Gibson_Assembly |Gibson Assembly]] : A relatively new technique of joining multiple DNA strands reliably.
#[[Team:Cambridge/Protocols/Gibson_Assembly |Gibson Assembly]] : A relatively new technique of joining multiple DNA strands reliably.
-
==Adding new Protocols THIS DOES NOT WORK YET!==
+
==Adding new Protocols==
 +
 
<html>
<html>
 +
  <form name="new_prot" method="GET" action="https://2011.igem.org/wiki/index.php" onsubmit = setTitle()>
 +
    <p>
 +
      <input type="text" name="title" id="prot_name" value="New Protocol Name"\>
 +
      <input type="hidden" name="action" value="edit"/>
 +
      <input type="hidden" name="preload" value="Template:Team:Cambridge/PROTOCOL"/>
 +
      <input type="Submit" value="New"/>
 +
    </p>
 +
  </form>
-
<form name="new_prot" method="GET" action="https://2011.igem.org/wiki/index.php" onsubmit="document.getElementById('prot_name').value=
+
  <script type="text/javascript">
-
'Team:Cambridge/Protocols/' + document.getElementById('prot_name').value.split(' ').join('_');">
+
    function setTitle()
-
<p>
+
    {
-
<input type="text" name="title" id="prot_name" value="New Protocol Name"\>
+
      var x = document.getElementById('prot_name');
-
<input type="hidden" name="action" value="edit"/>
+
      x.value = 'Team:Cambridge/Protocols/' + x.value.split(' ').join('_');
-
<input type="hidden" name="preload" value="Template:Team:Cambridge/PROTOCOL"/>
+
    }
-
<input type="Submit" value="New"/>
+
-
</p>
+
-
</form>
+
-
<script type="text/javascript">
 
-
function reset()
+
    function reset()
-
{
+
    {
-
  document.getElementById('prot_name').value = "New Protocol Name";
+
      document.getElementById('prot_name').value = "New Protocol Name";
-
}
+
    }
-
window.onload = reset()
+
  //reset the name if the user goes and uses the back button
 +
  window.onload = reset()
</script>
</script>

Revision as of 21:18, 7 July 2011

Loading...
OVERVIEW
home

Protocols

A list of all protocols developed during the project. To add one, press edit and follow the instructions in the comments

  1. Polymerase Chain Reaction : A method for amplifying a section of DNA
  2. Gibson Assembly : A relatively new technique of joining multiple DNA strands reliably.

Adding new Protocols

Add a new link on this page with

#[[Team:Cambridge/Protocols/PROTOCOL_NAME_HERE |PROTOCOL NAME HERE]] : Insert description here