Team:Exeter

From 2012.igem.org

(Difference between revisions)
 
(122 intermediate revisions not shown)
Line 7: Line 7:
   <title>ExiGEM2012 Homepage</title>
   <title>ExiGEM2012 Homepage</title>
 +
  <!--Begin Script for Image Slider-->
 +
   
   <link rel="stylesheet" href="https://2012.igem.org/Team:Exeter/nivo-slider.css?action=raw&amp;ctype=text/css" type="text/css" media="screen" />
   <link rel="stylesheet" href="https://2012.igem.org/Team:Exeter/nivo-slider.css?action=raw&amp;ctype=text/css" type="text/css" media="screen" />
   <!--See for navigation icons and caption controls-->
   <!--See for navigation icons and caption controls-->
Line 21: Line 23:
   </script>
   </script>
-
  <script type="text/javascript">
+
  <!--End Script for Image Slider-->
-
 
+
-
  /*
+
-
  Count down until any date script-
+
-
  By JavaScript Kit (www.javascriptkit.com)
+
-
  Over 200+ free scripts here!
+
-
  Modified by Robert M. Kuhnhenn, D.O.
+
-
  on 5/30/2006 to count down to a specific date AND time,
+
-
  on 10/20/2007 to a new format, and 1/10/2010 to include
+
-
  time zone offset.
+
-
  */
+
-
  /*  Change the items noted in light blue below to create your countdown target date and announcement once the target date and time are reached.  */
+
  <!--Script for Visitor Counter-->
-
    var current="00:00:00"; /*enter what you want the script to display when the target date and time are reached, limit to 20 characters*/
+
   <script type="text/javascript">
-
    var year=2012;      /*Enter the count down target date YEAR*/
+
     function cantload() {
-
    var month=10;        /*Enter the count down target date MONTH*/
+
    img = document.getElementById("clustrMapsImg");
-
    var day=06;        /*Enter the count down target date DAY*/
+
    img.onerror = null;
-
    var hour=00;        /*Enter the count down target date HOUR (24 hour clock)*/
+
    img.src = "http://www2.clustrmaps.com/images/clustrmaps-back-soon.jpg";
-
    var minute=00;      /*Enter the count down target date MINUTE*/
+
    document.getElementById("clustrMapsLink").href = "http://www2.clustrmaps.com";
-
    var tz=1;          /*Offset for your timezone in hours from UTC (see http://wwp.greenwichmeantime.com/index.htm to find the timezone offset for your location)*/
+
    }
-
 
+
    img = document.getElementById("clustrMapsImg");
-
   /*DO NOT CHANGE THE CODE BELOW!*/
+
    img.onerror = cantload;
-
    var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
+
   </script>
-
 
+
  <!--End Script for Visitor Counter-->
-
     function countdown(yr,m,d,hr,min){
+
    
-
theyear=yr;themonth=m;theday=d;thehour=hr;theminute=min;
+
-
var today=new Date();
+
-
var todayy=today.getYear();
+
-
if (todayy < 1000) {todayy+=1900;
+
-
}
+
-
var todaym=today.getMonth();
+
-
var todayd=today.getDate();
+
-
var todayh=today.getHours();
+
-
var todaymin=today.getMinutes();
+
-
var todaysec=today.getSeconds();
+
-
var todaystring1=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec;
+
-
var todaystring=Date.parse(todaystring1)+(tz*1000*60*60);
+
-
var futurestring1=(montharray[m-1]+" "+d+", "+yr+" "+hr+":"+min);
+
-
var futurestring=Date.parse(futurestring1)-(today.getTimezoneOffset()*(1000*60));
+
-
var dd=futurestring-todaystring;
+
-
var dday=Math.floor(dd/(60*60*1000*24)*1);
+
-
var dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1);
+
-
var dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000))/(60*1000)*1);
+
-
var dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000))%(60*1000))/1000*1);
+
-
if(dday<=0&&dhour<=0&&dmin<=0&&dsec<=0){
+
-
document.getElementById('count2').innerHTML=current;
+
-
document.getElementById('count2').style.display="inline";
+
-
document.getElementById('count2').style.width="390px";
+
-
document.getElementById('dday').style.display="none";
+
-
document.getElementById('dhour').style.display="none";
+
-
document.getElementById('dmin').style.display="none";
+
-
document.getElementById('dsec').style.display="none";
+
-
document.getElementById('days').style.display="none";
+
-
document.getElementById('hours').style.display="none";
+
-
document.getElementById('minutes').style.display="none";
+
-
document.getElementById('seconds').style.display="none";
+
-
document.getElementById('spacer1').style.display="none";
+
-
document.getElementById('spacer2').style.display="none";
+
-
return;
+
-
}
+
-
else {
+
-
document.getElementById('count2').style.display="none";
+
-
document.getElementById('dday').innerHTML=dday;
+
-
document.getElementById('dhour').innerHTML=dhour;
+
-
document.getElementById('dmin').innerHTML=dmin;
+
-
document.getElementById('dsec').innerHTML=dsec;
+
-
setTimeout("countdown(theyear,themonth,theday,thehour,theminute)",1000);
+
-
}
+
-
   }
+
-
</script>
+
-
 
+
-
<style type="text/css">
+
-
  .numbers {
+
-
    width: 50px;
+
-
    text-align: center;
+
-
    font-family: DokChampa;
+
-
    font-size: 15px;
+
-
    font-weight: bold;    /* options are normal, bold, bolder, lighter */
+
-
    font-style: normal;  /* options are normal or italic */
+
-
    color: #1d1d1b;      /* change color using the hexadecimal color codes for HTML */
+
-
  }
+
-
  .title { /* the styles below will affect the title under the numbers, i.e., "Days", "Hours", etc. */
+
-
    width: 50px;
+
-
    text-align: center;
+
-
    font-family: DokChampa;
+
-
    font-size: 10px;
+
-
    font-weight: bold;    /* options are normal, bold, bolder, lighter */
+
-
    color: #dddddd;      /* change color using the hexadecimal color codes for HTML */
+
-
   }
+
-
  #table {
+
-
    width: 100px;
+
-
    height: 48px;
+
-
    border-style: none;
+
-
    background-color: transparent;
+
-
    margin: 0px auto;
+
-
    position: relative;  /* leave as "relative" to keep timer centered on your page, or change to "absolute" then change the values of the "top" and "left" properties to position the timer */
+
-
    top: 0px;            /* change to position the timer */
+
-
    left: 0px;            /* change to position the timer; delete this property and it's value to keep timer centered on page */
+
-
  }
+
-
</style>
+
</head>
</head>
   
   
-
<body onLoad="countdown(year,month,day,hour,minute)">
+
<body>
-
<div id="home">
+
   <table width="980" border="0" cellpadding="10">
-
   <table width="1075" border="0">
+
 
   <!--Spacer for Menu Banner-->
   <!--Spacer for Menu Banner-->
     <tr>
     <tr>
-
     <td height="50" colspan="3"></td>
+
     <td height="10" colspan="4"></td>
     </tr>
     </tr>
   <!--End of Spacer-->
   <!--End of Spacer-->
 +
   
     <tr>
     <tr>
-
    <!--Countdown to Amsterdam-->  
+
-
     <td width="100" rowspan="2">
+
<!--Left Column: Sponsorship and Visitor Counter-->
-
  <script type="text/javascript">
+
   
-
      function cantload() {
+
     <td width="150" rowspan="3" align="left" valign="top" style="padding-top:0">
-
        img = document.getElementById("clustrMapsImg");
+
    <!--Sponsor Images-->
-
        img.onerror = null;
+
    <div style="text-align:justify; width:200; height:auto">
-
        img.src = "http://www2.clustrmaps.com/images/clustrmaps-back-soon.jpg";
+
      <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
-
        document.getElementById("clustrMapsLink").href = "http://www2.clustrmaps.com";
+
      Trust" title="Find out more about the Wellcome Trust" /></a>
-
      }
+
      </p>
-
      img = document.getElementById("clustrMapsImg");
+
      <p>&nbsp;</p>
-
      img.onerror = cantload;
+
      <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"
-
       </script>
+
      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>
-
       <table id="table" border="0" cellpadding="0" cellspacing="0">
+
       </p>
-
        <tr>
+
       <p>&nbsp;</p>
-
          <td align="center" colspan="4"><div class="numbers" id="count2" style="padding: 0px 0 0 0; "></div></td>
+
      <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"
-
          </tr>
+
      width="150px" alt="Find out about the Nuffield Foundation" title="Find out about the Nuffield Foundation" /></a>
-
        <tr id="spacer1" height="30">
+
      </p>
-
          <td align="center" ><div class="numbers" id="dday"></div></td>
+
      <p>&nbsp;</p>
-
          <td align="center" ><div class="numbers" id="dhour"></div></td>
+
      <p><a href="http://www.dna20.com/"><img src="https://static.igem.org/mediawiki/2012/4/42/Exe2012Dna2.png" align="middle"
-
          <td align="center" ><div class="numbers" id="dmin"></div></td>
+
      width="150px" alt="Visit the DNA 2.0 Shop" title="Visit the DNA 2.0 Shop" /></a>
-
          <td align="center" ><div class="numbers" id="dsec"></div></td>
+
      </p>
-
          </tr>
+
      <p>&nbsp;</p>
-
        <tr id="spacer2" height="12">
+
      <p><a href="http://eu.idtdna.com/site"><img src="https://static.igem.org/mediawiki/2012/c/cc/Exe2012IDTLogo2010.png" align="middle"
-
          <td align="center" ><div class="title" id="days">Days</div></td>
+
      width="150px" alt="Visit the DNA 2.0 Shop" title="Visit the DNA 2.0 Shop" /></a>
-
          <td align="center" ><div class="title" id="hours">Hrs</div></td>
+
      </p>
-
          <td align="center" ><div class="title" id="minutes">Mins</div></td>
+
      <p>&nbsp;</p>
-
          <td align="center" ><div class="title" id="seconds">Sec</div></td>
+
    </div>
-
          </tr>
+
    <!--End Sponsor Images-->
-
       </table>
+
   
 +
    <!--Monetary Contributors-->  
 +
    <div style="width:auto; text-align:left; width:200; height:auto">
 +
      <p><font face="Verdana" color="#1d1d1b" size="2"><b>Additional Generous Funding From:</b></font>
 +
      </p>
 +
      <font face="Verdana" color="#1d1d1b" size="2">
 +
      <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=murray_grant" style="color:#1d1d1b">Prof. Murray Grant</a></li>
 +
      <li><a href="http://biosciences.exeter.ac.uk/staff/index.php?web_id=ken_haynes" style="color:#1d1d1b">Prof. Ken Haynes</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>
 +
      <p>&nbsp;</p>
 +
      <p>&nbsp;</p>
 +
      <p>&nbsp;</p>
 +
      <p>&nbsp;</p>
 +
 
 +
       </font>
 +
    </div>
 +
    <!--End Monetary Contributors-->
 +
 
 +
    <!--Visitor Counter-->
 +
    <div style="width:auto; height:auto; text-align:center">
       <a href="http://www4.clustrmaps.com/counter/maps.php?url=https://2012.igem.org/Team:Exeter" id="clustrMapsLink">
       <a href="http://www4.clustrmaps.com/counter/maps.php?url=https://2012.igem.org/Team:Exeter" id="clustrMapsLink">
-
       <img src="http://www4.clustrmaps.com/counter/index2.php?url=https://2012.igem.org/Team:Exeter" style="border:0px;" alt="Locations of visitors to this page" title="Locations of
+
       <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  
-
      visitors to this page" id="clustrMapsImg" /></a></td>
+
      page" title="See who has been looking at ExiGEM's e-candi!" id="clustrMapsImg" />
-
     <!--End of Countdown to Amsterdam-->  
+
      </a>
 +
    </div>
 +
    <!--End Visitor Counter-->
 +
    </td>
 +
      
 +
  <!--End Left Column: Sponsorship and Visitor Counter-->
 +
   
 +
  <!--Right Column: Quick Links, Quotes and Image Slider-->
 +
 
 +
    <!--Quick Links-->
 +
    <td colspan="3" align="center">
 +
      <font color="#57B947" size="+1" face="Verdana">
 +
      <a href="https://2012.igem.org/Team:Exeter/Concept" style="color:#57B947">e-candi: The Story</a>
 +
        &nbsp;&nbsp;|&nbsp;&nbsp;
 +
      <a href="https://2012.igem.org/Team:Exeter/Results" style="color:#57B947">Results at a Glance</a>
 +
        &nbsp;&nbsp;|&nbsp;&nbsp;
 +
      <a href="http://glycoweb.com/" style="color:#57B947" target="_blank">Build Your Own Polysaccharide</a>
 +
      </font>
 +
    </td>
 +
 +
    </tr>
 +
 +
  <!--Quotes-->
 +
    <tr>
 +
    <td colspan="3" align="justify" valign="top">
 +
      <font color="#1d1d1b" size="2" face="Verdana">
 +
      <p>The iterative design cycle allows scientists and engineers to continually adapt and take advantage of  
 +
      what has already been learnt. This project, e-candi, investigates whether synthetic biology can provide a platform technology to revolutionise polysaccharide research, allowing rapid biosynthesis of designer polysaccharides and the implementation of such a design cycle.</p>
 +
    <br>
 +
    </td>
 +
    </tr>
 +
 +
  <!--Image slider-->
 +
    <tr>
 +
    <td width="100"><!--Centering/Size reducing Column-->&nbsp;
 +
     
 +
    </td>
     <!--Image Slider-->
     <!--Image Slider-->
-
     <td width="850">
+
     <td width="auto" 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"><img src="imageslider/nivo-slider/demo/images/nemo.jpg"alt="" data-transition="slideInLeft" /><a href="http://dev7studios.com">
+
        <div id="slider" class="nivoSlider">
-
         <img src="imageslider/nivo-slider/demo/images/toystory.jpg" alt="" title="#htmlcaption" /></a>
+
        <!--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="imageslider/nivo-slider/demo/images/up.jpg" alt="" title="This is an example of a caption" /> <img src="imageslider/nivo-slider/demo/images/walle.jpg" alt="" />        </div>
+
         <img src="https://static.igem.org/mediawiki/2012/a/ac/Exe2012Biological_vs_Chemical_Synthesis.jpg" width="450" alt="" title="" />        
 +
         <img src="https://static.igem.org/mediawiki/2012/8/82/Exe2012Long_road..revised.jpg" width="450" alt="" title="" />
 +
        <img src="https://static.igem.org/mediawiki/2012/7/7d/Exe20124_step_procedure.jpg" width="450" alt="" title="" />
 +
         </div>
       </div>
       </div>
-
      </div>
 
-
      <div id="htmlcaption" class="nivo-html-caption">
 
-
      <strong>This</strong> is an example of a <em>HTML</em> caption with <a href="#">a link</a>.
 
       </div>
       </div>
     </td>
     </td>
-
    <!--End Image Slider-->
+
     <td width="100"><!--Centering/Size reducing Column-->&nbsp;
-
   
+
        
-
    <!--Newsbox-->
+
-
     <td width="100" rowspan="2" align="justify" bgcolor="#57b947">
+
-
      <div style="overflow:auto; height: 1000px; width:200px">
+
-
      <font face="DokChampa" color="#1d1d1b" size="+2"><b>Latest News:</b></font>
+
-
    <!--Enter News Here-->
+
-
      <font face="DokChampa" color="#1d1d1b" size="3">
+
-
      <p>Enter news here.....</p>
+
-
      </font>
+
-
      </div>
+
-
    </td>
+
-
    <!--End Newsbox-->
+
-
    </tr>
+
-
    <tr>
+
-
    <!--Visitor Counter-->
+
-
    <!--End Visitor Counter-->
+
-
       <td align="justify">
+
-
      <font face="DokChampa" color="#1d1d1b" size="+2"><b>Project Abstract:</b></font>
+
-
      <font face="DokChampa" color="#1d1d1b" size="3">
+
-
        <p>Our aim is to engineer <em>Escherichia  coli</em> (<em>E. coli) </em>tosynthesise a novel polysaccharide  determined by us. We aim also to construct an engineered plasmid which will  allow the expression of different enzymes, producing the polysaccharides chosen  depending on the stimulus of particular promoters. Thus giving a controlled  external selection mechanism to the polysaccharide production of the cell.</p>
+
-
        <p>To achieve the initial novel  polysaccharide, we shall firstly implement the addition of glycosyltransferases  from different <em>E. Coli</em> strains to our <em>E. Coli</em> allowing production  of polysaccharides by the well documented Wzy-Wzz method.</p>
+
-
        <p>The ultimate goal of this engineering is  to demonstrate the production of desired polysaccharides. More over we provide  a mechanism by which polysaccharides can be produced 'to order'. The  applications for this means are enormous. For example vaccines could be  produced at speed upon an epidemic. Material scientists and engineers would be  able to choose a synthetic polysaccharide fulfilling desired properties.</p>
+
-
      </font>
+
     </td>
     </td>
 +
     </tr>
     </tr>
 +
  <!--End Image Slider-->
 +
  <!--End Right Column: Quick Links, Quotes and Image Slider-->
 +
</table>
 +
<table width="980" align="center" cellspacing="20">
 +
  <tr align="center">
 +
  <td>
 +
    <font color="#57B947" size="1" face="Verdana">
 +
    <p><u>Website Designed and Built by: Ryan Edginton, James Lynch & Alex Clowsley</u> &nbsp;&nbsp;|&nbsp;&nbsp;
 +
    <a href="https://igem.org/Team.cgi?id=764" style="color:#57B947" target="_blank"><u>Contact Us</u></a> &nbsp;&nbsp;|&nbsp;&nbsp;
 +
    <a href="https://2012.igem.org/Team:Exeter/site_map" style="color:#57B947"><u>Site Map</u></a></p>
 +
    </font>
 +
  </td>
 +
  </tr>
 +
</table>
-
  </table>
 
-
</div>
 
</body>
</body>
</html>
</html>

Latest revision as of 23:41, 26 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. Rob Beardmore
  • Prof. Murray Grant
  • Prof. Ken Haynes
  • Prof. John Love
  •  

     

     

     

     

     

     

     

     

    e-candi: The Story   |   Results at a Glance   |   Build Your Own Polysaccharide

    The iterative design cycle allows scientists and engineers to continually adapt and take advantage of what has already been learnt. This project, e-candi, investigates whether synthetic biology can provide a platform technology to revolutionise polysaccharide research, allowing rapid biosynthesis of designer polysaccharides and the implementation of such a design cycle.


     
     

    Website Designed and Built by: Ryan Edginton, James Lynch & Alex Clowsley   |   Contact Us   |   Site Map