Team:Imperial College London

From 2010.igem.org

(Difference between revisions)
(Prototype team page)
 
(52 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box! You can remove it from your pages once you have read and understood the alert *** -->
+
{{:Team:Imperial_College_London/Templates/Header}}
 +
{| style="width:900px;background:#f5f5f5;text-align:justify;font-family: helvetica, arial, sans-serif;color:#555555;margin-top:25px;" cellspacing="20"
 +
|style="font-family: helvetica, arial, sans-serif;font-size:2em;color:#ea8828;"|Parasight
 +
|style="font-family: helvetica, arial, sans-serif;font-size:2em;color:#ea8828;"|Extra Links
 +
|-
 +
|style="width:600px;"|'''Welcome to the Imperial College London iGEM 2010 project! It's been a busy four months, and there have been highs and lows, but we're happy with how things have turned out. Here's a brief introduction…'''
-
<html>
+
''“More than two billion people around the world live with unrelenting illness due to parasites”'' - WHO Director General Lee Jong-wook.
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
-
This is a template page. READ THESE INSTRUCTIONS.
+
-
</div>
+
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2009.igem.org/Help:Template/Examples">HERE</a>.
+
-
</div>
+
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You <strong>MUST</strong> have a team description page, a project abstract, a complete project description, a lab notebook, and a safety page.  PLEASE keep all of your pages within your teams namespace.
+
-
</div>
+
-
</div>
+
-
</html>
+
-
<!-- *** End of the alert box *** -->
+
Synthetic biology offers great opportunity for biosensors, however current designs require hours of waiting before a detectable output is produced. To tackle this issue in the field, it is crucial that a new generation of biosensors be designed that can respond in minutes. With this in mind, we have engineered a fast, modular sensor framework which allows for quick detection of a range of different parasites, and may also be used as an environmental tool for mapping their spread. In particular we have designed and modified ''B. subtilis'' to give a clearly visible colour readout upon detecting the waterborne Schistosoma parasite which affects 200 million people worldwide.
 +
'''You can take a look at our cellular overview below. Follow the link below to take a quick tour of the wiki. The links on the right lead to elements we feel are interesting additions to the core project. Or just head for the main menu above if you know what you're looking for.'''
 +
|rowspan="2" valign="top"|<html>
 +
<head>
 +
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
 +
  <script type="text/javascript">
 +
  $(document).ready(function(){
 +
    $('#lside1').mouseover(function() {
 +
    $('#lside1').stop().animate({backgroundPosition: '0px 0px'}, 1000);
 +
    });
 +
    $('#lside1').mouseleave(function() {
 +
    $('#lside1').stop().animate({backgroundPosition: '-250px 0px'}, 1000);
 +
    });
 +
    $('#lside2').mouseover(function() {
 +
    $('#lside2').stop().animate({backgroundPosition: '0px 0px'}, 1000);
 +
    });
 +
    $('#lside2').mouseleave(function() {
 +
    $('#lside2').stop().animate({backgroundPosition: '-250px 0px'}, 1000);
 +
    });
 +
    $('#lside3').mouseover(function() {
 +
    $('#lside3').stop().animate({backgroundPosition: '0px 0px'}, 1000);
 +
    });
 +
    $('#lside3').mouseleave(function() {
 +
    $('#lside3').stop().animate({backgroundPosition: '-250px 0px'}, 1000);
 +
    });
 +
  });
 +
  </script>
 +
  <style type="text/css">
 +
  #side1 {
 +
    width: 250px;
 +
    height: 100px;
 +
    position: relative;
 +
    top: 0px;
 +
    left: 0px;}
 +
  #lside1 {
 +
    width: 250px;
 +
    height: 100px;
 +
    background: url(https://static.igem.org/mediawiki/2010/b/b2/ICside1be.png) -250px 0px no-repeat;
 +
    position: absolute;
 +
    top: 0px;
 +
    left: 0px;}
-
{|align="justify"
+
  #side2 {
-
|You can write a background of your team here. Give us a background of your team, the members, etcOr tell us more about something of your choosing.
+
    width: 250px;
-
|[[Image:Imperial_College_London_logo.png|200px|right|frame]]
+
    height: 100px;
 +
    position: relative;
 +
    top: 110px;
 +
    left: 0px;}
 +
 
 +
  #lside2 {
 +
    width: 250px;
 +
    height: 100px;
 +
    background: url(https://static.igem.org/mediawiki/2010/6/66/Imperialigemsidetwo.jpg) -250px 0px no-repeat;
 +
    position: absolute;
 +
    top: 0px;
 +
    left: 0px;}
 +
 
 +
  #side3 {
 +
    width: 250px;
 +
    height: 100px;
 +
    position: relative;
 +
    top: 110px;
 +
    left: 0px;}
 +
 
 +
  #lside3 {
 +
    width: 250px;
 +
    height: 100px;
 +
    background: url(https://static.igem.org/mediawiki/2010/e/ea/Imperialigemsidethree.jpg) -250px 0px no-repeat;
 +
    position: absolute;
 +
    top: 0px;
 +
    left: 0px;}
 +
 
 +
  </style>
 +
  </head>
 +
<body>
 +
  <div id='side1'>
 +
  <a href='https://2010.igem.org/Team:Imperial_College_London/Software_Tool' id='lside1'></a>
 +
  <div id='side2'>
 +
    <a href='https://2010.igem.org/Team:Imperial_College_London/Media/Videos' id='lside2'></a>
 +
    <div id='side3'>
 +
    <a href='https://2010.igem.org/Team:Imperial_College_London/Workshop' id='lside3'></a>
 +
    </div>
 +
  </div>
 +
  </div>
 +
</body>
 +
</html>
|-
|-
-
|
+
|style="font-family: helvetica, arial, sans-serif;font-size:2em;color:#ea8828;" align="right"|[[Team:Imperial_College_London/Tour/Page_One | Click here to take the tour...]]
-
''Tell us more about your project.  Give us background.  Use this as the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
|}
-
|[[Image:Imperial_College_London_team.png|right|frame|Your team picture]]
+
{| style="width:900px;background:#f5f5f5;text-align:justify;font-family: helvetica, arial, sans-serif;color:#555555;margin-top:5px;" cellspacing="20"
 +
|style="font-family: helvetica, arial, sans-serif;font-size:2em;color:#ea8828;"|Cellular Overview
|-
|-
-
|
+
|<html>
-
|align="center"|[[Team:Imperial_College_London | Team Example]]
+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/d/d4/ICmaintwo.png');
 +
  $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/0/05/ICmainthree.png');
 +
  $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/b/b6/ICmainfour.png');
 +
  $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/8/8d/ICmainone.png');
 +
  $("#but1").mouseenter(function() {
 +
  $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/d/d4/ICmaintwo.png');
 +
  });
 +
  $("#but2").mouseenter(function() {
 +
  $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/0/05/ICmainthree.png');
 +
  });
 +
  $("#but3").mouseenter(function() {
 +
  $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/b/b6/ICmainfour.png');
 +
  });
 +
  $("#but4").mouseenter(function() {
 +
  $('#mainpic').attr('src', 'https://static.igem.org/mediawiki/2010/8/8d/ICmainone.png');
 +
  });
 +
 
 +
});
 +
</script>
 +
<style type="text/css">
 +
#maincon {
 +
  width:860px;
 +
  position:relative;}
 +
#mainpic {
 +
  width:860px;}
 +
#but1 {
 +
  width:60px;
 +
  height:60px;
 +
  position:absolute;
 +
  left:88px;
 +
  top:19px;
 +
  z-index:2;
 +
  background-image:url('https://static.igem.org/mediawiki/2010/b/b7/ICblank.png');}
 +
#but2 {
 +
  width:60px;
 +
  height:60px;
 +
  position:absolute;
 +
  left:489px;
 +
  top:220px;
 +
  z-index:2;
 +
  background-image:url('https://static.igem.org/mediawiki/2010/b/b7/ICblank.png');}
 +
#but3 {
 +
  width:60px;
 +
  height:60px;
 +
  position:absolute;
 +
  left:320px;
 +
  top:302px;
 +
  z-index:2;
 +
  background-image:url('https://static.igem.org/mediawiki/2010/b/b7/ICblank.png');}
 +
#but4 {
 +
  width:60px;
 +
  height:60px;
 +
  position:absolute;
 +
  left:509px;
 +
  top:4px;
 +
  z-index:2;
 +
  background-image:url('https://static.igem.org/mediawiki/2010/b/b7/ICblank.png');}
 +
</style>
 +
<div id="maincon">
 +
<img id="mainpic" />
 +
  <div id="but1">
 +
  </div>
 +
  <div id="but2">
 +
  </div>
 +
  <div id="but3">
 +
  </div>
 +
  <div id="but4">
 +
  </div>
 +
</div>
 +
</html>
|}
|}
 +
{| style="width:900px;background:#f5f5f5;text-align:justify;font-family: helvetica, arial, sans-serif;color:#555555;margin-top:5px;" cellspacing="20"
 +
|style="font-family: helvetica, arial, sans-serif;font-size:2em;color:#ea8828;"|Flickr
 +
|style="font-family: helvetica, arial, sans-serif;font-size:2em;color:#ea8828;"|Twitter
 +
|-
 +
|align='center'|<html>
 +
<div id="cesc" style="width:585px;height:300px;">
 +
<p>If nothing appears here, something has gone wrong! Please enable JavaScript to continue.</p>
-
<!--- The Mission, Experiments --->
+
</div>
 +
<script type="text/javascript" src="http://api.flickrshow.com/v7/flickrshow.js"></script>
 +
    <script type="text/javascript">
 +
        var cesc = new flickrshow('cesc', {
 +
            'autoplay':true,
 +
            'hide_buttons':false,
 +
            'interval':4000,
 +
            'set':'72157625127266243'
 +
        });
 +
</script>
 +
</html>
 +
|<html>
 +
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
 +
<script>
 +
new TWTR.Widget({
 +
  version: 2,
 +
  type: 'profile',
 +
  rpp: 3,
 +
  interval: 6000,
 +
  width: 250,
 +
  height: 200,
 +
  theme: {
 +
    shell: {
 +
      background: '#ea8928',
 +
      color: '#ffffff'
 +
    },
 +
    tweets: {
 +
      background: '#f5f5f5',
 +
      color: '#555555',
 +
      links: '#173778'
 +
    }
 +
  },
 +
  features: {
 +
    scrollbar: false,
 +
    loop: false,
 +
    live: false,
 +
    hashtags: true,
 +
    timestamp: true,
 +
    avatars: false,
 +
    behavior: 'all'
 +
  }
 +
}).render().setUser('imperialigem').start();
 +
</script>
 +
</html>
 +
|}
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
{| style="width:900px;background:#f5f5f5;text-align:justify;font-family: helvetica, arial, sans-serif;color:#555555;margin-top:5px;" cellspacing="20"
-
!align="center"|[[Team:Imperial_College_London|Home]]
+
|style="font-family: helvetica, arial, sans-serif;font-size:2em;color:#ea8828;"|About iGEM
-
!align="center"|[[Team:Imperial_College_London/Team|Team]]
+
|style="font-family: helvetica, arial, sans-serif;font-size:2em;color:#ea8828;"|Sponsored By
-
!align="center"|[https://igem.org/Team.cgi?year=2010&team_name=Imperial_College_London Official Team Profile]
+
|-
-
!align="center"|[[Team:Imperial_College_London/Project|Project]]
+
|style="width:585px;" rowspan="3"|The International Genetically Engineered Machine competition (iGEM) is the premiere undergraduate Synthetic Biology competition. Student teams are given a kit of biological parts at the beginning of the summer from the Registry of Standard Biological Parts. Working at their own schools over the summer, they use these parts and new parts of their own design to build biological systems and operate them in living cells. This project design and competition format is an exceptionally motivating and effective teaching method.
-
!align="center"|[[Team:Imperial_College_London/Parts|Parts Submitted to the Registry]]
+
|align="center"|
-
!align="center"|[[Team:Imperial_College_London/Modeling|Modeling]]
+
<html>
-
!align="center"|[[Team:Imperial_College_London/Notebook|Notebook]]
+
<a href="http://www.eurofinsdna.com/">
-
!align="center"|[[Team:Imperial_College_London/Safety|Safety]]
+
  <img src="https://static.igem.org/mediawiki/2010/c/c4/ImperialSponsorEuro.jpg" />
 +
</a>
 +
</html>
 +
|-
 +
|align="center"|<html>
 +
<a href="http://www.wellcome.ac.uk/">
 +
  <img src="https://static.igem.org/mediawiki/2010/b/b3/ICLwellogo.jpg" />
 +
</a>
 +
</html>
 +
|-
 +
|align="center"|<html>
 +
<a href="http://usa.autodesk.com/">
 +
  <img src="https://static.igem.org/mediawiki/2010/6/64/ICLadlogo.png" />
 +
</a>
 +
</html>
|}
|}

Latest revision as of 03:26, 28 October 2010

Parasight Extra Links
Welcome to the Imperial College London iGEM 2010 project! It's been a busy four months, and there have been highs and lows, but we're happy with how things have turned out. Here's a brief introduction…

“More than two billion people around the world live with unrelenting illness due to parasites” - WHO Director General Lee Jong-wook.

Synthetic biology offers great opportunity for biosensors, however current designs require hours of waiting before a detectable output is produced. To tackle this issue in the field, it is crucial that a new generation of biosensors be designed that can respond in minutes. With this in mind, we have engineered a fast, modular sensor framework which allows for quick detection of a range of different parasites, and may also be used as an environmental tool for mapping their spread. In particular we have designed and modified B. subtilis to give a clearly visible colour readout upon detecting the waterborne Schistosoma parasite which affects 200 million people worldwide.

You can take a look at our cellular overview below. Follow the link below to take a quick tour of the wiki. The links on the right lead to elements we feel are interesting additions to the core project. Or just head for the main menu above if you know what you're looking for.

Click here to take the tour...
Cellular Overview
Flickr Twitter

If nothing appears here, something has gone wrong! Please enable JavaScript to continue.

About iGEM Sponsored By
The International Genetically Engineered Machine competition (iGEM) is the premiere undergraduate Synthetic Biology competition. Student teams are given a kit of biological parts at the beginning of the summer from the Registry of Standard Biological Parts. Working at their own schools over the summer, they use these parts and new parts of their own design to build biological systems and operate them in living cells. This project design and competition format is an exceptionally motivating and effective teaching method.