User:Benjamin Miller

From OpenWetWare
Revision as of 17:16, 26 August 2010 by Benjamin Miller (talk | contribs)
Jump to navigationJump to search

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Imperial iGEM 2010</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

<script type="text/javascript"> $(document).ready(function(){ $("ul[id|=prolist]").hide(); $("ul[id|=plalist]").hide(); $("ul[id|=reslist]").hide(); $("ul[id|=extlist]").hide(); $("li[id|=proshow]").click(function() { $("ul[id|=prolist]").slideToggle("slow");

      return false;
      });

$("li[id|=plashow]").click(function() { $("ul[id|=plalist]").slideToggle("slow");

      return false;
      });

$("li[id|=resshow]").click(function() { $("ul[id|=reslist]").slideToggle("slow");

      return false;
      });

$("li[id|=extshow]").click(function() { $("ul[id|=extlist]").slideToggle("slow");

      return false;
      });

}); </script> <style type="text/css"> #nav, #nav ul { padding: 0; margin: 0; list-style: none; line-height: 1; }

#nav a { display: block; width: 200px; color: black; font-weight: bold; font-family: "verdana"; font-size: 15px; text-decoration: none; }

#nav li { float: left; width: 200px; margin-top: 5px; }

#nav li ul { position: absolute; width: 200px; }

#nav li ul ul { margin: -1em 0 0 10em; }

#nav li:hover ul ul { left: -999em; }

#nav li li:hover ul { left: auto; } </style> </head> <body>

</body> </html>









Contact Info

Benjamin Miller (an artistic interpretation)



Education

  • Year, PhD, Institute
  • Year, MS, Institute
  • Year, BS, Institute

<html> <head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Imperial iGEM 2010</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>
<script type="text/javascript">
 $(document).ready(function(){
  $("ul[id|=poplist]").hide();

$("p[id|=popshow]").click(function() {

      $("ul[id|=poplist]").slideToggle("slow");
      return false;
      });


 });
</script>
<style type="text/css">
 #popcon
 {
  width: 150px;
 }
 #popcon ul
 {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
 }
 #popcon a:link, #popcon a:visited
 {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #34487B;
  padding: 3px;
  border-bottom: 1px solid #fff;
 }
 #popcon a:hover, #popcon a:active
 {
  background-color: #6E8BB5
 }
</style>

</head> <body>

Click me

</body> </html>


Research interests

  1. Interest 1
  2. Interest 2
  3. Interest 3