Team:Stanford-Brown/Test

From 2012.igem.org

(Difference between revisions)
(Blanked the page)
Line 1: Line 1:
 +
<html>
 +
<head>
 +
 +
  <style> 
 +
  body#space {
 +
    background-color: #DBEFFF;
 +
    background-image: url('img/space.jpg');
 +
    background-attachment: fixed;
 +
  }
 +
  #container {
 +
    margin-top: 15px;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    width: 1000px;
 +
  }
 +
  #nav {
 +
    z-index: 500;
 +
    font-family: 'Ubuntu Condensed', sans-serif;
 +
    font-size: 17px;
 +
    font-weight: 300;
 +
    color: white;
 +
  width: 901px;
 +
  float: left;
 +
  margin: 0 0 3em 0;
 +
  margin-left: 30px;
 +
  list-style: none;
 +
  background-color: #A32C2C;
 +
  box-shadow: 1px 0px 4px 1px #222;
 +
  border-radius: 0px 1px 1px 0px;
 +
  }
 +
  #nav li {
 +
  float: left;
 +
  }
 +
  #nav li a {
 +
  display: block;
 +
  padding: 8px 15px;
 +
  text-decoration: none;
 +
    color: white;
 +
  border-style: none
 +
  }
 +
  #nav li a:hover {
 +
  color: #008ACF;
 +
  }
 +
  #border-top {
 +
    background-color: #6c6c6c;
 +
    height: 6px;
 +
    width: 940px;
 +
    margin-left: 30px;
 +
    border-radius: 0px 1px 0px 0px;
 +
  }
 +
  #border-bottom {
 +
    background-color: #6c6c6c;
 +
    height: 5px;
 +
    width: 941px;
 +
    margin-left: 30px;
 +
    padding-top: 36px;
 +
  border-radius: 0px 1px 0px 0px;
 +
  }
 +
  #top-panel {
 +
    background-color: #fff;
 +
    height: 235px;
 +
    margin-left: 30px;
 +
    margin-right: 30px;
 +
    border-radius: 5px 5px 0px 0px;
 +
    box-shadow: 0px -2px 6px 2px #222;
 +
    background: url(img/planets.png) no-repeat;
 +
  }
 +
/*  #top-panel::after {
 +
  content: '';
 +
  display: block;
 +
  position: absolute;
 +
  top: 0;
 +
  right: 0;
 +
  bottom: 0;
 +
  left: 0;
 +
  background: url(img/planets.png) no-repeat center center;
 +
  }*/
 +
  #bottom-panel {
 +
    background-color: #fff;
 +
    height: 370px;
 +
    margin-left: 30px;
 +
    margin-right: 30px;
 +
    margin-top: 0px;
 +
    border-radius: 0px 0px 5px 5px;
 +
    box-shadow: 0px 2px 6px 2px #222;
 +
  }
 +
  #sa {
 +
    line-height: 100%;
 +
    font-family: Sans-Serif;
 +
    font-size: 36px;
 +
    font-weight: 300;
 +
    color: #008ACF;
 +
    padding-top: 55px;
 +
    letter-spacing: 1.3px;
 +
    text-align: right; 
 +
  }
 +
  #trans {
 +
    text-align: right;
 +
    color: #555;
 +
    font-weight: 100;
 +
    letter-spacing: 1.3px;
 +
  }
 +
  #abs-title {
 +
    font-weight: 400;
 +
    font-size: 30px;
 +
    font-family: "Helvetica Neue";
 +
    float: left;
 +
    margin-left: 40px;
 +
    color: #6c6c6c;
 +
    margin-top: -5px;
 +
  }
 +
  #abs-text {
 +
    margin-top: 10px;
 +
    font-weight: 300;
 +
    text-align: left;
 +
    font-family: "Helvetica Neue";
 +
    color: #333;
 +
    font-size: 13px;
 +
    line-height: 180%;
 +
    margin-left: 40px;
 +
  }
 +
  .l-triangle-top {
 +
    border-color: #A32C2C transparent transparent;
 +
    border-style:solid;
 +
    border-width:20px;
 +
    height:0px;
 +
    width:0px;
 +
    position: relative;
 +
    float: left;
 +
    top: -86px;
 +
    left: 10px;
 +
  }
 +
  .l-triangle-bottom {
 +
    border-color: transparent transparent #A32C2C;
 +
    border-style:solid;
 +
    border-width:20px;
 +
    height:0px;
 +
    width:0px;
 +
    position: relative;
 +
    float: left;
 +
    top: -91px;
 +
    left: -30px;
 +
  }
 +
  .accomps {
 +
    font-family: "Helvetica Neue";
 +
    margin-top: -60px;
 +
    margin-left: 35px;
 +
    background: #fff;
 +
  width: 290px;
 +
  height: 315px;
 +
    border-radius: 5px;
 +
    border:1px solid #aaa;
 +
    box-shadow: 0px 1px 2px 1px #ccc;
 +
    color: #008ACF;
 +
    font-size: 18px;
 +
  }
 +
  .accomps ul {
 +
    color: #555;
 +
    font-weight: 500;
 +
    font-size: 12px;
 +
    list-style-type: none;
 +
    padding-top: -2px;
 +
    padding-left: 15px;
 +
    padding-right: 15px;
 +
  }
 +
  .accomps ul li {
 +
    padding-bottom: 8px;
 +
  }
 +
  #proj-panel {
 +
    background-color: #fff;
 +
    height: 390px;
 +
    margin-left: 30px;
 +
    margin-right: 30px;
 +
    margin-top: 15px;
 +
    margin-bottom: 15px;
 +
    border-radius: 5px 5px 5px 5px;
 +
    box-shadow: 0px 2px 6px 2px #222;
 +
  }
 +
  .feature {
 +
    font-family: "Helvetica Neue";
 +
    margin-top: 20px;
 +
    margin-left: 16px;
 +
    background: #fff;
 +
  width: 285px;
 +
  height: 300px;
 +
    border-style: none;
 +
    color: #008ACF;
 +
    font-size: 18px;
 +
  } 
 +
  .brief {
 +
    margin-top: 10px;
 +
    font-weight: 300;
 +
    text-align: left;
 +
    font-family: "Helvetica Neue";
 +
    color: #333;
 +
    font-size: 13px;
 +
    line-height: 180%;
 +
    margin-right: 10px;
 +
  }
 +
  </style>
 +
 
 +
  <link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css'>
 +
 
 +
 
 +
</head>
 +
<body id="space">
 +
<div id="container">
 +
<div id="top-panel">
 +
  <table>
 +
    <tr>
 +
    <td>
 +
  <div style="width: 325px;">
 +
  <div id="sa">
 +
  <span id="trans">THE TRANSIT OF</span><br>
 +
  <span style="margin-left: 86px;">SYNTHETIC<span><br>
 +
  ASTROBIOLOGY
 +
  </div>
 +
  </div>
 +
  </td>
 +
  <td>
 +
  </td>
 +
  </tr>
 +
  </table>
 +
</div>
 +
 
 +
<div id="border-top"></div> 
 +
<ul id="nav">
 +
<li><a href="#" style="margin-left: -10px;">HELL CELL</a></li>
 +
<li><a href="#">VENUS LIFE</a></li>
 +
<li><a href="#">BIOMINING</a></li>
 +
<li><a href="#">OUTREACH</a></li>
 +
<li><a href="#">SAFETY</a></li>
 +
<li><a href="#">HUMAN PRACTICES</a></li>
 +
<li><a href="#">THE TEAM</a></li>
 +
<li><a>FOLLOW US:</a></li>
 +
<li><img src="img/facebook.png" href="#" height="27px" style="margin-top: 4px; padding-left: -8px;"/><img src="img/twitter.png" href="#" height="27px" style="margin-top: 4px; margin-left: 5px;"/></li>
 +
</ul>
 +
 +
  <div class="l-triangle-top"></div>
 +
  <div class="l-triangle-bottom"></div>
 +
  <div class="r-triangle-top"></div>
 +
  <div class="r-triangle-bottom"></div>
 +
 
 +
<div id="border-bottom"></div>
 +
  <div id="bottom-panel">
 +
    <table>
 +
      <tr>
 +
        <td>
 +
          <div style="width: 580px; margin-top:-50px;">
 +
            <span id="abs-title">ABSTRACT</span>
 +
            <span style="float: left;">
 +
              <p id="abs-text">
 +
                Astrobiology revolves around three central questions: “Where do we come from?”, “Where are we going?”, and “Are we alone?”  The Stanford-Brown iGEM team explored synthetic biology’s untapped potential to address these questions. To approach the second question, the Hell Cell subgroup developed BioBricks that allow a cell to survive harsh extraterrestrial conditions. Such a toolset could create a space-ready synthetic organism to perform useful functions off-world. For example, the Biomining branch attempted to engineer bacteria to recycle used electronics by degenerating silica and extracting metal ions in situ. The Venus Life subproject grappled with the third key astrobiological question by exploring Carl Sagan’s theory that life could exist in Venusian clouds. To this end, Venus Life designed a cell-cycle reporter to test for growth in aerosol within an adapted Millikan apparatus. Through this triad of projects, Stanford-Brown iGEM aims to illuminate synthetic biology’s value as a tool for astrobiology.
 +
              </p>
 +
            </span>
 +
          </div>
 +
        </td>
 +
        <td>
 +
          <div class="accomps">
 +
            <div style="margin-top:15px; text-align:center; font-weight: 600; font-size: 18px;">ACCOMPLISHMENTS</div>
 +
              <ul>
 +
                <li>Submitted 12 Biobricks</li>
 +
                <li>Showed successful resistance to cold and radiation for the Hell Cell</li>   
 +
                <li>Created successful remote biosensor for Venus Life</li>   
 +
                <li>Demonstrated successful flagellar mount for Biomining</li> 
 +
                <li>Collaborated with the California Academy of Science</li>   
 +
                <li>Features in WIRED</li> 
 +
                <li>Wrote and released an iGEM Gene Patent Guide and iGEM Review of Gene Patent Ethics</li> 
 +
                <li>Started iGEM Memes</li> 
 +
              </ul>
 +
            </div>
 +
          </div>
 +
        </td> 
 +
      </tr> 
 +
    </table>
 +
  </div> <!-- bottom panel -->
 +
 
 +
  <div id="proj-panel">
 +
    <table style="margin-left: 4px;">
 +
      <tr>
 +
        <td>
 +
          <div class="feature"><img src="img/hell.png" width="281"/>
 +
            <p class="brief">Surviving in the harsh conditions of space is not easy for an organism.  Extreme temperatures, desiccation, and pressures are only some of the problems an intrepid bacterium might face on its journey.  We hope to equip our organisms with the ability to live and thrive in space, and maybe even Venus!
 +
            </p> 
 +
          </div>
 +
        </td> 
 +
        <td>
 +
          <div class="feature"><img src="img/venus.png" width="281"/>
 +
            <p class="brief">The surface of Venus is harsh and unforgiving.  However, research suggests that there may be layers of its atmosphere that are more temperate.  We aim to see whether or not it is possible for bacteria to survive and replicate in an aerosolized environment, and then put our Hell Cell to the test!
 +
            </p> 
 +
          </div>
 +
        </td>
 +
        <td>
 +
          <div class="feature"><img src="img/biomining.png" width="281" />
 +
            <p class="brief">If we are to colonize space, we are going to need rare metals for materials. But bringing the heavy duty equipment for traditional mining is not very viable at all! Bacteria and other biological organisms can be used to extract rare metals from sediment. Bacteria could mine asteroids and do all the work for us!
 +
            </p>
 +
          </div>
 +
        </td>
 +
      </tr>
 +
    </table>
 +
  </div>
 +
 +
 
 +
  </div>
 +
 +
</body>
 +
</html>

Revision as of 04:43, 28 September 2012

THE TRANSIT OF
SYNTHETIC
ASTROBIOLOGY
ABSTRACT

Astrobiology revolves around three central questions: “Where do we come from?”, “Where are we going?”, and “Are we alone?” The Stanford-Brown iGEM team explored synthetic biology’s untapped potential to address these questions. To approach the second question, the Hell Cell subgroup developed BioBricks that allow a cell to survive harsh extraterrestrial conditions. Such a toolset could create a space-ready synthetic organism to perform useful functions off-world. For example, the Biomining branch attempted to engineer bacteria to recycle used electronics by degenerating silica and extracting metal ions in situ. The Venus Life subproject grappled with the third key astrobiological question by exploring Carl Sagan’s theory that life could exist in Venusian clouds. To this end, Venus Life designed a cell-cycle reporter to test for growth in aerosol within an adapted Millikan apparatus. Through this triad of projects, Stanford-Brown iGEM aims to illuminate synthetic biology’s value as a tool for astrobiology.

ACCOMPLISHMENTS
  • Submitted 12 Biobricks
  • Showed successful resistance to cold and radiation for the Hell Cell
  • Created successful remote biosensor for Venus Life
  • Demonstrated successful flagellar mount for Biomining
  • Collaborated with the California Academy of Science
  • Features in WIRED
  • Wrote and released an iGEM Gene Patent Guide and iGEM Review of Gene Patent Ethics
  • Started iGEM Memes

Surviving in the harsh conditions of space is not easy for an organism. Extreme temperatures, desiccation, and pressures are only some of the problems an intrepid bacterium might face on its journey. We hope to equip our organisms with the ability to live and thrive in space, and maybe even Venus!

The surface of Venus is harsh and unforgiving. However, research suggests that there may be layers of its atmosphere that are more temperate. We aim to see whether or not it is possible for bacteria to survive and replicate in an aerosolized environment, and then put our Hell Cell to the test!

If we are to colonize space, we are going to need rare metals for materials. But bringing the heavy duty equipment for traditional mining is not very viable at all! Bacteria and other biological organisms can be used to extract rare metals from sediment. Bacteria could mine asteroids and do all the work for us!