Difference between revisions of "Team:Aalto-Helsinki/Results"

m (responsive navigation changes the active class before the header is on the top of the page)
(responsive nav script coming from a separate page)
Line 126: Line 126:
  
  
 
+
<!-- Scirpt for beautiful scrolling inside the page: smooth transitions and we show in what section the reader is. -->
<!-- here scripts to make the site navigation beautiful and responsive. -->
+
<script src="https://2015.igem.org/Team:Aalto-Helsinki/ResponsiveNavScript?action=raw&ctype=text/javascript"></script>
<script>
+
 
+
$('#sidenav a').on('click', function() {
+
 
+
    var scrollAnchor = $(this).attr('data-scroll'),
+
        scrollPoint = $('section[data-anchor="' + scrollAnchor + '"]').offset().top - 28;
+
 
+
    $('body,html').animate({
+
        scrollTop: scrollPoint
+
    }, 500);
+
 
+
    return false;
+
 
+
})
+
 
+
 
+
$(window).scroll(function() {
+
    var windscroll = $(window).scrollTop();
+
    if (windscroll >= 100) {
+
        $('.inner-container section').each(function(i) {
+
            if ($(this).position().top <= windscroll + 140) {
+
                $('#sidenav a.active').removeClass('active');
+
                $('#sidenav a').eq(i).addClass('active');
+
            }
+
        });
+
 
+
    } else {
+
 
+
        $('#sidenav a.active').removeClass('active');
+
        $('#sidenav a:first').addClass('active');
+
    }
+
 
+
}).scroll();
+
 
+
</script>
+
  
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 08:49, 25 August 2015

--old things for reference for now--

Project Results

Here you can describe the results of your project and your future plans.

What should this page contain?
  • Clearly and objectively describe the results of your work.
  • Future plans for the project
  • Considerations for replicating the experiments

Project Achievements

You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.

  • A list of linked bullet points of the successful results during your project
  • A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.

Inspiration

See how other teams presented their results.


--our things start from here--

Results

Modeling results

Propane pathway

We determined the bottlenecks of our reaction, FadB2 being the worst. This caused the lab team to change it to Hbd. After FadB2 the worst bottlenecks are Ado, Car and Hdb. This knowledge affected our decisions on which backbone we should put which construct. Our pathway is also very sensitive to NADPH and NADH concentrations. See more from our page of modeling propane pathway

Cellulose pathway

We didn't get any meaningful results from our (nonexistent) cellulose model.

Micelle

We determined that it is geometrically possible to form the micelles. We also determined that it would be beneficial to put Car and Ado in a micelle instead of the traditional way of them floating independently in the cell.

Lab results

Future