Team:TU-Eindhoven

From 2013.igem.org

(Difference between revisions)
Line 46: Line 46:
<html>
<html>
<script>
<script>
-
$('head').append("<meta name=\"google-site-verification\" content=\"hNPpmf_T8LINdbMxOxllJtmeNUphpLlpN2ci9SY1E20\" />");
+
link=document.createElement('meta');
 +
link.name='google-site-verification';
 +
link.content='hNPpmf_T8LINdbMxOxllJtmeNUphpLlpN2ci9SY1E20';
 +
document.getElementsByTagName('head')[0].appendChild(link);
$("#tue-menu-home").addClass("active");
$("#tue-menu-home").addClass("active");
</script>
</script>
</html>
</html>

Revision as of 13:19, 19 May 2013

Introduction
  • About Us

    We are the 2013 iGEM team from Eindhoven, the Netherlands.

    More Information...

  • Wetlab

    Take a look at the results of the broad range of experiments performed this year.

    More Information...

  • Drylab

    Various simulations were carried out to support the wetlab experiments.

    More Information...