Team:Berlin/Project
From 2014.igem.org
(Difference between revisions)
Line 83: | Line 83: | ||
<h2 class="green-text">STEPS OF PRODUCING E.COLI</h2> | <h2 class="green-text">STEPS OF PRODUCING E.COLI</h2> | ||
<div class="row project-steps top"> | <div class="row project-steps top"> | ||
- | <div class="col-md-6" style="padding-bottom:20px;"><div class="project-steps-img"><span>1</span><img src=" | + | <div class="col-md-6" style="padding-bottom:20px;"><div class="project-steps-img"><span>1</span><img src="https://static.igem.org/mediawiki/2014/b/b4/Team_Berlin_project_04.png"/></div><p>Knocking out the iron efflux transporter gene FieF and the iron uptake suppressor Fur to increase the total iron level of the cytosol.</p></div> |
- | <div class="col-md-6" style="padding-bottom:20px;"><div class="project-steps-img"><span>2</span><img src=" | + | <div class="col-md-6" style="padding-bottom:20px;"><div class="project-steps-img"><span>2</span><img src="https://static.igem.org/mediawiki/2014/3/31/Team_Berlin_project_02.png"/></div><p>Sequestering iron in a ferritin protein.</p></div> |
</div> | </div> | ||
<div class="row project-steps"> | <div class="row project-steps"> | ||
- | <div class="col-md-6" style="padding-bottom:20px;"><div class="project-steps-img"><span>3</span><img src=" | + | <div class="col-md-6" style="padding-bottom:20px;"><div class="project-steps-img"><span>3</span><img src="https://static.igem.org/mediawiki/2014/a/a7/Team_Berlin_project_03.png"/></div><p>Iron crystals are formed and the cell is detoxified.</p></div> |
- | <div class="col-md-6" style="padding-bottom:20px;"><div class="project-steps-img"><span>4</span><img src=" | + | <div class="col-md-6" style="padding-bottom:20px;"><div class="project-steps-img"><span>4</span><img src="https://static.igem.org/mediawiki/2014/5/50/Team_Berlin_project_01.png"/></div><p>Create crystals by using intensive high-throughput growth medium optimization to discover the best conditions for the formation of magnetic nanoparticles in E. coli.</p></div> |
</div> | </div> | ||
Line 213: | Line 213: | ||
<script> | <script> | ||
+ | |||
// NAVBAR STYLE | // NAVBAR STYLE | ||
Line 230: | Line 231: | ||
}); | }); | ||
+ | |||
+ | // my scroll to | ||
+ | $("#main-button").click(function() { | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $("#main-featurette-row").offset().top - 57 | ||
+ | }, 720); | ||
+ | }); | ||
+ | |||
+ | // my scroll to | ||
+ | $("#ecoli-button").click(function() { | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $("#first-featurette-row").offset().top - 57 | ||
+ | }, 800); | ||
+ | }); | ||
+ | |||
+ | // my scroll to | ||
+ | $("#project-button").click(function() { | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $("#team-featurette-row").offset().top - 57 | ||
+ | }, 800); | ||
+ | }); | ||
+ | |||
+ | // my scroll to | ||
+ | $("#team-button").click(function() { | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $("#blog-featurette-row").offset().top - 57 | ||
+ | }, 800); | ||
+ | }); | ||
+ | |||
+ | |||
+ | $(document).ready(function(){ | ||
+ | // cache the window object | ||
+ | $window = $(window); | ||
+ | |||
+ | $('section[data-type="background"]').each(function(){ | ||
+ | // declare the variable to affect the defined data-type | ||
+ | var $scroll = $(this); | ||
+ | |||
+ | $(window).scroll(function() { | ||
+ | // HTML5 proves useful for helping with creating JS functions! | ||
+ | // also, negative value because we're scrolling upwards | ||
+ | var yPos = -($window.scrollTop() / $scroll.data('speed')); | ||
+ | |||
+ | // background position | ||
+ | var coords = '80% '+ yPos + 'px'; | ||
+ | |||
+ | // move the background | ||
+ | $scroll.css({ backgroundPosition: coords }); | ||
+ | }); // end window scroll | ||
+ | }); // end section function | ||
+ | |||
+ | $("#section-B").hide(); | ||
+ | $("#section-C").hide(); | ||
+ | $("#C-up").hide(); | ||
+ | $("#B-up").hide(); | ||
+ | |||
+ | $("#show-B").click(function(){ | ||
+ | $("#section-B").slideToggle(); | ||
+ | $("#B-up").toggle(); | ||
+ | $("#B-down").toggle(); | ||
+ | }); | ||
+ | |||
+ | $("#show-C").click(function(){ | ||
+ | $("#section-C").slideToggle(); | ||
+ | $("#C-up").toggle(); | ||
+ | $("#C-down").toggle(); | ||
+ | }); | ||
+ | |||
+ | }); // close out script | ||
+ | |||
//NAVBAR STYLE | //NAVBAR STYLE | ||
Line 237: | Line 308: | ||
if ($(this).scrollTop() >= 240) { | if ($(this).scrollTop() >= 240) { | ||
- | + | $(".main-menue").css("background-color","rgb(255, 255, 255)"); | |
} | } | ||
if ($(this).scrollTop() < 240) { // this refers to window | if ($(this).scrollTop() < 240) { // this refers to window | ||
- | + | $(".main-menue").css("background-color","transparent"); | |
} | } | ||
}); | }); | ||
+ | |||
+ | |||
var windowSize = $(window).height(); | var windowSize = $(window).height(); | ||
- | $(".site-wrapper").css( "height" , windowSize ); | + | $(".site-wrapper-sub-project").css( "height" , windowSize ); |
Line 269: | Line 342: | ||
$(".container-green").css("margin-top", "450px"); | $(".container-green").css("margin-top", "450px"); | ||
- | |||
</script> | </script> |
Revision as of 17:55, 5 October 2014
WHAT´S HAPPENING?
STEPS OF PRODUCING E.COLI
1
Knocking out the iron efflux transporter gene FieF and the iron uptake suppressor Fur to increase the total iron level of the cytosol.
2
Sequestering iron in a ferritin protein.
3
Iron crystals are formed and the cell is detoxified.
4
Create crystals by using intensive high-throughput growth medium optimization to discover the best conditions for the formation of magnetic nanoparticles in E. coli.