Team:Wisconsin-Madison/teamoverview

From 2011.igem.org

(Difference between revisions)
 
(89 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
 +
    <style>
 +
        hr
 +
        { border: none;
 +
            border-top: 1px #000000 solid;
 +
        }
-
<style>
+
        #globalWrapper
-
html
+
        { //background: url('https://static.igem.org/mediawiki/2011/a/a5/Bg2.jpg') top center;
-
{ background-color: #FFFFFF;
+
            //width: 100%;
-
}
+
            //position: fixed;
 +
            //margin-left: auto;
 +
            //margin-right: auto;
 +
            background-color: #222423;
 +
        }
-
P
+
        #top-section
-
{ margin: 0px;
+
        { display: none;
-
}
+
        }
-
hr
+
        #sddm
-
{ border: none;
+
        { margin: 0;
-
border-top: 1px #000000 solid;
+
            padding: 0;
-
}
+
        z-index: 30
 +
        }
-
#globalWrapper
+
        #sddm li
-
{ background: url('https://static.igem.org/mediawiki/2011/a/a5/Bg2.jpg') top center no-repeat;
+
        { margin: 0;
-
//width: 100%;
+
            padding: 0;
-
//position: fixed;
+
            list-style: none;
-
//margin-left: auto;
+
            float: left;
-
//margin-right: auto;
+
            font: bold 11px arial
-
}
+
        }
-
#top-section
+
        #sddm li a
-
{ display: none;
+
        { display: block;
-
}
+
            margin: 0 1px 0 0;
 +
            padding: 4px 30px;
 +
            width: 101px;
 +
            background: #222423;
 +
            color: #FFF;
 +
            text-align: center;
 +
            text-decoration: none
 +
        }
-
//#menubar
+
        #sddm li a:hover
 +
        { background: #434343
 +
        }
-
//{ display: none;
+
        #sddm div
-
//}
+
        { position: absolute;
 +
            visibility: hidden;
 +
            margin: 0;
 +
            padding: 0;
 +
            background: #EAEBD8;
 +
            border: 1px solid #5970B2
 +
        }
-
#sddm
+
        #sddm div a
-
{ margin: 0;
+
        { position: relative;
-
padding: 0;
+
            display: block;
-
z-index: 30
+
            margin: 0;
-
}
+
            padding: 5px 10px;
-
 
+
            width: auto;
-
#sddm li
+
            white-space: nowrap;
-
{ margin: 0;
+
            text-align: left;
-
padding: 0;
+
            text-decoration: none;
-
list-style: none;
+
            background: #eeeeee;
-
float: left;
+
            color: #535353;
-
font: bold 11px arial
+
            font: 11px arial
-
}
+
        }
-
 
+
-
#sddm li a
+
-
{ display: block;
+
-
margin: 0 1px 0 0;
+
-
padding: 4px 30px;
+
-
width: 99px;
+
-
background: #5970B2;
+
-
color: #FFF;
+
-
text-align: center;
+
-
text-decoration: none
+
-
}
+
-
 
+
-
#sddm li a:hover
+
-
{ background: #49A3FF
+
-
}
+
-
 
+
-
#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: #EAEBD8;
+
-
color: #2875DE;
+
-
font: 11px arial
+
-
}
+
-
 
+
-
#sddm div a:hover
+
-
{ background: #49A3FF;
+
-
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);
 +
            }
-
<style>
+
            // cancel close timer
-
body{padding: 10px;background-color: #FFF;
+
            function mcancelclosetime()
-
    font: 70% "Calibri",sans-serif}
+
            {   if(closetimer)
-
h1,h2,p{margin: 0 10px}
+
                {window.clearTimeout(closetimer);
-
h1{font-size: 150%;color: #FFF}
+
                closetimer = null;
-
h2{font-size: 130%;color: #f0f0f0}
+
                }
-
p{padding-bottom:1em}
+
            }
-
h2{padding-top: 0.3em}
+
-
div#nifty{ margin: 0 10%;background: #dedede}
+
-
b.rtop, b.rbottom{display:block;background: #FFF}
+
            // close layer when click-out
-
b.rtop b, b.rbottom b{display:block;height: 1px;
+
            document.onclick = mclose;  
-
    overflow: hidden; background: #dedede}
+
        </script>
-
b.r1{margin: 0 5px}
+
    </head>
-
b.r2{margin: 0 3px}
+
   
-
b.r3{margin: 0 2px}
+
    <!--BODYYYYYYYYYYYYY STARTS HUR-->
-
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
+
-
</style>
+
-
<script type="text/javascript">  
+
-
var _gaq = _gaq || [];
+
-
_gaq.push(
+
-
['_setAccount', 'UA-272662-1'],
+
-
['_setDomainName', '.html.it'],
+
-
['_trackPageview']
+
-
);
+
-
</script>  
+
-
</head>
+
    <body>
-
 
+
<center style="position:absolute; left:2px; top:210px">
-
<center>
+
-
<img src="https://static.igem.org/mediawiki/2011/a/a4/Madison_iGem_sublogo.jpg"; style="position:absolute; left:0px; top:0px"/>
+
-
</center>
+
-
 
+
-
.<p>.<p>.<p>.<p>.<p><br></p>
+
-
 
+
-
<body>
+
-
 
+
-
<center>
+
<ul id="sddm">
<ul id="sddm">
-
<li><a href="#" 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="#">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>
-
<li><a href="#" onmouseover="mopen('m2')" onmouseout="mclosetime()">Project</a>
+
<li><a href="https://2011.igem.org/Team:Wisconsin-Madison/projectoverview" onmouseover="mopen('m2')" onmouseout="mclosetime()">Project</a>
-
 
+
<div id="m2" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
<div id="m2" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
-
<a href="#">Overview</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/projectoverview">Overview</a>
-
<a href="#">Tiger Blood Sensor</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/ethanol">Ethanol Sensor</a>
-
<a href="#">Bacardi 151 Sensor</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/alkane">Alkane Sensor</a>
-
<a href="#">Hidden Sleeve Compartment</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="#" onmouseover="mopen('m3')" onmouseout="mclosetime()">Team</a>
+
<div id="m3" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
<div id="m3" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
-
<a href="#">Overview</a>
+
                <a href="https://2011.igem.org/Team:Wisconsin-Madison/teamoverview">Overview</a>
-
<a href="#">Members</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/teammembers">Members</a>
-
<a href="#">Faculty</a>
+
<a href="https://2011.igem.org/Team:Wisconsin-Madison/teamadvisors">Advisors</a>
-
<a href="#">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-->
-
<table border="0" cellspacing="4" cellpadding="10" cellspacing="4">
+
<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>
 +
<p>
-
<tr><td width = "465" bgcolor=#dedede>
+
<table border="0" cellspacing="4" cellpadding="0"><tr><td>
-
<center>Eric Walters: <br>
+
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.
-
<img src="https://static.igem.org/mediawiki/2011/6/65/Camp_randall_ice_skating_014.jpg" width="250">
+
-
</center>
+
-
<br>
+
-
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 width = "465" bgcolor=#dedede>
+
<img src="https://static.igem.org/mediawiki/2011/2/2c/Major.jpg" width = "900" align="center"/>
-
<center>Eric Walters: <br>
+
-
<img src="http://a6.sphotos.ak.fbcdn.net/hphotos-ak-ash2/46738_425721542006_702732006_5575460_1580611_n.jpg" width="250">
+
-
</center>
+
-
<br>
+
-
Eric is a 5th year junior and professional dubstep producer. He trained under skrillex until his first divorce and became a monk for the next 5 years of his life.
+
<p><br>
<p><br>
-
</td></tr>
+
<strong><font size="3">
 +
</font></strong><p>
 +
 
 +
 
-
<tr><td width = "465" bgcolor=#dedede>
 
-
<center>John De Friel <br>
 
-
<img src="http://a6.sphotos.ak.fbcdn.net/hphotos-ak-ash2/46738_425721542006_702732006_5575460_1580611_n.jpg" width="250">
 
-
</center>
 
-
<br>
 
-
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>
 
-
<td width = "465" bgcolor=#dedede>
 
-
<center>Ian Linsmeier <br>
 
-
<img src="http://a8.sphotos.ak.fbcdn.net/hphotos-ak-snc6/215625_1746584836898_1607100428_31679118_6900713_n.jpg" width="250">
 
-
</center>
 
-
<br>
 
-
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>
 
-
<tr><td width = "465" bgcolor=#d5d5d5>
 
-
<center>John De Friel <br>
 
-
<img src="http://a6.sphotos.ak.fbcdn.net/hphotos-ak-ash2/46738_425721542006_702732006_5575460_1580611_n.jpg" width="250">
 
-
</center>
 
-
<br>
 
-
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>
 
-
<td width = "465" bgcolor=#d5d5d5>
 
-
<center>Ian Linsmeier <br>
 
-
<img src="http://a8.sphotos.ak.fbcdn.net/hphotos-ak-snc6/215625_1746584836898_1607100428_31679118_6900713_n.jpg" width="250">
 
-
</center>
 
-
<br>
 
-
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>
 
-
<tr><td width = "465" bgcolor=#d5d5d5>
 
-
<center>John De Friel <br>
 
-
<img src="http://a6.sphotos.ak.fbcdn.net/hphotos-ak-ash2/46738_425721542006_702732006_5575460_1580611_n.jpg" width="250">
 
-
</center>
 
-
<br>
 
-
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>
 
-
<td width = "465" bgcolor=#d5d5d5>
 
-
<center>Ian Linsmeier <br>
 
-
<img src="http://a8.sphotos.ak.fbcdn.net/hphotos-ak-snc6/215625_1746584836898_1607100428_31679118_6900713_n.jpg" width="250">
 
-
</center>
 
-
<br>
 
-
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.