Team:Tianjin/Notebook

From 2011.igem.org

(Difference between revisions)
 
(83 intermediate revisions not shown)
Line 6: Line 6:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled</title>
<title>Untitled</title>
 +
<script type='text/javascript'>
 +
var roller=function(){
 +
return{
 +
init:function(el,ty,sx,ex,d,st){
 +
e=document.getElementById(el);if(!e){return;}a=e.getElementsByTagName("a");
 +
for(i=0;i<a.length;i++){
 +
if(!a[i].id){a[i].id=el.id+i;}
 +
a[i].n=a[i].o=sx;a[i].en=ex; a[i].ty=ty;
 +
if(a[i].ty=='v'){a[i].style.backgroundPosition = '0px '+a[i].n+'px';}
 +
else if(a[i].ty=='h'){a[i].style.backgroundPosition = a[i].n+'px 0px';}
 +
else{return;}
 +
a[i].onmouseover=roller.o;a[i].onmouseout=roller.o;
 +
a[i].st=Math.abs(Math.abs(ex-sx)/st);a[i].t=d/st;
 +
}
 +
},
 +
o:function(e){
 +
e=e||window.event;c=e.target!=null?e.target:e.srcElement;
 +
if(c.nodeName=='A')
 +
if(e.type=="mouseover"){
 +
c.w=c.en;roller.s(c);
 +
}
 +
else if(c.nodeName=='A'){c.w=c.o;roller.s(c);}
 +
},
 +
s:function(e){
 +
if(e.ti){clearTimeout(e.ti);}
 +
if(Math.abs(e.n-e.w)<e.st){e.n=e.w;}
 +
else if(e.n<e.w){e.n=e.n+e.st;}
 +
else if(e.n>e.w){e.n=e.n-e.st;}
 +
if(e.ty=='v'){e.style.backgroundPosition = '0px '+e.n+'px';}
 +
else{e.style.backgroundPosition = e.n+'px 0px';}
 +
if(e.n==e.w){clearTimeout(e.ti);return;}
 +
e.ti=setTimeout(function(){roller.s(e)}, e.t);
 +
}
 +
}
 +
}();
 +
</script>
<style type="text/css">
<style type="text/css">
 +
#t1{top:200px;left:400px;}
body{
body{
-
background-image:url(https://static.igem.org/mediawiki/2011/2/20/TJU-bg.png);
+
background-image:#000000 url(https://static.igem.org/mediawiki/2011/2/20/TJU-bg.png) no-repeat top center fixed;
text-align:center;
text-align:center;
font-size:12px;
font-size:12px;
font-family:Verdana, Geneva, sans-serif;
font-family:Verdana, Geneva, sans-serif;
 +
        background-attachment: fixed;
 +
}
 +
#content{    background:transparent url("https://static.igem.org/mediawiki/2011/9/94/Background11.png") center top fixed repeat-y;
 +
              padding: 0px;
 +
      margin:0 auto;
 +
              border: none; 
 +
              top:-10px;
}
}
Line 23: Line 67:
height:65px;
height:65px;
}
}
-
div#global #head ul{
+
div#global #head #head1{
list-style:none;
list-style:none;
 +
        border:0;
 +
        float:left;
 +
        margin-left:5px;
 +
        margin-top:9px;
}
}
 +
div#global #head #head1{
 +
background-image:url(https://static.igem.org/mediawiki/2011/a/a7/TJU-Team-head.png)
 +
}
 +
div#global #head #head2 a,a:visited,a:active{
 +
background: url(https://static.igem.org/mediawiki/2011/a/a0/TJU-Home.png) 0px -78px
-
div#global #head ul li{
+
repeat-x;
-
float:left;
+
        list-style:none;
-
margin-left:5px;
+
        border:0;
-
          
+
        float:left;
-
border:0;
+
        margin-left:5px;
 +
         margin-top:17px;
 +
        width=110px;
 +
        height=41px;
 +
        padding-top:41px;
 +
        padding-left:110px;
 +
display:block;
 +
border-bottom:0px
}
}
-
div#global #head ul li a img{
+
div#global #head #head2 a:hover{
-
border:none;
+
      background: url(https://static.igem.org/mediawiki/2011/a/a0/TJU-Home.png) 0px 0px
 +
 
 +
repeat-x; }
 +
div#global #head #head3 a,a:visited,a:active{
 +
background: url(https://static.igem.org/mediawiki/2011/9/9c/TJU-Team.png) 0px -78px
 +
 
 +
repeat-x;
 +
        list-style:none;
 +
        border:0;
 +
        float:left;
 +
        margin-left:5px;
 +
        margin-top:17px;
 +
        width=110px;
 +
        height=41px;
 +
        padding-top:41px;
 +
        padding-left:110px;
 +
display:block;
 +
border-bottom:0px
 +
}
 +
div#global #head #head3 a:hover{
 +
      background: url(https://static.igem.org/mediawiki/2011/9/9c/TJU-Team.png) 0px 0px
 +
 
 +
repeat-x; }
 +
div#global #head #head4 a,a:visited,a:active{
 +
background: url(https://static.igem.org/mediawiki/2011/5/57/TJU-Data.png) 0px -78px
 +
 
 +
repeat-x;
 +
        list-style:none;
 +
        border:0;
 +
        float:left;
 +
        margin-left:5px;
 +
        margin-top:17px;
 +
        width=110px;
 +
        height=41px;
 +
        padding-top:41px;
 +
        padding-left:110px;
 +
display:block;
 +
border-bottom:0px
 +
}
 +
div#global #head #head4 a:hover{
 +
      background: url(https://static.igem.org/mediawiki/2011/5/57/TJU-Data.png) 0px 0px
 +
 
 +
repeat-x; }
 +
div#global #head #head5 a,a:visited,a:active{
 +
background: url(https://static.igem.org/mediawiki/2011/7/73/TJU-Project.png) 0px -78px
 +
 
 +
repeat-x;
 +
        list-style:none;
 +
        border:0;
 +
        float:left;
 +
        margin-left:5px;
 +
        margin-top:17px;
 +
        width=110px;
 +
        height=41px;
 +
        padding-top:41px;
 +
        padding-left:110px;
 +
display:block;
 +
border-bottom:0px
 +
}
 +
div#global #head #head5 a:hover{
 +
      background: url(https://static.igem.org/mediawiki/2011/7/73/TJU-Project.png) 0px 0px
 +
 
 +
repeat-x; }
 +
div#global #head #head6 a,a:visited,a:active{
 +
background: url(https://static.igem.org/mediawiki/2011/8/80/TJU-Safety.png) 0px -78px repeat-x;
 +
        list-style:none;
 +
        border:0;
 +
        float:left;
 +
        margin-left:5px;
 +
        margin-top:17px;
 +
        width=110px;
 +
        height=41px;
 +
        padding-top:41px;
 +
        padding-left:110px;
 +
display:block;
 +
border-bottom:0px
 +
}
 +
div#global #head #head6 a:hover{
 +
      background: url(https://static.igem.org/mediawiki/2011/8/80/TJU-Safety.png) 0px 0px repeat-x; }
 +
div#global #head #head7 a,a:visited,a:active{
 +
background: url(https://static.igem.org/mediawiki/2011/2/2f/TJU-Modeling.png) 0px
 +
 
 +
-78px repeat-x;
 +
        list-style:none;
 +
        border:0;
 +
        float:left;
 +
        margin-left:5px;
 +
        margin-top:17px;
 +
        width=110px;
 +
        height=41px;
 +
        padding-top:41px;
 +
        padding-left:110px;
 +
display:block;
 +
border-bottom:0px
}
}
-
div#global #head ul li a,a:visited,a:active{
+
div#global #head #head7 a:hover{
-
        0px -70px repeat-x;}
+
      background: url(https://static.igem.org/mediawiki/2011/2/2f/TJU-Modeling.png) 0px  
-
div#global #head ul li a:hover{
+
-
        0px 0px repeat-x;}
+
-
div#global #head ul li.next{
+
0px repeat-x; }
-
margin-top:9px;
+
div#global #head #head8 a,a:visited,a:active{
 +
background: url(https://static.igem.org/mediawiki/2011/8/88/TJU-Attributions.png) 0px -78px repeat-x;
 +
        list-style:none;
 +
        border:0;
 +
        float:left;
 +
        margin-left:5px;
 +
        margin-top:17px;
 +
        width=110px;
 +
        height=41px;
 +
        padding-top:41px;
 +
        padding-left:110px;
 +
display:block;
 +
border-bottom:0px
}
}
 +
div#global #head #head8 a:hover{
 +
      background: url(https://static.igem.org/mediawiki/2011/8/88/TJU-Attributions.png) 0px 0px repeat-x; }
div#global #main #title {
div#global #main #title {
-
width:160px;
+
width:163px;
background-image:url(https://static.igem.org/mediawiki/2011/e/e8/TJU-Notepad-menu.png);
background-image:url(https://static.igem.org/mediawiki/2011/e/e8/TJU-Notepad-menu.png);
-
margin-left: -117px;
+
margin-left: -119px;
-
margin-top: 30px;
+
margin-top: 32px;
-
padding:50px 10px 10px 10px;
+
padding:50px 42px 10px 0px;
float:left;
float:left;
 +
     
}
}
 +
div#global #main #title ul{
div#global #main #title ul{
padding:-5px;
padding:-5px;
Line 78: Line 245:
}
}
div#global #main #content{
div#global #main #content{
-
margin-left:50px;
+
        margin-top:30px;
 +
margin-left:55px;
float:left;
float:left;
-
width:676px;
+
width:666px;
 +
font-size:14px;
}
}
div#global #main #content p{
div#global #main #content p{
text-align:justify;
text-align:justify;
 +
font-size:14px;
}
}
-
div#global #main #content h1{
+
div#global #main #content t1{
margin-left:-30px;
margin-left:-30px;
font-weight:bold;
font-weight:bold;
 +
font-size:14px;
 +
}
 +
h1.pos_left{
 +
position:relative;
 +
left:-36px;
 +
width:702px;
 +
}
 +
div#global #main #BackToTop{
 +
position:fixed;
 +
bottom:0;
 +
right:0;
}
}
</style>
</style>
Line 94: Line 275:
<div id="global">
<div id="global">
     <div id="head">
     <div id="head">
-
        <ul>
+
            <div id="head1">
 +
       
            
            
-
                <li> <a href="#">
+
                <a href="#">
                         <img src="https://static.igem.org/mediawiki/2011/5/59/TJU-Notepad-head.png"/></a>
                         <img src="https://static.igem.org/mediawiki/2011/5/59/TJU-Notepad-head.png"/></a>
-
               </li>
+
                
-
                 <li class="next">
+
                  
                 <a href="https://2011.igem.org/Team:Tianjin">
                 <a href="https://2011.igem.org/Team:Tianjin">
-
                         <img src="https://static.igem.org/mediawiki/2011/a/a0/TJU-Home.png"/></a>
+
                         </a>
-
                 </li>
+
                 </div>
-
                 <li class="next">
+
           
-
                <a href="https://2011.igem.org/Team:Tianjin/Team">
+
                 <div id="head2">
-
                        <img src="https://static.igem.org/mediawiki/2011/9/9c/TJU-Team.png"/></a>
+
                <a href="https://2011.igem.org/Team:Tianjin">
-
                 </li>
+
                </a>
-
                <li class="next">
+
                </div>
-
                <a href="https://2011.igem.org/Team:Tianjin/Project">
+
              <div id="head3">
-
                        <img src="https://static.igem.org/mediawiki/2011/7/73/TJU-Project.png"/></a>
+
                <a href="https://2011.igem.org/Team:Tianjin/Team">
-
                 </li>
+
                </a>
-
                <li class="next">
+
                 </div>
-
                <a href="https://2011.igem.org/Team:Tianjin/Safety">
+
              <div id="head4">
-
                        <img src="https://static.igem.org/mediawiki/2011/8/80/TJU-Safety.png"/></a>
+
                <a href="https://2011.igem.org/Team:Tianjin/Data">
-
                 </li>
+
                </a>
-
                <li class="next">
+
                </div>
-
                <a href="https://2011.igem.org/Team:Tianjin/Attributions">
+
              <div id="head5">
-
                        <img src="https://static.igem.org/mediawiki/2011/8/88/TJU-Attributions.png"/></a>
+
                <a href="https://2011.igem.org/Team:Tianjin/Project">
-
                 </li>
+
                </a>
-
            </ul>
+
                 </div>
 +
              <div id="head6">
 +
                <a href="https://2011.igem.org/Team:Tianjin/Safety">
 +
                </a>
 +
                </div>
 +
              <div id="head7">
 +
                <a href="https://2011.igem.org/Team:Tianjin/Modeling">
 +
                </a>
 +
                 </div>
 +
              <div id="head8">
 +
                <a href="https://2011.igem.org/Team:Tianjin/Attributions">
 +
                </a>
 +
                 </div>
         </div>
         </div>
         <div id="main">
         <div id="main">
     <div id="title">
     <div id="title">
             <ul>
             <ul>
-
                <class="subtitle"><a href="#t1">1 Backgrouds</a>
+
                    <class="subtitle"><a href="#t1"><img src="https://static.igem.org/mediawiki/2011/4/4b/TJU-Notepad-Calender-1012.png"></a>
-
                    <ul>
+
                    <class="subtitle"><a href="#t2"><img src="https://static.igem.org/mediawiki/2011/9/93/TJU-Notepad-Calender-1101.png"></a>
-
                        <a href="#t11">1.1 Lignocellulosic hydrolysates and composite inhibitors</a></br>
+
                    <class="subtitle"><a href="#t2"><img src="https://static.igem.org/mediawiki/2011/0/0c/TJU-Notepad-Calender-1102.png"></a>
-
                            <a href="#t12">1.2 xxxx</a>
+
                    <class="subtitle"><a href="#t3"><img src="https://static.igem.org/mediawiki/2011/c/cf/TJU-Notepad-Calender-1103.png"></a>
-
                        </ul>
+
                    <class="subtitle"><a href="#t4"><img src="https://static.igem.org/mediawiki/2011/4/4d/TJU-Notepad-Calender-1104.png"></a>
-
                      
+
                    <class="subtitle"><a href="#t5"><img src="https://static.igem.org/mediawiki/2011/d/d3/TJU-Notepad-Calender-1105.png"></a>
-
                     <class="subtitle"><a href="#t2">2 xxxx</a>
+
                     <class="subtitle"><a href="#t6"><img src="https://static.igem.org/mediawiki/2011/9/9d/TJU-Notepad-Calender-1106.png"></a>
-
                    <ul>
+
                    <class="subtitle"><img src="https://static.igem.org/mediawiki/2011/f/f9/TJU-Notepad-Calender-1107-01.png"></a>
-
                        <a href="#t21">2.1 xxx</a>
+
                     <class="subtitle"><a href="#t7"><img src="https://static.igem.org/mediawiki/2011/4/4a/TJU-Notepad-Calender-1107-02.png"></a>
-
                        </ul>
+
                    <class="subtitle"><img src="https://static.igem.org/mediawiki/2011/6/6e/TJU-Notepad-Calender-1107-03.png"></a>
-
             
+
                    <class="subtitle"><img src="https://static.igem.org/mediawiki/2011/2/2b/TJU-Notepad-Calender-1107-04.png"></a>
-
                     <class="subtitle"><a href="#t3">3 xxxx</a>
+
                    <class="subtitle"><a href="#t71"><img src="https://static.igem.org/mediawiki/2011/3/3d/TJU-Notepad-Calender-1107-05.png"></a>
-
                    <ul>
+
                    <class="subtitle"><a href="#t72"><img src="https://static.igem.org/mediawiki/2011/7/7f/TJU-Notepad-Calender-1107-06.png"></a>
-
                        <a href="#t31">3.1 xxx</a>
+
                    <class="subtitle"><a href="#t73"><img src="https://static.igem.org/mediawiki/2011/6/65/TJU-Notepad-Calender-1107-07.png"></a>
-
                        </ul>
+
                    <class="subtitle"><a href="#t74"><img src="https://static.igem.org/mediawiki/2011/6/64/TJU-Notepad-Calender-1107-08.png"></a>
-
           
+
                    <class="subtitle"><a href="#t81"><img src="https://static.igem.org/mediawiki/2011/a/a9/TJU-Notepad-Calender-1107-09.png"></a>
-
                     <class="subtitle"><a href="#t4">4 xxxx</a>
+
                    <class="subtitle"><img src="https://static.igem.org/mediawiki/2011/0/01/TJU-Notepad-Calender-1107-10.png"></a>
 +
                    <class="subtitle"><img src="https://static.igem.org/mediawiki/2011/1/1f/TJU-Notepad-Calender-1108-01.png"></a>
 +
                    <class="subtitle"><a href="#t8"><img src="https://static.igem.org/mediawiki/2011/0/03/TJU-Notepad-Calender-1108-02.png"></a>
 +
                    <class="subtitle"><img src="https://static.igem.org/mediawiki/2011/b/b6/TJU-Notepad-Calender-1108-03.png"></a>
 +
                     <class="subtitle"><a href="#t81"><img src="https://static.igem.org/mediawiki/2011/d/dc/TJU-Notepad-Calender-1108-04.png"></a>
 +
                    <class="subtitle"><a href="#t82"><img src="https://static.igem.org/mediawiki/2011/6/6e/TJU-Notepad-Calender-1108-05.png"></a>
 +
                    <class="subtitle"><a href="#t83"><img src="https://static.igem.org/mediawiki/2011/b/b4/TJU-Notepad-Calender-1108-06.png"></a>
 +
                    <class="subtitle"><a href="#t84"><img src="https://static.igem.org/mediawiki/2011/f/f0/TJU-Notepad-Calender-1108-07.png
 +
"></a>
 +
                    <class="subtitle"><a href="#t85"><img src="https://static.igem.org/mediawiki/2011/b/b1/TJU-Notepad-Calender-1108-08.png"></a>
 +
                    <class="subtitle"><a href="#t91"><img src="https://static.igem.org/mediawiki/2011/e/e9/TJU-Notepad-Calender-1108-09.png"></a>
 +
                    <class="subtitle"><img src="https://static.igem.org/mediawiki/2011/c/c6/TJU-Notepad-Calender-1108-10.png"></a>
 +
                    <class="subtitle"><img src="https://static.igem.org/mediawiki/2011/c/c6/TJU-Notepad-Calender-1109-01.png"></a>
 +
                    <class="subtitle"><a href="#t9"><img src="https://static.igem.org/mediawiki/2011/e/e4/TJU-Notepad-Calender-1109-02.png"></a>
 +
                    <class="subtitle"><img src="https://static.igem.org/mediawiki/2011/0/0b/TJU-Notepad-Calender-1109-03.png
 +
"></a>
 +
                    <class="subtitle"><a href="#t85"><img src="https://static.igem.org/mediawiki/2011/4/46/TJU-Notepad-Calender-1109-04.png"></a>
 +
                    <class="subtitle"><a href="#t91"><img src="https://static.igem.org/mediawiki/2011/3/36/TJU-Notepad-Calender-1109-05.png
 +
"></a>
 +
                    <class="subtitle"><a href="#t92"><img src="https://static.igem.org/mediawiki/2011/f/fe/TJU-Notepad-Calender-1109-06.png"></a>
 +
                    <class="subtitle"><a href="#t93"><img src="https://static.igem.org/mediawiki/2011/a/a5/TJU-Notepad-Calender-1109-07.png"></a>
 +
                    <class="subtitle"><a href="#t94"><img src="https://static.igem.org/mediawiki/2011/2/22/TJU-Notepad-Calender-1109-08.png"></a>
 +
                    <class="subtitle"><a href="#t101"><img src="https://static.igem.org/mediawiki/2011/c/cc/TJU-Notepad-Calender-1109-09.png"></a>
 +
                    <class="subtitle"><img src="https://static.igem.org/mediawiki/2011/7/71/TJU-Notepad-Calender-1109-10.png"></a>
 +
                    <class="subtitle"><img src="https://static.igem.org/mediawiki/2011/a/a0/TJU-Notepad-Calender-1110-01.png"></a>
 +
                    <class="subtitle"><a href="#t10"><img src="https://static.igem.org/mediawiki/2011/a/a2/TJU-Notepad-Calender-1110-02.png"></a>
 +
                    <class="subtitle"><img src="https://static.igem.org/mediawiki/2011/1/15/TJU-Notepad-Calender-1110-03.png"></a>
 +
                    <class="subtitle"><a href="#t94"><img src="https://static.igem.org/mediawiki/2011/7/79/TJU-Notepad-Calender-1110-04.png"></a>
 +
                    <class="subtitle"><a href="#t101"><img src="https://static.igem.org/mediawiki/2011/6/69/TJU-Notepad-Calender-1110-05.png"></a>
 +
                     <class="subtitle"><a href="#t102"><img src="https://static.igem.org/mediawiki/2011/0/04/TJU-Notepad-Calender-1110-06.png"></a>
 +
                    <class="subtitle"><a href="#t103"><img src="https://static.igem.org/mediawiki/2011/a/a6/TJU-Notepad-Calender-1110-07.png"></a>
 +
                    <class="subtitle"><a href="#t104"><img src="https://static.igem.org/mediawiki/2011/a/a7/TJU-Notepad-Calender-1110-08.png"></a>
 +
                    <class="subtitle"><img src="https://static.igem.org/mediawiki/2011/5/5c/TJU-Notepad-Calender-1110-09.png"></a>
 +
                    <class="subtitle"><img src="https://static.igem.org/mediawiki/2011/a/aa/TJU-Notepad-Calender-1110-10.png"></a>
 +
                    <class="subtitle"><a href="#t11"><embed src="https://static.igem.org/mediawiki/2011/7/7e/TJU-Notepad-Calender-1111.swf" width=166px height=180px></embed></a>
                 </ul>
                 </ul>
             </div>
             </div>
       <div id="content">
       <div id="content">
-
            <h1 id="t1">1 xxxx</h1>
+
<h1 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/3/34/TJU-Notepad-Title-1012.png" id="t1" margin="margin-left=-50px"></h1>
-
<h2 id="t11">1.1 xxx</h2>
+
<p>
-
            <p>&nbsp;&nbsp;
+
New members recruitment.
-
                On May 6, 2011, School of Electronic and Information Engineering, School of Computer Science and Technology and School of Computer Software jointly held a lecture on the history of CPC, which also launched the "Excel in the Performance" activities co-hosted by information technology and science discipline group. Chen Xuewei, a famous specialist on the theory of CPC history, and professor of Party School of the Central Committee of CPC was invited by the three schools to make a lecture on the topic of "Great Rejuvenation of CPC and the Chinese Nation". Several senior officials from the University and the hosting schools attended the ceremony, and about 420 students took part in the activity.
+
</p>
-
                </p>
+
<h1 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/5/51/TJU-Notepad-Title-110102.png" id="t2" margin="margin-left=-50px"></h1>
-
        <p>&nbsp;&nbsp;
+
<p>
-
                During the lecture, Professor Chen generally reviewed the course of struggle and brilliant achievements that the CPC has made since its founding in 1921. She also illustrated the concept of socialism with Chinese characteristics in great detail. In the two-hour lecture, Prof. Chen integrated abundant historical facts into the theoretical discussion and fully displayed the spirit and vitality of Marxism.
+
Studying previous projects of winning teams.
-
        </p>
+
</p>
-
               
+
<h1 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/b/b4/TJU-Notepad-Title-1103.png" id="t3" margin="margin-left=-50px"></h1>
-
        <h2 id="t12">1.2 xxxx</h2>
+
<p>
-
                <p>&nbsp;&nbsp;
+
Referring to literature and searching for suitable project.
-
                In innovative talent cultivation, the School strives to reform course system and update course content catering to social needs and industry development. It also introduces excellent original foreign textbooks, and increases the percentage of bilingual programs in the whole curriculum. Besides, it steps up the communication and cooperation with famous universities and enterprises in the world to jointly train talents specialized in software engineering and animation who can meet the needs of the society. All these efforts are dedicated to increase the impact of Tianjin University on the Bohai Rim area, to enhance the strength of the School and to make contribution to the social and economic development of Binhai New Area.
+
</p>
-
                </p>
+
<h1 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/7/7a/TJU-Notepad-Title-1104.png" id="t4" margin="margin-left=-50px"></h1>
-
               
+
<p>
-
        <h1 id="t2">2 xxxx</h1>
+
Design primers, get the whole TOR2 gene through PCR.</br>
-
        <h2 id="t21">2.1 xxx</h2>
+
Divide Tor gene into several fragments.
-
            <p>&nbsp;&nbsp;
+
</p>
-
                On May 6, 2011, School of Electronic and Information Engineering, School of Computer Science and Technology and School of Computer Software jointly held a lecture on the history of CPC, which also launched the "Excel in the Performance" activities co-hosted by information technology and science discipline group. Chen Xuewei, a famous specialist on the theory of CPC history, and professor of Party School of the Central Committee of CPC was invited by the three schools to make a lecture on the topic of "Great Rejuvenation of CPC and the Chinese Nation". Several senior officials from the University and the hosting schools attended the ceremony, and about 420 students took part in the activity.On May 6, 2011, School of Electronic and Information Engineering, School of Computer Science and Technology and School of Computer Software jointly held a lecture on the history of CPC, which also launched the "Excel in the Performance" activities co-hosted by information technology and science discipline group. Chen Xuewei, a famous specialist on the theory of CPC history, and professor of Party School of the Central Committee of CPC was invited by the three schools to make a lecture on the topic of "Great Rejuvenation of CPC and the Chinese Nation". Several senior officials from the University and the hosting schools attended the ceremony, and about 420 students took part in the activity.On May 6, 2011, School of Electronic and Information Engineering, School of Computer Science and Technology and School of Computer Software jointly held a lecture on the history of CPC, which also launched the "Excel in the Performance" activities co-hosted by information technology and science discipline group. Chen Xuewei, a famous specialist on the theory of CPC history, and professor of Party School of the Central Committee of CPC was invited by the three schools to make a lecture on the topic of "Great Rejuvenation of CPC and the Chinese Nation". Several senior officials from the University and the hosting schools attended the ceremony, and about 420 students took part in the activity.On May 6, 2011, School of Electronic and Information Engineering, School of Computer Science and Technology and School of Computer Software jointly held a lecture on the history of CPC, which also launched the "Excel in the Performance" activities co-hosted by information technology and science discipline group. Chen Xuewei, a famous specialist on the theory of CPC history, and professor of Party School of the Central Committee of CPC was invited by the three schools to make a lecture on the topic of "Great Rejuvenation of CPC and the Chinese Nation". Several senior officials from the University and the hosting schools attended the ceremony, and about 420 students took part in the activity.
+
<h1 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/0/01/TJU-Notepad-Title-1105.png" id="t5" margin="margin-left=-50px"></h1>
-
                </p>
+
<p>
-
               
+
Design new primers with promoters on them.</br>
-
        <h1 id="t3">3 xxxx</h1>
+
Synthesis genetic fragments of TOR gene.</br>
-
        <h2 id="t31">3.1 xxx</h2>
+
Extracting genome of yeast.</br>
-
            <p>&nbsp;&nbsp;
+
</p>
-
                On May 6, 2011, School of Electronic and Information Engineering, School of Computer Science and Technology and School of Computer Software jointly held a lecture on the history of CPC, which also launched the "Excel in the Performance" activities co-hosted by information technology and science discipline group. Chen Xuewei, a famous specialist on the theory of CPC history, and professor of Party School of the Central Committee of CPC was invited by the three schools to make a lecture on the topic of "Great Rejuvenation of CPC and the Chinese Nation". Several senior officials from the University and the hosting schools attended the ceremony, and about 420 students took part in the activity.On May 6, 2011, School of Electronic and Information Engineering, School of Computer Science and Technology and School of Computer Software jointly held a lecture on the history of CPC, which also launched the "Excel in the Performance" activities co-hosted by information technology and science discipline group. Chen Xuewei, a famous specialist on the theory of CPC history, and professor of Party School of the Central Committee of CPC was invited by the three schools to make a lecture on the topic of "Great Rejuvenation of CPC and the Chinese Nation". Several senior officials from the University and the hosting schools attended the ceremony, and about 420 students took part in the activity.On May 6, 2011, School of Electronic and Information Engineering, School of Computer Science and Technology and School of Computer Software jointly held a lecture on the history of CPC, which also launched the "Excel in the Performance" activities co-hosted by information technology and science discipline group. Chen Xuewei, a famous specialist on the theory of CPC history, and professor of Party School of the Central Committee of CPC was invited by the three schools to make a lecture on the topic of "Great Rejuvenation of CPC and the Chinese Nation". Several senior officials from the University and the hosting schools attended the ceremony, and about 420 students took part in the activity.On May 6, 2011, School of Electronic and Information Engineering, School of Computer Science and Technology and School of Computer Software jointly held a lecture on the history of CPC, which also launched the "Excel in the Performance" activities co-hosted by information technology and science discipline group. Chen Xuewei, a famous specialist on the theory of CPC history, and professor of Party School of the Central Committee of CPC was invited by the three schools to make a lecture on the topic of "Great Rejuvenation of CPC and the Chinese Nation". Several senior officials from the University and the hosting schools attended the ceremony, and about 420 students took part in the activity.
+
<h1 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/3/36/TJU-Notepad-Title-1106.png" id="t6" margin="margin-left=-50px"></h1>
-
                </p>
+
<p>
-
               
+
University Semester Final Exam.
-
          </div>
+
</p>
 +
<h1 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/a/a5/TJU-Notepad-Title-1107.png" id="t7" margin="margin-left=-50px"></h1>
 +
<h2 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/4/4a/TJU-Notepad-Subtitle-01.png" id="t71" margin="margin-left=-50px"></h2>
 +
<p>
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2011/4/43/TJU-Notepad-Note-01.png"></div>
 +
</p>
 +
<h2 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/b/ba/TJU-Notepad-Subtitle-02.png" id="t72" margin="margin-left=-50px"></h2>
 +
<p>
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2011/7/72/TJU-Notepad-Note-02.png"></div>
 +
</p>
 +
<h2 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/f/f8/TJU-Notepad-Subtitle-03.png" id="t73" margin="margin-left=-50px"></h2>
 +
<p>
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2011/a/ad/TJU-Notepad-Note-03.png"></div>
 +
</p>
 +
<h2 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/1/10/TJU-Notepad-Subtitle-04.png" id="t74" margin="margin-left=-50px"></h2>
 +
<p>
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2011/6/65/TJU-Notepad-Note-04.png"></div>
 +
</p>
 +
<h1 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/c/c6/TJU-Notepad-Title-1108.png" id="t8" margin="margin-left=-50px"></h1>
 +
<h2 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/8/85/TJU-Notepad-Subtitle-05.png" id="t81" margin="margin-left=-50px"></h2>
 +
<p>
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2011/b/bb/TJU-Notepad-Note-05.png"></div>
 +
</p>
 +
<h2 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/4/4a/TJU-Notepad-Subtitle-06.png" id="t82" margin="margin-left=-50px"></h2>
 +
<p>
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2011/1/12/TJU-Notepad-Note-06.png"></div>
 +
</p>
 +
<h2 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/3/3d/TJU-Notepad-Subtitle-07.png" id="t83" margin="margin-left=-50px"></h2>
 +
<p>
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2011/8/83/TJU-Notepad-Note-07.png"></div>
 +
</p>
 +
<h2 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/6/6b/TJU-Notepad-Subtitle-08.png" id="t84" margin="margin-left=-50px"></h2>
 +
<p>
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2011/7/7d/TJU-Notepad-Note-08.png"></div>
 +
</p>
 +
<h2 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/c/c9/TJU-Notepad-Subtitle-09.png" id="t85" margin="margin-left=-50px"></h2>
 +
<p>
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2011/3/3c/TJU-Notepad-Note-09.png"></div>
 +
</p>
 +
<h1 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/7/7b/TJU-Notepad-Title-1109.png" id="t9" margin="margin-left=-50px"></h1>
 +
<h2 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/0/08/TJU-Notepad-Subtitle-10.png" id="t91" margin="margin-left=-50px"></h2>
 +
<p>
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2011/1/16/TJU-Notepad-Note-10.png"</div>
 +
</p>
 +
<h2 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/7/7c/TJU-Notepad-Subtitle-11.png" id="t92" margin="margin-left=-50px"></h2>
 +
<p>
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2011/1/1c/TJU-Notepad-Note-11.png"</div>
 +
</p>
 +
<h2 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/8/83/TJU-Notepad-Subtitle-12.png" id="t93" margin="margin-left=-50px"></h2>
 +
<p>
 +
 
 +
</p>
 +
<h2 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/2/26/TJU-Notepad-Subtitle-13.png" id="t94" margin="margin-left=-50px"></h2>
 +
<p>
 +
 
 +
</p>
 +
<h1 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/c/c5/TJU-Notepad-Title-1110.png" id="t10" margin="margin-left=-50px"></h1>
 +
<h2 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/e/ef/TJU-Notepad-Subtitle-14.png" id="t101" margin="margin-left=-50px"></h2>
 +
<p>
 +
 
 +
</p>
 +
<h2 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/9/9a/TJU-Notepad-Subtitle-15.png" id="t102" margin="margin-left=-50px"></h2>
 +
<p>
 +
 
 +
</p>
 +
<h2 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/7/76/TJU-Notepad-Subtitle-16.png" id="t103" margin="margin-left=-50px"></h2>
 +
<p>
 +
 
 +
</p>
 +
<h2 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/e/eb/TJU-Notepad-Subtitle-17.png" id="t104" margin="margin-left=-50px"></h2>
 +
<p>
 +
 
 +
</p>
 +
<h1 class="pos_left"><img src="https://static.igem.org/mediawiki/2011/6/67/TJU-Notepad-Title-1111.png" id="t11" margin="margin-left=-50px"></h1>
 +
        </div>
 +
    <div id="BackToTop">
 +
            <a href="#top"><img src="https://static.igem.org/mediawiki/2011/1/11/TJU-Notepad-BackToTop.png">
         </div>
         </div>
    
    
     </div>
     </div>
 +
<script>
 +
 +
roller.init('head2','v',-77,2,70,50);
 +
roller.init('head3','v',-77,2,70,50);
 +
roller.init('head4','v',-77,2,70,50);
 +
roller.init('head5','v',-77,2,70,50);
 +
roller.init('head6','v',-77,2,70,50);
 +
roller.init('head7','v',-77,2,70,50);
 +
roller.init('head8','v',-77,2,70,50);
 +
</script>
</body>
</body>
</html>
</html>

Latest revision as of 02:16, 6 October 2011

Template:Https://2011.igem.org/Team:Peking S/bannerhidden Template:Https://2011.igem.org/Team:Peking S/back2 Untitled

New members recruitment.

Studying previous projects of winning teams.

Referring to literature and searching for suitable project.

Design primers, get the whole TOR2 gene through PCR.
Divide Tor gene into several fragments.

Design new primers with promoters on them.
Synthesis genetic fragments of TOR gene.
Extracting genome of yeast.

University Semester Final Exam.