Team:Imperial College London

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
{{:Team:Imperial_College_London/Templates/Header}}
{{:Team:Imperial_College_London/Templates/Header}}
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
{| style="width:965px;background:#F5F5F5;text-align:justify;font-family: Georgia, serif;color:#4A4A4A;margin-top:25px;" cellspacing="20"
 +
|style="font-family: Georgia, serif;font-size:2em;color:#A35200;width:590px;"|Imperial College London iGEM 2011
 +
|style="font-family: Georgia, serif;font-size:1em;color:#A35200;text-align:left;"|iGEM 2011 European Jamboree Countdown
 +
|-
 +
|Welcome to the Imperial College London iGEM 2011 website.
 +
|<html xmlns="http://www.w3.org/1999/xhtml">
<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>Untitled Document</title>
+
</head>
-
<style type="text/css">
+
<body>
-
<!--
+
<script src="https://2011.igem.org/Team:Imperial/countdown?action=raw&ctype=text/js"></script>
-
body {
+
<script>
-
font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
+
deadline("2011-10-1-0-0-0", "265", "45", "digital", "#000000", "#FF0000", "#FFFF33");
-
background: #42413C;
+
</script>
-
margin: 0;
+
</body>
-
padding: 0;
+
</html>
-
color: #000;
+
-
}
+
-
/* ~~ Element/tag selectors ~~ */
+
|-
-
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
+
|style="font-family: Georgia, serif;font-size:2em;color:#A35200;"|Project Description
-
padding: 0;
+
|style="font-family: Georgia, serif;font-size:2em;color:#A35200;"|Twitter
-
margin: 0;
+
|-
-
}
+
|style="vertical-align:top;"|Desertification and top soil erosion are major problems in arid areas where rainfall is infrequent. When it arrives it falls very hard, washing away top soil that is unprotected by foliage. Over-farming and deforestation are the major culprits as the roots that hold the soil down are removed.
-
h1, h2, h3, h4, h5, h6, p {
+
-
margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
+
-
padding-right: 15px;
+
-
padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
+
-
}
+
-
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
+
-
border: none;
+
-
}
+
-
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
+
-
a:link {
+
-
color: #009900;
+
-
text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
+
-
}
+
-
a:visited {
+
-
color: #006600;
+
-
text-decoration: none;
+
-
}
+
-
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
+
-
text-decoration: none;
+
-
}
+
-
/* ~~ this fixed width container surrounds all other elements ~~ */
+
The goal of this project is to build a microbial based delivery system that will take advantage of auxin's morphogenic abilities and tackle the issue through the medium of plants. We are looking into the use of roots to stabilize the soil.
-
.container {
+
-
width: 960px;
+
-
background: #FFF;
+
-
margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
+
-
}
+
-
/* ~~ This is the layout information. ~~
+
|<html>
-
 
+
-
1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
+
-
 
+
-
*/
+
-
.content {
+
-
 
+
-
padding: 10px 0;
+
-
}
+
-
 
+
-
/* ~~ miscellaneous float/clear classes ~~ */
+
-
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
+
-
float: right;
+
-
margin-left: 8px;
+
-
}
+
-
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
+
-
float: left;
+
-
margin-right: 8px;
+
-
}
+
-
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
+
-
clear:both;
+
-
height:0;
+
-
font-size: 1px;
+
-
line-height: 0px;
+
-
}
+
-
body,td,th {
+
-
font-family: Calibri;
+
-
font-size: 14px;
+
-
}
+
-
a:hover {
+
-
text-decoration: underline;
+
-
}
+
-
a:active {
+
-
text-decoration: none;
+
-
}
+
-
h1 {
+
-
color: #090;
+
-
}
+
-
h2 {
+
-
color: #090;
+
-
}
+
-
h3 {
+
-
color: #090;
+
-
}
+
-
-->
+
-
</style></head>
+
-
 
+
-
<body>
+
-
 
+
-
<div class="container">
+
-
  <div class="content">
+
-
    <div class="content">
+
-
      <h1>Imperial College London iGEM 2011</h1>
+
-
      <p>Welcome to the Imperial College London iGEM 2011 website.</p>
+
-
<br>
+
-
<p>
+
-
        <iframe width="560" height="349" src="http://www.youtube.com/embed/klKg9Q1OS2g?rel=0" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
+
-
      </p>
+
-
<br>
+
-
 
+
-
</html>
+
-
<html>
+
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
-
<script type="text/javascript">
+
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
<script>
Line 117: Line 32:
   version: 2,
   version: 2,
   type: 'profile',
   type: 'profile',
-
   rpp: 4,
+
   rpp: 2,
   interval: 6000,
   interval: 6000,
-
   width: 250,
+
   width: 265,
-
   height: 300,
+
   height: 200,
   theme: {
   theme: {
     shell: {
     shell: {
-
       background: '#188513',
+
       background: '#A35200',
-
       color: '#ffffff'
+
       color: '#F5F5F5'
     },
     },
     tweets: {
     tweets: {
-
       background: '#031a05',
+
       background: '#F5F5F5',
-
       color: '#ffffff',
+
       color: '#4A4A4A',
-
       links: '#4aed05'
+
       links: '#A35200'
     }
     }
   },
   },
   features: {
   features: {
-
     scrollbar: true,
+
     scrollbar: false,
     loop: false,
     loop: false,
     live: false,
     live: false,
Line 144: Line 59:
</script>
</script>
</html>
</html>
-
 
+
|}
-
<html>
+
{| style="width:965px;background:#F5F5F5;text-align:justify;font-family: Georgia, serif;color:#4A4A4A;margin-top:0px;" cellspacing="20"
-
 
+
|style="font-family: Georgia, serif;font-size:2em;color:#A35200;width:483px;"|Imperial iGEM Trailer
-
<h1>Project description</h1>
+
|style="font-family: Georgia, serif;font-size:2em;color:#A35200;"|Flickr
-
<p>Desertification and top soil erosion are major problems in arid areas where rainfall is infrequent. When it arrives it falls very hard, washing away top soil that is unprotected by foliage. Over-farming and deforestation are the major culprits as the roots that hold the soil down are removed.</p><br>
+
|-
-
<p>The goal of this project is to build a microbial based delivery system that will take advantage of auxin's morphogenic abilities and tackle the issue through the medium of plants. We are looking into the use of roots to stabilize the soil.</p>  
+
|<html>
-
 
+
<iframe width="483" height="399" src="http://www.youtube.com/embed/klKg9Q1OS2g?rel=0" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
-
 
+
</html>
-
      <!-- end .content -->
+
|<html>
-
    </div>
+
<iframe align="center" src="http://www.flickr.com/slideShow/index.gne?user_id=64732447@N05&" frameBorder="0" width="418" height="399" scrolling="no"></iframe>
-
    <!-- end .content --></div>
+
-
  <!-- end .container --></div>
+
-
</body>
+
</html>
</html>
 +
|}

Revision as of 15:17, 19 July 2011



Imperial College London iGEM 2011 iGEM 2011 European Jamboree Countdown
Welcome to the Imperial College London iGEM 2011 website.
Project Description Twitter
Desertification and top soil erosion are major problems in arid areas where rainfall is infrequent. When it arrives it falls very hard, washing away top soil that is unprotected by foliage. Over-farming and deforestation are the major culprits as the roots that hold the soil down are removed.

The goal of this project is to build a microbial based delivery system that will take advantage of auxin's morphogenic abilities and tackle the issue through the medium of plants. We are looking into the use of roots to stabilize the soil.

Imperial iGEM Trailer Flickr