Difference between revisions of "Template:Team:UofC Calgary/Test1"

Line 7: Line 7:
 
//``````````````````````````````````````````START OF JQUERY SCRIPTS`````````````````````````````````````````````````````````````  
 
//``````````````````````````````````````````START OF JQUERY SCRIPTS`````````````````````````````````````````````````````````````  
 
      
 
      
//``````````````````````````````````````````FUNCTION TO SHRINK NAV BAR WHILE SCROLLING``````````````````````````````````````````
 
 
$(document).ready(function () {
 
$(document).ready(function () {
  
Line 592: Line 591:
 
$('.yeastiesDan').click(function () {
 
$('.yeastiesDan').click(function () {
 
       $('#advisorsInfo').html("Name: Daniel Ziemniak <br> Program: Biochemistry and Molecular Biology <br>Year of Study: Graduate Student <br>Why Did You Join iGEM? I joined iGEM because I like the idea of engineering nature - molding components of our ecosystem according to our wants and needs. Evolution has developed and optimized a plethora of molecular technologies and synbio allows us to harness those tools. <br>iGEM Confession: I spent extra time at festivals this year to get away from the onerous reality of iGEM");
 
       $('#advisorsInfo').html("Name: Daniel Ziemniak <br> Program: Biochemistry and Molecular Biology <br>Year of Study: Graduate Student <br>Why Did You Join iGEM? I joined iGEM because I like the idea of engineering nature - molding components of our ecosystem according to our wants and needs. Evolution has developed and optimized a plethora of molecular technologies and synbio allows us to harness those tools. <br>iGEM Confession: I spent extra time at festivals this year to get away from the onerous reality of iGEM");
      $('.headerName').html('DAN ZIEMIANOWICZ');
 
      $('.headerName').css('display','block');
 
 
       $('#advisorsInfo').addClass('content1');
 
       $('#advisorsInfo').addClass('content1');
 
       $('#advisorsInfo').removeClass('content2');
 
       $('#advisorsInfo').removeClass('content2');
Line 606: Line 603:
 
$('.yeastiesAlina').click(function () {
 
$('.yeastiesAlina').click(function () {
 
       $('#advisorsInfo').html("Name: Alina Kunitskaya <br> Program: Chemical Engineering, Biomedical Engineering Specialization <br>Year of Study: Internship Year (4th Year)<br>Why Did You Join iGEM? I joined iGEM because it combines two of my favourite disciplines – engineering and biology. With so many applications of synthetic biology, the possibilities are limitless when interdisciplinary teams of students get creative. <br>iGEM Confession: I really wanted this to be a space project. I shared a few articles about the current challenges in human space exploration with the team. All ideas I brought to the table had an application in space exploration. I was beyond excited to learn that this year’s project is space related.");
 
       $('#advisorsInfo').html("Name: Alina Kunitskaya <br> Program: Chemical Engineering, Biomedical Engineering Specialization <br>Year of Study: Internship Year (4th Year)<br>Why Did You Join iGEM? I joined iGEM because it combines two of my favourite disciplines – engineering and biology. With so many applications of synthetic biology, the possibilities are limitless when interdisciplinary teams of students get creative. <br>iGEM Confession: I really wanted this to be a space project. I shared a few articles about the current challenges in human space exploration with the team. All ideas I brought to the table had an application in space exploration. I was beyond excited to learn that this year’s project is space related.");
      $('.headerName').html('ALINA KUNITSKAYA');
 
      $('.headerName').css('display','block');
 
 
       $('#advisorsInfo').addClass('content1');
 
       $('#advisorsInfo').addClass('content1');
 
       $('#advisorsInfo').removeClass('content2');
 
       $('#advisorsInfo').removeClass('content2');

Revision as of 05:51, 14 October 2016