Team:ZJU-China/aboutus.htm

From 2012.igem.org

(Difference between revisions)
 
(40 intermediate revisions not shown)
Line 1: Line 1:
<html xmlns="http://www.w3.org/1999/xhtml" class="cufon-active cufon-ready"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<html xmlns="http://www.w3.org/1999/xhtml" class="cufon-active cufon-ready"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-
 
-
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/">
 
<link rel="stylesheet" href="http://www.jiajunlu.com/Jiajun Lu_files/jemdoc.css" type="text/css">
<link rel="stylesheet" href="http://www.jiajunlu.com/Jiajun Lu_files/jemdoc.css" type="text/css">
Line 83: Line 81:
   display: inline;
   display: inline;
}
}
 +
 +
#content a.color,
 +
#content a.color:hover
 +
{
 +
  color: #00BFFF;
 +
  display: inline;
 +
}
 +
#content a:link,
#content a:link,
#content a:visited
#content a:visited
Line 119: Line 125:
{
{
   font-family: Arial, sans-serif;
   font-family: Arial, sans-serif;
 +
  font-size: 16px;
   color: black;
   color: black;
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
}
}
 +
/********************** modified by MQ *****/
 +
p.fig{
 +
  color: #573D01;
 +
  padding: 15px 15px;
 +
  font-size: 15.5px;
 +
  font-family: "Calibri","sans-serif";
 +
  align: justify;
 +
}
 +
p.ref{
 +
  color: black;
 +
  padding: 15px 15px;
 +
  font-size: 15.5px;
 +
  font-family: "Calibri","sans-serif";
 +
  align: justify;
 +
}
 +
h5{
 +
  font-size: 16px;
 +
  color: #00BFFF;
 +
}
 +
/* Common Environment */
/* Common Environment */
Line 184: Line 211:
   overflow: hidden;
   overflow: hidden;
}
}
 +
 +
#search-controls
 +
{
 +
  display: none;
 +
}
 +
 +
#footer-box
 +
{
 +
  display: none;
 +
}
 +
 +
#banner {
 +
position: relative;
 +
left: 10%;
 +
width: 600px;
 +
height: 600px;
 +
border: 1px solid #666;
 +
overflow: hidden;
 +
}
 +
 +
#banner_list img {
 +
border: 0px;
 +
}
 +
 +
#banner_bg {
 +
position: absolute;
 +
bottom: 20px;
 +
background-color: #000;
 +
height: 44px;
 +
filter: Alpha(Opacity = 50);
 +
opacity: 0.5;
 +
z-index: 1000;
 +
cursor: pointer;
 +
width: 561px;
 +
}
 +
 +
#banner_info {
 +
position: absolute;
 +
bottom: 20px;
 +
left: 5px;
 +
height: 44px;
 +
color: #fff;
 +
z-index: 1001;
 +
cursor: pointer
 +
}
 +
 +
#banner_text {
 +
position: absolute;
 +
width: 120px;
 +
z-index: 1002;
 +
right: 3px;
 +
bottom: 3px;
 +
}
 +
 +
#banner ul {
 +
position: absolute;
 +
list-style-type: none;
 +
filter: Alpha(Opacity = 80);
 +
opacity: 0.8;
 +
border: 1px solid #fff;
 +
z-index: 1002;
 +
margin: 0;
 +
padding: 0;
 +
bottom: 3px;
 +
right: 5px;
 +
}
 +
 +
#banner ul li {
 +
padding: 0px 8px;
 +
float: left;
 +
display: block;
 +
color: #FFF;
 +
border: #e5eaff 1px solid;
 +
background: #6f4f67;
 +
cursor: pointer
 +
}
 +
 +
</style>
</style>
Line 210: Line 315:
});
});
</script>
</script>
-
 
-
 
-
 
-
<style type="text/css" media="all">
 
-
.d1{width:830px;height:auto;overflow:hidden;border:#666666 2px solid;background-color:#000000;position:relative;}
 
-
.loading{width:830px;border:#666666 2px solid;background-color:#000000;color:#FFCC00;font-size:12px;height:550px;text-align:center;padding-top:30px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:bold;}
 
-
.d2{width:100%;height:600px;overflow:hidden;}
 
-
.num_list{position:absolute;width:100%;left:0px;bottom:-1px;background-color:#000000;color:#FFFFFF;font-size:12px;padding:4px 0px;height:20px;overflow:hidden;}
 
-
.num_list span{display:inline-block;height:16px;padding-left:6px;}
 
-
img{border:0px;}
 
-
.button{position:absolute; z-index:1000; right:0px; bottom:2px; font-size:13px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
 
-
.b1,.b2{background-color:#666666;display:block;float:left;padding:2px 6px;margin-right:3px;color:#FFFFFF;text-decoration:none;cursor:pointer;}
 
-
.b2{color:#FFCC33;background-color:#FF6633;}
 
-
</style>
 
-
 
-
<script language="javascript" type="text/javascript">
 
-
//主函数
 
-
var s1=function(){
 
-
var interv=2000; //切换间隔时间
 
-
var interv2=10; //切换速速
 
-
var opac1=80; //文字背景的透明度
 
-
var source="fade_focus1" //焦点轮换图片容器的id名称
 
-
//获取对象
 
-
function getTag(tag,obj){if(obj==null){return document.getElementsByTagName(tag)}else{return obj.getElementsByTagName(tag)}}
 
-
function getid(id){return document.getElementById(id)};
 
-
var opac=0,j=0,t=63,num,scton=0,timer,timer2,timer3;var id=getid(source);id.removeChild(getTag("div",id)[0]);var li=getTag("li",id);var div=document.createElement("div");var title=document.createElement("div");var span=document.createElement("span");var button=document.createElement("div");button.className="button";for(var i=0;i<li.length;i++){var a=document.createElement("a");a.innerHTML=i+1;a.onclick=function(){clearTimeout(timer);clearTimeout(timer2);clearTimeout(timer3);j=parseInt(this.innerHTML)-1;scton=0;t=63;opac=0;fadeon();};a.className="b1";a.onmouseover=function(){this.className="b2"};a.onmouseout=function(){this.className="b1";sc(j)};button.appendChild(a);}
 
-
//控制图层透明度
 
-
function alpha(obj,n){if(document.all){obj.style.filter="alpha(opacity="+n+")";}else{obj.style.opacity=(n/100);}}
 
-
//控制焦点按钮
 
-
function sc(n){for(var i=0;i<li.length;i++){button.childNodes[i].className="b1"};button.childNodes[n].className="b2";}
 
-
title.className="num_list";title.appendChild(span);alpha(title,opac1);id.className="d1";div.className="d2";id.appendChild(div);id.appendChild(title);id.appendChild(button);
 
-
//渐显
 
-
var fadeon=function(){opac+=5;div.innerHTML=li[j].innerHTML;span.innerHTML=getTag("img",li[j])[0].alt;alpha(div,opac);if(scton==0){sc(j);num=-2;scrolltxt();scton=1};if(opac<100){timer=setTimeout(fadeon,interv2)}else{timer2=setTimeout(fadeout,interv);};}
 
-
//渐隐
 
-
var fadeout=function(){opac-=5;div.innerHTML=li[j].innerHTML;alpha(div,opac);if(scton==0){num=2;scrolltxt();scton=1};if(opac>0){timer=setTimeout(fadeout,interv2)}else{if(j<li.length-1){j++}else{j=0};fadeon()};}
 
-
//滚动文字
 
-
var scrolltxt=function(){t+=num;span.style.marginTop=t+"px";if(num<0&&t>3){timer3=setTimeout(scrolltxt,interv2)}else if(num>0&&t<62){timer3=setTimeout(scrolltxt,interv2)}else{scton=0}};
 
-
fadeon();
 
-
}
 
-
//初始化
 
-
window.onload=function(){
 
-
s1();
 
-
};
 
-
</script>
 
-
 
-
 
<script type="text/javascript" src="http://www.jiajunlu.com/igem/my.js"></script>
<script type="text/javascript" src="http://www.jiajunlu.com/igem/my.js"></script>
Line 321: Line 380:
            <div id="main">
            <div id="main">
-
  <h2 class="acc_trigger"><a href="">01 <strong>ABOUT ZJU</strong></a></h2>
+
  <h2 class="acc_trigger">01 <strong>ABOUT ZJU</strong></h2>
<div class="acc_container" style="display: none; ">
<div class="acc_container" style="display: none; ">
-
    <div class="block">
+
<div style="height:800px;overflow:scroll;">  
<!--Content Goes Here-->
<!--Content Goes Here-->
-
<p>The University Motto: Seeking the Truth and Pioneering New Trails.</p>
+
<h2>The University Motto: Seeking the Truth and Pioneering New Trails.</h2>
-
<p>&nbsp</p>
+
<p align="justify">&nbsp;</p>
-
<p>The history of Zhejiang University goes back to 115 years ago. As a truly comprehensive institution with a full range of disciplines, Zhejiang University covers lots of subjects and aims at providing an outstanding education that will enable its students to build a future of professional, intellectual and personal success, capable of leadership in different areas, whether it be political, economic or academic. </p>
+
<p align="justify">The history of Zhejiang University goes back to 115 years ago. As a truly comprehensive institution with a full range of disciplines, Zhejiang University covers lots of subjects and aims at providing an outstanding education that will enable its students to build a future of professional, intellectual and personal success, capable of leadership in different areas, whether it be political, economic or academic. </p>
-
<p>&nbsp</p>
+
<p align="justify">&nbsp;</p>
-
<p>We have five campuses. The names are: Yuquan, Xixi, Huajiachi, Zhijiang, and Zijingang. These names are all "water" related. In English, they mean spring, stream, pool, river, and port. Each campus has its own beauty. Yuquan is charming, Xixi is elegant, Huajiachi is simple, Zhijiang is ancient and Zijingang is modern.
+
<p align="justify">We have five campuses. The names are: Yuquan, Xixi, Huajiachi, Zhijiang, and Zijingang. These names are all "water" related. In English, they mean spring, stream, pool, river, and port. Each campus has its own beauty. Yuquan is charming, Xixi is elegant, Huajiachi is simple, Zhijiang is ancient and Zijingang is modern.
-
For more information, click http://www.zju.edu.cn</p>
+
For more information, click <a class="color" herf="http://www.zju.edu.cn" target="_blank">http://www.zju.edu.cn</a></p>
-
<p>&nbsp</p>
+
<p align="justify">&nbsp;</p>
-
<p>Here we want to show you a set of amazing photos shot by Gang Cheng, an alumnus of Zhejiang University.</p>
+
<p align="justify">Here we want to show you a set of amazing photos shot by Gang Cheng, an alumnus of Zhejiang University.</p>
-
 
+
</br>
-
<div id="fade_focus1">
+
<script type="text/javascript">
-
  <div class="loading">Loading...<br /></div>
+
var t = n = 0, count;
-
    <ul>
+
$(document).ready(function(){
-
      <li><a target="_blank"><img src="http://www.jiajunlu.com/igem/zju_about1.jpg" width="830" height="600" alt="The gate of Yuquan and BG Tree" /></a></li>
+
counta=$("#banner_list a").length;
-
      <li><a target="_blank"><img src="http://www.jiajunlu.com/igem/zju_about2.jpg" width="830" height="600" alt="Chairman Mao with Gesture Like Calling a Taxi" /></a></li>
+
$("#banner_list a:not(:first-child)").hide();
-
      <li><a target="_blank"><img src="http://www.jiajunlu.com/igem/zju_about3.jpg" width="830" height="600" alt="One of Libraries" /></a></li>
+
$("#banner_info").html($("#banner_list a:first-child").find("img").attr('alt'));
-
      <li><a target="_blank"><img src="http://www.jiajunlu.com/igem/zju_about4.jpg" width="830" height="600" alt="Lovely President Chu Kochen" /></a></li>
+
$("#banner_info").click(function(){window.open($("#banner_list a:first-child").attr('href'), "_blank")});
-
  <li><a target="_blank"><img src="http://www.jiajunlu.com/igem/zju_about5.jpg" width="830" height="600" alt="Lovers' Slope" /></a></li>
+
$("#banner li").click(function() {
-
  <li><a target="_blank"><img src="http://www.jiajunlu.com/igem/zju_about6.jpg" width="830" height="600" alt="Square of Yongqian" /></a></li>
+
var i = $(this).text() - 1;//1,2,3,4
-
      <li><a target="_blank"><img src="http://www.jiajunlu.com/igem/zju_about7.jpg" width="830" height="600" alt="One of  Teaching Buildings of  Long History" /></a></li>
+
n = i;
-
      <li><a target="_blank"><img src="http://www.jiajunlu.com/igem/zju_about8.jpg" width="830" height="600" alt="The Modern Zijingang" /></a></li>
+
if (i >= counta) return;
-
  <li><a  target="_blank"><img src="http://www.jiajunlu.com/igem/zju_about8.jpg" width="830" height="600" alt="The Modern Zijingang" /></a></li>
+
$("#banner_info").html($("#banner_list a").eq(i).find("img").attr('alt'));
-
    </ul>
+
$("#banner_info").unbind().click(function(){window.open($("#banner_list a").eq(i).attr('href'), "_blank")})
 +
$("#banner_list a").filter(":visible").fadeOut(500).parent().children().eq(i).fadeIn(1000);
 +
document.getElementById("banner").style.background="";
 +
$(this).toggleClass("on");
 +
$(this).siblings().removeAttr("class");
 +
});
 +
 +
})
 +
 +
 +
</script>
 +
<div id="banner">
 +
<div id="banner_bg"></div>
 +
<div id="banner_info"></div>
 +
<ul>
 +
<li class="on">1</li>
 +
<li>2</li>
 +
<li>3</li>
 +
<li>4</li>
 +
<li>5</li>
 +
<li>6</li>
 +
<li>7</li>
 +
<li>8</li>
 +
</ul>
 +
<div id="banner_list"><a href="#" target="_blank"><img
 +
src="http://www.jiajunlu.com/igem/zju_about1.jpg" width="600px"
 +
title="" alt="The gate of Yuquan and BG Tree" /></a>
 +
<a href="#" target="_blank"><img
 +
src="http://www.jiajunlu.com/igem/zju_about2.jpg"
 +
title="" alt="Chairman Mao with Gesture Like Calling a Taxi" width="600px" hight="600px" /></a> <a href="#"
 +
target="_blank"><img
 +
src="http://www.jiajunlu.com/igem/zju_about3.jpg" width="600px"
 +
title="" alt="One of Libraries" /></a>
 +
<a href="#" target="_blank"><img
 +
src="http://www.jiajunlu.com/igem/zju_about4.jpg" width="600px" hight="600px"
 +
alt="Lovely President Chu Kochen" title="" /></a>
 +
<a href="#" target="_blank"><img
 +
src="http://www.jiajunlu.com/igem/zju_about5.jpg" width="600px"
 +
alt="Lovers' Slope" title="" /></a>
 +
<a href="#" target="_blank"><img
 +
src="http://www.jiajunlu.com/igem/zju_about6.jpg" width="600px"
 +
alt="Square of Yongqian" title="" /></a>
 +
<a href="#" target="_blank"><img
 +
src="http://www.jiajunlu.com/igem/zju_about7.jpg" width="600px"
 +
alt="One of  Teaching Buildings of  Long History" title="" /></a>
 +
<a href="#" target="_blank"><img
 +
src="http://www.jiajunlu.com/igem/zju_about8.jpg" width="600px"
 +
alt="The Modern Zijingang" title="" /></a></div>
</div>
</div>
-
 
+
</div>
-
    </div><!-- end .block -->
+
</div><!-- end .acc_container -->
</div><!-- end .acc_container -->
-
        <h2 class="acc_trigger"><a href="http://thesum.ca/work.html#">02 <strong>TEAM</strong></a></h2>
+
        <h2 class="acc_trigger">02 <strong>TEAM</strong></h2>
<div class="acc_container" style="display: none; ">
<div class="acc_container" style="display: none; ">
-
    <div class="block">
+
<div style="height:800px;overflow:scroll;">  
<!--Content Goes Here-->
<!--Content Goes Here-->
-
<p>Our team, ZJU-China, consists of 9 undergraduates and 3 advisers. On the lakeside of the beautiful West Lake, we gather together, brainstorming heatedly, doing experiment carefully, thinking about life and future, going out for movie and feast. We love life, also love iGEM. </p>
+
<p align="justify">Our team, ZJU-China, consists of 9 undergraduates and 3 advisers. On the lakeside of the beautiful West Lake, we gather together, brainstorming heatedly, doing experiment carefully, thinking about life and future, going out for movie and feast. We love life, also love iGEM! </p>
-
    </div><!-- end .block -->
+
<h2>Undergraduates</h2>
 +
<p>
 +
<img src="https://static.igem.org/mediawiki/igem.org/c/c9/Zju_chentianqi.jpg" />
 +
<img src="https://static.igem.org/mediawiki/igem.org/7/70/Zju_guoxinyi.jpg" />
 +
<img src="https://static.igem.org/mediawiki/igem.org/5/56/Zju_liuhuachun.jpg" />
 +
<img src="https://static.igem.org/mediawiki/igem.org/3/3b/Zju_meiqian.jpg" />
 +
<img src="https://static.igem.org/mediawiki/igem.org/6/6b/Zju_yanyan.jpg" />
 +
<img src="https://static.igem.org/mediawiki/igem.org/c/ce/Zju_yujianing.jpg" />
 +
<img src="https://static.igem.org/mediawiki/igem.org/a/a0/Zju_zhangjiahui.jpg" />
 +
<img src="https://static.igem.org/mediawiki/igem.org/3/31/Zju_liuxiao.jpg" />
 +
<img src="https://static.igem.org/mediawiki/2012/a/ad/吕家俊.jpg" />
 +
</p>
 +
<p>&nbsp;</p>
 +
<h2>Advisors</h2>
 +
<p>
 +
<img src="https://static.igem.org/mediawiki/2012/2/22/Lanxiang.jpg" />
 +
<img src="https://static.igem.org/mediawiki/igem.org/d/d8/Zju_lixin.jpg" />
 +
<img src="https://static.igem.org/mediawiki/igem.org/9/93/Zju_xiaomu.jpg" />
 +
</p>
 +
<h2>Instructor</h2>
 +
<p>
 +
<img src="https://static.igem.org/mediawiki/igem.org/8/86/Zju_chenming.jpg" />
 +
</p>
 +
<p>&nbsp;</p>
 +
</div>
</div><!-- end .acc_container -->
</div><!-- end .acc_container -->
-
+
-
<h2 class="acc_trigger"><a href="http://thesum.ca/work.html#">03 <strong>SPONSORS</strong></a></h2>
+
<h2 class="acc_trigger">03 <strong>ATTRIBUTION</strong></h2>
<div class="acc_container" style="display: none; ">
<div class="acc_container" style="display: none; ">
-
    <div class="block">
+
 
<!--Content Goes Here-->
<!--Content Goes Here-->
 +
<p align="justify">All the work of our projects has been done by <b style="color:#FE9A2E;">undergraduate students</b> of ZJU-China team.</p>
 +
<p align="justify">&nbsp;</p>
 +
<h5>  WET LAB:</h5>
 +
<p align="justify">&nbsp;</p>
 +
<p align="justify"><b style="color:#FE9A2E;">Tianqi Chen</b>, the team leader, is in charge of Basic Scaffold and Biosynthesis of  IAA, drew  the big picture shown in video “scaffold in Syn and Bio’s Love”, searched for fund, designed the wiki.</p>
 +
<p align="justify">&nbsp;</p>
 +
<p align="justify"><b style="color:#FE9A2E;">Yan Yan</b> was in charge of financial affairs, Riboscaffold and construction of parts, sang a song of the vedio, dealt with customs to get the parts delivered.</p>
 +
<p align="justify">&nbsp;</p>
 +
<p align="justify"><b style="color:#FE9A2E;">Huachun Liu</b> was in charge of the whole experiment, mainly Basic Scaffold and Biosynthesis of IAA, and construction of parts, dealt with customs to get the parts delivered.</p>
 +
<p align="justify">&nbsp;</p>
 +
<p align="justify"><b style="color:#FE9A2E;">Xinyi Guo</b> was in charge of human practice, designed and edited the comic video, and helped to design the basic structure of wiki. She was also involved in the experiments in Basic Scaffold. </p>
 +
<p align="justify">&nbsp;</p>
 +
<p align="justify"><b style="color:#FE9A2E;">Jiahui Zhang</b> was in charged of scaffold library and the design of alloscaffolds and polyscaffold. she also did some art work and many other experiments.</p>
 +
<p align="justify">&nbsp;</p>
 +
<p align="justify"><b style="color:#FE9A2E;">Xiao Liu</b> was in charge of scaffold library, helped with wet experiments.</p>
 +
<p align="justify">&nbsp;</p>
 +
<p align="justify">&nbsp;</p>
 +
<h5>  DRY LAB:</h5>
 +
<p align="justify">&nbsp;</p>
 +
<p align="justify"><b style="color:#FE9A2E;">Qian Mei</b> constructed the molecular models, designed riboscaffolds, analyzed data, edited wiki and was involved in financial affairs.</p>
 +
<p align="justify">&nbsp;</p>
 +
<p align="justify"><b style="color:#FE9A2E;">Jianing Yu</b> constructed Scaffold or Non-scaffold and Binding Analysis. </p>
 +
<p align="justify">&nbsp;</p>
 +
<p align="justify"><b style="color:#FE9A2E;">Jiajun Lv</b> was in charge of editing wiki.</p>
 +
<p align="justify">&nbsp;</p>
 +
</div><!-- end .acc_container -->
-
    </div><!-- end .block -->
+
<h2 class="acc_trigger">04 <strong>ACKNOWLEDGE</strong></h2>
-
</div><!-- end .acc_container -->
+
-
+
-
<h2 class="acc_trigger"><a href="http://thesum.ca/work.html#">04 <strong>ACKNOWLEDGE</strong></a></h2>
+
<div class="acc_container" style="display: none; ">
<div class="acc_container" style="display: none; ">
-
    <div class="block">
+
 
<!--Content Goes Here-->
<!--Content Goes Here-->
-
<p>We can't complete the project without the guidance and support of the people as follows:</p>
+
<p align="justify">We can't complete the project without the guidance and support of the people as follows:</p>
-
<p>&nbsp</p>
+
<p align="justify">&nbsp;</p>
-
<p>1. Ming Ding and Room 413 in Experimental Centre, for use of lab space and material support</p>
+
<p align="justify">Dr. Camille Delebecque from Harvard Medical School, for his patient instructions and kindness of providing us plasmids</p>
-
<p>&nbsp</p>
+
<p align="justify">Dr. Gairik Sachdeva and Manager Buhl Kathleen from Prof. Pamela Silver Lab, Harvard Medical School for sending us plasmids</p>
-
<p>2. Xiang Lan, Xin Li, Chao Zong, Mu Xiao, graduate student and vice-professor advisors</p>
+
<p align="justify">People in Prof. Ariel Lindner Lab, Université René Descartes for sending us plasmids </p>
-
<p>&nbsp</p>
+
<p align="justify">Ming Ding and Room 413 in Zhejiang University Biology Lab Center, for use of lab space and material support</p>
-
<p>3. Prof. Xiaohang Yang in Room 1305, for helpful suggestions and use of Confocal and Fluorescence Microscope</p>
+
<p align="justify">Xiang Lan, Xin Li, Mu Xiao, graduate student and vice-professor advisors</p>
-
<p>&nbsp</p>
+
<p align="justify">Prof. Xiaohang Yang in Room 1305, for helpful suggestions and use of Olympus fluoview fv1000 confocal laser scanning microscope </p>
-
<p>4. Fan Zhang, for patient guidance of how to operate Confocal </p>
+
<p align="justify">Fan Zhang, for patient guidance of how to operate confocal laser scanning microscope</p>
-
<p>&nbsp</p>
+
<p align="justify">Prof. Jianzhong Shao, for helpful suggestions and use of Synergy Hybrid Reader </p>
-
<p>5. Prof. Jianzhong Shao, for helpful suggestions and use of ELISA reader</p>
+
<p align="justify">Lvyun Zhu, for patient guidance of how to operate Synergy Hybrid reader</p>
-
<p>&nbsp</p>
+
<p align="justify">Weiren Dong, for generous support of reagent and protocol of TA colone</p>
-
<p>6. Lvyun Zhu, for patient guidance of how to operate ELISA reader</p>
+
<p align="justify">Yulong Li, for patient guidance of how to operate fluorescence microscope</p>
-
<p>&nbsp</p>
+
<p align="justify">Gang Cheng, for amazing photos about ZJU planet</p>
-
<p>7. Zhejiang University, for financial support</p>
+
<p align="justify">Yiqun Jin, Feng Jian, for those interesting photos about 2012 ZJU-China members</p>
-
    </div><!-- end .block -->
+
<p align="justify">&nbsp;</p>
 +
<p align="justify">Zhejiang University Education Fundation, for financial support</p>
</div><!-- end .acc_container -->
</div><!-- end .acc_container -->
-
<h2 class="acc_trigger"><a href="http://thesum.ca/work.html#">05 <strong>CONTACT US</strong></a></h2>
+
<h2 class="acc_trigger">05 <strong>CONTACT US</strong></h2>
<div class="acc_container" style="display: none; ">
<div class="acc_container" style="display: none; ">
-
    <div class="block">
 
-
    </div><!-- end .block -->
+
<p align="justify">If you have any interests, please feel free to contact us. We’re looking forward for fun in science and friendship in between.</p>
 +
<p align="justify">&nbsp;</p>
 +
<p align="justify">Mailbox:zjusbclub@gmail.com</p>
 +
<p align="justify">&nbsp;</p>
 +
<p align="justify">SBC (synthetic biology club in Zhejiang University): <a class="color" href="http://www.cls.zju.edu.cn/binfo/sbc/" target="_blank">website</a></p>
 +
<p align="justify">&nbsp;</p>
 +
<p align="justify">Renren: <a class="color" href="http://page.renren.com/601236243?id=601236243&ref=opensearch_normal" target="_blank">iGEM~ZJU2012</a></p>
 +
<p align="justify">&nbsp;</p>
 +
<p align="justify">Renren: <a class="color" href="http://page.renren.com/601409290?id=601409290&ref=opensearch_normal" target="_blank">合成生物学研究会</p>
 +
<p align="justify">&nbsp;</p>
</div><!-- end .acc_container -->
</div><!-- end .acc_container -->
-
 
            <!-- end #main --></div>
            <!-- end #main --></div>
            <br class="clearfloat">
            <br class="clearfloat">
Line 403: Line 563:
            <br class="clearfloat">
            <br class="clearfloat">
            <br class="clearfloat">
            <br class="clearfloat">
-
           
 
        <!-- end #columnRight --></div>
        <!-- end #columnRight --></div>
-
       
 
    <!-- end .content --></div>
    <!-- end .content --></div>
-
 
-
 
-
 
<!-- end .container --></div>
<!-- end .container --></div>
</div><!-- end .wrapper -->
</div><!-- end .wrapper -->
-
 
   <div><img src="https://static.igem.org/mediawiki/igem.org/d/d9/Zju_foot.png" width="100%"></div>
   <div><img src="https://static.igem.org/mediawiki/igem.org/d/d9/Zju_foot.png" width="100%"></div>
-
 
<div id="footer">
<div id="footer">
     <div id="footerImg">
     <div id="footerImg">
     </div><!-- end footerImg -->
     </div><!-- end footerImg -->
-
 
-
 
-
 
<!-- end #footer --></div>
<!-- end #footer --></div>
<script type="text/javascript"> Cufon.now(); </script>
<script type="text/javascript"> Cufon.now(); </script>
-
 
-
 
</body></html>
</body></html>

Latest revision as of 03:06, 25 October 2012

ABOUT US

01 ABOUT ZJU

02 TEAM

03 ATTRIBUTION

04 ACKNOWLEDGE

05 CONTACT US