Team:KIT-Kyoto/kazukokekokko

From 2012.igem.org

(Difference between revisions)
m
 
(68 intermediate revisions not shown)
Line 1: Line 1:
{{KIT-Kyoto}}
{{KIT-Kyoto}}
 +
{{KIT-Kyoto.Header}}
<html>
<html>
-
<!--段組み--!>
+
<head>
 +
<meta charset="UTF-8">
 +
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
 +
<script type="text/javascript">
 +
$(function(){
 +
    $("ul.menu").hide();
 +
    $("div.category").click(function(){
 +
        $("ul.menu").slideUp();
 +
        if($("+ul",this).css("display")=="none"){
 +
            $("+ul",this).slideDown();
 +
        }
 +
    });
 +
});
 +
</script>
<style type="text/css">
<style type="text/css">
-
<!--
+
body {
-
 
+
    font-family: Myriad, Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;
-
#my_body{margin:0 auto; width:700px;border-left:1px solid #fff;border-right:1px solid #fff;}
+
    _font-family: 'MS Pゴシック', sans-serif;
-
 
+
-
#my_navigation{float:left; width:150px;}
+
-
 
+
-
#my_contents{float:left;  width:550px;}
+
-
 
+
-
--!></style>
+
-
</head>
+
-
<body>
+
-
<div id="my_body">
+
-
<div id="my_navigation">
+
-
<div id="mynavi">
+
-
<ul>
+
-
<li>Takaaki TAKEDA</li>
+
-
<li>Shunji MATSUZAKI</li>
+
-
 
+
-
 
+
-
</ul>
+
-
</div>
+
-
</div>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<div id="my_contents">
+
-
<div id="mymain">
+
-
 
+
-
<div class="contents"><h2>PROFILE</h2>
+
-
<p></p></div>
+
-
 
+
-
 
+
-
<!--まだ終わってないやつ--!>
+
-
<div class="slideshow">
+
-
        <img src=""alt="" />
+
-
        <img src="" alt="" class="alt" />
+
-
        <img src="" alt="" class="alt" />
+
-
</div>
+
-
<script style="text/css>
+
-
.slideshow{
+
-
      width:1000px;
+
-
      height:150px;
+
-
      margin:0 20px 20px 0;
+
-
      float:left;
+
-
      posithin:relative;
+
}
}
-
.slideshow img{
+
div.category {
-
      position:absolute;
+
    margin:-top:5px;
-
      top:0;
+
    height:40px;
-
      left:0;
+
    line-height:40px;
-
      border:1px solid #000
+
    cursor:pointer;
}
}
-
.slideshow img.alt{
+
ul.navi{
-
      display:none;
+
    width: 150px;
 +
    margin: 0px;
}
}
-
</script>
+
ul.navi, ul.menu {
-
<script style="javascript">
+
    padding:0;
-
$(function(){
+
    margin:0;
-
          var interval = 3000;
+
    list-style: none;
-
          $('.slideshow').each(function(){
+
-
                var container = $(this);
+
-
                function switchImg(){
+
-
                        var imgs = container.find('img);
+
-
                        var first =i img.eq(0);
+
-
                        var second = img.eq(1);
+
-
                        first.fadeOut().appendTo(container);
+
-
                        second.fadeIn();
+
-
                  }
+
-
                  setInterval(switchImg,interval);
+
-
          });
+
-
});
+
-
</script>
+
-
 
+
-
<font size="6">idea note</font>
+
-
スクラップみたいにしてみる????
+
-
<div class="box1">
+
-
<p><img src="img/img1.jpg" title="TAKAAKI" width="150" height="150" class="css-hover" /></p>
+
-
<p><strong><u>Takaaki Takeda</u></strong></p>
+
-
<p>detail<br />
+
-
<br />
+
-
</p>
+
-
</div>
+
-
<div class="box2">
+
-
<p><img src="img/img1.jpg" title="Shunji" width="150" height="150" class="css-hover" /></p>
+
-
<p><strong><u>Shunji Matsuzaki</u></strong></p>
+
-
<p>detail<br />
+
-
</p>
+
-
</div>
+
-
<style type="text/css">
+
-
/*ボックス1の設定*/
+
-
div.box1 {
+
-
width: 730px; /* ボックスの幅 */
+
-
height: 220px;
+
-
background-color:#FFFFFF; /* ボックスの背景色 */
+
-
border: 1px #999999 solid; /* ボックスの枠の太さと色 */
+
-
font-size: 90%; /* ボックス内の文字サイズを少し小さく指定 */
+
-
margin-bottom:20px;/*ボックスの下に少しスペースを空ける*/
+
}
}
-
 
+
ul.menu li{
-
div.box1 p {
+
    padding-left:15px;
-
margin-top: 15px;/*文字の上に少しスペースを空ける*/
+
    margin:0;
-
margin-left: 10px;/*文字の左に少しスペースを空ける*/
+
    list-style: none;
}
}
-
 
+
div.category {
-
.box1 p img{
+
    margin-top: 5px;
-
float:left;/*文字が写真の右側に回り込むように指定*/
+
    padding-left: 15px;
-
margin-top:10px;
+
    height: 32px;
-
margin-left:15px;/*写真の左にスペース*/
+
    line-height: 40px;
-
margin-right:30px; /*写真の右にスペース*/
+
-
border:solid 0px
+
}
}
-
 
+
ul.menu a {
-
/*ボックス2の設定*/
+
    display: block;
-
div.box2 {
+
    height: 32px;
-
width: 730px; /* ボックスの幅 */
+
    line-height: 10px;
-
height: 250px;
+
-
background-color:#FFFFFF; /* ボックスの背景色 */
+
-
border: 1px #999999 solid; /* ボックスの枠の太さと色 */
+
-
font-size: 90%; /* ボックス内の文字サイズを少し小さく指定 */
+
-
margin-bottom:20px;/*ボックスの下に少しスペースを空ける*/
+
}
}
 +
</style>
 +
</head>
 +
<body>
 +
<table border="0" width="965px" align="center"><tr><td width="165px" valign="top"
-
div.box2 p {
+
align="left"><div id="HIDARI">
-
margin-top: 15px;/*文字の上に少しスペースを空ける*/
+
-
margin-left: 25px;/*文字の左に少しスペースを空ける*/
+
-
}
+
-
.box2 p img{
 
-
float:right;/*文字が写真の右側に回り込むように指定*/
 
-
margin-top:10px;
 
-
margin-left:15px;/*写真の左にスペース*/
 
-
margin-right:30px; /*写真の右にスペース*/
 
-
border:solid 0px
 
-
}
 
-
</style>
 
<br>
<br>
-
<head>  
+
<div>
-
<style type="text/css">  
+
    <ul class="navi">
-
ul.acc, ul.acc li ul {
+
        <li>
-
  margin: 0;
+
            <div class="category"><img src="https://static.igem.org/mediawiki/2012/1/1f/Side_labnotekit.jpg" width="150" height="30"></div>
-
  padding: 0;
+
            <ul class="menu">
-
  list-style: none;
+
                <li><a href="https://2012.igem.org/Team:KIT-Kyoto/Notebook-week1"><img src="https://static.igem.org/mediawiki/2012/1/1b/Side_week1kit.jpg" width="150" height="30"></a></li>
-
}
+
                <li><a href="https://2012.igem.org/Team:KIT-Kyoto/Notebook-week2"><img src="https://static.igem.org/mediawiki/2012/9/94/Side_week2kit.jpg" width="150" height="30"></a></li>
-
+
                <li><a href="https://2012.igem.org/Team:KIT-Kyoto/Notebook-week3"><img src="https://static.igem.org/mediawiki/2012/e/e0/Side_week3kit.jpg" width="150" height="30"></a></li>
-
ul.acc a{
+
                <li><a href="https://2012.igem.org/Team:KIT-Kyoto/Notebook-week4"><img src="https://static.igem.org/mediawiki/2012/3/31/Side_week4kit.jpg" width="150" height="30"></a></li>
-
  display: block;
+
                <li><a href="https://2012.igem.org/Team:KIT-Kyoto/Notebook-week5"><img src="https://static.igem.org/mediawiki/2012/e/e7/Side_week5kit.jpg" width="150" height="30"></a></li>
-
  height: 30px;
+
                <li><a href="https://2012.igem.org/Team:KIT-Kyoto/Notebook-week6"><img src="https://static.igem.org/mediawiki/2012/e/e8/Side_week6kit.jpg" width="150" height="30"></a></li>
-
  line-height: 30px;
+
                <li><a href="https://2012.igem.org/Team:KIT-Kyoto/Notebook-week7"><img src="https://static.igem.org/mediawiki/2012/b/b2/Side_weekkit7.jpg" width="150" height="30"></a></li>
-
  color: tranceplants;
+
            </ul>
-
}
+
        </li>
-
+
        <li>
-
ul.acc {
+
            <div class="category"><a href="https://2012.igem.org/Team:KIT-Kyoto/Notebook-Protocol"><img src="https://static.igem.org/mediawiki/2012/e/ee/Side_protocolkit.jpg" width="150" height="30"></a></div>
-
  background-color:none;
+
        </li>
-
}
+
        <li>
-
+
            <div class="category"><img src="https://static.igem.org/mediawiki/2012/6/61/Side_meetingkit.jpg" width="150" height="30"></div>
-
ul.acc li ul {
+
            <ul class="menu">
-
  background-color: none;
+
                <li><a href="https://2012.igem.org/Team:KIT-Kyoto/Notebook-Meeting-may"><img src="https://static.igem.org/mediawiki/2012/5/5d/Side_maykit.jpg" width="150" height="30"></a></li>
-
}
+
                <li><a href="https://2012.igem.org/Team:KIT-Kyoto/Notebook-Meeting-june"><img src="https://static.igem.org/mediawiki/2012/9/92/Side_junekit.jpg" width="150" height="30"></a></li>
-
 
+
                <li><a href="https://2012.igem.org/Team:KIT-Kyoto/Notebook-Meeting-july"><img src="https://static.igem.org/mediawiki/2012/f/f2/Side_julykit.jpg" width="150" height="30"></a></li>
-
 
+
                <li><a href="https://2012.igem.org/Team:KIT-Kyoto/Notebook-Meeting-august"><img src="https://static.igem.org/mediawiki/2012/f/fa/Side_augkit.jpg" width="150" height="30"></a></li><li><a href="https://2012.igem.org/Team:KIT-Kyoto/Notebook-Meeting-september"><img src="https://static.igem.org/mediawiki/2012/8/8b/Side_sepkit.jpg" width="150" height="30"></a></li>
-
 
+
            </ul>
-
ul.acc1, ul.acc1 li ul {
+
        </li>
-
  margin: 0;
+
        <li>
-
  padding: 0;
+
            <div class="category"><a href="https://2012.igem.org/Team:KIT-Kyoto/Notebook-Design"><img src="https://static.igem.org/mediawiki/2012/8/8f/Side_designnotekit.jpg" width="150" height="30"></a></div>
-
  list-style: none;
+
        </li>
-
}
+
    </ul>
-
+
-
ul.acc1 a{
+
-
  display: block;
+
-
  height: 30px;
+
-
  line-height: 30px;
+
-
  color: tranceplants;
+
-
}
+
-
+
-
ul.acc1 {
+
-
  background-color:nonef;
+
-
}
+
-
+
-
ul.acc1 li ul {
+
-
  background-color: none;
+
-
}
+
-
</style>
+
-
 
+
-
<script type="text/javascript" src="Template:KIT-Kyoto/js"></script>
+
-
 
+
-
 
+
-
<script type="text/javascript">  
+
-
var j$ = jQuery;
+
-
+
-
j$(function(){
+
-
  j$(".acc").each(function(){
+
-
    j$("li > a", this).each(function(index){
+
-
      var $this = j$(this);
+
-
+
-
      if(index <= 0) $this.next().hide();
+
-
+
-
      $this.click(function(){
+
-
        var params = {height:"toggle", opacity:"toggle"};
+
-
        j$(this).next().animate(params).parent().siblings()
+
-
          .children("ul:visible").animate(params);
+
-
        return false;
+
-
      });
+
-
    });
+
-
  });
+
-
});
+
-
 
+
-
 
+
-
j$(function(){
+
-
  j$(".acc1").each(function(){
+
-
    j$("li > a", this).each(function(index){
+
-
      var $this = j$(this);
+
-
+
-
      if(index <= 0) $this.next().hide();
+
-
+
-
      $this.click(function(){
+
-
        var params = {height:"toggle", opacity:"toggle"};
+
-
        j$(this).next().animate(params).parent().siblings()
+
-
          .children("ul:visible").animate(params);
+
-
        return false;
+
-
      });
+
-
    });
+
-
  });
+
-
});
+
-
</script>  
+
-
+
-
</head>  
+
-
+
-
<body>
+
-
<div id="HIDARI">
+
-
<ul class="acc">
+
-
  <li><a href="1"><img src="" width="160" height="32" class="menu_head" />LAB NOTE</a>  
+
-
    <ul class="fxmn">  
+
-
      <li><div><a href="">First</a></div></li>  
+
-
      <li><div><a href="">Week1 ()</a></div></li>  
+
-
      <li><div><a href="">Week2 ()</a></div></li>  
+
-
      <li><div><a href="">Week3 ()</a></div></li>  
+
-
      <li><div><a href="">Week4 ()</a></div></li>
+
-
      <li><div><a href="">Week5 ()</a></div></li>  
+
-
      <li><div><a href="">Week6 ()</a></div></li>  
+
-
      <li><div><a href="">Week7 ()</a></div></li>  
+
-
      <li><div><a href="">Week8 ()</a></div></li>
+
-
      <li><div><a href="">Week9 ()</a></div></li>  
+
-
      <li><div><a href="">Week10 ()</a></div></li>  
+
-
    </ul>  
+
-
  </li>  
+
-
</ul>
+
-
<a href=""><img src="" width="160" height="32" border="0" bordercolor="black">MEETING</a>
+
-
<BR>
+
-
<a href=""><img src="" width="160" height="32" border="0" bordercolor="black">PROTOCOL</a>
+
-
<BR>
+
-
<a href="1"><img src="" width="160" height="32" class="menu_head" />DESIGN NOTE</a>  
+
</div>
</div>
-
</body>
 
-
 
-
 
-
<BR>
 
<br>
<br>
-
pfofile ex.<A href="https://2012.igem.org/Team:KIT-Kyoto/Team-Kazuko" >いちいち押すやつ</A>
+
</td>
 +
<td width="800px" height="510px" valign="top">
 +
<div id="MIGI">
 +
<font color="#f5b1aa"><u>TNFAIP3</u></font>
<br>
<br>
-
見出し <a href="http://midashi-maker.v-colors.com/">go</a>
+
<font color="#f5b1aa"><u>PARTS</u></font>
<br>
<br>
-
<a href="http://www.colordic.org/w/"> 日本の伝統色</a>
+
<h2>BP reaction by Invitrogen gateway system</h2>
<br>
<br>
 +
1. PCR using primers containing the attB sequence.
 +
<br>
 +
2. Purify PCR product.
 +
<br>
 +
3. Add the following components to a 1.5 mL microcentrifuge tube at room temperature and mix:
 +
<br><br>
 +
<Table Border Cellspacing="0">
 +
<Tr><Td>attB PCR product</Td><Td>75 ng/reaction (1-7 μL)</Td></Tr>
 +
<Tr><Td>pDONR vector</Td><Td>150ng/reaction (1 μL)</Td></Tr>
 +
<Tr><Td>TE Buffer</Td><Td>to 8 μL</Td></Tr>
 +
</Table>
 +
<br>
 +
4. Vortex BP ClonaseII enzyme mix briefly. Add 1 - 2 μL to the components above and mix well by vortexing and spin them down.
 +
<br>
 +
5. Incubate reaction at 25˚C for more than 1 hour.
 +
<br>
 +
6. Add 1 μL of 2 μg/μL Proteinase K solution and vortex briefly.
 +
<br>
 +
7. Incubate at 37˚C for 10 minutes.
 +
<br>
 +
<br>
 +
<h2>LR reaction by Invitrogen gateway system</h2>
 +
<br>
 +
1. Add the following components to a 1.5 mL microcentrifuge tube at room temperature and mix:
 +
<br><br>
 +
<Table Border Cellspacing="0">
 +
<Tr><Td>Entry clones</Td><Td>50-150 ng/reaction (1-7 μL)</Td></Tr>
 +
<tr><td>Destination vector</td><td>150ng/reaction (1 μL)</td></tr>
 +
<Tr><Td>TE Buffer</Td><Td>to 8 − 9 μL</Td></Tr>
 +
</Table>
 +
<br>
 +
2. Vortex LR ClonaseII enzyme mix briefly. Add 1 – 2 μL, to the components above and mix well by vortexing and spin down.
 +
<br>
 +
3. Incubate reaction at 25˚C for 16 hours.
 +
<br>
 +
4. Add 1 μL of 2 μg/μL Proteinase K solution and vortex briefly.
 +
<br>
 +
<br>
 +
5. Incubate at 37˚C for 10 minutes.
 +
<br>
 +
<br>
 +
</div>
 +
</td>
 +
</tr>
-
 
+
<tr>
 +
<td ColSpan="2" width="965">
 +
<div id="NAKAMI">
 +
<br>
 +
<div align="center">
 +
<strong>Our Sponsors</strong>
 +
<br><br>
 +
<a href="http://www.kit.ac.jp/"><img src="https://static.igem.org/mediawiki/2012/e/ea/KITkyoto.png" width="100" height="100"></a>
 +
<br>
 +
<br>
</div>
</div>
</div>
</div>
-
 
+
</td>
-
</div>
+
</tr>
-
 
+
</div>  
 +
</table>
</body>
</body>
</html>
</html>

Latest revision as of 12:49, 25 September 2012






TNFAIP3
PARTS

BP reaction by Invitrogen gateway system


1. PCR using primers containing the attB sequence.
2. Purify PCR product.
3. Add the following components to a 1.5 mL microcentrifuge tube at room temperature and mix:

attB PCR product75 ng/reaction (1-7 μL)
pDONR vector150ng/reaction (1 μL)
TE Bufferto 8 μL

4. Vortex BP ClonaseII enzyme mix briefly. Add 1 - 2 μL to the components above and mix well by vortexing and spin them down.
5. Incubate reaction at 25˚C for more than 1 hour.
6. Add 1 μL of 2 μg/μL Proteinase K solution and vortex briefly.
7. Incubate at 37˚C for 10 minutes.

LR reaction by Invitrogen gateway system


1. Add the following components to a 1.5 mL microcentrifuge tube at room temperature and mix:

Entry clones50-150 ng/reaction (1-7 μL)
Destination vector150ng/reaction (1 μL)
TE Bufferto 8 − 9 μL

2. Vortex LR ClonaseII enzyme mix briefly. Add 1 – 2 μL, to the components above and mix well by vortexing and spin down.
3. Incubate reaction at 25˚C for 16 hours.
4. Add 1 μL of 2 μg/μL Proteinase K solution and vortex briefly.

5. Incubate at 37˚C for 10 minutes.


Our Sponsors