IGEM:Cambridge/2008: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 65: Line 65:
* [http://www.flickr.com/groups/777370@N24/ Slides & Pictures]
* [http://www.flickr.com/groups/777370@N24/ Slides & Pictures]


<html>
<script language="JAVASCRIPT">
<script language="JAVASCRIPT">
Today = new Date();
Today = new Date();
Line 72: Line 73:
document.write("There are " + display +" days left until the Jamboree!");
document.write("There are " + display +" days left until the Jamboree!");
</script>
</script>
 
</html>


</td>
</td>

Revision as of 07:41, 17 July 2008


Welcome to the Cambridge iGEM 2008 Wiki!





Announcements

  • Don't be shy - add new content! Further discussions about the wiki can be found here
  • Also, to document whats discussed in the wiki, type your comment then sign off by using ~~~~ to get example --> Yee Yen Tang 22:08, 7 July 2008 (UTC)


Wiki


Work


Lectures

  • Links to .pdf and other good stuff.


Misc.

<html> <script language="JAVASCRIPT"> Today = new Date(); Jamboree = new Date("November 8, 2008"); 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>

People

Students

Advisors

Faculty