Team:Wisconsin-Madison/teamoverview

From 2011.igem.org

(Difference between revisions)
 
(55 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
 +
    <style>
 +
        hr
 +
        { border: none;
 +
            border-top: 1px #000000 solid;
 +
        }
-
<style>
+
        #globalWrapper
 +
        { //background: url('https://static.igem.org/mediawiki/2011/a/a5/Bg2.jpg') top center;
 +
            //width: 100%;
 +
            //position: fixed;
 +
            //margin-left: auto;
 +
            //margin-right: auto;
 +
            background-color: #222423;
 +
        }
-
html
+
        #top-section
-
{ background-color: #FFFFFF;
+
        { display: none;
-
}
+
        }
-
P
+
        #sddm
-
{ margin: 0px;
+
        { margin: 0;
-
}
+
            padding: 0;
 +
        z-index: 30
 +
        }
-
hr
+
        #sddm li
-
{ border: none;
+
        { margin: 0;
-
border-top: 1px #000000 solid;
+
            padding: 0;
-
}
+
            list-style: none;
 +
            float: left;
 +
            font: bold 11px arial
 +
        }
-
#globalWrapper
+
        #sddm li a
-
{ background: url('https://static.igem.org/mediawiki/2011/a/a5/Bg2.jpg') top center;
+
        { display: block;
-
//width: 100%;
+
            margin: 0 1px 0 0;
-
//position: fixed;
+
            padding: 4px 30px;
-
//margin-left: auto;
+
            width: 101px;
-
//margin-right: auto;
+
            background: #222423;
-
}
+
            color: #FFF;
 +
            text-align: center;
 +
            text-decoration: none
 +
        }
-
#top-section
+
        #sddm li a:hover
-
{ display: none;
+
        { background: #434343
-
}
+
        }
-
//#menubar
+
        #sddm div
 +
        { position: absolute;
 +
            visibility: hidden;
 +
            margin: 0;
 +
            padding: 0;
 +
            background: #EAEBD8;
 +
            border: 1px solid #5970B2
 +
        }
-
//{ display: none;
+
        #sddm div a
-
//}
+
        { position: relative;
-
 
+
            display: block;
-
#sddm
+
            margin: 0;
-
{ margin: 0;
+
            padding: 5px 10px;
-
padding: 0;
+
            width: auto;
-
z-index: 30
+
            white-space: nowrap;
-
}
+
            text-align: left;
-
 
+
            text-decoration: none;
-
#sddm li
+
            background: #eeeeee;
-
{ margin: 0;
+
            color: #535353;
-
padding: 0;
+
            font: 11px arial
-
list-style: none;
+
        }
-
float: left;
+
-
font: bold 11px arial
+
-
}
+
-
 
+
-
#sddm li a
+
-
{ display: block;
+
-
margin: 0 1px 0 0;
+
-
padding: 4px 30px;
+
-
width: 99px;
+
-
background: #ababab;
+
-
color: #FFF;
+
-
text-align: center;
+
-
text-decoration: none
+
-
}
+
-
 
+
-
#sddm li a:hover
+
-
{ background: #434343
+
-
}
+
-
 
+
-
#sddm div
+
-
{ position: absolute;
+
-
visibility: hidden;
+
-
margin: 0;
+
-
padding: 0;
+
-
background: #EAEBD8;
+
-
border: 1px solid #5970B2
+
-
}
+
-
 
+
-
#sddm div a
+
-
{ position: relative;
+
-
display: block;
+
-
margin: 0;
+
-
padding: 5px 10px;
+
-
width: auto;
+
-
white-space: nowrap;
+
-
text-align: left;
+
-
text-decoration: none;
+
-
background: #eeeeee;
+
-
color: #535353;
+
-
font: 11px arial
+
-
}
+
-
 
+
-
#sddm div a:hover
+
-
{ background: #4e4e4e;
+
-
color: #FFF
+
-
}
+
-
 
+
-
</style>
+
-
 
+
-
<head>
+
-
 
+
-
<script type="text/javascript">
+
-
var timeout = 500;
+
-
var closetimer = 0;
+
-
var ddmenuitem = 0;
+
-
 
+
-
// open hidden layer
+
-
function mopen(id)
+
-
{
+
-
// cancel close timer
+
-
mcancelclosetime();
+
-
 
+
-
// close old layer
+
-
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
+
-
 
+
-
// get new layer and show it
+
-
ddmenuitem = document.getElementById(id);
+
-
ddmenuitem.style.visibility = 'visible';
+
-
}
+
        #sddm div a:hover
-
// close showed layer
+
        { background: #4e4e4e;
-
function mclose()
+
            color: #FFF
-
{
+
        }
-
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
+
       
 +
        #footerfake
 +
        {   position:absolute;
 +
            bottom: -55px;
 +
            left:-5px;
 +
            width:100%;
 +
            // Height of the footer
 +
            height:1px;
 +
            //background:#222423;
}
}
-
// go close timer
+
        #fcoli
-
function mclosetime()
+
        {  position:absolute;
-
{
+
            bottom: -40px;
-
closetimer = window.setTimeout(mclose, timeout);
+
            left:770px;
-
}
+
            // Height of the footer
 +
            height:1px;
 +
            //background:#222423;
 +
        }
 +
       
 +
        table
 +
        {  
 +
        table-layout: fixed;
 +
        margin-left: 15px;
 +
        margin-right: 15px
 +
        }
-
// cancel close timer
+
    </style>
-
function mcancelclosetime()
+
            <!--STYLE ENDS HURRRRRRRRRR-->
-
{
+
   
-
if(closetimer)
+
-
{
+
-
window.clearTimeout(closetimer);
+
-
closetimer = null;
+
-
}
+
-
}
+
-
// close layer when click-out
+
    <head>
-
document.onclick = mclose;  
+
        <script type="text/javascript">
-
</script>
+
            var timeout = 500;
 +
            var closetimer = 0;
 +
            var ddmenuitem = 0;
 +
           
 +
            // open hidden layer
 +
            function mopen(id)
 +
            { // cancel close timer
 +
                mcancelclosetime();
 +
                // close old layer
 +
                if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
 +
               
 +
                // get new layer and show it
 +
                ddmenuitem = document.getElementById(id);
 +
                ddmenuitem.style.visibility = 'visible';
 +
            }
 +
           
 +
            // close showed layer
 +
        function mclose()
 +
            {  if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
 +
            }
 +
           
 +
            // go close timer
 +
            function mclosetime()
 +
            {  closetimer = window.setTimeout(mclose, timeout);
 +
            }
-
</head>
+
            // cancel close timer
 +
            function mcancelclosetime()
 +
            {  if(closetimer)
 +
                {window.clearTimeout(closetimer);
 +
                closetimer = null;
 +
                }
 +
            }
-
<center>
+
            // close layer when click-out
-
<img src="https://static.igem.org/mediawiki/2011/c/c7/Logo_v2.jpg"; style="position:absolute; left:0px; top:0px"/>
+
            document.onclick = mclose;  
-
</center>
+
        </script>
 +
    </head>
 +
   
 +
    <!--BODYYYYYYYYYYYYY STARTS HUR-->
-
.<p>.<p>.<p>.<p>.<p>.<p>.<p><br>
+
    <body>
-
<body>
+
<center style="position:absolute; left:2px; top:210px">
-
 
+
-
<center>
+
<ul id="sddm">
<ul id="sddm">
-
<li><a href="https://2011.igem.org/Team:Wisconsin-Madison/umad" onmouseover="mopen('m1')" onmouseout="mclosetime()">Home</a>
+
<li><a href="https://2011.igem.org/Team:Wisconsin-Madison" onmouseover="mopen('m1')" onmouseout="mclosetime()">Home</a>
<div id="m1" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
<div id="m1" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
-
<a href="https://2011.igem.org/Team:Wisconsin-Madison/umad">Main</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison">Main</a>
<a href="https://2011.igem.org/Team:Wisconsin-Madison/whatisigem">What is iGEM?</a>
<a href="https://2011.igem.org/Team:Wisconsin-Madison/whatisigem">What is iGEM?</a>
 +
<a href="https://2011.igem.org/Team:Wisconsin-Madison/ca">Contributions & Attributions</a>
</div>
</div>
</li>
</li>
Line 160: Line 163:
<div id="m2" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
<div id="m2" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
<a href="https://2011.igem.org/Team:Wisconsin-Madison/projectoverview">Overview</a>
<a href="https://2011.igem.org/Team:Wisconsin-Madison/projectoverview">Overview</a>
-
<a href="https://2011.igem.org/Team:Wisconsin-Madison/teamesensor">Ethanol Sensor</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/ethanol">Ethanol Sensor</a>
-
<a href="https://2011.igem.org/Team:Wisconsin-Madison/teamasensor">Alkane Sensor</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/alkane">Alkane Sensor</a>
-
<a href="https://2011.igem.org/Team:Wisconsin-Madison/teambmc">Microcompartment</a>
+
                <a href="https://2011.igem.org/Team:Wisconsin-Madison/directedevolution">Directed Evolution</a>
 +
<a href="https://2011.igem.org/Team:Wisconsin-Madison/bmc">Microcompartment</a>
 +
                <a href="https://2011.igem.org/Team:Wisconsin-Madison/parts">Parts</a>
</div>
</div>
</li>
</li>
<li><a href="https://2011.igem.org/Team:Wisconsin-Madison/teamoverview" onmouseover="mopen('m3')" onmouseout="mclosetime()">Team</a>
<li><a href="https://2011.igem.org/Team:Wisconsin-Madison/teamoverview" onmouseover="mopen('m3')" onmouseout="mclosetime()">Team</a>
<div id="m3" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
<div id="m3" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
-
<a href="https://2011.igem.org/Team:Wisconsin-Madison/teamoverview">Overview</a>
+
                <a href="https://2011.igem.org/Team:Wisconsin-Madison/teamoverview">Overview</a>
<a href="https://2011.igem.org/Team:Wisconsin-Madison/teammembers">Members</a>
<a href="https://2011.igem.org/Team:Wisconsin-Madison/teammembers">Members</a>
-
<a href="https://2011.igem.org/Team:Wisconsin-Madison/teamfaculty">Faculty</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/teamadvisors">Advisors</a>
<a href="https://2011.igem.org/Team:Wisconsin-Madison/teamsponsors">Sponsors</a>
<a href="https://2011.igem.org/Team:Wisconsin-Madison/teamsponsors">Sponsors</a>
</div>
</div>
</li>
</li>
-
<li><a href="#" onmouseover="mopen('m4')" onmouseout="mclosetime()">Notebook</a>
+
<li><a href="https://2011.igem.org/Team:Wisconsin-Madison/calender" onmouseover="mopen('m4')" onmouseout="mclosetime()">Notebook</a>
-
 
+
<div id="m4" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
<div id="m4" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
-
<a href="#">Protocols</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/protocols">Protocols</a>
-
<a href="#">Calender</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/calender">Calendar</a>
-
<a href="#">Experiment</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/references">References</a>
-
<a href="#">References</a>
+
</div>
</div>
</li>
</li>
-
<li><a href="#" onmouseover="mopen('m5')" onmouseout="mclosetime()">Outreach</a>
+
<li><a href="https://2011.igem.org/Team:Wisconsin-Madison/outreach" onmouseover="mopen('m5')" onmouseout="mclosetime()">Outreach</a>
<div id="m5" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
<div id="m5" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
-
<a href="#">Science Olympiad</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/scienceolympiad">Science Olympiad</a>
-
<a href="#">REU Poster Session</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/reuposterSession">REU Poster Session</a>
-
<a href="#">Social Media</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/socialmedia">Social Media</a>
-
<a href="#">Lectures</a>
+
</div>
</div>
</li>
</li>
-
<li><a href="#" onmouseover="mopen('m6')" onmouseout="mclosetime()">Safety</a>
+
<li><a href="https://2011.igem.org/Team:Wisconsin-Madison/safety" onmouseover="mopen('m6')" onmouseout="mclosetime()">Safety</a>
-
<div id="m5" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
+
<div id="m6" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
-
<a href="#">Science Olympiad</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/humanpractice">Human Practice</a>
-
<a href="#">Lectures</a>
+
</div>
</div>
</li>
</li>
</ul>
</ul>
</center>
</center>
 +
 +
<center>
 +
    <img src="https://static.igem.org/mediawiki/2011/a/aa/Logo_v2.2.jpg"; style="position:absolute; left:-10px; top:-10px"/>
 +
</center>
-
<!--START BODY HUR-->
+
<p><br> <p><br> <p><br> <p><br> <p><br> <p><br> <p><br> <p><br>
 +
<!--COOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONTENT STARTS HUR-->
-
<p><br><br>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/teamoverview">Team</a> >> <a href="https://2011.igem.org/Team:Wisconsin-Madison/teamoverview">Overview</a>, <a href="https://2011.igem.org/Team:Wisconsin-Madison/teammembers">Members</a>, <a href="https://2011.igem.org/Team:Wisconsin-Madison/teamadvisors">Advisors</a>, <a href="https://2011.igem.org/Team:Wisconsin-Madison/teamsponsors">Sponsors</a>
-
<a href="https://2011.igem.org/Team:Wisconsin-Madison/teamoverview">Team</a> >> <a href="https://2011.igem.org/Team:Wisconsin-Madison/teamoverview">Overview</a>, <a href="https://2011.igem.org/Team:Wisconsin-Madison/teammembers">Members</a>, <a href="https://2011.igem.org/Team:Wisconsin-Madison/teamfaculty">Faculty</a>, <a href="https://2011.igem.org/Team:Wisconsin-Madison/teamsponsors">Sponsors</a>
+
<p>
-
<table border="0" cellspacing="25" cellpadding="10" cellspacing="4">
+
<table border="0" cellspacing="4" cellpadding="0"><tr><td>
 +
The 2011 UW-Madison iGEM team is made up a diverse group of undergraduates in a variety of majors. Please click on the links above to view each member's profile.
-
<tr><td width = "900" bgcolor=#dedede valign ="top" height = "200">
+
<img src="https://static.igem.org/mediawiki/2011/2/2c/Major.jpg" width = "900" align="center"/>
-
<img src="https://static.igem.org/mediawiki/2011/6/65/Camp_randall_ice_skating_014.jpg" width="200" align="Left" style="padding:30px;" /> <p><br>
+
-
Mary Sagstetter:<p>
+
-
I am a senior at University of Wisconsin-Madison majoring in Microbiology and Life Science Communication. My research interest is in applying microbiology to public health related fields such as monitoring antibiotic resistance in a waste water treatment plant. I have also written science articles for the college newspaper that pertain to student health issues and research around the campus. This is my second year on the iGEM team. Fun Fact: The picture was taken at the hockey rink inside Camp Randall.
+
<p><br>
<p><br>
-
</td></tr>
+
<strong><font size="3">
 +
</font></strong><p>
-
<td width = "450" bgcolor=#dedede valign ="top">
 
-
<img src="https://static.igem.org/mediawiki/2011/f/f4/Eric_face.jpg" width="200" align="Left" style="padding:30px;"> <p><br>
 
-
Eric Walters: <p>
 
-
I am a senior at University of Wisconsin-Madison majoring in Microbiology and Life Science Communication. My research interest is in applying microbiology to public health related fields such as monitoring antibiotic resistance in a waste water treatment plant. I have also written science articles for the college newspaper that pertain to student health issues and research around the campus. This is my second year on the iGEM team. Fun Fact: The picture was taken at the hockey rink inside Camp Randall.
 
-
<p><br>
 
-
</td>
 
-
</td></tr>
 
-
<tr><td width = "450" bgcolor=#dedede valign ="top" height = "200">
 
-
<img src="https://static.igem.org/mediawiki/2011/b/bc/John_picture.jpg" width="200" align="Left" style="padding:30px;"> <p><br>
 
-
John De Friel: <p>
 
-
John De Friel is a senior in the department of Chemical and Biological Engineering at UW-Madison focusing on computational and experimental approaches to systems and synthetic biology. In his computational work, he develops and analyzes genome-scale metabolic models of bacteria. These models are used for determining genetic engineering strategies of bacteria to increase their production of bio-fuels or the degradation of environmental contaminants. His experimental work has focused on using synthetic biology to develop bio-sensors for petroleum products and working in a genomics laboratory to sequence and analyze the genome of Pseudomonas fluorescens L5.1-96.
 
-
<p><br>
 
-
</td></tr>
 
-
<td width = "450" bgcolor=#dedede valign ="top">
 
-
<img src="https://static.igem.org/mediawiki/2011/e/e7/Kenny_pic.jpg" width="200" align="Left" style="padding:30px;"> <p><br>
 
-
Kenneth O. Xu <p>
 
-
Kenny is a senior at the University of Wisconsin-Madison studying biomedical engineering. He enjoys listening to dubstep and making esports commentary in his free time.
 
-
<p><br>
 
-
</td></tr>
 
-
<td width = "450" bgcolor=#dedede valign ="top">
 
-
<img src="https://static.igem.org/mediawiki/2011/3/3b/Ian.jpg" width="200" align="Left" style="padding:30px;"> <p><br>
 
-
Ian Linsmeier <p>
 
-
Ian Linsmeier is a junior majoring in Biomedical Engineering at the University of Wisconsin Madison. His research interests include tissue engineering and neurally controlled robotic limb prostheses. Recently, he just finished a pneumatic esophageal analog that was used to test and improve a developing medical device intended to replace the pulmonary artery catheter.
 
-
<p><br>
 
-
</td></tr>
 
-
<td width = "450" bgcolor=#dedede valign ="top">
 
-
<img src="https://static.igem.org/mediawiki/2011/a/af/Patrick_picture.jpg" width="200" align="Left" style="padding:30px;"> <p><br>
 
-
Patrick Cassidy <p>
 
-
Patrick Cassidy a senior at UW-Madison in the Biomedical Engineering department.  Unsure of his interests, he has worked in several labs; studying the biomechanics of ACL injuries, modeling the chemical interactions of transition metals and hydroxamic acids, and now using synthetic biology to produce bio-sensors. Recently, he has discovered an interest in the chemistry of polymeric materials, and helped design a protective gel for thermal ablation procedures, which is currently being pursued for a patent by WARF. Other interests are science fiction, heavy guitars, and the 80’s.
 
-
<p><br>
 
-
</td></tr>
 
-
<td width = "450" bgcolor=#dedede valign ="top">
 
-
<img src="https://static.igem.org/mediawiki/2011/a/af/Patrick_picture.jpg" width="200" align="Left" style="padding:30px;"> <p><br>
 
-
Yaming Jiang <p>
 
-
Patrick Cassidy a senior at UW-Madison in the Biomedical Engineering department.  Unsure of his interests, he has worked in several labs; studying the biomechanics of ACL injuries, modeling the chemical interactions of transition metals and hydroxamic acids, and now using synthetic biology to produce bio-sensors. Recently, he has discovered an interest in the chemistry of polymeric materials, and helped design a protective gel for thermal ablation procedures, which is currently being pursued for a patent by WARF. Other interests are science fiction, heavy guitars, and the 80’s.
 
-
<p><br>
 
-
</td></tr>
 
-
<td width = "450" bgcolor=#dedede valign ="top">
 
-
<img src="https://static.igem.org/mediawiki/2011/a/af/Patrick_picture.jpg" width="200" align="Left" style="padding:30px;"> <p><br>
 
-
Xiong Xiong <p>
 
-
Patrick Cassidy a senior at UW-Madison in the Biomedical Engineering department.  Unsure of his interests, he has worked in several labs; studying the biomechanics of ACL injuries, modeling the chemical interactions of transition metals and hydroxamic acids, and now using synthetic biology to produce bio-sensors. Recently, he has discovered an interest in the chemistry of polymeric materials, and helped design a protective gel for thermal ablation procedures, which is currently being pursued for a patent by WARF. Other interests are science fiction, heavy guitars, and the 80’s.
 
-
<p><br>
 
-
</td></tr>
 
-
</table>
 
 +
</td></tr></table>
 +
<p><br> <p><br>
 +
    <div id="footerfake">
 +
        <img src="https://static.igem.org/mediawiki/2011/3/3e/Medium_footer.jpg">
 +
    </div>
-
</body>
+
    <div id="fcoli">
 +
        <img src="https://static.igem.org/mediawiki/2011/e/ee/Mini_ecoli.png">
 +
    </div>

Latest revision as of 23:06, 28 September 2011









Team >> Overview, Members, Advisors, Sponsors

The 2011 UW-Madison iGEM team is made up a diverse group of undergraduates in a variety of majors. Please click on the links above to view each member's profile.