Team:Missouri Miners/Team
From 2012.igem.org
(Difference between revisions)
(137 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
- | |||
<style type="text/css" title="MissouriMiners"> | <style type="text/css" title="MissouriMiners"> | ||
- | + | #faculty { margin-bottom: 100px; } | |
- | .profile { width: | + | |
- | .newline { margin: 10px 6px 0px 0px; } | + | .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; } | .return { margin: 10px 0px 0px 6px; } | ||
- | + | .profile img { width: 180px; height: 240px; border: 2px black solid; margin: 10px 0; } | |
- | + | ||
- | + | ||
- | + | ||
</style> | </style> | ||
Line 19: | Line 22: | ||
$("#profiles > div:nth-child(4n+1)").addClass("newline"); | $("#profiles > div:nth-child(4n+1)").addClass("newline"); | ||
$("#profiles > div:nth-child(4n)").addClass("return"); | $("#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> | </script> | ||
- | <a href=" | + | <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 id="profiles"> | ||
<div class="profile"> | <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"> | <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"> | <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"> | <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"> | <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"> | <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"> | <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"> | <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"> | <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"> | <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"> | <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"> | <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"> | <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"> | <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"> | <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"> | <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> | </div> | ||
- | |||
</html> | </html> |
Latest revision as of 03:42, 4 October 2012
Fall 2012 Team Picture
![iGEM 2012](https://static.igem.org/mediawiki/2012/4/49/MissouriMinersFall2012.png)
Faculty
Dr. Katie Shannon
Advisor
![](https://static.igem.org/mediawiki/2012/8/89/MMDrKatieShannon.jpg)
Education:
Harvard Medical School, PhD, 2000
Research Interests:
- Cytokinesis
- Cell Cycle
- Cytoskeleton
- Nanoparticle uptake and transport
Dr. Dave Westenberg
Instructor
![](https://static.igem.org/mediawiki/2012/0/01/MMDrDaveWestenberg.jpg)
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
![](https://static.igem.org/mediawiki/2012/0/08/MMAmandaFoster.jpg)
President
BiochemE and Bio Sci
David Pohlman
![](https://static.igem.org/mediawiki/2012/f/f3/MMDavidPohlman.jpg)
Vice-President
Biochemical Engineering
April Pummill
![](https://static.igem.org/mediawiki/2012/4/45/MMAprilPummill.jpg)
Public Relations Officer
Biological Sciences
Blythe Ferriere
![](https://static.igem.org/mediawiki/2012/1/18/MMBlytheFerriere.jpg)
Treasurer
Chemical Engineering
Erica McFarland
![](https://static.igem.org/mediawiki/2012/c/c3/MMEricaMcFarland.jpg)
Secretary
Biological Sciences
Chester Gregg
![](https://static.igem.org/mediawiki/2012/4/4d/MMChesterGregg.jpg)
Webmaster
Computer Science
Alie Abele
![](https://static.igem.org/mediawiki/2012/d/d0/MMAlieAbele.jpg)
Lab Manager
Biological Sciences
Beth Wilkins
![](https://static.igem.org/mediawiki/2012/c/cc/MMBethWilkins.jpg)
Safety Liaison to SDELC
Biological Sciences
Emily Puleo
![](https://static.igem.org/mediawiki/2012/0/06/MMEmilyPuleo.jpg)
Biochemistry
Jesse Townsend
![](https://static.igem.org/mediawiki/2012/e/e8/MMJesseTownsend.jpg)
Chemical Engineering
Kelsey Crossen
![](https://static.igem.org/mediawiki/2012/8/86/MMKelseyCrossen.jpg)
Biological Sciences
Sarah Rommelfanger
![](https://static.igem.org/mediawiki/2012/5/58/MMSarahRommelfanger.jpg)
Biological Sciences
Nicholas Staufenbiel
![](https://static.igem.org/mediawiki/2012/6/61/MMNickStaufenbiel.jpg)
Biochemical Engineering
Hannah Frye
![](https://static.igem.org/mediawiki/2012/5/5e/MMHannahFrye.jpg)
Biochemistry
Mike Marsh
![](https://static.igem.org/mediawiki/2012/e/e5/MMMikeMarsh.jpg)
Biochemical Engineering
Nathan Boys
![](https://static.igem.org/mediawiki/2012/c/cb/MMNathanBoys.jpg)
Biochemistry
Sean Tennyson
![](https://static.igem.org/mediawiki/2012/a/ae/MMSeanTennyson.jpg)
Chemical Engineering
Brieanna Kroeger
![](https://static.igem.org/mediawiki/2012/7/7c/MMBrieannaKroeger.jpg)
Biological Sciences
Katie Nelson
![](https://static.igem.org/mediawiki/2012/a/aa/MMKatieNelson.jpg)
Biological Sciences
Ava Hughes
![](https://static.igem.org/mediawiki/2012/1/1e/MMAvaHughes.jpg)
Biological Sciences
Emilio Navarro
![](https://static.igem.org/mediawiki/2012/6/60/MMEmilioNavarro.jpg)
Computer Science
Henry Meyer
![](https://static.igem.org/mediawiki/2012/d/db/MMHenryMeyer.jpg)
Biochemistry
Azriel Domingo
![](https://static.igem.org/mediawiki/2012/b/b9/MMAzrielDomingo.jpg)
Chemical Engineering
Aaron Jankelow
![](https://static.igem.org/mediawiki/2012/e/ee/MMAaronJankelow.jpg)
Mining
Matthew Lindner
![](https://static.igem.org/mediawiki/2012/3/31/MMMatthewLindner.jpg)
Computer Engineering
Tim Schieffer
![](https://static.igem.org/mediawiki/2012/f/ff/MMTimSchieffer.jpg)
Chemical Engineering
Levi Palmer
![](https://static.igem.org/mediawiki/2012/4/45/MMLeviPalmer.png)
Biochemical Engineering
Dylan Courtney
![](https://static.igem.org/mediawiki/2012/6/66/MMDylanCourtney.jpg)
Biochemical Engineering
Nick Jentsch
![](https://static.igem.org/mediawiki/2012/b/b1/MMNickJentsch.jpg)
Chemistry
Kevin Clark
![](https://static.igem.org/mediawiki/2012/e/e9/MMKevinClark.jpg)
Chemistry
Trevor McCasland
![](https://static.igem.org/mediawiki/2012/e/e1/MMTrevorMcCasland.jpg)
Computer Science
Thomas Congdon
![](https://static.igem.org/mediawiki/2012/b/bc/MMThomasCongdon.jpg)
Biological Sciences
Emily Mulawa
![](https://static.igem.org/mediawiki/2012/0/0d/MMEmilyMulawa.jpg)
Angela Swyers
![](https://static.igem.org/mediawiki/2012/e/ee/MMAngelaSwyers.jpg)
Leiren Jarvis
![](https://static.igem.org/mediawiki/2012/e/ef/MMLeirenJarvis.jpg)
Kelsey Malone
![](https://static.igem.org/mediawiki/2012/b/b0/MMKelseyMalone.jpg)
Robert Gillam
![](https://static.igem.org/mediawiki/2012/2/2c/MMRobertGillam.jpg)
Biological Sciences