Biomod/2012/Columbia/KinesinKings: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
(Replacing page with '{{Template:Ely}}')
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
*Team Name: The Kinesin Kings
{{Template:Ely}}
*Institution: Columbia University
*Geographic Location: New York, NY, United States
*Faculty Mentor: Henry Hess
*Graduate/Postdoc Mentor: Ofer Idan
*Students:
**Megan Armstrong
**Ruchir Khaitan
**Hari Raman
**Veronica Reynolds
**Elyse Shapiro
 
 
001 : [box|style="float:right;width:;border:none;background-color:transparent;margin-right:20px;"]
002 : <<tpl:simpletemplate|parse
003 : name=Lincoln
004 : firstname=Abraham
005 : birthday=Feb 12th 1809
006 : portrait={{http://upload.wikimedia.org/wikipedia/commons/thumb/c/c8/Abraham_Lincoln.jpg/96px-Abraham_Lincoln.jpg|80x100}}
007 : tpl:simpletemplate>>
008 : [/box]

Latest revision as of 14:19, 26 October 2012

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Kinesin Kings Test</title> <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.js"></script>

<!-- <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script> --> <script type='text/javascript' src='http://www.bfkrickychiu.com/js_slider/slidereffect.js'></script> <link href='http://fonts.googleapis.com/css?family=Pontano+Sans' rel='stylesheet' type='text/css'>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>

<link rel="stylesheet" href="http://openwetware.org/images/c/ce/Default.txt" type="text/css" media="screen" /> <link rel="stylesheet" href="http://openwetware.org/images/6/68/Nivo-slider.txt" type="text/css" media="screen" /> <!--<link rel ="stylesheet" href="openwetware.org/images/5/5c/Stylers17.txt" type="text/css" media="screen" /> --> <style type="text/css"> /*Default CSS */ /* Skin Name: Nivo Slider Default Theme Skin URI: http://nivo.dev7studios.com Skin Type: flexible Description: The default skin for the Nivo Slider. Version: 1.2 Author: Gilbert Pellegrom Author URI: http://dev7studios.com

  • /

.theme-default .nivoSlider { position:relative; background:#fff url(loading.gif) no-repeat 50% 50%;

   margin-bottom:0px;
   -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
   -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
   box-shadow: 0px 1px 5px 0px #4a4a4a;

} .theme-default .nivoSlider img { position:absolute; top:0px; left:0px; display:none; } .theme-default .nivoSlider a { border:0; display:block; }

.theme-default .nivo-controlNav { text-align: center; padding: 20px 0; } .theme-default .nivo-controlNav a { display:inline-block; width:22px; height:22px; background:url(http://openwetware.org/images/c/c3/Bullets.png) no-repeat; text-indent:-9999px; border:0; margin: 0 2px; } .theme-default .nivo-controlNav a.active { background-position:0 -22px; }

.theme-default .nivo-directionNav a { display:block; width:30px; height:30px; background:url(http://openwetware.org/images/f/f0/Arrows.png) no-repeat; text-indent:-9999px; border:0; } .theme-default a.nivo-nextNav { background-position:-30px 0; right:15px; } .theme-default a.nivo-prevNav { left:15px; }

.theme-default .nivo-caption {

   font-family: Helvetica, Arial, sans-serif 34px;
   

} .theme-default .nivo-caption a {

   color:#fff;
   border-bottom:1px dotted #fff;

} .theme-default .nivo-caption a:hover {

   color:#fff;

}

.theme-default .nivo-controlNav.nivo-thumbs-enabled { width: 100%; } .theme-default .nivo-controlNav.nivo-thumbs-enabled a { width: auto; height: auto; background: none; margin-bottom: 5px; } .theme-default .nivo-controlNav.nivo-thumbs-enabled img { display: block; width: 120px; height: auto; } /*End Default */

/*NivoSlider CSS*/ /*

* jQuery Nivo Slider v3.0.1
* http://nivo.dev7studios.com
*
* Copyright 2012, Dev7studios
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* The Nivo Slider styles */ .nivoSlider { position:relative; width:100%; height:auto; overflow: hidden; } .nivoSlider img { position:absolute; top:0px; left:0px; } .nivo-main-image { display: block !important; position: relative !important; width: 100% !important; }

/* If an image is wrapped in a link */ .nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:6; display:none; } /* The slices and boxes in the Slider */ .nivo-slice { display:block; position:absolute; z-index:5; height:100%; top:0; } .nivo-box { display:block; position:absolute; z-index:5; overflow:hidden; } .nivo-box img { display:block; }

/* Caption styles */ .nivo-caption { position:absolute; left:0px; bottom:0px; background:#000; color:#fff; width:100%; z-index:8; padding: 5px 10px; opacity: 0.7; overflow: hidden; display: none; -moz-opacity: 0.8; filter:alpha(opacity=8); /*-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ /*-moz-box-sizing: border-box; /* Firefox, other Gecko */ /*box-sizing: border-box; /* Opera/IE 8+ */ } .nivo-caption p { padding:5px; margin:0; } .nivo-caption a { display:inline !important; } .nivo-html-caption {

   display:none;

} /* Direction nav styles (e.g. Next & Prev) */ .nivo-directionNav a { position:absolute; top:45%; z-index:9; cursor:pointer; } .nivo-prevNav { left:0px; } .nivo-nextNav { right:0px; } /* Control nav styles (e.g. 1,2,3...) */ .nivo-controlNav { text-align:center; padding: 0px 0; } .nivo-controlNav a { cursor:pointer; } .nivo-controlNav a.active { font-weight:bold; } /*End NivoSlider*/

/*this is external code to format away the wiki stuff*/

  1. column-one { display:none; width:0px;}

.container{background-color: #34d3e3; margin-top:0px} .OWWNBcpCurrentDateFilled {display: none;}

  1. content { width: 0px; margin: 0 auto auto 0; padding: 0em 0em 0em 0em; align: center;}
  1. column-content {width: 0px; float: left; margin: 0 0 0 0;padding: 0;}

.firstHeading {display:none; width:0px;} /*round 2*/

  1. globalWrapper{width:1060px; background-color: #fff; margin-left: auto; margin-right: auto}
  1. column-one {display:none; width:0px;background-color: #abcdef;}
  1. content{ margin: 0 0 0 0; align: center; /*padding: 12px 12px 12px 12px;*/ width: 1063px;background-color: #111; border: 0; color: #ccc;}
  1. bodyContent{ width: 1063px; align: center; background-color: #111;}
  1. column-content{width: 1063px;background-color: #111;}
  1. footer{position: center; background-color: #222; color: #ccc;

border-top-color:#222; border-bottom-color:#222;}

h1, h2, h3, h4, h5, h6 {border-bottom: none;}


/*that ends here*/


  • {padding:0; margin:0;}

body {background: #222; font: 12px Arial, sans-serif; color:#ccc;}

  1. wrap {width:1063px; margin:auto;}
  2. nav {

background:url(http://openwetware.org/images/7/78/Topbar.png) repeat-x; width:1063px; position:fixed; top:0; left:50%; height:60px; margin:0 0 0 -530px; z-index:99; } ul {list-style:none;}

  1. header {background:url(images/header.jpg) no-repeat; height:425px;}
  2. topbar {background: #ffffff; /*url(images/headerbar.jpg) repeat-x; height:40px;*/}
  3. body1content {background: #111; /*url(images/pagebg.jpg) repeat-y;*/}
  4. sitename {display:block; float:left; font:bold 34px "Helvetica", Arial, Helvetica, sans-serif; color:#75b2dd; text-shadow: #000 1px 1px 1px; padding:3px 3px 0 15px;}
  5. sitename a {text-decoration:none; color:#85c2e3;}
  6. sitename a:active, #sitename a:visited {text-decoration:none; color:#75b2dd;}
  7. sitename a:hover {color:#fff;}
  8. sitename span {color:#FF3!important; font-size:36px!important;}
  9. sitename a span {color:#FF3!important;}

.clear {clear:both;}

  1. left {width:525px; float:left; padding:8px;}
  2. sidebar {width:280px; padding:17px 8px 8px 8px; float:right;}
  3. left p {line-height:16px; margin-bottom:18px;}

h2 {color: #75b2dd; /*Columbia blue*/ font-family: 'Pontano Sans', sans-serif; font:26px; /*"Trebuchet MS", Arial, Helvetica, sans-serif; */text-shadow:#000 1px 1px 1px; display:block; margin-bottom:10px;} h3 {color: #999; font:bold 22px "Trebuchet MS", Arial, Helvetica, sans-serif; text-shadow:#000 1px 1px 1px; display:block; margin-bottom:10px;} h4 {color: #ccc; font:bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif; text-shadow:#000 1px 1px 1px; display:block; margin-bottom:10px;} a { color:#85c2e3; text-decoration:none;} a:visited,active {color:#85c2e3; text-decoration:none;} h2 a {color:#85c2e3; text-decoration:none;} h2 a:active, h2 a:visited {color:#85c2e3; text-decoration:none;} h2 a:hover {color:#fff;}

  1. header h2#desc {display:block; padding:52px 10px 0 15px; font-size:18px!important; text-shadow:#1a68ae 1px 1px 1px!important;}

/*#menu {display:block; list-style:none; float:right; width:600px; font:12px "Helvetica", Arial, Helvetica, sans-serif;}

  1. menu li {display:inline;}*/
  2. menu li a {display:block; /*float:right; padding:15px 15px 0 15px;*/ text-decoration:none; color:#85c2e3; text-shadow:#000 1px 1px 1px;}
  3. menu li a:visited, #menu li a:active {text-decoration:none; color:#85c2e3; text-shadow:#000 1px 1px 1px;}
  4. menu li a:hover {color:#fff; font: 13px bold "Helvetica", Arial, Helvetica, sans-serif;}
  5. menu li.active a{color:#fff;}

/*#menu li a span {text-decoration: underline;!important;}**/ .post { padding:8px; margin-bottom:10px;} .columns {padding:8px;} .columnleft {float:left; width:49%;} .columnright {float:right; width:49%;} .col {float:right; width:41%; margin-right:12px; margin-bottom:15px;} .col p {margin-bottom:10px!important;} .txtbutton a{display:block; background:url(images/learnmore.jpg) no-repeat!important; height:19px; width:90px; text-align:center; font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#ccc!important; text-shadow:#000 1px 1px 1px; text-decoration:none; padding:2px 0 0 0!important;} .txtbutton a:visited, .txtbutton a:active {display:block; background:url(images/learnmore.jpg) no-repeat!important; height:19px; width:90px; text-align:center; font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#ccc!important; text-shadow:#000 1px 1px 1px; text-decoration:none; padding:2px 0 0 0!important;} .txtbutton a:hover {background:url(images/learnmore-hover.jpg) no-repeat!important; color:#fff!important;}

  1. bottombar {

background:#000;width:970px; position:fixed; bottom:0; left:50%; height:25px; margin:0 0 0 -485px; z-index:998; }

.categories li {display:block; height:28px; font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;} .categories li a {display:block; background:url(images/catgory1.jpg) no-repeat; width:254px; height:22px; padding:4px 10px 0 10px; text-shadow: #000 1px 1px 1px; color:#555;} .categories li a:visited, .categories li a:active {color:#555;} .categories li a:hover {background:url(images/catgory2.jpg) no-repeat; color:#fff;}

  1. sidebar ul {margin-bottom:10px;}

.block { width:274px; margin-bottom:10px;} .blocktop{background: #ffffff /*url(images/darkbox1.jpg) no-repeat; height:6px;*/} .blockmid {padding:8px; background: #ffffff/*url(images/darkbox2.jpg) repeat-y;*/} /*.blockfooter {background:url(images/darkbox3.jpg) no-repeat; height:6px;}*/ p.ads {display:block;} img, a img {border:none;} p.ads img {display:block; float:left; margin:2px;} .breadcrumb {display:block; width:630px; float:left; padding:12px 0 0 10px;} .breadcrumb li { display:inline; font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; text-shadow: #000 1px 1px 1px;}

  1. searchbar{margin-left:665px; padding:6px 0 0 0;}
  2. searchbar div { float:left; margin-right:5px;}
  3. searchbar input {color:#fff;}
  4. searchbar .keyword {display:block; background: transparent url(images/searchfield.jpg) no-repeat; width:185px; height:27px; padding:5px 5px 0 5px; border:none; float:left; color:#fff;}
  5. sidebar .posts {padding:5px;}
  6. sidebar .posts li {display:block; padding:5px 0 5px 0;}
  7. sidebar .posts li span {font:11px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#444; display:block;}
  8. sidebar .posts li a {display:block; border-bottom: dashed 1px #9EC5DA;}
  9. footerlinks {background:url(http://openwetware.org/images/6/60/Bottombar.jpg) repeat-x; height:41px;}
  10. bottom {background:#000; padding:5px;}

.alignleft {float:left;} .alignright {float:right;} .post .articleimg {padding:8px; background:#111; border:solid 1px #000;} img.alignleft { margin:0 15px 0 0;} img.alignright {margin:0 0 0 15px;} .post a {background:#171612; text-shadow:#000 1px 1px 1px; } .post a:hover {background:#000; color:#fff;}

  1. footernav {display:block; padding:5px 25px 5px 5px;}
  2. footernav li { display:inline; font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; text-shadow: #000 1px 1px 1px; padding:0px 0px 0px 0px;}

.credit {font:11px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#444; display:block; padding:5px 0 5px 0;} h1 a, h2 a, h3 a, h4 a {background:none!important;}

  1. comments {padding:10px; background: #171612;}
  2. comments h2 {background:#000; padding:10px; font-size:18px!important;}
  3. comments .entry {padding:10px; background:#11100D; margin-bottom:10px;}
  4. comments .entry p {display:block; margin-bottom:8px!important;}
  5. comments .entry .avt {float:left; width:55px; margin-right:10px;}

.avt img {background:#000; padding:5px;}

  1. comments .entry .con, #comments .entry .name, #comments .entry .date { margin-left:70px;}
  2. comments .entry .con blockquote {font:italic 14px Georgia, "Times New Roman", Times, serif; color:#666; padding-left:15px!important; border-left: solid 5px #333!important; margin:0!important;}

h3#respond {color: #FC6;} .comments-form {background:#000; padding:10px;} .formid, .formuri, .formemail {padding:3px; height:25px; background:#171612; border:solid 1px #1C1B17; width:250px; color:#999; font-size:16px; } .comments-form label {padding-left:15px;} .comments-form textarea {padding:3px; background:#171612; border:solid 1px #1C1B17; color:#999; font-size:16px; } .postheader {margin-bottom:18px;} .postheader .postdetails {font-size:11px; color:#555;} .post blockquote {display:block; margin-left:10px; padding:5px 5px 5px 40px; border-left: solid 5px #333; font:14px italic Georgia, "Times New Roman", Times, serif; background:url(images/quote.jpg) 5px 0 no-repeat; margin-bottom:18px;} cite {display:block; color:#aaa; font-weight:bold;} .post blockquote p {margin-bottom:0!important;} blockquote.alignleft {width:200px;} blockquote.alignright {width:200px;} .post ul, .post ol {margin-bottom:18px;} .post ul li {display:block; padding:3px; line-height:16px; background:url(images/bullet.gif) 5px 5px no-repeat; padding-left:20px; margin-bottom:10px;} .post ol { margin-left:25px;} .post ol li { padding:3px; line-height:16px; margin-bottom:10px;} .post code {display:block; white-space:pre; background:#171612; padding:5px; margin-bottom:18px; font:12px "Courier New", Courier, monospace; border: solid 1px #312F29;}

.tags {padding:8px; background:#171612; margin-bottom:18px;}

.authorinfo {padding:8px; border-top: dashed 1px #333; border-bottom: dashed 1px #333; margin-bottom:18px;} .authorinfo img {float:left; margin-right:15px;} .postinfo {font-size:11px; font-weight:bold; display: block; margin-bottom:18px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;} .postbottom { border-bottom:dashed 1px #000; margin-bottom:18px; padding-bottom:8px;}

.wp-pagenavi {display:block; height:30px; margin-bottom:18px; text-shadow: #000 1px 1px 1px;} .wp-pagenavi span, .wp-pagenavi a {display:block; height:20px; padding:3px 8px 0 8px; text-align:center; float:left; background:#171612; margin-left:2px;}

.wp-pagenavi a:visited, .wp-pgenavi a:active {display:block; height:20px; padding:3px 8px 0 8px; text-align:center; float:left; background:#171612; margin-left:2px;} .wp-pagenavi .current, .wp-pagenavi a:hover {background:#000; color:#fff;}

ul.blockeasing {

     color:#ccc;
     float:right;
     font:12px "Helvetica", Arial, Helvetica, sans-serif;
     font-size:12px;
     padding:10px;
     width:600px;

} ul.blockeasing li{

     background:/*none repeat scroll 0 0 */ #000000;
     border-bottom:7px solid #000000;
     
     display:block;
     float:right;
     height:15px;
     list-style:none outside none;
     margin:0px 5px;
     padding:5px 5px;
     text-align:center;
     text-shadow:0 1px 1px #000000;
     text-transform:uppercase;
     width:80px;

}


ul.blockeasing li.main{

     height:18px;
     position:relative;    

}

ul.blockeasing li a{

    color:#CCCCCC;

}

ul.blockeasing li ul.subnav{

    /*background:none repeat scroll 0 0 #333;*/
    border-bottom:none;
    /*float:right;*/
    text-align:center;
    padding:5px 5px 0;
    position:absolute;
    left:-40%;
    width:140px;
    margin-top:10px;
    height:0px;
    display:none
    }

ul.blockeasing li ul li{

   border:none;
   /*border-bottom:1px solid #ccc;*/
   padding:6px;
   /*float:right;*/
   text-align:center;
   width:140px;
   /*overflow:visible */
   }


</style>

<script type="text/javascript">

$(window).load(function() {
       $('#slider').nivoSlider();
   });


$(document).ready(function() {


       $("ul.blockeasing li.main").mouseover(function(){ //When mouse over ...
       	   //Following event is applied to the subnav itself (making height of subnav 60px)

$(this).find('.subnav').stop().animate({height: '120px', opacity:'.7'},{queue:false, duration:1200, /*easing: 'easeOutElastic'*/}) });

$("ul.blockeasing li.main").mouseout(function(){ //When mouse out ... //Following event is applied to the subnav itself (making height of subnav 0px) $(this).find('.subnav').stop().animate({height:'0px', opacity:'0'},{queue:false, duration:900, /*easing: 'easeOutElastic'*/}) });


       //menu itembackground color animation			

/* $("li").hover(function() {

             $(this).stop().animate({ backgroundColor: "#75b2dd"}, 600);},
          function() {
             $(this).stop().animate({ backgroundColor: "#000" }, 600);
       }); */
$('li').mouseover(function(){
       $(this).stop().animate({borderBottomColor:"#75b2dd"},"fast");
   }).mouseout(function(){
       $(this).stop().animate({borderBottomColor:"#000000"},"fast");
   }); 

});

   </script>


</head>


<body> <div id="nav"> <h1 id="sitename"><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings">Kinesin Kings</a></h1> <u1 id ="menu"> <ul class="blockeasing"> <li class="main"><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/AboutUs" onmouseover="this.style.borderBottomColor ='#aaaaaa'"

  onmouseout="this.style.borderBottomColor = '#123456'">About Us</a>

<ul class="subnav"> <li><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/AboutUs#Undergraduates">Undergrads</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/AboutUs#Graduate_Student_Mentors">Graduate Mentor</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/AboutUs#Faculty_Mentor">Faculty Mentor</a></li> <!-- <li><a href="#">Idea</a></li> --> </ul> </li> <li class="main"><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/Extras">Extras</a> <ul class="subnav"> <li><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/Extras#">3D Image</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/Extras#References">References</a></li> <!-- <li><a href="#">Grad</a></li> --> <!-- <li><a href="#">Columbia</a></li> --> </ul> </li> <li class="main"><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/Project">Project</a> <ul class="subnav"> <li><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/Project#Materials">Materials and Methods</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/Project#Results">Results</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/Project#Discussion">Discussion</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/Project#Significance">Future Applications</a></li> </ul> </li>

                             <li class="main"><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/Overview">Overview</a>

<ul class="subnav"> <li><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/Overview#Objectives">Objectives</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/Overview#Abstract">Abstract</a></li> <!-- <li><a href="#">LinkedIn</a></li> --> <!-- <li><a href="#">Facebook</a></li> --> </ul> </li>

                             <li class="main"><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/Background">Background</a>

<ul class="subnav"> <li><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/Background#Definitions">Definitions</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2012/Columbia/KinesinKings/Background#Current_Practices">Common Practices</a></li> <!-- <li><a href="#">Scientific Knowledge</a></li> -->

</ul> </li> </ul> </u1>

</div>

<div id="wrap"> <div id="header"> <div class="slider-wrapper theme-default">

           <div id="slider" class="nivoSlider">
               <img src="http://openwetware.org/images/7/72/Web10x.jpg" data-thumb="images/toystory.jpg" alt="" data-transition ="slideInLeft" />
               <a href="http://dev7studios.com"><img src="http://openwetware.org/images/f/f1/Confocal.jpg" data-thumb="images/walle.jpg" alt="" data-transition ="slideInLeft"  /></a>
               <img src="http://openwetware.org/images/0/0e/FlowCellG.jpg" data-thumb="images/flowcell.jpg" alt="" data-transition="slideInLeft" />
               <img src="http://openwetware.org/images/1/1e/CoolImage.jpg" data-thumb="images/walle.jpg" alt="" data-transition ="slideInLeft"/>

<img src="http://openwetware.org/images/8/8b/Website_tester_photo.jpg" data-thumb="images/walle.jpg" alt="" data-transition="slideInLeft" />

           </div>
           <div id="htmlcaption" class="nivo-html-caption">
               <strong>This</strong> is an example of a <em>HTML</em> caption with <a href="#">a link</a>. 
           </div>
   </div>

</div>


<div id="body1content">

<div id="contentSub"><span class="subpages">&lt; <a href="/wiki/Biomod" title="Biomod">Biomod</a> | <a href="/wiki/Biomod/2012" title="Biomod/2012">2012</a></span></div> <div id="left"> <div class="post"> <h2><a href="#">Welcome to the Kinesin Kings Wiki!</a></h2> <!-- <p>Hess Lab BioMod Team. We like science</p> -->

<p>Hello! We are the Kinesin Kings from Columbia University. This past summer we designed a micro-mesh of microtubules by utilizing the unique electrostatic interaction between microtubules and the polymer poly-L-lysine. This micro-mesh is the first of its kind. Our project has potential to be useful in biosensing (lab-on-a-chip) and physical filtration systems.
</p>

<div class="clear"></div> </div>

<div class="clear"></div> </div>

<div class="columns"> <div class="col">


<h3></h3>

<h3>Our Video</h3> <iframe width="378" height="283" src="http://www.youtube.com/embed/aH2QOKW7iUs" frameborder="0" allowfullscreen style ="z-index:3;"></iframe> <p></p>


</div>

 </div>

<div class="blockfooter">


</div>

</div> <div class="block">

<div class="blockfooter"></div>

</div>

 </div>
 <div class="clear"></div>

</div> <div id="footerlinks">

<ul id="footernav"> <li><a href="http://www.columbia.edu/">Columbia University</a> &raquo;</li> <li><a href="http://orion.bme.columbia.edu/hess/">Hess Lab</a> &raquo;</li> <!-- <li><a href="#">Articles</a> &raquo;</li> <li><a href="#">Contact</a> &raquo;</li> --> <li><a style="float: right;" href="http://www.twitter.com/KinesinKings" target="_blank">

 <img src="https://twitter.com/images/resources/twitter-bird-light-bgs.png" border="0" width="30" height="30" alt="Twitter" />

</a></li> </ul> </div> <div id="bottom">


 <p style="height:36px;">

<a><img src ="http://openwetware.org/images/5/54/CULogo.png" width ="181" height = "35" alt ="Columbia" style ="float:right"/></a></p>


</div> </div> </body>

</html>