Biomod/2014/fit Approach and Goals.html: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 26: Line 26:
li5.style.display = "block";
li5.style.display = "block";
}
}
                 else if(n == 6) { //リスト5を開く
                 else if(n == 6) { //リスト6を開く
li5.style.display = "block";
li5.style.display = "block";
}
}
                 else if(n == 7) { //リスト5を開く
                 else if(n == 7) { //リスト7を開く
li5.style.display = "block";
li5.style.display = "block";
}
}

Revision as of 11:35, 12 September 2014

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">

<head>


<title>........</title>

<script language="JavaScript"> <!-- function openMenu(n) { //リストを開く closeMenu() //表示中のリストを閉じる if(n == 1) { //リスト1を開く li1.style.display = "block"; } else if(n == 2) { //リスト2を開く li2.style.display = "block"; } else if(n == 3) { //リスト3を開く li3.style.display = "block"; }

               else if(n == 4) {		//リスト4を開く

li4.style.display = "block"; }           else if(n == 5) { //リスト5を開く li5.style.display = "block"; }

               else if(n == 6) {		//リスト6を開く

li5.style.display = "block"; }

               else if(n == 7) {		//リスト7を開く

li5.style.display = "block"; }

} function closeMenu() { //リストを閉じる li1.style.display = "none"; li2.style.display = "none"; li3.style.display = "none";

               li4.style.display = "none";
               li5.style.display = "none";
               li6.style.display = "none";
               li7.style.display = "none";

} //--> </script>

</head> <body style="background-color:#EOFFFF;"> <div id="pagebody">


<div id="header"><h1><p style="background:#CCFFFF; color:purple;"><font face=cursive size="6"><B> Team FIT </font> </B></p></a></h1></div>


<p id="menu">

<table id="menu1" border="0" cellspacing="0">


<tr>

       <td cellspacing="10" cellpadding="10" width="1055" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(1)" onMouseout="closeMenu()"><B><font face=cursive color="#003366" size="3">Top</font></B></td>

<td cellspacing="10" cellpadding="10" width="1055" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(2)" onMouseout="closeMenu()"><B><font face=cursive color="#003366" size="3">Introduction</font></B></td> <td cellspacing="10" cellpadding="10" width="1055" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(3)" onMouseout="closeMenu()"><B><font face=cursive color="#003366" size="3">Approach and Goals</font></B></td>

<td cellspacing="10" cellpadding="10" width="1055" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(4)" onMouseout="closeMenu()"><B><font face=cursive color="#003366" size="3">Method</font></B></td>

<td cellspacing="10" cellpadding="10" width="1055" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(5)" onMouseout="closeMenu()"><B><font face=cursive color="#003366" size="3">Results and Discussion</font></B></td>

<td cellspacing="10" cellpadding="10" width="1055" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><B><font face=cursive color="#003366" size="3">Member</font></B></td>

<td cellspacing="10" cellpadding="10" width="1055" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(7)" onMouseout="closeMenu()"><B><font face=cursive color="#003366" size="3">Sponser</font></B></td>

</tr> </table>


<table id="li1" border="0" onMouseover="openMenu(1)" onMouseout="closeMenu()"> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample1.html">1-1</a></td></tr> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample2.html">1-2</a></td></tr> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample3.html">1-3</a></td></tr> </table>


<table id="li2" border="0" onMouseover="openMenu(2)" onMouseout="closeMenu()"> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample1.html">2-1</a></td></tr> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample2.html">2-2</a></td></tr> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample3.html">2-3</a></td></tr>

       </table>


<table id="li3" border="0" onMouseover="openMenu(3)" onMouseout="closeMenu()"> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample3.html">3-1</a></td></tr> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample2.html">3-2</a></td></tr> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample1.html">3-3</a></td></tr> </table>


<table id="li4" border="0" onMouseover="openMenu(3)" onMouseout="closeMenu()"> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample3.html">4-1</a></td></tr> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample2.html">4-2</a></td></tr> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample1.html">4-3</a></td></tr> </table>


<table id="li5" border="0" onMouseover="openMenu(3)" onMouseout="closeMenu()"> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample3.html">5-1</a></td></tr> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample2.html">5-2</a></td></tr> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample1.html">5-3</a></td></tr> </table> <table id="li6" border="0" onMouseover="openMenu(3)" onMouseout="closeMenu()"> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample3.html">6-1</a></td></tr> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample2.html">6-2</a></td></tr> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample1.html">6-3</a></td></tr> </table>


<table id="li7" border="0" onMouseover="openMenu(3)" onMouseout="closeMenu()"> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample3.html">7-1</a></td></tr> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample2.html">7-2</a></td></tr> <tr> <td cellspacing="10" cellpadding="10" width="100" width="180" height="60" bgcolor="#BAD3FF" onMouseover="openMenu(6)" onMouseout="closeMenu()"><a href="../../sample/sample1.html">7-3</a></td></tr> </table>



</p>




<table> <tr align="center"> <td cellspacing="10" cellpadding="10" width="1055" width="180" height="60" bgcolor="#BAD3FF"><a href="http://openwetware.org/wiki/Biomod/2014/Fukuoka"><B><font face=cursive color="#003366" size="3">Top</font></B></a></td> <td cellspacing="10" cellpadding="10" width="1055" width="180" bgcolor="#BAD3FF"><a href="fit_Introduction.html"><B><font face=cursive color="#003366" size="3">Introduction</font></B></a></td> <td cellspacing="10" cellpadding="10" width="1055" width="180" bgcolor="#BAD3FF"><a href="fit_Approach and Goals.html"><B><font face=cursive color="#FF6633" size="3" >Approach and Goals</font></B></a></td> <td cellspacing="10" cellpadding="10" width="1055" width="180" bgcolor="#BAD3FF"><a href="fit_Method.html"><B><font face=cursive color="#003366" size="3">Method</font></B></a></td> <td cellspacing="10" cellpadding="10" width="1300" width="180" bgcolor="#BAD3FF"><a href="fit_Results and Discussion.html"><B><font face=cursive color="#003366" size="3">Results and Discussion</font></B></a></td> <td cellspacing="10" cellpadding="10" width="1055" width="180" bgcolor="#BAD3FF"><a href="fit_Member.html"><B><font face=cursive color="#003366" size="3">Member</font></B></a></td> <td cellspacing="10" cellpadding="10" width="1055" width="180" bgcolor="#BAD3FF"><a href="fit_Sponsor.html"><B><font face=cursive color="#003366" size="3">Sponsor</font></B></a></td> </tr></table>



</div>

<h2 p style="background:#FFFFFF; color:#003366;"><font face=cursive size="5"><B> Approach and Goals </font></B></p></h2>


<div style="padding: 35px;">


<h3><p>&nbsp;We paid attention to complementary base pair of DNA Single strand DNA of two can be connected even if I make a mistake, and base pair matches it to some extent. The fewer and fewer mismatched base pair, Cohesion is high. We tried to construct the Pop-up Pirate using DNA and porous silica particle. <br>

<p> <table align="left"> <td><div style="width: 330px;"><img alt="" src="/images/c/c7/Dnakurohige.gif" width="320" height="240" border="0" / ><p> first plan image of figure </p><div></td><tr> <td><div style="width: 330px;"><img alt="" src="/images/b/b7/Fitfiani.gif" width="320" height="240" border="0" / ><p>Structure of fluorescence molecules</p><div></td></table>

&nbsp;Pop-up Pirate is one of the famous Japanese toy .Players bury a sward into the barrel. When the player bury into the specific position, the doll will be fly away. The barrel is constructed with the single strand DNA binding porous silica particle. Complemental DNA is a roll of the doll. But there are same mismatch between barrel and doll DNAs. Fully complement single strand DNA in a sword. Firstly, doll DNA is mixed with the barrel. Then doll DNA is bound to the barrel with complementally base pairing. Next, sward DNA is added to the solution. The doll DNA would be released firm the barrel because affinity of the sward DNA and the barrel .DNA is strange than that of the doll and the barrel DNAs. At looks like the doll fly away from the barrel. <br> &nbsp;In order to detect the different state of DNA binding, FRET system is used. The barrel DNA is labeled with fluorescent bye TAMRA, and the barrel DNAs are bound, TAMURA was located near the FITC. <br></p>


&nbsp; Therefore, FITC is excited by the 488nm laser light and TAMRA is excited by the fluorescent of FITC. <br>


&nbsp;Then we observed the red fluorescent around the silica particles under the confocal fluorescent microscope. When we added the sward DNA and FITC labeled doll DNA is released from the TAMRA labeled barrel DNA .We could not observed any fluorescent around <br clear="all"><br> </p></h3>




</div>

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