Biomod/2011/IITM/AcidArtists/Reference papers: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<html>
<head>
<style>
/*
#bodyContent{text-align:center;}
*/
ul.polaroids { width: 970px; margin: 0 0 18px -30px; }
ul.polaroids li { display: inline; }
ul.polaroids a{display: inline; float: left; margin: 0 0 27px 30px; width: auto; padding: 10px 10px 15px; text-align: center; font-family: "Marker Felt", sans-serif; text-decoration: none; color: #333; font-size: 18px;  -webkit-transform: rotate(-2deg); -webkit-transition: -webkit-transform .15s linear; -moz-transform: rotate(-2deg); }
ul.polaroids img { display: block; width: 300px; margin-bottom: 12px; -webkit-transform: rotate(-2deg); -webkit-transition: -webkit-transform .15s linear; -moz-transform: rotate(-2deg); }
#content{
color:#111;
background:none;
border:none;
}
.portlet .pBody {
border:none;
background:none;
z-index:-1;
}
.portlet a{color:#white;}
.pBody a{color:#white;}
#footer{background:none; border:none;}
#footer li{color:#333;;}
#footer li a {color:#333;;}
h1, h2, h3, h4, h5, h6, p, a, pre{color:#333;; font-family: 'Trebuchet MS', Helvetica, sans-serif;}
#menu ul{list-style:none;}
#menu ul li{float:left; width:125px; text-align:center; background:#234ade; margin:5px; cursor:pointer}
#content_container{width:1%;height:10px; background:#333; position:absolute; top:260px; display:none; left:495%; opacity:0.8;
border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px; border:1px #AAA solid;
}
#close_container{position:absolute;left:98.5%;top:5px;,cursor:pointer;}
.contents{float:none; position:absolute; width:89%; text-align:justify; top:280px; display:none; height:316px; overflow:auto; padding:16px;}
.slide_show_pic{
position:absolute;
top:-40px; left:160px;
display:none; height:400px;
}
/*stack*/
.stack { position: fixed; bottom: 60px; right: 60px; } 
.stack > img { position: relative; cursor: pointer; padding-top: 35px; z-index: 2; left:20px;} 
.stack ul { list-style: none; position: absolute; top: 5px; cursor: pointer; z-index: 1; } 
.stack ul li { position: absolute; } 
.stack ul li img { border: 0; } 
.stack ul li span { display: none; } 
.stack .openStack li span { 
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
    display:block; 
    height: 14px; 
    position:absolute; 
    top: 17px; 
    right:60px; 
    line-height: 14px; 
    border: 0; 
    background-color:#000; 
    padding: 3px 10px; 
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    color: #fcfcfc; 
    text-align: center; 
    text-shadow: #000 1px 1px 1px; 
    opacity: .85; 
    filter: alpha(opacity = 85); 
.stack img{width:50px;}
 
/* IE Fixes */ 
.stack { _position: absolute; } 
.stack ul { _z-index:-1; _top:-15px; } 
.stack ul li { *right:5px; } 
/*stack close*/
#sidebar_bg{
width:150px;
background:#000;
opacity:0.6;
height:830px;
display:block;
position:absolute;
left:-156px; top:-50px;
z-index:-100;
}
.picture{width:200px;}
ul.polaroids a:after {
content: attr(title);
}
    /* By default, we tilt all our images -2 degrees */
    ul.polaroids a {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    }
   
    /* Rotate all even images 2 degrees */
    ul.polaroids li:nth-child(even) a {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    }
   
    /* Don't rotate every third image, but offset its position */
    ul.polaroids li:nth-child(3n) a {
    -webkit-transform: none;
    -moz-transform: none;
    position: relative;
    top: -5px;
    }
   
    /* Rotate every fifth image by 5 degrees and offset it */
    ul.polaroids li:nth-child(5n) a {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    position: relative;
    right: 5px;
    }
   
    /* Keep default rotate for every eighth, but offset it */
    ul.polaroids li:nth-child(8n) a {
    position: relative;
    top: 8px;
    right: 5px;
    }
   
    /* Keep default rotate for every eleventh, but offset it */
    ul.polaroids li:nth-child(11n) a {
    position: relative;
    top: 3px;
    left: -5px;
    }
    /* Scale the images on hover, add transitions for smoothing things out, and ensure the hover appears on top */
    ul.polaroids img:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    position: relative;
    z-index: 5;
    }
hr{width:80%;}
.stuff_contents{
position:fixed;
top:8%; left:13%;
display:none;
width:80%;
color:white;
z-index:101;
}
#contents_stuff p{width:80%; }
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"/></script>
<script>
jQuery(function () { 
    // Stack initialize 
    var openspeed = 300; 
    var closespeed = 300; 
    $('.stack>img').toggle(function(){ 
        //reverse above 
        var $el=$(this); 
        $el.next().removeClass('openStack').children('li').animate({top: '55px', left: '-10px'}, closespeed); 
        $el.next().find('li a>img').animate({width: '50px', marginLeft: '0'}, closespeed); 
        $el.animate({paddingTop: '35'}); 
    },function(){ 
        var vertical = 0; 
        var horizontal = 0; 
        var $el=$(this); 
        $el.next().children().each(function(){ 
            $(this).animate({top: '-' + vertical + 'px', left: horizontal + 'px'}, openspeed); 
            vertical = vertical + 55; 
            horizontal = (horizontal+.75)*2; 
        }); 
        $el.next().animate({top: '-50px', left: '10px'}, openspeed).addClass('openStack') 
          .find('li a>img').animate({width: '50px', marginLeft: '9px'}, openspeed); 
        $el.animate({paddingTop: '0'}); 
    });
 
    // Stacks additional animation 
    $('.stack li a').hover(function(){ 
        $("img",this).animate({width: '56px'}, 100); 
        $("span",this).animate({marginRight: '30px'}); 
    },function(){ 
        $("img",this).animate({width: '50px'}, 100); 
        $("span",this).animate({marginRight: '0'}); 
    }); 
}); 
function open_menu(){
var openspeed = 300; 
    var closespeed = 300;
var vertical = 0; 
        var horizontal = 0; 
        var $el=$('.stack>img'); 
        $el.next().children().each(function(){ 
            $(this).animate({top: '-' + vertical + 'px', left: horizontal + 'px'}, openspeed); 
            vertical = vertical + 75; 
            horizontal = (horizontal+.75)*2; 
        }); 
        $el.next().animate({top: '-50px', left: '10px'}, openspeed).addClass('openStack') 
          .find('li a>img').animate({width: '50px', marginLeft: '9px'}, openspeed); 
        $el.animate({paddingTop: '0'});
}
jQuery(document).ready(function(){
var name;
$(".picture").click(function(){
name="#"+$(this).attr("title");
$("#data_container").fadeIn();
$(name).fadeIn();
});
$("#close_dialog").click(function(){
$("#data_container").fadeOut();
$(name).fadeOut();
});
});
</script>
</head>
<body onload="open_menu()">
<div class="stack"> 
<img src="http://openwetware.org/images/9/9f/Stack.png" alt="stack"> 
<ul id="stack"> 
<li><a href="http://openwetware.org/wiki/Biomod/2011/IITM/AcidArtists/Protocols"><span>Protocols</span><img src="http://openwetware.org/images/7/7b/Protocols_pr1.gif" alt="Overveiw"></a></li>
<li><a href="http://openwetware.org/wiki/Biomod/2011/IITM/AcidArtists/Brain_storming"><span>Brain Stroming</span><img src="http://openwetware.org/images/3/3f/Brain.png" alt="Brain Storming"></a></li> 
<li><a href="http://openwetware.org/wiki/Biomod/2011/IITM/AcidArtists/Work_diary"><span>Work Diary</span><img src="http://openwetware.org/images/2/2a/Diary.png" alt="Work diary"></a></li> 
<li><a href="http://openwetware.org/wiki/Biomod/2011/IITM/AcidArtists/Overveiw"><span>Overview</span><img src="http://openwetware.org/images/1/13/Papers.png" alt="Overveiw"></a></li> 
<li><a href="http://openwetware.org/wiki/Biomod/2011/IITM/AcidArtists"><span>Home</span><img src="http://openwetware.org/images/f/f0/Home-sm.png" alt="Project"></a></li> 
</ul> 
</div> 
<div id="menu_desc" style="position:fixed; right:-38px; width:200px; text-align:center; bottom:36px; color:white; cursor:pointer"><b>Menu</b></div>
<div id="edit_able_content">
Here are some of the papers that got us started with DNA Nanotechnology. We have had several discussions around them. These are raw, unedited discussions across groups, but can be a good starting point for anyone to begin with the subject.
Here are some of the papers that got us started with DNA Nanotechnology. We have had several discussions around them. These are raw, unedited discussions across groups, but can be a good starting point for anyone to begin with the subject.


Line 5: Line 264:
:(It contains our discussions in the form of answers to generalized questions.)
:(It contains our discussions in the form of answers to generalized questions.)


* [[/Paper 1|Another Dimension for DNA Art]]
* [[/Paper 1|Another Dimension for DNA Art]]http://openwetware.org/index.php?title=Biomod/2011/IITM/AcidArtists/Reference_papers&action=edit
* [[/Paper 2|Self Assembly of DNA into Nanoscale three-dimensional shapes by Douglas et. al]]
* [[/Paper 2|Self Assembly of DNA into Nanoscale three-dimensional shapes by Douglas et. al]]
* [[/Paper 3|Folding DNA into twisted and Curved Nanoscale Shapes by Dietz et al.]]
* [[/Paper 3|Folding DNA into twisted and Curved Nanoscale Shapes by Dietz et al.]]
</div>
</body>
</html>

Revision as of 23:03, 2 November 2011

<html> <head> <style> /*

  1. bodyContent{text-align:center;}
  • /

ul.polaroids { width: 970px; margin: 0 0 18px -30px; } ul.polaroids li { display: inline; } ul.polaroids a{display: inline; float: left; margin: 0 0 27px 30px; width: auto; padding: 10px 10px 15px; text-align: center; font-family: "Marker Felt", sans-serif; text-decoration: none; color: #333; font-size: 18px; -webkit-transform: rotate(-2deg); -webkit-transition: -webkit-transform .15s linear; -moz-transform: rotate(-2deg); } ul.polaroids img { display: block; width: 300px; margin-bottom: 12px; -webkit-transform: rotate(-2deg); -webkit-transition: -webkit-transform .15s linear; -moz-transform: rotate(-2deg); }

  1. content{

color:#111; background:none; border:none; } .portlet .pBody { border:none; background:none; z-index:-1; } .portlet a{color:#white;} .pBody a{color:#white;}

  1. footer{background:none; border:none;}
  2. footer li{color:#333;;}
  3. footer li a {color:#333;;}


h1, h2, h3, h4, h5, h6, p, a, pre{color:#333;; font-family: 'Trebuchet MS', Helvetica, sans-serif;}

  1. menu ul{list-style:none;}
  2. menu ul li{float:left; width:125px; text-align:center; background:#234ade; margin:5px; cursor:pointer}
  1. content_container{width:1%;height:10px; background:#333; position:absolute; top:260px; display:none; left:495%; opacity:0.8;

border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px; border:1px #AAA solid; }

  1. close_container{position:absolute;left:98.5%;top:5px;,cursor:pointer;}

.contents{float:none; position:absolute; width:89%; text-align:justify; top:280px; display:none; height:316px; overflow:auto; padding:16px;}

.slide_show_pic{ position:absolute; top:-40px; left:160px; display:none; height:400px; }

/*stack*/

.stack { position: fixed; bottom: 60px; right: 60px; } .stack > img { position: relative; cursor: pointer; padding-top: 35px; z-index: 2; left:20px;} .stack ul { list-style: none; position: absolute; top: 5px; cursor: pointer; z-index: 1; } .stack ul li { position: absolute; } .stack ul li img { border: 0; } .stack ul li span { display: none; } .stack .openStack li span {

   font-family: "Lucida Grande", Lucida, Verdana, sans-serif;  
   display:block;  
   height: 14px;  
   position:absolute;  
   top: 17px;  
   right:60px;  
   line-height: 14px;  
   border: 0;  
   background-color:#000;  
   padding: 3px 10px;  
   border-radius: 10px;  
   -webkit-border-radius: 10px;  
   -moz-border-radius: 10px;  
   color: #fcfcfc;  
   text-align: center;  
   text-shadow: #000 1px 1px 1px;  
   opacity: .85;  
   filter: alpha(opacity = 85);  

}

.stack img{width:50px;}

/* IE Fixes */ .stack { _position: absolute; } .stack ul { _z-index:-1; _top:-15px; } .stack ul li { *right:5px; }

/*stack close*/

  1. sidebar_bg{

width:150px; background:#000; opacity:0.6; height:830px; display:block; position:absolute; left:-156px; top:-50px; z-index:-100; }

.picture{width:200px;}

ul.polaroids a:after { content: attr(title); }

   /* By default, we tilt all our images -2 degrees */
   ul.polaroids a {
   -webkit-transform: rotate(-2deg);
   -moz-transform: rotate(-2deg);
   }
    
   /* Rotate all even images 2 degrees */
   ul.polaroids li:nth-child(even) a {
   -webkit-transform: rotate(2deg);
   -moz-transform: rotate(2deg);
   }
    
   /* Don't rotate every third image, but offset its position */
   ul.polaroids li:nth-child(3n) a {
   -webkit-transform: none;
   -moz-transform: none;
   position: relative;
   top: -5px;
   }
    
   /* Rotate every fifth image by 5 degrees and offset it */
   ul.polaroids li:nth-child(5n) a {
   -webkit-transform: rotate(5deg);
   -moz-transform: rotate(5deg);
   position: relative;
   right: 5px;
   }
    
   /* Keep default rotate for every eighth, but offset it */
   ul.polaroids li:nth-child(8n) a {
   position: relative;
   top: 8px;
   right: 5px;
   }
    
   /* Keep default rotate for every eleventh, but offset it */
   ul.polaroids li:nth-child(11n) a {
   position: relative;
   top: 3px;
   left: -5px;
   }
   /* Scale the images on hover, add transitions for smoothing things out, and ensure the hover appears on top */
   ul.polaroids img:hover {
   -webkit-transform: scale(1.25);
   -moz-transform: scale(1.25);
   position: relative;
   z-index: 5;
   }

hr{width:80%;}

.stuff_contents{ position:fixed; top:8%; left:13%; display:none; width:80%; color:white; z-index:101; }

  1. contents_stuff p{width:80%; }

</style> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"/></script> <script>

jQuery(function () {

   // Stack initialize  
   var openspeed = 300;  
   var closespeed = 300;  
   $('.stack>img').toggle(function(){  
       //reverse above  
       var $el=$(this);  
       $el.next().removeClass('openStack').children('li').animate({top: '55px', left: '-10px'}, closespeed);  
       $el.next().find('li a>img').animate({width: '50px', marginLeft: '0'}, closespeed);  
       $el.animate({paddingTop: '35'});  
   },function(){  
       var vertical = 0;  
       var horizontal = 0;  
       var $el=$(this);  
       $el.next().children().each(function(){  
           $(this).animate({top: '-' + vertical + 'px', left: horizontal + 'px'}, openspeed);  
           vertical = vertical + 55;  
           horizontal = (horizontal+.75)*2;  
       });  
       $el.next().animate({top: '-50px', left: '10px'}, openspeed).addClass('openStack')  
          .find('li a>img').animate({width: '50px', marginLeft: '9px'}, openspeed);  
       $el.animate({paddingTop: '0'});  
   }); 
 
   // Stacks additional animation  
   $('.stack li a').hover(function(){  
       $("img",this).animate({width: '56px'}, 100);  
       $("span",this).animate({marginRight: '30px'});  
   },function(){  
       $("img",this).animate({width: '50px'}, 100);  
       $("span",this).animate({marginRight: '0'});  
   });  

});

function open_menu(){ var openspeed = 300;

   var closespeed = 300; 

var vertical = 0;

       var horizontal = 0;  
       var $el=$('.stack>img');  
       $el.next().children().each(function(){  
           $(this).animate({top: '-' + vertical + 'px', left: horizontal + 'px'}, openspeed);  
           vertical = vertical + 75;  
           horizontal = (horizontal+.75)*2;  
       });  
       $el.next().animate({top: '-50px', left: '10px'}, openspeed).addClass('openStack')  
          .find('li a>img').animate({width: '50px', marginLeft: '9px'}, openspeed);  
       $el.animate({paddingTop: '0'});

}

jQuery(document).ready(function(){ var name; $(".picture").click(function(){ name="#"+$(this).attr("title"); $("#data_container").fadeIn(); $(name).fadeIn(); });

$("#close_dialog").click(function(){ $("#data_container").fadeOut(); $(name).fadeOut(); });

});

</script> </head>

<body onload="open_menu()">


<div class="stack"> <img src="http://openwetware.org/images/9/9f/Stack.png" alt="stack"> <ul id="stack">

<li><a href="http://openwetware.org/wiki/Biomod/2011/IITM/AcidArtists/Protocols"><span>Protocols</span><img src="http://openwetware.org/images/7/7b/Protocols_pr1.gif" alt="Overveiw"></a></li> <li><a href="http://openwetware.org/wiki/Biomod/2011/IITM/AcidArtists/Brain_storming"><span>Brain Stroming</span><img src="http://openwetware.org/images/3/3f/Brain.png" alt="Brain Storming"></a></li> <li><a href="http://openwetware.org/wiki/Biomod/2011/IITM/AcidArtists/Work_diary"><span>Work Diary</span><img src="http://openwetware.org/images/2/2a/Diary.png" alt="Work diary"></a></li>

<li><a href="http://openwetware.org/wiki/Biomod/2011/IITM/AcidArtists/Overveiw"><span>Overview</span><img src="http://openwetware.org/images/1/13/Papers.png" alt="Overveiw"></a></li>  

<li><a href="http://openwetware.org/wiki/Biomod/2011/IITM/AcidArtists"><span>Home</span><img src="http://openwetware.org/images/f/f0/Home-sm.png" alt="Project"></a></li> </ul> </div>


<div id="menu_desc" style="position:fixed; right:-38px; width:200px; text-align:center; bottom:36px; color:white; cursor:pointer"><b>Menu</b></div>

<div id="edit_able_content"> Here are some of the papers that got us started with DNA Nanotechnology. We have had several discussions around them. These are raw, unedited discussions across groups, but can be a good starting point for anyone to begin with the subject.

You can access the original excel sheet here: https://docs.google.com/spreadsheet/ccc?key=0AksFSlQDSLnWdEw1bWxaOUZEeEU1TjZhNDN0MnlJRFE&hl=en_US#gid=0

(It contains our discussions in the form of answers to generalized questions.)
  • [[/Paper 1|Another Dimension for DNA Art]]http://openwetware.org/index.php?title=Biomod/2011/IITM/AcidArtists/Reference_papers&action=edit
  • [[/Paper 2|Self Assembly of DNA into Nanoscale three-dimensional shapes by Douglas et. al]]
  • [[/Paper 3|Folding DNA into twisted and Curved Nanoscale Shapes by Dietz et al.]]

</div>


</body> </html>