Difference between revisions of "Team:CU-Boulder"

 
(56 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
{{Team:CU-Boulder/Templates/Navigation}}
 
{{Team:CU-Boulder/Templates/Navigation}}
  
 
<html>
 
<html>
  
<script>
+
<style>
  
window.onscroll = function() {FunctionOne(),FunctionTwo(),FunctionThree(),FunctionFour()};
+
@media(max-width: 1200px) {
  
function FunctionOne() {
+
section > titleImageOne { display: none; }
    if (document.body.scrollTop > 50 ) {
+
section > titleSmallImageTwo { display: none; }
        document.getElementById("blah").className = "testLeft";
+
section > titleSmallImageTwoFlipped { display: none; }  
    } else {
+
        document.getElementById("blah").className = "";
+
    }
+
}
+
  
 
 
function FunctionTwo() {
 
    if (document.body.scrollTop > 550 ) {
 
        document.getElementById("blahTwo").className = "testLeft";
 
    } else {
 
        document.getElementById("blahTwo").className = "";
 
    }
 
 
}
 
}
  
function FunctionThree() {
+
@media (max-width: 800px) {
    if (document.body.scrollTop > 1000 ) {
+
section { flex-wrap: wrap; }
        document.getElementById("blahThree").className = "testLeft";
+
    } else {
+
        document.getElementById("blahThree").className = "";
+
    }
+
}
+
  
function FunctionFour() {
 
    if (document.body.scrollTop > 1400 ) {
 
        document.getElementById("blahFour").className = "testLeft";
 
    } else {
 
        document.getElementById("blahFour").className = "";
 
    }
 
 
}
 
}
 
</script>
 
 
<style>
 
  
 
body{
 
body{
Line 64: Line 36:
 
   justify-content: center;
 
   justify-content: center;
 
   display: flex;
 
   display: flex;
   flex-wrap: wrap;
+
   flex-wrap: nowrap;
 
   align-items: center;
 
   align-items: center;
 
   background-color: black;
 
   background-color: black;
 
}
 
}
 +
 
section > divOne {
 
section > divOne {
  
Line 82: Line 55:
 
   text-align:center;
 
   text-align:center;
 
   animation-name: fade-in;
 
   animation-name: fade-in;
   animation-duration: 3s;
+
   animation-duration: 1s;
 
   animation-direction: alternate;
 
   animation-direction: alternate;
 
   animation-iteration-count: infinite;
 
   animation-iteration-count: infinite;
Line 91: Line 64:
 
     transform: scaleX(-1);
 
     transform: scaleX(-1);
 
     filter: FlipV;
 
     filter: FlipV;
    flex-shrink: 2;
 
    margin-left: -100px;
 
  
 
}
 
}
 
section > titleImageTwo img{
 
section > titleImageTwo img{
     max-width: 50px
+
     max-width: 250px;
     flex-shrink: 2;
+
    margin-right: 50px;
 +
     margin-bottom: 80px;
 +
 
 +
}
 +
 
 +
section > titleSmallImageTwo img{
 +
    max-width: 100px;
 +
    margin-top: 150px;
 +
    transform: scaleX(-1);
 +
    filter: FlipH;
 +
  overflow: hidden;
 +
 
 +
}
 +
 
 +
section > titleSmallImageTwoFlipped img{
 +
    max-width: 100px;
 +
    margin-bottom: 150px;
 +
    overflow: hidden;
 +
 
 +
}
 +
 
 +
section > titleImageTwoFlipped img{
 +
    max-width: 250px;
 +
    margin-left: 50px;
 +
    margin-top: 80px;
 +
    transform: scaleX(-1);
 +
    filter: FlipH;
 +
 
  
 
}
 
}
 
section > titleImageThree img{
 
section > titleImageThree img{
    flex-grow: 2;
 
 
     max-width: 700px;
 
     max-width: 700px;
  
 
}
 
}
  
section > titleImageThreeFlipped{
+
section > titleImageThreeFlipped img {
    flex-grow: 2;
+
     max-width: 700px;
     max-width: 600px;
+
 
     transform: scaleX(-1);
 
     transform: scaleX(-1);
 
     filter: FlipH;
 
     filter: FlipH;
 +
}
 +
 +
section > twoCells{
 +
    background: radial-gradient(red, yellow, green);
 +
    max-width: 600px;
 +
 
}
 
}
  
Line 132: Line 134:
  
 
section > bodyHead{
 
section > bodyHead{
  margin: auto;
 
 
   text-align: justify;
 
   text-align: justify;
 
   font-family: inconsolata, sans-serif;
 
   font-family: inconsolata, sans-serif;
 
   line-height: 60px;
 
   line-height: 60px;
 
   font-size: 30px;
 
   font-size: 30px;
   max-width: 725px;
+
   max-width: 750px;
  clear: right;
+
  visibility: hidden;
+
 
   color: white;
 
   color: white;
   border-top: 5px solid white;
+
  padding-bottom: 15px;
   border-bottom: 5px solid white;
+
  padding-top: 15px;
 +
   border-top: 2px solid white;
 +
   border-bottom: 2px solid white;
 +
  margin-right: 30px;
 
}
 
}
  
Line 150: Line 152:
 
   font-size: 25px;
 
   font-size: 25px;
 
   max-width: 350px;
 
   max-width: 350px;
  margin-left: -30%;
 
  margin-top: 25%;
 
 
   clear: right;
 
   clear: right;
  visibility: hidden;
 
 
   color: white;
 
   color: white;
 
   text-align: justify;
 
   text-align: justify;
 +
  margin-right: 150px;
  
 
}
 
}
  
 
section > floatRight{
 
section > floatRight{
 +
  margin-left: 150px;
 
   float: right;
 
   float: right;
 
   font-family: inconsolata, sans-serif;
 
   font-family: inconsolata, sans-serif;
 
   font-size: 25px;
 
   font-size: 25px;
 
   max-width: 400px;
 
   max-width: 400px;
  margin-right: -30%;
 
  margin-top: 25%;
 
 
   clear: left;
 
   clear: left;
  visibility: hidden;
 
 
   color: white;
 
   color: white;
 
   text-align: justify;
 
   text-align: justify;
Line 177: Line 175:
 
   font-size: 25px;
 
   font-size: 25px;
 
   max-width: 400px;
 
   max-width: 400px;
  margin-left: -30%;
 
  margin-top: 60%;
 
  margin-bottom: 30%;
 
 
   text-align: justify;
 
   text-align: justify;
 
   clear: left;
 
   clear: left;
  visibility: hidden;
 
 
   color: white;
 
   color: white;
 
}
 
}
Line 192: Line 186:
  
  
 +
<section>
 +
  <titleImageThree><img src = "https://static.igem.org/mediawiki/2017/5/5a/T-CU-Boulder--CellThree.gif"></titleImageThree>
  
 +
</section>
 
   <section>
 
   <section>
  <titleImageThree><img src = "https://static.igem.org/mediawiki/2017/5/5a/T-CU-Boulder--CellThree.gif"></titleImageThree>
+
<divOne>     
  </section>
+
 
+
 
+
 
+
 
+
 
+
 
+
    <!--This is the title box -->
+
<section>
+
    <divOne>     
+
 
       <span style="color: red"><b>&mu;</b></span>
 
       <span style="color: red"><b>&mu;</b></span>
 
       s t o r a g e
 
       s t o r a g e
 
     </divOne>
 
     </divOne>
<!--
+
</section>
<titleImageOne><img src = "https://static.igem.org/mediawiki/2017/5/5a/T-CU-Boulder--CellThree.gif"></img>
+
    <img class = "titleImageTwo" src = "https://static.igem.org/mediawiki/2017/b/b8/T-CU-Boulder--CellTwo.gif"></img> -->
+
  
</section>
 
 
<section>
 
<section>
<bodyHead> <p id = "blah">
+
  <bodyHead> <p id = "blah">
  Bacterial microcompartments are subcellular structures naturally produced by certain microbial populations.  
+
    Bacterial microcompartments are subcellular structures naturally produced by certain microbial populations...  
  </p>
+
    </p>
</bodyhead>
+
  </bodyhead>
 
<titleImageOne><img src = "https://static.igem.org/mediawiki/2017/2/2f/T-CU-Boulder--CellOne.gif"></titleImageOne>
 
<titleImageOne><img src = "https://static.igem.org/mediawiki/2017/2/2f/T-CU-Boulder--CellOne.gif"></titleImageOne>
<!--<titleImageTwo><img src = "https://static.igem.org/mediawiki/2017/b/b8/T-CU-Boulder--CellTwo.gif"></titleImageTwo>-->
+
 
 
</section>
 
</section>
 
<section>
 
<section>
 +
<twoCells><img src = "https://static.igem.org/mediawiki/2017/1/12/T-CU-Boulder--TwoCells.gif"></twoCells>
 
     <floatRight>
 
     <floatRight>
 
   <p id = "blahTwo">
 
   <p id = "blahTwo">
     These compartments act in nature to either localize and concentrat substrates, or to sequester harmful intermediates.
+
     These compartments act in nature to either localize and concentrate substrates, or to sequester harmful metabolic intermediates...
 
     </p>
 
     </p>
 
</floatRight>
 
</floatRight>
Line 231: Line 216:
 
     <floatLeft>
 
     <floatLeft>
 
   <p id = "blahThree">
 
   <p id = "blahThree">
     Our group has manipulated recombinant compartments in order to achieve remote control over the rapid assembly and dissasembly of the structures.
+
     Our group has designed recombinant compartments in order to achieve remote control over the rapid assembly and dissasembly of the structures...
 
       </p>  
 
       </p>  
 
</floatLeft>
 
</floatLeft>
 +
<img src = "https://static.igem.org/mediawiki/2017/4/48/T-CU-Boulder--Splosion.gif">
 
</section>
 
</section>
 
<section>
 
<section>
 +
<titleSmallImageTwo><img src = "https://static.igem.org/mediawiki/2017/b/b8/T-CU-Boulder--CellTwo.gif"></titleSmallImageTwo>
 +
<titleImageTwo><img src = "https://static.igem.org/mediawiki/2017/b/b8/T-CU-Boulder--CellTwo.gif"></titleImageTwo>
 
<floatLast>
 
<floatLast>
 
   <p id = "blahFour">
 
   <p id = "blahFour">
     Using this method...</br></br> Our compartments could potentially act as next-generation drug delivery systems, or as a solution to sequester diffuse and harmful environmental toxins.
+
     Using this method...</br></br> Our compartments could potentially act as next-generation drug delivery systems, biosensors, or as a solution to sequester diffuse and harmful environmental toxins.</br></br> Continue to our project description to learn more...  </p></floatLast>
    </p>  
+
<titleImageTwoFlipped><img src = "https://static.igem.org/mediawiki/2017/b/b8/T-CU-Boulder--CellTwo.gif"></titleImageTwoFlipped>
</floatLast>
+
<titleSmallImageTwoFlipped><img src = "https://static.igem.org/mediawiki/2017/b/b8/T-CU-Boulder--CellTwo.gif"></titleSmallImageTwoFlipped>
 
</section>
 
</section>
 
</body>
 
</body>
  
 
</html>
 
</html>

Latest revision as of 08:31, 20 October 2017

μ s t o r a g e

Bacterial microcompartments are subcellular structures naturally produced by certain microbial populations...

These compartments act in nature to either localize and concentrate substrates, or to sequester harmful metabolic intermediates...

Our group has designed recombinant compartments in order to achieve remote control over the rapid assembly and dissasembly of the structures...

Using this method...

Our compartments could potentially act as next-generation drug delivery systems, biosensors, or as a solution to sequester diffuse and harmful environmental toxins.

Continue to our project description to learn more...