Team:TU-Munich/Results/AutoAnnotator

From 2013.igem.org

(Difference between revisions)
Line 22: Line 22:
<p id="htmlExplanation"></p>
<p id="htmlExplanation"></p>
<p id="htmlTable"></p>
<p id="htmlTable"></p>
-
<br>
+
 
<p id="wikiExplanation"></p>
<p id="wikiExplanation"></p>
<textarea readonly id="wikiTable" style="width:100%; display: none;" rows="4"></textarea>
<textarea readonly id="wikiTable" style="width:100%; display: none;" rows="4"></textarea>
 +
<script>
<script>
 +
// make pressing enter inside the text box, start the algorithm
$('#EnteredBioBrick').keyup(function(event) {
$('#EnteredBioBrick').keyup(function(event) {
if (event.which == 13){
if (event.which == 13){
 +
// remove cursor from text box, so handling alerts with enter is possible
$('#EnteredBioBrick').blur();
$('#EnteredBioBrick').blur();
 +
// automatically click the button
$('#CreateTableButton').click();
$('#CreateTableButton').click();
}
}
})
})
 +
// prevent default action of pressing enter
$('#EnteredBioBrick').keydown(function(event) {
$('#EnteredBioBrick').keydown(function(event) {
if (event.which == 13) {
if (event.which == 13) {

Revision as of 14:30, 3 September 2013


Use the AutoAnnotator to create your own Protein-Data table

Enter a BioBrick number (e.g. K801060) or a nucleotide sequence below!

Enter BioBrick number or DNA sequence!


Read the Autoannotator Description and References

HTML Comment Box is loading comments...



Locations of visitors to this page