User:On7h33dg3

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
{{Template:Team:Exeter/e-candi_banner}}
{{Template:Team:Exeter/e-candi_banner}}
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 +
 
<head>
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
<title>Collaborators</title>
+
  <title>ExiGEM2012 Homepage</title>
-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js?action=raw&amp;ctype=text/js" type="text/javascript"></script>
+
  <!--Begin Script for Image Slider-->
-
<script type="text/javascript">
+
   
-
$(document).ready(function(){ 
+
  <link rel="stylesheet" href="https://2012.igem.org/Team:Exeter/nivo-slider.css?action=raw&amp;ctype=text/css" type="text/css" media="screen" />
-
  $('ul.animated li').hover(function(){ 
+
  <!--See for navigation icons and caption controls-->
-
  $(this).find('.thumb').stop().animate({top:'-230px'},{queue:false,duration:300});
+
  <link rel="stylesheet" href="https://2012.igem.org/Team:Exeter/default.css?action=raw&amp;ctype=text/css" type="text/css"  media="screen" />
-
    },function(){ 
+
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js?action=raw&amp;ctype=text/js" type="text/javascript"></script>
-
    $(this).find('.thumb').stop().animate({top:'0px'},{queue:false,duration:300});  
+
  <!--See this for transition speeds and effects-->
-
  });
+
  <script src="https://2012.igem.org/Team:Exeter/jquery.nivo.slider.pack.js?action=raw&amp;ctype=text/js" type="text/javascript"></script>
-
});
+
-
</script>
+
-
<style type="text/css">
 
-
ul.animated {
+
  <script type="text/javascript">
-
width: 980px; /**Page width**/
+
    $(window).load(function() {
-
list-style: none;
+
    $('#slider').nivoSlider();
-
margin: auto;
+
    });
-
padding: 0;
+
  </script>
 +
 
 +
  <!--End Script for Image Slider-->
 +
 
 +
  <!--Script for Visitor Counter-->
 +
  <script type="text/javascript">
 +
    function cantload() {
 +
    img = document.getElementById("clustrMapsImg");
 +
    img.onerror = null;
 +
    img.src = "http://www2.clustrmaps.com/images/clustrmaps-back-soon.jpg";
 +
    document.getElementById("clustrMapsLink").href = "http://www2.clustrmaps.com";
 +
    }
 +
    img = document.getElementById("clustrMapsImg");
 +
    img.onerror = cantload;
 +
  </script>
 +
  <!--End Script for Visitor Counter-->
 +
 
 +
  <script type="text/javascript">
 +
<!--Alter these sections-->
 +
var words=new Array();
 +
    words[0]='Quote 1';
 +
    words[1]='Quote 2';
 +
    words[2]='etc...';
 +
 
 +
    var test=0;
 +
    var c=0;
 +
    var k=0;
 +
    var speed=80;
 +
    var obj;
 +
  <!--End Alter these sections-->
 +
   
 +
window.onload=function() {
 +
    obj=document.getElementById('text');
 +
    fadeInOut();
 +
    }
 +
 
 +
    function fadeInOut() {
 +
    if(test==0) {
 +
      c++;
 +
    }
 +
    else {
 +
      c--;
 +
    }
 +
    if(obj.filters) {
 +
      obj.style.filter='alpha(opacity='+c+')';
 +
    }
 +
    else{
 +
      obj.style.opacity=c/100;
 +
    }
 +
    obj.firstChild.nodeValue=words[k];
 +
    if(c==100) {
 +
      test=1;
 +
    }
 +
    if(c==0) {
 +
      test=0;
 +
      k++;
 +
    }
 +
    if(k==words.length) {
 +
      k=0;
 +
    }
 +
    setTimeout('fadeInOut()',speed);
 +
    }
 +
function MM_swapImgRestore() { //v3.0
 +
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
}
-
ul.animated li {
+
function MM_preloadImages() { //v3.0
-
float: left;
+
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
-
position: relative;
+
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
-
margin: 10px; padding: 0;
+
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
-
text-align: center;
+
-
border: 1px solid #ffffff;
+
-
-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
+
-
-khtml-border-radius: 3px;  /*--CSS3 Rounded Corners--*/
+
-
-webkit-border-radius: 3px;  /*--CSS3 Rounded Corners--*/
+
-
display: inline;  /*--IE6 Fix--*/
+
-
overflow: hidden;/*Important! So that the image will overlap when it slides*/
+
}
}
-
ul.animated li a.thumb {
+
 
-
width: 218px; /*--Width of image--*/
+
function MM_findObj(n, d) { //v4.01
-
height: 230px; /*--Height of image--*/
+
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
-
position: relative;
+
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
-
overflow: hidden;
+
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
 +
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
 +
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
}
-
ul.animated li a.thumb img {
+
 
-
position: absolute;
+
function MM_swapImage() { //v3.0
-
top: 0;
+
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
-
left: 0;
+
  if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
-
z-index: 3;   /*--Put a high number on this--*/
+
}
}
-
ul.animated li h2 {
+
  </script>
-
font-size: 2;
+
 
-
font-weight: normal;
+
  <style type="text/css">
-
text-transform: uppercase;
+
-
margin: 0;
+
-
padding: 10px;
+
-
background: #1d1d1b;
+
-
border-top: 1px solid #ffffff;
+
-
}
+
-
ul.animated li a {text-decoration: none; color: #ffffff; display: block;}
+
-
.description {
+
-
        position:absolute;
+
-
        left:0;
+
-
        top: 0;
+
-
        width: 218px;
+
-
height: 230px;
+
-
        background-color:#1d1d1b;
+
-
        text-align: left;
+
-
        font-family: 'Verdana';
+
-
        font-size: 2;
+
-
        color:#1d1d1b;
+
-
        opacity:1;  /*--Transparency--*/
+
-
        filter:alpha(opacity=60);  /*--IE Transparency--*/
+
-
        z-index: -5;  /*--Put a low number for this--*/
+
-
}
+
-
.description p{
+
-
        font-size: 2;
+
-
        font-family: 'Verdana';
+
-
        padding-top: 0;
+
-
        color: #ffffff;
+
-
        text-align: left;
+
-
        padding: 3px;
+
-
}
+
-
.title {
+
-
        font-size: +2;
+
-
        font-family: 'Verdana';
+
-
        color: #fffff;
+
-
        text-align: left;
+
-
        padding-left: 3px;
+
-
        font-weight: bold;
+
-
}
+
-
 
+
-
</style>
+
 +
    #box {
 +
    width:830px;
 +
    padding:10px;
 +
    border:none;
 +
font:Verdana;
 +
font-size: +2;
 +
    text-align:center;
 +
    margin:30px auto;
 +
    }
 +
    #text {
 +
    height:100%;
 +
    color:#1d1d1b;
 +
    filter:alpha(opacity=0);
 +
    opacity:0;
 +
    }
 +
  </style>
</head>
</head>
-
 
+
-
 
+
<body onLoad="MM_preloadImages('https://static.igem.org/mediawiki/2012/7/70/Exe2012Hb_ecandi_down.png')">
-
 
+
  <table width="980" border="0" cellpadding="10">
-
 
+
 
-
<body>
+
  <!--Spacer for Menu Banner-->
-
<table width="980">
+
    <tr>
-
<tr>
+
    <td height="10" colspan="3"></td>
-
  <td>
+
    </tr>
-
  <ul class="animated">
+
   <!--End of Spacer-->
-
   <!--First Image-->
+
   
-
     <li>
+
     <tr>
-
     <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/b/be/Exe2012Nicharmer.jpg" alt="" /></a>
+
-
    <div class='description'>
+
<!--Left Column: Sponsorship and Visitor Counter-->
-
    <!-- description content -->
+
   
-
       <span class="title">Dr Nicholas Harmer</span>
+
     <td width="150" rowspan="3" align="left" valign="top" style="padding-top:0">
-
       <p></p>
+
    <!--Sponsor Images-->
-
    <!-- end description content -->
+
    <div style="text-align:justify; width:200; height:auto">
 +
      <p><a href="http://www.wellcome.ac.uk/index.htm"><img src="https://static.igem.org/mediawiki/igem.org/0/03/Exe2012Wellcometrustlogo.png" width="150px" alt="Find out more about the Wellcome
 +
      Trust" title="Find out more about the Wellcome Trust" /></a>
 +
      </p>
 +
      <p>&nbsp;</p>
 +
      <p><a href="http://www.exeter.ac.uk/alumnisupporters/supporting/how/makeagift/annualfund/"><img src="https://static.igem.org/mediawiki/igem.org/f/fc/Exe2012Annualfundlogo.png" align="middle"
 +
      width="150px" alt="Find out how to donate to the Exeter University Annual Fund" title="Find out how to donate to the Exeter University Annual Fund" /></a>
 +
      </p>
 +
      <p>&nbsp;</p>
 +
      <p><a href="http://www.nuffieldfoundation.org/"><img src="https://static.igem.org/mediawiki/igem.org/b/be/Nuffield-logo-full-colour-.gif" align="middle"
 +
      width="150px" alt="Find out about the Nuffield Foundation" title="Find out about the Nuffield Foundation" /></a>
 +
       </p>
 +
      <p>&nbsp;</p>
 +
      <p><a href="http://www.dna20.com/"><img src="https://static.igem.org/mediawiki/2012/4/42/Exe2012Dna2.png" align="middle"
 +
      width="150px" alt="Visit the DNA 2.0 Shop" title="Visit the DNA 2.0 Shop" /></a>
 +
      </p>
 +
       <p>&nbsp;</p>
 +
      <p><a href="http://eu.idtdna.com/site"><img src="https://static.igem.org/mediawiki/2012/c/cc/Exe2012IDTLogo2010.png" align="middle"
 +
      width="150px" alt="Visit the DNA 2.0 Shop" title="Visit the DNA 2.0 Shop" /></a>
 +
      </p>
 +
      <p>&nbsp;</p>
     </div>
     </div>
-
     <h2><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=nic_harmer" style="color:#ffffff"><u>Dr Nicholas Harmer</u></a></h2>
+
    <!--End Sponsor Images-->
-
    </li>
+
   
-
  <!--Second Image-->
+
    <!--Monetary Contributors-->
-
    <li>
+
     <div style="width:auto; text-align:left; width:200; height:auto">
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/4/4f/Exe2012Johnlove.jpg" alt="" /></a>
+
      <p><font face="Verdana" color="#1d1d1b" size="2"><b>Additional Generous Funding From:</b></font>
-
    <div class='description'>
+
      </p>
-
    <!-- description content -->
+
      <font face="Verdana" color="#1d1d1b" size="2">
-
      <span class="title">Prof. John Love</span>
+
      <li><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=murray_grant" style="color:#1d1d1b">Prof. Murray Grant</a></li>
-
       <p></p>
+
      <li><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=ken_haynes" style="color:#1d1d1b">Prof. Ken Haynes</a></li>
-
    <!-- end description content -->
+
      <li><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=Rob_Beardmore" style="color:#1d1d1b">Prof. Rob Beardmore</a></li>
 +
      <li><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=john_love" style="color:#1d1d1b">Prof. John Love</a></li>
 +
      <p>&nbsp;</p>
 +
      <p>&nbsp;</p>
 +
      <p>&nbsp;</p>
 +
       <p>&nbsp;</p>
 +
      <p>&nbsp;</p>
 +
      </font>
     </div>
     </div>
-
     <h2><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=john_love">Prof. John Love</a></h2>
+
    <!--End Monetary Contributors-->
-
    </li>
+
 
-
  <!--Third Image-->
+
    <!--Visitor Counter-->
-
    <li>
+
     <div style="width:auto; height:auto; text-align:center">
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/d/d9/Exe2012Steve_aves.jpg" alt="" /></a>
+
      <a href="http://www4.clustrmaps.com/counter/maps.php?url=https://2012.igem.org/Team:Exeter" id="clustrMapsLink">
-
    <div class='description'> 
+
      <img src="http://www4.clustrmaps.com/counter/index2.php?url=https://2012.igem.org/Team:Exeter" align="middle" style="border:0px;" alt="Locations of visitors to this
-
    <!-- description content --> 
+
      page" title="See who has been looking at ExiGEM's e-candi!" id="clustrMapsImg" />
-
      <span class="title">Prof. Steve Aves</span>
+
      </a>
-
      <p></p> 
+
-
    <!-- end description content -->
+
     </div>
     </div>
-
    <h2><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=steve_aves">Prof. Steve Aves</a></h2>
+
     <!--End Visitor Counter-->
-
     </li>
+
     </td>
-
  <!--Fourth Image-->
+
   
-
    <li>
+
    <!--End Left Column: Sponsorship and Visitor Counter-->
-
     <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/e/ea/Exe2012Nick_smirnoff.jpg" alt="" /></a>
+
      
-
    <div class='description'> 
+
     <td align="center" valign="top">
-
    <!-- description content -->
+
      <div id="box">
-
      <span class="title">Prof. Nicholas Smirnoff</span>
+
       <div id="text">&nbsp;</div>
-
      <p></p> 
+
      </div>
-
     <!-- end description content --> 
+
     </td>
-
     </div>
+
   
-
    <h2><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=nick_smirnoff">Prof. Nicholas Smirnoff</a></h2>
+
    </tr>
-
    </li>
+
   
-
  <!--Fifth Image-->
+
    <tr>
-
    <li>
+
     <td>
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/c/c6/Exe2012Michael_Page.jpg" alt="" /></a>
+
      <a href="https://2012.igem.org/Team:Exeter/Introduction" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('e-candi: The Story','','https://static.igem.org/mediawiki/2012/7/70/Exe2012Hb_ecandi_down.png',1)"><img src="https://static.igem.org/mediawiki/2012/0/02/Exe2012Hb_ecandi_up.png" name="e-candi: The Story" width="200" height="100" border="0"></a> <img src="https://static.igem.org/mediawiki/2012/0/02/Exe2012Hb_ecandi_up.png">
-
    <div class='description'> 
+
       <img src="https://static.igem.org/mediawiki/2012/c/c0/Exe2012Hb_results_up.png">
-
    <!-- description content --> 
+
       <img src="https://static.igem.org/mediawiki/2012/b/b8/Exe2012Hb_poly_up.png">
-
      <span class="title">Dr Michael Page</span>
+
     https://static.igem.org/mediawiki/2012/7/70/Exe2012Hb_ecandi_down.png
-
       <p></p> 
+
      
-
    <!-- end description content --> 
+
     https://static.igem.org/mediawiki/2012/1/1f/Exe2012Hb_results_down.png
-
    </div>
+
      
-
    <h2><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=Michael_Page&tab=profile">Dr Michael Page</a></h2>
+
     https://static.igem.org/mediawiki/2012/9/98/Exe2012Hb_poly_down.png
-
    </li>
+
      buttons
-
  <!--Sixth Image-->
+
     </td>
-
    <li>
+
    </tr>
-
     <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/c/ca/Exe2012Placeholder.png" alt="" /></a>
+
   
-
    <div class='description'>  
+
     <tr>
-
    <!-- description content --> 
+
   <!--Right Column Top: Image Slider-->     
-
      <span class="title">Dagmara Kolak</span>
+
     <!--Image Slider-->
-
      <p></p>  
+
     <td width="830" valign="top" style="padding-top:0">
-
    <!-- end description content -->
+
      <div class="slider-wrapper theme-default">
-
     </div>
+
       <div class="ribbon">
-
    <h2><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=Dagmara_Kolak">Dagmara Kolak</a></h2>
+
        <div id="slider" class="nivoSlider">
-
    </li>
+
        <!--INSERT IMAGES HERE - ALL IMAGES SHOULD BE "650px X 305px" - TO INSERT, COPY/PASTE <IMG SRC> LINE AND CHANGE THE HTTP LINK TO THE NEW IMAGE LOCATION-->
-
  <!--Seventh Image-->
+
        <img src="https://static.igem.org/mediawiki/2012/a/ac/Exe2012Biological_vs_Chemical_Synthesis.jpg" alt="" title="" />        
-
    <li>
+
        <img src="https://static.igem.org/mediawiki/2012/9/9c/Exe2012The_long_journey....jpg" alt="" title="" />
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/8/8d/Exe2012Hannah_florance.jpg" alt="" /></a>
+
        <img src="https://static.igem.org/mediawiki/2012/d/d9/Exe2012Our_project_in_a_nut-shell.jpg" alt="" title="" />
-
    <div class='description'> 
+
        </div>
-
    <!-- description content --> 
+
       </div>
-
      <span class="title">Dr Hannah Florance</span>
+
      </div>
-
      <p></p> 
+
     </td>
-
    <!-- end description content --> 
+
     </tr>
-
    </div>
+
   <!--End Image Slider-->
-
    <h2><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=hannah_florance">Dr Hannah Florance</a></h2>
+
  <!--End Right Column Top: Image Slider-->
-
    </li>
+
    
-
  <!--Eighth Image-->
+
-
    <li>
+
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/e/ea/Exe2012Mark_wood.jpg" alt="" /></a>
+
-
    <div class='description'> 
+
-
    <!-- description content --> 
+
-
      <span class="title">Dr Mark Wood</span>
+
-
      <p></p> 
+
-
    <!-- end description content --> 
+
-
    </div>
+
-
    <h2><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=mark_wood">Dr Mark Wood</a></h2>
+
-
    </li>
+
-
  <!--Nineth Image-->
+
-
    <li>
+
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/c/c5/Exe2012Sara_burton.jpg" alt="" /></a>
+
-
    <div class='description'> 
+
-
    <!-- description content --> 
+
-
      <span class="title">Dr Sara Burton</span>
+
-
      <p></p> 
+
-
    <!-- end description content --> 
+
-
    </div>
+
-
    <h2><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=sara_burton&tab=profile">Dr Sara Burton</a></h2>
+
-
    </li>
+
-
  <!--Tenth Image-->
+
-
    <li>
+
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/b/bc/Exe2012Mark_ramsdale.jpg
+
-
" alt="" /></a>
+
-
    <div class='description'> 
+
-
    <!-- description content --> 
+
-
      <span class="title">Dr Mark Ramsdale</span>
+
-
      <p></p> 
+
-
    <!-- end description content --> 
+
-
    </div>
+
-
    <h2><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=mark_ramsdale">Dr Mark Ramsdale</a></h2>
+
-
    </li>
+
-
  </ul>
+
-
  </td>
+
-
</tr>
+
-
<tr>
+
-
  <td>
+
-
  <ul class="animated">
+
-
  <!--First Image-->
+
-
    <li>
+
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/b/bd/Exe2012CPW.jpg" alt="" /></a>
+
-
    <div class='description'> 
+
-
    <!-- description content --> 
+
-
       <span class="title">Professor C Peter Winlove</span>
+
-
      <p></p> 
+
-
    <!-- end description content --> 
+
-
    </div>
+
-
    <h2><a href="http://emps.exeter.ac.uk/physics-astronomy/staff/cpwinlov">Professor C Peter Winlove</a></h2>
+
-
    </li>
+
-
  <!--Second Image-->
+
-
    <li>
+
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/7/71/Exe2012JMR.jpg" alt="" /></a>
+
-
    <div class='description'> 
+
-
    <!-- description content --> 
+
-
       <span class="title">Dr John Rowe</span>
+
-
      <p></p> 
+
-
    <!-- end description content --> 
+
-
    </div>
+
-
    <h2><a href="http://emps.exeter.ac.uk/physics-astronomy/staff/JRowe">Dr John Rowe</a></h2>
+
-
    </li>
+
-
  <!--Second Image-->
+
-
    <li>
+
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/4/44/Exe2012Orkunsoyer.jpg" alt="" /></a>
+
-
     <div class='description'> 
+
-
    <!-- description content --> 
+
-
      <span class="title">Dr Orkun Soyer</span>
+
-
      <p></p> 
+
-
    <!-- end description content --> 
+
-
    </div>
+
-
    <h2><a href="http://emps.exeter.ac.uk/staff/oss203">Dr Orkun Soyer</a></h2>
+
-
    </li>   
+
-
  </ul>
+
-
  </td>
+
-
</tr>
+
-
<tr>
+
-
  <td>
+
-
  <ul class="animated">
+
-
  <!--First Image-->
+
-
    <li>
+
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/7/7a/Exe2012Steve_hughes.jpg" alt="" /></a>
+
-
     <div class='description'> 
+
-
     <!-- description content --> 
+
-
      <span class="title">Prof. Steve Hughes</span>
+
-
      <p></p> 
+
-
    <!-- end description content --> 
+
-
    </div>
+
-
    <h2><a href="http://www.genomicsnetwork.ac.uk/egenis/people/academicstaff/forename,217,en.html">Prof. Steve Hughes</a></h2>
+
-
    </li>
+
-
  <!--Second Image-->
+
-
    <li>
+
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/6/64/Exe2012Sabina.JPG" alt="" /></a>
+
-
     <div class='description'> 
+
-
     <!-- description content --> 
+
-
      <span class="title">Dr. Sabina Leonelli</span>
+
-
      <p></p> 
+
-
    <!-- end description content --> 
+
-
    </div>
+
-
    <h2><a href="http://www.genomicsnetwork.ac.uk/egenis/people/academicstaff/forename,3875,en.html">Dr. Sabina Leonelli</a></h2>
+
-
    </li>
+
-
  <!--First Image-->
+
-
    <li>
+
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/e/e1/Exe2012David_santillo.jpg" alt="" /></a>
+
-
    <div class='description'> 
+
-
     <!-- description content --> 
+
-
      <span class="title">David Santillo</span>
+
-
      <p></p>
+
-
    <!-- end description content -->  
+
-
    </div>
+
-
    <h2><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=david_santillo">David Santillo</a></h2>
+
-
     </li>
+
-
   <!--Second Image-->
+
-
     <li>
+
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/9/9e/Exe2012Janet_cotter.jpg" alt="" /></a>
+
-
    <div class='description'> 
+
-
    <!-- description content --> 
+
-
      <span class="title">Janet Cotter</span>
+
-
      <p></p> 
+
-
    <!-- end description content --> 
+
-
    </div>
+
-
    <h2><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=janet_cotter">Janet Cotter</a></h2>
+
-
     </li>
+
-
  <!--First Image-->
+
-
    <li>
+
-
     <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/c/ca/Exe2012Placeholder.png" alt="" /></a>
+
-
    <div class='description'> 
+
-
    <!-- description content --> 
+
-
      <span class="title">Colour Blind</span>
+
-
       <p></p> 
+
-
    <!-- end description content --> 
+
-
    </div>
+
-
    <h2><a href="#">Colour Blind</a></h2>
+
-
    </li>
+
-
  <!--Second Image-->
+
-
    <li>
+
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/c/ca/Exe2012Placeholder.png" alt="" /></a>
+
-
    <div class='description'> 
+
-
    <!-- description content --> 
+
-
      <span class="title">Colour Blind</span>
+
-
      <p></p> 
+
-
    <!-- end description content --> 
+
-
    </div>
+
-
    <h2><a href="#">Colour Blind</a></h2>
+
-
    </li>
+
-
  <!--First Image-->
+
-
    <li>
+
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/3/3c/Exe2012Markkelly218.jpg" alt="" /></a>
+
-
    <div class='description'> 
+
-
    <!-- description content --> 
+
-
      <span class="title">Mark Kelly</span>
+
-
      <p></p> 
+
-
    <!-- end description content --> 
+
-
    </div>
+
-
    <h2><a href="http://www.exeter.ac.uk/research/rkt/contactsandaboutus/contactusa-z/markkelly/">Mark Kelly</a></h2>
+
-
    </li>
+
-
  <!--First Image-->
+
-
    <li>
+
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/c/ca/Exe2012Placeholder.png" alt="" /></a>
+
-
    <div class='description'> 
+
-
    <!-- description content --> 
+
-
      <span class="title">Colour Blind</span>
+
-
      <p></p> 
+
-
    <!-- end description content --> 
+
-
    </div>
+
-
    <h2><a href="#">Colour Blind</a></h2>
+
-
    </li>
+
-
  <!--First Image-->
+
-
    <li>
+
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/c/ca/Exe2012Placeholder.png" alt="" /></a>
+
-
    <div class='description'> 
+
-
    <!-- description content --> 
+
-
      <span class="title">Colour Blind</span>
+
-
       <p></p>
+
-
    <!-- end description content --> 
+
-
    </div>
+
-
     <h2><a href="#">Colour Blind</a></h2>
+
-
     </li>
+
-
   <!--First Image-->
+
-
    <li>
+
-
    <a href="#" class="thumb"><img src="https://static.igem.org/mediawiki/igem.org/0/0e/Exe2012Ed_Creed.jpg" alt="" /></a>
+
-
    <div class='description'>  
+
-
    <!-- description content --
+
-
      <span class="title">Colour Blind</span>
+
-
      <p></p> 
+
-
    <!-- end description content --> 
+
-
    </div>
+
-
    <h2><a href="#">Colour Blind</a></h2>
+
-
    </li>
+
-
   </ul>
+
-
  </td>
+
-
</tr>
+
-
 
+
</table>
</table>
-
 
-
 
-
https://static.igem.org/mediawiki/igem.org/c/ca/Exe2012Placeholder.png
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
</body>
</body>
</html>
</html>

Revision as of 00:55, 24 September 2012

ExiGEM2012 Homepage

Find out more about the Wellcome 
      Trust

 

Find out how to donate to the Exeter University Annual Fund

 

Find out about the Nuffield Foundation

 

Visit the DNA 2.0 Shop

 

Visit the DNA 2.0 Shop

 

Additional Generous Funding From:

  • Prof. Murray Grant
  • Prof. Ken Haynes
  • Prof. Rob Beardmore
  • Prof. John Love
  •  

     

     

     

     

     
    https://static.igem.org/mediawiki/2012/7/70/Exe2012Hb_ecandi_down.png https://static.igem.org/mediawiki/2012/1/1f/Exe2012Hb_results_down.png https://static.igem.org/mediawiki/2012/9/98/Exe2012Hb_poly_down.png buttons