Team:Aberdeen Scotland/DNA

From 2014.igem.org

(Difference between revisions)
Line 69: Line 69:
<div class="input_text">
<div class="input_text">
<p>Type in the text you wish translated to DNA in the following box.<br> *<sub>You can try entering your name for instance</sub></p>
<p>Type in the text you wish translated to DNA in the following box.<br> *<sub>You can try entering your name for instance</sub></p>
-
<input type="text" name="text_in" value="" placeholder="Type your text here">
+
<input id="text_in" type="text" name="text_in" value="" placeholder="Type your text here">
-
<input type="button" name="to_dna" value="Translate">
+
<input id="to_dna" type="button" name="to_dna" value="Translate">
</div>
</div>
Line 76: Line 76:
<div class="output_dna">
<div class="output_dna">
<p>The translation of your text will appear here.</p>
<p>The translation of your text will appear here.</p>
-
<input type="text" name="dna_out" value="" placeholder="DNA will appear here" readonly>
+
<input id="dna_out"  class="output" type="text" name="dna_out" value="" placeholder="DNA will appear here" readonly>
</div>
</div>

Revision as of 16:13, 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[.]


Type in the text you wish translated to DNA in the following box.
*You can try entering your name for instance

The translation of your text will appear here.