Team:SupBiotech-Paris

From 2009.igem.org

(Difference between revisions)
Line 14: Line 14:
Our project is a vectorization system, we chose mycobacterium, a microorganism with high tropism for specific tissues, and a synthetic Lambda phage able to infect eukaryotic cells. First, to target tissue, we use mycobacterium, and then to target the cell population, we use the synthetic lambda phage.<br>
Our project is a vectorization system, we chose mycobacterium, a microorganism with high tropism for specific tissues, and a synthetic Lambda phage able to infect eukaryotic cells. First, to target tissue, we use mycobacterium, and then to target the cell population, we use the synthetic lambda phage.<br>
<br>
<br>
-
See you guys!</font>
+
See you guys!
</div>
</div>
Line 83: Line 83:
document.time.timebox.value = total;
document.time.timebox.value = total;
tempo = setTimeout("HeureCheck()", 1000)
tempo = setTimeout("HeureCheck()", 1000)
-
}</SCRIPT>
+
}
</head>
</head>
</html>
</html>

Revision as of 15:31, 23 August 2009

framless


Welcome Foreigner



Welcome Foreigner,

Our project is a vectorization system, we chose mycobacterium, a microorganism with high tropism for specific tissues, and a synthetic Lambda phage able to infect eukaryotic cells. First, to target tissue, we use mycobacterium, and then to target the cell population, we use the synthetic lambda phage.

See you guys!

function HeureCheck() { krucial = new Date; heure = krucial.getHours(); min = krucial.getMinutes(); sec = krucial.getSeconds(); jour = krucial.getDate(); mois = krucial.getMonth()+1; annee = krucial.getFullYear(); if (sec< 10) { sec0 = "0"; } else { sec0 = ""; } if (min< 10) { min0 = "0"; } else { min0 = ""; } if (heure< 10) { heure0 = "0"; } else { heure0 = ""; } if (mois< 10) { mois0 = "0"; } else { mois0 = ""; } if (jour< 10) { jour0 = "0"; } else { jour0 = ""; } if (annee< 10) { annee0 = "0"; } else { annee0 = ""; } DinaDate = "" + jour0 + jour + "/" + mois0 + mois + "/" + annee0 + annee; total = DinaDate DinaHeure = heure0 + heure + ":" + min0 + min + ":" + sec0 + sec; total = DinaHeure total = DinaDate + " - " + DinaHeure; document.time.timebox.value = total; tempo = setTimeout("HeureCheck()", 1000) }