TPHS/theteam.html

From 2014hs.igem.org

(Difference between revisions)
Bethleegy (Talk | contribs)
(Created page with " <script> $(document).ready(function() { var TotalSlides = $('.Person').length var CurrentSlide = 0; $('#Carousel').css('display', 'block'); $('.Info').css('display', 'no...")
Newer edit →

Revision as of 20:26, 19 June 2014

<script> $(document).ready(function() { var TotalSlides = $('.Person').length var CurrentSlide = 0;

$('#Carousel').css('display', 'block'); $('.Info').css('display', 'none'); $('#Bio' + ((CurrentSlide + TotalSlides + 2) % TotalSlides)).css('display', 'block');

if ($('body').width() < 990) { $('.Slide0, .Slide4').css('display', 'none'); $('.Slide1').css('left', '90px'); $('.Slide2').css('left', '255px'); $('.Slide3').css('left', '420px'); $('#Carousel, #WriteUp').css('width', '675px'); } if ($('body').width() < 675) { $('#Carousel').css('display', 'none'); $('.Info').css('display', 'block'); $('#WriteUp').css('width', '100%'); $('#WriteUp .Text, #WriteUp .InfoImg').css('width', '100%') }

$(window).resize(function() { if ($('body').width() >= 990) { $('.Slide0, .Slide4').css('display', 'block'); $('.Person').css('left', ); $('#Carousel, #WriteUp').css('width', '990px'); $('#Carousel').css('display', 'block'); $('.Info').css('display', 'none'); $('#Bio' + ((CurrentSlide + TotalSlides + 2) % TotalSlides)).css('display', 'block'); $('#WriteUp .Text, #WriteUp .InfoImg').css('width', '50%') } if ($('body').width() < 990) { $('.Slide0, .Slide4').css('display', 'none'); $('.Slide1').css('left', '90px'); $('.Slide2').css('left', '255px'); $('.Slide3').css('left', '420px'); $('#Carousel, #WriteUp').css('width', '675px'); $('#Carousel').css('display', 'block'); $('.Info').css('display', 'none'); $('#Bio' + ((CurrentSlide + TotalSlides + 2) % TotalSlides)).css('display', 'block'); $('#WriteUp .Text, #WriteUp .InfoImg').css('width', '50%') } if ($('body').width() < 675) { $('#Carousel').css('display', 'none'); $('.Info').css('display', 'block'); $('#WriteUp').css('width', '100%'); $('#WriteUp .Text, #WriteUp .InfoImg').css('width', '100%') } });

$('#bodyContent').css({'min-height' : $(window).height(), background : 'url(http://fc04.deviantart.net/fs71/f/2011/293/0/1/dark_textured_background_6_by_dianascreations-d4dgfhb.jpg)'});

$('#RightArrow').click(function() { CurrentSlide = ++CurrentSlide % TotalSlides; $('.Person').css('display', 'none'); var i = CurrentSlide;

for (var count = 0; count < 5; count++) { if (i >= TotalSlides) i = 0;

$('.Person').removeClass('Slide' + count);

SlideID = '#Person' + i; $(SlideID).css('display', 'block').addClass('Slide' + count); i++; }

$('.Info').css('display', 'none'); $('#Bio' + ((CurrentSlide + TotalSlides + 2) % TotalSlides)).css('display', 'block');

if ($('body').width() < 990) { $('.Slide0, .Slide4').css('display', 'none'); $('.Slide1').css('left', '90px'); $('.Slide2').css('left', '255px'); $('.Slide3').css('left', '420px'); $('#Carousel, #WriteUp').css('width', '675px'); } });

$('#LeftArrow').click(function() { CurrentSlide = (CurrentSlide + TotalSlides - 1) % TotalSlides; $('.Person').css('display', 'none'); var i = CurrentSlide;

for (var count = 0; count < 5; count++) { if (i >= TotalSlides) i = 0;

$('.Person').removeClass('Slide' + count);

SlideID = '#Person' + i; $(SlideID).css('display', 'block').addClass('Slide' + count); i++; }

$('.Info').css('display', 'none'); $('#Bio' + ((CurrentSlide + TotalSlides + 2) % TotalSlides)).css('display', 'block');

if ($('body').width() < 990) { $('.Slide0, .Slide4').css('display', 'none'); $('.Slide1').css('left', '90px'); $('.Slide2').css('left', '255px'); $('.Slide3').css('left', '420px'); $('#Carousel, #WriteUp').css('width', '675px'); } });

$('.Person').click(function() { var ClickedPerson = $(this).attr('id'); CurrentSlide = ((parseInt(ClickedPerson.replace('Person', ))) + TotalSlides - 2) % TotalSlides;

$('.Person').css('display', 'none'); var i = CurrentSlide;

for (var count = 0; count < 5; count++) { if (i >= TotalSlides) i = 0;

$('.Person').removeClass('Slide' + count);

SlideID = '#Person' + i; $(SlideID).css('display', 'block').addClass('Slide' + count); i++; }

$('.Info').css('display', 'none'); $('#Bio' + ((CurrentSlide + TotalSlides + 2) % TotalSlides)).css('display', 'block');

if ($('body').width() < 990) { $('.Slide0, .Slide4').css('display', 'none'); $('.Slide1').css('left', '90px'); $('.Slide2').css('left', '255px'); $('.Slide3').css('left', '420px'); $('#Carousel, #WriteUp').css('width', '675px'); } }); }); </script> <script> document.ondblclick = function(evt) {

   if (window.getSelection)
       window.getSelection().removeAllRanges();
   else if (document.selection)
       document.selection.empty();

} </script> </head>

<body>

Contents

Team Members

<img src="SpencerPortrait%28s%29.jpg">

Spencer Scott

Spencer is an enigmatic third year PhD student at the Hasty Lab of UCSD. When Spencer isn't making decisions unbecoming of a role model you'll find him training for triathlons or playing beach volleyball. Just kidding, you will actually find him in the Hasty Lab working on quorum sensing genetic circuits for microfluidic devices, or sitting at his computer uploading photos to Instagram updating his lab notebook. Spencer was on the 2011 Berkeley iGEM team and is happy to be back in a different role and spreading his love for Synthetic Biology.

<img src="JohnPortrait%28s%29.jpg">

John DeFriel

Simply put, John is the Most Interesting Man in the World. Alternatively put, he used to be a helicopter snowboarding instructor. If that hasn't convinced you, John got his BA in Rhetoric when he was 20, then lived in a truck for 2 years at the bottom of Mt. Baker where he recorded snowfall for avalanche studies while flirting with the idea of becoming a professional snowboarder. Instead, he decided getting a BS in Chemical Engineering in 3 years was a more fitting challenge. John was on the 2011 Wisconsin-Madison iGem team and remembers seeing Spencer in a checkered inspector hat and thinking "What a doofus!"

<img src="DanPortrait%28s%29.jpg">

Daniel Jacobsen

As enigmatic as Spencer likes to think he is, no one is shrouded in mystery quite like Dan. This unassuming brainchild uses all his powers for good, just like his heroes Batman and Superman. And by using his powers for good, I mean he uses his photographic memory to recount every movie quote and piece of trivia of every action flick ever to liven every conversation. Say every one more time. "Every". A man of the North, Dan was born and raised in the mid-west, or the flyover states as we here in San Diego like to say. He is still adjusting to the blinding light that seems to be quite pandemic here in southern California.

<img src="">

Nick Csicsery

<img src="">

Jacy Humphries

<img src="">

Leo Baumgart

<img src="">

Garrett Graham

<img src="">

Chang-Ho Baek, Ph.D

<img src="">

Molly Holman, J.D, Ph.D

<img src="">

Brinn Belyea

<img src="">

Woo Yong Lee, Ph.D