Team:Missouri Miners/Team
From 2012.igem.org
(Difference between revisions)
Lordcheeto (Talk | contribs) |
|||
(186 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
- | < | + | <style type="text/css" title="MissouriMiners"> |
- | <img style="width: | + | #faculty { margin-bottom: 100px; } |
+ | |||
+ | .prof-fix { margin: 0px; } | ||
+ | .prof-inf { font-size: 0.9em } | ||
+ | |||
+ | #profiles { overflow:auto; } | ||
+ | .name, .officer, .major { color: white; } | ||
+ | .profile { width: 229px; height: 345px; margin: 10px 6px 0px 6px; padding: 10px 24px; float: left; } | ||
+ | .profile h4, .profile h5 { margin:0; } | ||
+ | .newline { margin: 10px 6px 0px 0px; clear:both; } | ||
+ | .return { margin: 10px 0px 0px 6px; } | ||
+ | |||
+ | .profile img { width: 180px; height: 240px; border: 2px black solid; margin: 10px 0; } | ||
+ | </style> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(function() { | ||
+ | $("#profiles > div:nth-child(4n+1)").addClass("newline"); | ||
+ | $("#profiles > div:nth-child(4n)").addClass("return"); | ||
+ | |||
+ | $("#title").html("<h1><center>Meet the Missouri Miners!</center></h1>"); | ||
+ | |||
+ | var out = ["#DC4FAD", "#AC193D", "#D24726", "#FF8F32", "#82BA00", "#008A17", "#03B3B2", "#008299", "#5DB2FF", "#0072C6", "#4617B4", "#8C0095"] | ||
+ | var colors = ["#FF3300", "#00188F", "#68217A", "#00BCF2"] | ||
+ | |||
+ | //$(".profile").each(function(i) { $(this).css("background-color", colors[Math.round(Math.random() * (colors.length - 1))]); }); | ||
+ | |||
+ | // Catches some repetition. | ||
+ | /*$(".profile").each(function(i) { do { $(this).css("background-color", out[Math.round(Math.random() * (out.length - 1))]); } | ||
+ | while($(this).css("background-color") == $(this).prev().css("background-color") | ||
+ | || $(this).css("background-color") == (i >= 4 ? $($(this).siblings()[i-4]).css("background-color") : false)) });*/ | ||
+ | |||
+ | // Catches most repetition. | ||
+ | $(".profile").each(function(i) { do { $(this).css("background-color", out[Math.round(Math.random() * (out.length - 1))]); } | ||
+ | while($(this).css("background-color") == $(this).prev().css("background-color") | ||
+ | || (i >= 4 ? $(this).css("background-color") == $($(this).siblings()[i-3]).css("background-color") : false) | ||
+ | || (i >= 4 ? $(this).css("background-color") == $($(this).siblings()[i-4]).css("background-color") : false) | ||
+ | || (i >= 5 ? $(this).css("background-color") == $($(this).siblings()[i-5]).css("background-color") : false))}); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <div> | ||
+ | <h1 style="text-align: center; ">Fall 2012 Team Picture</h1> | ||
+ | <center><img style="width: 643px;" src="https://static.igem.org/mediawiki/2012/4/49/MissouriMinersFall2012.png" alt="iGEM 2012"></center> | ||
+ | </div> | ||
+ | |||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | |||
+ | <div> | ||
+ | <h1 style="text-align: center; ">Spring 2012 Team Picture</h1> | ||
+ | <center><a href="https://static.igem.org/mediawiki/2012/archive/3/3a/20121003091246%21MissouriMinersSpring2012.jpg" title="Missouri Miners Spring 2012 iGEM Team by Shaylyn Selby"><img style="width: 100%;" src="https://static.igem.org/mediawiki/2012/f/f4/MissouriMinersSpring2012.png" alt="iGEM 2012"></a></center> | ||
+ | </div> | ||
+ | |||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | |||
+ | <h1>Faculty</h1> | ||
+ | <div id="faculty" class="clearfix" style="overflow:auto;"> | ||
+ | <div style="float: left; width: 476px;"> | ||
+ | <h2 class="prof-fix">Dr. Katie Shannon</h2> | ||
+ | <h3 class="prof-fix">Advisor</h3> | ||
+ | <br /> | ||
+ | <img style="width: 230px; float:left; border: 2px black solid;" src="https://static.igem.org/mediawiki/2012/8/89/MMDrKatieShannon.jpg"/> | ||
+ | <div style="float:left; width: 246px; padding-left: 10px;"> | ||
+ | <h4 class="prof-fix">Education:</h4> | ||
+ | <p class="prof-fix prof-inf">Harvard Medical School, PhD, 2000</p> | ||
+ | <br /> | ||
+ | <h4 class="prof-fix">Research Interests:</h4> | ||
+ | <ul class="prof-fix prof-inf" style="margin-left:20px;"> | ||
+ | <li>Cytokinesis</li> | ||
+ | <li>Cell Cycle</li> | ||
+ | <li>Cytoskeleton</li> | ||
+ | <li>Nanoparticle uptake and transport</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div style="float: left; width: 476px;"> | ||
+ | <h2 class="prof-fix">Dr. Dave Westenberg</h2> | ||
+ | <h3 class="prof-fix">Instructor</h3> | ||
+ | <br /> | ||
+ | <img style="width: 230px; float:left; border: 2px black solid;" src="https://static.igem.org/mediawiki/2012/0/01/MMDrDaveWestenberg.jpg"/> | ||
+ | <div style="float:left; width: 246px; padding-left: 10px;"> | ||
+ | <h4 class="prof-fix">Education:</h4> | ||
+ | <p class="prof-fix prof-inf">University of CA - Los Angeles, PhD, 1991</p> | ||
+ | <br /> | ||
+ | <h4 class="prof-fix">Research Interests:</h4> | ||
+ | <ul class="prof-fix prof-inf" style="margin-left:20px;"> | ||
+ | <li>Plant microbe interactions</li> | ||
+ | <li>Rhizoremediation</li> | ||
+ | <li>Bacterium-bacterium communication</li> | ||
+ | <li>Mode of action for anti-bacterial products</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <h1>Students</h1> | ||
+ | <div id="profiles"> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Amanda Foster</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/0/08/MMAmandaFoster.jpg"/> | ||
+ | <h5 class="officer">President</h5> | ||
+ | <p class="major">BiochemE and Bio Sci</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">David Pohlman</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/f/f3/MMDavidPohlman.jpg"/> | ||
+ | <h5 class="officer">Vice-President</h5> | ||
+ | <p class="major">Biochemical Engineering</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">April Pummill</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/4/45/MMAprilPummill.jpg"/> | ||
+ | <h5 class="officer">Public Relations Officer</h5> | ||
+ | <p class="major">Biological Sciences</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Blythe Ferriere</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/1/18/MMBlytheFerriere.jpg"/> | ||
+ | <h5 class="officer">Treasurer</h5> | ||
+ | <p class="major">Chemical Engineering</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Erica McFarland</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/c/c3/MMEricaMcFarland.jpg"/> | ||
+ | <h5 class="officer">Secretary</h5> | ||
+ | <p class="major">Biological Sciences</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Chester Gregg</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/4/4d/MMChesterGregg.jpg"/> | ||
+ | <h5 class="officer">Webmaster</h5> | ||
+ | <p class="major">Computer Science</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Alie Abele</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/d/d0/MMAlieAbele.jpg"/> | ||
+ | <h5 class="officer">Lab Manager</h5> | ||
+ | <p class="major">Biological Sciences</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Beth Wilkins</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/c/cc/MMBethWilkins.jpg"/> | ||
+ | <h5 class="officer">Safety Liaison to SDELC</h5> | ||
+ | <p class="major">Biological Sciences</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Emily Puleo</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/0/06/MMEmilyPuleo.jpg"/> | ||
+ | <p class="major">Biochemistry</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Jesse Townsend</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/e/e8/MMJesseTownsend.jpg"/> | ||
+ | <p class="major">Chemical Engineering</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Kelsey Crossen</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/8/86/MMKelseyCrossen.jpg"/> | ||
+ | <p class="major">Biological Sciences</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Sarah Rommelfanger</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/5/58/MMSarahRommelfanger.jpg"/> | ||
+ | <p class="major">Biological Sciences</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Nicholas Staufenbiel</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/6/61/MMNickStaufenbiel.jpg"/> | ||
+ | <p class="major">Biochemical Engineering</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Hannah Frye</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/5/5e/MMHannahFrye.jpg"/> | ||
+ | <p class="major">Biochemistry</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Mike Marsh</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/e/e5/MMMikeMarsh.jpg"/> | ||
+ | <p class="major">Biochemical Engineering</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Nathan Boys</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/c/cb/MMNathanBoys.jpg"/> | ||
+ | <p class="major">Biochemistry</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Sean Tennyson</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/a/ae/MMSeanTennyson.jpg"/> | ||
+ | <p class="major">Chemical Engineering</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Brieanna Kroeger</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/7/7c/MMBrieannaKroeger.jpg"/> | ||
+ | <p class="major">Biological Sciences</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Katie Nelson</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/a/aa/MMKatieNelson.jpg"/> | ||
+ | <p class="major">Biological Sciences</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Ava Hughes</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/1/1e/MMAvaHughes.jpg"/> | ||
+ | <p class="major">Biological Sciences</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Emilio Navarro</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/6/60/MMEmilioNavarro.jpg"/> | ||
+ | <p class="major">Computer Science</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Henry Meyer</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/d/db/MMHenryMeyer.jpg"/> | ||
+ | <p class="major">Biochemistry</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Azriel Domingo</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/b/b9/MMAzrielDomingo.jpg"/> | ||
+ | <p class="major">Chemical Engineering</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Aaron Jankelow</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/e/ee/MMAaronJankelow.jpg"/> | ||
+ | <p class="major">Mining</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Matthew Lindner</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/3/31/MMMatthewLindner.jpg"/> | ||
+ | <p class="major">Computer Engineering</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Tim Schieffer</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/f/ff/MMTimSchieffer.jpg"/> | ||
+ | <p class="major">Chemical Engineering</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Levi Palmer</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/4/45/MMLeviPalmer.png"/> | ||
+ | <p class="major">Biochemical Engineering</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Dylan Courtney</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/6/66/MMDylanCourtney.jpg"/> | ||
+ | <p class="major">Biochemical Engineering</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Nick Jentsch</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/b/b1/MMNickJentsch.jpg"/> | ||
+ | <p class="major">Chemistry</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Kevin Clark</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/e/e9/MMKevinClark.jpg"/> | ||
+ | <p class="major">Chemistry</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Trevor McCasland</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/e/e1/MMTrevorMcCasland.jpg"/> | ||
+ | <p class="major">Computer Science</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Thomas Congdon</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/b/bc/MMThomasCongdon.jpg"/> | ||
+ | <p class="major">Biological Sciences</p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Emily Mulawa</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/0/0d/MMEmilyMulawa.jpg"/> | ||
+ | <p class="major"></p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Angela Swyers</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/e/ee/MMAngelaSwyers.jpg"/> | ||
+ | <p class="major"></p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Leiren Jarvis</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/e/ef/MMLeirenJarvis.jpg"/> | ||
+ | <p class="major"></p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Kelsey Malone</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/b/b0/MMKelseyMalone.jpg"/> | ||
+ | <p class="major"></p> | ||
+ | </div> | ||
+ | <div class="profile"> | ||
+ | <h4 class="name">Robert Gillam</h4> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/2/2c/MMRobertGillam.jpg"/> | ||
+ | <p class="major">Biological Sciences</p> | ||
+ | </div> | ||
+ | </div> | ||
</html> | </html> |
Latest revision as of 03:42, 4 October 2012
Fall 2012 Team Picture

Faculty
Dr. Katie Shannon
Advisor

Education:
Harvard Medical School, PhD, 2000
Research Interests:
- Cytokinesis
- Cell Cycle
- Cytoskeleton
- Nanoparticle uptake and transport
Dr. Dave Westenberg
Instructor

Education:
University of CA - Los Angeles, PhD, 1991
Research Interests:
- Plant microbe interactions
- Rhizoremediation
- Bacterium-bacterium communication
- Mode of action for anti-bacterial products
Students
Amanda Foster

President
BiochemE and Bio Sci
David Pohlman

Vice-President
Biochemical Engineering
April Pummill

Public Relations Officer
Biological Sciences
Blythe Ferriere

Treasurer
Chemical Engineering
Erica McFarland

Secretary
Biological Sciences
Chester Gregg

Webmaster
Computer Science
Alie Abele

Lab Manager
Biological Sciences
Beth Wilkins

Safety Liaison to SDELC
Biological Sciences
Emily Puleo

Biochemistry
Jesse Townsend

Chemical Engineering
Kelsey Crossen

Biological Sciences
Sarah Rommelfanger

Biological Sciences
Nicholas Staufenbiel

Biochemical Engineering
Hannah Frye

Biochemistry
Mike Marsh

Biochemical Engineering
Nathan Boys

Biochemistry
Sean Tennyson

Chemical Engineering
Brieanna Kroeger

Biological Sciences
Katie Nelson

Biological Sciences
Ava Hughes

Biological Sciences
Emilio Navarro

Computer Science
Henry Meyer

Biochemistry
Azriel Domingo

Chemical Engineering
Aaron Jankelow

Mining
Matthew Lindner

Computer Engineering
Tim Schieffer

Chemical Engineering
Levi Palmer

Biochemical Engineering
Dylan Courtney

Biochemical Engineering
Nick Jentsch

Chemistry
Kevin Clark

Chemistry
Trevor McCasland

Computer Science
Thomas Congdon

Biological Sciences
Emily Mulawa

Angela Swyers

Leiren Jarvis

Kelsey Malone

Robert Gillam

Biological Sciences