Team:Stanford-Brown/Test

From 2012.igem.org

(Difference between revisions)
Line 75: Line 75:
   margin: 0 0 3em 0;
   margin: 0 0 3em 0;
   margin-left: -5px;
   margin-left: -5px;
 +
margin-bottom: 10px;
   list-style: none;
   list-style: none;
   background-color: #A32C2C;
   background-color: #A32C2C;
   box-shadow: 1px 0px 4px 1px #222;
   box-shadow: 1px 0px 4px 1px #222;
   border-radius: 0px 1px 1px 0px;
   border-radius: 0px 1px 1px 0px;
 +
z-index: 5;
   }
   }
   #nav li {
   #nav li {
   float: left;  
   float: left;  
 +
margin-right:10px;
 +
position:relative;
   }
   }
-
   #nav li a {
+
   #nav a {
   display: block;
   display: block;
   padding: 8px 15px;
   padding: 8px 15px;
Line 90: Line 94:
   border-style: none  
   border-style: none  
   }
   }
-
   #nav li a:hover {
+
   #nav a:hover {
   color: #008ACF;
   color: #008ACF;
   }
   }
 +
 +
/* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */
 +
/*------------------------------------*\
 +
NAV
 +
\*------------------------------------*/
 +
 +
/*--- DROPDOWN ---*/
 +
#nav ul{
 +
background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
 +
background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
 +
list-style:none;
 +
position:absolute;
 +
left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
 +
}
 +
#nav ul li{
 +
padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
 +
float:none;
 +
}
 +
#nav ul a{
 +
white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
 +
}
 +
#nav li:hover ul{ /* Display the dropdown on hover */
 +
left:0; /* Bring back on-screen when needed */
 +
}
 +
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
 +
background:#6b0c36;
 +
text-decoration:underline;
 +
}
 +
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
 +
text-decoration:none;
 +
}
 +
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
 +
background:#333;
 +
}
 +
 +
/*-end new stuff-*/
 +
   #border-top {
   #border-top {
     background-color: #6c6c6c;
     background-color: #6c6c6c;

Revision as of 18:44, 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!