Biomod/2014/Kyutech/Reference: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
 
(9 intermediate revisions by one other user not shown)
Line 13: Line 13:
#wrapper {
#wrapper {
width: 100%;
width: 100%;
min-width: 500px;
min-width: 740px;
max-width: 1000px;
max-width: 1000px;
margin-left: auto;
margin-left: auto;
Line 24: Line 24:
#hero img {
#hero img {
max-width: 100%;
max-width: 100%;
}
h1 , h2 {
color: #3399CC;
font-family: source-sans-pro;
font-style: normal;
font-weight: 600;
}
}


h1 {
h1 {
font-size: 50px;
font-size: 45px;
margin-top: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-bottom: 0px;
text-align: center;
text-transform: uppercase;
}
}
h2 {
h2 {
margin-top: 0.5em;
margin-top: 0.5em;
}
#main  {
width: 58%;
margin-left: 2px;
float: left;
}
#sideber {
width: 34%;
margin-left: 4%;
float: left;
}
}




Line 94: Line 73:
background-color: #43a6cb;
background-color: #43a6cb;
color: #FFFFFF;
color: #FFFFFF;
clear: left;
}
}
a {
a {
Line 111: Line 89:
text-decoration: underline;
text-decoration: underline;
}
}
#mainnav ul {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
list-style-type: none;
}
#mainnav a {
width: 14%;
display: block;
float: left;
text-align: center;
background-color: #4D4D4D;
color: #FFFFFF;
padding-top: 6px;
padding-bottom: 6px;
}
#mainnav a:active  ,#mainnavhjhjh{
background-color: #43A6CB;
}


//-->
//-->
Line 148: Line 100:
<div id="wrpper">
<div id="wrpper">
   <header id="top">
   <header id="top">
    <h1>BIOMOD2014</h1>
  <div style="text-align:left">
<img src="http://openwetware.org/images/e/ed/LogoMol.png" width="724" height="224" alt=""/></div>
     <nav id="mainnav">
     <nav id="mainnav">
       <ul>
       <ul>
Line 154: Line 107:
         <li><a href="/wiki/Biomod/2014/Kyutech/Introduction">INTRODUCTION</a></li>
         <li><a href="/wiki/Biomod/2014/Kyutech/Introduction">INTRODUCTION</a></li>
         <li><a href="/wiki/Biomod/2014/Kyutech/Design">DESIGN</a></li>
         <li><a href="/wiki/Biomod/2014/Kyutech/Design">DESIGN</a></li>
         <li><a href="/wiki/Biomod/2014/Kyutech/Results">RESULTS</a></li>
         <li><a href="/wiki/Biomod/2014/Kyutech/Experiment">EXPERIMENT</a></li>
         <li><a href="/wiki/Biomod/2014/Kyutech/Reference">REFERENCE</a></li>
         <li><a href="/wiki/Biomod/2014/Kyutech/Reference">REFERENCE</a></li>
         <li><a href="/wiki/Biomod/2014/Kyutech/Team">TEAM</a></li>
         <li><a href="/wiki/Biomod/2014/Kyutech/Team">TEAM</a></li>
Line 168: Line 121:
    
    
   </p><article id="main">
   </p><article id="main">
     <h2>Abstract</h2>
     <h2>REFERENCE</h2>
    <h4>Recently, development of molecular robot composed of biological molecules has been carried out. The goal of our project is to provide a basic technology for realizing motion control of molecular robot. Especially, it is necessary to establish a design method of the feedback controller in operating the robot. The role of the controller is to match controlled variable of the robot to the target value. Hence, we have attempted to design the controller for this robot. We design a model that considers the difference the controlled variable and the target value, and composed of DNA strand displacement reaction.    </h4>
      
    <h4>&nbsp;</h4>
     <h4>In the experiment, we would produce a permeation membrane that DNA strand can move, in order to reproduce the proposed model. The membrane design is carried out using a DNA reaction system simulation based on the reaction kinetics and the design theory of the membrane.
    </h4>
    <h4>
      Additionally, we are also interested in whether the proposed controller design method for molecular robot can work an existing mechatronics robot well. Then, we will show some results with Mindstorm, that is, a “solid” mechatronics robot controlled by a “biological” feedback controller.
    </h4>


     <figure class="centered"><img src="images/cable_car1.jpg" alt="" width="400" height="266">
 
      <figcaption></figcaption>
     <p><font size="3">Shinichi Nakao 膜透過現象の定式化と膜および膜分離プロセスの設計技術 Bulletin of the Society of Sea Water Science,Japan (2011)</font></p>
    </figure>
    <p></p>
   </article>
   </article>
   <aside id="sideber">
   <aside id="sideber">

Latest revision as of 19:44, 31 August 2014

<html class="wf-sourcesanspro-n6-active wf-active"><head> <meta charset="utf-8"> <title>BIOMOD2014</title> <style type="text/css"> <!-- @charset "utf-8"; body { margin: 0px; color: #151515; font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; background-color: #EFF5F8; }

  1. wrapper {

width: 100%; min-width: 740px; max-width: 1000px; margin-left: auto; margin-right: auto; background-color: #FFFFFF; }

  1. top {
   overflow: hidden;

}

  1. hero img {

max-width: 100%; }

h1 { font-size: 45px; margin-top: 0px; margin-bottom: 0px; } h2 { margin-top: 0.5em; }


figure { display: block; width: 420px; } figure img { padding: 10px; -webkit-box-shadow: 1px 1px 15px #999999; box-shadow: 1px 1px 15px #999999; }

figcaption { font-size: 0.875em; font-weight: bold; text-align: center; display: block; margin-top: 0.5em; } .centered { margin-left: auto; margin-right: auto; } .floatleft { float: left; margin-left: 0px; margin-right: 10px; } .floatright { float: right; margin-left: 10px; margin-right: 0px; } footer { padding-top: 2px; padding-bottom: 2px; padding-left: 2%; background-color: #43a6cb; color: #FFFFFF; } a { font-weight: bold; text-decoration: none; } a:link { color: #FF6600; } a:visited { color: #FF944C;

} a:hover, a:active, a:focus { color: #7F3300; text-decoration: underline; }

//--> </style>


<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><link rel="stylesheet" href="http://use.edgefonts.net/c/e0f002/source-sans-pro:n6.bml:P:2/d"><script src="http://use.edgefonts.net/source-sans-pro:n6:default.js" type="text/javascript"></script> </head>

<body> <div id="wrpper">

 <header id="top">
  <div style="text-align:left">
<img src="http://openwetware.org/images/e/ed/LogoMol.png" width="724" height="224" alt=""/></div>
   <nav id="mainnav">
     <ul>
       <li><a href="/wiki/Biomod/2014/Kyutech">TOP</a></li>
       <li><a href="/wiki/Biomod/2014/Kyutech/Introduction">INTRODUCTION</a></li>
       <li><a href="/wiki/Biomod/2014/Kyutech/Design">DESIGN</a></li>
       <li><a href="/wiki/Biomod/2014/Kyutech/Experiment">EXPERIMENT</a></li>
       <li><a href="/wiki/Biomod/2014/Kyutech/Reference">REFERENCE</a></li>
       <li><a href="/wiki/Biomod/2014/Kyutech/Team">TEAM</a></li>
       <li><a href="/wiki/Biomod/2014/Kyutech/Sponsors">SPONSORS</a></li>
     </ul>
   </nav>
 </header>
 



 </p><article id="main">
   <h2>REFERENCE</h2>
   


   <p><font size="3">Shinichi Nakao 膜透過現象の定式化と膜および膜分離プロセスの設計技術 Bulletin of the Society of Sea Water Science,Japan (2011)</font></p>
 </article>
 <aside id="sideber">
   <h2></h2>
   <p></p>
   <p></p>
 </aside>
 <footer>
   <p> BIOMOD 2014</p>
 </footer>

</div>


</body></html>