Team:Cambridge/Labwork/Protocols
From 2011.igem.org
(Difference between revisions)
Line 24: | Line 24: | ||
#[[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== | + | ==Adding new Protocols THIS DOES NOT WORK YET!== |
+ | <html> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | function setTitle() | ||
+ | { | ||
+ | document.getElementByID("prot_name").value = ("Team:Cambridge/Protocols/" + document.getElementByID("prot_name").value).toUpperCase().split(" ").join("_"); | ||
+ | alert(document.getElementByID("prot_name").value); | ||
+ | } | ||
+ | </script> | ||
+ | |||
+ | <form method="GET" action="https://2011.igem.org/wiki/index.php"> | ||
+ | <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" onclick="setTitle();return true"/> | ||
+ | </p> | ||
+ | </form> | ||
+ | |||
+ | </html> | ||
Add a new link on this page with | Add a new link on this page with |
Revision as of 15:34, 7 July 2011
Loading...
Protocols
A list of all protocols developed during the project. To add one, press edit and follow the instructions in the comments
- Gibson Assembly : A relatively new technique of joining multiple DNA strands reliably.
Adding new Protocols THIS DOES NOT WORK YET!
Add a new link on this page with
#[[Team:Cambridge/Protocols/PROTOCOL_NAME_HERE |PROTOCOL NAME HERE]] : Insert description here