Biomod/2012/TeamSendai/Diary

From OpenWetWare
Revision as of 13:15, 27 October 2012 by Kazuki Hirahara (talk | contribs)
Jump to navigationJump to search

<html> <head>

   <title>Team Sendai Top</title>
   <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
   <script type="text/javascript">
       $(function() {
         if ($.browser.msie && $.browser.version.substr(0,1)<7)
         {

$('li').has('ul').mouseover(function(){ $(this).children('ul').show(); }).mouseout(function(){ $(this).children('ul').hide(); })

         }
       });        
   </script>

<style>

body{ background-image:url(http://openwetware.org/images/7/78/Office.png); /*壁色と壁紙設定*/ background-repeat:repeat;/*繰り返さない場合はno-repeatに変更*/ font:"メイリオ", "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; color: #333333; margin:0px; padding:0px; }

  1. Container

{ Background-image: url(http://openwetware.org/images/6/62/Wall4.png); width: 960px; margin: auto; }

/* Main menu */

  1. menu

{ width: 100%; margin: 0; padding: 10px 0 0 0; list-style: none; background: #111; background: -moz-linear-gradient(#444, #111);

   background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	

background: -webkit-linear-gradient(#444, #111); background: -o-linear-gradient(#444, #111); background: -ms-linear-gradient(#444, #111); background: linear-gradient(#444, #111); -moz-border-radius: 50px; border-radius: 50px; -moz-box-shadow: 0 2px 1px #9c9c9c; -webkit-box-shadow: 0 2px 1px #9c9c9c; box-shadow: 0 2px 1px #9c9c9c; }

  1. menu li

{ float: left; padding: 0 0 10px 0; position: relative; line-height: 0; }

  1. menu a

{ float: left; height: 25px; padding: 0 25px; color: #999; text-transform: uppercase; font: bold 12px/25px Arial, Helvetica; text-decoration: none; text-shadow: 0 1px 0 #000; }

  1. menu li:hover > a

{ color: #fafafa; }

  • html #menu li a:hover /* IE6 */

{ color: #fafafa; }

  1. menu li:hover > ul

{ display: block; }

/* Sub-menu */

  1. menu ul

{

   list-style: none;
   margin: 0;
   padding: 0;    
   display: none;
   position: absolute;
   top: 35px;
   left: 0;
   z-index: 99999;    
   background: #444;
   background: -moz-linear-gradient(#444, #111);
   background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
   background: -webkit-linear-gradient(#444, #111);    
   background: -o-linear-gradient(#444, #111);	
   background: -ms-linear-gradient(#444, #111);	
   background: linear-gradient(#444, #111);
   -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
   -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
   box-shadow: 0 0 2px rgba(255,255,255,.5);	
   -moz-border-radius: 5px;
   border-radius: 5px;

}

  1. menu ul ul

{

 top: 0;
 left: 150px;

}

  1. menu ul li

{

   float: none;
   margin: 0;
   padding: 0;
   display: block;  
   -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
   -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
   box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;

}

  1. menu ul li:last-child

{

   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;    

}

  1. menu ul a

{

   padding: 10px;

height: 10px; width: 130px; height: auto;

   line-height: 1;
   display: block;
   white-space: nowrap;
   float: none;

text-transform: none; }

  • html #menu ul a /* IE6 */

{ height: 10px; }

  • first-child+html #menu ul a /* IE7 */

{ height: 10px; }

  1. menu ul a:hover

{

   background: #0186ba;

background: -moz-linear-gradient(#04acec, #0186ba); background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)); background: -webkit-linear-gradient(#04acec, #0186ba); background: -o-linear-gradient(#04acec, #0186ba); background: -ms-linear-gradient(#04acec, #0186ba); background: linear-gradient(#04acec, #0186ba); }

  1. menu ul li:first-child > a

{

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

}

  1. menu ul li:first-child > a:after

{

   content: '';
   position: absolute;
   left: 30px;
   top: -8px;
   width: 0;
   height: 0;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
   border-bottom: 8px solid #444;

}

  1. menu ul ul li:first-child a:after

{

   left: -8px;
   top: 12px;
   width: 0;
   height: 0;
   border-left: 0;	
   border-bottom: 5px solid transparent;
   border-top: 5px solid transparent;
   border-right: 8px solid #444;

}

  1. menu ul li:first-child a:hover:after

{

   border-bottom-color: #04acec; 

}

  1. menu ul ul li:first-child a:hover:after

{

   border-right-color: #04acec; 
   border-bottom-color: transparent; 	

}


  1. menu ul li:last-child > a

{

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

}

/* Clear floated elements */

  1. menu:after

{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

  • html #menu { zoom: 1; } /* IE6 */
    first-child+html #menu { zoom: 1; } /* IE7 */

/* 目次 */ div#mokuji {width: 960px; margin-left: auto; margin-right: auto; background-color: #f5f5dc}

div#mokuji h2 { background-color: # f5f5dc; font-size: 1.50em; color: #000000; line-height: 45px; padding-left: 12px; margin-bottom: 0}

div#mokuji h3 {border-bottom:solid 3px #66aa66; font-size: 1.50em; line-height: 22px; padding-left: 12px; margin-top: 30px; margin-bottom: 0; clear: both}


ol#mokuji {font-size: 1.00em; margin-left: 0; padding-left: 0}


/*文字の設定*/ h1{ font-family: 'Times New Roman', 'Times', serif; font-size: 2.00em; letter-spacing: 2px; padding-left:10px; margin: 0px; }


h2{ font-family: 'Times New Roman', 'Times', serif;

     	font-size:1.8em;

border-left: 10px solid #000066;

         	border-bottom:solid 1px #000099;/*文字の下に線を入れる設定*/
         	width:900px;

padding-left: 5px; color:#333333; margin-top: 15px; margin-bottom: 5px; }

h3{ font-family: 'Times New Roman', 'Times', serif;

     font-size:1.60em;
       color:# 333333;

}

p{

   	font-family: 'Times New Roman', 'Times', serif  	font-size:1.40em;/*全体の文字サイズ*/

line-height:150%;/*全体で使う、文字と文字の行間*/

         	margin-left:5px;

}

p img{

    	float:left;
        	margin-top:5px;  /*写真の左にスペースを空ける*/

margin-left:5px; /*写真の左にスペースを空ける*/ margin-right:10px; /:写真と文字の間隔*/ }


h5{

     font-size:1.60em;

border: solid 1px #111111;

       color:#ffffff;

background-color:#FFA500; line-height: 30px; padding-left:10px; margin-top: 10px; margin-bottom: 1px; }

h6{

     font-size:120%;

border: solid 1px #111111;

       color:#ffffff;

background-color:#006400; line-height: 30px; padding-left:10px; margin-top: 10px; margin-bottom: 1px; }

  1. red{
     font-size:120%;

border: solid 1px #111111;

       color:#ffffff;

background-color:#DC143C; line-height: 40px; padding-left:10px; margin-top: 10px; margin-bottom: 1px; }

  1. blue{
     font-size:120%;

border: solid 1px #111111;

       color:#ffffff;

background-color:#191970; line-height: 40px; padding-left:10px; margin-top: 10px; margin-bottom: 1px; }

  1. pop {

width: 50%; margin: 0px; float: left; }

  1. pop h2 {

width: 90%; margin: 0px; float: left; }

  1. pop p {

width: 90%; margin: 0px; float: left; }


/*topに戻る*/

  1. ttop {position:fixed;bottom:140px;left:auto;margin:0 0 0 960px; /* マージン:上 右 下 左 */width:41px;height:390px;background:url(http://openwetware.org/images/e/ed/Cellgate.gif) no-repeat left bottom;}/* IE6以下用 */* html #ttop {margin:0 0 -390px 0;position:relative;bottom:490px; /* 上で設定した ttopの高さ390px+下100px */left:960px;}#ttop:hover {background:url(http://openwetware.org/images/a/a7/029.png) no-repeat left bottom;/* 画像の高さによって適当に調整 */}a.page_top {display:block;width:41px;height:390px;}


</style> </head>


<body> <div id="Container"> <!-- Menu --> <ul id="menu"> <li><a href="http://openwetware.org/wiki/Biomod/2012/Tohoku/Team_Sendai ">Home</a></li> <li><a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Idea ">Project</a></li> <li><a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Design">Design</a> </li> <li><a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Simulation">Simulation</a> </li> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Experiment ">Experiment</a> </li> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Future Application">Future Application</a> </li> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Diary">Diary</a> </li> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Team ">Team</a> </li> <li> <a href=" http://openwetware.org/wiki/Biomod/2012/Tohoku/Team Sendai/header"></a> </li>

</ul>

<div id="ttop"> <a href="#top" class="page_top" onfocus="this.blur();" onclick="scrollTo(0,0); return false;" title="Top"></a></div>

</body> </div> </html>



May

May 14th

Since the stage of reading and studying various papers finished, our activity as a Kisozemi team (basic seminar course for first year undergraduate students) completely started from today. We scheduled our future activity, then we discussed what kind of molecular robot to make.

May 21st

We brainstormed about our robot and learned how to use the micro-pipette. We will discuss our robot more realistically on the next week.

May 28th

Each member chose 1 or 2 interesting ideas from the last week’s brainstorming. Then we expressed and discussed about them. At the end, we decided that our project is composed of 2 systems. One was a "doorman" system that opens the lid of a DNA origami box when the system catches the target. The other was a "porter" system that carries a target into a DNA origami box. We divided our team into 2 groups and agreed on presenting about each topic next time after a careful consideration.

June

June 4th

We had a presentation about each team’s thoughts, doorman team and porter team. According to the result of presentation, we conclude that we need to think about a better structure. We talked about which structure is the best. We will have a presentation on today’s subject next week.

June 11th

Today, we did our 2nd presentation. Through this presentation, we roughly decided what robot to make. We will make a robot which carries a target into itself. Next week, we will think about the best structure of our robot and we will do the 3rd presentation.

June 18th

We performed the 3rd presentation. The details appear in this pagethis page. In this presentation appeared the issue of deciding the size of the target and the robot. We are going to do the 4th presentation including the robot’s size next Monday.

June 25th

We did the 4th presentation. We learned that we must explain why we want to capture a target. Presentations require the complete story for convincing other persons. Moreover, since the design of a robot was becoming clear, we begun the full-scale design. We thought that the shape of our robot should be a pipe. Therefore, we learned how to use caDNAno. Each member task is to design the robot's tube that will capture the target by next week.

July

July 2nd

We had the fifth presentation. We split into three groups, Wiki team, robot design team, slide & script team. Robot design team started to try designing a structure of the size precisely determined on today’s meeting.

July 9th

Today, we earnestly started to design the robot's tube. We can design our pipe based on a previous DNA origami pipe by Dr. Shawn Douglas. So we will create a new design by next week. Next time, we will learn how to do the electrophoresis.

July 23th

We had a meeting, designed the robot structure with caDNAno and we did the electrophoresis as an exercise using some laboratory samples.

August

August 6th

Today, we designed our loop and tournament structures with caDNAno. Loop and tournament structures are Biomod2012 Basic Seminar’s original structure. The details appear in Wiki and make a schedule for experiments. We understood that making and observing a tube is difficult, so we give up our design up to now and decide to make new things. We calculated the melting temperature (Tm) of the loop structure and tournament structure, and determine arrangements. It was ordered and will come until the day after tomorrow.

August 7th

Today, we carried on the electrophoresis of M13 and a field we made last year as an exercise for the experience on loop and tournament structures . As a result, we probably succeeded the annealing process because a staple with M13 moved slowly and was appeared in the correct band position between 7000~5000 from the ladder. This concentration was too dark because it was in 0.8 μℓ 6X Loading buffer and 4.2 μℓ sample. We should do them with 1 μℓ of loading buffer next time. We redesign a triangular tube structure and would complete it by 8/9. We would receive samples which have the loop and the tournament structures and start a demonstration of them tomorrow.

August 8th

Today, we designed a tube structure. We asked for evaluation of the design of the tube with the triangular prism to teacher Hamada, and he said that it was not completed yet. Then, we are going to keep designing the tube with the hexagonal prism and the tube with the triangular prism in parallel. Also, we prepared the experimental of loop and tournaments structures. We decided to start the experiment. First of all in preparation, we created a 20% acrylamide gel, then stored it on the refrigerator. In addition, we received the sample and anneal it.Tomorrow we would do the experiment of electrophoresis to prove our hypothesis.

August 9th

We did the electrophoresis with 10% and 20% acrylamide gel. The details of experiment is in the experimental result page. We can’t find the bands in the 10% gel. Maybe because of using Midori Green as a stain. On the other hand, We use SYBR Gold as a stain for 20% gel. We could look the bands clearly, but the result was not what we want. On 8/17, we will do our experiment with changing the conditions.


August 17th

Today we agreed some points to improve the experiment which did not go well with the experiment on 8/9. We change to sybr gold staining of electrophoresis on 10% acrylamide gel and extend to 50 minutes, the time interval for aggregating of Query and tournament or loop n tube. We failed to make the gel and we took a lot of time to do the experiment. Since we recreate the solution , we could not have sufficient time for experiments. Thus, we did only experiment of 10% gel today. We keep the 20% gel, but I thought better to rebuild them because the bubbles of steam appeared during production. I wonder whether appearance of bubbles with steam might be normal. The photo was published in the Google drive of the results of electrophoresis. The band did not appear clearly. This is likely because of a failure on making the gel. Possible causes for the failure are, using the old acrylamide, forgetting to put a buffer which dilute the sample.

August 20th

We tried again yesterday's electrophoresis experiment by changing conditions.
The changes

  1. We did the electrophoresis of the gel before we put our samples.
  2. We did the electrophoresis on the refrigerator.
  3. We did the electrophoresis at 50V.

1 will lead our experiment to succeed. 2 prevent Query,Loop, Tournament1 and Tournament2 fall to pieces. We were careful to not forgot to put buffer so as not to fail our experiment. At first, we did at 50V, but it took long time, so we changed to 100V for 1.5 hours.

We did the electrophoresis 10% gel for Tournament1 hours and 20% gel for Tournament2 hours. In 10% gel, the bands appeared clearly. Sample in which Query, Loop and tournament1 mixed showed that Query combined with Tournament2, and Sample in which Query, Loop , tournament1 and tournament2 mixed showed that Query combined with Tournament2. Considering those, Query was likely to move from Loop to Tournament1, or to move from Tournament2 to Tournament3. However, in Sample in which Query, Loop and Tournament1 mixed, the band of Query and Loop , and the band of Loop and Tournament1 appeared very clearly both. So we suspected that Query actually moved from Loop to 3.
In Sample in whichQuery, Loop, Tournament1 and Tournament2 were mixed , we couldn’t find the band around Loop. So we may have forgotten to put Loop. Because of it, we weren’t sure moving from Loop to Tournament1 . But, we were sure from Tournament1 to Tournament2. In 20% gel, we couldn’t find the band clearly. Because of it, we will use only 10% gel next time.

August 21th

First, we made two 10% gels. We saved one in the refrigerator and we did the electrophoresis with the same condition of yesterday. We did the electrophoresis at 50V for Tournament1 hours. Considering from the result, Query certainly moved from Tournament1 to Tournament2. In Sample in which Query,Loop and Tournament1 were mixed, the band of Loop appeared weakly, but the band of Query and Tournament1 appeared lower, so Query seemed not to combined with . The factor of it seemed to be the interaction between Loop and Tournament1.

August 22nd

We did the electrophoresis with changing sample’s combination. Today’s sample was the previous combination Query, Loop, Tournament1, Tournament2, mixing Query and Loop, mixing Query and Tournament1, and the new combination mixing Loop and Tournament1, mixing Loop and Tournament2, mixing Tournament1 and Tournament2. We used 10% gel, and 1×TAE was added to Mg2+ as a buffer. Considering from the result, Query seemed to combine with Loop, and Query seemed to combine. But, Loop seemed to combine with Loop, Tournament1 seemed to combine with Tournament1.

August 23th

Today we made two acrylamide gels for tomorrow electrophoresis. We changed the design of the robot a little bit. Its each end has Loop and carry a target to middle of robot. We noticed that Loop and Tournament1 are likely to combine with each other or with themselves. Because of this, we changed all extra sequences of Loop and tournament into adenine. We ordered our new robot today and will arrive next Monday but, annealing will take long time, so we will use them after BIOMOD meeting in Japan. We uploaded some results of our experiments to Wiki. Tomorrow, We will upload Japanese version of our all data.

August 24th

We did electrophoresis with the previous samples. This time we did it at room temperature. The result seems to confirm that Loop and Tournament1 combines not with Query but with themselves. We'll receive the improved design DNA of a Loop and Tournaments next Monday, and then do experiments when we have time. As we've made the explanation of experiments and diary in English to some extent, we'll start to translate the whole Wiki into English. We're making slides for the presentation too.

August 27th

We received new " Loop " and "Tournament" DNA sample and dispensed them. We'll do experiment tomorrow. In addition, we made our wiki and our presentation slide.

August 28th

We did experiment with new DNA. Mixing Query and Loop showed that query did not combined with Loop. We thought high temperature caused the result. We'll do electrophoresis in refrigerator tomorrow. In addition, we made our wiki and our presentation slide.

August 29th

We did electrophoresis in the refrigerator today. Mixing Query, Loop , and Tournament1 showed that Query combined with Tournament1, and mixing Query, Loop, Tournament1, and Tournament2 showed that Query combined with Tournament2 but mixing Query and Loop was not showed that query combined with Loop. We'll do electrophoresis in the refrigerator with cool buffer tomorrow. In addition, we made our wiki and our presentation slide.

August 30th

We did electrophoresis in a refrigerator (at Tournament2 degrees) with cool buffer today. As a result, we successfully see the Loop and the object combine. And Loop and tournaments don't interact each other. We practiced for BIOMOD meeting in Japan. Based on what we were said in today’s practice, We edited the outline of slides. We were also said that our structure’s name “ Loop ” and “tournament” was difficult for an audience to understand. So we changed both names into new name “Selector”. We'll do experiment to make sure of our success and continue to make the slides.

August 31st

As yesterday, we did the electrophoresis in the refrigerator with cool buffer. But, because of the trouble with the gel, we failed our experiment. Also, we made our wiki and our presentation slide.

September

September 1st

We corrected the manuscript of presentation and Wiki in English. We have already written these in English, so We should only rewrote these in English.

BIOMOD JAPAN MEETING 2012 on September 9th

Jpapan meeting was held at Tokyo university. The result is that Team Sendai B was 4th and Team Sendai A was 6th.


September 14th

We did electrophoresis to confirm best time Target moves to Selecter3 from Selecter2. Mixed Target with Selecter2,and annealed. We left them different time 60,50,40,30,20,10,0 minutes after mixing Target+Selecter2 with Selecter3. But we did not get good result. Maybe we failed annealing, Target with Selecter2.

September 17th

We did electrophoresis to confirm best time Target moves to Selecter3 from Selecter2. Mixed Target with Selecter2,and annealed. We left them different time 60,50,40,30,20,10,0 minutes after mixing Target+Selecter2 with Selecter3. We got good result. Best time was 10 minutes.

September 18th

We made 10% acrylamide gel today. We annealed Target to Selector1 in Thermal cycler at one degree for 30 minutes. Then we added Selector2 when 0,10,20,30,40,50,60 minutes passed. We waited for them to react at the room temperature. We did electrophoresis in a fridge. Result: Target and Selector1 attached to each other (The annealing succeeded). But Target didn't move from Selector1 to Selector2. Conclusion: Target and Selector1 are likely to attach to each other too strongly. So tomorrow We won't anneal Target to Selector1. Instead, We'll just put Target and Selector1 together for one hour.

September 19th

We made 10% acrylamide gel today. We mixed Target to Selector1 for one hour at the room temperature. Then we added Selector2 when 0,10,20,30,40,50,60 minutes passed. We waited for them to react at the room temperature. We did electrophoresis at the room temperature. Result: Target and Selector1 attached to each other. But Target didn't move from Selector1 to Selector2. We just don't know why Target didn't move from Selector1 to Selector2.

September 20th

We made 10% acrylamide gel today. 1. We did the experiment with the same condition as yesterday's. (We mixed Target to Selector1 for one hour at the room temperature. Then we added Selector2 when 0,10,20,30,40,50,60 minutes passed. We waited for them to react at the room temperature. We did electrophoresis at the room temperature.) Result: Target and Selector1 attached to each other. But Target didn't move from Selector1 to Selector2. 2. We intended to see the body structure of hexagonal tube with AFM. But we decided not to do today because the SUM value was too low. 3. We did electrophoresis with a little different condition, to see whether Target moves from Selector1 to Selector2, and from Selector1 to Selector3. Result: Target moved from Selector2 to Selector3. But Target didn't seem to attach to Selector1.

September 22th

We started the annealing of the gate that doesn’t have selector.

September 26th

The annealing of the gate we started at September 22 had finished so we got 50μℓ in all.Then, we observed the sample of the gate by AFM using 5μℓ of the sample. Next, we purified 30μℓ of the sample on the way based on the monograph written by Shone.We show the process of purifying in the next; In this process, we do two section of purifying;the one using filter and the other using gels.

September 27th

We continued the purifying.We cut the band of M13 and the gate with black light (for the reason to enable to see the place colored by SYBR Gold).Next,we moved each of them to tube and stroked the gel with the edge of scoopula.Then, we did centrifugation at 3000×g15°c for 3 min.Next, we moved each of the gels to DNA gel extraction spin column and did centrifugation at 3000×g15°c for 1 min.

September 28th

We created 1×Folding Buffer and four 1%-agarose gels. We did electrophoresis with the gate purified by centrifugation.The result was there was a band at the place a little higher than M13.We suspect the band might be the gate.Furthermore,the band of M13 purified on the way based on the monograph written by Shone can been seen clearer than the band of M13 not purified. This shows the effect of purifying.

October

October 1st

The staple we ordered for the reason to see the shape of the gate clearly by AFM arrived so we conducted dispensation.

October 2nd

We ordered new Selector1, new Selector3, new Selector4, and the new target with fluorescent molecule.
We purified the gate which have finished the annealing yesterday in the way based on the monograph written by Shone.

October 3rd

We did electrophoresis with the target, Selector, and mismatch.
We created a 0.7% agarose gel. We did electrophoresis with the gate purified in October 2.The band of gate with no Selector can be seen at the place little higher than the band of M13 but the band of gate with Selector cannot be seen at anyplace. We conducted dispensation of hydrophobic group.

October 4th

We received the new target with fluorescent molecule. We did electrophoresis with the target, Selector, and mismatch.
We mixed the staple of the gate we will do annealing tomorrow.

October 5th

We did electrophoresis with the target, Selector, and toehold.
We started annealing of the gate with hydrophobic group. The condition of annealing is 2min/-1℃ at 80℃~61℃ and 150min/-1℃ at 60℃~24℃.The concentration of Mg is 12.5mM.

October 6th

We reconsidered the condition of annealing. We decided to change the concentration of Mg to 8mM and the speed of cooling (80°c~70°c and 40°c~25°c→2min/-1°c,70°c~40°c →repeat the next cooling :7.5min/+5°c then 7.5min/-6°c) and to try to do annealing based on the condition.

October 7th

We did electrophoresis with the target with fluorescent molecule (we express it as *Target from now on), Selector, and mismatch.
We did annealing at the condition we decided yesterday.We annealed two types of gate;the one has new selector but doesn’t have neither hinge nor hydrophobic group and the other has both hinge and hydrophobic group but doesn’t have selector.

October 8th

We did electrophoresis with *Target, Selector, mismatch, and toehold.

October 9th

We did electrophoresis with *Target, Selector, and toehold.
We did electrophoresis with 5 samples of the gate which has hinge and hydrophobic group,new selector,3’ hydrophobic group,5’ hydrophobic group, and mixed 3’ and 5’hydrophobic group.The band annealed by new condition was pale so we cannot get good result.Furthermore, there might be mistake because the devise for annealing developed    fever too much.Tomorrow,we are going to purify the gel we did electrophoresis today. We observed the sample of the gate with hinge and hydrophobic group(not purified).Then, we discovered slender structure and something crushed.

October 10th

We did electrophoresis with *Target, Selector, and toehold.
We observed the samples by AFM again but we couldn’t discover the structure we found yesterday. The annealing conducted on the condition concentration of Mg is 12.5mM was started. We cut the bands from the gel we used for electrophoresis yesterday and purified them.

October 12th

We did electrophoresis with *Target, the gate without selector, and the gate with selector inside.
The staples for connecting the gates arrived, so we dispensed them. We did electrophoresis to reconsider the condition of annealing but the result was not so good because of Mg contained in gel.We are going to do electrophoresis again by using the gel with no Mg.

October 13th

We started annealing of the gate with new selector 1,the gate which can connect with other gates ,and the gate with 3’5’ hydrophobic group. We created 1% agarose gel which has no Mg and did electrophoresis the sample of the gate with connect-able gate,the gate with hinge and 3’ hydrophobic group, and the gate with 3 ’ hydrophobic group.The band of the gate with 3’ hydrophobic group was so clear so we conducted the gel purifying. By using the AFM, we observed the sample of the gate with 3’hydrophobic group we didn’t use for electrophoresis.

October 14th

We filmed the you tube video for the first time. We started annealing of the connect-able gate.

October 15th

We held luncheon meeting. We did electrophoresis by using the 1% agarose gel with no Mg.

October 16th

We started the annealing on low concentration.The concentration of samples is 1nM and 10nM. We did electrophoresis of the sample that we started annealing on October 14.

October 17th

We started annealing of the gates with selector1 only,selector 2 only,and both selector1 and selector 2. We did electrophoresis of the connect-able gate we started annealing yesterday.

October 18th

We held luncheon meeting. We did electrophoresis to identify whether C1 and C2 behave correctly or not by using a 1% acrylamide gel.

October 19th

We started the annealing of the connect-able gate. We did electrophoresis of C1 and C2 whose concentration is high.

October 20th

We did electrophoresis for a material of our presentation.

October 21th

We edited Experiment of Wiki.

October 22th

We held luncheon meeting and talked about Wiki and presentation.

October 23th

We did electrophoresis.

October 24th

We practiced of presentation.

October 25th

We did electrophoresis.

October 26th

We wrote wiki page and practiced presentation.

October 27th

We did electrophoresis. And we wrote and wrote wiki page. Wiki deadline is closing and closing!