Team:TU-Munich/Results/AutoAnnotator

From 2013.igem.org

(Difference between revisions)
Line 18: Line 18:
<p><input type="text" id="EnteredBioBrick"> Enter BioBrick number or DNA sequence!</p>
<p><input type="text" id="EnteredBioBrick"> Enter BioBrick number or DNA sequence!</p>
-
<p><input type="button" onclick="get_sequence()" value="Click here to create table"></p>
+
<p><input type="button" onclick="get_sequence()" id="CreateTableButton" value="Click here to create table"></p>
<p id="htmlExplanation"></p>
<p id="htmlExplanation"></p>
Line 25: Line 25:
<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>
 +
$('#EnteredBioBrick').keyup(function(event) {
 +
if (event.which == 13){
 +
$('#EnteredBioBrick').blur();
 +
$('#CreateTableButton').click();
 +
}
 +
})
 +
$('#EnteredBioBrick').keydown(function(event) {
 +
if (event.which == 13) {
 +
  event.preventDefault();
 +
}
 +
});
 +
</script>
<br>
<br>
<a href="https://2013.igem.org/Team:TU-Munich/Results/Software">Read the Autoannotator Description and References</a>
<a href="https://2013.igem.org/Team:TU-Munich/Results/Software">Read the Autoannotator Description and References</a>

Revision as of 14:15, 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