User:Benjamin Miller

From OpenWetWare
Revision as of 12:23, 18 August 2010 by Benjamin Miller (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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="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

<html> <head>

<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript"> $(document).ready(function(){ $(".flip").click(function(){

   $(".panel").slideToggle("slow");
 });

}); </script>

<style type="text/css"> div.panel,p.flip { margin:0px; padding:5px; text-align:center; background:#e5eecc; border:solid 1px #c3c3c3; } div.panel { height:120px; display:none; } </style> </head>

<body>

Because time is valuable, we deliver quick and easy learning.

At W3Schools, you can study everything you need to learn, in an accessible and handy format.

Show/Hide Panel

</body> </html>