Biomod/2014/wiki-2'.html

From OpenWetWare
Revision as of 10:00, 28 August 2014 by Jin Tiansheng (talk | contribs)
Jump to navigationJump to search

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> <style type="text/css">

body {

    display:block;
    background-color: #99CCFF;
    background-image: url(http://openwetware.org/images/archive/f/f9/20140815130823%21Tianjin_index01.jpg);
    }

.ys01 {

     text-align: left;
     }

/* --the header css -- */

  1. apDiv1 {

position:relative;

       float:left;

left:0px; top:0px;

       margin-right:0px;

width:1100px; height:150px; z-index:1; overflow: visible; text-align: left; background-image: url(http://openwetware.org/images/6/6a/Tianjin_index22.png);

       }

/* -- navigator css -- */

  1. apDiv2 {

position:relative; float:left;

       left:0px;

width:1100px; height:40px; z-index:2; font-family: "Arial Black", Gadget, sans-serif; text-align: left; background-image: url(http://openwetware.org/images/thumb/7/76/Tianjin_index02.jpg/800px-Tianjin_index02.jpg);

       }
  1. apDiv2 table {

font-size: 18px;

             text-align: center;
             }


.ys01 #apDiv2 table { text-align: center;

                   }

.ys01 #apDiv2 table tr td a { color: #FFF;

                           }

/* -- navigator css -- */

  1. navDiv li { margin: 0; padding: 0;}
  2. navDiv ul {margin: 0; padding: 0; list-style: none; z-index:99;}
  3. navDiv a {text-decoration: none;margin: 0; padding: 0;}
  4. navDiv

{

       /* -- background body of navigator css -- */

position: relative;

       float: left;

height: 40px; width:1100px; left: 0px; background-color: #ffffff; background-repeat: repeat-x; box-shadow: 0px 5px 8px rgba(0,0,0,0.4); margin-bottom:60px;

       z-index:60;
       font-family: "Arial Black", Gadget, sans-serif;
       text-align: left;

}

  1. navDiv > ul > li {
   float: left;
   margin-left: 71px;
   position: relative;

}

/* -- when mouse not on the navigator css -- */

  1. navDiv > ul > li > a {
   color: #333333;
   font-family: Verdana, 'Lucida Grande';
   font-size: 15px;
   line-height: 40px;
   padding: 11px 20px;

-webkit-transition: color .15s;

  -moz-transition: color .15s;
    -o-transition: color .15s;
       transition: color .15s;

}

/* -- when mouse on the navigator css -- */

  1. navDiv > ul > li > a:hover {color: #ffffff; background-color: #000000;}

/* -- top and bottom of the sub meun css -- */

  1. navDiv > ul > li > ul

{

   opacity: 0;
   visibility: hidden;
   padding: 16px 0 20px 0;
   background-color: rgb(250,250,250);
   text-align: left;
   position: absolute;
   top: 30px;
   left: 50%;
   margin-left: -90px;
   width: 180px;

-webkit-transition: all 0.3s 0.1s;

  -moz-transition: all 0.3s 0.1s;
    -o-transition: all 0.3s 0.1s;
       transition: all 0.3s 0.1s;

-webkit-border-radius: 5px;

  -moz-border-radius: 5px;
       border-radius: 5px;

-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);

  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
       box-shadow: 0px 1px 3px rgba(0,0,0,0.4);

}

  1. navDiv > ul > li:hover > ul

{

   opacity: 1;
   top: 40px;
   visibility: visible;

}

  1. navDiv > ul > li > ul:before

{

   content: '';
   display: block;
   border-color: transparent transparent rgb(250,250,250) transparent;
   border-style: solid;
   border-width: 10px;
   position: absolute;
   top: -20px;
   left: 50%;
   margin-left: -10px;

}

  1. navDiv > ul ul > li { position: relative;}

/* -- when mouse not on the submeun css -- */

  1. navDiv ul ul a

{

   color: rgb(50,50,50);
   font-family: Verdana, 'Lucida Grande';
   font-size: 13px;
   background-color: rgb(250,250,250);
   padding: 5px 8px 7px 16px;
   display: block;

-webkit-transition: background-color .1s;

  -moz-transition: background-color .1s;
    -o-transition: background-color .1s;
       transition: background-color .1s;

}

  1. navDiv ul ul ul

{

   visibility: hidden;
   opacity: 0;
   position: absolute;
   top: -16px;
   left: 206px;
   padding: 16px 0 20px 0;
   background-color: rgb(250,250,250);
   text-align: left;
   width: 160px;

-webkit-transition: all .3s;

  -moz-transition: all .3s;
    -o-transition: all .3s;
       transition: all .3s;

-webkit-border-radius: 5px;

  -moz-border-radius: 5px;
       border-radius: 5px;

-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);

  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
       box-shadow: 0px 1px 3px rgba(0,0,0,.4);

}

  1. navDiv ul ul > li:hover > ul { opacity: 1; left: 196px; visibility: visible;}

/* -- when mouse on the navigator css -- */

  1. navDiv ul ul a:hover

{

   background-color: #777777;
   color: rgb(240,240,240);

}


/* Back to top css */

.back-to {

   position: fixed;
   bottom: 35px;
   *bottom: 50px;
   _bottom: 35px;
   right: -160px;
   z-index: 999;
   width: 50px;
   zoom: 1;
   }
  • html .back-to {
   /* 不能用 _position 这种写法,因为它在IE7+也会执行expression。。。 */
   position: expression(function(ele){ele.runtimeStyle.position='absolute';Expressions.style.position.fixed(ele);}(this))
   }

.back-to {

   float: right;
   display: block;
   width: 50px;
   height: 50px;
   background: url(http://a.xnimg.cn/imgpro/button/back-home.png) no-repeat 0 0;
   outline: 0 none;
   text-indent: -9999em;
   }

.back-to:hover {

   background-position: -50px 0
   }

.back-to .back-top {

   float: right;
   display: block;
   width: 50px;
   height: 50px;
   background: url(http://a.xnimg.cn/imgpro/button/back-top.png) no-repeat 0 0;
   margin-left: 10px;
   outline: 0 none;
   text-indent: -9999em;
   }

.back-to .backtotop {

   float: left;
   display: block;
   width: 50px;
   height: 50px;
   background: #666 url(http://a.xnimg.cn/imgpro/arrow/btt.png) 8px -57px no-repeat;
   margin-bottom: 15px;
   outline: 0 none;
   text-indent: -9999em;
   -moz-border-radius: 4px;
   -khtml-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   position: relative;
  -moz-box-shadow:  0px 0px 15px #ccc;
  -webkit-box-shadow:  0px 0px 15px #ccc;
  box-shadow:  0px 0px 15px #ccc;
   }

.back-to .backtotop:hover {

   background-color: #333;
   background-position: 8px 13px;
   }

.back-to .backtotop .back-tip {

   position: absolute;
   visibility: hidden;
   top: -31px;
   left: -10px;
   }

.back-to .backtotop:hover .back-tip {

   visibility: visible;
   }

.back-to .back-top:hover {

   background-position: -50px 0;
   }


  1. apDiv3 table {

text-align: center;

             }

.ys01 #apDiv6 table { text-align: left;

                    }


.ys02 {

     font-size: 36px;
     color: #F00;
     }
  1. apDiv10 {
        position:relative;

float:left;

        display:block;
        left:0px;

width:1100px; z-index:3; text-align: left; font-family: "Comic Sans MS", cursive; font-size: 18px; color: #000; background-color: #D2E9FF;

        padding: 20px;
        }


.ys01 { font-size: 90px; color: #BABABA; text-align: left; } .ys02 { font-weight: bold; font-family: "Trajan Pro"; font-size: 36px; color: #999; text-align: left; } .ys3 { color: #000; font-weight: bold; } .ys03 { color: #C60; } .ys04 { color: #C90; } body { background-color: #F3F9F1; }

  1. apDiv21 {

position:absolute; left:50px; top:250px; width:240px; height:200px; z-index:1; }

  1. apDiv2 {

position:absolute; left:300px; top:7957px; width:450px; height:30px; z-index:2; }

  1. apDiv3 {

position:absolute; left:697px; top:296px; width:267px; height:51px; z-index:3; }

  1. apDiv4 {

position:absolute; left:950px; top:500px; width:230px; height:98px; z-index:4; }

  1. cd1 {

position:absolute; left:140px; top:230px; width:110px; height:120px; z-index:6; visibility: hidden; }

  1. bt table .ys04 td {

font-size: 24px; }

  1. cd1 table tr td {

font-size: 18px; }

  1. cd2 {

position:absolute; left:268px; top:230px; width:150px; height:120px; z-index:7; visibility: hidden; }

  1. apDiv6 table tr td {

font-size: 18px; }

  1. apDiv6 table tr td {

font-weight: bold; }

  1. cd2 table {

font-size: 18px; font-weight: bold; } a:link { color: #789262; text-decoration: underline; } a:hover { background-color: #CFF; } .bt1 { font-family: "Trajan Pro"; font-size: 18px; font-weight: bold; background-color: #7BCFA6; color: #789262; } .bq1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bolder; color: #A98175; } .bq2 { font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bolder; } .bq3 { font-family: "Arial Black", Gadget, sans-serif; font-size: 24px; color: #789262; }

  1. apDiv8 {

position:absolute; left:900px; top:8940px; width:90px; height:80px; z-index:8; } .js { font-family: Arial, Helvetica, sans-serif; font-size: 22px; color: #41555D; font-weight: 200; } a:visited { color: #789262; }

  1. apDiv9 {

position:absolute; left:300px; top:275px; width:370px; height:30px; z-index:9; }

  1. apDiv10 {

position:absolute; left:300px; top:320px; width:750px; height:70px; z-index:10; }

  1. apDiv11 {

position:absolute; left:300px; top:1190px; width:260px; height:50px; z-index:11; }

  1. apDiv12 {

position:absolute; left:300px; top:1262px; width:750px; height:20px; z-index:12; }

  1. apDiv13 {

position:absolute; left:300px; top:8190px; width:750px; height:80px; z-index:13; visibility: visible; }

  1. apDiv14 {

position:absolute; left:300px; top:9090px; width:660px; height:60px; z-index:14; text-align: center; }

  1. apDiv15 {

position:absolute; left:610px; top:3982px; width:200px; height:110px; z-index:15; }

  1. apDiv16 {

position:absolute; left:300px; top:4550px; width:750px; height:131px; z-index:16; }

  1. apDiv17 {

position:absolute; left:300px; top:4210px; width:320px; height:60px; z-index:17; }

  1. apDiv18 {

position:absolute; left:670px; top:4210px; width:320px; height:180px; z-index:18; } </style>



<script language="JavaScript"> <!-- function MM_showHideLayers() { //v9.0

 var i,p,v,obj,args=MM_showHideLayers.arguments;
 for (i=0; i<(args.length-2); i+=3) 
 with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
   if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
   obj.visibility=v; }

}

function MM_preloadImages() { //v3.0

 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}

} function MM_swapImgRestore() { //v3.0

 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;

} function MM_findObj(n, d) { //v4.01

 var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
   d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
 if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
 for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
 if(!x && d.getElementById) x=d.getElementById(n); return x;

}

function MM_swapImage() { //v3.0

 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
  if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}

} //--> </script>

</head>



<body class="ys01";>

<!--header--> <div id="apDiv1"></div>


<!--navigator starts here-->

<div id="navDiv">

<ul>

  	    <li class='active '><a href="http://openwetware.org/wiki/Biomod/2014/Tianjin"><span>Home</span></a></li>
  	    <li class='has-sub'><a href="http://openwetware.org/wiki/Biomod/2014/wiki-2%27.html"><span>Idea</span></a>
  	        <ul>
  	            <li><a href='http://openwetware.org/wiki/Biomod/2014/wiki-2%27.html#motivation'><span>Background</span></a></li>
                   <li><a href='http://openwetware.org/wiki/Biomod/2014/wiki-2%27.html#design'><span>Motivation</span></a></li>
 	        </ul>   
           </li>
  	    
           <li class='has-sub'><a href="http://openwetware.org/wiki/Biomod/2014/experiment.html"><span>Project</span></a>
  	        <ul>
  	            <li><a href='http://openwetware.org/wiki/Biomod/2012/Tianjin/Result/LogicGate'><span>Strand Replacement Reaction</span></a></li>
                   <li><a href='http://openwetware.org/wiki/Biomod/2012/Tianjin/Result/YDNA'><span> Synthesis of AU-DNA-CY3</span></a></li>
                   <li><a href='http://openwetware.org/wiki/Biomod/2012/Tianjin/Result/Origami'><span>DNA Origami</span></a></li>
               </ul> 			
           </li>   	
  	    
           <li class='active'><a href="http://openwetware.org/wiki/Biomod/2014/result.html"><span>Protocol</span></a> 

</li>

           <li class='active '><a href="http://openwetware.org/wiki/Biomod/2014/members.html"><span>Members and Acknowledgement</span></a>
           </li>

</ul> </div>

<div id="toolBackTo" class="back-to" style="left: 1175px; "> <a stats="site_footer_back_to_top" class="backtotop" href="#top" onclick="if(Sizzle('#sidebar2 .ready-to-fix')[0]) Sizzle('#sidebar2 .ready-to-fix')[0].style.position = 'static';window.scrollTo(0,0);if(Sizzle('#sidebar2 .ready-to-fix')[0]) Sizzle('#sidebar2 .ready-to-fix')[0].style.position = '';return false;">Back to top <img stats="site_footer_back_to_top" src="http://openwetware.org/images/a/a7/TJU2012-Back-tip.png" class="back-tip"> </a> </div> </html>

Background

ADVANTAGES OF LIGHT A revolution in cancer therapy has taken place by the emerging use of laser light to achieve controlled and confined

thermal damage in the tumor tissue. Laser, the acronym for light amplification by the stimulated emission of radiation,

is an optical source that emits photons in a coherent and narrow beam. Laser light has the characteristics of

monochromaticity, coherence, and collimation. These properties provide a narrow beam of high intensity, which transmits

deep down into the target

location with minimal power loss and great precision.

In recent years, the near infrared (NIR) laser (in the region of 650-1100 nm) mediated photothermal therapy has

attracted increased attentions. NIR laser irradiation can induce hyperthermia damage of cancer cells and tumor organ

with deep tissue penetration but minimal skin absorbance. NIR is selected in our project due to its low expenditure,

abundant source as well as excellent controllability. Additionally, we choose NIR laser as the photothermal trigger also

because its irradiation possesses minimal invasiveness and precise spatial-temporal selectivity since its therapeutic

effect happens only at the specific site where both light-absorbent and localized photo-irradiation coexist.


PROPERTIES OF GOLD NANOPARTICLES (GNPs)

Nanomedicine is currently an active field because new properties emerge when the size of a matter is reduced from bulk

to the nanometer scale. These new properties, including optical, magnetic, electronic, and structural properties, make

nano-sized particles (generally 1–100 nm) very promising for a wide range of biomedical applications such as targeted

therapy. Plasmonic (noble metal) nanoparticles distinguish themselves from other nanoplatforms by their unique surface

plasmon resonance (SPR). A special property of these plasmonic nanoparticles is their heat generation resulting from

optical stimulation.

Among plasmonic nanoparticles, gold nanoparticles (GNPs) are most extensively investigated because of their inertness,

low cytotoxicity, ready multi-functionalization and long history of medical use. GNPs are also attractive due to their

facile synthesis, excellent biocompatibility as well as strongly enhanced and tunable optical properties to convert NIR

light into local heat. Gold nanoparticles exhibit NIR activated photothermal activity due to their geometry dependent

SPR. This SPR, resulting from

photon confinement to a small particle size, enhances all the radiative and nonradiative properties of GNPs. Hence GNPs

have immense potential for the selective laser photothermal therapy of cancer due to their ability to efficiently

convert surface plasmon resonance-enhanced absorbed light into localized heat and thus offering multiple modalities for

biological and medical applications.


DNA ORIGAMI

Nucleic acids have been used as building blocks for the bottom-up assembly of intricate suprastructures due to their

inherent chemical and biological addressability,

structural precision, and efficiency of synthesis. As a novel self-assembly method developed in recent years, DNA

origami is one of the greatest progress in the field of DNA nanotechnology and DNA self-assembly. In this method, a long

scaffold strand (single-stranded DNA from the M13 phage genome, ~7,429 nucleotides long) was folded with the help of

hundreds of short ‘staple’ strands into defined two- and three-dimensional (2D and 3D) shapes. Moreover, the

nanostructures by DNA origami are predictable, precise, controllable and efficient. The merits also include relatively

low requirements for the experimental conditions and operation skills.

A variety of functional biomolecules andnanoparticles can be assembled onto the DNA origami nanoscaffolds, to obtain

complicate nanodevices with special functions which can be used to facilitate imaging, targeted delivery, and controlled

release of therapeutic compounds. As described, DNA origami possess the capability of transporting molecular payloads to

cells, sensing cell surface inputs for conditional, triggered activation, and reconfiguring its structure for payload

delivery. DNA origami structures can also be used as molecular pegboards with a resolution of 4–6 nm, and they been

widely used in the assembly of heteroelements such as proteins and nanoparticles. Therefore, DNA origami has shown great

potential in nanotechnology.





<html> </body> </html>