IGEM:Peking/2007: Difference between revisions
Chen Daizhuo (talk | contribs) No edit summary |
Qinsi Zheng (talk | contribs) No edit summary |
||
| Line 9: | Line 9: | ||
| width="670px" | | | width="670px" | | ||
<html> | |||
<script language="JAVASCRIPT"><!-- update your browser, silly--> | |||
Today = new Date(); | |||
Jamboree = new Date("November 3, 2007"); | |||
msInADay = 1000 * 60 * 60 * 24; | |||
display = Math.floor((Jamboree.getTime() - Today.getTime())/msInADay); | |||
document.write("There are " + display +" days left until the Jamboree!"); | |||
// </script> | |||
</html> | |||
'''Hop Count with Conjugation''' | '''Hop Count with Conjugation''' | ||
Hop counting is a cell-cell communication system in which the signals transfered among the cells record the number of times of transfer. We decided to use conjugation as our one to one cell-cell communication system and plasmids as the vector for the transfered signal. | Hop counting is a cell-cell communication system in which the signals transfered among the cells record the number of times of transfer. We decided to use conjugation as our one to one cell-cell communication system and plasmids as the vector for the transfered signal. | ||
Revision as of 06:43, 24 July 2007
|
<html> <script language="JAVASCRIPT"> Today = new Date(); Jamboree = new Date("November 3, 2007"); msInADay = 1000 * 60 * 60 * 24; display = Math.floor((Jamboree.getTime() - Today.getTime())/msInADay); document.write("There are " + display +" days left until the Jamboree!"); // </script> </html>
|
Email us at igem-pku AT googlegroups DOT com
External links iGEM | iGEM 2006 | Registry of Standard Biological Parts | iGEM PKU Googlegroup | iGEM OWW Page