Team:Aberdeen Scotland/DNA

From 2014.igem.org

(Difference between revisions)
Line 63: Line 63:
<h1>Overview</h1>
<h1>Overview</h1>
<p>This app will let you transcode text to DNA. The mapping alphabet is using the E. Coli codon bias and can translate the following character:</p>
<p>This app will let you transcode text to DNA. The mapping alphabet is using the E. Coli codon bias and can translate the following character:</p>
-
<p>Letters [A to Z]<br>Digits [0 to 9]<br>Full-Stop[.]</p>
+
<p>Letters [a to z] and [A to Z]<br>Digits [0 to 9]<br>Full-Stop[.]</p>
</div> <br class="clear"> <!-- END OF HEAD -->
</div> <br class="clear"> <!-- END OF HEAD -->
<!-- INPUT -->
<!-- INPUT -->
<div class="input_text">
<div class="input_text">
-
<input type="text" name="in_text" value="" placeholder="Type your text here">
+
<input type="text" name="text_in" value="" placeholder="Type your text here">
<input type="button" name="to_dna" value="Translate">
<input type="button" name="to_dna" value="Translate">
 +
</div>
 +
 +
<!-- OUTPUT -->
 +
<div class="output_dna">
 +
<input type="text" name="dna_out" value="" placeholder="DNA will appear here" readonly>
</div>
</div>

Revision as of 15:56, 12 August 2014

Team:Aberdeen Scotland - 2014.ogem.org



Overview

This app will let you transcode text to DNA. The mapping alphabet is using the E. Coli codon bias and can translate the following character:

Letters [a to z] and [A to Z]
Digits [0 to 9]
Full-Stop[.]