Biomod/2013/Sendai/project

From OpenWetWare
Jump to navigationJump to search

<html> <head> <style>


/********************** Hide MediaWiki and init CSS, overwrite by bootstrap.css バルス**********************/

body{

background:none;

} html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{

margin:0;
padding:0;
/* font-size:100%; */
 border:0;
outline:0;

} a, a:link, a:visited, a:hover, a:active{

text-decoration:none

}

/*訪れたリンクを白くするよ*/ .whiteSendai:visited{

color:#FFFFFF!important;

}

/*左詰め、真ん中、右詰め*/ .leftSendai { text-align: left; } .centerSendai { text-align: center; } .rightSendai { text-align: right; }


.firstHeading {

display:none;

}

  1. content{
border-style:none;
margin:0;
padding:0;

}

  1. globalWrapper{
font-size:100%;

}

  1. contentSub{
display:none;

}

  1. column-one{
display:none;

}

  1. footer{
display:none;

}

  1. globalWrapper{
font-size:100%;

}

  1. bodyContent h1, #bodyContent h2{
 margin-top: 20px;
 margin-bottom: 10px;

}


  1. bodyContent h3{
 margin-top: 20px;
 margin-bottom: 10px;
 border-bottom-width: medium;
 border-bottom-style: solid;
 border-bottom-color: gray;

}

  1. bodyContent h4{
 margin-top: 20px;
 margin-bottom: 10px;
 border-bottom-width: thin;
 border-bottom-style: solid;
 border-bottom-color: gray;

}

  1. bodyContent h5, #bodyContent h6{
 margin-top: 10px;
 margin-bottom: 10px;

/**** border-bottom-width: thin;

 border-bottom-style: solid;
 border-bottom-color: gray;
        • /

}

/********************************* Hide MediaWiki end *********************************/


/* Structure */ html{ background: #eee; } body {

 padding: 0px;
 background: #fff;
 color: #333;
 margin: 0 auto;
 max-width: 900px;
 font: 1em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
 }

a {

 color: #105672;

}

header {/****position: fixed; ****/

       /******width: 100%;****/
       height: 90px;
       z-index: 1;

background: #F17F25;

        padding:0.01em 0.5em 1.5em ;

color: #fff; line-height: 1;

}

header h1{ margin-bottom: 0; }

header h1 span{ display: inline; color: rgba(255,255,255,.4); }

header span{ display: block; color: rgba(255,255,255,.2); font-weight: 300; margin-bottom: 1.6em }

header nav{ float: right; text-align: right } header nav div{ font-size: .8em; } header nav div a { font-weight: 300; padding: .3em .5em } header nav a{ color: #fff; display: inline-block; padding: .3em .8em }

header nav a:hover, header nav a:focus{ color: rgba(255,255,255,.6) }


[role=main]{ padding:1.5em 3em; } article{ padding: 1em 0; text-align: justify; text-justify: inter-ideograph;

}


footer{ background: #333; color: #fff; padding: 1em 3em;

       clear: both;    /***2段組みの左右のfloatを解除***/

}

/* Typography */

p{ font: 1em/1.5 Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif; }

p.sukima{

       font-size: 150%;
       font-weight: normal;
       font-family: Helvetica;
       background: #bbb;
       padding-left: 1.2em;

}

img{ max-width: 100%; /***** height: auto; *****/ }


blockquote{ float: left; margin: 1em 3em; } blockquote p{ font-size: 1.4em; line-height: 1.2; font-weight: 700; font-style:italic; } a{ font: 700 1em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; text-decoration: none } a:hover, a:focus{ color: #000; } a:active{ position: relative; top:1px; }

ol{margin: 1em 0 1em 0; padding-left: 2em; } li{ margin: 0; }

/* Tabs */

  1. tabs

{ /*****position:fixed;****/

      width: 900px; 

}

.js-on #tabs article { display:none }

  1. tabs, #tabs nav a.active{

background: #FFF; color: #111; }

  1. tabs nav

{ position: relative; overflow: hidden; display: table; background: #bbb; }


  1. tabs nav a

{ width:900px; display:table-cell; padding:1em; text-align:center; color: #333; }

  1. tabs nav a:hover,#tabs nav a:focus

{ background:#eee }

  1. tabs article

{ padding:2em; }


.js-on #tabs article.active { display:block; }

  1. tabs #mobiles{

display:none; border-radius: 0; }

  1. tabs #mobiles a, #tabs #mobiles a:first-child, #tabs #mobiles a:last-child{

width:300px; border-radius: 0; }


/* Media queries */ @media screen and (min-width:900px) { body{font-size: 1.1em;} }

@media screen and (max-width:600px) { #tabs nav{ display: none; position: relative; } #tabs #mobiles{ display:block; } #tabs article { display:block; } } @media screen and (max-width:480px) { blockquote{ float: none; }

header nav a{ padding:.7em .8em } header nav{ float: none; margin: -.5em -3em 0; background: #000; overflow: hidden; text-align: left } header nav a{ border-right: 1px solid #222 } [role=main]{ padding:1.5em 2em; } header nav div{ display: none; }

}

/*column content*/

  1. content-right {

width:48%; /***段落の横幅***/ float:right; /***右に寄せる(他の要素を左に回り込ませる)***/ margin: 10px; }

  1. content-left {

width:47%; /***サイドの横幅***/ float:left; /***左に寄せる***/ margin: 10px; }

/*****キャプションレフト*****/

div.caption-left{ float: left; padding: 0 5px 5px 5px; }

.caption-left span{ display: block; text-align: center;

       font-size: smaller;
       font-weight: bold;

}

div.clear{ clear: both; margin: 0 0 10px 0; }

/*****キャプションライト*****/

div.caption-right{ float: right; padding: 0 5px 5px 5px; }

.caption-right span{ display: block; text-align: center;

       font-size: smaller;
       font-weight: bold;

}

div.clear{ clear: both; margin: 0 0 10px 0; }

/***floatの影響を絶つ。<div class="c-both"></div> のように使う***/

.c-both { clear: both; }

div.title{

        font-style: normal;
        font-weight: bold;
        font-size: 70px;
        line-height: 70px;
        font-family: Helvetica;

}

div.caption{

       text-align: center;
       font-size: smaller;
       font-weight: bold;

}

div.captiontable{

       font-size: smaller;
       font-weight: bold;

}

/*topに戻る*/

  1. ttop {position:fixed;
      bottom:140px;
      left:auto;margin:0 0 0 905px; /* マージン:上 右 下 左 */
      width:100px;
      height:390px;
      background:url(http://openwetware.org/images/f/f2/%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A-1.png) no-repeat left bottom;}

/* IE6以下用、アスタリスクハックでググれ */

  • html #ttop {margin:0 0 -390px 0;
             position:relative;bottom:490px; /* 上で設定した ttopの高さ390px+下100px */
             left:960px;}
  1. ttop:hover {background:url(http://openwetware.org/images/b/b9/Top2.png) no-repeat left bottom;/* 画像の高さによって適当に調整 */
            }

a.page_top {display:block;width:100px;height:390px;}


</style> </head> </html> <html xmlns="http://www.w3.org/1999/xhtml"> <head>

   <title>Biomod2013 Sendai ver2.0</title>
   <meta name="viewport" content="width=device-width,initial-scale=1">
   
   <style type="text/css">
   h1{color: white;}
   </style>

</head>

<body><!-- <div style="max-width:900px; position:fixed;">****/ -->

   <header>
        <nav>      
          <div>
               <a href="#"  class="whiteSendai">Blog</a> 
               <a href="#"  class="whiteSendai">Twitter</a>
               <a href="#"  class="whiteSendai">Facebook</a>
               
           </div> 
          <a href="http://openwetware.org/wiki/Biomod/2013/Sendai" class="whiteSendai">Top</a> 
           <a href="http://openwetware.org/wiki/Biomod/2013/Sendai/project" class="whiteSendai">Project</a>
           <a href="http://openwetware.org/wiki/Biomod/2013/Sendai/design" class="whiteSendai">Design</a> 
           <a href="http://openwetware.org/wiki/Biomod/2013/Sendai/calcuation" class="whiteSendai">Calculation</a>
           <a href="http://openwetware.org/wiki/Biomod/2013/Sendai/experiment" class="whiteSendai">Experiment</a>

<a href="http://openwetware.org/wiki/Biomod/2013" class="whiteSendai" style="float:right;"><img src="http://openwetware.org/images/6/6e/Biomod-logo.jpg"

                                              width="75" height="75" alt="Biomod2013" border="0"></a><br>
           <a href="http://openwetware.org/wiki/Biomod/2013/Sendai/protocol" class="whiteSendai">Protocol</a>   
           <a href="http://openwetware.org/wiki/Biomod/2013/Sendai/future" class="whiteSendai">Future</a> 
           <a href="http://openwetware.org/wiki/Biomod/2013/Sendai/member" class="whiteSendai">Member</a>
           <a href="http://openwetware.org/wiki/Biomod/2013/Sendai/sponsor" class="whiteSendai">Sponsor</a>
           </nav>
            <a href="http://openwetware.org/wiki/Biomod/2013/Sendai"><h1 style="color:white;" ><b>Biomod<span>2013<br>&emsp; Team</span>Sendai</b></h1></a> 
   </header>

<!-- Movie -->

 <section role="main">
       <article>
        <h2>Project</h2>

<p><h3>Project goal</h3> Our project goal is construction of egg-type-molecular-robot and chain of molecules-releasing systems by DNA trigger released from egg-type-molecular-robot.</br> </br> <ol> <li>Construction of egg-type-molecular-robot: <br> this is accomplished by dual structure that have liposome include structure of trigger DNA for chain breaking in alginic acid gel. It sense a stimulation from outside and release many of trigger DNA. For this aim, we achieve ① construction of liposome that sense a stimulation and breaked it. ② construction of alginic acid gel include buffer and many of liposome. ③ Voluntary dissolution of the alginic acid gel by a chelating agent included breaking-liposome. We achieve them for sub goal.</li><br>

<li>Construction of molecules-releasing systems: <br> we break liposome like a chain reaction. Each liposome include many kinds of trigger DNA structures and causes voluntary and sequential chemical reaction by chain-reaction. For realizing this purpose, we achieve next two sub goal;①design and construction of DNA structure which breaks liposome, ② breaking liposome like chain reaction by the DNA that is released from another destruction of liposome. </li>

</ol> </br> </p>

<p><h3>Merit</h3> By achieving these subproject goals, we implement chain of molecules-releasing systems from one point. This system releases molecules by diffusion of chain reaction from releasing at the point on liposome-alginate hydro gel double membrane. Thereby a difference arises in the time of reaction, and the order of reactions can be controlable by using it. Therefore, we achieve the system which can control the order of reactions by chain reaction. </br> <ol> <li>Merits of releasing by egg-type-molecular-robot<br>

           -It can start diffusion from one point by reaction of one trigger.<br>
            If there are a lot of triggers around eggs, cahain reactions happens somewhere.<br>
           -It can anneal and release triggers without any effect around environment.<br>
            Because of alginic acid protective membrane, triggers are protected. <br>

</li><br> <li>Merits of liposome chain breaking reactions<br>

           -Using time difference of chain reaction, the order of reactions can be controlled.<br>

</li> </ol> </br> </p>


            <p><h3>Background</h3>

近年、ゲノミクス・プロテオミクス研究によりsiRNAなどの新しい薬が生み出されているが、それらの成否を握るのは、<a href="http://www.dojindo.co.jp/letterj/119/news119.pdf">生体へのデリバリー技術</a>である。DDSはこれに有効なアプローチである。DDSにはリポソームやポリマーが利用され、これらは薬の薬学的・治療の有効性を上げることに寄与しうる。</br> Recently genomics and proteomics have well studied, and new drugs such as siRNA are created. But, Delivery technology to the living body is important so that those drugs show the true value. (Referred http://www.dojindo.co.jp/letterj/119/news119.pdf) DDS is the effective approach for this. Liposome and a polymer are used for DDS, These contribute to giving the effectiveness of drugs.</br> </p> <p><h3>Motivation</h3> DDSでは、過剰に薬剤が投与されてしまうと、組織に損害を与えてしまう。そこで、制御された薬の放出系が必要となる(<a href="http://www.sciencemag.org/content/303/5665/1818.short">Drug delivery systems: entering the mainstream</a>)。</br> 生体分子のうち、人の手で自在にプログラムから生成を行える分子はDNAである。DNAは反応経路を正確にプログラムでき、論理計算も行えるので(何か論文リンク貼る)、 私たちは運び屋としてリポソームを、制御分子としてDNAを用いて、制御された薬剤放出系を実現しようと考えた。 In conventional DDS, the control of the timing to release drugs is difficult in already sent DDS. A large quantity of trigger is necessary to release a large quantity of drugs.</br> To solve these problems, we build two systems. First, the system which release trigger destroying liposome on a certain condition. Second, the system which release drugs exponentially by liposome being destroyed like a chain reaction by trigger. </br>

</p> <p><h3>Method</h3> 薬の運び屋であるリポソームを、DNAをトリガーとして割る。割ったらリポソームの内容物が放出される。リポソームは有効成分と、DNA構造物を含んでいる。内部に含まれるDNA構造体を、トリガーと同じ構造にすれば、出てきた構造物は、新たなトリガーとなり、再び周囲のリポソームを破壊する。こうして、次々とリポソームの内容物が連鎖的に放出される。</br> We destroy the liposome which is bagman of drugs with DNA structure with a role of the trigger. If liposome was destroyed, contents of liposome are released, liposome include active ingredient and DNA structure. This DNA structure is the same as trigger DNA structure. Then DNA structure released newly destroy other liposomes again. As such, contents of liposome are released like a chain reaction one after another.</br> <h4>・The beginning of interaction</h4> 反応を開始するトリガーDNAはリポソーム・アルギン酸二重膜に閉じ込められている。また、リポソーム内部にはキレート剤、ステイプル、M13,尿素が含まれており、高濃度の尿素により、ステイプルとM13は別個に(DNAオリガミ構造体を作らずに)存在している。</br> リポソーム表面には、ニッパム分子が修飾されており、37℃程度に上げることで、ニッパム分子が収縮しリポソームが破壊される。次に、リポソーム内部に含まれていたキレート剤の効果により、アルギン酸膜が破壊される。37℃条件下で両膜が破壊されると、尿素濃度が低下し、ステイプルとM13からDNAオリガミ構造体が生成され、トリガーとして外に出ていく。</br> Trigger DNA structure starting reaction is confined in liposome-alginate hydro gel double membrane In addition, chelating agent, staple, M13mp18, urea are included in the liposome. Because of high density urea, staple and M13mp18 exist separately(without becoming the DNA origami ). </br> On the surface of liposome, NIPAM molecules are modified. NIPAM molecules shrink at around 37℃ and liposome are destroyed by this effect. Then urea (DNA denaturant) is diluted, and DNA origami is completed without annealing. Furthermore, an alginate hydro gel membrane is destroyed by chelating agent included in the liposome, and a trigger DNA structure is released.</br>

<h4>・The chain reaction</h4> リポソームをDNAをトリガーとして割るには、まず、リポソームにコレステロール修飾DNAを添加し、表面に一本鎖DNAが現れるようにする。これを、トリガーDNA構造体の一部と相補的な配列を持つ一本鎖DNAとすれば、トリガーDNAはリポソーム表面に多数ハイブリダイゼーションすることになる。</br> 一本鎖DNA付きリポソームの生成後、相補的な配列をもつトリガーDNA構造物を加える。トリガーDNAがリポソーム表面に付着すると、その物理的な特性により、リポソームが破壊される(影山先輩の数式へリンク貼る。込み入った数式を用いた説明はそこでする)。</br> リポソームは有効成分と、新たなトリガーを含んでおり、放出された構造物は、連鎖反応的に周囲のリポソームを破壊する。</br> To destroy liposome with DNA structure as trigger, we add cholesterol-labeled DNA in liposome. Then single strand DNA emerge on the surface of liposome. If we grow the strand which is complementary for this single strand DNA in Trigger DNA structure, a lot of Trigger DNA structure will hybridization on the surface of liposome. After made liposome with the single strand DNA, we add the trigger DNA structure with a complementary strand. If trigger DNA bind to on the liposomal surface, liposome is destroyed by physical characteristic which come from trigger DNA structure. The liposome includes active ingredient and new trigger DNA structure, and the released structures destroy other liposome for a chain reaction.</br> </br>

</p>

       </article>
       
      
   </section>

</p>


   <footer>
       <p>&copy; Copyright Biomod 2013 Team Sendai
               <a href="http://www.molbot.mech.tohoku.ac.jp/index.html">

                  <img src="http://openwetware.org/images/3/36/Murata-nomura-logo.png"

                                     width="180" height="50" alt="Molcular Robotics Lab" border="0" align="right">

         </a>      </p>

       <p>E-MAIL:
           <a href="mailto:biomod.teamsendai.2012@gmail.com">biomod.teamsendai.2012@gmail.com
           </a>
       </p>
       <br>
       <a href="?action=edit" align="center"><p>edit</p></a>
   </footer>
   

</body> </html>

<html> <head>

       <script type="text/javascript">
     function tabs(a,g,j){document.body.className="js-on";var g=a.getElementsByTagName(g),d=[],c;this.active;this.total=g.length;this.container=a;e=a.insertBefore(document.createElement("nav"),g[0]),change=function(f){if(typeof this.active!=="undefined"){d[this.active].className=g[this.active].className=""}d[f].className=g[f].className="active";this.active=f},clickEvent=function(h,f){h.onclick=function(){change(f);return false}};for(var b=0;b<g.length;b++){d[b]=e.appendChild(document.createElement("a"));d[b].href="#";c=[g[b].getAttribute("data-title"),g[b].getElementsByTagName(j)[0]];d[b].innerHTML=c[0]!==null?c[0]:c[1]?c[1]["innerText"||"textContent"]:b+1;new clickEvent(d[b],b)}change(0)}tabs.prototype.change=function(b){change(b-1)};tabs.prototype.next=function(b){active===this.total-1?change(0):change(active+1)};tabs.prototype.prev=function(b){active===0?change(this.total-1):change(active-1)};tabs.prototype.responsive=function(d,c){nav=document.createElement("nav");nav.id="mobiles";nav.innerHTML='<a href="#" onclick="'+d+'.prev(); return false">'+c.prev+'</a><a href="#" onclick="'+d+'.next(); return false">'+c.next+"</a>";this.container.insertBefore(nav,this.container.firstChild);return this};
       </script>
       <script type="text/javascript">

var myTabs = new tabs(document.getElementById("tabs"), "article", "h2").responsive("myTabs", { prev: "Previous", next: "Next" }); </script> </head> </html>