Team:Tianjin/Team

From 2011.igem.org

(Difference between revisions)
 
(39 intermediate revisions not shown)
Line 12: Line 12:
Cufon.replace('a',{ textShadow: '1px 1px #fff', hover : true});
Cufon.replace('a',{ textShadow: '1px 1px #fff', hover : true});
</script>
</script>
-
<script type='text/javascript'>
+
<script type="text/javascript" src="http://ryf010.web-43.com/js/4.js">
-
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>
</script>
Line 119: Line 86:
   });
   });
  });
  });
-
</script>
 
-
<script type="text/javascript">
 
-
/*
 
-
* Copyright (c) 2009 Simo Kinnunen.
 
-
* Licensed under the MIT license.
 
-
*
 
-
* @version 1.09i
 
-
*/
 
-
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
 
-
</script>
 
-
<script type="text/javascript">
 
-
/*!
 
-
* The following copyright notice may not be removed under any circumstances.
 
-
*
 
-
* Copyright:
 
-
* Generated in 2010 by FontLab Studio. Copyright info pending.
 
-
*/
 
-
Cufon.registerFont({"w":237,"face":{"font-family":"ChunkFive","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"5","bbox":"-4 -293 369 83","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007C"},"glyphs":{" ":{"w":90},"e":{"d":"159,-60r31,35v-65,53,-182,46,-188,-66v-6,-105,156,-123,183,-42v4,13,8,40,0,61r-113,0v2,10,7,30,37,30v12,0,31,-2,50,-18xm101,-136v-22,0,-27,19,-28,28r54,0v0,-14,-3,-28,-26,-28","w":195},"f":{"d":"148,-267r-22,41v-10,-5,-31,-9,-31,15r0,31r33,0r0,47r-33,0r0,86r22,0r0,47r-108,0r0,-47r15,0r0,-86r-15,0r0,-47r15,0v1,-53,-10,-96,71,-96v19,0,44,4,53,9","w":138},"g":{"d":"9,42r19,-40v8,7,35,23,62,23v38,0,44,-19,42,-46v-5,6,-19,20,-42,20v-62,0,-86,-45,-86,-90v0,-71,73,-118,128,-78r7,-11r86,0r0,47r-22,0r0,108v0,60,-36,99,-112,99v-40,0,-68,-19,-82,-32xm80,-92v0,22,10,44,26,44v14,0,26,-18,26,-46v0,-24,-12,-43,-26,-43v-15,0,-26,18,-26,45","w":230},"h":{"d":"122,-47r0,47r-113,0r0,-47r15,0r0,-176r-15,0r0,-47r87,0r0,112v4,-6,31,-28,57,-28v80,0,60,71,63,139r17,0r0,47r-93,0r0,-98v0,-12,0,-33,-21,-33v-34,0,-20,51,-23,84r26,0"},"i":{"d":"110,-47r0,47r-101,0r0,-47r15,0r0,-86r-15,0r0,-47r84,0r0,133r17,0xm58,-196v-49,-2,-53,-72,0,-73v52,0,53,74,0,73","w":118},"j":{"d":"46,-25r0,-108r-15,0r0,-47r83,0r0,155v0,45,-13,100,-109,100r0,-48v42,0,41,-35,41,-52xm80,-196v-49,-2,-53,-72,0,-73v52,0,53,74,0,73","w":129},"o":{"d":"104,5v-51,0,-101,-32,-100,-96v0,-60,49,-93,99,-93v57,0,99,35,100,95v1,60,-44,94,-99,94xm104,-41v15,0,25,-21,25,-48v0,-27,-9,-49,-26,-49v-14,0,-25,22,-25,48v0,30,11,49,26,49","w":206},"u":{"d":"5,-132r0,-48r88,0r0,87v0,31,4,45,19,45v32,0,21,-52,23,-84r-24,0r0,-48r93,0r0,132r18,0r0,48r-68,0r-10,-23v-8,9,-20,28,-51,28v-73,0,-75,-63,-72,-137r-16,0","w":227},"t":{"d":"5,-133r0,-47r20,0r0,-33r66,-21r0,54r34,0r0,47r-34,0r0,64v0,12,-2,29,12,29v5,0,15,-3,22,-6r0,46v-11,4,-35,6,-43,6v-78,3,-52,-74,-57,-139r-20,0","w":130},"B":{"d":"244,-73v0,98,-142,69,-235,73r0,-47r21,0r0,-158r-21,0r0,-47v84,3,222,-20,222,62v0,30,-8,45,-35,56v26,7,48,26,48,61xm104,-47v31,2,57,0,58,-31v1,-29,-27,-34,-58,-31r0,62xm151,-178v0,-27,-21,-27,-47,-26r0,54v27,2,47,-1,47,-28","w":247},"D":{"d":"117,0r-108,0r0,-48r22,0r0,-156r-22,0r0,-48r110,0v87,0,137,54,137,123v0,82,-50,129,-139,129xm173,-129v0,-44,-19,-81,-68,-75r0,156v51,5,68,-31,68,-81","w":259},"C":{"d":"199,-91r43,46v-24,27,-63,51,-110,51v-76,0,-127,-49,-127,-129v0,-110,112,-166,165,-108r9,-21r56,0r0,103r-64,0v-1,-23,-13,-46,-39,-46v-57,0,-58,139,10,139v30,0,54,-31,57,-35","w":246},"N":{"d":"285,-252r0,47r-24,0r0,205r-77,0r-92,-137r0,91r28,0r0,46r-111,0r0,-46r21,0r0,-159r-21,0r0,-47r104,0r88,132r0,-85r-25,0r0,-47r109,0","w":293},"n":{"d":"120,-47r0,47r-111,0r0,-47r15,0r0,-86r-15,0r0,-47r77,0r8,22v12,-17,28,-28,51,-28v80,0,64,70,66,139r17,0r0,47r-91,0r0,-98v0,-12,1,-34,-20,-34v-34,0,-20,51,-23,85r26,0","w":232},"l":{"d":"114,-47r0,47r-105,0r0,-47r15,0r0,-177r-15,0r0,-46r84,0r0,223r21,0","w":119},"m":{"d":"116,-47r0,47r-107,0r0,-47r15,0r0,-85r-15,0r0,-48r68,0r8,22v6,-7,22,-27,45,-27v36,0,48,17,54,26v11,-13,28,-26,53,-26v77,2,66,68,67,136r17,0r0,49r-91,0r0,-88v0,-17,3,-45,-14,-45v-33,0,-14,55,-19,85r22,0r0,48r-93,0r0,-92v0,-29,-1,-41,-15,-41v-30,2,-12,58,-17,86r22,0","w":326},"p":{"d":"149,-88v0,-22,-10,-44,-26,-44v-14,0,-26,18,-26,46v0,24,12,43,26,43v15,0,26,-18,26,-45xm9,73r0,-47r15,0r0,-158r-15,0r0,-48r82,0r7,13v7,-5,21,-16,43,-16v56,0,85,43,85,94v0,79,-82,113,-129,79r0,36r20,0r0,47r-108,0","w":229},"q":{"d":"138,-93v0,-22,-10,-44,-26,-44v-14,0,-26,18,-26,46v0,24,12,43,26,43v15,0,26,-18,26,-45xm114,83r0,-47r24,0r0,-48v-51,37,-129,0,-129,-79v0,-81,81,-113,129,-78r7,-11r84,0r0,47r-18,0r0,168r18,0r0,48r-115,0"},"r":{"d":"111,-47r0,47r-102,0r0,-47r16,0r0,-86r-16,0r0,-47r68,0r11,23v9,-17,19,-32,56,-32r0,65v-49,-5,-55,30,-51,77r18,0","w":149},"P":{"d":"9,-204r0,-48r117,0v84,0,99,36,99,77v-1,57,-57,77,-122,72r0,55r22,0r0,48r-116,0r0,-48r20,0r0,-156r-20,0xm154,-172v0,-28,-21,-36,-51,-33r0,63v28,2,51,-5,51,-30","w":230},"x":{"d":"135,-135r0,-45r92,0r0,45r-24,0r-38,39r45,51r17,0r0,45r-115,0r0,-45r17,0r-27,-29r-26,29r23,0r0,45r-92,0r0,-45r24,0r37,-41r-45,-49r-16,0r0,-45r117,0r0,45r-17,0r25,27r27,-27r-24,0","w":233},"w":{"d":"102,-55v-1,-23,16,-94,27,-125r66,0v12,32,26,99,30,125v1,-18,9,-57,16,-78r-15,0r0,-47r88,0r0,47r-15,0r-42,133r-76,0r-25,-81r-26,81r-74,0r-41,-133r-15,0r0,-47r97,0r0,47r-12,0v7,20,16,59,17,78","w":313},"d":{"d":"132,-170r0,-53r-16,0r0,-47r90,0r0,223r17,0r0,47r-84,0r-7,-13v-5,4,-20,16,-45,16v-51,0,-83,-45,-83,-95v0,-76,79,-113,128,-78xm81,-92v0,22,10,44,26,44v14,0,25,-18,25,-46v0,-24,-11,-43,-25,-43v-15,0,-26,18,-26,45","w":228},"k":{"d":"110,0r-96,0r0,-47r14,0r0,-176r-14,0r0,-47r83,0r0,163r42,-25r-26,0r0,-48r100,0r0,48v-25,-3,-39,6,-52,15r49,70r18,0r0,47r-107,0r0,-47r15,0r-27,-39r-13,9r0,30r14,0r0,47","w":235},"K":{"d":"122,-252r0,47r-19,0r0,58r67,-58r-26,0r0,-47r120,0r0,47r-21,0r-52,45r73,113r20,0r0,47r-140,0r0,-47r24,0r-38,-61r-27,23r0,38r19,0r0,47r-113,0r0,-47r19,0r0,-158r-19,0r0,-47r113,0","w":293},"v":{"d":"91,-134v12,20,22,57,28,76v1,-22,19,-56,28,-76r-19,0r0,-46r93,0r0,46r-19,0r-62,134r-56,0r-67,-134r-17,0r0,-46r109,0r0,46r-18,0","w":220},"y":{"d":"114,-78r24,-56r-17,0r0,-46r91,0r0,45r-17,0r-68,166v-10,22,-26,51,-78,51v-19,0,-32,-9,-43,-18r27,-43v13,15,38,17,44,-7r5,-15r-70,-133r-15,0r0,-46r111,0r0,46r-17,0","w":208},"E":{"d":"9,-204r0,-48r217,0r0,80r-62,0r0,-32r-58,0r0,50r69,0r0,47r-69,0r0,59r58,0r0,-33r62,0r0,81r-217,0r0,-48r23,0r0,-156r-23,0","w":235},"W":{"d":"94,-205v8,35,15,93,23,124v5,-34,26,-126,36,-171r75,0r22,100v7,22,5,57,13,71v4,-41,15,-86,23,-124r-20,0r0,-47r103,0r0,47r-20,0r-53,205r-86,0v-12,-42,-17,-91,-32,-130v-6,46,-20,87,-30,130r-84,0r-47,-205r-21,0r0,-47r119,0r0,47r-21,0","w":365,"k":{"a":22,"s":22,"y":11,"r":22,"u":11,"o":22,"e":22}},"H":{"d":"9,-204r0,-48r117,0r0,48r-23,0r0,54r69,0r0,-54r-22,0r0,-48r117,0r0,48r-20,0r0,156r20,0r0,48r-117,0r0,-48r22,0r0,-54r-69,0r0,54r23,0r0,48r-117,0r0,-48r20,0r0,-156r-20,0","w":276},"U":{"d":"5,-205r0,-47r115,0r0,47r-20,0v0,51,-8,161,36,148v22,0,37,-9,37,-71r0,-76r-20,0r0,-48r107,0r0,47r-20,0r0,87v0,85,-35,124,-103,124v-73,0,-111,-40,-111,-122r0,-89r-21,0","w":265},"M":{"d":"261,-47r-2,-141r-48,188r-76,0v-16,-65,-37,-116,-48,-188v-4,44,0,96,-1,142r21,0r0,46r-98,0r0,-46r19,0r0,-159r-19,0r0,-47r137,0r36,135r35,-135r137,0r0,47r-20,0r0,158r20,0r0,47r-114,0r0,-47r21,0","w":362},"@":{"d":"67,-84v-5,-46,68,-109,108,-60r2,-14r36,5r-14,103v32,18,50,-27,50,-49v0,-54,-43,-98,-113,-98v-73,0,-104,68,-104,115v0,59,48,108,111,108v54,0,84,-26,84,-26r17,24v0,0,-37,32,-101,32v-74,0,-141,-55,-141,-138v0,-60,40,-145,134,-145v89,0,143,57,143,128v0,31,-14,84,-67,84v-19,0,-27,-7,-32,-12v-51,40,-106,8,-113,-57xm170,-102v-4,-9,-14,-24,-30,-24v-42,-1,-41,79,-8,80v10,0,20,-3,31,-9","w":280},"G":{"d":"188,0r-12,-23v-8,13,-30,26,-58,26v-63,0,-113,-48,-113,-126v0,-78,55,-133,111,-133v52,0,64,24,70,30r8,-26r53,0r0,107r-64,0v-1,-29,-20,-46,-41,-46v-29,0,-49,32,-49,68v0,56,58,87,83,48r0,-15r-22,0r0,-39r120,0r0,39r-14,0r0,90r-72,0","w":279},"T":{"d":"5,-252r242,0r0,94r-53,0r0,-46r-30,0r0,156r30,0r0,48r-134,0r0,-48r29,0r0,-156r-31,0r0,46r-53,0r0,-94","w":252,"k":{"a":22,"s":22,"y":14,"r":22,"u":14,"o":22,"e":22}},"R":{"d":"9,-204r0,-48r117,0v84,0,100,34,100,75v0,28,-22,48,-52,52v25,4,47,25,47,51v0,25,13,32,17,13r0,-12r24,0v2,43,-5,77,-53,77v-47,0,-70,-25,-70,-67v0,-33,-4,-40,-36,-40r0,55r22,0r0,48r-116,0r0,-48r20,0r0,-156r-20,0xm154,-173v0,-28,-21,-34,-51,-32r0,61v28,2,51,-4,51,-29","w":265},"V":{"d":"140,-124v8,18,7,36,13,43v7,-39,32,-87,46,-124r-19,0r0,-47r102,0r0,47r-18,0r-86,205r-66,0r-96,-205r-20,0r0,-47r133,0r0,47r-20,0","w":278,"k":{"a":22,"y":22,"u":22,"o":22,"e":22}},"X":{"d":"129,-46r0,46r-120,0r0,-46r31,0r53,-69r-65,-90r-19,0r0,-47r143,0r0,47r-21,0r35,48r37,-48r-32,0r0,-47r120,0r0,47r-31,0r-54,70r65,88r21,0r0,47r-144,0r0,-47r20,0r-34,-47r-38,48r33,0","w":300},"s":{"d":"73,-130v16,28,103,20,103,80v0,59,-99,70,-122,28r-4,22r-45,0r0,-65r49,0v0,19,27,24,38,24v7,0,16,-2,16,-12v0,-11,-27,-13,-53,-22v-24,-9,-48,-23,-48,-57v0,-63,95,-65,117,-24r3,-24r44,0r0,65r-47,0v0,-15,-19,-28,-37,-28v-8,0,-14,4,-14,13","w":182},"S":{"d":"72,0r-63,0r0,-91r67,0v0,30,30,36,45,36v13,0,31,-3,31,-18v0,-28,-138,-16,-138,-108v0,-88,122,-101,161,-40r3,-31r62,0r0,91r-65,0v0,-27,-21,-42,-46,-42v-10,0,-25,6,-25,19v0,37,143,28,143,113v0,90,-135,93,-171,43","w":255},"Q":{"d":"157,-2v-89,12,-152,-30,-152,-125v0,-73,49,-126,121,-126v124,0,153,142,94,218v1,21,23,33,23,7r0,-10r23,0v3,44,-11,75,-54,76v-30,0,-47,-19,-55,-40xm86,-108v14,-20,62,-23,83,-3v5,-43,-13,-89,-43,-89v-26,0,-47,48,-40,92xm104,-66v12,14,30,16,44,4v-2,-41,-36,-35,-44,-4","w":271},"z":{"d":"56,-108r-47,0r0,-72r178,0r0,46r-85,87r37,0r0,-25r51,0r0,72r-181,0r0,-47r87,-87r-40,0r0,26","w":199},"Z":{"d":"72,-157r-61,0r0,-95r236,0r1,48r-132,156r67,0r0,-46r64,0r0,94r-238,0r0,-47r131,-157r-68,0r0,47","w":257},"?":{"d":"40,-172r-39,-39v42,-63,179,-67,179,27v0,59,-69,48,-57,100r-67,0r0,-29v0,-33,57,-51,57,-71v0,-14,-14,-17,-27,-17v-15,0,-34,15,-46,29xm46,-37v0,-18,15,-38,41,-38v26,0,43,17,43,38v0,20,-17,37,-43,37v-23,0,-41,-18,-41,-37","w":187},"F":{"d":"9,-204r0,-48r215,0r0,80r-63,0r0,-32r-55,0r0,63r69,0r0,47r-69,0r0,46r37,0r0,48r-134,0r0,-48r22,0r0,-156r-22,0","w":229,"k":{"a":22,"s":22,"y":11,"r":22,"u":11,"o":22,"e":22}},"I":{"d":"9,-204r0,-48r120,0r0,48r-23,0r0,156r23,0r0,48r-120,0r0,-48r23,0r0,-156r-23,0","w":137},"J":{"d":"8,69r-1,-47v30,9,45,-2,46,-49r0,-177r-31,0r0,-48r136,0r0,48r-30,0v-5,127,38,304,-120,273","w":166},"L":{"d":"9,-204r0,-48r114,0r0,48r-19,0r0,156r46,0r0,-46r61,0r0,94r-202,0r0,-48r20,0r0,-156r-20,0","w":219},"O":{"d":"134,6v-75,0,-129,-43,-129,-133v0,-78,52,-131,127,-131v88,0,129,52,129,133v0,81,-46,131,-127,131xm134,-50v23,0,37,-30,37,-75v0,-44,-12,-78,-40,-78v-22,0,-37,31,-37,76v0,47,17,77,40,77","w":266},".":{"d":"46,1v-53,0,-54,-77,0,-79v52,1,56,81,0,79","w":92},"a":{"d":"28,-123r-15,-42v45,-34,175,-43,176,49r0,70r22,0r0,46r-77,0r-9,-16v-38,44,-115,24,-120,-37v-5,-56,76,-84,111,-54v9,-51,-66,-32,-88,-16xm74,-57v-1,23,37,19,42,5v0,-17,1,-24,-21,-24v-14,0,-21,8,-21,19","w":216},"b":{"d":"92,0r-81,0r0,-47r15,0r0,-176r-15,0r0,-47r87,0r0,104v8,-9,29,-17,47,-17v55,0,83,46,83,94v0,75,-79,118,-130,77xm149,-88v0,-22,-10,-44,-26,-44v-14,0,-25,18,-25,46v0,24,11,43,25,43v15,0,26,-18,26,-45","w":236},"c":{"d":"130,-99v-1,-17,-6,-37,-23,-37v-45,0,-42,90,5,88v19,0,32,-7,44,-20r32,36v-47,57,-188,51,-188,-59v0,-85,90,-114,134,-72r6,-17r43,0r0,81r-53,0","w":191},"[":{"d":"10,-204r0,-48r117,0v84,0,99,41,99,82v0,27,-15,46,-38,59r40,64r21,0r0,47r-69,0r-60,-96r-16,0r0,48r22,0r0,48r-116,0r0,-48r21,0r0,-156r-21,0xm156,-172v0,-28,-22,-36,-52,-33r0,63v29,2,53,-5,52,-30","w":259},"\\":{"d":"187,28r-51,1r-134,-300r51,0","w":188},"]":{"d":"119,0r-108,0r0,-47r15,0r0,-176r-15,0r0,-47r83,0r0,163r42,-25r-26,0r0,-48r101,0r0,48v-24,-2,-39,4,-51,13r50,72r15,0r0,47r-58,0r-61,-86r-12,9r0,30r25,0r0,47","w":232},"Y":{"d":"101,-206v12,21,24,45,33,68v7,-21,23,-47,33,-68r-19,0r0,-46r96,0r0,46r-19,0r-67,117r0,42r21,0r0,47r-116,0r0,-47r21,0r0,-42r-70,-117r-18,0r0,-46r124,0r0,46r-19,0","w":240,"k":{"a":22,"s":22,"y":11,"r":22,"u":14,"o":29,"e":22}},"1":{"d":"26,-165r-17,-39v21,-10,37,-17,63,-48r64,0r0,204r34,0r0,48r-144,0r0,-48r36,0r0,-133","w":178},"2":{"d":"191,-177v3,66,-86,85,-111,129r63,0r0,-29r60,0r0,77r-194,0r0,-52v20,-32,31,-42,53,-61v27,-22,63,-39,63,-61v0,-42,-63,-19,-74,4r-39,-41v45,-66,174,-61,179,34","w":212},"3":{"d":"189,-75v0,92,-146,101,-184,39r37,-38v16,24,78,38,80,-4v1,-29,-28,-28,-57,-27r0,-43v27,1,57,1,57,-24v0,-41,-53,-33,-74,-7r-35,-42v13,-14,44,-35,77,-35v84,0,118,86,66,122v12,8,33,27,33,59","w":194},"4":{"d":"4,-71r0,-51r103,-130r75,0r0,142r19,0r0,39r-19,0r0,23r19,0r0,48r-116,0r0,-48r22,0r0,-23r-103,0xm54,-110r53,0r0,-66","w":210},"5":{"d":"202,-86v0,104,-154,114,-197,47r40,-41v19,32,88,39,90,-9v2,-37,-56,-45,-71,-18r-46,-21r22,-124r143,0r0,54r-97,0r-6,35v52,-26,122,6,122,77","w":207},"'":{"d":"13,-252r71,0r-13,107r-45,0","w":98},",":{"d":"39,70r-41,-24v26,-32,38,-63,34,-117r66,18v1,46,-22,90,-59,123","w":97},":":{"d":"45,3v-51,0,-53,-77,0,-79v54,2,54,80,0,79xm45,-107v-50,0,-54,-76,0,-78v53,1,55,79,0,78","w":91},"6":{"d":"197,-227r-25,47v-12,-7,-30,-19,-52,-19v-27,0,-44,22,-48,49v45,-39,132,-9,132,62v0,48,-34,89,-93,91v-59,2,-103,-40,-105,-112v-1,-48,11,-144,106,-147v24,-1,64,11,85,29xm110,-116v-17,0,-31,13,-37,20v0,18,11,43,34,43v37,2,46,-63,3,-63","w":209},"7":{"d":"5,-180r0,-72r195,0r0,48r-97,204r-77,0r96,-204r-59,0r0,24r-58,0","w":203},"8":{"d":"101,5v-96,0,-128,-101,-57,-142v-56,-40,-20,-119,59,-119v84,0,113,88,56,120v69,40,34,141,-58,141xm89,-108v-29,12,-26,63,12,62v18,0,33,-10,33,-30v0,-25,-28,-31,-45,-32xm112,-164v25,-8,20,-49,-10,-47v-14,0,-26,11,-26,23v0,20,24,24,36,24","w":201},"9":{"d":"13,-25r24,-47v28,23,102,30,97,-31v-43,43,-129,7,-129,-62v0,-48,35,-89,94,-91v59,-2,105,41,107,113v1,55,-13,143,-108,146v-24,1,-64,-10,-85,-28xm99,-136v17,0,28,-14,34,-21v0,-18,-7,-42,-30,-42v-38,0,-48,63,-4,63","w":211},"-":{"d":"9,-62r0,-48r104,0r0,48r-104,0","w":122},";":{"d":"62,-100v-52,-1,-55,-78,0,-80v53,1,55,81,0,80xm2,46r41,24v37,-33,60,-77,59,-123r-66,-18v4,54,-8,85,-34,117","w":108},"=":{"d":"9,-62r0,-48r148,0r0,48r-148,0xm9,-141r0,-48r148,0r0,48r-148,0","w":166},"0":{"d":"109,4v-60,0,-104,-42,-104,-131v0,-76,42,-129,102,-129v71,0,103,51,103,131v0,80,-36,129,-101,129xm109,-51v17,0,29,-30,29,-74v1,-91,-60,-98,-61,-2v0,46,18,76,32,76","w":215},"!":{"d":"10,-37v0,-18,15,-38,41,-38v26,0,43,17,43,38v0,20,-17,37,-43,37v-23,0,-41,-18,-41,-37xm31,-93v-11,-49,-23,-96,-19,-159r86,0v4,64,-8,111,-20,159r-47,0","w":110},"(":{"d":"94,-293r37,38v-17,21,-56,65,-56,143v0,80,35,124,56,149r-37,38v-39,-35,-85,-105,-85,-187v0,-85,55,-155,85,-181","w":139},")":{"d":"9,-255r37,-38v30,26,85,96,85,181v0,82,-46,153,-85,188r-37,-39v21,-25,55,-69,55,-149v0,-78,-38,-122,-55,-143","w":139},"\"":{"d":"13,-252r69,0r-11,107r-45,0xm100,-252r69,0r-13,107r-45,0","w":181},"$":{"d":"81,-279r50,0r0,37v8,4,16,10,21,18r2,-20r53,0r0,84r-55,0v0,-25,-17,-40,-40,-40v-9,0,-22,6,-22,18v0,35,122,28,122,108v0,53,-44,69,-81,70r0,37r-50,0r0,-47v-6,-4,-13,-9,-19,-14r-4,22r-53,0r0,-87r57,0v0,29,29,35,43,35v10,0,27,-3,27,-18v0,-27,-117,-22,-117,-103v0,-48,36,-68,66,-70r0,-30","w":217},"%":{"d":"257,0v-43,0,-74,-29,-74,-75v0,-44,36,-73,73,-73v47,0,74,30,74,75v0,42,-27,73,-73,73xm80,-110v-43,0,-75,-29,-75,-75v0,-44,36,-73,73,-73v47,0,74,29,74,74v0,42,-26,74,-72,74xm109,0r-41,0r156,-252r41,0xm237,-75v0,53,40,56,39,2v1,-50,-39,-56,-39,-2xm80,-143v11,0,18,-16,18,-41v1,-50,-39,-55,-39,-1v0,26,12,42,21,42","w":335},"\/":{"d":"53,29r-51,-1r134,-299r51,0","w":188},"+":{"d":"188,-157r0,47r-66,0r0,66r-47,0r0,-66r-66,0r0,-47r66,0r0,-66r47,0r0,66r66,0","w":196},"<":{"d":"13,-122r0,-45r154,-64r18,44r-110,42r110,43r-18,44","w":197},">":{"d":"185,-167r0,45r-155,63r-17,-44r110,-42r-110,-42r17,-44","w":197},"&":{"d":"99,5v-103,-1,-132,-108,-42,-152v-50,-33,-24,-109,50,-109v94,0,98,93,38,114r33,33v9,-16,15,-33,19,-48r77,0r0,46r-35,0v-6,17,-13,30,-21,42v12,10,17,26,43,22r0,47r-53,0r-24,-23v-19,18,-51,28,-85,28xm71,-76v0,37,47,32,72,12v-17,-14,-29,-33,-48,-45v-10,6,-24,20,-24,33xm128,-194v0,-10,-6,-22,-21,-22v-11,0,-18,11,-18,20v0,29,39,37,39,2","w":277},"A":{"d":"291,-47r0,47r-144,0r0,-47r34,0r-8,-25r-74,0r-7,25r28,0r0,47r-115,0r0,-47r25,0r48,-158r-14,0r0,-47r138,0r64,205r25,0xm136,-193r-23,78r47,0","w":296},"|":{"d":"36,-252r48,0r0,325r-48,0r0,-325","w":119},"_":{"d":"9,0r0,-30r234,0r0,30r-234,0","w":251},"*":{"d":"136,-142r-33,25r-28,-40r-30,41r-32,-26r31,-34r-42,-15r15,-35r41,19r-5,-45r44,0r-6,46r41,-20r15,35r-44,15","w":148},"^":{"d":"82,-252r52,0r77,143r-64,0r-39,-81r-40,81r-64,0","w":214},"#":{"d":"25,-156r0,-49r56,0r17,-66r47,0r-17,66r48,0r17,-66r48,0r-17,66r41,0r0,49r-53,0r-11,41r44,0r0,49r-56,0r-17,66r-47,0r16,-66r-48,0r-17,66r-47,0r16,-66r-40,0r0,-49r53,0r10,-41r-43,0xm116,-156r-11,41r49,0r10,-41r-48,0","w":270},"\u00a0":{"w":90}}});
 
-
</script>
+
</script>
-
<script type="text/javascript">
+
-
/*
+
-
* jQuery 2d Transform v0.9.1
+
-
* http://wiki.github.com/heygrady/transform/
+
-
*
+
-
* Copyright 2010, Grady Kuhnline
+
-
* Dual licensed under the MIT or GPL Version 2 licenses.
+
-
* http://jquery.org/license
+
-
*
+
-
* Date: Fri Nov 26 23:43:06 2010 -0800
+
-
*/
+
-
(function(f,g,j,b){var h=/progid:DXImageTransform\.Microsoft\.Matrix\(.*?\)/,c=/^([\+\-]=)?([\d+.\-]+)(.*)$/,q=/%/;var d=j.createElement("modernizr"),e=d.style;function n(s){return parseFloat(s)}function l(){var s={transformProperty:"",MozTransform:"-moz-",WebkitTransform:"-webkit-",OTransform:"-o-",msTransform:"-ms-"};for(var t in s){if(typeof e[t]!="undefined"){return s[t]}}return null}function r(){if(typeof(g.Modernizr)!=="undefined"){return Modernizr.csstransforms}var t=["transformProperty","WebkitTransform","MozTransform","OTransform","msTransform"];for(var s in t){if(e[t[s]]!==b){return true}}}var a=l(),i=a!==null?a+"transform":false,k=a!==null?a+"transform-origin":false;f.support.csstransforms=r();if(a=="-ms-"){i="msTransform";k="msTransformOrigin"}f.extend({transform:function(s){s.transform=this;this.$elem=f(s);this.applyingMatrix=false;this.matrix=null;this.height=null;this.width=null;this.outerHeight=null;this.outerWidth=null;this.boxSizingValue=null;this.boxSizingProperty=null;this.attr=null;this.transformProperty=i;this.transformOriginProperty=k}});f.extend(f.transform,{funcs:["matrix","origin","reflect","reflectX","reflectXY","reflectY","rotate","scale","scaleX","scaleY","skew","skewX","skewY","translate","translateX","translateY"]});f.fn.transform=function(s,t){return this.each(function(){var u=this.transform||new f.transform(this);if(s){u.exec(s,t)}})};f.transform.prototype={exec:function(s,t){t=f.extend(true,{forceMatrix:false,preserve:false},t);this.attr=null;if(t.preserve){s=f.extend(true,this.getAttrs(true,true),s)}else{s=f.extend(true,{},s)}this.setAttrs(s);if(f.support.csstransforms&&!t.forceMatrix){return this.execFuncs(s)}else{if(f.browser.msie||(f.support.csstransforms&&t.forceMatrix)){return this.execMatrix(s)}}return false},execFuncs:function(t){var s=[];for(var u in t){if(u=="origin"){this[u].apply(this,f.isArray(t[u])?t[u]:[t[u]])}else{if(f.inArray(u,f.transform.funcs)!==-1){s.push(this.createTransformFunc(u,t[u]))}}}this.$elem.css(i,s.join(" "));return true},execMatrix:function(z){var C,x,t;var F=this.$elem[0],B=this;function A(N,M){if(q.test(N)){return parseFloat(N)/100*B["safeOuter"+(M?"Height":"Width")]()}return o(F,N)}var s=/translate[X|Y]?/,u=[];for(var v in z){switch(f.type(z[v])){case"array":t=z[v];break;case"string":t=f.map(z[v].split(","),f.trim);break;default:t=[z[v]]}if(f.matrix[v]){if(f.cssAngle[v]){t=f.map(t,f.angle.toDegree)}else{if(!f.cssNumber[v]){t=f.map(t,A)}else{t=f.map(t,n)}}x=f.matrix[v].apply(this,t);if(s.test(v)){u.push(x)}else{C=C?C.x(x):x}}else{if(v=="origin"){this[v].apply(this,t)}}}C=C||f.matrix.identity();f.each(u,function(M,N){C=C.x(N)});var K=parseFloat(C.e(1,1).toFixed(6)),I=parseFloat(C.e(2,1).toFixed(6)),H=parseFloat(C.e(1,2).toFixed(6)),G=parseFloat(C.e(2,2).toFixed(6)),L=C.rows===3?parseFloat(C.e(1,3).toFixed(6)):0,J=C.rows===3?parseFloat(C.e(2,3).toFixed(6)):0;if(f.support.csstransforms&&a==="-moz-"){this.$elem.css(i,"matrix("+K+", "+I+", "+H+", "+G+", "+L+"px, "+J+"px)")}else{if(f.support.csstransforms){this.$elem.css(i,"matrix("+K+", "+I+", "+H+", "+G+", "+L+", "+J+")")}else{if(f.browser.msie){var w=", FilterType='nearest neighbor'";var D=this.$elem[0].style;var E="progid:DXImageTransform.Microsoft.Matrix(M11="+K+", M12="+H+", M21="+I+", M22="+G+", sizingMethod='auto expand'"+w+")";var y=D.filter||f.curCSS(this.$elem[0],"filter")||"";D.filter=h.test(y)?y.replace(h,E):y?y+" "+E:E;this.applyingMatrix=true;this.matrix=C;this.fixPosition(C,L,J);this.applyingMatrix=false;this.matrix=null}}}return true},origin:function(s,t){if(f.support.csstransforms){if(typeof t==="undefined"){this.$elem.css(k,s)}else{this.$elem.css(k,s+" "+t)}return true}switch(s){case"left":s="0";break;case"right":s="100%";break;case"center":case b:s="50%"}switch(t){case"top":t="0";break;case"bottom":t="100%";break;case"center":case b:t="50%"}this.setAttr("origin",[q.test(s)?s:o(this.$elem[0],s)+"px",q.test(t)?t:o(this.$elem[0],t)+"px"]);return true},createTransformFunc:function(t,u){if(t.substr(0,7)==="reflect"){var s=u?f.matrix[t]():f.matrix.identity();return"matrix("+s.e(1,1)+", "+s.e(2,1)+", "+s.e(1,2)+", "+s.e(2,2)+", 0, 0)"}if(t=="matrix"){if(a==="-moz-"&&u[4]){u[4]=u[4]?u[4]+"px":0;u[5]=u[5]?u[5]+"px":0}}return t+"("+(f.isArray(u)?u.join(", "):u)+")"},fixPosition:function(B,y,x,D,s){var w=new f.matrix.calc(B,this.safeOuterHeight(),this.safeOuterWidth()),C=this.getAttr("origin");var v=w.originOffset(new f.matrix.V2(q.test(C[0])?parseFloat(C[0])/100*w.outerWidth:parseFloat(C[0]),q.test(C[1])?parseFloat(C[1])/100*w.outerHeight:parseFloat(C[1])));var t=w.sides();var u=this.$elem.css("position");if(u=="static"){u="relative"}var A={top:0,left:0};var z={position:u,top:(v.top+x+t.top+A.top)+"px",left:(v.left+y+t.left+A.left)+"px",zoom:1};this.$elem.css(z)}};function o(s,u){var t=c.exec(f.trim(u));if(t[3]&&t[3]!=="px"){var w="paddingBottom",v=f.style(s,w);f.style(s,w,u);u=p(s,w);f.style(s,w,v);return u}return parseFloat(u)}function p(t,u){if(t[u]!=null&&(!t.style||t.style[u]==null)){return t[u]}var s=parseFloat(f.css(t,u));return s&&s>-10000?s:0}})(jQuery,this,this.document);(function(d,c,a,f){d.extend(d.transform.prototype,{safeOuterHeight:function(){return this.safeOuterLength("height")},safeOuterWidth:function(){return this.safeOuterLength("width")},safeOuterLength:function(l){var p="outer"+(l=="width"?"Width":"Height");if(!d.support.csstransforms&&d.browser.msie){l=l=="width"?"width":"height";if(this.applyingMatrix&&!this[p]&&this.matrix){var k=new d.matrix.calc(this.matrix,1,1),n=k.offset(),g=this.$elem[p]()/n[l];this[p]=g;return g}else{if(this.applyingMatrix&&this[p]){return this[p]}}var o={height:["top","bottom"],width:["left","right"]};var h=this.$elem[0],j=parseFloat(d.curCSS(h,l,true)),q=this.boxSizingProperty,i=this.boxSizingValue;if(!this.boxSizingProperty){q=this.boxSizingProperty=e()||"box-sizing";i=this.boxSizingValue=this.$elem.css(q)||"content-box"}if(this[p]&&this[l]==j){return this[p]}else{this[l]=j}if(q&&(i=="padding-box"||i=="content-box")){j+=parseFloat(d.curCSS(h,"padding-"+o[l][0],true))||0+parseFloat(d.curCSS(h,"padding-"+o[l][1],true))||0}if(q&&i=="content-box"){j+=parseFloat(d.curCSS(h,"border-"+o[l][0]+"-width",true))||0+parseFloat(d.curCSS(h,"border-"+o[l][1]+"-width",true))||0}this[p]=j;return j}return this.$elem[p]()}});var b=null;function e(){if(b){return b}var h={boxSizing:"box-sizing",MozBoxSizing:"-moz-box-sizing",WebkitBoxSizing:"-webkit-box-sizing",OBoxSizing:"-o-box-sizing"},g=a.body;for(var i in h){if(typeof g.style[i]!="undefined"){b=h[i];return b}}return null}})(jQuery,this,this.document);(function(g,f,b,h){var d=/([\w\-]*?)\((.*?)\)/g,a="data-transform",e=/\s/,c=/,\s?/;g.extend(g.transform.prototype,{setAttrs:function(i){var j="",l;for(var k in i){l=i[k];if(g.isArray(l)){l=l.join(", ")}j+=" "+k+"("+l+")"}this.attr=g.trim(j);this.$elem.attr(a,this.attr)},setAttr:function(k,l){if(g.isArray(l)){l=l.join(", ")}var j=this.attr||this.$elem.attr(a);if(!j||j.indexOf(k)==-1){this.attr=g.trim(j+" "+k+"("+l+")");this.$elem.attr(a,this.attr)}else{var i=[],n;d.lastIndex=0;while(n=d.exec(j)){if(k==n[1]){i.push(k+"("+l+")")}else{i.push(n[0])}}this.attr=i.join(" ");this.$elem.attr(a,this.attr)}},getAttrs:function(){var j=this.attr||this.$elem.attr(a);if(!j){return{}}var i={},l,k;d.lastIndex=0;while((l=d.exec(j))!==null){if(l){k=l[2].split(c);i[l[1]]=k.length==1?k[0]:k}}return i},getAttr:function(j){var i=this.getAttrs();if(typeof i[j]!=="undefined"){return i[j]}if(j==="origin"&&g.support.csstransforms){return this.$elem.css(this.transformOriginProperty).split(e)}else{if(j==="origin"){return["50%","50%"]}}return g.cssDefault[j]||0}});if(typeof(g.cssAngle)=="undefined"){g.cssAngle={}}g.extend(g.cssAngle,{rotate:true,skew:true,skewX:true,skewY:true});if(typeof(g.cssDefault)=="undefined"){g.cssDefault={}}g.extend(g.cssDefault,{scale:[1,1],scaleX:1,scaleY:1,matrix:[1,0,0,1,0,0],origin:["50%","50%"],reflect:[1,0,0,1,0,0],reflectX:[1,0,0,1,0,0],reflectXY:[1,0,0,1,0,0],reflectY:[1,0,0,1,0,0]});if(typeof(g.cssMultipleValues)=="undefined"){g.cssMultipleValues={}}g.extend(g.cssMultipleValues,{matrix:6,origin:{length:2,duplicate:true},reflect:6,reflectX:6,reflectXY:6,reflectY:6,scale:{length:2,duplicate:true},skew:2,translate:2});g.extend(g.cssNumber,{matrix:true,reflect:true,reflectX:true,reflectXY:true,reflectY:true,scale:true,scaleX:true,scaleY:true});g.each(g.transform.funcs,function(j,k){g.cssHooks[k]={set:function(n,o){var l=n.transform||new g.transform(n),i={};i[k]=o;l.exec(i,{preserve:true})},get:function(n,l){var i=n.transform||new g.transform(n);return i.getAttr(k)}}});g.each(["reflect","reflectX","reflectXY","reflectY"],function(j,k){g.cssHooks[k].get=function(n,l){var i=n.transform||new g.transform(n);return i.getAttr("matrix")||g.cssDefault[k]}})})(jQuery,this,this.document);(function(e,g,h,c){var d=/^([+\-]=)?([\d+.\-]+)(.*)$/;var a=e.fn.animate;e.fn.animate=function(p,l,o,n){var k=e.speed(l,o,n),j=e.cssMultipleValues;k.complete=k.old;if(!e.isEmptyObject(p)){if(typeof k.original==="undefined"){k.original={}}e.each(p,function(s,u){if(j[s]||e.cssAngle[s]||(!e.cssNumber[s]&&e.inArray(s,e.transform.funcs)!==-1)){var t=null;if(jQuery.isArray(p[s])){var r=1,q=u.length;if(j[s]){r=(typeof j[s].length==="undefined"?j[s]:j[s].length)}if(q>r||(q<r&&q==2)||(q==2&&r==2&&isNaN(parseFloat(u[q-1])))){t=u[q-1];u.splice(q-1,1)}}k.original[s]=u.toString();p[s]=parseFloat(u)}})}return a.apply(this,[arguments[0],k])};var b="paddingBottom";function i(k,l){if(k[l]!=null&&(!k.style||k.style[l]==null)){}var j=parseFloat(e.css(k,l));return j&&j>-10000?j:0}var f=e.fx.prototype.custom;e.fx.prototype.custom=function(u,v,w){var y=e.cssMultipleValues[this.prop],p=e.cssAngle[this.prop];if(y||(!e.cssNumber[this.prop]&&e.inArray(this.prop,e.transform.funcs)!==-1)){this.values=[];if(!y){y=1}var x=this.options.original[this.prop],t=e(this.elem).css(this.prop),j=e.cssDefault[this.prop]||0;if(!e.isArray(t)){t=[t]}if(!e.isArray(x)){if(e.type(x)==="string"){x=x.split(",")}else{x=[x]}}var l=y.length||y,s=0;while(x.length<l){x.push(y.duplicate?x[0]:j[s]||0);s++}var k,r,q,o=this,n=o.elem.transform;orig=e.style(o.elem,b);e.each(x,function(z,A){if(t[z]){k=t[z]}else{if(j[z]&&!y.duplicate){k=j[z]}else{if(y.duplicate){k=t[0]}else{k=0}}}if(p){k=e.angle.toDegree(k)}else{if(!e.cssNumber[o.prop]){r=d.exec(e.trim(k));if(r[3]&&r[3]!=="px"){if(r[3]==="%"){k=parseFloat(r[2])/100*n["safeOuter"+(z?"Height":"Width")]()}else{e.style(o.elem,b,k);k=i(o.elem,b);e.style(o.elem,b,orig)}}}}k=parseFloat(k);r=d.exec(e.trim(A));if(r){q=parseFloat(r[2]);w=r[3]||"px";if(p){q=e.angle.toDegree(q+w);w="deg"}else{if(!e.cssNumber[o.prop]&&w==="%"){k=(k/n["safeOuter"+(z?"Height":"Width")]())*100}else{if(!e.cssNumber[o.prop]&&w!=="px"){e.style(o.elem,b,(q||1)+w);k=((q||1)/i(o.elem,b))*k;e.style(o.elem,b,orig)}}}if(r[1]){q=((r[1]==="-="?-1:1)*q)+k}}else{q=A;w=""}o.values.push({start:k,end:q,unit:w})})}return f.apply(this,arguments)};e.fx.multipleValueStep={_default:function(j){e.each(j.values,function(k,l){j.values[k].now=l.start+((l.end-l.start)*j.pos)})}};e.each(["matrix","reflect","reflectX","reflectXY","reflectY"],function(j,k){e.fx.multipleValueStep[k]=function(n){var p=n.decomposed,l=e.matrix;m=l.identity();p.now={};e.each(p.start,function(q){p.now[q]=parseFloat(p.start[q])+((parseFloat(p.end[q])-parseFloat(p.start[q]))*n.pos);if(((q==="scaleX"||q==="scaleY")&&p.now[q]===1)||((q!=="scaleX"||q!=="scaleY")&&p.now[q]===0)){return true}m=m.x(l[q](p.now[q]))});var o;e.each(n.values,function(q){switch(q){case 0:o=parseFloat(m.e(1,1).toFixed(6));break;case 1:o=parseFloat(m.e(1,2).toFixed(6));break;case 2:o=parseFloat(m.e(2,1).toFixed(6));break;case 3:o=parseFloat(m.e(2,2).toFixed(6));break;case 4:o=parseFloat(m.e(3,1).toFixed(6));break;case 5:o=parseFloat(m.e(3,2).toFixed(6));break}n.values[q].now=o})}});e.each(e.transform.funcs,function(j,k){e.fx.step[k]=function(o){var n=o.elem.transform||new e.transform(o.elem),l={};if(e.cssMultipleValues[k]||(!e.cssNumber[k]&&e.inArray(k,e.transform.funcs)!==-1)){(e.fx.multipleValueStep[o.prop]||e.fx.multipleValueStep._default)(o);l[o.prop]=[];e.each(o.values,function(p,q){l[o.prop].push(q.now+(e.cssNumber[o.prop]?"":q.unit))})}else{l[o.prop]=o.now+(e.cssNumber[o.prop]?"":o.unit)}n.exec(l,{preserve:true})}});e.each(["matrix","reflect","reflectX","reflectXY","reflectY"],function(j,k){e.fx.step[k]=function(q){var p=q.elem.transform||new e.transform(q.elem),o={};if(!q.initialized){q.initialized=true;if(k!=="matrix"){var n=e.matrix[k]().elements;var r;e.each(q.values,function(s){switch(s){case 0:r=n[0];break;case 1:r=n[2];break;case 2:r=n[1];break;case 3:r=n[3];break;default:r=0}q.values[s].end=r})}q.decomposed={};var l=q.values;q.decomposed.start=e.matrix.matrix(l[0].start,l[1].start,l[2].start,l[3].start,l[4].start,l[5].start).decompose();q.decomposed.end=e.matrix.matrix(l[0].end,l[1].end,l[2].end,l[3].end,l[4].end,l[5].end).decompose()}(e.fx.multipleValueStep[q.prop]||e.fx.multipleValueStep._default)(q);o.matrix=[];e.each(q.values,function(s,t){o.matrix.push(t.now)});p.exec(o,{preserve:true})}})})(jQuery,this,this.document);(function(g,h,j,c){var d=180/Math.PI;var k=200/Math.PI;var f=Math.PI/180;var e=2/1.8;var i=0.9;var a=Math.PI/200;var b=/^([+\-]=)?([\d+.\-]+)(.*)$/;g.extend({angle:{runit:/(deg|g?rad)/,radianToDegree:function(l){return l*d},radianToGrad:function(l){return l*k},degreeToRadian:function(l){return l*f},degreeToGrad:function(l){return l*e},gradToDegree:function(l){return l*i},gradToRadian:function(l){return l*a},toDegree:function(n){var l=b.exec(n);if(l){n=parseFloat(l[2]);switch(l[3]||"deg"){case"grad":n=g.angle.gradToDegree(n);break;case"rad":n=g.angle.radianToDegree(n);break}return n}return 0}}})})(jQuery,this,this.document);(function(e,d,b,f){if(typeof(e.matrix)=="undefined"){e.extend({matrix:{}})}e.extend(e.matrix,{V2:function(g,h){if(e.isArray(arguments[0])){this.elements=arguments[0].slice(0,2)}else{this.elements=[g,h]}this.length=2},V3:function(g,i,h){if(e.isArray(arguments[0])){this.elements=arguments[0].slice(0,3)}else{this.elements=[g,i,h]}this.length=3},M2x2:function(h,g,j,i){if(e.isArray(arguments[0])){this.elements=arguments[0].slice(0,4)}else{this.elements=Array.prototype.slice.call(arguments).slice(0,4)}this.rows=2;this.cols=2},M3x3:function(l,k,j,i,h,g,p,o,n){if(e.isArray(arguments[0])){this.elements=arguments[0].slice(0,9)}else{this.elements=Array.prototype.slice.call(arguments).slice(0,9)}this.rows=3;this.cols=3}});var c={e:function(j,g){var h=this.rows,i=this.cols;if(j>h||g>h||j<1||g<1){return 0}return this.elements[(j-1)*i+g-1]},decompose:function(){var u=this.e(1,1),s=this.e(2,1),p=this.e(1,2),o=this.e(2,2),n=this.e(3,1),l=this.e(3,2);if(Math.abs(u*o-s*p)<0.01){return{rotate:0+"deg",skewX:0+"deg",scaleX:1,scaleY:1,translateX:0+"px",translateY:0+"px"}}var j=n,i=l;var t=Math.sqrt(u*u+s*s);u=u/t;s=s/t;var h=u*p+s*o;p-=u*h;o-=s*h;var q=Math.sqrt(p*p+o*o);p=p/q;o=o/q;h=h/q;if((u*o-s*p)<0){u=-u;s=-s;t=-t}var v=e.angle.radianToDegree;var g=v(Math.atan2(s,u));h=v(Math.atan(h));return{rotate:g+"deg",skewX:h+"deg",scaleX:t,scaleY:q,translateX:j+"px",translateY:i+"px"}}};e.extend(e.matrix.M2x2.prototype,c,{toM3x3:function(){var g=this.elements;return new e.matrix.M3x3(g[0],g[1],0,g[2],g[3],0,0,0,1)},x:function(i){var j=typeof(i.rows)==="undefined";if(!j&&i.rows==3){return this.toM3x3().x(i)}var h=this.elements,g=i.elements;if(j&&g.length==2){return new e.matrix.V2(h[0]*g[0]+h[1]*g[1],h[2]*g[0]+h[3]*g[1])}else{if(g.length==h.length){return new e.matrix.M2x2(h[0]*g[0]+h[1]*g[2],h[0]*g[1]+h[1]*g[3],h[2]*g[0]+h[3]*g[2],h[2]*g[1]+h[3]*g[3])}}return false},inverse:function(){var h=1/this.determinant(),g=this.elements;return new e.matrix.M2x2(h*g[3],h*-g[1],h*-g[2],h*g[0])},determinant:function(){var g=this.elements;return g[0]*g[3]-g[1]*g[2]}});e.extend(e.matrix.M3x3.prototype,c,{x:function(i){var j=typeof(i.rows)==="undefined";if(!j&&i.rows<3){i=i.toM3x3()}var h=this.elements,g=i.elements;if(j&&g.length==3){return new e.matrix.V3(h[0]*g[0]+h[1]*g[1]+h[2]*g[2],h[3]*g[0]+h[4]*g[1]+h[5]*g[2],h[6]*g[0]+h[7]*g[1]+h[8]*g[2])}else{if(g.length==h.length){return new e.matrix.M3x3(h[0]*g[0]+h[1]*g[3]+h[2]*g[6],h[0]*g[1]+h[1]*g[4]+h[2]*g[7],h[0]*g[2]+h[1]*g[5]+h[2]*g[8],h[3]*g[0]+h[4]*g[3]+h[5]*g[6],h[3]*g[1]+h[4]*g[4]+h[5]*g[7],h[3]*g[2]+h[4]*g[5]+h[5]*g[8],h[6]*g[0]+h[7]*g[3]+h[8]*g[6],h[6]*g[1]+h[7]*g[4]+h[8]*g[7],h[6]*g[2]+h[7]*g[5]+h[8]*g[8])}}return false},inverse:function(){var h=1/this.determinant(),g=this.elements;return new e.matrix.M3x3(h*(g[8]*g[4]-g[7]*g[5]),h*(-(g[8]*g[1]-g[7]*g[2])),h*(g[5]*g[1]-g[4]*g[2]),h*(-(g[8]*g[3]-g[6]*g[5])),h*(g[8]*g[0]-g[6]*g[2]),h*(-(g[5]*g[0]-g[3]*g[2])),h*(g[7]*g[3]-g[6]*g[4]),h*(-(g[7]*g[0]-g[6]*g[1])),h*(g[4]*g[0]-g[3]*g[1]))},determinant:function(){var g=this.elements;return g[0]*(g[8]*g[4]-g[7]*g[5])-g[3]*(g[8]*g[1]-g[7]*g[2])+g[6]*(g[5]*g[1]-g[4]*g[2])}});var a={e:function(g){return this.elements[g-1]}};e.extend(e.matrix.V2.prototype,a);e.extend(e.matrix.V3.prototype,a)})(jQuery,this,this.document);(function(c,b,a,d){if(typeof(c.matrix)=="undefined"){c.extend({matrix:{}})}c.extend(c.matrix,{calc:function(e,f,g){this.matrix=e;this.outerHeight=f;this.outerWidth=g}});c.matrix.calc.prototype={coord:function(e,i,h){h=typeof(h)!=="undefined"?h:0;var g=this.matrix,f;switch(g.rows){case 2:f=g.x(new c.matrix.V2(e,i));break;case 3:f=g.x(new c.matrix.V3(e,i,h));break}return f},corners:function(e,h){var f=!(typeof(e)!=="undefined"||typeof(h)!=="undefined"),g;if(!this.c||!f){h=h||this.outerHeight;e=e||this.outerWidth;g={tl:this.coord(0,0),bl:this.coord(0,h),tr:this.coord(e,0),br:this.coord(e,h)}}else{g=this.c}if(f){this.c=g}return g},sides:function(e){var f=e||this.corners();return{top:Math.min(f.tl.e(2),f.tr.e(2),f.br.e(2),f.bl.e(2)),bottom:Math.max(f.tl.e(2),f.tr.e(2),f.br.e(2),f.bl.e(2)),left:Math.min(f.tl.e(1),f.tr.e(1),f.br.e(1),f.bl.e(1)),right:Math.max(f.tl.e(1),f.tr.e(1),f.br.e(1),f.bl.e(1))}},offset:function(e){var f=this.sides(e);return{height:Math.abs(f.bottom-f.top),width:Math.abs(f.right-f.left)}},area:function(e){var h=e||this.corners();var g={x:h.tr.e(1)-h.tl.e(1)+h.br.e(1)-h.bl.e(1),y:h.tr.e(2)-h.tl.e(2)+h.br.e(2)-h.bl.e(2)},f={x:h.bl.e(1)-h.tl.e(1)+h.br.e(1)-h.tr.e(1),y:h.bl.e(2)-h.tl.e(2)+h.br.e(2)-h.tr.e(2)};return 0.25*Math.abs(g.e(1)*f.e(2)-g.e(2)*f.e(1))},nonAffinity:function(){var f=this.sides(),g=f.top-f.bottom,e=f.left-f.right;return parseFloat(parseFloat(Math.abs((Math.pow(g,2)+Math.pow(e,2))/(f.top*f.bottom+f.left*f.right))).toFixed(8))},originOffset:function(h,g){h=h?h:new c.matrix.V2(this.outerWidth*0.5,this.outerHeight*0.5);g=g?g:new c.matrix.V2(0,0);var e=this.coord(h.e(1),h.e(2));var f=this.coord(g.e(1),g.e(2));return{top:(f.e(2)-g.e(2))-(e.e(2)-h.e(2)),left:(f.e(1)-g.e(1))-(e.e(1)-h.e(1))}}}})(jQuery,this,this.document);(function(c,b,a,d){if(typeof(c.matrix)=="undefined"){c.extend({matrix:{}})}c.extend(c.matrix,{identity:function(g){g=g||2;var h=g*g,j=new Array(h),f=g+1;for(var e=0;e<h;e++){j[e]=(e%f)===0?1:0}return new c.matrix["M"+g+"x"+g](j)},matrix:function(){var e=Array.prototype.slice.call(arguments);switch(arguments.length){case 4:return new c.matrix.M2x2(e[0],e[2],e[1],e[3]);case 6:return new c.matrix.M3x3(e[0],e[2],e[4],e[1],e[3],e[5],0,0,1)}},reflect:function(){return new c.matrix.M2x2(-1,0,0,-1)},reflectX:function(){return new c.matrix.M2x2(1,0,0,-1)},reflectXY:function(){return new c.matrix.M2x2(0,1,1,0)},reflectY:function(){return new c.matrix.M2x2(-1,0,0,1)},rotate:function(i){var f=c.angle.degreeToRadian(i),h=Math.cos(f),j=Math.sin(f);var g=h,e=j,l=-j,k=h;return new c.matrix.M2x2(g,l,e,k)},scale:function(f,e){f=f||f===0?f:1;e=e||e===0?e:f;return new c.matrix.M2x2(f,0,0,e)},scaleX:function(e){return c.matrix.scale(e,1)},scaleY:function(e){return c.matrix.scale(1,e)},skew:function(h,f){h=h||0;f=f||0;var i=c.angle.degreeToRadian(h),g=c.angle.degreeToRadian(f),e=Math.tan(i),j=Math.tan(g);return new c.matrix.M2x2(1,e,j,1)},skewX:function(e){return c.matrix.skew(e)},skewY:function(e){return c.matrix.skew(0,e)},translate:function(f,e){f=f||0;e=e||0;return new c.matrix.M3x3(1,0,f,0,1,e,0,0,1)},translateX:function(e){return c.matrix.translate(e)},translateY:function(e){return c.matrix.translate(0,e)}})})(jQuery,this,this.document);
+
-
</script>
+
<script type="text/javascript">
<script type="text/javascript">
(function($,sr){
(function($,sr){
Line 173: Line 109:
})(jQuery,'smartresize');
})(jQuery,'smartresize');
</script>
</script>
-
         <script type="text/javascript">
+
         <script type="text/javascript">
-
            $(function() {
+
        $(function() {
var ie = false;
var ie = false;
if ($.browser.msie)
if ($.browser.msie)
Line 257: Line 193:
'width' : '80px',
'width' : '80px',
'height' : '80px',
'height' : '80px',
-
'marginTop' : '5px',
+
'marginTop' : '2px',
-
'marginLeft': '5px'
+
'marginLeft': '2px'
},50);
},50);
});
});
Line 289: Line 225:
},100,function(){
},100,function(){
//calculate the dimentions of the full image
//calculate the dimentions of the full image
-
var f_w = per_line * 90;
+
var f_w = per_line * 80;
-
var f_h = per_col * 90;
+
var f_h = per_col * 80;
var f_l = $(window).width()/5 - f_w/2;
var f_l = $(window).width()/5 - f_w/2;
var f_t = $(window).height()/2 - f_h/2 ;
var f_t = $(window).height()/2 - f_h/2 ;
if(ie)
if(ie)
var param = {
var param = {
-
'left' : f_l + (i%per_line)*90 + 'px',
+
'left' : f_l + (i%per_line)*80 + 'px',
-
'top' : f_t + Math.floor(i/per_line)*90 + 'px'
+
'top' : f_t + Math.floor(i/per_line)*80 + 'px'
};
};
else
else
var param = {
var param = {
'rotate': '0deg',
'rotate': '0deg',
-
'left' : f_l + (i%per_line)*90 + 'px',
+
'left' : f_l + (i%per_line)*80 + 'px',
-
'top' : f_t + Math.floor(i/per_line)*90 + 'px'
+
'top' : f_t + Math.floor(i/per_line)*80 + 'px'
};
};
$thumb.css({
$thumb.css({
Line 394: Line 330:
return array;
return array;
};
};
-
             });
+
             });
 +
   
         </script>
         </script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
Line 402: Line 339:
background-image:url(https://static.igem.org/mediawiki/2011/2/20/TJU-bg.png);
background-image:url(https://static.igem.org/mediawiki/2011/2/20/TJU-bg.png);
 +
        background-attachment: fixed;
}
}
#catlinks{display:none;}
#catlinks{display:none;}
Line 411: Line 349:
}
}
#footer-box{
#footer-box{
-
position:absolute;
 
top:1200px;
top:1200px;
left:250px;}
left:250px;}
Line 450: Line 387:
       background: url(https://static.igem.org/mediawiki/2011/a/a0/TJU-Home.png) 0px 0px repeat-x; }
       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{
div#global #head #head3 a,a:visited,a:active{
-
background: url(https://static.igem.org/mediawiki/2011/7/73/TJU-Project.png) 0px -78px repeat-x;
+
background: url(https://static.igem.org/mediawiki/2011/5/57/TJU-Data.png) 0px -78px repeat-x;
         list-style:none;
         list-style:none;
         border:0;
         border:0;
Line 462: Line 399:
}
}
div#global #head #head3 a:hover{
div#global #head #head3 a:hover{
-
       background: url(https://static.igem.org/mediawiki/2011/7/73/TJU-Project.png) 0px 0px repeat-x; }
+
       background: url(https://static.igem.org/mediawiki/2011/5/57/TJU-Data.png) 0px 0px repeat-x; }
div#global #head #head4 a,a:visited,a:active{
div#global #head #head4 a,a:visited,a:active{
-
background: url(https://static.igem.org/mediawiki/2011/a/a3/TJU-Notepad.png) 0px -78px repeat-x;
+
background: url(https://static.igem.org/mediawiki/2011/7/73/TJU-Project.png) 0px -78px repeat-x;
         list-style:none;
         list-style:none;
         border:0;
         border:0;
Line 476: Line 413:
}
}
div#global #head #head4 a:hover{
div#global #head #head4 a:hover{
-
       background: url(https://static.igem.org/mediawiki/2011/a/a3/TJU-Notepad.png) 0px 0px repeat-x; }
+
       background: url(https://static.igem.org/mediawiki/2011/7/73/TJU-Project.png) 0px 0px repeat-x; }
div#global #head #head5 a,a:visited,a:active{
div#global #head #head5 a,a:visited,a:active{
-
background: url(https://static.igem.org/mediawiki/2011/8/80/TJU-Safety.png) 0px -78px repeat-x;
+
background: url(https://static.igem.org/mediawiki/2011/a/a3/TJU-Notepad.png) 0px -78px repeat-x;
         list-style:none;
         list-style:none;
         border:0;
         border:0;
Line 490: Line 427:
}
}
div#global #head #head5 a:hover{
div#global #head #head5 a:hover{
-
       background: url(https://static.igem.org/mediawiki/2011/8/80/TJU-Safety.png) 0px 0px repeat-x; }
+
       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{
div#global #head #head6 a,a:visited,a:active{
-
background: url(https://static.igem.org/mediawiki/2011/8/88/TJU-Attributions.png) 0px -78px repeat-x;
+
background: url(https://static.igem.org/mediawiki/2011/8/80/TJU-Safety.png) 0px -78px repeat-x;
         list-style:none;
         list-style:none;
         border:0;
         border:0;
Line 504: Line 441:
}
}
div#global #head #head6 a:hover{
div#global #head #head6 a:hover{
-
       background: url(https://static.igem.org/mediawiki/2011/8/88/TJU-Attributions.png) 0px 0px repeat-x; }
+
       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{
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;
background: url(https://static.igem.org/mediawiki/2011/2/2f/TJU-Modeling.png) 0px -78px repeat-x;
Line 520: Line 457:
       background: url(https://static.igem.org/mediawiki/2011/2/2f/TJU-Modeling.png) 0px 0px repeat-x; }
       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{
div#global #head #head8 a,a:visited,a:active{
-
background: url(https://static.igem.org/mediawiki/2011/5/57/TJU-Data.png) 0px -78px repeat-x;
+
background: url(https://static.igem.org/mediawiki/2011/8/88/TJU-Attributions.png) 0px -78px repeat-x;
         list-style:none;
         list-style:none;
         border:0;
         border:0;
Line 532: Line 469:
}
}
div#global #head #head8 a:hover{
div#global #head #head8 a:hover{
-
       background: url(https://static.igem.org/mediawiki/2011/5/57/TJU-Data.png) 0px 0px repeat-x; }
+
       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:160px;
Line 544: Line 481:
div#global #main #content{
div#global #main #content{
         float:left;
         float:left;
-
position:absolute;
 
-
        left:300px;
 
-
        top:580px;
 
         width:676px;
         width:676px;
-
          
+
         margin:35px;
}
}
-
div#global #main #content_2{
+
div#global #main #content p{
-
        position:absolute;
+
text-align:justify;
-
        top:80px;
+
font-size:14px;
-
        left:200px;
+
-
        width:660px;}
+
-
h1{
+
-
font-size:38px;
+
-
margin:10px;
+
}
}
-
h1 span{
+
div#global #main #content t1{
-
font-size:20px;
+
margin-left:-30px;
 +
font-weight:bold;
 +
font-size:14px;
}
}
-
.im_wrapper div{
+
h1.pos_left{
-
left:-300px;
+
position:relative;
-
width:110px;
+
left:-36px;
-
height:110px;
+
width:702px;
-
position:absolute;
+
-
background-repeat:no-repeat;
+
-
background-color:#fff;
+
-
cursor:pointer;
+
-
-moz-box-shadow:1px 1px 3px #000;
+
-
-webkit-box-shadow:1px 1px 3px #000;
+
-
box-shadow:1px 1px 3px #000;
+
}
}
-
.im_wrapper div img{
+
div#global #main #BackToTop{
-
float:left;
+
position:fixed;
-
width:100px;
+
bottom:0;
-
height:100px;
+
right:0;
-
margin:5px 0px 0px 5px;
+
-
}
+
-
.im_loading{
+
-
display:none;
+
-
position:fixed;
+
-
top:50%;
+
-
left:50%;
+
-
margin:-35px 0px 0px -35px;
+
-
background:#fff url(https://static.igem.org/mediawiki/2011/8/84/TJU-Loader.gif) no-repeat center scroll;
+
-
width:70px;
+
-
height:70px;
+
-
z-index:9999;
+
-
-moz-border-radius:10px;
+
-
-webkit-border-radius:10px;
+
-
border-radius:10px;
+
-
-moz-box-shadow:1px 1px 3px #000;
+
-
-webkit-box-shadow:1px 1px 3px #000;
+
-
box-shadow:1px 1px 3px #000;
+
-
opacity:0.7;
+
-
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
+
-
}
+
-
.im_next,
+
-
.im_prev{
+
-
width:50px;
+
-
height:50px;
+
-
position:fixed;
+
-
bottom:50%;
+
-
margin-top:-25px;
+
-
cursor:pointer;
+
-
opacity:0.7;
+
-
z-index:1000;
+
-
-moz-box-shadow:0px 0px 3px #000;
+
-
-webkit-box-shadow:0px 0px 3px #000;
+
-
box-shadow:0px 0px 3px #000;
+
-
-moz-border-radius:2px;
+
-
-webkit-border-radius:2px;
+
-
border-radius:2px;
+
-
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
+
-
}
+
-
.im_next:hover,
+
-
.im_prev:hover
+
-
{
+
-
opacity:0.9;
+
-
}
+
-
.im_next{
+
-
background:#fff url(https://static.igem.org/mediawiki/2011/4/41/TJU-next.png) no-repeat center center;
+
-
right:-50px; /*10 to show*/
+
-
}
+
-
.im_prev{
+
-
background:#fff url(https://static.igem.org/mediawiki/2011/9/9d/TJU-prev.png) no-repeat center center;
+
-
left:-50px; /*10 to show*/
+
}
}
-
.description{
 
-
position:fixed;
 
-
right:10px;
 
-
top:100px;
 
-
font-size:12px;
 
-
color:#888;
 
-
}
 
-
span.reference{
 
-
position:fixed;
 
-
left:10px;
 
-
bottom:10px;
 
-
font-size:12px;
 
-
}
 
-
span.reference a{
 
-
color:#888;
 
-
text-transform:uppercase;
 
-
text-decoration:none;
 
-
padding-right:20px;
 
-
}
 
-
span.reference a:hover{
 
-
color:#444;
 
-
}
 
</style>
</style>
</head>
</head>
Line 661: Line 512:
            
            
                 <a href="https://2011.igem.org/Team:Tianjin/Team">
                 <a href="https://2011.igem.org/Team:Tianjin/Team">
-
                         <img src="https://static.igem.org/mediawiki/2011/a/a7/TJU-Team-head.png"/></a>
+
                         <img src="https://static.igem.org/mediawiki/2011/a/a7/TJU-Team-head.png" id="top"></a>
                
                
-
                 <a href="https://2011.igem.org/Team:Tianjin">
+
                 <a href="https://2011.igem.org/Team:Tianjin/Team">
                         </a>
                         </a>
                 </div>
                 </div>
Line 672: Line 523:
                 </div>
                 </div>
               <div id="head3">
               <div id="head3">
-
                 <a href="https://2011.igem.org/Team:Tianjin/Project">
+
                 <a href="https://2011.igem.org/Team:Tianjin/Data">
                 </a>
                 </a>
                 </div>
                 </div>
               <div id="head4">
               <div id="head4">
-
                 <a href="https://2011.igem.org/Team:Tianjin/Notebook">
+
                 <a href="https://2011.igem.org/Team:Tianjin/Project">
                 </a>
                 </a>
                 </div>
                 </div>
               <div id="head5">
               <div id="head5">
-
                 <a href="https://2011.igem.org/Team:Tianjin/Safety">
+
                 <a href="https://2011.igem.org/Team:Tianjin/Notebook">
                 </a>
                 </a>
                 </div>
                 </div>
               <div id="head6">
               <div id="head6">
-
                 <a href="https://2011.igem.org/Team:Tianjin/Attributions">
+
                 <a href="https://2011.igem.org/Team:Tianjin/Safety">
                 </a>
                 </a>
                 </div>
                 </div>
<div id="head7">
<div id="head7">
-
                 <a href="https://2011.igem.org/Team:Tianjin/Attributions">
+
                 <a href="https://2011.igem.org/Team:Tianjin/Modeling">
                 </a>
                 </a>
                 </div>
                 </div>
Line 699: Line 550:
     <div id="title">
     <div id="title">
           <div class="sls" id="slsm" >
           <div class="sls" id="slsm" >
-
         <h2>Instructors</h2>
+
         <h2><img src="https://static.igem.org/mediawiki/2011/f/f3/TJU-Team-Menu-1.png"></h2>
             </div>
             </div>
           <div class="ls" id="slsmm" style="display:none">
           <div class="ls" id="slsmm" style="display:none">
<ul style="list-style:none">
<ul style="list-style:none">
-
    <li id="YY">Yingjin Yuan</li>
+
    <li id="YY"><img src="https://static.igem.org/mediawiki/2011/3/3f/TJU-Team-Menu-1-1.png"></li>
-
    <li id="WL">Wenyu Lu</li>
+
    <li id="WL"><img src="https://static.igem.org/mediawiki/2011/e/ea/TJU-Team-Menu-1-2.png"></li>
   
   
</ul>
</ul>
Line 710: Line 561:
    
    
     <div class="sxs" id="sxsm">
     <div class="sxs" id="sxsm">
-
         <h2>Teammates</h2> </div>
+
         <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">
     <div class="xs" id="sxsmm" style="display:none">
         <ul style="list-style:none">
         <ul style="list-style:none">
-
             <li id="BJ">Bin Jia</li>
+
             <li id="BJ"><img src="https://static.igem.org/mediawiki/2011/c/cd/TJU-Team-Menu-2-1.png"></li>
-
             <li id="BZ">Boxuan Zeng</li>
+
            <li id="YC"><img src="https://static.igem.org/mediawiki/2011/9/9a/TJU-Team-Menu-2-14.png"></li>
-
             <li id="SX">Saisi Xue</li>
+
             <li id="BZ"><img src="https://static.igem.org/mediawiki/2011/5/5e/TJU-Team-Menu-2-2.png"></li>
-
             <li id="MZ">Mingrui Zhao</li>
+
             <li id="SX"><img src="https://static.igem.org/mediawiki/2011/4/4e/TJU-Team-Menu-2-3.png"></li>
-
             <li id="JG">Jing Guo</li>
+
             <li id="MZ"><img src="https://static.igem.org/mediawiki/2011/0/08/TJU-Team-Menu-2-4.png"></li>
-
             <li id="WK">Wenbin Kuang</li>
+
             <li id="JG"><img src="https://static.igem.org/mediawiki/2011/8/88/TJU-Team-Menu-2-5.png"></li>
-
             <li id="YR">Yunfei Ran</li>
+
             <li id="WK"><img src="https://static.igem.org/mediawiki/2011/a/a4/TJU-Team-Menu-2-6.png"></li>
-
             <li id="AW">Andi Wangzhou</li>
+
             <li id="YR"><img src="https://static.igem.org/mediawiki/2011/2/2a/TJU-Team-Menu-2-7.png"></li>
-
             <li id="QW">Qinfeng Wu</li>
+
             <li id="AW"><img src="https://static.igem.org/mediawiki/2011/2/29/TJU-Team-Menu-2-8.png"></li>
-
             <li id="HR">Hengqian Ren</li>
+
             <li id="QW"><img src="https://static.igem.org/mediawiki/2011/1/1f/TJU-Team-Menu-2-9.png"></li>
-
             <li id="EW">Enxu Wang</li>
+
             <li id="HR"><img src="https://static.igem.org/mediawiki/2011/7/73/TJU-Team-Menu-2-10.png"></li>
-
             <li id="LC">Long Chen</li>
+
             <li id="EW"><img src="https://static.igem.org/mediawiki/2011/1/16/TJU-Team-Menu-2-11.png"></li>
-
             <li id="JL">Jingrui Li</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>
         </ul>
</div>
</div>
Line 731: Line 583:
     <div id="content">
     <div id="content">
 +
<img src="https://static.igem.org/mediawiki/2011/6/6b/TJU-Team-Photo-All.png">
 +
<div class="bio" id="YYbio">
<div class="bio" id="YYbio">
-
<h1>Yingjin Yuan</h1>
+
<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 class="clear"></div>
Line 738: Line 595:
<div class="bio" id="WLbio">
<div class="bio" id="WLbio">
-
<h1>Wenyu Lu</h1>
+
<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 class="clear"></div>
Line 744: Line 604:
<div class="bio" id="BJbio">
<div class="bio" id="BJbio">
-
<h1>Bin Jia</h1>
+
<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 class="clear"></div>
Line 750: Line 632:
<div class="bio" id="BZbio">
<div class="bio" id="BZbio">
-
<h1>Boxuan Zeng</h1>
+
<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 class="clear"></div>
Line 756: Line 646:
<div class="bio" id="SXbio">
<div class="bio" id="SXbio">
-
<h1>Saisi Xue</h1>
+
<h1><img src="https://static.igem.org/mediawiki/2011/b/bc/TJU-Team-Title-SX.png"></h1>
-
<p>Birthday: Jun. 30th, 1989</br>
+
<p>
-
Hometown: Dongying, Shandong Province, P.R.China</br>
+
<div align="left"><img src="https://static.igem.org/mediawiki/2011/2/20/TJU-Team-Photo-SX.jpg"></div>
-
Discipline: Bio-engineering</br>
+
<strong>Birthday:</strong> Jun. 30th, 1989</br>
-
Role: Experiment Design, Wiki writing, Protein simulation, Presentation
+
<strong>Hometown:</strong> Dongying, Shandong Province, P.R.China</br>
-
Interests: Piano, Chorus, Badminton, Animation, Taekwondo </br>
+
<strong>Discipline:</strong> Bio-engineering</br>
-
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~!</p>
+
<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>
Line 769: Line 661:
<div class="bio" id="MZbio">
<div class="bio" id="MZbio">
-
<h1>Mingrui Zhao</h1>
+
<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 class="clear"></div>
Line 775: Line 675:
<div class="bio" id="JGbio">
<div class="bio" id="JGbio">
-
<h1>Jing Guo</h1>
+
<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 class="clear"></div>
Line 781: Line 689:
<div class="bio" id="WKbio">
<div class="bio" id="WKbio">
-
<h1>Wenbin Kuang</h1>
+
<h1><img src="https://static.igem.org/mediawiki/2011/a/a8/TJU-Team-Title-WK.png"></h1>
-
<p>Birthday: Dec. 1st, 1989</br>
+
<p>
-
Hometown: Hunan Province, P.R.China</br>
+
<div align="left"><img src="https://static.igem.org/mediawiki/2011/d/de/TJU-Team-Photo-WK.jpg" width=480px></div>
-
Discipline: Bio-engineering</br>
+
<strong>Birthday:</strong> Dec. 1st, 1989</br>
-
Role: One of the main experimenters
+
<strong>Hometown:</strong> Hunan Province, P.R.China</br>
-
Interests: Playing basketball and tennis, drawing, reading, searching on the Internet, listening some classical songs and so on</br>
+
<strong>Discipline:</strong> Bio-engineering</br>
-
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.</p>
+
<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 class="clear"></div>
Line 793: Line 703:
<div class="bio" id="YRbio">
<div class="bio" id="YRbio">
-
<h1>Yunfei Ran</h1>
+
<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 class="clear"></div>
Line 799: Line 717:
<div class="bio" id="AWbio">
<div class="bio" id="AWbio">
-
<h1>Andi Wangzhou</h1>
+
<h1><img src="https://static.igem.org/mediawiki/2011/5/5b/TJU-Team-Title-AW.png"></h1>
-
<p>Birthday: Mar. 12th, 1994</br>
+
<p>
-
Hometown: Beijing, P.R.China</br>
+
<div align="left"><img src="https://static.igem.org/mediawiki/2011/3/3d/TJU-Team-Photo-AW.jpg"></div>
-
Discipline: Bio-engineering</br>
+
<strong>Birthday:</strong> Mar. 12th, 1994</br>
-
Role: Wiki art design, PowerPoint art design, Poster art design, Participate in experiment
+
<strong>Hometown:</strong> Beijing, P.R.China</br>
-
Interests: Piano, Table-Tennis, Tennis, SF Movie, All kinds of Music, Animation, Manga, Painting, Roller-Skating, Skiing, Photoshop </br>
+
<strong>Discipline:</strong> Bio-engineering</br>
-
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.</p>
+
<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 class="clear"></div>
Line 811: Line 731:
<div class="bio" id="QWbio">
<div class="bio" id="QWbio">
-
<h1>Qinfeng Wu</h1>
+
<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 class="clear"></div>
Line 817: Line 745:
<div class="bio" id="HRbio">
<div class="bio" id="HRbio">
-
<h1>Hengqian Ren</h1>
+
<h1><img src="https://static.igem.org/mediawiki/2011/a/a4/TJU-Team-Title-HR.png"></h1>
-
<p>Birthday: Sept. 30,1990</br>
+
<p>
-
Hometown:Tianjin, P.R.China</br>
+
<div align="left"><ing src="https://static.igem.org/mediawiki/2011/7/79/TJU-Team-Photo-HR.jpg"></div>
-
Discipline: Chemical engineering grade 2</br>
+
<strong>Birthday:</strong> Sept. 30,1990</br>
-
Interests: Table tennis</br>
+
<strong>Hometown:</strong> Tianjin, P.R.China</br>
-
Self-description: A boy with innocent curiosity to the nature and universe.</p>
+
<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>
Line 829: Line 760:
<div class="bio" id="EWbio">
<div class="bio" id="EWbio">
-
<h1>Enxu Wang</h1>
+
<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 class="clear"></div>
Line 835: Line 774:
<div class="bio" id="LCbio">
<div class="bio" id="LCbio">
-
<h1>Long Chen</h1>
+
<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 class="clear"></div>
</div>
</div>
-
<div class="bio" id="JLbio">
+
<div class="bio" id="DTbio">
-
<h1>Jingrui Li</h1>
+
<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 class="clear"></div>
</div>
</div>
-
<div id="content_2">
 
-
<h1>Our team members<span>with teachers</span></h1>
 
-
<div class="description">Click on the thumbs or the large image</div>
 
-
<div id="im_wrapper" class="im_wrapper">
 
-
<div style="background-position:center"><img src="" alt="teammember-1" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-2" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-3" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-4" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-5" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-6" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-7" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-8" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-9" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-10" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-11" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-12" /></div>
 
-
 
-
<div style="background-position:center"><img src="" alt="teammember-13" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-14" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-15" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-16" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-17" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-18" /></div>
 
-
 
-
<div style="background-position:center"><img src="" alt="teammember-19" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-20" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-21" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-22" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-23" /></div>
 
-
<div style="background-position:center"><img src="" alt="teammember-24" /></div>
 
-
</div>
 
-
<div id="im_loading" class="im_loading"></div>
 
-
<div id="im_next" class="im_next"></div>
 
-
<div id="im_prev" class="im_prev"></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>

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: