Team:Exeter

From 2012.igem.org

(Difference between revisions)
Line 36: Line 36:
     img.onerror = cantload;
     img.onerror = cantload;
   </script>
   </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);
 +
    }
 +
  <!--End Rolling Text Java-->
 +
 
 +
function MM_preloadImages() { //v3.0
 +
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
 +
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
 +
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
 +
}
 +
 
 +
function MM_findObj(n, d) { //v4.01
 +
  var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
 +
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
 +
  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;
 +
}
 +
 
 +
function MM_nbGroup(event, grpName) { //v6.0
 +
  var i,img,nbArr,args=MM_nbGroup.arguments;
 +
  if (event == "init" && args.length > 2) {
 +
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
 +
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
 +
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
 +
      nbArr[nbArr.length] = img;
 +
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
 +
        if (!img.MM_up) img.MM_up = img.src;
 +
        img.src = img.MM_dn = args[i+1];
 +
        nbArr[nbArr.length] = img;
 +
    } }
 +
  } else if (event == "over") {
 +
    document.MM_nbOver = nbArr = new Array();
 +
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
 +
      if (!img.MM_up) img.MM_up = img.src;
 +
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
 +
      nbArr[nbArr.length] = img;
 +
    }
 +
  } else if (event == "out" ) {
 +
    for (i=0; i < document.MM_nbOver.length; i++) {
 +
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
 +
  } else if (event == "down") {
 +
    nbArr = document[grpName];
 +
    if (nbArr)
 +
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
 +
    document[grpName] = nbArr = new Array();
 +
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
 +
      if (!img.MM_up) img.MM_up = img.src;
 +
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
 +
      nbArr[nbArr.length] = img;
 +
  } }
 +
}
 +
  </script>
 +
 
 +
  <style type="text/css">
 +
 
 +
    #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>
+
<body onLoad="MM_preloadImages('https://static.igem.org/mediawiki/2012/0/02/Exe2012Hb_ecandi_up.png','https://static.igem.org/mediawiki/2012/7/70/Exe2012Hb_ecandi_down.png','https://static.igem.org/mediawiki/2012/c/c0/Exe2012Hb_results_up.png','https://static.igem.org/mediawiki/2012/1/1f/Exe2012Hb_results_down.png','https://static.igem.org/mediawiki/2012/b/b8/Exe2012Hb_poly_up.png','https://static.igem.org/mediawiki/2012/9/98/Exe2012Hb_poly_down.png')">
-
   <table width="100%" height="780" border="0" cellpadding="10">
+
 
 +
   <table width="980" border="0" cellpadding="10">
    
    
   <!--Spacer for Menu Banner-->
   <!--Spacer for Menu Banner-->
Line 49: Line 166:
      
      
     <tr>
     <tr>
 +
  <!--Left Column: Sponsorship and Visitor Counter-->
  <!--Left Column: Sponsorship and Visitor Counter-->
-
     <td width="auto" rowspan="2" align="left" valign="top" style="padding-top:0">
+
   
 +
     <td width="150" rowspan="3" align="left" valign="top" style="padding-top:0">
     <!--Sponsor Images-->
     <!--Sponsor Images-->
     <div style="text-align:justify; width:200; height:auto">
     <div style="text-align:justify; width:200; height:auto">
Line 60: Line 179:
       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>
       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>
-
<p>&nbsp;</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"
       <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>
       width="150px" alt="Find out about the Nuffield Foundation" title="Find out about the Nuffield Foundation" /></a>
       </p>
       </p>
-
      <p>&nbsp;</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"
+
      <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>
       width="150px" alt="Visit the DNA 2.0 Shop" title="Visit the DNA 2.0 Shop" /></a>
       </p>
       </p>
-
      <p>&nbsp;</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"
+
      <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>
       width="150px" alt="Visit the DNA 2.0 Shop" title="Visit the DNA 2.0 Shop" /></a>
       </p>
       </p>
-
      <p>&nbsp;</p>
+
      <p>&nbsp;</p>
-
 
+
     </div>
     </div>
-
 
-
 
-
 
-
 
     <!--End Sponsor Images-->
     <!--End Sponsor Images-->
      
      
Line 108: Line 222:
     <!--End Visitor Counter-->
     <!--End Visitor Counter-->
     </td>
     </td>
-
<!--End Left Column: Sponsorship and Visitor Counter-->
+
   
 +
    <!--End Left Column: Sponsorship and Visitor Counter-->
 +
   
 +
    <td align="center" valign="top">
 +
      <div id="box">
 +
      <div id="text">&nbsp;</div>
 +
      </div>
 +
    </td>
   
   
-
  <!--Center Column Top: Image Slider-->     
+
    </tr>
 +
   
 +
    <tr>
 +
    <td>
 +
      <table border="0" cellpadding="0" cellspacing="20" align="center">
 +
      <tr>
 +
        <td>
 +
        <a href="https://2012.igem.org/Team:Exeter/Introduction" target="_top"
 +
          onClick="MM_nbGroup('down','group1','Exe2012Hbecandiup','https://static.igem.org/mediawiki/2012/0/02/Exe2012Hb_ecandi_up.png',1)"
 +
          onMouseOver="MM_nbGroup('over','Exe2012Hbecandiup','https://static.igem.org/mediawiki/2012/7/70/Exe2012Hb_ecandi_down.png','',1)"
 +
          onMouseOut="MM_nbGroup('out')">
 +
          <img src="https://static.igem.org/mediawiki/2012/0/02/Exe2012Hb_ecandi_up.png" alt="" name="Exe2012Hbecandiup" width="200" height="100" border="0" onload="">
 +
        </a>
 +
        </td>
 +
        <td>
 +
        <a href="https://2012.igem.org/Team:Exeter/resultsglance" target="_top"
 +
          onClick="MM_nbGroup('down','group1','Exe2012Hbresultsup','https://static.igem.org/mediawiki/2012/c/c0/Exe2012Hb_results_up.png',1)"
 +
          onMouseOver="MM_nbGroup('over','Exe2012Hbresultsup','https://static.igem.org/mediawiki/2012/1/1f/Exe2012Hb_results_down.png','',1)"
 +
          onMouseOut="MM_nbGroup('out')">
 +
          <img name="Exe2012Hbresultsup" src="https://static.igem.org/mediawiki/2012/c/c0/Exe2012Hb_results_up.png" border="0" alt="" onLoad="">
 +
        </a>
 +
        </td>
 +
        <td>
 +
        <a href="http://glycoweb.com/" target="_top"
 +
          onClick="MM_nbGroup('down','group1','Exe2012Hbpolyup','https://static.igem.org/mediawiki/2012/b/b8/Exe2012Hb_poly_up.png',1)"
 +
          onMouseOver="MM_nbGroup('over','Exe2012Hbpolyup','https://static.igem.org/mediawiki/2012/9/98/Exe2012Hb_poly_down.png','',1)"
 +
          onMouseOut="MM_nbGroup('out')">
 +
          <img name="Exe2012Hbpolyup" src="https://static.igem.org/mediawiki/2012/b/b8/Exe2012Hb_poly_up.png" border="0" alt="" onLoad="">
 +
        </a>
 +
        </td>
 +
      </tr>
 +
      </table>
 +
    </td>
 +
    </tr>
 +
 +
    <tr>
 +
  <!--Right Column Top: Image Slider-->     
     <!--Image Slider-->
     <!--Image Slider-->
-
     <td width="850" valign="top" style="padding-top:0">
+
     <td width="830" valign="top" style="padding-top:0">
       <div class="slider-wrapper theme-default">
       <div class="slider-wrapper theme-default">
       <div class="ribbon">
       <div class="ribbon">
         <div id="slider" class="nivoSlider">
         <div id="slider" class="nivoSlider">
         <!--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-->
         <!--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-->
-
         <img src="https://static.igem.org/mediawiki/2012/4/40/Exe2012Plan_tog.png" alt="" title="" />         
+
         <img src="https://static.igem.org/mediawiki/2012/a/ac/Exe2012Biological_vs_Chemical_Synthesis.jpg" alt="" title="" />         
-
         <img src="https://static.igem.org/mediawiki/2012/6/63/Exe2012Ukmeetup.png" alt="" title="" />
+
         <img src="https://static.igem.org/mediawiki/2012/9/9c/Exe2012The_long_journey....jpg" alt="" title="" />
-
        <img src="https://static.igem.org/mediawiki/2012/c/cb/Exe2012Home_page_scrolling_image_3.jpg" alt="" title="" />
+
         <img src="https://static.igem.org/mediawiki/2012/d/d9/Exe2012Our_project_in_a_nut-shell.jpg" alt="" title="" />
-
        <img src="https://static.igem.org/mediawiki/igem.org/7/7c/Exe2012Projectdec.jpg" alt="" title="" />
+
-
         <img src="https://static.igem.org/mediawiki/2012/e/ec/Exe2012Phys.jpg" alt="" title="" />
+
         </div>
         </div>
       </div>
       </div>
       </div>
       </div>
     </td>
     </td>
-
     <!--End Image Slider-->
+
     </tr>
-
<!--End Center Column Top: Image Slider-->   
+
  <!--End Image Slider-->
-
+
  <!--End Right Column Top: Image Slider-->
-
<!--Right Column: Countdown to Amsterdam and Newsbox-->   
+
 
-
    <td width="200" rowspan="2" align="center" valign="top" bgcolor="#f2f170">
+
-
    <!--Countdown to Amsterdam-->
+
-
      <object type="application/x-shockwave-flash" height="100" width="200" data="http://www.usflashmap.com/component/cdt_new/cdt2_2.swf">
+
-
      <param name="movie" value="http://www.usflashmap.com/component/cdt_new/cdt2_2.swf" />
+
-
      <param name="base" value="http://www.usflashmap.com/component/cdt_new/" />
+
-
      <param name="flashvars" value="
+
-
        &timer=2&
+
-
        &time_template=3:ss;2:mm;1:hh;0:dd&
+
-
        &time_color=0x000000&
+
-
        &label_color=0x000001&
+
-
        &background_color=0xDCDFCA&
+
-
        &flare_view=true&
+
-
        &time_label=d:DAYS;h:HR;m:MIN;s:SEC&
+
-
        &time_zone=(GMT +00:00) Greenwich Mean Time : Dublin, Edinburgh, Lisbon, London&
+
-
        &event_time=year:2012;month:10;day:6;hour:0;minute:0;seconds:0&
+
-
        &event_duration=year:0;month:0;day:0;hour:0;minute:0;seconds:0&
+
-
        &event_recursion=no&
+
-
        &onpress_url=-&
+
-
        &event_onpress_url=-&
+
-
        &title=Countdown to Amsterdam!&
+
-
        &event_title=We've been to the iGEM 2012 European Jamboree&
+
-
        &sound_file=-&
+
-
        &event_sound_file=-&
+
-
        &transparent=false&
+
-
      " />
+
-
      <param name="quality" value="high" />
+
-
      <param name="wmode" value="transparent" />
+
-
      <param name="scale" value="noscale" />
+
-
      <param name="salign" value="lt" />
+
-
      </object>
+
-
    <!--End of Countdown to Amsterdam-->
+
-
   
+
-
    <!--Newsbox-->
+
-
      <div style="width:200px; text-align:justify; background-color:#f2f170;  height:auto">
+
-
      <font face="Verdana" color="#1d1d1b" size="+2"><p><b>Latest News:</b></p></font>
+
-
      </div>
+
-
      <div style="overflow:auto; height: 725px; width:200px; background-color:#ffffff; border-style:inset; border-color:#f2f170;">
+
-
      <font face="Verdana" color="#1d1d1b" size="2">
+
-
      <!--ENTER NEWS HERE-->
+
-
<table><td bgcolor=#70f27f>
+
-
            <p>**<b>15/08/12</b>**</p><p>We've put out a request for collaboration on a biobrick/Gibson comparison.</p>
+
-
            </td>
+
-
        </table>
+
-
<table><td bgcolor=#fc8977>
+
-
            <p>**<b>13/08/12</b>**</p><p>Ryan returns from his Olympic vacation!</p>
+
-
            </td>
+
-
        </table>
+
-
 
+
-
<table><td bgcolor=#858bf8>
+
-
            <p>**<b>10/08/12</b>**</p><p>We say Goodbye to Liam! Great work on the Glycobase. We'll miss you</p></td>
+
-
        </table>
+
-
 
+
-
<table><td bgcolor=#f2f170>
+
-
            <p>**<b>03/08/12</b>**</p><p>We have just presented our 'Human Practices' presentation!</p>
+
-
            </td>
+
-
        </table>
+
-
<table><td bgcolor=#70f27f>
+
-
            <p>**<b>30/07/12</b>**</p><p>Our meeting with Dave Parker from Shell went well!</p>
+
-
            </td>
+
-
        </table>
+
-
        <table><td bgcolor=#fc8977>
+
-
            <p>**<b>25/07/12</b>**</p><p>Glycobase version 2.01 up and running. Ready for some more constructive criticism!</p>
+
-
            </td>
+
-
        </table>
+
-
        <table><td bgcolor=#858bf8>
+
-
            <p>**<b>23/07/12</b>**</p><p>Flights to Amsterdam booked!</p></td>
+
-
        </table>
+
-
        <table><td bgcolor=#f2f170>
+
-
            <p>**<b>20/07/12</b>**</p><p>We hope you enjoyed your stay Emma and Chloe!</p></td>
+
-
        </table>
+
-
        <table><td bgcolor=#70f27f>       
+
-
            <p>**<b>19/07/12</b>**</p><p>Our genes have been delivered!</p></td>
+
-
        </table>
+
-
        <table><td bgcolor=#fc8977>
+
-
            <p>**<b>16/07/12</b>**</p><p>Our two work experience students, Emma and Chloe, have started their week of iGEM.</p>
+
-
            </td>
+
-
        </table>
+
-
        <table><td bgcolor=#858bf8>
+
-
            <p>**<b>16/07/12</b>**</p><p>Chris Hack, our Nuffield-sponsored 6th form student, has begun his 6-week stay.</p></td>
+
-
        </table>
+
-
      </font>
+
-
      </div>
+
-
    <!--End Newsbox-->
+
-
    </td>
+
-
    </tr>
+
-
   
+
-
    <tr>
+
-
      <td align="justify" valign="top" style="padding-top:0">
+
-
      <!--Abstract-->
+
-
      <font face="Verdana" color="#1d1d1b" size="+2"><b>Project Abstract:</b>
+
-
      </font>
+
-
      <font color="#1d1d1b" size="2" face="Verdana">
+
-
        <p>Our aim is to design a system for the synthesis of bespoke polysaccharides in <em>Escherichia  coli</em>. We intend to show that a future where designer polysaccharides can be created on demand is not only  feasible, but in fact highly achievable.</p>
+
-
        <p>The ability to tailor-make polysaccharides would lead to revolutionary technological developments in many fields, such as medicine (rapid vaccine production) and the industrial sector (production of novel materials) to name but two.</p>
+
-
        <p>We are using several approaches to demonstrate how this is possible. Firstly we want to synthesise useful existing polysaccharides (such as hyaluronan) in the unfamiliar setting of <em>E. coli</em>. Secondly, to achieve the synthetic  polysaccharide, we will implement the addition of glycosyltransferases  from different <em>E. coli</em> to our own sample strain, both individually for characterisation and in an operon, allowing polysaccharide production via the Wzy-dependent system. As well as implementing a full operon for each polysaccharide, we plan to construct an engineered plasmid. This will allow controlled expression of different enzymes, induced through different promoters to enable choice without repeated genetic transformations.</p>
+
-
        <p>The complementary dry lab work provides a basis for that of the wet lab and the principle of <i>in vivo</i> synthesis of novel polysaccharides. The generation of a database of enzymes with a user-friendly interface will aim to assist polysaccharide design, leading to a future where any polysaccharide is possible. We are also investigating kinetic models to flag up conflicts in enzyme activities to optimise polysaccharide construction pathways, and we plan to use TinkerCell to explore possible methods of controlling multiple enzyme expression and enzyme expression levels.</p>
+
-
      </font>
+
-
      <!--End Abstract-->
+
-
      </td>
+
-
  <!--End Right Column: Countdown to Amsterdam and Newsbox-->
+
-
    </tr>
+
-
   
+
</table>
</table>
</body>
</body>
</html>
</html>

Revision as of 00:18, 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
  •