User:Benjamin Miller

From OpenWetWare
Revision as of 16:11, 27 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(){ $("#prolist").hide(); $("#plalist").hide(); $("#reslist").hide(); $("#extlist").hide(); $("#dialist").hide(); $("#tealist").hide(); $("#proshow").click(function() { $("#prolist").slideToggle("slow"); return false; }); $("#plashow").click(function() { $("#plalist").slideToggle("slow"); return false; }); $("#resshow").click(function() { $("#reslist").slideToggle("slow"); return false; }); $("#extshow").click(function() { $("#extlist").slideToggle("slow"); return false; }); $("#diashow").click(function() { $("#dialist").slideToggle("slow"); return false; }); $("#teashow").click(function() { $("#tealist").slideToggle("slow"); return false; }); }); </script> <style type="text/css"> #nav { padding: 0; margin: 0; list-style: none; }

#nav ul { padding-left: 1em; margin: 0; list-style: none; }

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

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

#nav li ul { position: absolute; width: 200px; margin-top: 5px; margin-left: 10px; }

#nav li ul ul { margin: 0 0 0 10em; } </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