Difference between revisions of "Team:Baltimore Bio-Crew/Team"

Line 1: Line 1:
 
{{Baltimore_Bio-Crew}}
 
{{Baltimore_Bio-Crew}}
{{Baltimore_BioCrew/CSS}}
 
 
{{Team:Baltimore Bio-Crew/templateReset}}
 
{{Team:Baltimore Bio-Crew/templateReset}}
  
 
<html>
 
<html>
<head>
+
<head>
 
<meta charset="utf8" />
 
<meta charset="utf8" />
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Team:Baltimore Bio-crew</title>
+
<title>Experiment Baltimore Bio-crew</title>
</head>
+
  
<section>
+
 +
 
 +
<style>
 +
.Pcontainer{
 +
height:100vh;
 +
background-color:pink;
 +
}
 +
 
 +
h1{
 +
text-align:center;
 +
 
 +
}
 +
.Ocontainer2{
 +
background-color:#fff;
 +
text-align:center;
 +
}
 +
.Ocontainer{
 +
background-color:#ffa07a;
 +
/*height:700px;*/
 +
height:100vh;
 +
}
 +
/*.Icontainer{
 +
background-color:#98FB98;
 +
height: calc(100vh - 70px ) ;
 +
width: 100%;
 +
position:fixed;
 +
top:0;
 +
left:0;
 +
z-index:-1;
 +
}*/
 +
/*NavBar*/
 +
.pureGold h1{
 +
text-align:center;
 +
padding-top:275px;
 +
}
 +
.tonav{
 +
background-color: #FF1493;
 +
 
 +
}
 +
.tonav li {
 +
    display: inline;
 +
    float: right;
 +
    text-align: center;
 +
}
 +
.tonav ul {
 +
    list-style-type: none;
 +
    margin: 0;
 +
    padding: 0;
 +
    overflow: hidden;
 +
height: 70px;
 +
}
 +
.tonav li a {
 +
    display: block;
 +
    padding: 8px 20px;
 +
 
 +
    color: #000;
 +
    text-decoration: none;
 +
}
 +
 
 +
.tonav li a:hover {
 +
    background-color: #54d3f9;
 +
}
 +
* {box-sizing:border-box}
 +
 
 +
/* Slideshow container */
 +
.slideshow-container {
 +
  max-width: 100%;
 +
  max-height: 100vh;
 +
  margin: auto;
 +
 
 +
}
 +
 
 +
.mySlides {
 +
width:100%;
 +
height:100%;
 +
max-height: inherit;
 +
display:none;
 +
}
 +
 
 +
.mySlides img {
 +
    height: inherit;
 +
    max-height: inherit;
 +
    width: 100%;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
/*  text */
 +
.text {
 +
  color: #f2f2f2;
 +
  padding: 8px 12px;
 +
  position: absolute;
 +
  bottom: 80%;
 +
  width: 100%;
 +
  text-align: center;
 +
}
 +
 
 +
 
 +
/* Fading animation */
 +
.fade {
 +
  -webkit-animation-name: fade;
 +
  -webkit-animation-duration: 1.5s;
 +
  animation-name: fade;
 +
  animation-duration: 1.5s;
 +
}
 +
 
 +
@-webkit-keyframes fade {
 +
  from {opacity: .4}
 +
  to {opacity: 1}
 +
}
 +
 
 +
@keyframes fade {
 +
  from {opacity: .4}
 +
  to {opacity: 1}
 +
}
 +
/*accordian*/
 +
button.accordion {
 +
    background-color: #f27602;
 +
    color: #59755f;
 +
    cursor: pointer;
 +
    padding: 18px;
 +
    width: 100%;
 +
    border: none;
 +
    text-align: center;
 +
    outline: none;
 +
    font-size: 15px;
 +
    transition: 0.4s;
 +
}
 +
 
 +
button.accordion.active, button.accordion:hover {
 +
    background-color: #54d3f9;
 +
}
 +
 
 +
button.accordion:after {
 +
    content: '\002B';
 +
    color: #54d3f9;
 +
    font-weight: bold;
 +
    float: right;
 +
    margin-left: 5px;
 +
}
 +
 
 +
button.accordion.active:after {
 +
    content: "\2212";
 +
}
 +
 
 +
.panel {
 +
    padding: 0 18px;
 +
    background-color: white;
 +
    max-height: 0;
 +
    overflow: hidden;
 +
    transition: max-height 0.2s ease-out;
 +
}
 +
 
 +
</style>
 +
</head>
 +
<body>
 +
<section id="intro" class="pureGold">
 +
<header id="eHeader">
 +
 
 +
<div class="tonav">
 +
<ul>
 +
<li style="float:left"><img src="https://static.igem.org/mediawiki/2012/f/f0/IGEM_logo.png"  style="width:100px;height:70px;"></li>
 +
<li> <a href="#intro">Intro</a></li>
 +
<li> <a href="#overview">Overview</a></li>
 +
<li><a href="#protocols">Protocols</a></li>
 +
</ul>
 +
</div>
 +
</header>
 
<div class="slideshow-container ">
 
<div class="slideshow-container ">
 
  <div class="mySlides fade">
 
  <div class="mySlides fade">
 
     <img src="https://static.igem.org/mediawiki/2017/8/83/Baltimore_biocrew1.jpeg">
 
     <img src="https://static.igem.org/mediawiki/2017/8/83/Baltimore_biocrew1.jpeg">
     <div class="text"><h1 style="font-size: 100px;"> Team</h1></div>
+
     <div class="text"><h1 style="font-size: 100px;"> Experiment</h1></div>
 
   </div>
 
   </div>
  
Line 30: Line 196:
 
</div>
 
</div>
 
</section>
 
</section>
 +
 +
<section id="overview" class="pureClass">
 +
<div class="Ocontainer">
 +
 +
<br>
 +
<h1 style="font-size: 30px;">Overview</h1>
 +
<br>
 +
<div class="Ocontainer2">
 +
<h4>
 +
We are evaluating our parts by verifying that they can be used to degrade PET plastic. We are setting up an experiment in which we will test for the the ability of E.coli bacteria engineered with each part to degrade PET plastic. Glass culture tubes were set up containing LB media and small squares of PET plastic that had been weighed beforehand. The approximate dimensions of the plastic squares were 20x15x0.5mm, and they weighed between 101 and 89 mg. After the bacteria with the gene have been added, the plastic will be weighed twice a week to check for lost material. Some tubes will be incubated at 30 degrees Celsius because that is the best growth temperature for the Ideonealla bacteria, and some will be incubated at 37 degrees Celsius because that is the best temperature for E. coli.
 +
</h4>
 +
</div>
 +
</div>
 +
 +
</section>
 +
 +
 +
</body>
 
<script>
 
<script>
var slideIndex = 0;
+
var slideIndex = 0;
 
showSlides();
 
showSlides();
  
Line 47: Line 231:
  
 
</script>
 
</script>
 +
  
      </html>
+
</html>

Revision as of 20:42, 30 September 2017


Experiment Baltimore Bio-crew

Experiment


Overview


We are evaluating our parts by verifying that they can be used to degrade PET plastic. We are setting up an experiment in which we will test for the the ability of E.coli bacteria engineered with each part to degrade PET plastic. Glass culture tubes were set up containing LB media and small squares of PET plastic that had been weighed beforehand. The approximate dimensions of the plastic squares were 20x15x0.5mm, and they weighed between 101 and 89 mg. After the bacteria with the gene have been added, the plastic will be weighed twice a week to check for lost material. Some tubes will be incubated at 30 degrees Celsius because that is the best growth temperature for the Ideonealla bacteria, and some will be incubated at 37 degrees Celsius because that is the best temperature for E. coli.