Biomod/2012/UTokyo/UT-Hongo/Test2: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 36: Line 36:
#menu {
#menu {
   display: block;
   display: block;
   width: 1080px;
   width: 1076px;
   padding: 0px;
   padding: 0px;
   background-color: black;
   background-color: black;
   border: 2px solid #888;
   border: 2px solid #888;
  margin-bottom: 30px;
}
}


#menu ul {
ul.menu li a {
  display: block;
/*  border: 1px solid #474655; */
  padding: 8px;
  text-decoration: none;
/*  color: #333; */
  color: #fff;
  width: 120px;
  margin: 0px;
  text-align: center;
  font-size: normal;
}
 
ul.menu li a:hover{
  color: cyan;
}
 
ul.menu {
/*  display: none;
/*  display: none;
   position: absolute; */
   position: absolute; */
Line 52: Line 70:
}
}


#menu li {
ul.menu li {
/*  display:inline;*/
/*  display:inline;*/
   margin:0;
   margin:0;
Line 60: Line 78:
}
}


#menu a{
ul.menu li:hover ul {
   display: block;  
   display: block;
/*  border: 1px solid #474655; */
  position: absolute;
   padding: 8px;
  z-index: 100;
}
 
ul.submenu {
  display: none;
  list-style: none;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}
 
ul.submenu li {
  float: none;
  margin: 0px;
  height: 30px;
}
 
ul.submenu li a {
  text-align: left;
  margin: 0px;
   padding-left: 12px;
  color: black;
   text-decoration: none;
   text-decoration: none;
/*  color: #333; */
  color: #fff;
  width: 120px;
  margin: 0px;
  text-align: center;
  font-size: normal;
  margin-bottom: 30px;
}
}


#menu a:hover{
ul.submenu li a:hover {
   color:#888;  
   color: gray;
}
}


Line 97: Line 128:
h2.block-container {
h2.block-container {
padding: 0px 0px 10px 0px;
padding: 0px 0px 10px 0px;
color: #303030;
/* color: #303030; */
}
}


Line 115: Line 146:
height: 510px;
height: 510px;
padding: 5px;
padding: 5px;
background: #F0F0F0;
background: #333;
color: #ccc;
}
 
.column h2 {
color: #f0f0f0;
}
}


Line 151: Line 187:
width: 1080px;
width: 1080px;
height: 250px;
height: 250px;
background: #333;
background: #f0f0f0;
}
}


Line 189: Line 225:


<div id="menu">
<div id="menu">
<ul>
<ul class="menu">
   <li><a href="/wiki/Biomod/2012/UTokyo/UT-Hongo">Abstract</a></li>
   <li><a href="/wiki/Biomod/2012/UTokyo/UT-Hongo">Abstract</a></li>
   <li><a href="/wiki/Biomod/2012/UTokyo/UT-Hongo/Intro">Motivation</a></li>
   <li><a href="/wiki/Biomod/2012/UTokyo/UT-Hongo/Intro">Motivation</a>
    <ul class="submenu">
      <li><a href="/wiki/Biomod/2012/UTokyo/UT-Hongo/Intro#Focus">Focus</a></li>
      <li><a href="/wiki/Biomod/2012/UTokyo/UT-Hongo/Intro#Focus">Focus</a></li>
      <li><a href="/wiki/Biomod/2012/UTokyo/UT-Hongo/Intro#Focus">Focus</a></li>
    </ul>
  </li>
   <li><a href="/wiki/Biomod/2012/UTokyo/UT-Hongo/Function">Design</a></li>
   <li><a href="/wiki/Biomod/2012/UTokyo/UT-Hongo/Function">Design</a></li>
   <li><a href="/wiki/Biomod/2012/UTokyo/UT-Hongo/Assembly">Result</a></li>
   <li><a href="/wiki/Biomod/2012/UTokyo/UT-Hongo/Assembly">Result</a></li>
Line 218: Line 260:
</div>
</div>
<div id="navi">
<div id="navi">
<h2>Menu</h2>
<h2>Links</h2>
<p style="margin-bottom: 15px"></p>
<p style="margin-bottom: 15px"></p>
<div id="row1" class="block-container">
<div id="row1" class="block-container">

Revision as of 11:08, 19 October 2012

<html> <head> <style>

  1. column-one { display:none; width:0px;}

.container{background-color: #ffffff; margin-top:0px} .OWWNBcpCurrentDateFilled {display: none;}

  1. content { width: 0px; margin: 0 auto auto 0; padding: 0em 0em 0em 0em; align: center;}
  2. column-content {width: 0px; float: left; margin: 0 0 0 0;padding: 0;}

.firstHeading {display:none; width:0px;}

  1. globalWrapper{width:1104px; background-color: #ffffff; margin-left: auto; margin-right: auto}
  2. column-one {display:none; width:0px;background-color: #ffffff;}
  3. content{ margin: 0 0 0 0; align: center; padding: 12px 12px 12px 12px; width: 1080px;background-color: #ffff; border: 0;}
  4. bodyContent{ width: 1080px; align: center; background-color: #ffffff;}
  5. column-content{width: 1080px;background-color: #ffff;}
  6. footer{position: center; width: 960px}

@media screen {

   body { background: #ffffff 0 0 no-repeat;  /* changed default background */ }

}

</style>

<style>

  1. header {
 width: 1080px;
 height: 338px;
 background: url(http://openwetware.org/images/a/a5/Biomod_utokyo_uthongo_2012_Header.png) no-repeat;
 background-size: 100% auto;
 margin-bottom: 0px;
 padding: 0px 0px 0px 0px;

/* border-bottom: 1px solid #DEDEDE; */ }

  1. menu {
 display: block;
 width: 1076px;
 padding: 0px;
 background-color: black;
 border: 2px solid #888;
 margin-bottom: 30px;

}

ul.menu li a {

 display: block; 

/* border: 1px solid #474655; */

 padding: 8px;
 text-decoration: none;

/* color: #333; */

 color: #fff;
 width: 120px; 
 margin: 0px;
 text-align: center;
 font-size: normal;

}

ul.menu li a:hover{

 color: cyan;

}

ul.menu { /* display: none;

 position: absolute; */
 height: 45px;
 margin:0;
 padding:0;
 list-style:none;
 float: center;

}

ul.menu li { /* display:inline;*/

 margin:0;
 padding:6px;
 float: left;
 position: relative;

}

ul.menu li:hover ul {

 display: block;
 position: absolute;
 z-index: 100;

}

ul.submenu {

 display: none;
 list-style: none;
 background-color: #f0f0f0;
 border: 1px solid #ccc;

}

ul.submenu li {

 float: none;
 margin: 0px;
 height: 30px;

}

ul.submenu li a {

 text-align: left;
 margin: 0px;
 padding-left: 12px;
 color: black;
 text-decoration: none;

}

ul.submenu li a:hover {

 color: gray;

}

  1. youtube {

margin-bottom: 30px; }

  1. description {

/* border-bottom: 1px solid #dedede; */ padding-bottom: 40px; /* margin-bottom: 30px; */ }

.block-container { overflow: hidden; margin-bottom: 12px; padding: 0px 0px 0px 0px; /* border-bottom: 1px solid #DEDEDE; */ }

h2.block-container { padding: 0px 0px 10px 0px; /* color: #303030; */ }

img.thumb {

 width: 338px;
 height: 215px;

}

.column a:hover img {

 opacity: 0.8;
 filter: alpha(opacity=80);
 background: #fff;

}

.column { width: 338px; height: 510px; padding: 5px; background: #333; color: #ccc; }

.column h2 { color: #f0f0f0; }

.column1 { float: left; margin-right: 18px; }

.column2 { float: left; margin-right: 18px; }

.column3 { float: right; }

  1. navi {
 padding-bottom: 18px;
 margin-bottom: 48px;
 border-bottom: 1px solid #dedede;

}

.block h2 { font-size: medium; border-bottom: none; }

.block p { font-size: x-small; }


  1. myfooter {

width: 1080px; height: 250px; background: #f0f0f0; }

  1. section1 {

float: left; }

  1. section2 {

float: left; }

  1. section3 {

float: left; }

  1. section4 {

float: left; }

  1. section5 {

float: left; }

  1. section6 {

float: left; }

  1. section7 {

}

</style>

</head> <body>

Medical DNA Shell

 <img src="http://openwetware.org/images/e/e8/Biomod-2012-UTokyo-UT-Hongo-Idia-4.jpg" width="350px"></img>

fig1. Schematic of Medical DNA Shell system

Methodologies to apply DNA for building precisely controlled nanostructures have greatly developed over the recent years. Our focus for BIOMOD is to utilize DNA to make a shell like structure which can capture molecules inside the shell-like body, as if a shellfish is eating its prey. Entrapment of the substrate was detected by the numerous florescent molecules that are attached to the body. This research may become a foundation for using DNA to mimic catalytic activity of enzymes.

Medical functions such as detection of diseases with small amount of blood are possible by using microfluidics. For example, detecting and sensing the concentration of Thrombin which causes blood coagulation is possible by using Shell and microfluidics developed by our team. In the future, we will develop medical DNA Shell system for monitoring components of blood, detecting diseases, inputting medicine by DNA Shell, computing system integrated in microfluidics.


YouTube

<iframe width="1080" height="608" src="http://www.youtube.com/embed/KaU-tjKYBlQ" frameborder="0" allowfullscreen></iframe>

BIOMOD 2012 Team UT-Hongo


<a href="http://openwetware.org/index.php?title=Biomod/2012/UTokyo/UT-Hongo/Test2&action=edit">edit this page</a> </body> </html>