Difference between revisions of "Team:NAIT Edmonton/Modeling"

Line 13: Line 13:
  
 
<!-----------https://static.igem.org/mediawiki/2015/d/d8/El_Capitan_.ttf------------------->
 
<!-----------https://static.igem.org/mediawiki/2015/d/d8/El_Capitan_.ttf------------------->
 
 
<script type="text/javascript">
 
$(document).ready(function() {
 
// grab the initial top offset of the navigation
 
  var stickyNavTop = $('.nav').offset().top;
 
 
 
  // our function that decides weather the navigation bar should have "fixed" css position or not.
 
  var stickyNav = function(){
 
    var scrollTop = $(window).scrollTop(); // our current vertical position from the top
 
       
 
    // if we've scrolled more than the navigation, change its position to fixed to stick to top,
 
    // otherwise change it back to relative
 
    if (scrollTop > stickyNavTop) {
 
        $('.nav').addClass('sticky');
 
    } else {
 
        $('.nav').removeClass('sticky');
 
    }
 
};
 
 
stickyNav();
 
// and run it again every time you scroll
 
$(window).scroll(function() {
 
stickyNav();
 
});
 
});
 
</script>
 
 
<script type="text/javascript" src="https://2015.igem.org/Team:NAIT_Edmonton/StickyMenu?action=raw&amp;ctype=text/javascript"></script>
 
  
  
Line 120: Line 91:
  
 
  <div class="main_content">
 
  <div class="main_content">
<center>
+
 
<h2>We find that in science, it is hard to fully grasp a real life concept when it is presented to us only in two dimensions. We live in a three dimensional world! We visualized our project with 3D models.</h2>
+
<h2>We find that in science, it is hard to fully grasp a real life concept when it is presented to us only in two dimensions. We live in a three dimensional world! Why are we learning how things work only in 2D? We visualized our project with 3D models and made animations so that anyone of the general public could watch the videos, understand and get excited about the science behind our project.</h2><br>
 +
 
 +
<center><h2>If a picture is worth a thousand words, a video is worth a million. Take a gander through our our 3D models and animations! </h2> </center>
  
 
    
 
    

Revision as of 16:35, 1 September 2015

Team NAIT 2015

Modeling

We find that in science, it is hard to fully grasp a real life concept when it is presented to us only in two dimensions. We live in a three dimensional world! Why are we learning how things work only in 2D? We visualized our project with 3D models and made animations so that anyone of the general public could watch the videos, understand and get excited about the science behind our project.


If a picture is worth a thousand words, a video is worth a million. Take a gander through our our 3D models and animations!