Difference between revisions of "Team:WashU StLouis"

m
 
(114 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
<html>
 
<html>
  
 +
<style>
  
<img src="https://static.igem.org/mediawiki/2016/2/2d/WashU_home.jpeg" style='position:fixed;top:0px;left:0px;width:100vw;z-index:-1;'>
+
#myImg {
 +
    border-radius: 5px;
 +
    cursor: pointer;
 +
    transition: 0.3s;
 +
    position: absolute;
 +
    left: 80vw;
 +
    top: 20vh;
 +
}
  
</br></br></br></br></br></br></br>
+
#myImg:hover {opacity: 0.7;}
  
<div style = "width:100vw; line-height: 160px">
+
/* The Modal (background) */
<h1 style="font-size:500%; text-align:center; color:white; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: black">Washington University in St. Louis</h1>
+
.modal {
<h1 style="font-size:500%; text-align:center; color:white; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: black">Penn State</h1>
+
    display: none; /* Hidden by default */
</div>
+
    position: fixed; /* Stay in place */
 +
    z-index: 100; /* Sit on top */
 +
    padding-top: 100px; /* Location of the box */
 +
    left: 0;
 +
    top: 0;
 +
    width: 100%; /* Full width */
 +
    height: 100%; /* Full height */
 +
    overflow: auto; /* Enable scroll if needed */
 +
    background-color: rgb(0,0,0); /* Fallback color */
 +
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
 +
}
  
 +
/* Modal Content (image) */
 +
.modal-content {
 +
    margin: auto;
 +
    display: block;
 +
    width: 80%;
 +
    max-width: 700px;
 +
}
  
</br></br></br></br></br></br></br></br></br></br></br></br></br></br>
+
/* Caption of Modal Image */
 +
#caption {
 +
    margin: auto;
 +
    display: block;
 +
    width: 80%;
 +
    max-width: 700px;
 +
    text-align: center;
 +
    color: #ccc;
 +
    padding: 10px 0;
 +
    height: 150px;
 +
}
  
 +
/* Add Animation */
 +
.modal-content, #caption {
 +
    -webkit-animation-name: zoom;
 +
    -webkit-animation-duration: 0.6s;
 +
    animation-name: zoom;
 +
    animation-duration: 0.6s;
 +
}
  
 +
@-webkit-keyframes zoom {
 +
    from {-webkit-transform:scale(0)}
 +
    to {-webkit-transform:scale(1)}
 +
}
  
 +
@keyframes zoom {
 +
    from {transform:scale(0)}
 +
    to {transform:scale(1)}
 +
}
  
<div class="column full_size" >
+
/* The Close Button */
<h2> Welcome to iGEM 2016! </h2>
+
.close {
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
    position: absolute;
 +
    top: 15px;
 +
    right: 35px;
 +
    color: #f1f1f1;
 +
    font-size: 40px;
 +
    font-weight: bold;
 +
    transition: 0.3s;
 +
}
  
</div>
+
.close:hover,
 +
.close:focus {
 +
    color: #bbb;
 +
    text-decoration: none;
 +
    cursor: pointer;
 +
}
  
<div class="column half_size" >
 
<h5>Before you start: </h5>
 
<p> Please read the following pages:</p>
 
<ul>
 
<li>  <a href="https://2016.igem.org/Requirements">Requirements page </a> </li>
 
<li> <a href="https://2016.igem.org/Wiki_How-To">Wiki Requirements page</a></li>
 
<li> <a href="https://2016.igem.org/Resources/Template_Documentation"> Template Documentation </a></li>
 
</ul>
 
</div>
 
  
<div class="column half_size" >
+
img {
<div class="highlight">
+
  display: inline-block;
<h5> Styling your wiki </h5>
+
  margin: 0 auto;
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
+
}
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>
+
.center_img {
</div>
+
  width: 400px;
</div>
+
}
  
<div class="column full_size" >
+
.imgwrapper {
<h5> Wiki template information </h5>
+
  text-align: center;
<p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2016.igem.org/Judging/Pages_for_Awards/Instructions">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
+
}
  
</div>
+
body {
 +
    min-height:100%;
 +
    height:auto;
 +
    margin:0;
 +
    padding:0;
 +
}
  
 +
.parawrapper {
 +
    margin: -25px 0px -20px 0px;
 +
    padding: 0px 0px 0px 0px;
 +
    width: 100vw;
 +
}
  
 +
h1 {
 +
    font-family: 'Bangers', sans-serif;
 +
    font-weight: normal;
 +
    font-size: 200px;
 +
    text-align: center;
 +
    margin: 0px;
 +
    padding:0px;
 +
    overflow: visible;
 +
    line-height: normal;
 +
    color: #f7f7f7 !important;
 +
    text-shadow:
 +
    -1px -1px 0 #000,
 +
    1px -1px 0 #000,
 +
    -1px 1px 0 #000,
 +
    1px 1px 0 #000;
  
 +
}
  
<div class="column half_size" >
+
h2 {
<h5> Editing your wiki </h5>
+
    font-family: 'Bangers', sans-serif;
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
+
    font-weight: normal;
<p> <a href="https://2016.igem.org/wiki/index.php?title=Team:Example&action=edit"> Click here to edit this page! </a></p>
+
    font-size: 100px;
 +
    text-align: center;
 +
    color: #f7f7f7 !important;
 +
    margin: 0px;
 +
    padding:0px;
 +
    overflow: visible;
 +
    line-height: normal;
 +
  // color: #2F4F4F !important;
 +
    text-shadow:
 +
    -1px -1px 0 #000,
 +
    1px -1px 0 #000,
 +
    -1px 1px 0 #000,
 +
    1px 1px 0 #000;
 +
}
  
 +
p {
 +
    font-weight: normal;
 +
    font-size: 16px;
 +
    text-align: center;
 +
    margin: 5px 0;
 +
    padding: 0;
 +
    z-index: 1;
 +
    position: relative;
 +
}
 +
 +
.center {
 +
    margin: 0 auto;
 +
}
 +
 +
.content {
 +
    margin: 0 auto;
 +
    width: 100vw;
 +
}
 +
 +
.clear {
 +
    clear: both;
 +
}
 +
 +
 +
.quotes {
 +
    font-family: 'MartelReg';
 +
    font-weight: normal;
 +
    font-size: 30px !important;;
 +
    //text-align: center;
 +
    margin: -20px auto;
 +
    display: block;
 +
}
 +
 +
.quotes_container {
 +
    margin: 0 auto;
 +
    padding: 100px 0px 100px 0px;
 +
    width: 95vw;
 +
    background-color: yellow;
 +
    background: rgba(225, 225, 225, .4);
 +
    //border-radius: 25px;
 +
}
 +
 +
.black_grad {
 +
    background: rgba(0, 0, 0, .6);
 +
}
 +
 +
.white_grad {
 +
    background: rgba(255, 255, 255, .6);
 +
}
 +
 +
 +
.left_bar {
 +
  position: fixed;
 +
  top: 0;
 +
  left: 0;
 +
  width: 2.5vw;
 +
  height: 100vh;
 +
  background: #000000;
 +
}
 +
.right_bar {
 +
  position: fixed;
 +
  top: 0;
 +
  right: 0;
 +
  width: 2.5vw;
 +
  height: 100vh;
 +
  background: #000000;
 +
}
 +
 +
.my_div{
 +
width: 100vw;
 +
background: #4EACCC;
 +
padding: 0px 0px 100px 0px;
 +
}
 +
 +
 +
#slide1 {
 +
    background: url('http://il8.picdn.net/shutterstock/videos/16264294/thumb/1.jpg') 50% 0 no-repeat fixed;
 +
    color: #fff;
 +
    height: 300px;
 +
    margin: 0;
 +
    padding: 200px 0 260px 0px;
 +
    background-size: cover;
 +
    width: 100vw;
 +
}
 +
 +
#slide2 {
 +
    background: url('http://media.dcentertainment.com/sites/default/files/GalleryChar_1900x900_allstarSuperman_52ab8fc670d367.92768430.jpg') 50% 0 no-repeat fixed;
 +
    color: #333333;
 +
    height: 300px;
 +
    margin: 0 auto;
 +
    overflow: hidden;
 +
    padding: 200px 0px 260px 0px;
 +
    background-size: cover;
 +
    background-position: 0% -60%;
 +
    width: 100vw;
 +
}
 +
 +
#slide3 {
 +
    background: url('https://s-media-cache-ak0.pinimg.com/originals/32/70/bd/3270bda3f910e240cae6ed68fe3348f9.jpg') 50% 0 no-repeat fixed;
 +
    color: #fff;
 +
    height: 300px;
 +
    padding: 200px 0px 260px 0px;
 +
    background-size: cover;
 +
    background-position: 0% 42%;
 +
    width: 100vw;
 +
}
 +
 +
#slide4 {
 +
    background: url('http://static.srcdn.com/slir/w1000-h500-q90-c1000:500/wp-content/uploads/Superman-Genius-Intelligence-Comics.jpg')50% 0 no-repeat fixed;
 +
    //color: #333333;
 +
    height: 300px;
 +
    margin: 0 auto;
 +
    //overflow: hidden;
 +
    background-size: cover;
 +
    padding: 200px 0px 260px 0px;
 +
    width: 100vw;
 +
}
 +
 +
#slide5 {
 +
    background: url('http://media.dcentertainment.com/sites/default/files/GalleryComics_1900x900_20140521_Show-Super-Friends-v1-cvr_5345ca7956e312.24267667.jpg') 50% 0 no-repeat fixed;
 +
    min-height: 780px;
 +
    margin: 0 auto;
 +
    //padding: 200px 0px 260px 0px;
 +
    color: #fff;
 +
    background-position: 0% -300%;
 +
    background-size: cover;
 +
    width: 100vw;
 +
}
 +
 +
 +
</style>
 +
 +
 +
<div class ="left_bar"></div>
 +
<div class ="right_bar"></div>
 +
 +
<div class="parawrapper">
 +
 +
 +
 +
 +
 +
 +
    <div id="slide1">
 +
        <div class="content">
 +
            <h1>SUPER CELLS</h1>
 +
            <h2>WashU and Penn State</h2>
 +
        </div>
 +
    </div>
 +
 +
 +
<!-- Trigger the Modal -->
 +
<a href = "https://static.igem.org/mediawiki/2016/b/b6/T--WashU_StLouis--appinfo.pdf">
 +
<img id="myImg" src="https://static.igem.org/mediawiki/2016/d/d6/T--WashU_StLouis--joinhere.png" alt="You should definitely join" width="200" height="200">
 +
</a>
 +
<!-- The Modal -->
 +
<div id="myModal" class="modal">
 +
 +
  <!-- The Close Button -->
 +
  <span class="close" onclick="document.getElementById('myModal').style.display='none'">&times;</span>
 +
 +
  <!-- Modal Content (The Image) -->
 +
  <img class="modal-content" id="img01">
 +
 +
  <!-- Modal Caption (Image Text) -->
 +
  <div id="caption"></div>
 
</div>
 
</div>
  
  
<div class="column half_size" >
+
 
<h5>Tips</h5>
+
 
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
    <div id="slide2">
<ul>
+
        <div class="content">
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
            <div class="quotes_container white_grad">
<li>Be clear about what you are doing and how you plan to do this.</li>
+
                <p class="quotes ">In the famous comic series, exposure to Earth’s yellow sun causes Superman's cells to produce and store vast amounts of energy, giving him superhuman strength and abilities. All earth-bound organisms are made of cells, and all cells store energy with the same simple molecule: ATP. Our team designed plasmids that would cause bacteria to overproduce ATP and other important metabolic cofactors. Our hope is that these mutant “Super Cells” can be used in a variety of fields, from protein biosynthesis to agriculture.</p>
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
            </div>
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
        </div>
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
    </div>
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2016.igem.org/Calendar">iGEM 2016 calendar</a> </li>
+
 
<li>Have lots of fun! </li>
+
 
</ul>  
+
    <div id="slide3">
 +
        <div class="content">
 +
            <div class="quotes_container black_grad">
 +
                <p class="quotes ">As a subsidiary of The Nitrogen Project, a multi-university initiative to solve nitrate runoff through genetic engineering, the primary long term goal of our project is to design crops that require less chemical fertilizer. We met with local St. Louis farmers and environmental activists to get their impressions on genetically modified plants and learn about other solutions to the runoff problem. In the end, their input inspired us to search for other, wider applications of our research.  </p>
 +
            </div>
 +
        </div>
 +
    </div>
 +
 
 +
 
 +
    <div id="slide4">
 +
        <div class="content">
 +
            <div class="quotes_container white_grad">
 +
                <p class="quotes">Ultimately, our project culminated in data that strongly suggested that our plasmids increased intracellular concentrations of ATP and reduced electron-transport proteins. We demonstrated that the latter could be useful for the manufacture of interesting biological products. We submitted three working parts – one for ATP, one for electron transport proteins, and one for an inducible promoter. </p>
 +
            </div>
 +
        </div>
 +
    </div>
 +
 
 +
 
 +
    <div id="slide5">
 +
        <div class="content"style="padding-top: 200px;">
 +
            <div class="quotes_container black_grad" >
 +
                <p class="quotes">Throughout the summer, we communicated with other iGEM teams to talk about our project and exchange advice. We even met up with some Midwest teams! We made invaluable connections, learned an incredible amount about synthetic biology, and created lifelong friendships, contributing to a summer research experience that we will never forget.</p>
 +
            </div>
 +
        </div>
 +
  </div>
 +
 
 
</div>
 
</div>
  
  
<div class="column half_size" >
+
<div class = "my_div"style = "margin: 0px 0px -10px 0px";>
<h5>Inspiration</h5>
+
 
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
<div class = "imgwrapper" >
<ul>
+
<img src = "https://static.igem.org/mediawiki/2016/1/1e/T--WashU_StLouis--WashUlogo.png"  class = "center_img">
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
<img src = "https://static.igem.org/mediawiki/2016/7/7c/T--WashU_StLouis--PSUlogo.png"  class = "center_img">
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
+
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
+
</ul>
+
 
</div>
 
</div>
  
<div class="column half_size" >
+
<div class = "imgwrapper" style = "padding: 0px 0px 50px 0px;">
<h5> Uploading pictures and files </h5>
+
<img src = "https://static.igem.org/mediawiki/2016/3/33/T--WashU_StLouis--Monsantologo.png" class = "center_img">
<p> You can upload your pictures and files to the iGEM 2016 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. <br />
+
<img src = "https://static.igem.org/mediawiki/2016/a/af/T--WashU_StLouis--Intrexonlogo.png" class = "center_img">
When you upload, set the "Destination Filename" to <code>Team:YourOfficialTeamName/NameOfFile.jpg</code>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
+
  
 +
<img src = "https://static.igem.org/mediawiki/2016/0/0d/T--WashU_StLouis--IDTlogo.png"  class = "center_img">
 +
<img src = "https://static.igem.org/mediawiki/2016/9/97/T--WashU_StLouis--SnapGenelogo.png" class = "center_img">
  
<div class="button_click" onClick=" parent.location= 'https://2016.igem.org/Special:Upload '">
+
<img src = "https://static.igem.org/mediawiki/2016/d/d9/T--WashU_StLouis--ICARESlogo.png" class = "center_img">
UPLOAD FILES
+
<img src = "https://static.igem.org/mediawiki/2016/4/4a/T--WashU_StLouis--SIGMAlogo.png" class = "center_img">
 
</div>
 
</div>
  
 
</div>
 
</div>
 +
 +
 +
 +
 +
<script>
 +
 +
// Get the modal
 +
var modal = document.getElementById('myModal');
 +
 +
// Get the image and insert it inside the modal - use its "alt" text as a caption
 +
var img = document.getElementById('myImg');
 +
var modalImg = document.getElementById("img01");
 +
//var captionText = document.getElementById("caption");
 +
img.onclick = function(){
 +
    //document.getElementById("myImg").src="https://static.igem.org/mediawiki/2016/3/30/T--WashU_StLouis--appinfo.png";
 +
    //modal.style.display = "block";
 +
    modalImg.src = this.src;
 +
    captionText.innerHTML = this.alt;
 +
}
 +
 +
// Get the <span> element that closes the modal
 +
var span = document.getElementsByClassName("close")[0];
 +
 +
// When the user clicks on <span> (x), close the modal
 +
/*span.onclick = function() {
 +
    modal.style.display = "none";
 +
    document.getElementById("myImg").src="https://static.igem.org/mediawiki/2016/d/d6/T--WashU_StLouis--joinhere.png";
 +
 +
}*/
 +
 +
 +
 +
/*
 +
$(window).scroll(function () {
 +
    $('[class^="quotes_container"]').each(function () {
 +
                //console.log($(window).scrollTop() + $(window).height() - $(this).offset().top - $(this).height());
 +
var bottomMargin = ($(window).scrollTop() + $(window).height() - $(this).offset().top);
 +
var topMargin = (-$(window).scrollTop() + $(this).offset().top + $(this).height());
 +
//console.log($(window).scrollTop());
 +
//console.log($(window).height());
 +
//console.log($(this).offset().top);
 +
console.log("top: " + topMargin + "  bottom: " + bottomMargin);
 +
        var fade = false;
 +
        if((topMargin > 0)) {
 +
            if((topMargin < 300)) {
 +
                $(this).stop().fadeTo(0, topMargin/500.0);
 +
                fade = true;
 +
            }
 +
        }
 +
      if((bottomMargin > 0)) {
 +
              if((bottomMargin < 300)) {
 +
                $(this).stop().fadeTo(0, bottomMargin/500.0);
 +
                fade = true;
 +
              }
 +
        }
 +
        //if (($(this).offset().top - $(window).scrollTop()) < 500) {
 +
        //  $(this).stop().fadeTo(0, ($(this).offset().top -$(window).scrollTop())/100.0);
 +
        //}
 +
        if(!fade){
 +
        $(this).css("opacity", 1);
 +
  //              //console.log($(window).scroll().top);
 +
//                //console.log($(window).height());
 +
  //              //console.log($(this).height());
 +
        }
 +
    });
 +
     
 +
});*/
 +
 +
 +
</script>
  
  
Line 106: Line 454:
  
 
</html>
 
</html>
 +
 +
{{Team:WashU_StLouis/Footer}}

Latest revision as of 21:11, 17 December 2016

SUPER CELLS

WashU and Penn State

You should definitely join

In the famous comic series, exposure to Earth’s yellow sun causes Superman's cells to produce and store vast amounts of energy, giving him superhuman strength and abilities. All earth-bound organisms are made of cells, and all cells store energy with the same simple molecule: ATP. Our team designed plasmids that would cause bacteria to overproduce ATP and other important metabolic cofactors. Our hope is that these mutant “Super Cells” can be used in a variety of fields, from protein biosynthesis to agriculture.

As a subsidiary of The Nitrogen Project, a multi-university initiative to solve nitrate runoff through genetic engineering, the primary long term goal of our project is to design crops that require less chemical fertilizer. We met with local St. Louis farmers and environmental activists to get their impressions on genetically modified plants and learn about other solutions to the runoff problem. In the end, their input inspired us to search for other, wider applications of our research.

Ultimately, our project culminated in data that strongly suggested that our plasmids increased intracellular concentrations of ATP and reduced electron-transport proteins. We demonstrated that the latter could be useful for the manufacture of interesting biological products. We submitted three working parts – one for ATP, one for electron transport proteins, and one for an inducible promoter.

Throughout the summer, we communicated with other iGEM teams to talk about our project and exchange advice. We even met up with some Midwest teams! We made invaluable connections, learned an incredible amount about synthetic biology, and created lifelong friendships, contributing to a summer research experience that we will never forget.