Team:Groningen/create desc
From 2010.igem.org
(Difference between revisions)
Line 15: | Line 15: | ||
} | } | ||
+ | function physprop() { | ||
+ | var txt ="<b>Physical properties</b><br>"; | ||
+ | txt +="Sequence<br>"+document.inv.seq.value+"<br>Length: "+document.inv.blength.value+" bps<BR><br>Host:<br>"+document.inv.host.value+"<br> | ||
+ | return txt; | ||
+ | } | ||
function updateBPS() | function updateBPS() | ||
{ | { | ||
Line 24: | Line 29: | ||
var ok = false; | var ok = false; | ||
if (document.inv.desc.value != "") { ok = true; } | if (document.inv.desc.value != "") { ok = true; } | ||
- | txt = "<b>Characteristics of BioBrick</b><br>"+characteristics()+"<b>Description</b><br>\n"+document.inv.desc.value+"<br | + | txt = "<b>Characteristics of BioBrick</b><br>"+characteristics()+"<b>Description</b><br>\n"+document.inv.desc.value+"<br><br>"+physprop()+"<br><br><b>Recommended working conditions/usage</b><br>"+document.inv.oper.value+"<br><br><b>Physical properties</b><br><br>"+document.inv.phys.value+"<br><i><br><b>Characteristics</b><br>Ribosome transit rate:</b> "+document.inv.ribinv.value+"<br>Polymerase transit rate: </b>"+document.inv.polyinv.value+"<br>Host(s): "+"<br><b>Compatibility</b><br>"+document.inv.compat.value; |
txt = txt + "<textarea>"+txt+"</textarea>"; | txt = txt + "<textarea>"+txt+"</textarea>"; |
Revision as of 20:20, 26 October 2010