Difference between revisions of "Team:UChile OpenBio-CeBiB/Template/2"

Line 16: Line 16:
  
 
<script>
 
<script>
 +
 +
$(document).ready(function () {
 +
 +
    $('#logo')
 +
        .mouseover(function () {
 +
        $(this).attr("src", "https://static.igem.org/mediawiki/2015/3/35/UCSF_Logo_Wiki_Grey.gif");
 +
    })
 +
        .mouseout(function () {
 +
        $(this).attr("src", "https://static.igem.org/mediawiki/2015/a/ae/UCSF_Logo_Wiki.png");
 +
    });
 +
 +
    $( "#backToTop" ).hover(
 +
      function() {
 +
        $('#backToTopArrow').css('margin', '5px 0 0px 55px');
 +
      },
 +
      function() {
 +
        $('#backToTopArrow').css('margin','30px 0 0px 55px');
 +
      }
 +
    );
 +
 +
    $('a[href^="#"]').bind('click.smoothscroll',function (e) {
 +
        e.preventDefault();
 +
 +
        var target = this.hash,
 +
        $target = $(target);
 +
 +
        $('html, body').stop().animate({
 +
            'scrollTop': $target.offset().top-60
 +
        }, 900, 'swing', function () {
 +
            window.location.hash = target;
 +
        });
 +
    });
 +
 +
    $("#Top").click(function(){
 +
      scroll(0,0);
 +
    });
 +
 +
    $('.yeastiesEA').click(function () {
 +
      $('#teamInfo').html("Eleanor Amidei is a sophomore at UC Berkeley and an intended Public Health major. This is her second year on the UCSF iGEM team. When not being the source of inspiration for Nick Suen, she can be found cleaning the lab benches or in the gym pretending to work out. Her second year on the iGEM team was even more memorable and educational than her first, and she is extremely grateful for this experience.");
 +
      $('#teamInfo').addClass('content1');
 +
      $('#teamInfo').removeClass('content2');
 +
      $('#teamInfo').css('color','white');
 +
      $('.headerName').html('ELEANOR \"EL-ION-OR\" AMIDEI');
 +
      $('.headerName').css('display','block');
 +
      $('.yeastiesEA').css('opacity','1');
 +
      $('.yeastiesEL').css('opacity','0.5');
 +
      $('.yeastiesSL').css('opacity','0.5');
 +
      $('.yeastiesJaS').css('opacity','0.5');
 +
      $('.yeastiesJeS').css('opacity','0.5');
 +
      $('.yeastiesEC').css('opacity','0.5');
 +
      $('.yeastiesHC').css('opacity','0.5');
 +
      $('.yeastiesJN').css('opacity','0.5');
 +
      $('.yeastiesSQ').css('opacity','0.5');
 +
      $('.yeastiesNS').css('opacity','0.5');
 +
    });
 +
 +
    $('.yeastiesEL').click(function () {
 +
      $('#teamInfo').html("Erik Lamp is a Freshman at San Jose State University studying electrical engineering. In high school he played baseball for two years, ran cross country for three years, ran track for 2 years, and wrestled for a season. Besides playing sports, he loves building electronics such as portable chargers. He won first place in the San Francisco Bay Area Science Fair, won a recognition award in the California State Science Fair, and participated in the Google Science Fair.");
 +
      $('#teamInfo').addClass('content1');
 +
      $('#teamInfo').removeClass('content2');
 +
      $('#teamInfo').css('color','white');
 +
      $('.headerName').html('ERIK \"WHO?\" LAMP');
 +
      $('.headerName').css('display','block');
 +
      $('.yeastiesEA').css('opacity','0.5');
 +
      $('.yeastiesEL').css('opacity','1');
 +
      $('.yeastiesSL').css('opacity','0.5');
 +
      $('.yeastiesJaS').css('opacity','0.5');
 +
      $('.yeastiesJeS').css('opacity','0.5');
 +
      $('.yeastiesEC').css('opacity','0.5');
 +
      $('.yeastiesHC').css('opacity','0.5');
 +
      $('.yeastiesJN').css('opacity','0.5');
 +
      $('.yeastiesSQ').css('opacity','0.5');
 +
      $('.yeastiesNS').css('opacity','0.5');
 +
    });
 +
 +
    $('.yeastiesSL').click(function () {
 +
      $('#teamInfo').html("Samantha Lee, a recent graduate from Abraham Lincoln High School, is now at San Jose State University. She joined the UCSF iGEM's team because she thought it was a great way to get hands on experience with synthetic biology. Her guilty pleasure is to hoard a bunch of apples.");
 +
      $('#teamInfo').addClass('content1');
 +
      $('#teamInfo').removeClass('content2');
 +
      $('#teamInfo').css('color','white');
 +
      $('.headerName').html('SAMANTHA \"SHARQMANTHA\" LEE');
 +
      $('.headerName').css('display','block');
 +
      $('.yeastiesEA').css('opacity','0.5');
 +
      $('.yeastiesEL').css('opacity','0.5');
 +
      $('.yeastiesSL').css('opacity','1');
 +
      $('.yeastiesJaS').css('opacity','0.5');
 +
      $('.yeastiesJeS').css('opacity','0.5');
 +
      $('.yeastiesEC').css('opacity','0.5');
 +
      $('.yeastiesHC').css('opacity','0.5');
 +
      $('.yeastiesJN').css('opacity','0.5');
 +
      $('.yeastiesSQ').css('opacity','0.5');
 +
      $('.yeastiesNS').css('opacity','0.5');
 +
    });
 +
 +
    $('.yeastiesJaS').click(function () {
 +
      $('#teamInfo').html("Jasmine Sims is a current senior at SF State majoring in Biochemistry. She loves her major because she enjoys that it describes the chemistry of life. Researching and working with iGEM has given her a chance to put her interest in science to work. She likes meeting new people, going skating, working out, exploring new places, and learning new things.");
 +
      $('#teamInfo').addClass('content1');
 +
      $('#teamInfo').removeClass('content2');
 +
      $('#teamInfo').css('color','white');
 +
      $('.headerName').html('JASMINE \"JAZZ\" SIMS');
 +
      $('.headerName').css('display','block');
 +
      $('.yeastiesEA').css('opacity','0.5');
 +
      $('.yeastiesEL').css('opacity','0.5');
 +
      $('.yeastiesSL').css('opacity','0.5');
 +
      $('.yeastiesJaS').css('opacity','1');
 +
      $('.yeastiesJeS').css('opacity','0.5');
 +
      $('.yeastiesEC').css('opacity','0.5');
 +
      $('.yeastiesHC').css('opacity','0.5');
 +
      $('.yeastiesJN').css('opacity','0.5');
 +
      $('.yeastiesSQ').css('opacity','0.5');
 +
      $('.yeastiesNS').css('opacity','0.5');
 +
    });
 +
 +
    $('.yeastiesJeS').click(function () {
 +
      $('#teamInfo').html("Jeffrey Shu is a returning UCSF iGEM alumnus and a sophomore at UC Berkeley studying Molecular and Cell Biology. When not obsessing over the secretion of proteases and running his 99th colony PCR of the day, he enjoys singing show tunes in the shower, creating Snapchat masterpieces, and laughing at horrible puns. Scientists theorize that he is actually a novel strain of H. sapiens fueled by tofu and characterized by high expression levels of sass.");
 +
      $('#teamInfo').addClass('content1');
 +
      $('#teamInfo').removeClass('content2');
 +
      $('#teamInfo').css('color','white');
 +
      $('.headerName').html('JEFFREY \"JSHMOO\" SHU');
 +
      $('.headerName').css('display','block');
 +
      $('.yeastiesEA').css('opacity','0.5');
 +
      $('.yeastiesEL').css('opacity','0.5');
 +
      $('.yeastiesSL').css('opacity','0.5');
 +
      $('.yeastiesJaS').css('opacity','0.5');
 +
      $('.yeastiesJeS').css('opacity','1');
 +
      $('.yeastiesEC').css('opacity','0.5');
 +
      $('.yeastiesHC').css('opacity','0.5');
 +
      $('.yeastiesJN').css('opacity','0.5');
 +
      $('.yeastiesSQ').css('opacity','0.5');
 +
      $('.yeastiesNS').css('opacity','0.5');
 +
    });
 +
 +
    $('.yeastiesEC').click(function () {
 +
      $('#teamInfo').html("Erika Cagampan is a senior at UC Berkeley majoring in Integrative Biology. She enjoys iGEM because it has given her the chance to interact with undergraduate students from all over the world who share her love for science and synthetic biology! When Erika isn’t pipetting or getting too excited over new transformed yeast, Erika can be found traveling, exploring or eating. She hopes to someday use her synthetic biology knowledge to help find cures to diseases that majorly affect many developing nations!");
 +
      $('#teamInfo').addClass('content1');
 +
      $('#teamInfo').removeClass('content2');
 +
      $('#teamInfo').css('color','white');
 +
      $('.headerName').html('ERIKA \"RAISINS\" CAGAMPAN');
 +
      $('.headerName').css('display','block');
 +
      $('.yeastiesEA').css('opacity','0.5');
 +
      $('.yeastiesEL').css('opacity','0.5');
 +
      $('.yeastiesSL').css('opacity','0.5');
 +
      $('.yeastiesJaS').css('opacity','0.5');
 +
      $('.yeastiesJeS').css('opacity','0.5');
 +
      $('.yeastiesEC').css('opacity','1');
 +
      $('.yeastiesHC').css('opacity','0.5');
 +
      $('.yeastiesJN').css('opacity','0.5');
 +
      $('.yeastiesSQ').css('opacity','0.5');
 +
      $('.yeastiesNS').css('opacity','0.5');
 +
    });
 +
 +
    $('.yeastiesHC').click(function () {
 +
      $('#teamInfo').html("Hunter Collins' whereabouts are currently unknown. His girlfriend Melissa claims he is in Florida, but his lack of response cannot confirm this claim. Our bets are that he was actually in New York at the VMA’s performing “Where Are Ü Now” and is currently in hiding after crying on stage. Hunter is an incoming freshman at City College of San Francisco. In his spare time, he likes to hang out with Melissa and pretend to learn Chinese.");
 +
      $('#teamInfo').addClass('content1');
 +
      $('#teamInfo').removeClass('content2');
 +
      $('#teamInfo').css('color','white');
 +
      $('.headerName').html('HUNTER \"BABY JB\" COLLINS');
 +
      $('.headerName').css('display','block');
 +
      $('.yeastiesEA').css('opacity','0.5');
 +
      $('.yeastiesEL').css('opacity','0.5');
 +
      $('.yeastiesSL').css('opacity','0.5');
 +
      $('.yeastiesJaS').css('opacity','0.5');
 +
      $('.yeastiesJeS').css('opacity','0.5');
 +
      $('.yeastiesEC').css('opacity','0.5');
 +
      $('.yeastiesHC').css('opacity','1');
 +
      $('.yeastiesJN').css('opacity','0.5');
 +
      $('.yeastiesSQ').css('opacity','0.5');
 +
      $('.yeastiesNS').css('opacity','0.5');
 +
    });
 +
 +
    $('.yeastiesJN').click(function () {
 +
      $('#teamInfo').html("Josh is a senior at UC Berkeley and is a part-­time bioengineer, full-­time giraffe. Not only is Josh known for drastically augmenting the UCSF iGEM team’s average height, he is also known for his love of all things that start with a C: coding, couch, and caffeine (record of 9 cups of coffee in 5 hours). He has a bottomless pit for a stomach and his love for food is deeper than a yeast’s desire to shmoo. When not dodging low-hanging tree branches or eating food, Josh can be found bug hunting in Sublime or vilifying MATLAB.");
 +
      $('#teamInfo').addClass('content1');
 +
      $('#teamInfo').removeClass('content2');
 +
      $('#teamInfo').css('color','white');
 +
      $('.headerName').html('JOSHUA \"SLOSH\" NOWAK');
 +
      $('.headerName').css('display','block');
 +
      $('.yeastiesEA').css('opacity','0.5');
 +
      $('.yeastiesEL').css('opacity','0.5');
 +
      $('.yeastiesSL').css('opacity','0.5');
 +
      $('.yeastiesJaS').css('opacity','0.5');
 +
      $('.yeastiesJeS').css('opacity','0.5');
 +
      $('.yeastiesEC').css('opacity','0.5');
 +
      $('.yeastiesHC').css('opacity','0.5');
 +
      $('.yeastiesJN').css('opacity','1');
 +
      $('.yeastiesSQ').css('opacity','0.5');
 +
      $('.yeastiesNS').css('opacity','0.5');
 +
    });
 +
 +
    $('.yeastiesSQ').click(function () {
 +
      $('#teamInfo').html("Stanlee Quach is a recent graduate of Abraham Lincoln High School and is currently taking a gap year before starting college. He was drawn to iGEM because of its opportunity for allowing young students to practice synthetic biology. Known as \"Squach\" by his teammates, Squach is a dedicated member of the UCSF iGEM team. Wherever you go, he can be found working on experiments, working on graphics, or working on coding from dawn till dusk. Seriously, this guy does not sleep.");
 +
      $('#teamInfo').addClass('content1');
 +
      $('#teamInfo').removeClass('content2');
 +
      $('#teamInfo').css('color','white');
 +
      $('.headerName').html('STANLEE \"SQUACH\" QUACH');
 +
      $('.headerName').css('display','block');
 +
      $('.yeastiesEA').css('opacity','0.5');
 +
      $('.yeastiesEL').css('opacity','0.5');
 +
      $('.yeastiesSL').css('opacity','0.5');
 +
      $('.yeastiesJaS').css('opacity','0.5');
 +
      $('.yeastiesJeS').css('opacity','0.5');
 +
      $('.yeastiesEC').css('opacity','0.5');
 +
      $('.yeastiesHC').css('opacity','0.5');
 +
      $('.yeastiesJN').css('opacity','0.5');
 +
      $('.yeastiesSQ').css('opacity','1');
 +
      $('.yeastiesNS').css('opacity','0.5');
 +
    });
 +
 +
    $('.yeastiesNS').click(function () {
 +
      $('#teamInfo').html("Nicholas Suen is a recent graduate from Abraham Lincoln High School and will be attending UC Davis as a Biological Systems Engineering major. He is very interested in synthetic biology and is thankful for the lab experience he has gained through the iGEM competition. You can often find Nicholas watching baseball games (Go Giants), weightlifting to become as strong as his idol and mentor Eleanor Amidei, and rewatching all six seasons of the hit T.V. show LOST.");
 +
      $('#teamInfo').addClass('content1');
 +
      $('#teamInfo').removeClass('content2');
 +
      $('#teamInfo').css('color','white');
 +
      $('.headerName').html('NICHOLAS \"CHOPSKY\" SUEN');
 +
      $('.headerName').css('display','block');
 +
      $('.yeastiesEA').css('opacity','0.5');
 +
      $('.yeastiesEL').css('opacity','0.5');
 +
      $('.yeastiesSL').css('opacity','0.5');
 +
      $('.yeastiesJaS').css('opacity','0.5');
 +
      $('.yeastiesJeS').css('opacity','0.5');
 +
      $('.yeastiesEC').css('opacity','0.5');
 +
      $('.yeastiesHC').css('opacity','0.5');
 +
      $('.yeastiesJN').css('opacity','0.5');
 +
      $('.yeastiesSQ').css('opacity','0.5');
 +
      $('.yeastiesNS').css('opacity','1');
 +
    });
 +
 +
    $('#karaH').click(function () {
 +
      $('#advisorsInfo').html("This is Kara Helmke’s third year working with the iGEM team. She completed her graduate work at UC Berkeley studying mitosis in frogs, and is now working in science education and communication. As a cell biologist and microscopist by training, the field of synthetic biology has been both challenging and exciting for her to learn about alongside the students.");
 +
      $('#advisorsInfo').addClass('content1');
 +
      $('#advisorsInfo').removeClass('content2');
 +
      $('#advisorsInfo').css('color','white');
 +
      $('.headerAdvisors').html('KARA HELMKE');
 +
      $('.headerAdvisors').css('display','block');
 +
      $('#karaH').css('opacity','1')
 +
      $('#gianneS').css('opacity','.5')
 +
      $('#wendellL').css('opacity','.5')
 +
    });
 +
 +
    $('#gianneS').click(function () {
 +
      $('#advisorsInfo').html("Gianne Souza is passionate about science education and is pursuing a career in teaching at the undergraduate or high school level. She completed her M.S. in Biomedical Sciences at University of California, San Francisco last spring and is now teaching at several universities as well as mentoring the iGEM students. Some of her hobbies include breeding fish, road cycling, and photography.");
 +
      $('#advisorsInfo').addClass('content1');
 +
      $('#advisorsInfo').removeClass('content2');
 +
      $('#advisorsInfo').css('color','white');
 +
      $('.headerAdvisors').html('GIANNE SOUZA');
 +
      $('.headerAdvisors').css('display','block');
 +
      $('#karaH').css('opacity','.5')
 +
      $('#gianneS').css('opacity','1')
 +
      $('#wendellL').css('opacity','.5')
 +
    });
 +
 +
    $('#wendellL').click(function () {
 +
      $('#advisorsInfo').html("Wendell Lim has had a lab at UCSF for over 15 years and has been an adviser to the UCSF team since it started in 2007. He enjoys working with bright, open-minded young scientists and seeing their ideas develop into scientific projects.");
 +
      $('#advisorsInfo').addClass('content1');
 +
      $('#advisorsInfo').removeClass('content2');
 +
      $('#advisorsInfo').css('color','white');
 +
      $('.headerAdvisors').html('WENDELL LIM');
 +
      $('.headerAdvisors').css('display','block');
 +
      $('#karaH').css('opacity','.5')
 +
      $('#gianneS').css('opacity','.5')
 +
      $('#wendellL').css('opacity','1')
 +
    });
 +
 +
    $('#georgeC').click(function () {
 +
      $('#mentorsInfo').html("George Cachianes has authored and been teaching a two-year biotechnology program at Abraham Lincoln High School in San Francisco since 1995. Prior to teaching, he spent 15 years doing research in molecular biology at Columbia University, UCSF, Stanford University, and 8 years at Genentech, Inc. George’s goal is to motivate students to pursue a career in science. Many of George’s former students were selected to participate in UCSF's iGEM Teams.");
 +
      $('#mentorsInfo').addClass('content1');
 +
      $('#mentorsInfo').removeClass('content2');
 +
      $('#mentorsInfo').css('color','white');
 +
      $('.headerMentors').html('GEORGE CACHIANES');
 +
      $('.headerMentors').css('display','block');
 +
      $('#georgeC').css('opacity','1')
 +
      $('#kevinH').css('opacity','.5')
 +
      $('#weiyueJ').css('opacity','.5')
 +
      $('#marcoM').css('opacity','.5')
 +
      $('#anusuyaR').css('opacity','.5')
 +
      $('#danS').css('opacity','.5')
 +
    });
 +
 +
    $('#kevinH').click(function () {
 +
      $('#mentorsInfo').html("Kevin Hartman is a third-year Bioinformatics PhD student at UCSF. He is studying computational genomics, specifically the interplay between natural selection and disease. This is Kevin's second year as a UCSF iGEM mentor. He has ensured that all of the team members are familiar with the basics of computational science and aided with the development of a computation model of the constructed biological system.");
 +
      $('#mentorsInfo').addClass('content1');
 +
      $('#mentorsInfo').removeClass('content2');
 +
      $('#mentorsInfo').css('color','white');
 +
      $('.headerMentors').html('KEVIN HARTMAN');
 +
      $('.headerMentors').css('display','block');
 +
      $('#georgeC').css('opacity','.5')
 +
      $('#kevinH').css('opacity','1')
 +
      $('#weiyueJ').css('opacity','.5')
 +
      $('#marcoM').css('opacity','.5')
 +
      $('#anusuyaR').css('opacity','.5')
 +
      $('#danS').css('opacity','.5')
 +
    });
 +
 +
    $('#weiyueJ').click(function () {
 +
      $('#mentorsInfo').html("Weiyue Ji is a second year Biophysics PhD student at UCSF. She received her Bachelor's degree from Peking University in Biology. Having participated in iGEM twice during undergrad, especially once here at UCSF, she is excited be part of iGEM again as a mentor. She helped this year's team develop their computational modelling.");
 +
      $('#mentorsInfo').addClass('content1');
 +
      $('#mentorsInfo').removeClass('content2');
 +
      $('#mentorsInfo').css('color','white');
 +
      $('.headerMentors').html('WEIYUE JI');
 +
      $('.headerMentors').css('display','block');
 +
      $('#georgeC').css('opacity','.5')
 +
      $('#kevinH').css('opacity','.5')
 +
      $('#weiyueJ').css('opacity','1')
 +
      $('#marcoM').css('opacity','.5')
 +
      $('#anusuyaR').css('opacity','.5')
 +
      $('#danS').css('opacity','.5')
 +
    });
 +
 +
    $('#marcoM').click(function () {
 +
      $('#mentorsInfo').html("Marco Mravic is a first year in the Biophysics PhD program at UCSF, holding a B.S. in Chemical Engineering from UCLA. Currently, his research efforts focus on data-driven protein design & engineering. He shared his backgrounds in computational/systems modeling and molecular biology with the iGEM team.");
 +
      $('#mentorsInfo').addClass('content1');
 +
      $('#mentorsInfo').removeClass('content2');
 +
      $('#mentorsInfo').css('color','white');
 +
      $('.headerMentors').html('MARCO MRAVIC');
 +
      $('.headerMentors').css('display','block');
 +
      $('#georgeC').css('opacity','.5')
 +
      $('#kevinH').css('opacity','.5')
 +
      $('#weiyueJ').css('opacity','.5')
 +
      $('#marcoM').css('opacity','1')
 +
      $('#anusuyaR').css('opacity','.5')
 +
      $('#danS').css('opacity','.5')
 +
    });
 +
 +
    $('#anusuyaR').click(function () {
 +
      $('#mentorsInfo').html("Anusuya Ramasubramanian is a fifth year Bioengineering Ph.D. student in the UCSF/UC Berkeley joint program, where she works at the nexus of tissue engineering, biomaterials and synthetic biology. She has an undergraduate degree in Biomechanical Engineering from Stanford University. Having participated in iGEM twice as an undergrad at Stanford - once as a team member and once as a mentor - she couldn't help but get involved with iGEM as a graduate student. This is Anusuya's third year mentoring the UCSF iGEM team. Mentoring this team, which has a unique mix of high school and undergraduate members, has been an incredibly enriching and rewarding experience. Anusuya has been really impressed with the progress of this year's team and can't wait to see the impact of their work at the Jamboree and beyond!");
 +
      $('#mentorsInfo').addClass('content1');
 +
      $('#mentorsInfo').removeClass('content2');
 +
      $('#mentorsInfo').css('color','white');
 +
      $('.headerMentors').html('ANUSUYA RAMASUBRAMANIAN');
 +
      $('.headerMentors').css('display','block');
 +
      $('#georgeC').css('opacity','.5')
 +
      $('#kevinH').css('opacity','.5')
 +
      $('#weiyueJ').css('opacity','.5')
 +
      $('#marcoM').css('opacity','.5')
 +
      $('#anusuyaR').css('opacity','1')
 +
      $('#danS').css('opacity','.5')
 +
    });
 +
 +
    $('#danS').click(function () {
 +
      $('#mentorsInfo').html("Dan Santos grew up in Lake Tahoe, CA and then went to UCLA, where he studied microbiology and molecular genetics. After college he moved to San Diego to work in the biotech industry, including an algae biofuels startup that opened his eyes to the potential for solving big problems by engineering tiny cells. Dan is now entering his third year as a PhD student in the Tetrad program at UCSF, where he is using deep sequencing technologies to investigate multi-functional proteins in the model yeast S. cerevisiae.");
 +
      $('#mentorsInfo').addClass('content1');
 +
      $('#mentorsInfo').removeClass('content2');
 +
      $('#mentorsInfo').css('color','white');
 +
      $('.headerMentors').html('DAN SANTOS');
 +
      $('.headerMentors').css('display','block');
 +
      $('#georgeC').css('opacity','.5')
 +
      $('#kevinH').css('opacity','.5')
 +
      $('#weiyueJ').css('opacity','.5')
 +
      $('#marcoM').css('opacity','.5')
 +
      $('#anusuyaR').css('opacity','.5')
 +
      $('#danS').css('opacity','1')
 +
    });
 +
 +
});
  
 
$(window).scroll(function(){
 
$(window).scroll(function(){

Revision as of 23:32, 19 October 2017

Document