|
|
(12 intermediate revisions not shown) |
Line 1: |
Line 1: |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
| + | |
| <head> | | <head> |
| <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> | | <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> |
| <title>ALeader</title> | | <title>ALeader</title> |
- | <STYLE type="text/css">
| + | <link rel="stylesheet" type="text/css" href="http://fudanigem.phx-2.ifreeurl.com/css/igem.css"> |
- |
| + | |
- | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
| + | |
- | | + | |
- | body{
| + | |
- | background-color:#eaf0f4;
| + | |
- | }
| + | |
- | a{
| + | |
- | text-decoration: none;
| + | |
- | color: white;
| + | |
- | }
| + | |
- | a:hover{
| + | |
- | text-decoration: none;
| + | |
- | color: white;
| + | |
- | }
| + | |
- | a:active{
| + | |
- | text-decoration: none;
| + | |
- | color: white;
| + | |
- | }
| + | |
- | a:visited{
| + | |
- | text-decoration: none;
| + | |
- | color: white;
| + | |
- | }
| + | |
- | #top-section{
| + | |
- | height: 0px;
| + | |
- | border:none;
| + | |
- | }
| + | |
- | #search-controls{
| + | |
- | display: none;
| + | |
- | }
| + | |
- | #p-logo{
| + | |
- | display: none;
| + | |
- | }
| + | |
- | #total-wrap{
| + | |
- | position:absolute;
| + | |
- | width: 1215px;
| + | |
- | left: 50%;
| + | |
- | right: 50%;
| + | |
- | margin-left: -607px;
| + | |
- | color: white;
| + | |
- | }
| + | |
- | #header{
| + | |
- | height: 263px;
| + | |
- | background-image:url("../img/banner.png");
| + | |
- | background-position: top center;
| + | |
- | background-repeat: no-repeat;
| + | |
- | border-radius:3px;
| + | |
- | overflow: hidden;
| + | |
- | width: 1214px;
| + | |
- | }
| + | |
- | #emp{
| + | |
- | height:200px;
| + | |
- | }
| + | |
- | #top-menu{
| + | |
- | display: inline-block;
| + | |
- | padding-left:20px;
| + | |
- | background-color: #394264;
| + | |
- | width: 1195px;
| + | |
- | | + | |
- | }
| + | |
- | @font-face {
| + | |
- | font-family: ubuntu;
| + | |
- | src:url(Ubuntu-R.ttf);
| + | |
- | }
| + | |
- | .top-menu-each{
| + | |
- | height: 63px;
| + | |
- |
| + | |
- | font-family: ubuntu,"宋体";
| + | |
- | color: white;
| + | |
- | font-size: 21px;
| + | |
- | float: left;
| + | |
- | cursor: pointer;
| + | |
- | }
| + | |
- | | + | |
- | .top-menu-each p{
| + | |
- | float: left;
| + | |
- | padding-right: 30px;
| + | |
- | padding-left: 30px;
| + | |
- | line-height: 63px;
| + | |
- | }
| + | |
- | .arrow{
| + | |
- | float: left;
| + | |
- | background-image: url("../img/arrow.png");
| + | |
- | line-height: 63px;
| + | |
- | width: 12px;
| + | |
- | height: 9px;
| + | |
- | margin-left: 9px;
| + | |
- | margin-right: 9px;
| + | |
- | margin-top: 30px;
| + | |
- | position: absolute;
| + | |
- | | + | |
- | }
| + | |
- | .top-menu-each:hover{
| + | |
- | background-color: #50597B;
| + | |
- | border-bottom-style:solid;
| + | |
- | border-bottom-width: 2px;
| + | |
- | border-bottom-color:#11a8ab;
| + | |
- | height: 61px;
| + | |
- |
| + | |
- | }
| + | |
- | .top-menu-each.click{
| + | |
- | background-color: #50597B;
| + | |
- | border-bottom-style:solid;
| + | |
- | border-bottom-width: 2px;
| + | |
- | border-bottom-color:#11a8ab;
| + | |
- | height: 61px;
| + | |
- | }
| + | |
- | .top-menu-sub{
| + | |
- | position: absolute;
| + | |
- | margin-top: 63px;
| + | |
- | z-index: 10;
| + | |
- | min-width: 215px;
| + | |
- | }
| + | |
- | .top-menu-sub li{
| + | |
- | background-color: #394264;
| + | |
- | border-top-style: solid;
| + | |
- | border-bottom-style: solid;
| + | |
- | border-top-width: 1px;
| + | |
- | border-bottom-width: 1px;
| + | |
- | border-top-color: #11a8ab;
| + | |
- | border-bottom-color: #11a8ab;
| + | |
- | padding-left: 30px;
| + | |
- | padding-right: 20px;
| + | |
- | height: 55px;
| + | |
- | line-height: 55px;
| + | |
- | cursor:pointer;
| + | |
- | }
| + | |
- | .top-menu-sub li:hover{
| + | |
- | background-color: #50597B;
| + | |
- | }
| + | |
- | #big-photo{
| + | |
- | margin-top: 65px;
| + | |
- | height: 500px;
| + | |
- | width: 1214px;
| + | |
- | overflow: hidden;
| + | |
- | }
| + | |
- | #big-photo img{
| + | |
- | height: 500px;
| + | |
- | width: 1214px;
| + | |
- | position: absolute;
| + | |
- | | + | |
- | }
| + | |
- | #big-photo-hover{
| + | |
- | height: 130px;
| + | |
- | padding-left: 35px;
| + | |
- | padding-right: 10px;
| + | |
- | background-image: url('../img/big-photo-hover.png');
| + | |
- | background-repeat: no-repeat;
| + | |
- | margin-top: -130px;
| + | |
- | position: absolute;
| + | |
- | margin-top: 370px;
| + | |
- | width: 1169px;
| + | |
- | }
| + | |
- | @font-face {
| + | |
- | font-family: helveticamd;
| + | |
- | src:url(HelveticaNeueLTStd-Md.otf);
| + | |
- | }
| + | |
- | @font-face {
| + | |
- | font-family: helveticalt;
| + | |
- | src:url(HelveticaNeueLTStd-Lt.otf);
| + | |
- | }
| + | |
- | #big-photo-hover .header{
| + | |
- | font-size: 30px;
| + | |
- | line-height: 30px;
| + | |
- | font-family: helveticalmd,"微软雅黑";
| + | |
- | font-weight: bold;
| + | |
- | padding-top: 25px;
| + | |
- | margin-bottom: 10px;
| + | |
- | }
| + | |
- | #big-photo-hover .content{
| + | |
- | font-size: 23px;
| + | |
- | line-height: 23px;
| + | |
- | font-family: helveticallt,"微软雅黑";
| + | |
- | }
| + | |
- | #big-photo-wrap{
| + | |
- | position: absolute;
| + | |
- | width: 1214px;
| + | |
- | height: 500px;
| + | |
- | overflow: hidden;
| + | |
- | }
| + | |
- | #small-photo{
| + | |
- | margin-top: 15px;
| + | |
- | display: inline-block;
| + | |
- | margin-bottom: 335px;
| + | |
- | }
| + | |
- | .small-photo-each{
| + | |
- | width: 351px;
| + | |
- | height: 410px;
| + | |
- | padding-top: 10px;
| + | |
- | padding-bottom:5px;
| + | |
- | padding-left: 10px;
| + | |
- | padding-right: 10px;
| + | |
- | margin-right: 51px;
| + | |
- | float: left;
| + | |
- | background-color: white;
| + | |
- | }
| + | |
- | .small-photo-each img{
| + | |
- | width: 351px;
| + | |
- | height: 410px;
| + | |
- | }
| + | |
- | .small-photo-each.last{
| + | |
- | margin-right: 0px;
| + | |
- | }
| + | |
- | #footer{
| + | |
- |
| + | |
- | height: 180px;
| + | |
- | background-color: #394264;
| + | |
- | border-top-left-radius:8px;
| + | |
- | border-top-right-radius:8px;
| + | |
- | }
| + | |
- | #main-content{
| + | |
- | margin-top: 40px;
| + | |
- | display: inline-block;
| + | |
- | }
| + | |
- | #left-bar{
| + | |
- | width: 225px;
| + | |
- | border-radius: 3px;
| + | |
- | overflow: hidden;
| + | |
- | position: absolute;
| + | |
- | }
| + | |
- | .left-bar-each{
| + | |
- | height: 60px;
| + | |
- | background-color: #394264;
| + | |
- | font-family: ubuntu,"宋体";
| + | |
- | font-size: 18px;
| + | |
- | line-height: 60px;
| + | |
- | padding-left: 30px;
| + | |
- | cursor: pointer;
| + | |
- | border-bottom-style: solid;
| + | |
- | border-bottom-color: #1f253d;
| + | |
- | border-bottom-width: 1px;
| + | |
- | }
| + | |
- | .left-bar-each:hover{
| + | |
- | background-color: #50597b;
| + | |
- | }
| + | |
- | .left-bar-each.top{
| + | |
- | background-color: #38b7c4;
| + | |
- | text-align:center;
| + | |
- | padding-left: 0px;
| + | |
- | }
| + | |
- | .left-bar-each.top:hover{
| + | |
- | background-color: #38b7c4;
| + | |
- | }
| + | |
- | .left-bar-sub .left-bar-each{
| + | |
- | padding-left: 90px;
| + | |
- | }
| + | |
- | #middle-photo{
| + | |
- | float: left;
| + | |
- | margin-bottom: 445px;
| + | |
- | }
| + | |
- | .middle-photo-each{
| + | |
- | padding:9px 9px 9px 9px;
| + | |
- | background-color: white;
| + | |
- | margin-bottom: 15px;
| + | |
- | margin-left: 250px;
| + | |
- | | + | |
- | }
| + | |
- | .middle-photo-each .middle-content{
| + | |
- | height: 400px;
| + | |
- | width: 947px;
| + | |
- | }
| + | |
- | .middle-content img{
| + | |
- | float: left;
| + | |
- | }
| + | |
- | #examplepic{
| + | |
- | width: 100px;
| + | |
- | height:60px;
| + | |
- | }
| + | |
- | .middle-content p{
| + | |
- | color: black;
| + | |
- | font-size: 16px;
| + | |
- | font-family: "微软雅黑";
| + | |
- | line-height: 20px;
| + | |
- | }
| + | |
- | #team-content{
| + | |
- | margin-top: 15px;
| + | |
- | margin-bottom: 95px;
| + | |
- | }
| + | |
- | .team-photo img{
| + | |
- | width: 1215px;
| + | |
- | }
| + | |
- | .team-photo{
| + | |
- | margin-bottom: -2px;
| + | |
- | }
| + | |
- | #top{
| + | |
- | background-image:url('../img/top.png');
| + | |
- | width: 57px;
| + | |
- | height: 57px;
| + | |
- | position: fixed;
| + | |
- | top: 80%;
| + | |
- | margin-left: 1285px;
| + | |
- | cursor: pointer;
| + | |
- | }
| + | |
- | #logo{
| + | |
- | position: absolute;
| + | |
- | background-image: url("../img/logo.png");
| + | |
- | width: 154px;
| + | |
- | height: 147px;
| + | |
- | margin-left: 1000px;
| + | |
- | margin-top: 30px;
| + | |
- | cursor: pointer;
| + | |
- | }
| + | |
- | #footer-box{
| + | |
- | display: none;
| + | |
- | }
| + | |
- | .firstHeading{
| + | |
- | display: none;
| + | |
- | }
| + | |
- | #content{
| + | |
- | border:none;
| + | |
- | background: none;
| + | |
- | }
| + | |
- | | + | |
- | </STYLE>
| + | |
| <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> | | <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> |
- | <script type="text/javascript" > | + | <script src="http://fudanigem.phx-2.ifreeurl.com/js/igem.js"> |
- |
| + | |
- | $(document).ready(function(){
| + | |
- | | + | |
- | var imageload=new Array("img/DSQ.png","img/HCX.png"); //此处输入大图地址
| + | |
- | var datatemp=function(){ //保存大图介绍的结构
| + | |
- | this.head;
| + | |
- | this.content;
| + | |
- | }
| + | |
- | var data1=new datatemp();
| + | |
- | var data2=new datatemp();
| + | |
- | data1.head="Background of Leader RNA";
| + | |
- | data1.content="Riboswitches are regulatory RNAs that regulate gene expression by binding small molecule metabolites. Our Aleader riboswitch is such kind of regulatory parts that is induced by aminoglycoside drug.";
| + | |
- | data2.head="this is header2";
| + | |
- | data2.content="this is content2";
| + | |
- | var imageintro=new Array(data1,data2); //保存介绍的数组
| + | |
- | var imagecount=0;
| + | |
- |
| + | |
- | var init=function(){
| + | |
- | $('.arrow').hide();
| + | |
- | $('.top-menu-sub').hide();
| + | |
- |
| + | |
- | }
| + | |
- | var bind=function(){
| + | |
- | $("#top").hide();
| + | |
- | $(document).scroll(function(){
| + | |
- | if($(document).scrollTop()>308){
| + | |
- | $("#left-bar").css("position","fixed");
| + | |
- | $("#left-bar").css("top","0%");
| + | |
- | }
| + | |
- | else{
| + | |
- | console.log(1);
| + | |
- | $("#left-bar").css("position","absolute");
| + | |
- | $("#left-bar").css("top","");
| + | |
- | | + | |
- | };
| + | |
- | })
| + | |
- | $('.top-menu-each').hover(function()
| + | |
- | {
| + | |
- | $('.top-menu-each.click .arrow').hide();
| + | |
- | $('.top-menu-each.click').removeClass('click');
| + | |
- | $(this).addClass('click');
| + | |
- | $(this).find('.arrow').show();
| + | |
- | $('.top-menu-sub.show').hide();
| + | |
- | $('.top-menu-sub.show').removeClass('show');
| + | |
- | $(this).find('.top-menu-sub').addClass('show');
| + | |
- | $(this).find('.top-menu-sub').show();
| + | |
- |
| + | |
- |
| + | |
- |
| + | |
- |
| + | |
- | },function(){
| + | |
- | $(this).removeClass('click');
| + | |
- | $(this).find('.arrow').hide();
| + | |
- | $(this).find('.top-menu-sub').removeClass('show');
| + | |
- | $(this).find('.top-menu-sub').hide();
| + | |
- | }
| + | |
- | )
| + | |
- | | + | |
- |
| + | |
- | }
| + | |
- | var changepic=function(){
| + | |
- | imagecount=imagecount+1;
| + | |
- | if(imagecount==imageload.length){
| + | |
- | imagecount=imagecount-imageload.length;
| + | |
- | }
| + | |
- | $('#big-photo-hover').fadeOut(function(){
| + | |
- | $('#big-photo-wrap').prepend('<img src='+imageload[imagecount]+'>');
| + | |
- | $('#big-photo img:eq(0)').css('margin-left','-1214px');
| + | |
- | $('#big-photo img:eq(0)').animate({marginLeft:'0px'},3000);
| + | |
- | $('#big-photo img:eq(1)').animate({marginLeft:'1214px'},3000,function(){
| + | |
- | $('#big-photo img:eq(1)').remove();
| + | |
- | $('#big-photo-hover .header').html(imageintro[imagecount].head);
| + | |
- | $('#big-photo-hover .content').html(imageintro[imagecount].content);
| + | |
- | $('#big-photo-hover').fadeIn();
| + | |
- | });
| + | |
- | })
| + | |
- |
| + | |
- |
| + | |
- | }
| + | |
- | $(window).scroll(function(){
| + | |
- | min_height=window.screen.availHeight ;
| + | |
- | var s = $(window).scrollTop();
| + | |
- | if( s > 0){
| + | |
- | if(!$("#top").hasClass("hide"))
| + | |
- | $('#top').fadeIn(100);
| + | |
- | }else{
| + | |
- | $('#top').fadeOut(200);
| + | |
- | };
| + | |
- | });
| + | |
- | //top按钮控制
| + | |
- |
| + | |
- | $('#top').click(function(){
| + | |
- | $('html,body').animate({scrollTop:0},300);
| + | |
- |
| + | |
- | });
| + | |
- | setInterval(changepic,8000);
| + | |
- | init();
| + | |
- | bind();
| + | |
- | })
| + | |
| | | |
| </script> | | </script> |
Line 511: |
Line 100: |
| </div> | | </div> |
| | | |
- | | + | <div id="middle-photo"> |
| + | <div class="middle-photo-each"> |
| <iframe style=" | | <iframe style=" |
| width: 850px; | | width: 850px; |
| height: 4700px; | | height: 4700px; |
| margin: 20px; | | margin: 20px; |
- | "> | + | " src="http://fudanigem.phx-2.ifreeurl.com/members.htm"> |
- | | + | |
- | <html xmlns:v="urn:schemas-microsoft-com:vml"
| + | |
- | xmlns:o="urn:schemas-microsoft-com:office:office"
| + | |
- | xmlns:w="urn:schemas-microsoft-com:office:word"
| + | |
- | xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
| + | |
- | xmlns:mv="http://macVmlSchemaUri" xmlns="http://www.w3.org/TR/REC-html40">
| + | |
- | | + | |
- | <head>
| + | |
- | <meta name=标题 content="">
| + | |
- | <meta name=关键词 content="">
| + | |
- | <meta http-equiv=Content-Type content="text/html; charset=x-mac-chinesesimp">
| + | |
- | <meta name=ProgId content=Word.Document>
| + | |
- | <meta name=Generator content="Microsoft Word 14">
| + | |
- | <meta name=Originator content="Microsoft Word 14">
| + | |
- | <link rel=File-List href="member_html.files/filelist.xml">
| + | |
- | <link rel=Edit-Time-Data href="member_html.files/editdata.mso">
| + | |
- | <!--[if !mso]>
| + | |
- | <style>
| + | |
- | v\:* {behavior:url(#default#VML);}
| + | |
- | o\:* {behavior:url(#default#VML);}
| + | |
- | w\:* {behavior:url(#default#VML);}
| + | |
- | .shape {behavior:url(#default#VML);}
| + | |
- | </style>
| + | |
- | <![endif]--><!--[if gte mso 9]><xml>
| + | |
- | <o:DocumentProperties>
| + | |
- | <o:Author>胡世桢</o:Author>
| + | |
- | <o:LastAuthor>Yanwei Cai</o:LastAuthor>
| + | |
- | <o:Revision>2</o:Revision>
| + | |
- | <o:TotalTime>47</o:TotalTime>
| + | |
- | <o:Created>2013-10-28T15:45:00Z</o:Created>
| + | |
- | <o:LastSaved>2013-10-28T15:45:00Z</o:LastSaved>
| + | |
- | <o:Pages>2</o:Pages>
| + | |
- | <o:Words>777</o:Words>
| + | |
- | <o:Characters>4434</o:Characters>
| + | |
- | <o:Lines>36</o:Lines>
| + | |
- | <o:Paragraphs>10</o:Paragraphs>
| + | |
- | <o:CharactersWithSpaces>5201</o:CharactersWithSpaces>
| + | |
- | <o:Version>14.0</o:Version>
| + | |
- | </o:DocumentProperties>
| + | |
- | <o:OfficeDocumentSettings>
| + | |
- | <o:AllowPNG/>
| + | |
- | </o:OfficeDocumentSettings>
| + | |
- | </xml><![endif]-->
| + | |
- | <link rel=themeData href="member_html.files/themedata.xml">
| + | |
- | <!--[if gte mso 9]><xml>
| + | |
- | <w:WordDocument>
| + | |
- | <w:SpellingState>Clean</w:SpellingState>
| + | |
- | <w:GrammarState>Clean</w:GrammarState>
| + | |
- | <w:TrackMoves>false</w:TrackMoves>
| + | |
- | <w:TrackFormatting/>
| + | |
- | <w:PunctuationKerning/>
| + | |
- | <w:DrawingGridHorizontalSpacing>5.25 pt</w:DrawingGridHorizontalSpacing>
| + | |
- | <w:DrawingGridVerticalSpacing>7.8 pt</w:DrawingGridVerticalSpacing>
| + | |
- | <w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery>
| + | |
- | <w:DisplayVerticalDrawingGridEvery>2</w:DisplayVerticalDrawingGridEvery>
| + | |
- | <w:ValidateAgainstSchemas/>
| + | |
- | <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
| + | |
- | <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
| + | |
- | <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
| + | |
- | <w:DoNotPromoteQF/>
| + | |
- | <w:LidThemeOther>EN-US</w:LidThemeOther>
| + | |
- | <w:LidThemeAsian>ZH-CN</w:LidThemeAsian>
| + | |
- | <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
| + | |
- | <w:Compatibility>
| + | |
- | <w:SpaceForUL/>
| + | |
- | <w:BalanceSingleByteDoubleByteWidth/>
| + | |
- | <w:DoNotLeaveBackslashAlone/>
| + | |
- | <w:ULTrailSpace/>
| + | |
- | <w:DoNotExpandShiftReturn/>
| + | |
- | <w:AdjustLineHeightInTable/>
| + | |
- | <w:BreakWrappedTables/>
| + | |
- | <w:SnapToGridInCell/>
| + | |
- | <w:WrapTextWithPunct/>
| + | |
- | <w:UseAsianBreakRules/>
| + | |
- | <w:DontGrowAutofit/>
| + | |
- | <w:SplitPgBreakAndParaMark/>
| + | |
- | <w:EnableOpenTypeKerning/>
| + | |
- | <w:DontFlipMirrorIndents/>
| + | |
- | <w:OverrideTableStyleHps/>
| + | |
- | <w:UseFELayout/>
| + | |
- | </w:Compatibility>
| + | |
- | <w:NoLineBreaksAfter Lang="JA">$([{£¥·‘“〈《「『【〔〖〝﹙﹛﹝$(.[{£¥</w:NoLineBreaksAfter>
| + | |
- | <w:NoLineBreaksBefore Lang="JA">!%),.:;>?]}¢¨°·ˇˉ―‖’”‰′″›℃∶、。〃〉》」』】〕〗〞︶︺︾﹀﹄﹚﹜﹞!"%'),.:;?]`|}~¢</w:NoLineBreaksBefore>
| + | |
- | <m:mathPr>
| + | |
- | <m:mathFont m:val="Cambria Math"/>
| + | |
- | <m:brkBin m:val="before"/>
| + | |
- | <m:brkBinSub m:val="--"/>
| + | |
- | <m:smallFrac m:val="off"/>
| + | |
- | <m:dispDef/>
| + | |
- | <m:lMargin m:val="0"/>
| + | |
- | <m:rMargin m:val="0"/>
| + | |
- | <m:defJc m:val="centerGroup"/>
| + | |
- | <m:wrapIndent m:val="1440"/>
| + | |
- | <m:intLim m:val="subSup"/>
| + | |
- | <m:naryLim m:val="undOvr"/>
| + | |
- | </m:mathPr></w:WordDocument>
| + | |
- | </xml><![endif]--><!--[if gte mso 9]><xml>
| + | |
- | <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
| + | |
- | DefSemiHidden="true" DefQFormat="false" DefPriority="99"
| + | |
- | LatentStyleCount="276">
| + | |
- | <w:LsdException Locked="false" Priority="0" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" QFormat="true" Name="Normal"/>
| + | |
- | <w:LsdException Locked="false" Priority="9" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>
| + | |
- | <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>
| + | |
- | <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>
| + | |
- | <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>
| + | |
- | <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>
| + | |
- | <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>
| + | |
- | <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>
| + | |
- | <w:LsdException Locked="false" Priority="39" Name="toc 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="39" Name="toc 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="39" Name="toc 3"/>
| + | |
- | <w:LsdException Locked="false" Priority="39" Name="toc 4"/>
| + | |
- | <w:LsdException Locked="false" Priority="39" Name="toc 5"/>
| + | |
- | <w:LsdException Locked="false" Priority="39" Name="toc 6"/>
| + | |
- | <w:LsdException Locked="false" Priority="39" Name="toc 7"/>
| + | |
- | <w:LsdException Locked="false" Priority="39" Name="toc 8"/>
| + | |
- | <w:LsdException Locked="false" Priority="39" Name="toc 9"/>
| + | |
- | <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>
| + | |
- | <w:LsdException Locked="false" Priority="10" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" QFormat="true" Name="Title"/>
| + | |
- | <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>
| + | |
- | <w:LsdException Locked="false" Priority="11" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>
| + | |
- | <w:LsdException Locked="false" Priority="22" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" QFormat="true" Name="Strong"/>
| + | |
- | <w:LsdException Locked="false" Priority="20" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>
| + | |
- | <w:LsdException Locked="false" Priority="39" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Table Grid"/>
| + | |
- | <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>
| + | |
- | <w:LsdException Locked="false" Priority="1" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>
| + | |
- | <w:LsdException Locked="false" Priority="60" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light Shading"/>
| + | |
- | <w:LsdException Locked="false" Priority="61" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light List"/>
| + | |
- | <w:LsdException Locked="false" Priority="62" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light Grid"/>
| + | |
- | <w:LsdException Locked="false" Priority="63" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Shading 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="64" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Shading 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="65" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium List 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="66" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium List 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="67" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="68" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="69" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 3"/>
| + | |
- | <w:LsdException Locked="false" Priority="70" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Dark List"/>
| + | |
- | <w:LsdException Locked="false" Priority="71" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful Shading"/>
| + | |
- | <w:LsdException Locked="false" Priority="72" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful List"/>
| + | |
- | <w:LsdException Locked="false" Priority="73" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful Grid"/>
| + | |
- | <w:LsdException Locked="false" Priority="60" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light Shading Accent 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="61" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light List Accent 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="62" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light Grid Accent 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="63" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="64" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="65" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>
| + | |
- | <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>
| + | |
- | <w:LsdException Locked="false" Priority="34" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>
| + | |
- | <w:LsdException Locked="false" Priority="29" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" QFormat="true" Name="Quote"/>
| + | |
- | <w:LsdException Locked="false" Priority="30" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>
| + | |
- | <w:LsdException Locked="false" Priority="66" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="67" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="68" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="69" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="70" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Dark List Accent 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="71" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="72" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful List Accent 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="73" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>
| + | |
- | <w:LsdException Locked="false" Priority="60" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light Shading Accent 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="61" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light List Accent 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="62" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light Grid Accent 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="63" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="64" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="65" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="66" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="67" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="68" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="69" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="70" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Dark List Accent 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="71" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="72" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful List Accent 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="73" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>
| + | |
- | <w:LsdException Locked="false" Priority="60" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light Shading Accent 3"/>
| + | |
- | <w:LsdException Locked="false" Priority="61" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light List Accent 3"/>
| + | |
- | <w:LsdException Locked="false" Priority="62" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light Grid Accent 3"/>
| + | |
- | <w:LsdException Locked="false" Priority="63" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>
| + | |
- | <w:LsdException Locked="false" Priority="64" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>
| + | |
- | <w:LsdException Locked="false" Priority="65" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>
| + | |
- | <w:LsdException Locked="false" Priority="66" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>
| + | |
- | <w:LsdException Locked="false" Priority="67" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>
| + | |
- | <w:LsdException Locked="false" Priority="68" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>
| + | |
- | <w:LsdException Locked="false" Priority="69" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>
| + | |
- | <w:LsdException Locked="false" Priority="70" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Dark List Accent 3"/>
| + | |
- | <w:LsdException Locked="false" Priority="71" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>
| + | |
- | <w:LsdException Locked="false" Priority="72" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful List Accent 3"/>
| + | |
- | <w:LsdException Locked="false" Priority="73" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>
| + | |
- | <w:LsdException Locked="false" Priority="60" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light Shading Accent 4"/>
| + | |
- | <w:LsdException Locked="false" Priority="61" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light List Accent 4"/>
| + | |
- | <w:LsdException Locked="false" Priority="62" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light Grid Accent 4"/>
| + | |
- | <w:LsdException Locked="false" Priority="63" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>
| + | |
- | <w:LsdException Locked="false" Priority="64" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>
| + | |
- | <w:LsdException Locked="false" Priority="65" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>
| + | |
- | <w:LsdException Locked="false" Priority="66" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>
| + | |
- | <w:LsdException Locked="false" Priority="67" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>
| + | |
- | <w:LsdException Locked="false" Priority="68" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>
| + | |
- | <w:LsdException Locked="false" Priority="69" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>
| + | |
- | <w:LsdException Locked="false" Priority="70" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Dark List Accent 4"/>
| + | |
- | <w:LsdException Locked="false" Priority="71" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>
| + | |
- | <w:LsdException Locked="false" Priority="72" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful List Accent 4"/>
| + | |
- | <w:LsdException Locked="false" Priority="73" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>
| + | |
- | <w:LsdException Locked="false" Priority="60" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light Shading Accent 5"/>
| + | |
- | <w:LsdException Locked="false" Priority="61" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light List Accent 5"/>
| + | |
- | <w:LsdException Locked="false" Priority="62" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light Grid Accent 5"/>
| + | |
- | <w:LsdException Locked="false" Priority="63" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>
| + | |
- | <w:LsdException Locked="false" Priority="64" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>
| + | |
- | <w:LsdException Locked="false" Priority="65" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>
| + | |
- | <w:LsdException Locked="false" Priority="66" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>
| + | |
- | <w:LsdException Locked="false" Priority="67" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>
| + | |
- | <w:LsdException Locked="false" Priority="68" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>
| + | |
- | <w:LsdException Locked="false" Priority="69" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>
| + | |
- | <w:LsdException Locked="false" Priority="70" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Dark List Accent 5"/>
| + | |
- | <w:LsdException Locked="false" Priority="71" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>
| + | |
- | <w:LsdException Locked="false" Priority="72" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful List Accent 5"/>
| + | |
- | <w:LsdException Locked="false" Priority="73" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>
| + | |
- | <w:LsdException Locked="false" Priority="60" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light Shading Accent 6"/>
| + | |
- | <w:LsdException Locked="false" Priority="61" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light List Accent 6"/>
| + | |
- | <w:LsdException Locked="false" Priority="62" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Light Grid Accent 6"/>
| + | |
- | <w:LsdException Locked="false" Priority="63" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>
| + | |
- | <w:LsdException Locked="false" Priority="64" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>
| + | |
- | <w:LsdException Locked="false" Priority="65" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>
| + | |
- | <w:LsdException Locked="false" Priority="66" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>
| + | |
- | <w:LsdException Locked="false" Priority="67" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>
| + | |
- | <w:LsdException Locked="false" Priority="68" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>
| + | |
- | <w:LsdException Locked="false" Priority="69" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>
| + | |
- | <w:LsdException Locked="false" Priority="70" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Dark List Accent 6"/>
| + | |
- | <w:LsdException Locked="false" Priority="71" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>
| + | |
- | <w:LsdException Locked="false" Priority="72" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful List Accent 6"/>
| + | |
- | <w:LsdException Locked="false" Priority="73" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>
| + | |
- | <w:LsdException Locked="false" Priority="19" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>
| + | |
- | <w:LsdException Locked="false" Priority="21" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>
| + | |
- | <w:LsdException Locked="false" Priority="31" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>
| + | |
- | <w:LsdException Locked="false" Priority="32" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>
| + | |
- | <w:LsdException Locked="false" Priority="33" SemiHidden="false"
| + | |
- | UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>
| + | |
- | <w:LsdException Locked="false" Priority="37" Name="Bibliography"/>
| + | |
- | <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>
| + | |
- | </w:LatentStyles>
| + | |
- | </xml><![endif]-->
| + | |
- | <style>
| + | |
- | <!--
| + | |
- | /* Font Definitions */
| + | |
- | @font-face
| + | |
- | {font-family:Arial;
| + | |
- | panose-1:2 11 6 4 2 2 2 2 2 4;
| + | |
- | mso-font-charset:0;
| + | |
- | mso-generic-font-family:auto;
| + | |
- | mso-font-pitch:variable;
| + | |
- | mso-font-signature:3 0 0 0 1 0;}
| + | |
- | @font-face
| + | |
- | {font-family:宋体;
| + | |
- | panose-1:2 1 6 0 3 1 1 1 1 1;
| + | |
- | mso-font-charset:80;
| + | |
- | mso-generic-font-family:auto;
| + | |
- | mso-font-pitch:variable;
| + | |
- | mso-font-signature:3 680460288 22 0 262145 0;}
| + | |
- | @font-face
| + | |
- | {font-family:宋体;
| + | |
- | panose-1:2 1 6 0 3 1 1 1 1 1;
| + | |
- | mso-font-charset:80;
| + | |
- | mso-generic-font-family:auto;
| + | |
- | mso-font-pitch:variable;
| + | |
- | mso-font-signature:3 680460288 22 0 262145 0;}
| + | |
- | @font-face
| + | |
- | {font-family:"\@宋体";
| + | |
- | panose-1:2 1 6 0 3 1 1 1 1 1;
| + | |
- | mso-font-charset:80;
| + | |
- | mso-generic-font-family:auto;
| + | |
- | mso-font-pitch:variable;
| + | |
- | mso-font-signature:3 680460288 22 0 262145 0;}
| + | |
- | @font-face
| + | |
- | {font-family:Calibri;
| + | |
- | panose-1:2 15 5 2 2 2 4 3 2 4;
| + | |
- | mso-font-charset:0;
| + | |
- | mso-generic-font-family:auto;
| + | |
- | mso-font-pitch:variable;
| + | |
- | mso-font-signature:-520092929 1073786111 9 0 415 0;}
| + | |
- | /* Style Definitions */
| + | |
- | p.MsoNormal, li.MsoNormal, div.MsoNormal
| + | |
- | {mso-style-unhide:no;
| + | |
- | mso-style-qformat:yes;
| + | |
- | mso-style-parent:"";
| + | |
- | margin:0cm;
| + | |
- | margin-bottom:.0001pt;
| + | |
- | text-align:justify;
| + | |
- | text-justify:inter-ideograph;
| + | |
- | mso-pagination:none;
| + | |
- | font-size:10.5pt;
| + | |
- | mso-bidi-font-size:11.0pt;
| + | |
- | font-family:Calibri;
| + | |
- | mso-ascii-font-family:Calibri;
| + | |
- | mso-ascii-theme-font:minor-latin;
| + | |
- | mso-fareast-font-family:宋体;
| + | |
- | mso-fareast-theme-font:minor-fareast;
| + | |
- | mso-hansi-font-family:Calibri;
| + | |
- | mso-hansi-theme-font:minor-latin;
| + | |
- | mso-bidi-font-family:"Times New Roman";
| + | |
- | mso-bidi-theme-font:minor-bidi;
| + | |
- | mso-font-kerning:1.0pt;}
| + | |
- | p.MsoHeader, li.MsoHeader, div.MsoHeader
| + | |
- | {mso-style-priority:99;
| + | |
- | mso-style-link:页眉字符;
| + | |
- | margin:0cm;
| + | |
- | margin-bottom:.0001pt;
| + | |
- | text-align:center;
| + | |
- | mso-pagination:none;
| + | |
- | tab-stops:center 207.65pt right 415.3pt;
| + | |
- | layout-grid-mode:char;
| + | |
- | border:none;
| + | |
- | mso-border-bottom-alt:solid windowtext .75pt;
| + | |
- | padding:0cm;
| + | |
- | mso-padding-alt:0cm 0cm 1.0pt 0cm;
| + | |
- | font-size:9.0pt;
| + | |
- | font-family:Calibri;
| + | |
- | mso-ascii-font-family:Calibri;
| + | |
- | mso-ascii-theme-font:minor-latin;
| + | |
- | mso-fareast-font-family:宋体;
| + | |
- | mso-fareast-theme-font:minor-fareast;
| + | |
- | mso-hansi-font-family:Calibri;
| + | |
- | mso-hansi-theme-font:minor-latin;
| + | |
- | mso-bidi-font-family:"Times New Roman";
| + | |
- | mso-bidi-theme-font:minor-bidi;
| + | |
- | mso-font-kerning:1.0pt;}
| + | |
- | p.MsoFooter, li.MsoFooter, div.MsoFooter
| + | |
- | {mso-style-priority:99;
| + | |
- | mso-style-link:页脚字符;
| + | |
- | margin:0cm;
| + | |
- | margin-bottom:.0001pt;
| + | |
- | mso-pagination:none;
| + | |
- | tab-stops:center 207.65pt right 415.3pt;
| + | |
- | layout-grid-mode:char;
| + | |
- | font-size:9.0pt;
| + | |
- | font-family:Calibri;
| + | |
- | mso-ascii-font-family:Calibri;
| + | |
- | mso-ascii-theme-font:minor-latin;
| + | |
- | mso-fareast-font-family:宋体;
| + | |
- | mso-fareast-theme-font:minor-fareast;
| + | |
- | mso-hansi-font-family:Calibri;
| + | |
- | mso-hansi-theme-font:minor-latin;
| + | |
- | mso-bidi-font-family:"Times New Roman";
| + | |
- | mso-bidi-theme-font:minor-bidi;
| + | |
- | mso-font-kerning:1.0pt;}
| + | |
- | a:link, span.MsoHyperlink
| + | |
- | {mso-style-priority:99;
| + | |
- | color:#0563C1;
| + | |
- | mso-themecolor:hyperlink;
| + | |
- | text-decoration:underline;
| + | |
- | text-underline:single;}
| + | |
- | a:visited, span.MsoHyperlinkFollowed
| + | |
- | {mso-style-noshow:yes;
| + | |
- | mso-style-priority:99;
| + | |
- | color:#954F72;
| + | |
- | mso-themecolor:followedhyperlink;
| + | |
- | text-decoration:underline;
| + | |
- | text-underline:single;}
| + | |
- | p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
| + | |
- | {mso-style-noshow:yes;
| + | |
- | mso-style-priority:99;
| + | |
- | mso-style-link:批注框文本字符;
| + | |
- | margin:0cm;
| + | |
- | margin-bottom:.0001pt;
| + | |
- | text-align:justify;
| + | |
- | text-justify:inter-ideograph;
| + | |
- | mso-pagination:none;
| + | |
- | font-size:9.0pt;
| + | |
- | font-family:Calibri;
| + | |
- | mso-ascii-font-family:Calibri;
| + | |
- | mso-ascii-theme-font:minor-latin;
| + | |
- | mso-fareast-font-family:宋体;
| + | |
- | mso-fareast-theme-font:minor-fareast;
| + | |
- | mso-hansi-font-family:Calibri;
| + | |
- | mso-hansi-theme-font:minor-latin;
| + | |
- | mso-bidi-font-family:"Times New Roman";
| + | |
- | mso-bidi-theme-font:minor-bidi;
| + | |
- | mso-font-kerning:1.0pt;}
| + | |
- | p.MsoNoSpacing, li.MsoNoSpacing, div.MsoNoSpacing
| + | |
- | {mso-style-priority:1;
| + | |
- | mso-style-unhide:no;
| + | |
- | mso-style-qformat:yes;
| + | |
- | mso-style-parent:"";
| + | |
- | margin:0cm;
| + | |
- | margin-bottom:.0001pt;
| + | |
- | text-align:justify;
| + | |
- | text-justify:inter-ideograph;
| + | |
- | mso-pagination:none;
| + | |
- | font-size:10.5pt;
| + | |
- | mso-bidi-font-size:11.0pt;
| + | |
- | font-family:Calibri;
| + | |
- | mso-ascii-font-family:Calibri;
| + | |
- | mso-ascii-theme-font:minor-latin;
| + | |
- | mso-fareast-font-family:宋体;
| + | |
- | mso-fareast-theme-font:minor-fareast;
| + | |
- | mso-hansi-font-family:Calibri;
| + | |
- | mso-hansi-theme-font:minor-latin;
| + | |
- | mso-bidi-font-family:"Times New Roman";
| + | |
- | mso-bidi-theme-font:minor-bidi;
| + | |
- | mso-font-kerning:1.0pt;}
| + | |
- | span.a
| + | |
- | {mso-style-name:页眉字符;
| + | |
- | mso-style-priority:99;
| + | |
- | mso-style-unhide:no;
| + | |
- | mso-style-locked:yes;
| + | |
- | mso-style-link:页眉;
| + | |
- | mso-ansi-font-size:9.0pt;
| + | |
- | mso-bidi-font-size:9.0pt;}
| + | |
- | span.a0
| + | |
- | {mso-style-name:页脚字符;
| + | |
- | mso-style-priority:99;
| + | |
- | mso-style-unhide:no;
| + | |
- | mso-style-locked:yes;
| + | |
- | mso-style-link:页脚;
| + | |
- | mso-ansi-font-size:9.0pt;
| + | |
- | mso-bidi-font-size:9.0pt;}
| + | |
- | span.a1
| + | |
- | {mso-style-name:批注框文本字符;
| + | |
- | mso-style-noshow:yes;
| + | |
- | mso-style-priority:99;
| + | |
- | mso-style-unhide:no;
| + | |
- | mso-style-locked:yes;
| + | |
- | mso-style-link:批注框文本;
| + | |
- | mso-ansi-font-size:9.0pt;
| + | |
- | mso-bidi-font-size:9.0pt;}
| + | |
- | span.SpellE
| + | |
- | {mso-style-name:"";
| + | |
- | mso-spl-e:yes;}
| + | |
- | span.GramE
| + | |
- | {mso-style-name:"";
| + | |
- | mso-gram-e:yes;}
| + | |
- | .MsoChpDefault
| + | |
- | {mso-style-type:export-only;
| + | |
- | mso-default-props:yes;
| + | |
- | font-size:10.5pt;
| + | |
- | mso-ansi-font-size:10.5pt;
| + | |
- | mso-bidi-font-size:11.0pt;
| + | |
- | font-family:Calibri;
| + | |
- | mso-bidi-font-family:"Times New Roman";
| + | |
- | mso-bidi-theme-font:minor-bidi;}
| + | |
- | /* Page Definitions */
| + | |
- | @page
| + | |
- | {mso-page-border-surround-header:no;
| + | |
- | mso-page-border-surround-footer:no;
| + | |
- | mso-footnote-separator:url(":member_html.files:header.htm") fs;
| + | |
- | mso-footnote-continuation-separator:url(":member_html.files:header.htm") fcs;
| + | |
- | mso-endnote-separator:url(":member_html.files:header.htm") es;
| + | |
- | mso-endnote-continuation-separator:url(":member_html.files:header.htm") ecs;}
| + | |
- | @page WordSection1
| + | |
- | {size:841.95pt 42.0cm;
| + | |
- | margin:72.0pt 90.0pt 72.0pt 90.0pt;
| + | |
- | mso-header-margin:42.55pt;
| + | |
- | mso-footer-margin:49.6pt;
| + | |
- | mso-paper-source:0;
| + | |
- | layout-grid:15.6pt;}
| + | |
- | div.WordSection1
| + | |
- | {page:WordSection1;}
| + | |
- | -->
| + | |
- | </style>
| + | |
- | <!--[if gte mso 10]>
| + | |
- | <style>
| + | |
- | /* Style Definitions */
| + | |
- | table.MsoNormalTable
| + | |
- | {mso-style-name:普通表格;
| + | |
- | mso-tstyle-rowband-size:0;
| + | |
- | mso-tstyle-colband-size:0;
| + | |
- | mso-style-noshow:yes;
| + | |
- | mso-style-priority:99;
| + | |
- | mso-style-parent:"";
| + | |
- | mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
| + | |
- | mso-para-margin:0cm;
| + | |
- | mso-para-margin-bottom:.0001pt;
| + | |
- | mso-pagination:widow-orphan;
| + | |
- | font-size:10.5pt;
| + | |
- | mso-bidi-font-size:11.0pt;
| + | |
- | font-family:Calibri;
| + | |
- | mso-ascii-font-family:Calibri;
| + | |
- | mso-ascii-theme-font:minor-latin;
| + | |
- | mso-hansi-font-family:Calibri;
| + | |
- | mso-hansi-theme-font:minor-latin;
| + | |
- | mso-font-kerning:1.0pt;}
| + | |
- | table.MsoTableGrid
| + | |
- | {mso-style-name:网格型;
| + | |
- | mso-tstyle-rowband-size:0;
| + | |
- | mso-tstyle-colband-size:0;
| + | |
- | mso-style-priority:39;
| + | |
- | mso-style-unhide:no;
| + | |
- | border:solid windowtext 1.0pt;
| + | |
- | mso-border-alt:solid windowtext .5pt;
| + | |
- | mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
| + | |
- | mso-border-insideh:.5pt solid windowtext;
| + | |
- | mso-border-insidev:.5pt solid windowtext;
| + | |
- | mso-para-margin:0cm;
| + | |
- | mso-para-margin-bottom:.0001pt;
| + | |
- | mso-pagination:widow-orphan;
| + | |
- | font-size:10.5pt;
| + | |
- | mso-bidi-font-size:11.0pt;
| + | |
- | font-family:Calibri;
| + | |
- | mso-ascii-font-family:Calibri;
| + | |
- | mso-ascii-theme-font:minor-latin;
| + | |
- | mso-hansi-font-family:Calibri;
| + | |
- | mso-hansi-theme-font:minor-latin;
| + | |
- | mso-font-kerning:1.0pt;}
| + | |
- | </style>
| + | |
- | <![endif]--><!--[if gte mso 9]><xml>
| + | |
- | <o:shapedefaults v:ext="edit" spidmax="2049"/>
| + | |
- | </xml><![endif]--><!--[if gte mso 9]><xml>
| + | |
- | <o:shapelayout v:ext="edit">
| + | |
- | <o:idmap v:ext="edit" data="1"/>
| + | |
- | </o:shapelayout></xml><![endif]-->
| + | |
- | </head>
| + | |
- | | + | |
- | <body lang=ZH-CN link="#0563C1" vlink="#954F72" style='tab-interval:21.0pt;
| + | |
- | text-justify-trim:punctuation'>
| + | |
- | | + | |
- | <div class=WordSection1 style='layout-grid:15.6pt'>
| + | |
- | | + | |
- | <p class=MsoNormal><a name="OLE_LINK10"></a><a name="OLE_LINK9"><span
| + | |
- | style='mso-bookmark:OLE_LINK10'><b style='mso-bidi-font-weight:normal'><span
| + | |
- | lang=EN-US style='font-size:36.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman"'>Team Member<o:p></o:p></span></b></span></a></p>
| + | |
- | | + | |
- | <span style='mso-bookmark:OLE_LINK10'></span><span style='mso-bookmark:OLE_LINK9'></span>
| + | |
- | | + | |
- | <p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>
| + | |
- | | + | |
- | <table class=MsoTableGrid border=0 cellspacing=0 cellpadding=0 width=666
| + | |
- | style='width:666.0pt;border-collapse:collapse;border:none;mso-yfti-tbllook:
| + | |
- | 1184;mso-padding-alt:0cm 5.4pt 0cm 5.4pt;mso-border-insideh:none;mso-border-insidev:
| + | |
- | none'>
| + | |
- | <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'>
| + | |
- | <td width=270 style='width:270.3pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='mso-no-proof:yes'><!--[if gte vml 1]><v:shapetype
| + | |
- | id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"
| + | |
- | path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">
| + | |
- | <v:stroke joinstyle="miter"/>
| + | |
- | <v:formulas>
| + | |
- | <v:f eqn="if lineDrawn pixelLineWidth 0"/>
| + | |
- | <v:f eqn="sum @0 1 0"/>
| + | |
- | <v:f eqn="sum 0 0 @1"/>
| + | |
- | <v:f eqn="prod @2 1 2"/>
| + | |
- | <v:f eqn="prod @3 21600 pixelWidth"/>
| + | |
- | <v:f eqn="prod @3 21600 pixelHeight"/>
| + | |
- | <v:f eqn="sum @0 0 1"/>
| + | |
- | <v:f eqn="prod @6 1 2"/>
| + | |
- | <v:f eqn="prod @7 21600 pixelWidth"/>
| + | |
- | <v:f eqn="sum @8 21600 0"/>
| + | |
- | <v:f eqn="prod @7 21600 pixelHeight"/>
| + | |
- | <v:f eqn="sum @10 21600 0"/>
| + | |
- | </v:formulas>
| + | |
- | <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
| + | |
- | <o:lock v:ext="edit" aspectratio="t"/>
| + | |
- | </v:shapetype><v:shape id="_x56fe__x7247__x0020_1" o:spid="_x0000_i1039"
| + | |
- | type="#_x0000_t75" style='width:250pt;height:250pt;visibility:visible;
| + | |
- | mso-wrap-style:square'>
| + | |
- | <v:imagedata src="member_html.files/image001.jpg" o:title=""/>
| + | |
- | </v:shape><![endif]--><![if !vml]><img width=252 height=252
| + | |
- | src="member_html.files/image002.jpg" v:shapes="_x56fe__x7247__x0020_1"><![endif]></span></p>
| + | |
- | </td>
| + | |
- | <td width=396 style='width:395.7pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><span class=SpellE><b style='mso-bidi-font-weight:normal'><span
| + | |
- | lang=EN-US style='font-size:36.0pt;mso-bidi-font-size:26.0pt;font-family:
| + | |
- | Arial;mso-bidi-font-family:Arial'>Guo</span></b></span><b style='mso-bidi-font-weight:
| + | |
- | normal'><span lang=EN-US style='font-size:36.0pt;mso-bidi-font-size:26.0pt;
| + | |
- | font-family:Arial;mso-bidi-font-family:Arial'> <span class=SpellE>Hao-tian</span><o:p></o:p></span></b></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;mso-bidi-font-size:
| + | |
- | 14.0pt;font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman"'>I
| + | |
- | am the Leader of <span class=SpellE>iGEM</span> team at <span class=SpellE>Fudan</span>
| + | |
- | University this year. And I am the main designer of the project, and the
| + | |
- | initiator of the <span class=SpellE>iGEMpedia</span> 1.0.<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;font-family:Arial;mso-bidi-font-family:Arial'>Email: </span></b><span
| + | |
- | lang=EN-US style='font-size:14.0pt;font-family:Arial;mso-bidi-font-family:
| + | |
- | Arial'>qbbiotheo@gmail.com<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;font-family:Arial;mso-bidi-font-family:Arial'>Grade: </span></b><span
| + | |
- | lang=EN-US style='font-size:14.0pt;font-family:Arial;mso-bidi-font-family:
| + | |
- | Arial'>Junior<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr style='mso-yfti-irow:1'>
| + | |
- | <td width=270 style='width:270.3pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape
| + | |
- | id="_x56fe__x7247__x0020_3" o:spid="_x0000_i1038" type="#_x0000_t75"
| + | |
- | style='width:250pt;height:250pt;visibility:visible;mso-wrap-style:square'>
| + | |
- | <v:imagedata src="member_html.files/image003.jpg" o:title=""/>
| + | |
- | </v:shape><![endif]--><![if !vml]><img width=252 height=252
| + | |
- | src="member_html.files/image004.jpg" v:shapes="_x56fe__x7247__x0020_3"><![endif]></span></p>
| + | |
- | </td>
| + | |
- | <td width=396 style='width:395.7pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;mso-bidi-font-size:26.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>He Chen-xi<o:p></o:p></span></b></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;mso-bidi-font-size:
| + | |
- | 14.0pt;font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman"'>He
| + | |
- | <span class=SpellE>Chenxi</span> is one of the members in <span class=SpellE>Fudan</span>
| + | |
- | team for <span class=SpellE>iGEM</span> 2013. She is in charge of the
| + | |
- | construction related to <span class=SpellE>ALeader</span>-test based on
| + | |
- | different reporter proteins and plenty of promoters. By the same time, she
| + | |
- | quantitatively measures the fluorescence intensity of some E-coli samples
| + | |
- | together with Du <span class=SpellE>Shuqi</span>. Also, she is responsible of
| + | |
- | keeping track of our meetings.</span><span lang=EN-US style='font-size:14.0pt;
| + | |
- | font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman"'><o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;font-family:Arial;mso-bidi-font-family:Arial'>Email: </span></b><span
| + | |
- | lang=EN-US style='font-size:14.0pt;font-family:Arial;mso-bidi-font-family:
| + | |
- | Arial'>chenxihe.hcx@gamil.com<b style='mso-bidi-font-weight:normal'><o:p></o:p></b></span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;font-family:Arial;mso-bidi-font-family:Arial'>Grade: </span></b><span
| + | |
- | lang=EN-US style='font-size:14.0pt;font-family:Arial;mso-bidi-font-family:
| + | |
- | Arial'>Junior<o:p></o:p></span></p>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr style='mso-yfti-irow:2'>
| + | |
- | <td width=270 style='width:270.3pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape
| + | |
- | id="_x56fe__x7247__x0020_2" o:spid="_x0000_i1037" type="#_x0000_t75"
| + | |
- | style='width:250pt;height:250pt;visibility:visible;mso-wrap-style:square'>
| + | |
- | <v:imagedata src="member_html.files/image005.jpg" o:title=""/>
| + | |
- | </v:shape><![endif]--><![if !vml]><img width=252 height=252
| + | |
- | src="member_html.files/image006.jpg" v:shapes="_x56fe__x7247__x0020_2"><![endif]></span></p>
| + | |
- | </td>
| + | |
- | <td width=396 style='width:395.7pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;mso-bidi-font-size:26.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Cai Yan-<span class=SpellE>wei</span><o:p></o:p></span></b></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;mso-bidi-font-size:
| + | |
- | 14.0pt;font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman"'>Cai
| + | |
- | takes parts in both wet and dry lab of <span class=SpellE>Fudan</span> team.
| + | |
- | Once a green hand of genetic engineering, Cai is now skilled to manage the
| + | |
- | construction of mutant library of <span class=SpellE>Aleader</span>, the
| + | |
- | analysis and visualization procedure of expression data of our parts and the
| + | |
- | model-building of our project. The hard work and sleepless night this year
| + | |
- | bring him not only knowledge and skills but also cherished friendship. Enjoy <span
| + | |
- | class=SpellE>iGEM</span>!<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Email: </span></b><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>11307110002@fudan.edu.cn<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Grade: </span></b><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Junior<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:14.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'><o:p> </o:p></span></p>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr style='mso-yfti-irow:3'>
| + | |
- | <td width=270 style='width:270.3pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape
| + | |
- | id="_x56fe__x7247__x0020_6" o:spid="_x0000_i1036" type="#_x0000_t75"
| + | |
- | style='width:250pt;height:250pt;visibility:visible;mso-wrap-style:square'>
| + | |
- | <v:imagedata src="member_html.files/image007.jpg" o:title=""/>
| + | |
- | </v:shape><![endif]--><![if !vml]><img width=252 height=252
| + | |
- | src="member_html.files/image008.jpg" v:shapes="_x56fe__x7247__x0020_6"><![endif]></span></p>
| + | |
- | </td>
| + | |
- | <td width=396 style='width:395.7pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;mso-bidi-font-size:26.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Lou Ying-qi<o:p></o:p></span></b></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US>From designing the task, doing the experiments
| + | |
- | and <span class=SpellE>analysizing</span> the data to the final polishing and
| + | |
- | presentation, we confronted many unexpected problems. However, it is these
| + | |
- | barriers that make up the exact period from which we harvest friendship,
| + | |
- | happiness and the promotion of our logical thinking. So, <span class=SpellE>iGEM</span>
| + | |
- | offers us a challenging platform to foster the ability of scientific workers.
| + | |
- | I’m very grateful for my friends and this chance.</span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Email:</span></b><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'> 13917183611@139.com<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Grade:</span></b><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'> Junior<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr style='mso-yfti-irow:4'>
| + | |
- | <td width=270 style='width:270.3pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape
| + | |
- | id="_x56fe__x7247__x0020_4" o:spid="_x0000_i1035" type="#_x0000_t75"
| + | |
- | style='width:250pt;height:250pt;visibility:visible;mso-wrap-style:square'>
| + | |
- | <v:imagedata src="member_html.files/image009.jpg" o:title=""/>
| + | |
- | </v:shape><![endif]--><![if !vml]><img width=252 height=252
| + | |
- | src="member_html.files/image010.jpg" v:shapes="_x56fe__x7247__x0020_4"><![endif]></span></p>
| + | |
- | </td>
| + | |
- | <td width=396 style='width:395.7pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;mso-bidi-font-size:26.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Hu Shi-<span class=SpellE>zhen</span><o:p></o:p></span></b></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;mso-bidi-font-size:
| + | |
- | 11.0pt;font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman"'>Hu
| + | |
- | <span class=SpellE>Shizhen</span> is a member of our team’s wet lab. He did
| + | |
- | some construction work related to Leader-spinach. He is also the designer of <span
| + | |
- | class=SpellE>fudan</span> <span class=SpellE>igem</span> <span class=GramE>team,</span>
| + | |
- | Photoshop and illustrator are his companions in endless midnight. Our logo,
| + | |
- | wiki pages, posters and T-shirts are his passionate work. Besides, he took
| + | |
- | the portrait photos of our team members and drew all the diagrammatic sketch
| + | |
- | of our project.<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Email:</span></b><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'> Shizhenhu@gmail.com<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Grade:</span></b><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'> Junior<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'><o:p> </o:p></span></p>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr style='mso-yfti-irow:5'>
| + | |
- | <td width=270 style='width:270.3pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape
| + | |
- | id="_x56fe__x7247__x0020_7" o:spid="_x0000_i1034" type="#_x0000_t75"
| + | |
- | style='width:250pt;height:250pt;visibility:visible;mso-wrap-style:square'>
| + | |
- | <v:imagedata src="member_html.files/image011.jpg" o:title=""/>
| + | |
- | </v:shape><![endif]--><![if !vml]><img width=252 height=252
| + | |
- | src="member_html.files/image012.jpg" v:shapes="_x56fe__x7247__x0020_7"><![endif]></span></p>
| + | |
- | </td>
| + | |
- | <td width=396 style='width:395.7pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;mso-bidi-font-size:26.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Li <span class=SpellE>Xin-yi</span><o:p></o:p></span></b></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'>LI <span class=SpellE>Xinyi</span>
| + | |
- | took part in the human practice project. She updated the <span class=SpellE>iGEMcyclopedia</span>
| + | |
- | entries and was the administrator of <span class=SpellE>weibo</span> and <span
| + | |
- | class=SpellE>Renren</span> page. She also did a little logistic work.<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Grade:</span></b><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'> senior<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>E-mail:</span></b><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'> lxykh@163.com<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'><o:p> </o:p></span></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr style='mso-yfti-irow:6'>
| + | |
- | <td width=270 style='width:270.3pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape
| + | |
- | id="_x56fe__x7247__x0020_5" o:spid="_x0000_i1033" type="#_x0000_t75"
| + | |
- | style='width:250pt;height:250pt;visibility:visible;mso-wrap-style:square'>
| + | |
- | <v:imagedata src="member_html.files/image013.jpg" o:title=""/>
| + | |
- | </v:shape><![endif]--><![if !vml]><img width=252 height=252
| + | |
- | src="member_html.files/image014.jpg" v:shapes="_x56fe__x7247__x0020_5"><![endif]></span></p>
| + | |
- | </td>
| + | |
- | <td width=396 style='width:395.7pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;mso-bidi-font-size:26.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Du <span class=SpellE>Shu</span>-qi<o:p></o:p></span></b></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;mso-bidi-font-size:
| + | |
- | 11.0pt;font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman"'>In
| + | |
- | our team, my primary duty is to <span class=SpellE>quantitively</span>
| + | |
- | measure the fluorescence intensity of every E-coli sample we genetically
| + | |
- | engineered by the <span class=SpellE>fluorence</span> <span class=SpellE>microplate</span>
| + | |
- | reader. It included determination of the measurement scheme, practice of the
| + | |
- | measurement and arrangement of the data. In addition, I was also responsible
| + | |
- | for the construction of plasmids concerning the CI repressor. <span
| + | |
- | class=SpellE>Preparating</span> for the <span class=SpellE>iGEM</span> was a
| + | |
- | trying yet rewarding course for me. Sometimes, I met with difficulties and
| + | |
- | would feel frustrated, but there were always hands ready to help me.<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><a name="OLE_LINK23"><b style='mso-bidi-font-weight:normal'><span
| + | |
- | lang=EN-US style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:
| + | |
- | Arial;mso-bidi-font-family:Arial'>Grade:</span></b></a><span
| + | |
- | style='mso-bookmark:OLE_LINK23'><span lang=EN-US style='font-size:14.0pt;
| + | |
- | mso-bidi-font-size:11.0pt;font-family:Arial;mso-bidi-font-family:Arial'> junior<o:p></o:p></span></span></p>
| + | |
- | <p class=MsoNoSpacing><span style='mso-bookmark:OLE_LINK23'><b
| + | |
- | style='mso-bidi-font-weight:normal'><span lang=EN-US style='font-size:14.0pt;
| + | |
- | mso-bidi-font-size:11.0pt;font-family:Arial;mso-bidi-font-family:Arial'>E-mail:</span></b></span><span
| + | |
- | style='mso-bookmark:OLE_LINK23'><span lang=EN-US style='font-size:14.0pt;
| + | |
- | mso-bidi-font-size:11.0pt;font-family:Arial;mso-bidi-font-family:Arial'> </span></span><a
| + | |
- | href="mailto:shuqidu@gmail.com"><span style='mso-bookmark:OLE_LINK23'><span
| + | |
- | lang=EN-US style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:
| + | |
- | Arial;mso-bidi-font-family:Arial;color:windowtext;text-decoration:none;
| + | |
- | text-underline:none'>shuqidu@gmail.com</span></span></a><span
| + | |
- | style='mso-bookmark:OLE_LINK23'><span lang=EN-US style='font-size:14.0pt;
| + | |
- | mso-bidi-font-size:11.0pt;font-family:Arial;mso-bidi-font-family:Arial'><o:p></o:p></span></span></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'><o:p> </o:p></span></p>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr style='mso-yfti-irow:7'>
| + | |
- | <td width=270 style='width:270.3pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape
| + | |
- | id="_x56fe__x7247__x0020_8" o:spid="_x0000_i1032" type="#_x0000_t75"
| + | |
- | style='width:250pt;height:250pt;visibility:visible;mso-wrap-style:square'>
| + | |
- | <v:imagedata src="member_html.files/image015.jpg" o:title=""/>
| + | |
- | </v:shape><![endif]--><![if !vml]><img border=0 width=252 height=252
| + | |
- | src="member_html.files/image016.jpg" v:shapes="_x56fe__x7247__x0020_8"><![endif]></span></p>
| + | |
- | </td>
| + | |
- | <td width=396 style='width:395.7pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;mso-bidi-font-size:26.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Wei <span class=SpellE>Wei</span><o:p></o:p></span></b></p>
| + | |
- | <p class=MsoNormal><span class=GramE><span lang=EN-US style='font-size:12.0pt;
| + | |
- | mso-bidi-font-size:11.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman"'>in</span></span><span lang=EN-US style='font-size:12.0pt;
| + | |
- | mso-bidi-font-size:11.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman"'> charge of the human practice and financial affairs,
| + | |
- | decided to continue her study on France.<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><a name="OLE_LINK24"><b style='mso-bidi-font-weight:normal'><span
| + | |
- | lang=EN-US style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:
| + | |
- | Arial;mso-bidi-font-family:Arial'>Grade:</span></b></a><span
| + | |
- | style='mso-bookmark:OLE_LINK24'><span lang=EN-US style='font-size:14.0pt;
| + | |
- | mso-bidi-font-size:11.0pt;font-family:Arial;mso-bidi-font-family:Arial'> senior<o:p></o:p></span></span></p>
| + | |
- | <p class=MsoNoSpacing><span style='mso-bookmark:OLE_LINK24'><b
| + | |
- | style='mso-bidi-font-weight:normal'><span lang=EN-US style='font-size:14.0pt;
| + | |
- | mso-bidi-font-size:11.0pt;font-family:Arial;mso-bidi-font-family:Arial'>E-mail:</span></b></span><span
| + | |
- | style='mso-bookmark:OLE_LINK24'><span lang=EN-US style='font-size:14.0pt;
| + | |
- | mso-bidi-font-size:11.0pt;font-family:Arial;mso-bidi-font-family:Arial'> willway1991@gmail.com<o:p></o:p></span></span></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr style='mso-yfti-irow:8'>
| + | |
- | <td width=270 style='width:270.3pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape
| + | |
- | id="_x56fe__x7247__x0020_9" o:spid="_x0000_i1031" type="#_x0000_t75"
| + | |
- | style='width:250pt;height:250pt;visibility:visible;mso-wrap-style:square'>
| + | |
- | <v:imagedata src="member_html.files/image017.jpg" o:title=""/>
| + | |
- | </v:shape><![endif]--><![if !vml]><img border=0 width=252 height=252
| + | |
- | src="member_html.files/image018.jpg" v:shapes="_x56fe__x7247__x0020_9"><![endif]></span></p>
| + | |
- | </td>
| + | |
- | <td width=396 style='width:395.7pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;mso-bidi-font-size:26.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Ni <span class=SpellE>Jia</span>-dong<o:p></o:p></span></b></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'>Ni <span class=SpellE>Jiadong</span>
| + | |
- | is a team member of <span class=SpellE>Fudan</span> team for <span
| + | |
- | class=SpellE>iGEM</span> 2013. His major work is to construct plasmids those
| + | |
- | are related to <span class=SpellE>ALeader</span> to testify the function of
| + | |
- | Leader RNA on downstream translation. Also he constructed some plasmid
| + | |
- | containing <span class=SpellE>aac</span> sequence to solidify our conclusion
| + | |
- | and <span class=SpellE>modelling</span> of <span class=SpellE>ALeader’s</span>
| + | |
- | function.<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><a name="OLE_LINK26"></a><a name="OLE_LINK25"><span
| + | |
- | style='mso-bookmark:OLE_LINK26'><b style='mso-bidi-font-weight:normal'><span
| + | |
- | lang=EN-US style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:
| + | |
- | Arial;mso-bidi-font-family:Arial'>Grade:</span></b></span></a><span
| + | |
- | style='mso-bookmark:OLE_LINK25'><span style='mso-bookmark:OLE_LINK26'><span
| + | |
- | lang=EN-US style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:
| + | |
- | Arial;mso-bidi-font-family:Arial'> junior<o:p></o:p></span></span></span></p>
| + | |
- | <p class=MsoNoSpacing><span style='mso-bookmark:OLE_LINK25'><span
| + | |
- | style='mso-bookmark:OLE_LINK26'><b style='mso-bidi-font-weight:normal'><span
| + | |
- | lang=EN-US style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:
| + | |
- | Arial;mso-bidi-font-family:Arial'>E-mail:</span></b></span></span><span
| + | |
- | style='mso-bookmark:OLE_LINK25'><span style='mso-bookmark:OLE_LINK26'><span
| + | |
- | lang=EN-US style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:
| + | |
- | Arial;mso-bidi-font-family:Arial'> njd0hl@gmail.com<o:p></o:p></span></span></span></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'><o:p> </o:p></span></p>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr style='mso-yfti-irow:9'>
| + | |
- | <td width=270 style='width:270.3pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape
| + | |
- | id="_x56fe__x7247__x0020_10" o:spid="_x0000_i1030" type="#_x0000_t75"
| + | |
- | style='width:250pt;height:250pt;visibility:visible;mso-wrap-style:square'>
| + | |
- | <v:imagedata src="member_html.files/image019.jpg" o:title=""/>
| + | |
- | </v:shape><![endif]--><![if !vml]><img border=0 width=252 height=252
| + | |
- | src="member_html.files/image020.jpg" v:shapes="_x56fe__x7247__x0020_10"><![endif]></span></p>
| + | |
- | </td>
| + | |
- | <td width=396 style='width:395.7pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;mso-bidi-font-size:26.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Ni Wen-wen<o:p></o:p></span></b></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'>Ni <span class=SpellE>Wenwen</span>
| + | |
- | focused on the human practice part of the project. She helped promote the
| + | |
- | IGEM in the recruitment of association. She was also responsible for updating
| + | |
- | the word list of <span class=SpellE>iGEMcyclopedia</span>.<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Grade:</span></b><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'> senior<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>E-mail:</span></b><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'> 10300700076@fudan.edu.cn</span><span lang=EN-US
| + | |
- | style='font-size:12.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman"'><o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr style='mso-yfti-irow:10'>
| + | |
- | <td width=270 style='width:270.3pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape
| + | |
- | id="_x56fe__x7247__x0020_11" o:spid="_x0000_i1029" type="#_x0000_t75"
| + | |
- | style='width:250pt;height:250pt;visibility:visible;mso-wrap-style:square'>
| + | |
- | <v:imagedata src="member_html.files/image021.jpg" o:title=""/>
| + | |
- | </v:shape><![endif]--><![if !vml]><img border=0 width=252 height=252
| + | |
- | src="member_html.files/image022.jpg" v:shapes="_x56fe__x7247__x0020_11"><![endif]></span></p>
| + | |
- | </td>
| + | |
- | <td width=396 style='width:395.7pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;mso-bidi-font-size:26.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Ni <span class=SpellE>Zhe-yi</span><o:p></o:p></span></b></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'>The more I study and <span
| + | |
- | class=GramE>explore ,</span> the more I reverence for nature and life. This
| + | |
- | wonderful summer vacation is a really memorable period of time to work with
| + | |
- | my teammates for a mutual goal. <o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'>"To live, to err, to fall, to
| + | |
- | triumph, to recreate life out of life", which Venter printed into the <span
| + | |
- | class=SpellE>the</span> genome of <span class=SpellE>synthia</span>, is what
| + | |
- | I also want to say.<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Grade:</span></b><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'> sophomore<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>E-mail:</span></b><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'> ni.zheyi1@gmail.com </span></p>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr style='mso-yfti-irow:11;mso-yfti-lastrow:yes'>
| + | |
- | <td width=270 style='width:270.3pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='mso-no-proof:yes'><!--[if gte vml 1]><v:shape
| + | |
- | id="_x56fe__x7247__x0020_12" o:spid="_x0000_i1028" type="#_x0000_t75"
| + | |
- | style='width:250pt;height:250pt;visibility:visible;mso-wrap-style:square'>
| + | |
- | <v:imagedata src="member_html.files/image023.jpg" o:title=""/>
| + | |
- | </v:shape><![endif]--><![if !vml]><img border=0 width=252 height=252
| + | |
- | src="member_html.files/image024.jpg" v:shapes="_x56fe__x7247__x0020_12"><![endif]></span></p>
| + | |
- | </td>
| + | |
- | <td width=396 style='width:395.7pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><span class=SpellE><b style='mso-bidi-font-weight:normal'><span
| + | |
- | lang=EN-US style='font-size:36.0pt;mso-bidi-font-size:26.0pt;font-family:
| + | |
- | Arial;mso-bidi-font-family:Arial'>Luo</span></b></span><b style='mso-bidi-font-weight:
| + | |
- | normal'><span lang=EN-US style='font-size:36.0pt;mso-bidi-font-size:26.0pt;
| + | |
- | font-family:Arial;mso-bidi-font-family:Arial'> Mei<o:p></o:p></span></b></p>
| + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'>Synthetic biology seems to be the
| + | |
- | ‘right’ way to study biology for someone like me who had a lot of fun
| + | |
- | dissecting clocks and radios. Life system is beyond a machine, but only when
| + | |
- | we know the <span class=SpellE>machanical</span> part of it can we understand
| + | |
- | how it transcends machine. As I have never done something like building
| + | |
- | mathematic modeling before, I learned a lot as a member of 2013 <span
| + | |
- | class=SpellE>Fudan</span> IGEM team, and really enjoyed my time with
| + | |
- | everyone.<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>Grade:</span></b><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'> senior<o:p></o:p></span></p>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'>E-mail:</span></b><span lang=EN-US
| + | |
- | style='font-size:14.0pt;mso-bidi-font-size:11.0pt;font-family:Arial;
| + | |
- | mso-bidi-font-family:Arial'> fzluomei@163.com,</span><span lang=EN-US
| + | |
- | style='font-size:12.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman"'><o:p></o:p></span></p>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | | + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman"'><o:p> </o:p></span></b></p>
| + | |
- | | + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman"'>Instructor<o:p></o:p></span></b></p>
| + | |
- | | + | |
- | <table class=MsoTableGrid border=0 cellspacing=0 cellpadding=0
| + | |
- | style='border-collapse:collapse;border:none;mso-yfti-tbllook:1184;mso-padding-alt:
| + | |
- | 0cm 5.4pt 0cm 5.4pt;mso-border-insideh:none;mso-border-insidev:none'>
| + | |
- | <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'>
| + | |
- | <td width=270 valign=top style='width:270.3pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman";mso-no-proof:yes'><!--[if gte vml 1]><v:shape id="_x56fe__x7247__x0020_13"
| + | |
- | o:spid="_x0000_i1027" type="#_x0000_t75" style='width:250pt;height:250pt;
| + | |
- | visibility:visible;mso-wrap-style:square'>
| + | |
- | <v:imagedata src="member_html.files/image025.jpg" o:title=""/>
| + | |
- | </v:shape><![endif]--><![if !vml]><img border=0 width=252 height=252
| + | |
- | src="member_html.files/image026.jpg" v:shapes="_x56fe__x7247__x0020_13"><![endif]></span></b><b
| + | |
- | style='mso-bidi-font-weight:normal'><span lang=EN-US style='font-size:36.0pt;
| + | |
- | font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman"'><o:p></o:p></span></b></p>
| + | |
- | </td>
| + | |
- | <td width=389 style='width:388.6pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman"'>Ding Xiao-<span class=SpellE>ming</span><o:p></o:p></span></b></p>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr style='mso-yfti-irow:1'>
| + | |
- | <td width=270 valign=top style='width:270.3pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman";mso-no-proof:yes'><!--[if gte vml 1]><v:shape id="_x56fe__x7247__x0020_14"
| + | |
- | o:spid="_x0000_i1026" type="#_x0000_t75" style='width:250pt;height:250pt;
| + | |
- | visibility:visible;mso-wrap-style:square'>
| + | |
- | <v:imagedata src="member_html.files/image027.jpg" o:title=""/>
| + | |
- | </v:shape><![endif]--><![if !vml]><img border=0 width=252 height=252
| + | |
- | src="member_html.files/image028.jpg" v:shapes="_x56fe__x7247__x0020_14"><![endif]></span></b><b
| + | |
- | style='mso-bidi-font-weight:normal'><span lang=EN-US style='font-size:36.0pt;
| + | |
- | font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman"'><o:p></o:p></span></b></p>
| + | |
- | </td>
| + | |
- | <td width=389 style='width:388.6pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><span class=SpellE><b style='mso-bidi-font-weight:normal'><span
| + | |
- | lang=EN-US style='font-size:36.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman"'>Luo</span></b></span><b style='mso-bidi-font-weight:normal'><span
| + | |
- | lang=EN-US style='font-size:36.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman"'> <span class=SpellE>Ruo-yu</span><o:p></o:p></span></b></p>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | <tr style='mso-yfti-irow:2;mso-yfti-lastrow:yes'>
| + | |
- | <td width=270 valign=top style='width:270.3pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman";mso-no-proof:yes'><!--[if gte vml 1]><v:shape id="_x56fe__x7247__x0020_15"
| + | |
- | o:spid="_x0000_i1025" type="#_x0000_t75" style='width:250pt;height:250pt;
| + | |
- | visibility:visible;mso-wrap-style:square'>
| + | |
- | <v:imagedata src="member_html.files/image029.jpg" o:title=""/>
| + | |
- | </v:shape><![endif]--><![if !vml]><img border=0 width=252 height=252
| + | |
- | src="member_html.files/image030.jpg" v:shapes="_x56fe__x7247__x0020_15"><![endif]></span></b><b
| + | |
- | style='mso-bidi-font-weight:normal'><span lang=EN-US style='font-size:36.0pt;
| + | |
- | font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman"'><o:p></o:p></span></b></p>
| + | |
- | </td>
| + | |
- | <td width=389 style='width:388.6pt;padding:0cm 5.4pt 0cm 5.4pt'>
| + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman"'>Wang Jun<o:p></o:p></span></b></p>
| + | |
- | </td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | | + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman"'><o:p> </o:p></span></b></p>
| + | |
- | | + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman"'>Acknowledgement<o:p></o:p></span></b></p>
| + | |
- | | + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:14.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'>Prof. Zhao <span class=SpellE>Guoping</span>,
| + | |
- | School of Life Science, <span class=SpellE>Fudan</span> University<o:p></o:p></span></p>
| + | |
- | | + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:14.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'>Prof. <span class=SpellE>Dongrong</span>
| + | |
- | Chen and Prof. Alastair I.H. <span class=SpellE>Murchie’s</span> Lab</span><span
| + | |
- | style='font-size:14.0pt;font-family:宋体;mso-ascii-font-family:"Times New Roman";
| + | |
- | mso-fareast-font-family:宋体;mso-fareast-theme-font:minor-fareast;mso-hansi-font-family:
| + | |
- | "Times New Roman";mso-bidi-font-family:"Times New Roman"'>,</span><span
| + | |
- | lang=EN-US style='font-size:14.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman"'>IBS <span class=SpellE>Fudan</span> University<o:p></o:p></span></p>
| + | |
- | | + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:14.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'>Prof. Lu <span class=SpellE>Daru</span>,
| + | |
- | School of Life Science, <span class=SpellE>Fudan</span> University<o:p></o:p></span></p>
| + | |
- | | + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:14.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'>Prof. <span class=SpellE>Zhong</span>
| + | |
- | Jiang, School of Life Science, <span class=SpellE>Fudan</span> University<o:p></o:p></span></p>
| + | |
- | | + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:14.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'>Prof. Yang <span class=SpellE>Ji</span>,
| + | |
- | School of Life Science, <span class=SpellE>Fudan</span> University<o:p></o:p></span></p>
| + | |
- | | + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:14.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'>Prof. <span class=SpellE>Lv</span> Hong,
| + | |
- | School of Life Science, <span class=SpellE>Fudan</span> University<o:p></o:p></span></p>
| + | |
- | | + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:14.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'>Associate Prof. Yu Yao, School of Life
| + | |
- | Science, <span class=SpellE>Fudan</span> University<o:p></o:p></span></p>
| + | |
- | | + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:14.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'>Associate Prof. Ding Yu, School of Life
| + | |
- | Science, <span class=SpellE>Fudan</span> University<o:p></o:p></span></p>
| + | |
- | | + | |
- | <p class=MsoNormal><span lang=EN-US style='font-size:14.0pt;font-family:"Times New Roman";
| + | |
- | mso-bidi-font-family:"Times New Roman"'>Dr. Qi Lei, Center for system and
| + | |
- | Synthetic Biology, UCSF<o:p></o:p></span></p>
| + | |
- | | + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman"'><o:p> </o:p></span></b></p>
| + | |
- | | + | |
- | <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span lang=EN-US
| + | |
- | style='font-size:36.0pt;font-family:"Times New Roman";mso-bidi-font-family:
| + | |
- | "Times New Roman"'><o:p> </o:p></span></b></p>
| + | |
- | | + | |
- | <p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>
| + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | </body>
| + | |
- | | + | |
- | </html>
| + | |
| | | |
| </iframe> | | </iframe> |
- | | + | </div> |
| + | <div class="middle-photo-each"> |
| + | <div class="middle-content" style="height: 0;"></div> |
| + | </div> |
| + | </div> |
| </div> | | </div> |
| | | |