Team:SupBiotech-Paris

From 2009.igem.org

(Difference between revisions)
Line 2: Line 2:
{{Template:Supbiotechparis}}
{{Template:Supbiotechparis}}
-
<span style= "text-decoration: blink; font-size: 16px;">
 
-
Welcome Foreigner
 
-
</span>
 
Line 16: Line 13:
See you guys!
See you guys!
</div>
</div>
-
 
-
<html>
 
-
<head>
 
-
<TITLE>script date et heure</TITLE>
 
-
<!-- DEBUT DU SCRIPT --><SCRIPT LANGUAGE="JavaScript">
 
-
 
-
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)
 
-
}
 
-
</SCRIPT>
 
-
</head>
 
-
<BODY BGCOLOR="#FFFFFF" VLINK="#9900FF" onload="HeureCheck()" onunload="clearTimeout(tempo)">
 
-
 
-
<CENTER><P>
 
-
<TABLE BORDER=0 BGCOLOR="#33cc66" WIDTH="40%" HEIGHT="20%">
 
-
 
-
<TR>
 
-
<TD>
 
-
<CENTER>
 
-
 
-
<FONT SIZE="+1" FACE="Arial">
 
-
 
-
<FORM ACTION="" METHOD=POST name=time>
 
-
 
-
<CENTER><INPUT TYPE=text NAME=timebox VALUE="" SIZE=18></CENTER>
 
-
 
-
</FORM> </FONT></P>
 
-
 
-
</T>
 
-
</TR>
 
-
</TABLE>
 
-
</FONT></P></CENTER>
 
-
 
-
</BODY>
 
-
</html>
 

Revision as of 15:34, 23 August 2009

framless




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!