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 | + | ==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> | ||
- | < | + | <script type="text/javascript"> |
- | 'Team:Cambridge/Protocols/' + | + | function setTitle() |
- | + | { | |
- | + | var x = document.getElementById('prot_name'); | |
- | + | x.value = 'Team:Cambridge/Protocols/' + x.value.split(' ').join('_'); | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | |||
- | function reset() | + | function reset() |
- | { | + | { |
- | + | 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...
Protocols
A list of all protocols developed during the project. To add one, press edit and follow the instructions in the comments
- Polymerase Chain Reaction : A method for amplifying a section of DNA
- 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