Biomod/2013/HKBU/reference
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script type="text/javascript" src="http://www.webdm.cn/images/20091119/jquery-latest.js"></script> <script type="text/javascript"> $(document).ready(function(){
$("ul.subnav").parent().append(""); //Only shows drop down trigger when js is enabled - Adds empty span tag after ul.subnav
$("ul.topnav li span").click(function() { //When trigger is clicked...
//Following events are applied to the subnav itself (moving subnav up and down) $(this).parent().find("ul.subnav").slideDown('fast').show(); //Drop down the subnav on click
$(this).parent().hover(function() { }, function(){ $(this).parent().find("ul.subnav").slideUp('slow'); //When the mouse hovers out of the subnav, move it back up });
//Following events are applied to the trigger (Hover events for the trigger) }).hover(function() { $(this).addClass("subhover"); //On hover over, add class "subhover" }, function(){ //On Hover Out $(this).removeClass("subhover"); //On hover out, remove class "subhover" });
$(window).scroll(function() {
if($(this).scrollTop() > 100){
$('#goTop').stop().animate({
top: '20px'
}, 500);
}
else{
$('#goTop').stop().animate({
top: '-100px'
}, 500);
}
});
$('#goTop').click(function() {
$('html, body').stop().animate({
scrollTop: 0
}, 500, function() {
$('#goTop').stop().animate({
top: '-100px'
}, 500);
});
});
}); </script> <style type="text/css"> body { color:#000; margin: 0; padding: 0; font: 10px Arial, Helvetica, sans-serif; background: #000000; } .container { width: 870px; margin: 0 auto; position: relative;
}
- header {
background: url(http://openwetware.org/images/d/db/HKBU_2013_Top_logo2.jpg) no-repeat center top; padding-top: 200px; align: center; }
- header .disclaimer {
color: #999; padding: 100px 0 7px 0; text-align: right; display: block; position: absolute; top: 0; right: 0; }
- header .disclaimer a { color: #ccc;}
ul.topnav { list-style: none; padding: 0 20px; margin: 0; float: left; width: 850px; background: #222; font-size: 1.0em; background: url(http://www.webdm.cn/images/20091119/topnav_bg.gif) repeat-x; } ul.topnav li { float: left; margin: 0; padding: 0 15px 0 0; position: relative; /*--Declare X and Y axis base--*/ } ul.topnav li a{ padding: 10px 5px; color: #fff; display: block; text-decoration: none; float: left; } ul.topnav li a:hover{ background: url(http://www.webdm.cn/images/20091119/topnav_hover.gif) no-repeat center top; } ul.topnav li span { /*--Drop down trigger styles--*/ width: 17px; height: 35px; float: left; background: url(http://www.webdm.cn/images/20091119/subnav_btn.gif) no-repeat center top; } ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/ ul.topnav li ul.subnav { list-style: none; position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/ z-index: 110; left: 0; top: 35px; background: #333; margin: 0; padding: 0; display: none; float: left; width: 170px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; border: 1px solid #111; } ul.topnav li ul.subnav li{ margin: 0; padding: 0; border-top: 1px solid #252525; /*--Create bevel effect--*/ border-bottom: 1px solid #444; /*--Create bevel effect--*/ clear: both; width: 170px; } html ul.topnav li ul.subnav li a { float: left; width: 145px; background: #333 url(http://www.webdm.cn/images/20091119/dropdown_linkbg.gif) no-repeat 10px center; padding-left: 20px; } html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/ background: #222 url(http://www.webdm.cn/images/20091119/dropdown_linkbg.gif) no-repeat 10px center; }
- header img {
margin: 20px 0 10px; }
- editHeader {
/* margin-top: -18px; */ float: right; z-index: 11; float: right; } .cf:before,.cf:after { display: none; content: " "; /* 1 */ display: table; /* 2 */ }
.cf:after { clear: both; }
- goTop{
background:yellow; padding:5px; position:fixed; top:-100px; right:10px; z-index: 100;
} </style>
</head>
<body>
- <a href="http://openwetware.org/wiki/Biomod/2013/HKBU">HOME</a>
- <a href="http://openwetware.org/wiki/Biomod/2013/HKBU/introduction#">DESIGN</a>
- <a href="http://openwetware.org/wiki/Biomod/2013/HKBU/methodology#">METHODOLOGY</a>
- <a href="http://openwetware.org/wiki/Biomod/2013/HKBU/experiment#">PROCESS</a>
- <a href="http://openwetware.org/wiki/Biomod/2013/HKBU/Team#">TEAM</a>
- <a href="http://openwetware.org/wiki/Biomod/2013/HKBU/approaches">SUPPLEMENTARY</a>
- <a href="http://openwetware.org/wiki/Biomod/2013/HKBU/reference#">REFERENCE</a>
- <a href="http://openwetware.org/wiki/Biomod/2013/HKBU/acknowledge#">ACKNOWLEDGE</a>
<a id="goTop">Back to Top</a>
</body> </html>
<html> <head> <meta charset="utf-8"> <title>BIOMOD 2013 The Rising Power</title>
<style>
- {margin:0;padding:0;font-family:"微软雅黑","Arial";}
body{ width: 960px; height: auto; margin: 0 auto; background-color:#000; border:#000 thin solid; }
- goTopBtn {POSITION: fixed;TEXT-ALIGN: center;LINE-HEIGHT: 30px;WIDTH: 100px;BOTTOM: 35px;HEIGHT: 100px;FONT-SIZE: 12px;RIGHT: 30px;}
- content{margin:0;padding:0;border:0px;}
/*hidden section*/ .firstHeading{display:none;}
- sidebar-main{display:none;}
- p-cactions{display:none;}
- p-personal{display:none;}
</style> </head> <body>
</html>
References
1. Chan HM, Chan LS, Wong RNS, Li HW: Direct Quantification of Single-Molecules of MicroRNA by Total Internal Reflection Fluorescence Microscopy (2010)
2. Chan HM, Li HW: Multifunctional Encoded Self-Assembling Protein Nanofibrils as Platform for High-Throughput and Multiplexed Detection of Biomolecules (2011)
3. Derr ND, Goodman BS, Jungmann R, Leschziner AE, Shih WM, Reck-Peterson SL: Tug of war in motor protein ensembles revealed with a programmable DNA origami scaffold (2012)
4. Ding B, Deng Z, Yan H, Cabrini S, Zuckermann R, Bokor J: Gold Nanoparticle Self-Similar Chain Structure Organized by DNA Origami (2010)
5. Douglas SM, Dietz H, Liedl T, Hogberg B, Graf F, Shih WM: Self-assembly of DNA into nanoscale three-dimensional shapes (2009)
6. Du K, Ko SH, Gallatin G, Yoon H, Liddle J, Berglund A: Quantum dot-DNA origami binding: a single particle, 3D, real-time tracking study (2013)
7. Han H, Zylstra J, Maye M: Direct Attachment of Oligonucleotides to Quantum Dot Interfaces (2011)
8. Ip WK: Use of Scanning Electron Microscope. Lab Manual. Hong Kong Baptist University (2011)
9. Ke Y, Ong L, Shih WM, Yin P: Three-Dimensional Structures Self-Assembled from DNA Bricks (2012)
10. Li H, Park SH, Reif J, LaBean T, Yan H: DNA-Templated Self-Assembly of Protein and Nanoparticle Linear Arrays (2004)
11. NBgamers, Hong Kong Baptist University. BIOMOD 2011
12. Rothemund P: Folding DNA to create nanoscale shapes and patterns (2006)
13. Song J, Arbona J, Zhang Z, Liu L, Xie E, Elezgaray J, Aime J, Gothelf K, Besenbacher F, Dong M: Direct Visualization of Transient Thermal Response of a DNA Origami (2012)
14. Wei B, Dai M, Yin P: Complex shapes self-assembled from single-stranded DNA tiles (2012)
Useful Links
<html>
Software and Website for Origami Design
- caDNAno
<a href="http://cadnano.org/">http://cadnano.org/</a>
- Scaffold strand sequence of M13mp18
<a href="https://github.com/sdouglas/cadnano2/blob/master/data/dnasequences.py">https://github.com/sdouglas/cadnano2/blob/master/data/dnasequences.py</a>
Software for Graphical Analysis
- ImageJ
<a href="http://rsbweb.nih.gov/ij/">http://rsbweb.nih.gov/ij/</a>
- Metamorph
<a href="http://www.moleculardevices.com/products/software/meta-imaging-series/metamorph.html">http://www.moleculardevices.com/products/software/meta-imaging-series/metamorph.html</a>
- NanoScope Analysis Version 1.40
<a href="http://www.brukerafmprobes.com/a-3831-nanoscope-analysis-version-140.aspx">http://www.brukerafmprobes.com/a-3831-nanoscope-analysis-version-140.aspx</a>
Software for Video Editing:
- Adobe Cool Edit Pro
<a href="http://www.adobe.com/special/products/audition/syntrillium.html">http://www.adobe.com/special/products/audition/syntrillium.html</a>
- Adobe Flash CS3 Professional
<a href="https://www.adobe.com/cfusion/tdrc/index.cfm?product=flashpro">https://www.adobe.com/cfusion/tdrc/index.cfm?product=flashpro</a>
- Final Cut Pro X
<a href="https://www.apple.com/hk/en/finalcutpro/">https://www.apple.com/hk/en/finalcutpro/</a>
Software for Presentation
- Prezi
<a href="http://prezi.com/">http://prezi.com/</a>
</body> </html>