Team:Imperial College London/test3

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
{{:Team:Imperial_College_London/Templates/Header}}
{{:Team:Imperial_College_London/Templates/Header}}
<html>
<html>
-
<head>
+
<body>
-
<style type="text/css">
+
-
  #ImageMing {
+
<p><script type="text/javascript">
-
  overflow:visible;
+
-
  position:relative;
+
-
  z-index:1;
+
-
  }
+
-
 
+
-
</style>
+
-
 
+
-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
+
-
 
+
-
<script type="text/javascript" src="https://2011.igem.org/Team:Imperial_College_London/fadeslideshow?action=raw&ctype=text/js">
+
/***********************************************
/***********************************************
-
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
+
* Fading Scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* This notice MUST stay intact for legal use
-
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
+
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
***********************************************/
-
</script>
+
var delay = 2000; //set delay between message change (in miliseconds)
 +
var maxsteps=30; // number of steps to take to change from start color to endcolor
 +
var stepdelay=40; // time in miliseconds of a single step
 +
//**Note: maxsteps*stepdelay will be total time in miliseconds of fading effect
 +
var startcolor= new Array(255,255,255); // start color (red, green, blue)
 +
var endcolor=new Array(0,0,0); // end color (red, green, blue)
-
<script type="text/javascript">
+
var fcontent=new Array();
 +
begintag='<div style="font: normal 14px Arial; padding: 5px;">'; //set opening tag, such as font declarations
 +
fcontent[0]="<b>What\'s new?</b><br>New scripts added to the Scroller category!<br><br>The MoreZone has been updated. <a href='../morezone/index.htm'>Click here to visit</a>";
 +
fcontent[1]="Dynamic Drive has been featured on Jars as a top 5% resource, and About.com as a recommended DHTML destination.";
 +
fcontent[2]="Ok, enough with these pointless messages. You get the idea behind this script.</a>";
 +
closetag='</div>';
-
var mygallery1=new fadeSlideShow({
+
var fwidth='150px'; //set scroller width
-
wrapperid: "ImageMing", //ID of blank DIV on page to house Slideshow
+
var fheight='150px'; //set scroller height
-
dimensions: [150, 204], //width/height of gallery in pixels. Should reflect dimensions of largest image
+
-
imagearray: [
+
-
["https://static.igem.org/mediawiki/2011/4/4f/ICL_Ming.jpg", "", "", ""],
+
-
["https://static.igem.org/mediawiki/2011/a/ab/ICL_CPMing.jpg", "", "", ""] //<--no trailing comma after very last image element!
+
-
],
+
-
displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
+
-
persist: false, //remember last viewed slide and recall within same session?
+
-
fadeduration: 2000, //transition duration (milliseconds)
+
-
descreveal: "ondemand",
+
-
togglerid: ""
+
-
})
+
-
var mygallery2=new fadeSlideShow({
+
var fadelinks=1;  //should links inside scroller content also fade like text? 0 for no, 1 for yes.
-
wrapperid: "ImageChris", //ID of blank DIV on page to house Slideshow
+
-
dimensions: [150, 206], //width/height of gallery in pixels. Should reflect dimensions of largest image
+
-
imagearray: [
+
-
["https://static.igem.org/mediawiki/2011/1/13/ICL_Chris.jpg", "", "", ""],
+
-
["https://static.igem.org/mediawiki/2011/2/28/ICL_CPChris.jpg", "", "", ""] //<--no trailing comma after very last image element!
+
-
],
+
-
displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
+
-
persist: false, //remember last viewed slide and recall within same session?
+
-
fadeduration: 2000, //transition duration (milliseconds)
+
-
descreveal: "ondemand",
+
-
togglerid: ""
+
-
})
+
-
var mygallery3=new fadeSlideShow({
+
///No need to edit below this line/////////////////
-
wrapperid: "ImageFrank", //ID of blank DIV on page to house Slideshow
+
-
dimensions: [150, 193], //width/height of gallery in pixels. Should reflect dimensions of largest image
+
-
imagearray: [
+
-
["https://static.igem.org/mediawiki/2011/4/40/ICL_Frank.jpg", "", "", ""],
+
-
["https://static.igem.org/mediawiki/2011/1/18/ICL_CPFrank.jpg", "", "", ""] //<--no trailing comma after very last image element!
+
-
],
+
-
displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
+
-
persist: false, //remember last viewed slide and recall within same session?
+
-
fadeduration: 2000, //transition duration (milliseconds)
+
-
descreveal: "ondemand",
+
-
togglerid: ""
+
-
})
+
-
var mygallery4=new fadeSlideShow({
 
-
wrapperid: "ImageNina", //ID of blank DIV on page to house Slideshow
 
-
dimensions: [150, 192], //width/height of gallery in pixels. Should reflect dimensions of largest image
 
-
imagearray: [
 
-
["https://static.igem.org/mediawiki/2011/6/69/ICL_Nina.jpg", "", "", ""],
 
-
["https://static.igem.org/mediawiki/2011/6/62/ICL_CPNina.jpg", "", "", ""] //<--no trailing comma after very last image element!
 
-
],
 
-
displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
 
-
persist: false, //remember last viewed slide and recall within same session?
 
-
fadeduration: 2000, //transition duration (milliseconds)
 
-
descreveal: "ondemand",
 
-
togglerid: ""
 
-
})
 
 +
var ie4=document.all&&!document.getElementById;
 +
var DOM2=document.getElementById;
 +
var faderdelay=0;
 +
var index=0;
-
var mygallery5=new fadeSlideShow({
 
-
wrapperid: "ImageNick", //ID of blank DIV on page to house Slideshow
 
-
dimensions: [150, 208], //width/height of gallery in pixels. Should reflect dimensions of largest image
 
-
imagearray: [
 
-
["https://static.igem.org/mediawiki/2011/d/d9/ICL_Nick.jpg", "", "", ""],
 
-
["https://static.igem.org/mediawiki/2011/9/95/ICL_CPNick.jpg", "", "", ""] //<--no trailing comma after very last image element!
 
-
],
 
-
displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
 
-
persist: false, //remember last viewed slide and recall within same session?
 
-
fadeduration: 2000, //transition duration (milliseconds)
 
-
descreveal: "ondemand",
 
-
togglerid: ""
 
-
})
 
-
var mygallery6=new fadeSlideShow({
+
/*Rafael Raposo edited function*/
-
wrapperid: "ImageNikki", //ID of blank DIV on page to house Slideshow
+
//function to change content
-
dimensions: [150, 208], //width/height of gallery in pixels. Should reflect dimensions of largest image
+
function changecontent(){
-
imagearray: [
+
  if (index>=fcontent.length)
-
["https://static.igem.org/mediawiki/2011/d/d5/ICL_Nikki.jpg", "", "", ""],
+
    index=0
-
["https://static.igem.org/mediawiki/2011/8/82/ICL_CPNikki.jpg", "", "", ""] //<--no trailing comma after very last image element!
+
  if (DOM2){
-
],
+
    document.getElementById("fscroller").style.color="rgb("+startcolor[0]+", "+startcolor[1]+", "+startcolor[2]+")"
-
displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
+
    document.getElementById("fscroller").innerHTML=begintag+fcontent[index]+closetag
-
persist: false, //remember last viewed slide and recall within same session?
+
    if (fadelinks)
-
fadeduration: 2000, //transition duration (milliseconds)
+
      linkcolorchange(1);
-
descreveal: "ondemand",
+
    colorfade(1, 15);
-
togglerid: ""
+
  }
-
})
+
  else if (ie4)
 +
    document.all.fscroller.innerHTML=begintag+fcontent[index]+closetag;
 +
  index++
 +
}
-
var mygallery7=new fadeSlideShow({
+
// colorfade() partially by Marcio Galli for Netscape Communications. ////////////
-
wrapperid: "ImageRebecca", //ID of blank DIV on page to house Slideshow
+
// Modified by Dynamicdrive.com
-
dimensions: [150, 204], //width/height of gallery in pixels. Should reflect dimensions of largest image
+
-
imagearray: [
+
-
["https://static.igem.org/mediawiki/2011/3/37/ICL_Rebecca.jpg", "", "", ""],
+
-
["https://static.igem.org/mediawiki/2011/6/64/ICL_CPRebecca.jpg", "", "", ""] //<--no trailing comma after very last image element!
+
-
],
+
-
displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
+
-
persist: false, //remember last viewed slide and recall within same session?
+
-
fadeduration: 2000, //transition duration (milliseconds)
+
-
descreveal: "ondemand",
+
-
togglerid: ""
+
-
})
+
-
var mygallery8=new fadeSlideShow({
+
function linkcolorchange(step){
-
wrapperid: "ImageSi", //ID of blank DIV on page to house Slideshow
+
  var obj=document.getElementById("fscroller").getElementsByTagName("A");
-
dimensions: [150, 205], //width/height of gallery in pixels. Should reflect dimensions of largest image
+
  if (obj.length>0){
-
imagearray: [
+
    for (i=0;i<obj.length;i++)
-
["https://static.igem.org/mediawiki/2011/0/00/ICL_Si.jpg", "", "", ""],
+
      obj[i].style.color=getstepcolor(step);
-
["https://static.igem.org/mediawiki/2011/b/ba/ICL_CPSi.jpg", "", "", ""] //<--no trailing comma after very last image element!
+
  }
-
],
+
}
-
displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
+
-
persist: false, //remember last viewed slide and recall within same session?
+
-
fadeduration: 2000, //transition duration (milliseconds)
+
-
descreveal: "ondemand",
+
-
togglerid: ""
+
-
})
+
-
var mygallery9=new fadeSlideShow({
+
/*Rafael Raposo edited function*/
-
wrapperid: "ImageYuanwei", //ID of blank DIV on page to house Slideshow
+
var fadecounter;
-
dimensions: [150, 205], //width/height of gallery in pixels. Should reflect dimensions of largest image
+
function colorfade(step) {
-
imagearray: [
+
  if(step<=maxsteps) {
-
["https://static.igem.org/mediawiki/2011/a/a6/ICL_Yuanwei.jpg", "", "", ""],
+
    document.getElementById("fscroller").style.color=getstepcolor(step);
-
["https://static.igem.org/mediawiki/2011/e/e4/ICL_CPYuanwei.jpg", "", "", ""] //<--no trailing comma after very last image element!
+
    if (fadelinks)
-
],
+
      linkcolorchange(step);
-
displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
+
    step++;
-
persist: false, //remember last viewed slide and recall within same session?
+
    fadecounter=setTimeout("colorfade("+step+")",stepdelay);
-
fadeduration: 2000, //transition duration (milliseconds)
+
  }else{
-
descreveal: "ondemand",
+
    clearTimeout(fadecounter);
-
togglerid: ""
+
    document.getElementById("fscroller").style.color="rgb("+endcolor[0]+", "+endcolor[1]+", "+endcolor[2]+")";
-
})
+
    setTimeout("changecontent()", delay);
 +
 +
  } 
 +
}
-
var mygallery10=new fadeSlideShow({
+
/*Rafael Raposo's new function*/
-
wrapperid: "ImageJames", //ID of blank DIV on page to house Slideshow
+
function getstepcolor(step) {
-
dimensions: [150, 203], //width/height of gallery in pixels. Should reflect dimensions of largest image
+
  var diff
-
imagearray: [
+
  var newcolor=new Array(3);
-
["https://static.igem.org/mediawiki/2011/3/3f/ICL_James.jpg", "", "", ""],
+
  for(var i=0;i<3;i++) {
-
["https://static.igem.org/mediawiki/2011/e/ec/ICL_CPJames.jpg", "", "", ""] //<--no trailing comma after very last image element!
+
    diff = (startcolor[i]-endcolor[i]);
-
],
+
    if(diff > 0) {
-
displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
+
      newcolor[i] = startcolor[i]-(Math.round((diff/maxsteps))*step);
-
persist: false, //remember last viewed slide and recall within same session?
+
    } else {
-
fadeduration: 2000, //transition duration (milliseconds)
+
      newcolor[i] = startcolor[i]+(Math.round((Math.abs(diff)/maxsteps))*step);
-
descreveal: "ondemand",
+
    }
-
togglerid: ""
+
  }
-
})
+
  return ("rgb(" + newcolor[0] + ", " + newcolor[1] + ", " + newcolor[2] + ")");
 +
}
-
</script>
+
if (ie4||DOM2)
-
</head>
+
  document.write('<div id="fscroller" style="border:1px solid black;width:'+fwidth+';height:'+fheight+'"></div>');
-
<body>
+
if (window.addEventListener)
-
<h1>Students</h1>
+
window.addEventListener("load", changecontent, false)
-
<table cellpadding="10px">
+
else if (window.attachEvent)
-
<tr>
+
window.attachEvent("onload", changecontent)
-
  <td>
+
else if (document.getElementById)
-
    <div id="ImageMing"></div>
+
window.onload=changecontent
-
  </td>
+
-
  <td valign="top" width="280px">
+
-
    <p style="padding-left:0px;padding-right:0px;"><b>Atipat Patharagulpong</b></p>
+
-
    <p style="padding-left:0px;padding-right:0px;">Atipat is also known as Ming. (people sometimes call him ATP, which he finds a bit geeky) He is a third year biochemist and responsible for collaboration, part registry, and Arabidopsis (and also drawing everyone's picture). Apart from Biochemistry, he loves playing the piano, drawing anime, gardening, and also cooking (and eating too).</p>
+
-
  </td>
+
-
  <td>
+
-
    <div id="ImageChris"></div>
+
-
  </td>
+
-
  <td valign="top">
+
-
    <p style="padding-left:0px;padding-right:0px;"><b>Chris Schoene</b></p>
+
-
    <p style="padding-left:0px;padding-right:0px;">Chris is going into his 3rd year of Biochemistry at Imperial College London and our official head of parts characterisation. He has been interested in Synthetic Biology since the last year's team presented their project in October. His other interests include creative writing, martial arts, the classical guitar and traveling. He is German but was born in Colombia and has lived in the USA and Spain.</p>
+
-
  </td>
+
-
</tr>
+
-
<tr>
+
</script>
-
  <td>
+
</p>
-
    <div id="ImageFrank"></div>
+
-
  </td>
+
-
  <td valign="top" width="280px">
+
-
    <p style="padding-left:0px;padding-right:0px;"><b>Frank Machin</b></p>
+
-
    <p style="padding-left:0px;padding-right:0px;">Frank is halfway through his degree in Biochemistry at Imperial and responsible for the software and hardware. He has been a huge fan of Synthetic Biology ever since he watched The Andromeda Strain and The Day of the Triffids. When he is not working, he likes gaming, loud music, and making short films and he is going to try and include them all in this project!</p>
+
-
  </td>
+
-
  <td>
+
-
    <div id="ImageNina"></div>
+
-
  </td>
+
-
  <td valign="top">
+
-
    <p style="padding-left:0px;padding-right:0px;"><b>Jiayue Zhu</b></p>
+
-
    <p style="padding-left:0px;padding-right:0px;">We generally call Jiayue Nina to make our lives easier since nobody can pronounce her name correctly. She is a 2nd year bioengineer and very glad to be here with the team and to do some amazing fancy stuff. She is in charge of all media-related issues.</p>
+
-
  </td>
+
-
</tr>
+
-
 
+
-
<tr>
+
-
  <td>
+
-
    <div id="ImageNick"></div>
+
-
  </td>
+
-
  <td valign="top" width="280px">
+
-
    <p style="padding-left:0px;padding-right:0px;"><b>Nicolas Kral</b></p>
+
-
    <p style="padding-left:0px;padding-right:0px;">Nick has just finished the second year of the Bsc Biology degree at Imperial. He has been attracted to synthetic biology because of the immense potential and creativity that is hidden in it, yet still following the strict scientific thinking. His hobbies include everything to do with Nature and the great outdoors, hiking, climbing, caving and just the joy of being out.</p>
+
-
  </td>
+
-
  <td>
+
-
    <div id="ImageNikki"></div>
+
-
  </td>
+
-
  <td valign="top">
+
-
    <p style="padding-left:0px;padding-right:0px;"><b>Nikki Kapp</b></p>
+
-
    <p style="padding-left:0px;padding-right:0px;">Nikki just finished her undergrad in Biochemistry and is responsible for cloning strategies and outreach/PR. She wants to try put what she's learnt into practice at iGEM. Her life isn't all about science, she is passionate about music and travel and hopes to do a round the world trip as well as complete the Mongol Rally.</p>
+
-
  </td>
+
-
</tr>
+
-
 
+
-
<tr>
+
-
  <td>
+
-
    <div id="ImageRebecca"></div>
+
-
  </td>
+
-
  <td valign="top" width="280px">
+
-
    <p style="padding-left:0px;padding-right:0px;"><b>Rebekka Bauer</b></p>
+
-
    <p style="padding-left:0px;padding-right:0px;">Rebekka just finished a degree in Biology. She is responsible for human practices and has the job of looking after supplies and protocols in the lab. She likes the creative aspect of synthetic biology but also how useful it can be in tackling problems in all kinds of areas. Outside of Biology, she is interested in photography, travelling and cooking.</p>
+
-
  </td>
+
-
  <td>
+
-
    <div id="ImageSi"></div>
+
-
  </td>
+
-
  <td valign="top">
+
-
    <p style="padding-left:0px;padding-right:0px;"><b>Si Chen</b></p>
+
-
    <p style="padding-left:0px;padding-right:0px;">Si just graduated with a degree in Biomedical Engineering. She is one of our modelling whizzes and by far the most fashionable person on the team. She is looking forward to delivering some solid solution that can be applied in reality in the future.</p>
+
-
  </td>
+
-
</tr>
+
-
 
+
-
<tr>
+
-
  <td>
+
-
    <div id="ImageYuanwei"></div>
+
-
  </td>
+
-
  <td valign="top" width="280px">
+
-
    <p style="padding-left:0px;padding-right:0px;"><b>Yuanwei Li</b></p>
+
-
    <p style="padding-left:0px;padding-right:0px;">Yuanwei just finished the 2nd year of his biomedical engineering degree. He is our wiki mastermind. He probably wants to specialise in the mechanical aspect of bioengineering, dealing with stuff like biomechanics and similar things. He is also quite interested about going into the area of biomedical imaging. In his free time, he likes to play his accordion and he loves to travel to different places and explore the world. He is looking forward to delivering something amazing on this iGEM project.</p>
+
-
  </td>
+
-
</tr>
+
-
</table>
+
-
<br/>
+
-
 
+
-
<h1>CSynBI Advisors</h1>
+
-
<table cellpadding="10px">
+
-
<tr align="center">
+
-
  <td width="195px">
+
-
    <div id="ImageJames"></div>
+
-
    <p style="text-align:center;"><b>James Field</b></p>
+
-
  </td>
+
-
  <td width="195px">
+
-
    <img src="https://static.igem.org/mediawiki/2011/8/86/ICL_Tom.jpg" width="150" />
+
-
    <p style="text-align:center;"><b>Dr. Tom Ellis</b></p>
+
-
  </td>
+
-
  <td width="195px">
+
-
    <img src="" width="150" />
+
-
    <p style="text-align:center;"><b>Prof. Richard Kitney</b></p>
+
-
  </td>
+
-
  <td width="195px">
+
-
    <img src="https://static.igem.org/mediawiki/2011/3/32/ICL_Guy.jpg" width="150" />
+
-
    <p style="text-align:center;"><b>Dr. Guy-Bart Stan</b></p>
+
-
  </td>
+
-
  <td width="195px">
+
-
    <img src="" width="150" />
+
-
    <p style="text-align:center;"><b>Prof. Paul Freemont</b></p>
+
-
  </td>
+
-
 
+
-
</tr>
+
-
 
+
-
<tr align="center">
+
-
  <td width="195px">
+
-
    <img src="" width="150" />
+
-
    <p style="text-align:center;"><b>Dr. Geoff Baldwin</b></p>
+
-
  </td>
+
-
  <td width="195px">
+
-
    <img src="" width="150" />
+
-
    <p style="text-align:center;"><b>Kirsten Jensen</b></p>
+
-
  </td>
+
-
  <td width="195px">
+
-
    <img src="" width="150" />
+
-
    <p style="text-align:center;"><b>Lisa Goers</b></p>
+
-
  </td>
+
-
  <td width="195px">
+
-
    <img src="" width="150" />
+
-
    <p style="text-align:center;"><b>James Chappell</b></p>
+
-
  </td>
+
-
</tr>
+
-
</table>
+
-
<br/>
+
-
 
+
-
<h1>LSE Advisors</h1>
+
-
<table cellpadding="10px">
+
-
<tr align="center">
+
-
  <td width="195px">
+
-
    <img src="" width="150" />
+
-
    <p style="text-align:center;"><b>Dr. Claire Marris</b></p>
+
-
  </td>
+
-
  <td width="195px">
+
-
    <img src="" width="150" />
+
-
    <p style="text-align:center;"><b>Susanna Finlay</b></p>
+
-
  </td>
+
-
  <td width="195px">
+
-
    <img src="" width="150" />
+
-
    <p style="text-align:center;"><b>Alex Hamilton</b></p>
+
-
  </td>
+
-
  <td width="195px">
+
-
    <img src="" width="150" />
+
-
    <p style="text-align:center;"><b>Dr. Stephan Guettinger</b></p>
+
-
  </td>
+
-
</tr>
+
-
</table>
+
-
<br/>
+
-
 
+
-
<h1>RCA Advisors</h1>
+
-
<table cellpadding="10px">
+
-
<tr align="center">
+
-
  <td width="195px">
+
-
    <img src="https://static.igem.org/mediawiki/2011/2/2d/ICL_CJ.jpg" width="150" />
+
-
    <p style="text-align:center;"><b>Charlotte Jarvis</b></p>
+
-
  </td>
+
-
  <td width="195px">
+
-
    <img src="" width="150" />
+
-
    <p style="text-align:center;"><b>Koby Barhad</b></p>
+
-
  </td>
+
-
  <td width="195px">
+
-
    <img src="https://static.igem.org/mediawiki/2011/1/1a/ICL_Peiying.JPG" width="150" />
+
-
    <p style="text-align:center;"><b>Pei-Ying Lin</b></p>
+
-
  </td>
+
-
</tr>
+
-
</table>
+
-
<br/>
+
-
 
+
-
<h1>Acknowledgement</h1>
+
-
<h2>General support</h2>
+
-
<p>James Chappell, Dr Travis Bayer and others helped us during our  brainstorming. </p>
+
-
<p>Dr Geoff Balwin is letting us use his lab for some experiments. </p>
+
-
 
+
-
<h2>Chemotaxis support</h2>
+
-
<p>Prof Xiaodong Zhang at Imperial College, got us into contact with Juan Luis  Ramos in Spain. </p>
+
-
<p>Juan Luis Ramos at Consejo Superior de Investigaciones Científicas managed to  provide us mcpS gene on pRK415.</p>
+
-
<p>Dr Ben Blount has helped us with using of the FACS machine during the data collection.
+
-
 
+
-
<h2>Arabidopsis support</h2>
+
-
<p>The Arabidopsis thaliana team was kindly supported by Dr Thorsten Hamann and  Dr Colin Turnbull's labs at Imperial. In particular, Issariya Chairam and David  Charles helped enormously with designing and setting up plant experiments. </p>
+
-
<p>A number of Arabidopsis seeds were supplied by labs all over Britain: </p>
+
-
<p>DR5:GFP seeds were supplied by Samantha Fox from Dr Enrico Coen's group at  the John Innes Centre, which focuses on plant development in A. thaliana.  Permission to use the seeds and publish results was kindly granted by Dr Jiri  Friml at the VIB. </p>
+
-
<p>DR5:GUS seeds were supplied by Dr Gerard Bishop at Imperial College. </p>
+
-
<p>DR:3XVENUS seeds were supplied by Dr Darren Wells at the University of  Nottingham. Dr Wells is a research fellow in the Centre for Plant Integrative Biology.</p>
+
-
 
+
-
<h2>Modelling support</h2>
+
-
<p>Dr Robert Endres is a Senior Lecturer in Systems Biology at Imperial College. He is an expert in chemotaxis modelling and kindly helped our team with their model of cell movement.</p>
+
-
 
+
-
<h2>Imaging support</h2>
+
-
<p>Dr Martin Spitaler and Mark Scott of the Facility for Imaging by Light Microscopy (FILM) at Imperial helped with the set up and execution of imaging of bacterial uptake into plant roots and chemotaxis  imaging. </p>
+
-
 
+
-
<h2>Human practices support</h2>
+
-
<p>Dr Alexandru Milcu at Imperial advised us about above/below ground  interactions and rhizosphere ecology. </p>
+
-
<p>Dr Robert Griffiths at the Centre for Ecology and Hydrology advised us about  soil microbial ecology.</p>
+
-
<p>Prof Stuart Dunbar, Dr Torquil Fraser and Dr John Paul Evans at Syngenta kindly advised us on the applicability and implementation of our project.</p>
+
-
 
+
-
<h2>Wiki support</h2>
+
-
<p>The RCA advisors gave us advice and help on the website design and the team logo.</p>
+
</body>
</body>
</html>
</html>

Revision as of 12:18, 7 September 2011