Team:Utah State/Team

From 2012.igem.org

(Difference between revisions)
 
Line 1: Line 1:
-
<nowiki/>
 
<html>
<html>
<head>
<head>
-
<style>
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
<title>Demo Menu - PSDGraphics.com</title>
-
    display:none;}
+
 
-
#top-section {
+
<link href="dropdown-menu.css" media="screen" rel="stylesheet" type="text/css" />
-
    border: none;
+
 
-
    height: 0px;}
+
<title>USU iGEM 2012</title>
-
#content {
+
 
-
    border: none;}
+
<style media="screen" type="text/css">  
-
#menubar > ul > li:last-child {
+
 
-
    display: none;
+
#navigation {
-
    width: auto;
+
margin:0;
-
font-size: 70%;
+
padding: 0 25px 0;
-
    top: -14px;
+
clear:both;
-
}
+
width:970px;
 +
height:51px;
 +
background: #d6eaf8 url(https://static.igem.org/mediawiki/2012/3/3e/Dropdown-bg.gif) repeat-x left top;
 +
}
 +
 
 +
 
 +
ul.nav-main,
 +
ul.nav-main li {
 +
list-style: none;
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 
 +
 
 +
ul.nav-main {
 +
position: relative;
 +
z-index: 597;
 +
}
 +
 
 +
ul.nav-main li:hover > ul {
 +
visibility: visible;
 +
}
 +
 
 +
 
 +
ul.nav-main li.hover,
 +
ul.nav-main li:hover {
 +
position: relative;
 +
z-index: 599;
 +
cursor: pointer;
 +
background: url(https://static.igem.org/mediawiki/2012/a/a9/Dropdown-bg-hover.gif) repeat-x left top;
 +
}
 +
 
 +
 
 +
 
 +
ul.nav-main li {
 +
float:left;
 +
display:block;
 +
height: 51px;
 +
color: #999;
 +
font: 14px Arial, Helvetica, sans-serif;
 +
background: url(https://static.igem.org/mediawiki/2012/3/3e/Dropdown-bg.gif) repeat-x;
 +
}
 +
 
 +
ul.nav-main li a {
 +
display:block;
 +
padding: 16px 16px 0 16px;
 +
height: 35px;
 +
color: #999;
 +
font: 14px Arial, Helvetica, sans-serif;
 +
text-decoration:none;
 +
}
 +
 
 +
ul.nav-main li a:hover {
 +
color:#D6D6D6;
 +
}
 +
 
 +
 
 +
 
 +
ul.nav-main *.list {
 +
padding-right: 22px;
 +
background: url(images/navigation-arrow.gif) no-repeat right top;
 +
}
 +
 
 +
 
 +
 
 +
ul.nav-sub {
 +
visibility: hidden;
 +
position: absolute;
 +
padding:10px;
 +
top: 48px;
 +
left: 0;
 +
z-index: 598;
 +
background: #353535 url(images/dropdown-list-bg.gif) repeat-x left top;
 +
border-right: 1px solid #000;
 +
border-bottom: 1px solid #000;
 +
border-left: 1px solid #000;
 +
}
 +
 
 +
 
 +
ul.nav-sub li {
 +
list-style:none;
 +
display:block;
 +
padding: 0;
 +
height: 27px;
 +
float: none;
 +
width:145px;
 +
border-bottom: 1px solid #5a5a5a;
 +
background: none;
 +
}
 +
 
 +
ul.nav-sub li a {
 +
list-style:none;
 +
display:block;
 +
padding: 6px 5px 6px 5px;
 +
height: 15px;
 +
float: none;
 +
width:145px;
 +
background: none;
 +
font: 12px Arial, Helvetica, sans-serif;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
#globalWrapper {width: 100%;}
 +
#top-section {width: 100%; height:30px; border:none;}
 +
#p-logo {display:none;}
 +
#search-controls {display:none;}
 +
#menubar a {color:#000000;}
 +
#menubar a:hover{text-decoration:none; color:#52749C;}
 +
.left-menu {background-color:#FFFFFF; margin:0px 0px 0px 0px; padding:0;}
 +
.left-menu ul {background-color:#FFFFFF; margin:0; padding:0;}
 +
.right-menu ul li a {background-color:#FFFFFF;}
 +
.printfooter {display:none;}
 +
#footer-box {border:none;}
 +
#catlinks {display:none;}
 +
.firstHeading {display:none;}
 +
#content {width: 100%; border:none;}
 +
#bodyContent {border:none;}
 +
/* Add Style Rules Here*/
 +
@charset "utf-8";
 +
/* CSS Document */
 +
 
 +
/* General HTML Tag Rules */
body {
body {
-
    margin: 0 0 0 0;
+
background-repeat:repeat-x;
-
    padding: 0;}
+
background-color:#ffffff;
-
#top-section {
+
background-attachment:fixed;
-
    width: 1020px;
+
background-position:top;
-
    height: 0;
+
background-repeat: repeat-x;
-
    margin: 0 auto;
+
-
    padding: 0;
+
-
    border: none;}
+
-
#content {
+
-
    position: relative;
+
-
    width:  1020px;
+
-
#    margin-left: 10px;
+
-
margin: 0 auto;
+
-
    padding: 5px 5px 5px 5px;;
+
-
    background: white;
+
-
    color: black;
+
-
    border-left: 1px solid #444444;
+
-
    border-right: 1px solid #444444;
+
-
    line-height: 1.5em;
+
-
    z-index: 2;
+
}
}
-
.left-menu:hover {
+
 
-
    background-color: transparent;}
+
h1, h2, h3, h4, h5, h6 {
-
#menubar li a {
+
-
    background-color: transparent;}
+
}
-
#menubar:hover {
+
 
-
    color: black;}
+
p {
-
#menubar li a {
+
-
    color: transparent;}
+
}
-
#menubar:hover li a {
+
 
-
    color: black;}
+
a {
 +
 +
}
 +
 
 +
a:hover {
 +
 +
}
 +
 
 +
hr {
 +
 +
}
 +
 
 +
/* General Template Class Rules */
.wrapOverall {
.wrapOverall {
-
width: auto;
+
width: 1020px;
-
height: auto;
+
    margin: 0px auto;
 +
background-image: url(https://static.igem.org/mediawiki/2012/6/61/Pagebg3.png);
 +
}
}
-
.Header1 {
+
.wrapBuckets {
 +
 
 +
}
 +
.logo {
 +
 
 +
}
 +
.navMain { background-image: url(https://static.igem.org/mediawiki/2012/6/61/Pagebg3.png);
 +
  background-repeat:no-repeat;
 +
  background-position:top center;
 +
  height:48px;
 +
  margin:0px;
 +
  padding:0px;
 +
 
 +
 
 +
}
 +
.bucket1 { background-image: url(https://static.igem.org/mediawiki/2012/6/6b/Bg_abstract.png);
 +
  background-repeat:no-repeat;
 +
  background-position:top center;
 +
  height:48px;
 +
  margin:0px;
 +
  padding:0px;
 +
  list-style-type:none;
 +
                  height: 150px;
 +
 +
}
 +
.bucket2 {
 +
 +
}
 +
 
 +
/* General Navigation Rules */
 +
 
 +
.navMain ul {
 +
margin-top:9px;
 +
padding:0px;
 +
font-family: Helvetica;
 +
font-size: 16;
 +
font-weight:bold
 +
color: #FFF;
 +
text-decoration:none;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
.navMain ul li {
 +
  margin-top: 5px;
 +
  padding:0px 32px 0px;
 +
  list-style:none;
 +
  display:inline;
 +
  text-decoration:none;
 +
 
 +
}
 +
.navMain ul li a {
 +
  margin:0px;
 +
  padding:0px;
 +
}
 +
.navMain ul li a:hover {
 +
 +
}
 +
 
 +
/* Bucket Rules */
 +
 
 +
.bucket ul {
 +
 +
}
 +
.bucket ul li {
 +
 +
}
 +
 
 +
 
 +
.wrapOverall .logo .navigation .navMain ul li a {
 +
font-size: 9px;
 +
}
 +
.wrapOverall .logo .navigation .navMain ul li a {
 +
font-size: 14px;
 +
}
 +
.wrapOverall .logo .navigation .navMain ul li a {
 +
color: #000;
 +
}
 +
.wrapOverall .logo .navigation .navMain ul li a {
 +
color: #FFF;
 +
}
 +
.table-main
 +
  {
font-family: Helvetica;
font-family: Helvetica;
text-decoration: underline;
text-decoration: underline;
font-size: 18px;
font-size: 18px;
list-style: none;
list-style: none;
 +
margin-left: 20px;
}
}
 +
.wrapTeam
 +
  {
 +
 
 +
}
 +
.wrapPhoto
 +
  {
 +
  margin-left: 20px;
 +
  display: inline-block;
 +
  float: left;
 +
}
 +
.wrapRow1
 +
  {
 +
  margin-left: 20px;
 +
  display: inline-block;
 +
}
 +
 +
.wrapRow2
 +
  {
 +
  margin-left: 20px;
 +
  display: inline-block;
 +
}
 +
 +
.wrapRow3
 +
  {
 +
  margin-left: 20px;
 +
  display: inline-block;
 +
}
 +
 +
.wrapRow4
 +
  {
 +
  margin-left: 20px;
 +
  display: inline-block;
 +
}
 +
 +
.wrapRow5
 +
  {
 +
  margin-left: 20px;
 +
  display: inline-block;
 +
}
 +
 +
.wrapRow6
 +
  {
 +
  margin-left: 20px;
 +
  display: inline-block;
 +
}
 +
 +
.wrapRow7
 +
  {
 +
  margin-left: 20px;
 +
  display: inline-block;
 +
}
 +
 +
.wrapProfile1
 +
  {
 +
  float: left;
 +
  width: 500px;
 +
  height: 301px;
 +
  display: inline-block;
 +
}
 +
 +
.wrapProfile2
 +
  {
 +
  float: right;
 +
  width: 500px;
 +
  height: 301px;
 +
  display: inline-block; 
 +
}
 +
 +
.wrapProfile3
 +
  {
 +
  float: left;
 +
  width: 500px;
 +
  height: 500px;
 +
  display: inline-block;
 +
}
 +
 +
.textProfile
 +
  {
 +
  float: right;
 +
  font-family: Helvetica;
 +
  font-weight: normal;
 +
  width: 226px;
 +
  height: 301px;
 +
  font-size: 12px;
 +
  text-style: none;
 +
  list-style: none;
 +
      line-height: 105%;
 +
}
 +
 +
.textProfile2
 +
  {
 +
  font-family: Helvetica;
 +
  font-weight: normal;
 +
  width: 1020px;
 +
  font-size: 12px;
 +
  text-style: none;
 +
  list-style: none;
 +
 
 +
}
 +
 +
.table-names
 +
  {
 +
  font-family: Helvetica;
 +
  list-style: none;
 +
  text-decoration: underline;
 +
  font-size: 16px;
 +
  font-weight: normal;
 +
}
 +
.wrapPhoto2
 +
{
 +
  margin-left: 20px;
 +
  display: inline-block;
 +
  float: left;
 +
  width: 1020px;
 +
}
 +
.photoProfile
 +
  {
 +
  width: 1020px;
 +
  height: 500px;
 +
  margin-left: 500px;
 +
 
 +
}
 +
.logoStyle {
 +
float: right;
 +
display: inline;
 +
width: 30px;
 +
height: 30px;
 +
margin-right: 10px;
 +
}
 +
</style>
</style>
 +
</head>
</head>
-
<img src="https://static.igem.org/mediawiki/2013/6/6d/TitleWhole.png" width="1020" height="970">
+
 
<body>
<body>
 +
<div style="width: 1210px; height: 5000 px; margin-left: auto; margin-right: auto;">
 +
<div style="float: right; margin-right: 435px;"><div style="position: absolute; top: 1950px;"><img src="https://static.igem.org/mediawiki/2012/f/fa/Wheresspidey8.png" onMouseOver="this.src='https://static.igem.org/mediawiki/2012/1/19/SpiderFacts3.png'" onMouseOut="this.src='https://static.igem.org/mediawiki/2012/f/fa/Wheresspidey8.png'"></div></div>
 +
<div class="wrapOverall">
<div class="wrapOverall">
-
<div style="display: inline-block; width: auto; height: auto;">      
+
<a href="https://2012.igem.org/Team:Utah_State"><img src="https://static.igem.org/mediawiki/2012/f/f0/Igem-Banner-2.png" alt="USU 2012" width="1020" height="319"></a> 
-
        <div style="position: absolute; top: 150px; display: inline-block; float: left;">          
+
  <div class="logo">
-
            <div style="display: inline-block; position: absolute; top: 220px; width: 380px; height: auto; float: left;">
+
       
-
            <a href="https://2013.igem.org/Team:Utah_State"><img src="https://static.igem.org/mediawiki/2013/2/29/HomeText.png" onMouseOver="this.src='https://static.igem.org/mediawiki/2013/b/b5/HomeSqgl.png'" onMouseOut= "this.src='https://static.igem.org/mediawiki/2013/2/29/HomeText.png'" width="233px" height="32px"></a>
+
<div class="navigation">
-
            <a href="https://2013.igem.org/Team:Utah_State/Team"><img src="https://static.igem.org/mediawiki/2013/5/51/TeamText.png" onMouseOver="this.src='https://static.igem.org/mediawiki/2013/f/f4/TeamSqgl.png'" onMouseOut= "this.src='https://static.igem.org/mediawiki/2013/5/51/TeamText.png'" width="233px" height="32px"></a>
+
      <ul id="navigation" class="nav-main">
-
            <a href="https://2013.igem.org/Team:Utah_State/Project"><img src="https://static.igem.org/mediawiki/2013/0/0c/ProjectText.png" onMouseOver="this.src='https://static.igem.org/mediawiki/2013/5/5a/ProjectSqgl.png'" onMouseOut= "this.src='https://static.igem.org/mediawiki/2013/0/0c/ProjectText.png'" width="233px" height="32px"></a>
+
                <li><a href="https://2012.igem.org/Team:Utah_State">Home</a></li>
-
            <a href="https://2013.igem.org/Team:Utah_State/Results"><img src="https://static.igem.org/mediawiki/2013/a/a9/ResultsText.png" onMouseOver="this.src='https://static.igem.org/mediawiki/2013/c/c6/ResultsSqgl.png'" onMouseOut= "this.src='https://static.igem.org/mediawiki/2013/a/a9/ResultsText.png'" width="233px" height="32px"></a>
+
               
-
            <a href="https://2013.igem.org/Team:Utah_State/Notebook"><img src="https://static.igem.org/mediawiki/2013/3/32/ProtocolsText.png" onMouseOver="this.src='https://static.igem.org/mediawiki/2013/5/5e/ProtocolsSqgl.png'" onMouseOut= "this.src='https://static.igem.org/mediawiki/2013/3/32/ProtocolsText.png'" width="233px" height="32px"></a>
+
                <li class="list"><a href="https://2012.igem.org/Team:Utah_State/Team">Team</a>
-
            <a href="https://2013.igem.org/Team:Utah_State/Parts"><img src="https://static.igem.org/mediawiki/2013/e/ef/BiobricksText.png" onMouseOver="this.src='https://static.igem.org/mediawiki/2013/7/7d/BiobricksSqgl.png'" onMouseOut= "this.src='https://static.igem.org/mediawiki/2013/e/ef/BiobricksText.png'" width="233px" height="32px"></a>
+
                <ul class="nav-sub">
-
            <a href="https://2013.igem.org/Team:Utah_State/Attributions"><img src="https://static.igem.org/mediawiki/2013/5/53/AttribText.png" onMouseOver="this.src='https://static.igem.org/mediawiki/2013/6/6e/AttribSqgl.png'" onMouseOut= "this.src='https://static.igem.org/mediawiki/2013/5/53/AttribText.png'" width="245px" height="32px"></a>
+
                <li><a href="https://2012.igem.org/Team:Utah_State/Team#AboutUSU">About Utah State</a></li>
-
            <div style="margin-left: 5px;"><a href="https://2013.igem.org/Team:Utah_State/Safety"><img src="https://static.igem.org/mediawiki/2013/2/26/SafetyText.png" onMouseOver="this.src='https://static.igem.org/mediawiki/2013/a/ab/SafetySqgl.png'" onMouseOut= "this.src='https://static.igem.org/mediawiki/2013/2/26/SafetyText.png'" width="245px" height="32px"></a></div>
+
               
-
            </div>
+
                </ul>
-
            <div style="display: inline-block; position: absolute; top: 160px; margin-left: 250px; width: 500px;">                      
+
                </li>
-
            <img src="https://static.igem.org/mediawiki/2013/f/fb/Abstract.png">
+
               
-
            </div>
+
                <li class="list"><a href="https://2012.igem.org/Team:Utah_State/Project">Project</a>
 +
                <ul class="nav-sub">
 +
                        <li><a href="https://2012.igem.org/Team:Utah_State/Project#Background">Background</a></li>
 +
                        <li><a href="https://2012.igem.org/Team:Utah_State/Project#Design">Design</a></li>
 +
                        <li><a href="https://2012.igem.org/Team:Utah_State/Project#Experimental">Experimental</a></li>
 +
                        <li><a href="https://2012.igem.org/Team:Utah_State/Project#Applications">Applications</a></li>                       
 +
                </ul>
 +
                </li>
 +
                <li class="list"><a href="https://2012.igem.org/Team:Utah_State/Results">Results</a>
 +
                <ul class="nav-sub">
 +
                    <li><a href="https://2012.igem.org/Team:Utah_State/Results#Cloning">Cloning</a></li>
 +
                        <li><a href="https://2012.igem.org/Team:Utah_State/Results#GFPExpression">GFP Expression</a></li>
 +
                        <li><a href="https://2012.igem.org/Team:Utah_State/Results#ProteinExpression">Protein Expression</a></li>
 +
                        <li><a href="https://2012.igem.org/Team:Utah_State/Results#SilkProduction">Silk Production</a></li> 
 +
                  </ul>
 +
              </li>
 +
                <li class="list"><a href="https://2012.igem.org/Team:Utah_State/Notebook">Protocols</a>
 +
              <ul class="nav-sub">
 +
                    <li><a href="https://2012.igem.org/Team:Utah_State/Notebook#SpiderSilkProtocols">Spider Silk</a></li>
 +
                        <li><a href="https://2012.igem.org/Team:Utah_State/Notebook#MolecularBiologyProtocols">Molecular Biology</a></li>
 +
                  </ul>
 +
              </li>
 +
                <li><a href="https://2012.igem.org/Team:Utah_State/Parts">BioBricks</a></li>
 +
                <li class="list"><a href="https://2012.igem.org/Team:Utah_State/Attributions">Attributions</a>
 +
                <ul class="nav-sub">
 +
                    <li><a href="https://2012.igem.org/Team:Utah_State/Attributions#Collaboration">Collaboration</a></li>
 +
                    <li><a href="https://2012.igem.org/Team:Utah_State/Attributions#HighSchoolOutreach">High School Outreach</a></li>
 +
                    <li><a href="https://2012.igem.org/Team:Utah_State/Attributions#Sponsors">Sponsors</a></li>
 +
                </ul>
 +
                </li>
 +
                <li><a href="https://2012.igem.org/Team:Utah_State/Safety">Safety</a>
 +
                <ul class="nav-sub">
 +
                    <li><a href="https://2012.igem.org/Team:Utah_State/Safety#Safety">General Safety</a></li>
 +
                    <li><a href="https://2012.igem.org/Team:Utah_State/Safety#HumanPractices">Human Practices</a></li>
 +
                </ul>
 +
                </li>               
 +
                <div class="logoStyle"><a href="http://www.youtube.com/channel/UCThQC8z2Y-GD-js0gtL5w9g?feature=guide"><img src="https://static.igem.org/mediawiki/2012/b/b6/Youtube-logo.png" width="45" height="45"></a></div>
 +
                <div class="logoStyle"><a href="https://twitter.com/UtahState_iGEM"><img src="https://static.igem.org/mediawiki/2012/9/98/FrontLogo.png" width="45" height="45"></a></div>
 +
              <div class="logoStyle"><a href="http://www.facebook.com/pages/Utah-State-iGEM/351699858258139?ref=hl"><img src="https://static.igem.org/mediawiki/2012/e/ed/Bwfacebook.png" width="45" height="45"></a></div>
 +
                <div style="float: right;display: inline; width: 39px; height: 30px; margin-right: 20px;"><a href="https://igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2012/b/b0/Igemlogobw.png" width="59" height="45"></a></div>
 +
      </ul>
 +
  <div class="wrapTeam">
 +
               
 +
                <br>
 +
                </br>
 +
                <li class="table-main">Team Members</li>
 +
                <br>
 +
               
 +
                </br>
 +
               
 +
                <div class="wrapRow1">
 +
               
 +
                    <div class="wrapProfile1">               
 +
                        <div class="wrapPhoto"><img src="https://static.igem.org/mediawiki/igem.org/e/ed/AndreaHalling4.png" alt="Andrea Halling" width="226" height="301">
 +
                        </div>
 +
                        <div class="textProfile">
 +
                        <li class="table-names">
 +
                            Andrea Halling
 +
                            </li>
 +
                            <br>
 +
                            <li class="textProfile">Andrea is entering her sophomore year at Utah State in Biological Engineering.  She is involved in undergraduate research in Dr. Miller’s synthetic biology lab and is a first year member of iGEM. In addition to research, Andrea loves being involved with Engineers without Borders Mexico as well as the USU women’s lacrosse team.
 +
                            </li>
 +
                        </div>
 +
                  </div>
 +
                    <div class="wrapProfile2">                                          
 +
                        <div class="wrapPhoto"><img src="https://static.igem.org/mediawiki/igem.org/1/17/JamalAbdinor.png" alt="Jamal Abdinor" width="226" height="301">
 +
                        </div>
 +
                        <div class="textProfile">
 +
                        <li class="table-names">
 +
                            Jamal Abdinor
 +
                            </li>
 +
                            <br>
 +
                            <li class="textProfile">
 +
                            Jamal is a Junior in Chemical Engineering at the University of Utah in Salt Lake City. He spent the summer helping out with the iGEM team.
 +
                            </li>
 +
                        </div>
 +
                  </div>
 +
            </div>        
             <br>
             <br>
-
          <div style="margin-top: 400px; margin-left: 280px; display: inline-block; height: 118px;">
+
            <br>
-
              <div style="float: left;">
+
<div class="wrapRow2">
-
            <a href="https://2013.igem.org/Team:Utah_State/Attributions"><img src="https://static.igem.org/mediawiki/2013/8/8d/Construct.png" onMouseOver="this.src='https://static.igem.org/mediawiki/2013/a/a9/ConstructHov.png'" onMouseOut="this.src='https://static.igem.org/mediawiki/2013/8/8d/Construct.png'" width="341px" height="114px"></a>
+
                    <div class="wrapProfile1">              
-
              </div>
+
                        <div class="wrapPhoto"><img src="https://static.igem.org/mediawiki/igem.org/c/c8/ThomasHarris.png" alt="Thomas Harris" width="226" height="301">
-
              <div style="float: right; margin-left: 5px;">
+
                        </div>
-
              <a href="https://2013.igem.org/Team:Utah_State/Attributions"><img src="https://static.igem.org/mediawiki/2013/d/d8/Explain.png" onMouseOver="this.src='https://static.igem.org/mediawiki/2013/5/52/ExplainHov.png'" onMouseOut="this.src='https://static.igem.org/mediawiki/2013/d/d8/Explain.png'" width="341px" height="114px"></a>
+
                        <div class="textProfile">
-
              </div>
+
                        <li class="table-names">
-
          </div>
+
                            Thomas Harris
 +
                            </li>
 +
                            <br>
 +
                            <li class="textProfile">
 +
                            Thomas Harris is an undergraduate in Biological Engineering at Utah State University.
 +
                            </li>
 +
                        </div>
 +
                  </div>
 +
                    <div class="wrapProfile2">                                           
 +
                        <div class="wrapPhoto"><img src="https://static.igem.org/mediawiki/igem.org/5/5c/RyanPutman.png" alt="Ryan Putman" width="226" height="301">
 +
                        </div>
 +
                        <div class="textProfile">
 +
                        <li class="table-names">
 +
                            Ryan Putman
 +
                            </li>
 +
                            <br>
 +
                            <li class="textProfile">
 +
                            Ryan is a Biological Engineering student entering his sophomore year at Utah State. He is involved in the Biological Engineering Club and has been participating in research in Dr. Jixun Zhan’s Metabolic Engineering Lab. His interests outside of the lab include basketball, weightlifting, and he used to be largely into chess. As it is his first year with iGEM, Ryan is looking forward to learning all of the basics and contributing in any way necessary to help the team succeed.
 +
                            </li>
 +
                        </div>
 +
                  </div>
 +
            </div>
 +
            <br>
 +
            <br>               
 +
                <div class="wrapRow3">   
 +
                    <div class="wrapProfile1">               
 +
                        <div class="wrapPhoto"><img src="https://static.igem.org/mediawiki/igem.org/d/d2/BrianSmith.png" alt="Brian Smith" width="226" height="301">
 +
                        </div>
 +
                        <div class="textProfile">
 +
                        <li class="table-names">
 +
                            Brian Smith
 +
                            </li>
 +
                            <br>
 +
                            <li class="textProfile">
 +
                            Brian is a Junior in Biological Engineering, and this is his first year participating on the iGEM team.   His personal research is centered in optimizing and reducing the cost of algal produced biodiesel.  He enjoys spending time biking, running, and rock climbing and he also enjoys spending time with his family.
 +
                            </li>
 +
                        </div>
 +
                  </div>
 +
                    <div class="wrapProfile2">                                           
 +
                        <div class="wrapPhoto"><img src="https://static.igem.org/mediawiki/igem.org/f/f9/ElizabethMartinez.png" alt="Elizabeth Martinez" width="226" height="301">
 +
                        </div>
 +
                        <div class="textProfile">
 +
                        <li class="table-names">
 +
                            Elizabeth Martinez
 +
                            </li>
 +
                            <br>
 +
                            <li class="textProfile">
 +
                            Elizabeth Martinez recently obtained her bachelor’s degree in Biological Engineering from Utah State
 +
University. She is now pursuing a Master’s degree in Biological Engineering doing research with
 +
wastewater and algae to design a clarifier for the city of Logan Utah. Elizabeth was very eager to be
 +
for the first time part of the iGEM team this year. She became interested in synthetic biology after
 +
working months in her senior design project which consisted in transforming a yeast (Pichia pastoris),
 +
a eukaryotic organism, to produce and excrete green fluorescent protein (GFP). Elizabeth is originally
 +
from Mexico and apart from the lab and school she likes helping people and spending time with her
 +
loved ones.
 +
</li>
 +
                        </div>
 +
                  </div>
 +
            </div>
 +
            <br>
 +
            <br>                 
 +
              <div class="wrapRow4">
 +
                    <div class="wrapProfile1">               
 +
                        <div class="wrapPhoto"><img src="https://static.igem.org/mediawiki/igem.org/b/bb/CharlesBarentine.png" alt="Charles Barentine" width="226" height="301">
 +
                        </div>
 +
                        <div class="textProfile">
 +
                        <li class="table-names">
 +
                            Charles Barentine
 +
                            </li>
 +
                            <br>
 +
                            <li class="textProfile">
 +
                            Charles Barentine is an undergraduate in Biological Engineering at Utah State University. This is his second year as part of the iGEM team, and he hopes to make this one an even more enduring experience than the previous years. Charles loves being outdoors in Logan and spends his time outside of the lab rock climbing, hiking, snowboarding and anything else that involves moving about.
 +
                            </li>
 +
                        </div>
 +
                  </div>
 +
                    <div class="wrapProfile2">                                           
 +
                        <div class="wrapPhoto"><img src="https://static.igem.org/mediawiki/igem.org/6/65/FredericoRodriguez.png" alt="Frederico Rodriguez" width="226" height="301">
 +
                        </div>
 +
                        <div class="textProfile">
 +
                        <li class="table-names">
 +
                            Federico Rodriguez
 +
                            </li>
 +
                            <br>
 +
                            <li class="textProfile">
 +
                            Federico Carlos Rodriguez is starting his junior year at USU. He is a transferred student from the Dominican Republic majoring in Biological Engineering and minoring in Math. He likes playing sports, especially soccer, dancing, Latin music, and watching movies.
 +
</li>
 +
                        </div>
 +
                  </div>
 +
                   
 +
            </div>
 +
                            <br>
 +
            <br>
 +
<div class="wrapRow2">
 +
                    <div class="wrapProfile1">               
 +
                        <div class="wrapPhoto"><img src="https://static.igem.org/mediawiki/2012/3/37/KathleenMiller.png" alt="Kathleen Miller" width="236" height="293">
 +
                        </div>
 +
                        <div class="textProfile">
 +
                        <li class="table-names">
 +
                            Kathleen Miller
 +
                            </li>
 +
                            <br>
 +
                            <li class="textProfile">
 +
                            Kathleen Miller is a junior at Logan High School in Logan Utah. She has been interested in biology and engineering for several years.  This is her first year on the Utah State iGEM team.  She is helping the team by performing general laboratory duties which include various molecular biological engineering techniques.  She is an avid ski racer, All-State golfer, and is on the varsity basketball team.
 +
                            </li>
 +
                        </div>
 +
                  </div>
 +
                    <div class="wrapProfile2">                                           
 +
                        <div class="wrapPhoto"><img src="https://static.igem.org/mediawiki/igem.org/2/29/SwethaC.png" alt="Swetha Chandrasekar" width="232" height="302">
 +
                        </div>
 +
                        <div class="textProfile">
 +
                        <li class="table-names">
 +
                            Swetha Chandrasekar
 +
                            </li>
 +
                            <br>
 +
                            <li class="textProfile">
 +
Swetha is a Junior in Chemical Engineering at Cooper Union University in Manhattan, New York. She spent the summer in Logan helping out USU's iGEM team with various tasks.
 +
                            </li>
 +
                        </div>
 +
                  </div>
 +
            </div>
 +
            <br>
 +
            <br>
 +
               
                 <br>
                 <br>
-
          <div style="margin-top: 5px; margin-left: 280px; display: inline-block; height: 118px;">
+
                <br>
-
                 <div style="float: left;">
+
                <br>
-
            <a href="https://2013.igem.org/Team:Utah_State/Attributions"><img src="https://static.igem.org/mediawiki/2013/2/20/Participate.png" onMouseOver="this.src='https://static.igem.org/mediawiki/2013/1/1a/ParticipateHov.png'" onMouseOut="this.src='https://static.igem.org/mediawiki/2013/2/20/Participate.png'" width="341px" height="114px"></a>
+
                <br>
-
              </div>
+
                <li class="table-main">Graduate Advisers</li>
-
              <div style="float: right; margin-left: 5px;">
+
                 <br>
-
              <a href="https://2013.igem.org/Team:Utah_State/Attributions"><img src="https://static.igem.org/mediawiki/2013/e/ea/Justify.png" onMouseOver="this.src='https://static.igem.org/mediawiki/2013/a/ae/JustifyHov.png'" onMouseOut="this.src='https://static.igem.org/mediawiki/2013/e/ea/Justify.png'" width="341px" height="114px"></a>
+
                <br>
-
               </div>
+
                   
-
          </div>              
+
              <div class="wrapRow5">
-
        </div>  
+
                    <div class="wrapProfile1">               
-
</div>
+
                        <div class="wrapPhoto"><img src="https://static.igem.org/mediawiki/2012/3/3a/Asif_holding_spider2.PNG" alt="Asif Rahman">
 +
                        </div>
 +
                        <div class="textProfile">
 +
                        <li class="table-names">
 +
                            Asif Rahman
 +
                            </li>
 +
                            <br>
 +
                            <li class="textProfile">
 +
                            Asif is one of the graduate advisers. Currently, he is pursuing his PhD in Biological Engineering at Utah State University. His area of study is secretion based recovery of bioplastic from recombinant E.coli and scale-up of the process.
 +
Asif is from Auckland, New Zealand. He obtained his Bachelors in Chemical and Biological Engineering from the University of Wisconsin-Madison and his Masters in Chemical and Material Engineering from the University of Auckland.
 +
Outside of the lab Asif plays cricket, swimming, and soccer. He also enjoys traveling.
 +
</li>
 +
                        </div>
 +
                  </div>
 +
                    <div class="wrapProfile2">                                           
 +
                        <div class="wrapPhoto"><img src="https://static.igem.org/mediawiki/igem.org/6/60/CodyTramp.png" alt="Cody Tramp" width="226" height="249">
 +
                        </div>
 +
                        <div class="textProfile">
 +
                        <li class="table-names">
 +
                            Cody Tramp
 +
                            </li>
 +
                            <br>
 +
                            <li class="textProflie">
 +
                            Cody is a third-year Ph.D. student in Biological Engineering. He received a B.S. in Biology and B.S. in Biochemistry from Utah State University. His current research project focuses on expanding synthetic biological engineering techniques into cyanobacteria and developing a standardized system for manipulating the genome of these organisms. His career goals involve expanding the capacity of synthetic biological engineering to a full-genome scale. He considers himself a true lab rat, and enjoys spending the bulk of his time in the research lab. When not at the bench, he can be found in the library buried in a book or writing computer programs.
 +
                            </li>
 +
                        </div>
 +
                  </div>
 +
            </div>
 +
                                     
 +
              <div class="wrapRow6">                 
 +
                    <div class="wrapProfile1">               
 +
                        <div class="wrapPhoto"><img src="https://static.igem.org/mediawiki/igem.org/7/77/JoshuaEllis.png" alt="Joshua Ellis" width="226" height="301">
 +
                        </div>
 +
                        <div class="textProfile">
 +
                        <li class="table-names">
 +
                            Joshua Ellis
 +
                            </li>
 +
                            <br>
 +
                            <li class="textProfile">
 +
                            Josh Ellis is a graduate advisor and a PhD student in Biological Engineering at USU. His dissertation research is focused on producing biogas and biofuels using methanogenic and solventogenic microbial populations respectively. Josh is from Idaho Falls, ID. He received his BS in Microbiology in 2008 and MS in Microbiology in 2010. He enjoys recreational activities, movies, books, and spending time with his family.
 +
                            </li>
 +
                        </div>
 +
                  </div>
 +
                    <div class="wrapProfile2">                                           
 +
                        <div class="wrapPhoto"><img src="https://static.igem.org/mediawiki/2012/3/37/CameronCopeland2.png" alt="Cameron Copeland" width="217" height="302">
 +
                        </div>
 +
                        <div class="textProfile">
 +
                        <li class="table-names">
 +
                            Cameron Copeland
 +
                            </li>
 +
                            <br>
 +
                            <li class="textProfile">
 +
                            Cameron Copeland is in the second year of his PhD in Biological Engineering.  He received his B.S. in Biological Engineering from Utah State. Cameron's interests includes racquetball, reading, board games and billards.  For the last two years he has taught billiards classes at Utah State and has participated in several tournaments all over the west.
 +
                            </li>
 +
                        </div>
 +
                  </div>
 +
            </div>
 +
                <br>
 +
                <br>
 +
 
 +
                <li class="table-main">Instructors</li>   
 +
                    <br>                           
 +
              <div class="wrapRow7">                 
 +
                    <div class="wrapProfile1">               
 +
                        <div class="wrapPhoto"><p class = "table-names">Charles Miller (Major Advisor)</p><img src="https://static.igem.org/mediawiki/2012/8/8f/Miller_holding_spider2.PNG" alt="Charles Miller">
 +
                        </div>
 +
                        <div class="textProfile">
 +
                        <p class = "table-names">Ronald Sims</p><img src="https://static.igem.org/mediawiki/2012/e/e0/Ron_sims.jpg" alt="Ron Sims" height="216">                 
 +
                        </div>
 +
                  </div>
 +
                    <div class="wrapProfile2">                                           
 +
                        <div class="wrapPhoto"><p class = "table-names">Dean H. Scott Hinton</p><img src="https://static.igem.org/mediawiki/2011/f/fc/Hinton_9-2003_small.JPG" alt="Dean H. Scott Hinton" height="216">
 +
                        </div>
 +
                        <div class="textProfile">                   
 +
                      </div>
 +
                  </div>
 +
            </div>
 +
                <br>
 +
                <br>
 +
 
 +
                <li class="table-main">Other Team Members</li>
 +
                    <br>                               
 +
                    <div class="wrapPhoto2">
 +
                        <div class="wrapPhoto">
 +
                      <p class="table-names">Spidey</p>
 +
                                <img src="https://static.igem.org/mediawiki/2012/d/d0/Spidey_holding_spider.PNG" alt="Spidey" width="225" height="267">
 +
                          </div>
 +
                      <div class="photoProfile"> 
 +
                          <p class="table-names">Team Member Hometowns</p><img src="https://static.igem.org/mediawiki/2012/2/2d/IGEM_team_google_map.png" alt="Team Member Hometowns">
 +
                    <p class="table-names">See where we are from!</p>
 +
                            </div>
 +
      </div>
 +
 
 +
 
 +
 
 +
              <a name="AboutUSU"><li class="table-main"><font color="BLACK">About Utah State University</font></li></a>
 +
              <p class="textProfile2">Cache Valley of northern Utah is the home of Utah State University.  Utah State has become nationally recognized in athletics and academics as it has grown from the small land grant Agricultural College it began as in 1888.  Its undergraduate research program is the second oldest in the nation with more than a fourth of the undergraduate students involved in their own research.  Utah State is on the cutting edge of research in engineering, and continues to excel in many disciplines.
 +
               </p>
 +
                <br>
 +
              <img src="https://static.igem.org/mediawiki/2012/9/9e/AboutUSU.png" width="1020" height="238" alt="Utah State University" longdesc="http://www.usu.edu">
 +
 
 +
 
 +
              </div>
 +
           
 +
  </div>
 +
</div>      
</div>
</div>
-
</body>
+
                           
 +
   
 +
</body>
</html>
</html>

Latest revision as of 18:46, 15 September 2013

Demo Menu - PSDGraphics.com USU iGEM 2012

USU 2012