Biomod/2011/TeamJapan/Tokyo/Notebook/Lab.notebook: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
{{HEAD_1}}
{{HEAD_1}}
<br>
<br>
<br>
<br>
<br>
<br>
<br>
__NOTOC__
__NOTOC__
<!--この上の呪文たちは必ず各ページのコピペすること-->
<!--この上の呪文たちは必ず各ページのコピペすること-->

Revision as of 12:21, 1 November 2011


<html> <!--<head>--> <!-- We refer to the wiki of team iGEM Heidlberg 2009. -->

      <style type="text/css">

/* ====================

  主に全体に関わるCSS

   ==================== */

      body {behavior: url(http://www.xs4all.nl/~peterned/htc/csshover3-source.htc);}
      .clear {clear:both;}

body.mediawiki {

                       font-size: 14px;

background-color:#707070; background-position: center center; background-attachment: fixed; background-repeat: no-repeat; font-family: Calibri, Verdana, helvetica, sans-serif; }

               h1 {
                       padding: 0px 20px 5px 20px;
                       font-size: 34px;
                       font-weight: bold;
               }
               h2 {
                       padding: 20px 20px 5px 20px;
                       font-size: 25px;
                       color: #0083eb;
                       text-decoration: none;
                       font-weight: bold;}
                       border: none;
               h2 a {
                       color: #eb8300;
               }
               h3 {
                       padding: 20px 20px 5px 20px;
                       font-size: 20px;
                       color: #000;
                       font-decoration: none;
                       font-weight: bold;
               }
               h1.firstHeading {

display: none;

               }

p { text-align: justify; } a:link { color: #00a5ea; text-decoration: none } a:visited { color:#00a5ea; text-decoration: none } a:hover {

                       color: #eb8300;

text-decoration: none } a:active { color:#f29400; text-decoration: none } #bodyContent {

                       width: 970px;
                       margin: 0px 0px 0px;
                       background-color:#ffffff;
                       border-width: 0px 1px 0px 1px;
                       border-color: #000000;
               }
               #content {
                       padding-left: 0px; width: 970px;
               }

table#team_members {

                       text-align: justify;
                       border: 0;
               }

table#team_members h2, table#team_members h3 {

                       clear: both;
               }

#content * a:hover {

                       text-decoration:none;
               }

#main_wrapper {

                       position:absolute;
                       left:0px;
                       top:20px;

margin-top: 0; width: 969px; height: 221px; align: center; border-style: solid;

                       border-color: white;

} /* ====================

  メニューの画像を変更できる部分
  ==================== */

#header {

                       position:relative;
                       left:0px;
                       top:0px;

margin-top: 0; width: 969px; height: 221px; align: left; background-color: #FFFFFF;

                       background-image: url(http://openwetware.org/images/e/e0/NEW_header.jpg); 

} /* ====================

  以下、特殊なclassに適用される
  ==================== */

#navigation { position:absolute;

                       left:18px; top:155px; width:1200px; height:69px;

z-index:100;

                       background-color: transparent;
                       float: left; 

color: #0000FF; } #super_main_wrapper {

                       position:absolute;
                       left:0px;
                       top:227px;

width: 975px; align: center; background-color: #ede8e2;

                       heigth: auto;
               }
               #SubWrapper {
                       width: 645px;
                       padding: 0px;
                       border-left:4px solid #ede8e2;
                       float: left;
                       margin-top: 0px;
                       background-color: #ede8e2;
               }
               #SubWrapper * p, #SubWrapper p  {
                       padding: 0 20px;
                       text-align: justify;
                       font-size: 12px;
               }
               #SubWrapper * h3, #SubWrapper h3 {
                       padding-top: 10px;
                       font-size: 18px;
               }
               #news {
                       width: 322px;
                       margin-top: 0px;
                       float: left;
                       background-color: #d8d5d0;
                       border-right:4px solid #ede8e2;
               }
               #news p {
                       padding: 0 20px 20px 20px;
                       text-align: justify;
                       font-size: 12px;
               }
               #news h3 {
                       padding: 10px 20px;
                       font-size: 18px;
               }
               #mission_box {
                       width:650px;
                       float: left;
               }
               #team_box, #heartbeat_box, #notebook_box, #parts_box, #gallery_box, #sponsors_box, .boxy {
                       width:215px;
                       float: left;
                       padding: 10px 0 0 0;
               }
               div.tleft {
                       border-width: 0px;
                       margin:0;
                       padding:0;
                       border-color:transparent;
               }

/* ====================

  ここからプルダウン周辺のデザイン
  ==================== */
  1. menu * {

margin: 0; padding: 0; }

  1. menu {

behavior: url(http://www.xs4all.nl/~peterned/htc/csshover3-source.htc); <!-- fuer ie6 --> font-family: calibri, verdana, sans-serif;

       font-color: #ffffff;

font-size: 19px; background-color: transparent; float:left; padding: 12px 0 0 0; }

  1. menu ul {

float: left; list-style: none; }

  1. menu ul li {

background-color:transparent;

       position:relative;

float:left; list-style: none; padding: 10px 20px 0 0;

       font-weight: bold;
       width: auto;

}

  1. menu a {

color: #FFFFFF; display: inline; text-decoration: none; }

  1. menu a:visited {

color:#FFFFFF; text-decoration: none }

  1. menu a:hover {

color: #00a5ea; }

  1. menu ul li ul {

display: none; position: absolute; left: 0px;

       width: 155px;
       heigth: 1%;

font-size: 19px; opacity: 0.8; list-style: none;

       top: 30px;
       padding-top: 20px;
       z-index:500;

}

  1. menu ul li:hover ul {

display: inline;

       background-position: bottom;

}

  1. menu ul li ul li {

width: 100%; list-style: none;

       background-color: #000;
       margin: -1px;
       padding: 0px 0 0 5px;
       display: inline;

}

</style> <!-- </head> -->


<!-- ############################# BODY!!!!! #################################### -->

<!-- <body> --> <!--[if IE]> <style type="text/css">

  1. SubWrapper {width: 645px;}
  2. news {width: 317px;}
  3. super_main_wrapper {position:static;}
  4. navigation {left: 15px;}
  5. menu ul li ul {left: -2px; top: 22px;}

</style> <![endif]--> <div id="main_wrapper">

 <div id="header">

<div id="navigation"> <div id="menu" style="position:static"> <ul> <li><a class="aMain" href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo">Home</a></li> <li><a class="aTeam" href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Team/Students">Team</a></li> <li><a class="aProject" href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Project">Project</a> <!-- <ul> <li><a href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Project">Overview</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Project/introduction">Introduction</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Project/Model">Model</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Project/Devices">Devices</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Project/Modes">Modes</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Project/Results">Results</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Project/Achievements">Achievements</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Project/Future_works">Future works</a></li> </ul> --> <li><font color="#ffffff">Results</font> <ul> <li><a href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Project/Results">Experiments</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Project/Simulations">Simulations</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Achievements/DNA_Devices">DNA Design</a></li> </ul></li> <!-- <li><a class="Simulation" href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Project/Simulations">Simulations</a></li> <li><a class="DNA design" href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Achievements/DNA_Devices">DNA Designs</a></li> --> <li><a href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Project/Achievements">Achievements</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Project/Future_works">Future works</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Notebook/Protocols">Protocols</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Notebook/Lab.notebook">Notes</a></li> <li><a class="aNotebook" href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Sponsors/">Sponsors</a></li> <li><a class="aSitemap" href="http://openwetware.org/wiki/Biomod/2011/TeamJapan/Tokyo/Sitemap">Sitemap</a></li>

</ul> </div><!-- end drop menu --> </div> <!-- end navigation --> </div> </div> <!-- For IE 6 --> <script type="text/javascript">

/***********************************************

  • CSS Vertical List Menu- by JavaScript Kit (www.javascriptkit.com)
  • Menu interface credits: http://www.dynamicdrive.com/style/csslibrary/item/glossy-vertical-menu/
  • This notice must stay intact for usage
  • Visit JavaScript Kit at http://www.javascriptkit.com/ for this script and 100s more
                                                                                              • /

var menuids=new Array("verticalmenu") //Enter id(s) of UL menus, separated by commas var submenuoffset=-2 //Offset of submenus from main menu. Default is -2 pixels.

function createcssmenu(){ for (var i=0; i<menuids.length; i++){

 var ultags=document.getElementById(menuids[i]).getElementsByTagName("ul")
   for (var t=0; t<ultags.length; t++){
   var spanref=document.createElement("span")

spanref.className="arrowdiv" spanref.innerHTML="&nbsp;&nbsp;" ultags[t].parentNode.getElementsByTagName("a")[0].appendChild(spanref)

   ultags[t].parentNode.onmouseover=function(){
   this.getElementsByTagName("ul")[0].style.left=this.parentNode.offsetWidth+submenuoffset+"px"
   this.getElementsByTagName("ul")[0].style.display="block"
   }
   ultags[t].parentNode.onmouseout=function(){
   this.getElementsByTagName("ul")[0].style.display="none"
   }
   }
 }

} if (window.addEventListener) window.addEventListener("load", createcssmenu, false) else if (window.attachEvent) window.attachEvent("onload", createcssmenu) </script> <!-- </body> --> </html>














Lab.notebook

Meeting

25.May ・Had a brainstorming.
・Excluded the ideas that clearly unfeasible and categorized rest feasible idea.
13.June ・Narrowed each category of ideas down to a shortlist of projects. Finally, we selected 4 projects.
・By the next meeting, we researched and formed each project
17.June ・Dr.Takinoue gave us lecture of molecular robotics.
21.June ・Adopted controlling micro object by using DNA as our project.
・Discussed the methods of how to control micro object by DNA, and narrowed them down 5 ideas: using light, heat, electric field, magnetic field and tubelin.
・By the next meeting, we researched each of the ideas.
28.June ・Presented the ideas we had researched in detail to each other.
・Considering the presentations, we decided to develop light controlling device. We thought we can use ultraviolet rays, photoligation. or azobenzene as the controlling device.
・As a former step of the controlling, we discussed how to move micro object by DNAs.
29.June ・Came up the idea of moving the object like DNA spider.
・Discussed how attach many DNA to micro object and slide glass as a track of this molecular robot.
5.July ・Discussed the detail of experiments in this summer.
12.July ・Discussed the name of our project.
24.July ・Discussed the name of our project.
・Produced documents for sponsors.
2.August ・Wrote protocols in English.
21.August ・Prepared our presentation for 26 AUG, BIOMOD TeamJapan Midterm Meeting.
22.August ・Prepared our presentation for 26 AUG, BIOMOD TeamJapan Midterm Meeting.
23.August ・Prepared our presentation for 26 AUG, BIOMOD TeamJapan Midterm Meeting.
24.August ・Prepared our presentation for 26 AUG, BIOMOD TeamJapan Midterm Meeting.
25.August ・Prepared our presentation for 26 AUG, BIOMOD TeamJapan Midterm Meeting.
26.August ・BIOMOD TeamJapan Midterm meeting
29.August ・Discussed the plan by Jamboree based on indications from TeamJapan Midterm meeting.


Developing DNA ciliate body

25.July ・Attached fluoresceinated oligonucleotide DNA probes to 40um glass beads.
3.August ・Attached fluoresceinated DNA probes to 2um polystyrene beads, but the beads was melted.
5.August ・Attached fluoresceinated DNA probes to 2um polystyrene beads, but the beads were clumped.
8.August ・Attached deoxyribozyme DNA probes to 2um polystyrene beads, but the beads was a little clumped.
9.August ・Attached deoxyribozyme DNA proves to 40um glass beads.
・Tested the activity of deoxyribozyme on 40um glass beads by urea-PAGE, but it didn’t worked.
10.August ・Attached deoxyribozyme DNA proves to 1um polystyrene beads. Tried to find the condition of not being clumping.
15.August ・Tested the activity of deoxyribozyme on 1um polystyrene beads by urea-PAGE, but the positive control didn’t work.
18.August ・Attached deoxyribozyme DNA proves to 1um polystyrene beads and 70 um glass beads.
・Tested which buffer deoxyribozyme works in. Decided to use SSC buffer.
19.August ・Tested the activity of deoxyribozyme on 1um polystyrene beads by urea-PAGE, but it didn’t worked.
30.August ・Tried to find the best condition of fixing deoxyribozyme DNA proves to 1um polystyrene beads.
31.August ・Tested the activity of deoxyribozyme on 1um polystyrene beads we made yesterday by urea-PAGE. It worked clearly.
5.September ・Examined the reaction time of attaching deoxyribozyme DNAs to 30um and 1um polystyrene beads.
6.September ・Examined the reaction time of attaching deoxyribozyme DNAs to 30um and 1um polystyrene beads.
7.September ・Tested the activity of deoxyribozyme on 30nm and 1um polystyrene beads we made yesterday by urea-PAGE. The deoxyribozyme on 1um beads didn’t worked. The deoxyribozyme on 30nm worked a little.
12.September ・Examined the reaction time of attaching deoxyribozyme DNAs to polystyrene beads and attached deoxyribozyme DNAs to 200nm polystyrene beads.
13.September ・Examined the reaction time of attaching deoxyribozyme DNAs to polystyrene beads and attached deoxyribozyme DNAs to 1um polystyrene beads.
14.September ・Attached fluoresceinated DNA probes to 70nm polystyrene beads.
15.September ・Tested the activity of deoxyribozyme on 200nm and 1um polystyrene beads by urea-PAGE. The deoxyribozymes of both diameter of beads worked a little.


Developing micrometer-sized tracks

22.July ・Attached fluoresceinated oligonucleotide DNA probes to slide glass in a circle.
25.July ・Processed polyascetal-resin and made a mold of 100um width of micro-channel.
26.July ・Made a PDMS-mold of micro-channel by using polyascetal-mold.
27.July ・Improved the making of polyascetal-mold.
1.August ・Made the brace of PDMS-mold and slide glass.
3.August ・Drained ink on slide glass into PDMS-mold to check the micro-channel.
・Improved the making of the brace of PDMS-mold and slide glass.
5.August ・Checked there were a leak or not when drained silane into PDMS-mold. Because of leaks of silane, we increase the thickness of PDMS-mold to fix the mold and slide glass tightly.
8.August ・Developed 50um width of micro-channel.
9.August ・Tried to find the best condition of draining DNA solution into PDMS-mold.
10.August ・Drained fluoresceinated DNA solution into PDMS-mold Attached on silanized and DSS treated slide glass, but we couldn’t observe fluoresceinated DNA on the glass.
15.August ・Tried to find the best condition of fixing DNA to slide glass.
18.August ・Tried to find the best condition of fixing DNA to slide glass.
19.August ・Tried to find the best condition of fixing DNA to slide glass.
30.August ・Tried to find the best condition of fixing DNA to slide glass.
31.August ・Made various shape of micro-channel.
6.September ・Examined negative controls of attaching DNAs to glass plate.
・Found the results of attaching DNAs to glass plate we did past a month were all nonspecific adsorption.
9.September ・Examined how to remove nonspecific adsorption.
12.September ・Examined how to remove nonspecific adsorption.
13.September ・Examined how to remove nonspecific adsorption.
21.September ・Examined how to remove nonspecific adsorption.
22.September ・Examined how to remove nonspecific adsorption.
26.September ・Arrayed fluorescent labeling DNAs to human form micrometer-sized track.
27.September ・Arrayed substrate of deoxyribozyme to glass plate.
30.September ・Examined the condition of arraying DNAs to glass plate.


Developing DNA devices

22.July ・Designed DNA sequence of deoxyribozyme of DNA ciliate.
27.July ・Checked the detection limit of the concentration of DNA solution by urea-PAGE stained with ethidium bromide.
1.August ・Checked the detection limit of the concentration of DNA solution by urea-PAGE stained with SYBR gold.
5.August ・Tested the activity of deoxyribozyme we designed as deocyribozyme of DNA ciliate, but it didn’t work.
8.August ・Adjusted pH of deoxyribozyme solution buffer and retested the activity of deoxyribozyme, but it worked without divalent metal ions.


Confirming the free moving mode

14.October ・Observed Brownian motion of 200nm and 1um diameter DNA ciliate.


Confirming the track walking mode

All month of September and October Simulated and analyzed the motion of DNA ciliate on DNA track.
27.September ・Examined the condition of hybridizing DNA ciliate with substrate on track.
30.September ・Examined the condition of hybridizing DNA ciliate with substrate on track.
3.October ・Examined the condition of hybridizing DNA ciliate with substrate on track.
5.October ・Observed whether DNA ciliates on substrate-track.
14.Octorber ・Observed whether DNA ciliates on substrate-track.


Confirmation the light-irradiated gathering mode

27.September ・Attached complementary DNA strands(not substrate) of deoxyribozyme at a spot on glass plate.
30.September ・Observed whether DNA ciliates gather at the spot where we attached complementary strands of deoxyribozyme, but they didn’t.
3.October ・Examined the condition of hybridizing DNA ciliate with substrate on track.
・Observed whether DNA ciliates gather at the spot where we attached complementary strands of deoxyribozyme. They gathered at the spot clearly.