Team:Glendale CC AZ/css

From 2013.igem.org

(Difference between revisions)
(Blanked the page)
Line 1: Line 1:
-
<html>
 
-
<head>
 
-
<meta charset="UTF-8">
 
-
<title>Untitled Document</title>
 
-
<style type="text/css">
 
-
 
-
 
-
/*--Formatting to remove and alter wiki css defaults--*/
 
-
#contentSub, .firstHeading, #footer-box, #catlinks, #search-controls { display:none;}
 
-
#top-section {padding-top: 0px; border: none;}
 
-
#globalWrapper, #content { width: 100%; background-color: #fff; border: none; margin: 0; padding: 0; position: relative;}
 
-
html, body { height: 100%; background: #fff;}
 
-
body {font: 10px normal Verdana, Arial, Helvetica, sans-serif;  color: #333; background: #f0f0f0;}
 
-
#newcontainer { /*-- Footer specific edits http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ --*/
 
-
width:975px;
 
-
margin-left: auto;
 
-
margin-right: auto;
 
-
position:relative;
 
-
min-height: 100%;
 
-
height: auto !important;
 
-
height: 100%;
 
-
border: 0px solid #000;
 
-
margin: 0 auto -250px;
 
-
color: #333;
 
-
}
 
-
 
-
 
-
 
-
 
-
 
-
body
 
-
{
 
-
background:#FFF
 
-
margin-right:200px;
 
-
}
 
-
</style>
 
-
 
-
</head>
 
-
 
-
 
-
<html>
 
-
<head>
 
-
<style>
 
-
 
-
 
-
 
-
#contentSub, #search-controls, #footer-box, .firstHeading, #catlinks, #p-logo {
 
-
    display:none;}
 
-
#top-section {
 
-
    border: none;
 
-
    height: 0px;}
 
-
#content {
 
-
    border: none;}
 
-
 
-
 
-
/* Removes "teams" from the menubar */
 
-
#menubar > ul > li:last-child {
 
-
    display: none;}
 
-
/* Resizes the menubar to fik the links (default is 400px) */
 
-
#menubar {
 
-
    width: auto;}
 
-
 
-
 
-
body {
 
-
    margin: 10px 0 0 0;
 
-
    padding: 0;}
 
-
#top-section {
 
-
    width: 965px;
 
-
    height: 0;
 
-
    margin: 0 auto;
 
-
    padding: 0;
 
-
    border: none;}
 
-
#menubar {
 
-
    font-size: 100%;
 
-
    top: -16px;}
 
-
.left-menu:hover {
 
-
    background-color: transparent;}
 
-
#menubar li a {
 
-
    background-color: transparent;}
 
-
#menubar:hover {
 
-
    color: white;}
 
-
#menubar li a {
 
-
    color: transparent;}
 
-
#menubar:hover li a {
 
-
    color: white;}
 
-
 
-
body {
 
-
    margin: 10px 0 0 0;
 
-
    padding: 0;}
 
-
#top-section {
 
-
    width: 965px;
 
-
    height: 0;
 
-
    margin: 0 auto;
 
-
    padding: 0;
 
-
    border: none;}
 
-
#menubar {
 
-
    font-size: 65%;
 
-
    top: -14px;}
 
-
.left-menu:hover {
 
-
    background-color: transparent;}
 
-
#menubar li a {
 
-
    background-color: transparent;}
 
-
#menubar:hover {
 
-
    color: white;}
 
-
#menubar li a {
 
-
    color: transparent;}
 
-
#menubar:hover li a {
 
-
    color: #000000 ;}
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
code {
 
-
  background-color: #ddd;
 
-
}
 
-
.contentWrap {
 
-
  padding: 2em;
 
-
}
 
-
.content {
 
-
  width: 650px;
 
-
  margin: 0 auto;
 
-
  min-height: 1250px;
 
-
  line-height: 1.5em;
 
-
}
 
-
h1 {
 
-
  font-size: 2em;
 
-
  line-height: 2em;
 
-
}
 
-
 
-
/*** Styles for the main header ***/
 
-
#main {
 
-
  background-color: #B00000;
 
-
  position: relative;
 
-
  z-index: 1001;
 
-
}
 
-
  ul.nav {
 
-
    padding-left: 0;
 
-
  }
 
-
ul.nav {
 
-
  width: 650px;
 
-
  margin: 0 auto;
 
-
  overflow: hidden;
 
-
}
 
-
ul.nav li {
 
-
float: left;
 
-
list-style: none;
 
-
margin: .5em .5em .5em 0;
 
-
padding: .5em .5em .5em 0;
 
-
font-size: 1.2em;
 
-
}
 
-
ul.nav li a {
 
-
  text-decoration: none;
 
-
  color: #000;
 
-
}
 
-
ul.nav li a:hover {
 
-
  color: #FF2B44;
 
-
  transition: color 400ms ease-out;
 
-
}
 
-
 
-
/*** Styles for the sticky header ***/
 
-
  #stickyContent {
 
-
    position: fixed;
 
-
    top: 0;
 
-
    left: 0;
 
-
    right: 0;
 
-
    z-index: 1000;
 
-
    background-color: #B3B3B3 ;
 
-
  }
 
-
  #stickyContent ul.nav li {
 
-
    font-size: 1em;
 
-
  }
 
-
  #stickyContent ul.nav a {
 
-
    color: #B00000;
 
-
  }
 
-
  #stickyContent ul.nav .text{
 
-
    display: none;
 
-
  }
 
-
 
-
 
-
<style type="text/css">
 
-
* {
 
-
  -webkit-box-sizing: border-box;
 
-
  -moz-box-sizing: border-box;
 
-
  box-sizing: border-box;
 
-
}
 
-
 
-
html {
 
-
  font-size:50%;
 
-
  -webkit-font-smoothing: antialiased;
 
-
}
 
-
 
-
body {
 
-
  font-family: "Source Sans Pro";
 
-
  font-size:1.6rem;
 
-
  line-height: 2.3rem;
 
-
  color:#444;
 
-
  background: #fff;
 
-
  margin:0;
 
-
}
 
-
 
-
a {
 
-
  color: #06c;
 
-
  transition: color .3s;
 
-
}
 
-
 
-
a:hover {
 
-
  color: #012c57;
 
-
}
 
-
 
-
h1, h2, h3, h4, h5, h6, h7 {
 
-
  font-family: "Futura";
 
-
  line-height:2.6rem;
 
-
  font-weight:normal;
 
-
  color: #111;
 
-
}
 
-
 
-
.content-area {
 
-
  width:850px;
 
-
  padding:2rem;
 
-
  margin:auto;
 
-
  background: #f9f9f9;
 
-
}
 
-
 
-
.content-area h1 {
 
-
  font-size: 2.7rem;
 
-
}
 
-
 
-
.content-area h2 {
 
-
  font-size: 2.2rem;
 
-
}
 
-
 
-
.content-area h3 {
 
-
  font-size: 2.7rem;
 
-
}
 
-
 
-
.content-area h4 {
 
-
  font-size: 1.6rem;
 
-
}
 
-
 
-
.content-area h5 {
 
-
  font-size: 1.4rem;
 
-
}
 
-
 
-
.content-area h6 {
 
-
  font-size: 1.2rem;
 
-
}
 
-
 
-
.content-area aside {
 
-
  float:right;
 
-
  width:50%;
 
-
  padding:2rem;
 
-
 
 
-
.blockquote {
 
-
font-family: Georgia, serif;
 
-
font-size: 18px;
 
-
font-style: italic;
 
-
width: 500px;
 
-
margin: 0.25em 0;
 
-
padding: 0.35em 40px;
 
-
line-height: 1.45;
 
-
position: relative;
 
-
color: #383838;
 
-
}
 
-
 
-
.blockquote:before {
 
-
display: block;
 
-
padding-left: 10px;
 
-
content: "\201C";
 
-
font-size: 80px;
 
-
position: absolute;
 
-
left: -20px;
 
-
top: -20px;
 
-
color: #7a7a7a;
 
-
}
 
-
 
-
.blockquote cite {
 
-
color: #999999;
 
-
font-size: 14px;
 
-
display: block;
 
-
margin-top: 5px;
 
-
}
 
-
 
-
.blockquote cite:before {
 
-
content: "\2014 \2009";
 
-
}
 
-
 
 
-
 
 
-
  __
 
-
 
 
-
 
 
-
 
 
-
  * {
 
-
  margin: 0;
 
-
  padding: 0;
 
-
  border: 0;
 
-
  outline: none;
 
-
  text-decoration: none;
 
-
  list-style: none;
 
-
  font-weight: 200;
 
-
  -webkit-font-smoothing: antialiased;
 
-
  line-height: 1em;
 
-
  font-family: segoe ui, helvetica neue, helvetica, arial, sans-serif;
 
-
  box-sizing: border-box;
 
-
  -moz-box-sizing: border-box;
 
-
}
 
-
 
-
/* Defaults */
 
-
body {
 
-
  font-size: 16px;
 
-
  background: #e5e5e5;
 
-
}
 
-
 
-
h1 {
 
-
  font-size: 180%;
 
-
  color: #fff;
 
-
}
 
-
 
-
h2 {
 
-
  font-size: 160%;
 
-
  color: #666;
 
-
  padding-bottom: 15px;
 
-
}
 
-
 
-
h3 {
 
-
  font-size: 120%;
 
-
  color: #ccc;
 
-
  padding-bottom: 15px;
 
-
}
 
-
 
-
img {
 
-
  display: block;
 
-
  width: 100%;
 
-
}
 
-
 
-
p, a, span, li {
 
-
  font-size: 90%;
 
-
  line-height: 25px;
 
-
  color: #666;
 
-
}
 
-
 
-
p a, li a, h1 a, p span {
 
-
  color: inherit;
 
-
  font-size: inherit;
 
-
}
 
-
 
-
p a {
 
-
  color: #48C7C1;
 
-
}
 
-
 
-
p a:hover {
 
-
  text-decoration: underline;
 
-
}
 
-
 
-
p.tags {
 
-
  padding-top: 10px;
 
-
}
 
-
 
-
p.tags a {
 
-
  padding: 0px 5px 0px 5px;
 
-
  background: #222;
 
-
  margin-right: 5px;
 
-
  border-radius: 2px;
 
-
  color: #999;
 
-
  display: inline-block;
 
-
  cursor: pointer;
 
-
  margin-top: 5px;
 
-
}
 
-
 
-
.wrapper {
 
-
  width: 960px;
 
-
  margin: 0px auto;
 
-
  overflow: hidden;
 
-
  word-wrap: break-word;
 
-
}
 
-
 
-
/* Buttons */
 
-
.button {
 
-
  background: #48C7C1;
 
-
  border-radius: 2px;
 
-
  padding: 15px 0px 15px 0px;
 
-
  width: 100%;
 
-
  color: #fff;
 
-
  font-size: 90%;
 
-
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
 
-
  cursor: pointer;
 
-
  font-weight: 400;
 
-
}
 
-
 
-
 
-
/* Wrapper Sections */
 
-
.wrapper.container {
 
-
  background: #fff;
 
-
  padding: 30px;
 
-
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
 
-
  margin-bottom: 30px;
 
-
  border-radius: 2px;
 
-
}
 
-
 
-
.wrapper.footer {
 
-
  background: #222;
 
-
  padding: 30px;
 
-
  border-radius: 2px 2px 0px 0px;
 
-
}
 
-
 
-
.wrapper.footer ul li a {
 
-
  color: #999;
 
-
}
 
-
 
-
/* Columns */
 
-
.col {
 
-
  float: left;
 
-
}
 
-
 
-
.col.quarter {
 
-
  width: 25%;
 
-
}
 
-
 
-
.col.threeQuarter {
 
-
  width: 75%;
 
-
}
 
-
 
-
.col.border {
 
-
  min-height: 200px;
 
-
  border-right: 1px solid #ddd;
 
-
  padding-right: 30px;
 
-
}
 
-
 
-
.col.padding {
 
-
  padding-left: 30px;
 
-
}
 
-
 
-
/* Sections */
 
-
.section {<script type="text/javascript">
 
-
document.getElementById('stickyContent').innerHTML = document.getElementById('main').innerHTML;
 
-
 
-
</script>
 
-
  padding-bottom: 15px;
 
-
  margin-bottom: 15px;
 
-
  border-bottom: 1px solid #ddd;
 
-
}
 
-
 
-
.section.last {
 
-
  border: 0;
 
-
  margin: 0;
 
-
  padding: 0;
 
-
}
 
-
 
-
.section.price p {
 
-
  text-align: center;
 
-
  display: block;
 
-
  font-size: 120%;
 
-
}
 
-
 
-
/* Gallery */
 
-
.section.gallery {
 
-
  overflow: hidden;
 
-
  padding: 0px 0px 0px 15px;
 
-
}
 
-
 
-
.gallery img {
 
-
  float: left;
 
-
  width: 33.33%;
 
-
  padding: 0px 15px 15px 0px;
 
-
  cursor: pointer;
 
-
}
 
-
 
-
/* Media */
 
-
@media all and (max-width: 960px) and (min-width: 800px) {
 
-
  .wrapper {
 
-
    width: auto;
 
-
  }
 
-
}
 
-
 
-
@media all and (max-width: 650px) {
 
-
  .wrapper {
 
-
    width: 650px;
 
-
  }
 
-
}
 
-
 
 
-
 
-
</style>
 
-
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet" type="text/css">
 
-
</head>
 
-
 
-
 
-
<header>
 
-
 
-
 
 
-
 
 
-
  <div id="main" class="duplicate">
 
-
 
 
-
   
 
-
    <ul class="nav">
 
-
     
 
-
     
 
-
     
 
-
      <li>
 
-
      <a href="#" title="Click me!">
 
-
          <span class="icon-stack">
 
-
            <i class="icon-circle icon-stack-base"></i>
 
-
            <i class="icon-home icon-light"></i>
 
-
          </span>
 
-
          <span class="text">Home</span>
 
-
        </a>
 
-
      </li>
 
-
     
 
-
     
 
-
     
 
-
       
 
-
      <li>
 
-
      <a href="#" title="Check it out">
 
-
          <span class="icon-stack">
 
-
            <i class="icon-circle icon-stack-base"></i>
 
-
            <i class="icon-warning-sign icon-light"></i>
 
-
          </span>
 
-
        <span class="text">Project</span>
 
-
        </a>
 
-
      </li>
 
-
     
 
-
     
 
-
     
 
-
     
 
-
      <li>
 
-
        <a href="#" title="We Rock!">
 
-
          <span class="icon-stack">
 
-
            <i class="icon-circle icon-stack-base"></i>
 
-
            <i class="icon-cogs icon-light"></i></span>
 
-
          <span class="text">Team</span>
 
-
        </a>
 
-
      </li>
 
-
   
 
-
   
 
-
      <li>
 
-
      <a href="#" title="Data Here!">
 
-
          <span class="icon-stack">
 
-
            <i class="icon-circle icon-stack-base"></i>
 
-
            <i class="icon-book icon-light"></i>
 
-
          </span>
 
-
          <span class="text">Notebook</span>
 
-
        </a>
 
-
      </li>
 
-
     
 
-
     
 
-
     
 
-
         
 
-
      <li>
 
-
      <a href="#" title="Thank you!">
 
-
          <span class="icon-stack">
 
-
            <i class="icon-circle icon-stack-base"></i>
 
-
            <i class="icon-pencil icon-light"></i>
 
-
          </span>
 
-
          <span class="text">Attributions</span>
 
-
        </a>
 
-
      </li>
 
-
     
 
-
   
 
-
    </ul>
 
-
  </div>
 
-
  <div id="stickyContent"></div>
 
-
</header>
 
-
</html>
 
-
 
-
 
-
 
-
 
-
 
-
<html>
 
-
<head>
 
-
<link href='http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
 
-
      <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,300italic' rel='stylesheet' type='text/css'>
 
-
<meta charset="UTF-8">
 
-
<style type="text/css">
 
-
* {
 
-
  -webkit-box-sizing: border-box;
 
-
  -moz-box-sizing: border-box;
 
-
  box-sizing: border-box;
 
-
}
 
-
 
-
html {
 
-
  font-size:50%;
 
-
  -webkit-font-smoothing: antialiased;
 
-
}
 
-
 
-
body {
 
-
  font-family: "Source Sans Pro";
 
-
  font-size:1.6rem;
 
-
  line-height: 2.3rem;
 
-
  color:#444;
 
-
  background: #fff;
 
-
  margin:0;
 
-
}
 
-
 
-
a {
 
-
  color: #06c;
 
-
  transition: color .3s;
 
-
}
 
-
 
-
a:hover {
 
-
  color: #012c57;
 
-
}
 
-
 
-
h1, h2, h3, h4, h5, h6, h7 {
 
-
  font-family: "Futura";
 
-
  line-height:2.6rem;
 
-
  font-weight:normal;
 
-
  color: #111;
 
-
}
 
-
 
-
.content-area {
 
-
  width:850px;
 
-
  padding:2rem;
 
-
  margin:auto;
 
-
  background: #f9f9f9;
 
-
}
 
-
 
-
.content-area h1 {
 
-
  font-size: 2.7rem;
 
-
}
 
-
 
-
.content-area h2 {
 
-
  font-size: 2.2rem;
 
-
}
 
-
 
-
.content-area h3 {
 
-
  font-size: 2.7rem;
 
-
}
 
-
 
-
.content-area h4 {
 
-
  font-size: 4.0rem;
 
-
}
 
-
 
-
.content-area h5 {
 
-
  font-size: 1.4rem;
 
-
}
 
-
 
-
.content-area h6 {
 
-
  font-size: 1.2rem;
 
-
}
 
-
 
-
.content-area aside {
 
-
  float:right;
 
-
  width:50%;
 
-
  padding:2rem;
 
-
 
 
-
.blockquote {
 
-
font-family: Georgia, serif;
 
-
font-size: 18px;
 
-
font-style: italic;
 
-
width: 500px;
 
-
margin: 0.25em 0;
 
-
padding: 0.35em 40px;
 
-
line-height: 1.45;
 
-
position: relative;
 
-
color: #383838;
 
-
}
 
-
 
-
.blockquote:before {
 
-
display: block;
 
-
padding-left: 10px;
 
-
content: "\201C";
 
-
font-size: 80px;
 
-
position: absolute;
 
-
left: -20px;
 
-
top: -20px;
 
-
color: #7a7a7a;
 
-
}
 
-
 
-
.blockquote cite {
 
-
color: #999999;
 
-
font-size: 14px;
 
-
display: block;
 
-
margin-top: 5px;
 
-
}
 
-
 
-
.blockquote cite:before {
 
-
content: "\2014 \2009";
 
-
}
 
-
   
 
-
 
-
</style>
 
-
</head>
 
-
 
-
<body>
 
-
 
-
 
-
<div class="content-area">
 
-
  <article>
 
-
</article><h4>Glendale Community College Arizona<img style="width: 200px; height: 58px;" alt="GCC" src="https://static.igem.org/mediawiki/2013/f/f1/Gcclogo.gif" align="right"> </h4>
 
-
    <h3>Previous Research</h3>
 
-
    <h3>Deinococcus radiodurans</h3>
 
-
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.
 
-
   
 
-
    </p><h3>PprI</h3>
 
-
   
 
-
      <p> For the team’s Igem project, we wanted to increase E. coli’s desiccation resistance to help it survive in a desert environment. To do this, we planned to insert different genes from the <em>Deinococcus</em> species into the <em>E. coli</em> to increase its resistance to dessication. One of the genes our Igem group wanted to investigate was PprI. PprI is the transcriptional regulator involved in the expression of many of the DNA damage response proteins in  <em>Deinococcus radiodurans.</em> In 2012, the Osaka team transformed E. coli with PprI to determine its effects on hydrogen peroxide resistance. Because of this, a PprI part from this team was in the Igem parts database. This allowed us to order their PprI part from the Igem registry and perform our experiments with it.</p>
 
-
   
 
-
    <h3>LeA</h3>
 
-
   
 
-
    <p>During our research for desiccation-resistance factors, we came across with the 2010 Valencia iGEM project. They demonstrated that late embryogenesis abundant proteins (LEA) from soy beans provided protection against extreme temperatures, when expressed in E. coli. Since high temperatures might lead to desiccation, we decided to explore LEA proteins in more detail. Previous studies have reported that LEA protein enhances the tolerance to various environmental stresses in organisms (Liu, Zheng, Zhang, Wang, & Li, 2010). They were first discovered in cottonseed and other plants vegetative tissues that were exposed to cold temperatures, drought, and high salinity (Liu et al., 2010).</p>
 
-
    <blockquote>
 
-
      <aside>"At first, the idea of plant proteins in <em>Deinococcus</em> sounded unconceivable to us. However, our curiosity paid off as we discovered that <em>Deinococcus radiodurans</em> had homolog LEA proteins which are hypothesized to be acquired via horizontal gene transfer (Makarova et al., 2001). Three of these D. radiodurans proteins are DR0105, DR1372 and DR1172 which show similarity to well-characterized and widespread desiccation induced LEA proteins in plants (Makarova et al., 2001)."<cite> -GCC's iGEM Team</cite></aside>  </blockquote>
 
-
     
 
-
      LEA proteins are part of an extensive multi-gene family and are classified based on their sequences and expression patterns (Liu et al., 2010). Since Deinococcus was our organism of interest, we looked for studies that had reported homolog LEA proteins in this bacterium. </p>
 
-
    <h3>PprA</h3>
 
-
   
 
-
    <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. facilisis luctus, metus</p>
 
-
   
 
-
    <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. facilisis luctus, metus</p>
 
-
   
 
-
 
 
-
   
 
-
    <h3>RecA</h3>
 
-
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</p>
 
-
   
 
-
    <h3>PprM</h3>
 
-
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</p>
 
-
    <hr />
 
-
    <h3>References</h3>
 
-
   
 
-
    <ul>
 
-
      <li>Liu, Y., Zheng, Y., Zhang, Y., Wang, W., & Li, R. (2010, May 1). Soybean PM2 protein (LEA3) confers the tolerance of Escherichia coli and stabilization of enzyme activity under diverse stresses. Current Microbiology, 60(5), 373-378. doi:10.1007/s00284-009-9552-2
 
-
 
-
</li>
 
-
      <li>MAKAROVA, K. S., ARAVIND, L., WOLF, Y. I., TATUSOV, R., MINTON, K. W., KOONIN, E. V., & DALY, M. J. (2001, March).
 
-
Genome of the extremely radiation-resistant bacterium Deinococcus radiodurans viewed from the perspective of comparative genomics. MICROBIOLOGY AND MOLECULAR BIOLOGY REVIEWS, 65(1), 44-79. doi:10.1128/MMBR.65.1.44–79.2001</li>
 
-
    </ul> 
 
-
  </article>
 
-
</div><!--/.content-area-->
 
-
</body>
 
-
</html>
 
-
 
-
D. radiodurans - Esther
 
-
 
-
PprA- Sean
 
-
 
-
RecA- Teresa
 
-
 
-
PprM- Teresa
 

Revision as of 05:06, 23 September 2013