Team:Tianjin/Team

From 2011.igem.org

(Difference between revisions)
 
(167 intermediate revisions not shown)
Line 2: Line 2:
{{https://2011.igem.org/Team:Peking_S/bannerhidden}}
{{https://2011.igem.org/Team:Peking_S/bannerhidden}}
{{https://2011.igem.org/Team:Peking_S/back2}}
{{https://2011.igem.org/Team:Peking_S/back2}}
 +
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<head>
<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">
 +
Cufon.replace('h1',{ textShadow: '1px 1px #fff'});
 +
Cufon.replace('.description',{ textShadow: '1px 1px #fff'});
 +
Cufon.replace('a',{ textShadow: '1px 1px #fff', hover : true});
 +
</script>
 +
<script type="text/javascript" src="http://ryf010.web-43.com/js/4.js">
 +
 +
 +
</script>
 +
<script type='text/javascript'>
 +
$(document).ready(function(){
 +
  $('.bio').css('display','none');
 +
  $('.ls li').css('cursor','pointer');
 +
  $('.sls').css('cursor','pointer');
 +
  $('.sls').hover(function() {
 +
    $(this).css('background-color','#ff7f7f');
 +
    }, function() {
 +
    $(this).css('background-color','#FFBFBF');
 +
  });
 +
  $('.sls').click(function () {
 +
  var ob=document.getElementById("slsmm");
 +
    if(ob.style.display=="block" || ob.style.display=="")
 +
  {  var name = $(this).attr('id');
 +
  $('#'+name+'m').slideUp();
 +
 
 +
  }
 +
  else
 +
  {
 +
    var name = $(this).attr('id');
 +
  $('#'+name+'m').slideDown();
 +
   
 +
  } 
 +
  });
 +
  $('.ls li').hover(function() {
 +
    $(this).css('background-color','#ff7f7f');
 +
    }, function() {
 +
    $(this).css('background-color','#FFBFBF');
 +
  });
 +
   
 +
  $('.ls li').click(function () {
 +
    $('.bio').hide();
 +
    var name = $(this).attr('id');
 +
    $('#'+name+'bio').fadeIn(1000);
 +
   
 +
  });
 +
  $('.xs li').css('cursor','pointer');
 +
    $('.sxs').css('cursor','pointer');
 +
  $('.xs li').hover(function() {
 +
    $(this).css('background-color','#FF7F7F');
 +
    }, function() {
 +
    $(this).css('background-color','#FFBFBF');
 +
  });
 +
  $('.sxs').hover(function() {
 +
    $(this).css('background-color','#FF7F7F');
 +
    }, function() {
 +
    $(this).css('background-color','#FFBFBF');
 +
  });
 +
  $('.sxs').click(function () {
 +
  var ob=document.getElementById("sxsmm");
 +
    if(ob.style.display=="block" || ob.style.display=="")
 +
  {  var name = $(this).attr('id');
 +
  $('#'+name+'m').slideUp(1500);
 +
 
 +
  }
 +
  else
 +
  {
 +
    var name = $(this).attr('id');
 +
  $('#'+name+'m').slideDown(1500);
 +
   
 +
  } 
 +
  });
 +
 +
  $('.xs li').click(function () {
 +
    $('.bio').hide();
 +
    var name = $(this).attr('id');
 +
    $('#'+name+'bio').fadeIn(1000);
 +
   
 +
  });
 +
});
 +
 +
</script>
 +
<script type="text/javascript">
 +
(function($,sr){
 +
var debounce = function (func, threshold, execAsap) {
 +
var timeout;
 +
return function debounced () {
 +
var obj = this, args = arguments;
 +
function delayed () {
 +
if (!execAsap)
 +
func.apply(obj, args);
 +
timeout = null;
 +
};
 +
if (timeout)
 +
clearTimeout(timeout);
 +
else if (execAsap)
 +
func.apply(obj, args);
 +
timeout = setTimeout(delayed, threshold || 100);
 +
};
 +
}
 +
jQuery.fn[sr] = function(fn){  return fn ? this.bind('resize', debounce(fn)) : this.trigger(sr); };
 +
})(jQuery,'smartresize');
 +
</script>
 +
        <script type="text/javascript">
 +
        $(function() {
 +
var ie = false;
 +
if ($.browser.msie)
 +
ie = true;
 +
var flg_click = true;
 +
                var $im_wrapper = $('#im_wrapper');
 +
var $thumbs = $im_wrapper.children('div');
 +
var $thumb_imgs = $thumbs.find('img');
 +
var nmb_thumbs = $thumbs.length;
 +
var $im_loading = $('#im_loading');
 +
var $im_next = $('#im_next');
 +
var $im_prev = $('#im_prev');
 +
var per_line = 6;
 +
var per_col = Math.ceil(nmb_thumbs/per_line)
 +
var current = -1;
 +
var mode = 'grid';
 +
var positionsArray = [];
 +
for(var i = 0; i < nmb_thumbs; ++i)
 +
positionsArray[i]=i;
 +
 +
$im_loading.show();
 +
var loaded = 0;
 +
$thumb_imgs.each(function(){
 +
var $this = $(this);
 +
$('<img/>').load(function(){
 +
++loaded;
 +
if(loaded == nmb_thumbs*2)
 +
start();
 +
}).attr('src',$this.attr('src'));
 +
$('<img/>').load(function(){
 +
++loaded;
 +
if(loaded == nmb_thumbs*2)
 +
start();
 +
}).attr('src',$this.attr('src').replace('/thumbs',''));
 +
});
 +
 +
function start(){
 +
$im_loading.hide();
 +
disperse();
 +
}
 +
 +
function disperse(){
 +
if(!flg_click) return;
 +
setflag();
 +
mode = 'grid';
 +
var spaces_w = $(window).width()/(per_line + 6);
 +
var spaces_h = $(window).height()/(per_col + 1);
 +
$thumbs.each(function(i){
 +
var $thumb = $(this);
 +
var left = spaces_w*((i%per_line)+1) - $thumb.width()/2;
 +
var top = spaces_h*(Math.ceil((i+1)/per_line)) - $thumb.height()/2;
 +
var r = Math.floor(Math.random()*21)-20;
 +
/*
 +
now we animate the thumb to its final positions;
 +
we also fade in its image, animate it to 115x115,
 +
and remove any background image of the thumb - this
 +
is not relevant for the first time we call disperse,
 +
but when changing from single to grid mode
 +
*/
 +
if(ie)
 +
var param = {
 +
'left' : left + 'px',
 +
'top' : top + 'px'
 +
};
 +
else
 +
var param = {
 +
'left' : left + 'px',
 +
'top' : top + 'px',
 +
'rotate' : r + 'deg'
 +
};
 +
$thumb.stop()
 +
.animate(param,700,function(){
 +
if(i==nmb_thumbs-1)
 +
setflag();
 +
})
 +
.find('img')
 +
.fadeIn(700,function(){
 +
$thumb.css({
 +
'background-image' : 'none'
 +
});
 +
$(this).animate({
 +
'width' : '80px',
 +
'height' : '80px',
 +
'marginTop' : '2px',
 +
'marginLeft': '2px'
 +
},50);
 +
});
 +
});
 +
}
 +
 +
function setflag(){
 +
flg_click = !flg_click
 +
}
 +
 +
$thumbs.bind('click',function(){
 +
if(!flg_click) return;
 +
setflag();
 +
 +
var $this = $(this);
 +
current = $this.index();
 +
 +
if(mode == 'grid'){
 +
mode = 'single';
 +
var image_src = $this.find('img').attr('src').replace('/thumbs','');
 +
 +
$thumbs.each(function(i){
 +
var $thumb = $(this);
 +
var $image = $thumb.find('img');
 +
$image.stop().animate({
 +
'width' : '100%',
 +
'height' : '100%',
 +
'marginTop' : '0px',
 +
'marginLeft': '0px'
 +
},100,function(){
 +
//calculate the dimentions of the full image
 +
var f_w = per_line * 80;
 +
var f_h = per_col * 80;
 +
var f_l = $(window).width()/5 - f_w/2;
 +
var f_t = $(window).height()/2 - f_h/2 ;
 +
if(ie)
 +
var param = {
 +
'left' : f_l + (i%per_line)*80 + 'px',
 +
'top' : f_t + Math.floor(i/per_line)*80 + 'px'
 +
};
 +
else
 +
var param = {
 +
'rotate': '0deg',
 +
'left' : f_l + (i%per_line)*80 + 'px',
 +
'top' : f_t + Math.floor(i/per_line)*80 + 'px'
 +
};
 +
$thumb.css({
 +
'background-image' : 'url('+image_src+')'
 +
}).stop()
 +
.animate(param,660,function(){
 +
if(i==nmb_thumbs-1){
 +
addNavigation();
 +
setflag();
 +
}
 +
});
 +
$image.fadeOut(700);
 +
});
 +
});
 +
}
 +
else{
 +
setflag();
 +
removeNavigation();
 +
disperse();
 +
}
 +
});
 +
function removeNavigation(){
 +
$im_next.stop().animate({'right':'-50px'},300);
 +
$im_prev.stop().animate({'left':'-50px'},300);
 +
}
 +
function addNavigation(){
 +
$im_next.stop().animate({'right':'0px'},300);
 +
$im_prev.stop().animate({'left':'0px'},300);
 +
}
 +
$im_next.bind('click',function(){
 +
if(!flg_click) return;
 +
setflag();
 +
 +
++current;
 +
var $next_thumb = $im_wrapper.children('div:nth-child('+(current+1)+')');
 +
if($next_thumb.length>0){
 +
var image_src = $next_thumb.find('img').attr('src').replace('/thumbs','');
 +
var arr = Array.shuffle(positionsArray.slice(0));
 +
$thumbs.each(function(i){
 +
var t = $(this);
 +
setTimeout(function(){
 +
t.css({
 +
'background-image' : 'url('+image_src+')'
 +
});
 +
if(i == nmb_thumbs-1)
 +
setflag();
 +
},arr.shift()*20);
 +
});
 +
}
 +
else{
 +
setflag();
 +
--current;
 +
return;
 +
}
 +
});
 +
$im_prev.bind('click',function(){
 +
if(!flg_click) return;
 +
setflag();
 +
--current;
 +
var $prev_thumb = $im_wrapper.children('div:nth-child('+(current+1)+')');
 +
if($prev_thumb.length>0){
 +
var image_src = $prev_thumb.find('img').attr('src').replace('/thumbs','');
 +
var arr = Array.shuffle(positionsArray.slice(0));
 +
$thumbs.each(function(i){
 +
var t = $(this);
 +
setTimeout(function(){
 +
t.css({
 +
'background-image' : 'url('+image_src+')'
 +
});
 +
if(i == nmb_thumbs-1)
 +
setflag();
 +
},arr.shift()*20);
 +
});
 +
}
 +
else{
 +
setflag();
 +
++current;
 +
return;
 +
}
 +
});
 +
$(window).smartresize(function(){
 +
removeNavigation()
 +
disperse();
 +
});
 +
Array.shuffle = function( array ){
 +
for(
 +
var j, x, i = array.length; i;
 +
j = parseInt(Math.random() * i),
 +
x = array[--i], array[i] = array[j], array[j] = x
 +
);
 +
return array;
 +
};
 +
            });
 +
   
 +
        </script>
 +
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<style type="text/css">
<style type="text/css">
body{
body{
-
background-image:url(https://static.igem.org/mediawiki/2011/0/0e/TJU-bg.jpg);
+
background-image:url(https://static.igem.org/mediawiki/2011/2/20/TJU-bg.png);
-
text-align:center;
+
-
font-size:12px;
+
        background-attachment: fixed;
-
font-family:Verdana, Geneva, sans-serif;
+
}
 +
#catlinks{display:none;}
 +
#content{    padding: 0px;
 +
      margin:0 auto;
 +
              border-left: 0px;
 +
              border-right:0px; 
 +
              top:-10px;
 +
}
 +
#footer-box{
 +
top:1200px;
 +
left:250px;}
 +
body {        background:#000000 url("https://static.igem.org/mediawiki/2011/2/20/TJU-bg.png") no-repeat top center scroll fixed;
}
}
Line 23: Line 362:
height:65px;
height:65px;
}
}
-
div#global #head ul{
+
div#global #head #head1{
-
list-style-type:none;
+
list-style:none;
 +
        border:0;
 +
        float:left;
 +
        margin-left:5px;
 +
        margin-top:9px;
}
}
-
 
+
div#global #head #head1{
-
div#global #head ul li{
+
background-image:url(https://static.igem.org/mediawiki/2011/a/a7/TJU-Team-head.png)
-
float:left;
+
-
margin-left:5px;
+
-
border:0;
+
}
}
-
div#global #head ul li a img{
+
div#global #head #head2 a,a:visited,a:active{
-
border:none;
+
background: url(https://static.igem.org/mediawiki/2011/a/a0/TJU-Home.png) 0px -78px repeat-x;
 +
        list-style:none;
 +
        border:0;
 +
        float:left;
 +
        margin-left:5px;
 +
        margin-top:17px;       
 +
        padding-top:41px;
 +
        padding-left:110px;
 +
display:block;
 +
border-bottom:0px
}
}
-
 
+
div#global #head #head2 a:hover{
-
div#global #head ul li.next{
+
      background: url(https://static.igem.org/mediawiki/2011/a/a0/TJU-Home.png) 0px 0px repeat-x; }
-
margin-top:9px;
+
div#global #head #head3 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;      
 +
        padding-top:41px;
 +
        padding-left:110px;
 +
display:block;
 +
border-bottom:0px
}
}
-
div#global #main #title {
+
div#global #head #head3 a:hover{
-
width:160px;
+
      background: url(https://static.igem.org/mediawiki/2011/5/57/TJU-Data.png) 0px 0px repeat-x; }
-
background-image:url(https://static.igem.org/mediawiki/2011/e/eb/TJU-Team-menu.png);
+
div#global #head #head4 a,a:visited,a:active{
-
margin-left: -117px;
+
background: url(https://static.igem.org/mediawiki/2011/7/73/TJU-Project.png) 0px -78px repeat-x;
-
margin-top: 30px;
+
        list-style:none;
-
padding:50px 10px 10px 10px;
+
        border:0;
-
float:left;
+
        float:left;
 +
        margin-left:5px;
 +
        margin-top:17px;
 +
        padding-top:41px;
 +
        padding-left:110px;
 +
display:block;
 +
border-bottom:0px
}
}
-
div#global #main #title ul{
+
div#global #head #head4 a:hover{
-
padding:-5px;
+
      background: url(https://static.igem.org/mediawiki/2011/7/73/TJU-Project.png) 0px 0px repeat-x; }
-
list-style-type:none;
+
div#global #head #head5 a,a:visited,a:active{
 +
background: url(https://static.igem.org/mediawiki/2011/a/a3/TJU-Notepad.png) 0px -78px repeat-x;
 +
        list-style:none;
 +
        border:0;
 +
        float:left;
 +
        margin-left:5px;
 +
        margin-top:17px;
 +
        padding-top:41px;
 +
        padding-left:110px;
 +
display:block;
 +
border-bottom:0px
}
}
-
div#global #main #title ul li{
+
div#global #head #head5 a:hover{
 +
      background: url(https://static.igem.org/mediawiki/2011/a/a3/TJU-Notepad.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;
 +
        padding-top:41px;
 +
        padding-left:110px;
 +
display:block;
 +
border-bottom:0px
}
}
-
div#global #main #title ul li a, a:visited, a:active{
+
div#global #head #head6 a:hover{
-
font-size:14px;
+
      background: url(https://static.igem.org/mediawiki/2011/8/80/TJU-Safety.png) 0px 0px repeat-x; }
-
text-decoration:none;
+
div#global #head #head7 a,a:visited,a:active{
-
font-weight:bold;
+
background: url(https://static.igem.org/mediawiki/2011/2/2f/TJU-Modeling.png) 0px -78px repeat-x;
-
color:black;
+
        list-style:none;
-
}
+
        border:0;
-
div#global #main #title ul li a:hover{
+
        float:left;
-
text-decoration:underline;
+
        margin-left:5px;
-
color:black;
+
        margin-top:17px;     
 +
        padding-top:41px;
 +
        padding-left:110px;
 +
display:block;
 +
border-bottom:0px
}
}
-
div#global #main #title ul li ul{
+
div#global #head #head7 a:hover{
-
padding-left:-50px;
+
      background: url(https://static.igem.org/mediawiki/2011/2/2f/TJU-Modeling.png) 0px 0px repeat-x; }
 +
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;
 +
        padding-top:41px;
 +
        padding-left:110px;
 +
display:block;
 +
border-bottom:0px
}
}
-
div#global #main #title ul li ul li{
+
div#global #head #head8 a:hover{
-
padding:0px 10px;
+
      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 ul li ul li a{
+
width:160px;
-
font-size:12px;
+
background-image:url(https://static.igem.org/mediawiki/2011/e/eb/TJU-Team-menu.png);
-
}
+
margin-left: -119px;
-
div#global #main #content{
+
margin-top: 36px;
-
margin-left:50px;
+
padding:50px 10px 10px 10px;
float:left;
float:left;
-
width:676px;
+
      list-style:none
}
}
 +
div#global #main #content{
 +
        float:left;
 +
        width:676px;
 +
        margin:35px;
 +
}
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 89: Line 508:
<div id="global">
<div id="global">
     <div id="head">
     <div id="head">
-
        <ul>
+
            <div id="head1">
-
             <li>
+
       
-
                 <a href="#">
+
            
-
                         <img src="https://static.igem.org/mediawiki/2011/a/a7/TJU-Team-head.png"/></a>
+
                 <a href="https://2011.igem.org/Team:Tianjin/Team">
-
                </li>
+
                         <img src="https://static.igem.org/mediawiki/2011/a/a7/TJU-Team-head.png" id="top"></a>
-
                 <li class="next">
+
             
-
                <a href="https://2011.igem.org/Team:Tianjin">
+
                 <a href="https://2011.igem.org/Team:Tianjin/Team">
-
                         <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/Project">
+
                <div id="head2">
-
                        <img src="https://static.igem.org/mediawiki/2011/7/73/TJU-Project.png"/></a>
+
                <a href="https://2011.igem.org/Team:Tianjin">
-
                 </li>
+
                </a>
-
                <li class="next">
+
                 </div>
-
                <a href="https://2011.igem.org/Team:Tianjin/Notebook">
+
              <div id="head3">
-
                        <img src="https://static.igem.org/mediawiki/2011/a/a3/TJU-Notepad.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/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/Project">
-
                 </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/Notebook">
-
                 </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>
+
          <div class="sls" id="slsm" >
-
                <li class="subtitle"><a href="#t1">1 Backgrouds</a>
+
        <h2><img src="https://static.igem.org/mediawiki/2011/f/f3/TJU-Team-Menu-1.png"></h2>
-
                    <ul>
+
-
                        <li><a href="#t11">1.1 Lignocellulosic hydrolysates and composite inhibitors</a></li>
+
-
                            <li><a href="#t12">1.2 xxxx</a></li>
+
-
                        </ul>
+
-
                    </li>
+
-
                    <li class="subtitle"><a href="#t2">2 xxxx</a>
+
-
                    <ul>
+
-
                        <li><a href="#t21">2.1 xxx</a></li>
+
-
                        </ul>
+
-
                </li>
+
-
                    <li class="subtitle"><a href="#t3">3 xxxx</a>
+
-
                    <ul>
+
-
                        <li><a href="#t31">3.1 xxx</a></li>
+
-
                        </ul>
+
-
                </li>
+
-
                    <li class="subtitle"><a href="#t4">4 xxxx</a></li>
+
-
                </ul>
+
             </div>
             </div>
-
      <div id="content">
+
          <div class="ls" id="slsmm" style="display:none">
-
            <h1 id="t1">1 xxxx</h1>
+
<ul style="list-style:none">
-
<h2 id="t11">1.1 xxx</h2>
+
    <li id="YY"><img src="https://static.igem.org/mediawiki/2011/3/3f/TJU-Team-Menu-1-1.png"></li>
-
            <p>&nbsp;&nbsp;
+
    <li id="WL"><img src="https://static.igem.org/mediawiki/2011/e/ea/TJU-Team-Menu-1-2.png"></li>
-
                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>
+
</ul>
-
        <p>&nbsp;&nbsp;
+
-
                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.
+
-
        </p>
+
-
               
+
-
        <h2 id="t12">1.2 xxxx</h2>
+
-
                <p>&nbsp;&nbsp;
+
-
                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>
+
-
               
+
-
        <h1 id="t2">2 xxxx</h1>
+
-
        <h2 id="t21">2.1 xxx</h2>
+
-
            <p>&nbsp;&nbsp;
+
-
                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.
+
-
                </p>
+
-
               
+
-
        <h1 id="t3">3 xxxx</h1>
+
-
        <h2 id="t31">3.1 xxx</h2>
+
-
            <p>&nbsp;&nbsp;
+
-
                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.
+
-
                </p>
+
-
               
+
           </div>
           </div>
 +
 
 +
    <div class="sxs" id="sxsm">
 +
        <h2><img src="https://static.igem.org/mediawiki/2011/7/7e/TJU-Team-Menu-2.png"></h2> </div>
 +
    <div class="xs" id="sxsmm" style="display:none">
 +
        <ul style="list-style:none">
 +
            <li id="BJ"><img src="https://static.igem.org/mediawiki/2011/c/cd/TJU-Team-Menu-2-1.png"></li>
 +
            <li id="YC"><img src="https://static.igem.org/mediawiki/2011/9/9a/TJU-Team-Menu-2-14.png"></li>
 +
            <li id="BZ"><img src="https://static.igem.org/mediawiki/2011/5/5e/TJU-Team-Menu-2-2.png"></li>
 +
            <li id="SX"><img src="https://static.igem.org/mediawiki/2011/4/4e/TJU-Team-Menu-2-3.png"></li>
 +
            <li id="MZ"><img src="https://static.igem.org/mediawiki/2011/0/08/TJU-Team-Menu-2-4.png"></li>
 +
            <li id="JG"><img src="https://static.igem.org/mediawiki/2011/8/88/TJU-Team-Menu-2-5.png"></li>
 +
            <li id="WK"><img src="https://static.igem.org/mediawiki/2011/a/a4/TJU-Team-Menu-2-6.png"></li>
 +
            <li id="YR"><img src="https://static.igem.org/mediawiki/2011/2/2a/TJU-Team-Menu-2-7.png"></li>
 +
            <li id="AW"><img src="https://static.igem.org/mediawiki/2011/2/29/TJU-Team-Menu-2-8.png"></li>
 +
            <li id="QW"><img src="https://static.igem.org/mediawiki/2011/1/1f/TJU-Team-Menu-2-9.png"></li>
 +
            <li id="HR"><img src="https://static.igem.org/mediawiki/2011/7/73/TJU-Team-Menu-2-10.png"></li>
 +
            <li id="EW"><img src="https://static.igem.org/mediawiki/2011/1/16/TJU-Team-Menu-2-11.png"></li>
 +
            <li id="LC"><img src="https://static.igem.org/mediawiki/2011/6/68/TJU-Team-Menu-2-12.png"></li>
 +
            <li id="DT"><img src="https://static.igem.org/mediawiki/2011/8/8d/TJU-Team-Menu-2-13.png"></li>
 +
        </ul>
 +
</div>
 +
</div>
 +
 +
    <div id="content">
 +
<img src="https://static.igem.org/mediawiki/2011/6/6b/TJU-Team-Photo-All.png">
 +
 +
<div class="bio" id="YYbio">
 +
<h1><img src="https://static.igem.org/mediawiki/2011/2/22/TJU-Team-Title-YY.png"></h1>
 +
<p>
 +
<div align="left"><img src="https://static.igem.org/mediawiki/2011/4/4a/TJU-Team-Photo-YY.jpg"></div>
 +
<strong>Description:</strong> </p>
 +
 +
<div class="clear"></div>
 +
</div>
 +
 +
<div class="bio" id="WLbio">
 +
<h1><img src="https://static.igem.org/mediawiki/2011/b/b3/TJU-Team-Title-WL.png"></h1>
 +
<p>
 +
<div align="left"><img src="https://static.igem.org/mediawiki/2011/c/c9/TJU-Team-Photo-WL.jpg"  width=320px></div>
 +
<strong>Description:</strong> </p>
 +
 +
<div class="clear"></div>
 +
</div>
 +
 +
<div class="bio" id="BJbio">
 +
<h1><img src="https://static.igem.org/mediawiki/2011/3/36/TJU-Team-Title-BJ.png"></h1>
 +
<p>
 +
<div align="left"><img src="https://static.igem.org/mediawiki/2011/c/c4/TJU-Team-Photo-BJ.jpg"></div>
 +
<strong>Birthday:</strong> Oct. 28th, 1988</br>
 +
<strong>Hometown:</strong> Shanxi Province, P.R.China</br>
 +
<strong>Discipline:</strong> Bio-engineering</br>
 +
<strong>Role:</strong> Supervisor</br>
 +
<strong>Interests:</strong> Busketball</br>
 +
<strong>Self-description:</strong> A postgraduate student take in charge of our team as a consultant.</p>
 +
 +
<div class="clear"></div>
 +
</div>
 +
 +
<div class="bio" id="YCbio">
 +
<h1><img src="https://static.igem.org/mediawiki/2011/0/09/TJU-Team-Title-YC.png"></h1>
 +
<p>
 +
<div align="left"><img src="https://static.igem.org/mediawiki/2011/7/75/TJU-Team-Photo-YC.jpg"></div>
 +
<strong>Birthday:</strong> </br>
 +
<strong>Hometown:</strong> </br>
 +
<strong>Discipline:</strong> Bio-engineering</br>
 +
<strong>Role:</strong> Supervisor</br>
 +
<strong>Interests:</strong> </br>
 +
<strong>Self-description:</strong> </p>
 +
 +
<div class="clear"></div>
 +
</div>
 +
 +
<div class="bio" id="BZbio">
 +
<h1><img src="https://static.igem.org/mediawiki/2011/c/c4/TJU-Team-Title-BZ.png"></h1>
 +
<p>
 +
<div align="left"><img src="https://static.igem.org/mediawiki/2011/7/77/TJU-Team-Photo-BZ.jpg"></div>
 +
<strong>Birthday:</strong> </br>
 +
<strong>Hometown:</strong> Tianjin, P.R.China</br>
 +
<strong>Discipline:</strong> Bio-engineering</br>
 +
<strong>Role:</strong> </br>
 +
<strong>Interests:</strong> </br>
 +
<strong>Self-description:</strong> </p>
 +
 +
<div class="clear"></div>
 +
</div>
 +
 +
<div class="bio" id="SXbio">
 +
<h1><img src="https://static.igem.org/mediawiki/2011/b/bc/TJU-Team-Title-SX.png"></h1>
 +
<p>
 +
<div align="left"><img src="https://static.igem.org/mediawiki/2011/2/20/TJU-Team-Photo-SX.jpg"></div>
 +
<strong>Birthday:</strong> Jun. 30th, 1989</br>
 +
<strong>Hometown:</strong> Dongying, Shandong Province, P.R.China</br>
 +
<strong>Discipline:</strong> Bio-engineering</br>
 +
<strong>Role:</strong> Experiment Design, BioBrick Characterization, Wiki and project description, Presentation, Fund Application</br>
 +
<strong>Interests:</strong> Piano, Chorus, Badminton, Animation, Taekwondo </br>
 +
<strong>Self-description:</strong> A Super girl seeking truth from facts! iGEM is an peerless stage for anyone to stand out and show his talent, fabulous project and fantastic imagination. We are going to change what we can change to the world, to make it more peaceful and prosperous. We are going to bring what we can bring into the game, like our undergraduates' enthusiasm and creativity. Come on and join us! And we are also coming up to U~!</p>
 +
 +
 +
<div class="clear"></div>
 +
</div>
 +
 +
<div class="bio" id="MZbio">
 +
<h1><img src="https://static.igem.org/mediawiki/2011/3/39/TJU-Team-Title-MZ.png"></h1>
 +
<p>
 +
<div align="left"><img src="https://static.igem.org/mediawiki/2011/c/cd/TJU-Team-Photo-MZ.jpg"></div>
 +
<strong>Birthday:</strong> Jul. 24th, 1990</br>
 +
<strong>Hometown:</strong> Shandong Province, P.R.China</br>
 +
<strong>Discipline:</strong> Bio-engineering</br>
 +
<strong>Role:</strong> Experimen, Note</br>
 +
<strong>Interests:</strong> Music and all kinds of instruments </br>
 +
<strong>Self-description:</strong> In my opinion, synthetic biology is a different and magical field of science. It looks like mysterious at the first glance. But everything has changed as time goes by. As a member of IGEM working on our project for half a year, I have deeply understandings on it. Perhaps it will become an important memory during my undergraduate, an unforgettable experience that I devote my time, passion and intelligence to. I always wish I can search the future and through IGEM, I think I’ve done it.</p>
 +
 +
<div class="clear"></div>
 +
</div>
 +
 +
<div class="bio" id="JGbio">
 +
<h1><img src="https://static.igem.org/mediawiki/2011/7/77/TJU-Team-Title-JG.png"></h1>
 +
<p>
 +
<div align="left"><img src="https://static.igem.org/mediawiki/2011/0/0f/TJU-Team-Photo-JG.jpg"></div>
 +
<strong>Birthday:</strong> Jan. 17th, 1990</br>
 +
<strong>Hometown:</strong> Henan Province, P.R.China</br>
 +
<strong>Discipline:</strong> Bio-engineering</br>
 +
<strong>Role:</strong> Experiment, Modeling</br>
 +
<strong>Interests:</strong> Table Tennis, Basketball, Reading </br>
 +
<strong>Self-description:</strong> I think synthetic biology and system biology will be the future of chemical engineering. And I think we should explore the area of synthetic biology with “conception”. In this year’s project, what we focus on is about the industrial process and I think it’s very real, practical and impressive. At the beginning of this year’s project, I’m sure that what we are going to do will bring profit and outstanding result. I love iGEM and synthetic biology and system biology.</p>
 +
 +
<div class="clear"></div>
 +
</div>
 +
 +
<div class="bio" id="WKbio">
 +
<h1><img src="https://static.igem.org/mediawiki/2011/a/a8/TJU-Team-Title-WK.png"></h1>
 +
<p>
 +
<div align="left"><img src="https://static.igem.org/mediawiki/2011/d/de/TJU-Team-Photo-WK.jpg" width=480px></div>
 +
<strong>Birthday:</strong> Dec. 1st, 1989</br>
 +
<strong>Hometown:</strong> Hunan Province, P.R.China</br>
 +
<strong>Discipline:</strong> Bio-engineering</br>
 +
<strong>Role:</strong> Experiment</br>
 +
<strong>Interests:</strong> Playing basketball and tennis, drawing, reading, searching on the Internet, listening some classical songs and so on</br>
 +
<strong>Self-description:</strong>  I’m a clever and vivacious boy. Humor and laughter are particularly essential in my life. I love anything looks pretty and charming, such as the sunrise when I stand on top of a mountain, seeing the sun rising from the horizon slowly. To find the beauty in every detail is to embellish the life with whole passion, which is my favorite world.</p>
 +
 +
<div class="clear"></div>
 +
</div>
 +
 +
<div class="bio" id="YRbio">
 +
<h1><img src="https://static.igem.org/mediawiki/2011/2/20/TJU-Team-Title-YR.png"></h1>
 +
<p>
 +
<div align="left"><img src="https://static.igem.org/mediawiki/2011/4/4e/TJU-Team-Photo-YR.jpg"></div>
 +
<strong>Birthday:</strong>Oct. 22th, 1990 </br>
 +
<strong>Hometown:</strong>Hubei province,P.R.China</br>
 +
<strong>Discipline:</strong> Bio-engineering</br>
 +
<strong>Role:</strong> Wiki Programming</br>
 +
<strong>Interests:</strong>Playing table-tennis and computer games such as DOTA. </br>
 +
<strong>Self-description:</strong>I like things which are funny and innovative,and that's why I joined iGEM.Sometimes can be very persistent on thins.Biology is my favourite subject,and I have a dream that my country's Bio-economy can reach as USA's height.Believe that I can reach it if working hard. </p>
 +
 +
<div class="clear"></div>
 +
</div>
 +
 +
<div class="bio" id="AWbio">
 +
<h1><img src="https://static.igem.org/mediawiki/2011/5/5b/TJU-Team-Title-AW.png"></h1>
 +
<p>
 +
<div align="left"><img src="https://static.igem.org/mediawiki/2011/3/3d/TJU-Team-Photo-AW.jpg"></div>
 +
<strong>Birthday:</strong> Mar. 12th, 1994</br>
 +
<strong>Hometown:</strong> Beijing, P.R.China</br>
 +
<strong>Discipline:</strong> Bio-engineering</br>
 +
<strong>Role:</strong> Wiki design, PowerPoint art design, Poster art design, Participate in experiment</br>
 +
<strong>Interests:</strong> Piano, Table-Tennis, Tennis, SF Movie, All kinds of Music, Animation, Manga, Painting, Roller-Skating, Skiing, Photoshop, DotA.</br>
 +
<strong>Self-description:</strong> I'm the youngest member of the team, and maybe the youngest one in my grade. So, I don't have many knowledge in the experiment part. But I have a lot in the art design part. And for I'm younger, I got more time to learn! This is the first year I participate in this igem team, and there are really little I can help. So, I hope to do more for this team next year.</p>
 +
 +
<div class="clear"></div>
 +
</div>
 +
 +
<div class="bio" id="QWbio">
 +
<h1><img src="https://static.igem.org/mediawiki/2011/b/b3/TJU-Team-Title-QW.png"></h1>
 +
<p>
 +
<div align="left"><img src="https://static.igem.org/mediawiki/2011/b/b3/TJU-Team-Photo-QW.jpg"></div>
 +
<strong>Birthday:</strong> Sept. 12th, 1990</br>
 +
<strong>Hometown:</strong> Chongqing, P.R.China</br>
 +
<strong>Discipline:</strong> Chemical Engineering</br>
 +
<strong>Role:</strong> Presentation</br>
 +
<strong>Interests:</strong> Jogging, Swimming, Language</br>
 +
<strong>Self-description:</strong> Since the emergence of genetically engineered biology, the world has been realizing its significance day by day; and I developed interests in the field since my college years. Our team, dedicated to the better utilization of iGEM, offered me a place to use what I learn and contribute to what I cared. Our project concentrates on the vital procedure of fermentation, and our technology will lead to the optimization of the whole industry. I am confident in our career and hold great confidence in the development of synthetic engineering. This new technology of chemical engineering will definitely reshape the world. </p>
 +
 +
<div class="clear"></div>
 +
</div>
 +
 +
<div class="bio" id="HRbio">
 +
<h1><img src="https://static.igem.org/mediawiki/2011/a/a4/TJU-Team-Title-HR.png"></h1>
 +
<p>
 +
<div align="left"><ing src="https://static.igem.org/mediawiki/2011/7/79/TJU-Team-Photo-HR.jpg"></div>
 +
<strong>Birthday:</strong> Sept. 30,1990</br>
 +
<strong>Hometown:</strong> Tianjin, P.R.China</br>
 +
<strong>Discipline:</strong> Chemical Engineering</br>
 +
<strong>Role:</strong> Experiment</br>
 +
<strong>Interests:</strong> Table tennis</br>
 +
<strong>Self-description:</strong> A boy with innocent curiosity to the nature and universe.</p>
 +
 +
 +
<div class="clear"></div>
 +
</div>
 +
 +
<div class="bio" id="EWbio">
 +
<h1><img src="https://static.igem.org/mediawiki/2011/7/7a/TJU-Team-Title-EW.png"></h1>
 +
<p>
 +
<div align="left"><img src="https://static.igem.org/mediawiki/2011/8/84/TJU-Team-Photo-EW.jpg"></div>
 +
<strong>Birthday:</strong> </br>
 +
<strong>Hometown:</strong> </br>
 +
<strong>Discipline:</strong> Bio-engineering</br>
 +
<strong>Role:</strong> Experiment</br>
 +
<strong>Interests:</strong> </br>
 +
<strong>Self-description:</strong> </p>
 +
 +
<div class="clear"></div>
 +
</div>
 +
 +
<div class="bio" id="LCbio">
 +
<h1><img src="https://static.igem.org/mediawiki/2011/4/43/TJU-Team-Title-LC.png"></h1>
 +
<p>
 +
<div align="left"><img src="https://static.igem.org/mediawiki/2011/d/d7/TJU-Team-Photo-LC.jpg"></div>
 +
<strong>Birthday:</strong> </br>
 +
<strong>Hometown:</strong> </br>
 +
<strong>Discipline:</strong> Bio-engineering</br>
 +
<strong>Role:</strong> Experiment</br>
 +
<strong>Interests:</strong> </br>
 +
<strong>Self-description:</strong> </p>
 +
 +
<div class="clear"></div>
 +
</div>
 +
 +
<div class="bio" id="DTbio">
 +
<h1><img src="https://static.igem.org/mediawiki/2011/a/ac/TJU-Team-Title-DT.png"></h1>
 +
<p>
 +
<div align="left"><img src=" "></div>
 +
<strong>Birthday:</strong> </br>
 +
<strong>Hometown:</strong> </br>
 +
<strong>Discipline:</strong> Software Engineering</br>
 +
<strong>Role:</strong> Wiki Programming</br>
 +
<strong>Interests:</strong> </br>
 +
<strong>Self-description:</strong> </p>
 +
 +
<div class="clear"></div>
 +
</div>
 +
 +
</div>
 +
 +
    <div id="BackToTop">
 +
            <a href="#top"><img src="https://static.igem.org/mediawiki/2011/2/28/TJU-Team-BackToTop.png">
         </div>
         </div>
-
   
+
</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 19:41, 4 October 2011

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

Untitled

Description:

Description:

Birthday: Oct. 28th, 1988
Hometown: Shanxi Province, P.R.China
Discipline: Bio-engineering
Role: Supervisor
Interests: Busketball
Self-description: A postgraduate student take in charge of our team as a consultant.

Birthday:
Hometown:
Discipline: Bio-engineering
Role: Supervisor
Interests:
Self-description:

Birthday:
Hometown: Tianjin, P.R.China
Discipline: Bio-engineering
Role:
Interests:
Self-description:

Birthday: Jun. 30th, 1989
Hometown: Dongying, Shandong Province, P.R.China
Discipline: Bio-engineering
Role: Experiment Design, BioBrick Characterization, Wiki and project description, Presentation, Fund Application
Interests: Piano, Chorus, Badminton, Animation, Taekwondo
Self-description: A Super girl seeking truth from facts! iGEM is an peerless stage for anyone to stand out and show his talent, fabulous project and fantastic imagination. We are going to change what we can change to the world, to make it more peaceful and prosperous. We are going to bring what we can bring into the game, like our undergraduates' enthusiasm and creativity. Come on and join us! And we are also coming up to U~!

Birthday: Jul. 24th, 1990
Hometown: Shandong Province, P.R.China
Discipline: Bio-engineering
Role: Experimen, Note
Interests: Music and all kinds of instruments
Self-description: In my opinion, synthetic biology is a different and magical field of science. It looks like mysterious at the first glance. But everything has changed as time goes by. As a member of IGEM working on our project for half a year, I have deeply understandings on it. Perhaps it will become an important memory during my undergraduate, an unforgettable experience that I devote my time, passion and intelligence to. I always wish I can search the future and through IGEM, I think I’ve done it.

Birthday: Jan. 17th, 1990
Hometown: Henan Province, P.R.China
Discipline: Bio-engineering
Role: Experiment, Modeling
Interests: Table Tennis, Basketball, Reading
Self-description: I think synthetic biology and system biology will be the future of chemical engineering. And I think we should explore the area of synthetic biology with “conception”. In this year’s project, what we focus on is about the industrial process and I think it’s very real, practical and impressive. At the beginning of this year’s project, I’m sure that what we are going to do will bring profit and outstanding result. I love iGEM and synthetic biology and system biology.

Birthday: Dec. 1st, 1989
Hometown: Hunan Province, P.R.China
Discipline: Bio-engineering
Role: Experiment
Interests: Playing basketball and tennis, drawing, reading, searching on the Internet, listening some classical songs and so on
Self-description: I’m a clever and vivacious boy. Humor and laughter are particularly essential in my life. I love anything looks pretty and charming, such as the sunrise when I stand on top of a mountain, seeing the sun rising from the horizon slowly. To find the beauty in every detail is to embellish the life with whole passion, which is my favorite world.

Birthday:Oct. 22th, 1990
Hometown:Hubei province,P.R.China
Discipline: Bio-engineering
Role: Wiki Programming
Interests:Playing table-tennis and computer games such as DOTA.
Self-description:I like things which are funny and innovative,and that's why I joined iGEM.Sometimes can be very persistent on thins.Biology is my favourite subject,and I have a dream that my country's Bio-economy can reach as USA's height.Believe that I can reach it if working hard.

Birthday: Mar. 12th, 1994
Hometown: Beijing, P.R.China
Discipline: Bio-engineering
Role: Wiki design, PowerPoint art design, Poster art design, Participate in experiment
Interests: Piano, Table-Tennis, Tennis, SF Movie, All kinds of Music, Animation, Manga, Painting, Roller-Skating, Skiing, Photoshop, DotA.
Self-description: I'm the youngest member of the team, and maybe the youngest one in my grade. So, I don't have many knowledge in the experiment part. But I have a lot in the art design part. And for I'm younger, I got more time to learn! This is the first year I participate in this igem team, and there are really little I can help. So, I hope to do more for this team next year.

Birthday: Sept. 12th, 1990
Hometown: Chongqing, P.R.China
Discipline: Chemical Engineering
Role: Presentation
Interests: Jogging, Swimming, Language
Self-description: Since the emergence of genetically engineered biology, the world has been realizing its significance day by day; and I developed interests in the field since my college years. Our team, dedicated to the better utilization of iGEM, offered me a place to use what I learn and contribute to what I cared. Our project concentrates on the vital procedure of fermentation, and our technology will lead to the optimization of the whole industry. I am confident in our career and hold great confidence in the development of synthetic engineering. This new technology of chemical engineering will definitely reshape the world.

Birthday: Sept. 30,1990
Hometown: Tianjin, P.R.China
Discipline: Chemical Engineering
Role: Experiment
Interests: Table tennis
Self-description: A boy with innocent curiosity to the nature and universe.

Birthday:
Hometown:
Discipline: Bio-engineering
Role: Experiment
Interests:
Self-description:

Birthday:
Hometown:
Discipline: Bio-engineering
Role: Experiment
Interests:
Self-description:

Birthday:
Hometown:
Discipline: Software Engineering
Role: Wiki Programming
Interests:
Self-description: