Meetups/August HZAU-China

From 2014.igem.org

(Difference between revisions)
 
(97 intermediate revisions not shown)
Line 1: Line 1:
-
{{CSS/hzau-top}}
+
<html>
-
{{CSS/960}}
+
-
{{CSS/reset}}
+
-
{{CSS/hzau-style}}
+
-
 
+
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
<head>
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+
<style>
-
<title>Central China iGEMers’ Meetup</title>
+
#p-logo {
-
 
+
    display: none;
-
<link rel="stylesheet" href="css/960.css" type="text/css" />
+
}
-
<link rel="stylesheet" href="css/reset.css" type="text/css" />
+
#search-controls {
-
<link rel="stylesheet" href="css/style.css" type="text/css" />
+
    display: none;
-
 
+
}
-
<!--[if IE]>
+
.firstHeading {
-
<link rel="stylesheet" href="css/ie_slidefix.css" type="text/css" />
+
    display: none;
-
<![endif]-->
+
}
-
<style type="text/css">
+
#catlinks {
-
 
+
    display: none;
 +
}
 +
#footer-box {
 +
    display: none;
 +
}
 +
#contentSub{
 +
    display: none;
 +
}
 +
#contentSub {
 +
    display: none;
 +
}
 +
/***hiding***/
body {
body {
-
background: #f9fafb url(images/bg.gif) top repeat-x;
+
    margin:0;
 +
    padding:0;
 +
    color:#;
}
}
-
 
+
#top-section {
 +
    height: 18px;
 +
    background:url(https://static.igem.org/mediawiki/2013/8/84/Px.png) transparent repeat;
 +
    width: 100%;
 +
    border:0px;
 +
}
 +
#menubar {
 +
    top: -7px;
 +
    font-family: Helvetica, Arial, Sans-serif;
 +
    font-size: 14px;
 +
}
 +
.left-menu,.left-menu a {
 +
    color: white;
 +
    left: 0;
 +
    text-align: left;
 +
    text-transform: capitalize;
 +
}
 +
.right-menu,.right-menu a {
 +
    color: white;
 +
    right: 0;
 +
    text-align: right;
 +
}
 +
.right-menu:hover, .left-menu:hover {
 +
    background-color: transparent;
 +
}
 +
.right-menu:hover a {
 +
    color: white;
 +
}
 +
.right-menu li a, .left-menu li a {
 +
    background-color: transparent;
 +
    color: white;
 +
    padding:0,15px,0,0;
 +
    margin:0;
 +
}
 +
.right-menu li a:hover {
 +
    color: white;
 +
    text-decoration:underline;
 +
}
 +
.right-menu li a:visited {
 +
    color: white;
 +
}
 +
.new {
 +
    color:white;
 +
}
 +
a, a:visited {
 +
    color: white;
 +
    text-decoration: none;
 +
}
 +
a:hover {
 +
    color: white;
 +
    text-decoration: underline;
 +
}
 +
#content{
 +
        background: #fff;
 +
        padding: 0;
 +
border: 0px;
 +
        width:auto;
 +
}
 +
/***top section***/
</style>
</style>
-
<script type="text/javascript" src="https://2014.igem.org/Meetups/August_HZAU-China/js/jquery-1.3.2.min.js"></script>
 
-
<script type="text/javascript" src="https://2014.igem.org/Meetups/August_HZAU-China/js/jquery-ui-1.7.2.custom.min.js"></script>
 
-
<script type="text/javascript" src="https://2014.igem.org/Meetups/August_HZAU-China/js/cufon-yui.js"></script>
 
-
<script type="text/javascript" src="https://2014.igem.org/Meetups/August_HZAU-China/js/jquery.cycle.min.all.js"></script>
 
-
<script type="text/javascript" src="https://2014.igem.org/Meetups/August_HZAU-China/js/jquery.easing.js"></script>
 
-
<script type="text/javascript" src="https://2014.igem.org/Meetups/August_HZAU-China/js/jquery.easing.names.js"></script>
 
-
<script type="text/javascript" src="https://2014.igem.org/Meetups/August_HZAU-China/js/TitilliumText15L_100-TitilliumText15L_400.font.js"></script>
 
-
<script type="text/javascript" src="https://2014.igem.org/Meetups/August_HZAU-China/js/custom.js"></script>
 
-
<script type="text/javascript">
 
-
countdownFrom = 15;
 
-
slideSpeed = 2000;
+
<style>
-
slideTimeout = 10000;
+
#navigation-background{
 +
    height:400px;
 +
    background: url("https://static.igem.org/mediawiki/2014/3/3c/%E7%BD%91%E7%AB%99%E9%A6%96%E9%A1%B5-%E6%94%B9%E5%B0%8F.jpg");
 +
    background-size: cover;
 +
}
 +
#nav{
 +
    width: 80%;
 +
    margin: auto;
 +
    padding-top:340px;
 +
    height: 36px;
 +
    z-index: 1000;
 +
}
 +
#nav a{
 +
    display: block;
 +
    width: 20%;
 +
    height: 36px;
 +
    line-height: 36px;
 +
    float: left;
 +
    border-bottom: 4px solid #fff;
 +
    text-align: center;
 +
    text-decoration: none;
 +
    color: #fff;
 +
    font-size: 25px;
 +
    font-family: Georgia,Times,"Times New Roman",serif;
 +
    z-index: 1000;
 +
}
 +
#nav a:first-child{
 +
    border-radius: 0 0 0 8px;
 +
    z-index: 1000;
 +
}
 +
#nav a:last-child{
 +
    border-radius: 0 0 8px 0;
 +
    z-index: 1000;
 +
}
 +
#nav a:hover{
 +
    border-bottom: 4px solid #F9F900;
 +
    color: #F9F900;
 +
    z-index: 1000;
 +
}
 +
#nav a:first-child:hover{
 +
    border-bottom: 4px solid #F9F900;
 +
    border-radius: 0 0 0 8px;
 +
    z-index: 1000;
 +
}
 +
#nav a:last-child:hover{
 +
    border-bottom: 4px solid #F9F900;
 +
    z-index: 1000;
 +
}
 +
/***navigation***/
 +
</style>
 +
<style>
 +
#contentcontain{
 +
    width: 975px;
 +
    font-family: Arial,Helvetica,sans-serif;
 +
    font-weight: normal;
 +
    font-size: 16px;
 +
    color: #414141;
 +
    margin:0 auto;
 +
}
 +
#Co-partners{
 +
    width:975px;
 +
    hight:110px;
 +
}
 +
#Co-partners0{
 +
    width:300px;
 +
    padding-left: 5px;
 +
    float: left;
 +
}
 +
#Co-partners1{
 +
    width:275px;
 +
    margin-left: 32px;
 +
    float: left;
 +
}
 +
#Co-partners2{
 +
    width:300px;
 +
    margin-top: 13px;
 +
    float: left;
 +
}
 +
#Co-partners3{
 +
    width:975px;
 +
    float: left;
 +
    padding-bottom: 0.5em;
 +
}
 +
#Supporter{
 +
    width:975px;
 +
    height:90px;
 +
}
 +
#Supporter0{
 +
    width:400px;
 +
    padding-left: 125px;
 +
    float: left;
 +
}
 +
#Supporter1{
 +
    width:275px;
 +
    padding-left: 50px;
 +
    float: left;
 +
}
 +
#Supporter2{
 +
    width:975px;
 +
    float: left;
 +
    padding-bottom: 0.5em;
 +
}
 +
#footer {
 +
    height: 112px;
 +
    background:url("https://static.igem.org/mediawiki/2014/7/73/%E7%BD%91%E7%AB%99xxx2.jpg");
 +
    background-size: cover;
 +
}
 +
h1, h2, h3, h4, h5 {
 +
    font-family: Georgia,Times,"Times New Roman",serif;
 +
}
 +
h1, h2, h3, h4, h5, h6 {
 +
    font-size: 150%;
 +
}
 +
h1, h2, h3, h4, h5, h6 {
 +
    color: #000;
 +
    background: none repeat scroll 0% 0% transparent;
 +
    font-weight: normal;
 +
    margin: 0px;
 +
    padding-top: 0.5em;
 +
    padding-bottom: 0.1em;
 +
    border-bottom: none;
 +
}
 +
p {
 +
    margin: 0px;
 +
    line-height: 1.6;
 +
    text-rendering: optimizelegibility;
 +
    padding-left:0.5em;
 +
}
 +
.underline-s {
 +
    width: 100%;
 +
    height: 4px;
 +
    background-color: #ABABAB;
 +
    margin-bottom: 15px;
 +
}
 +
ul {
 +
    list-style-type: square;
 +
    list-style-image: url('bullet.gif');
 +
    line-height: 1.6;
 +
}
 +
li {
 +
    margin-left: 1.5em;
 +
}
 +
</style>   
 +
</head>
 +
<body>
 +
<div id="navigation-background">
 +
<div id="nav">
 +
    <a href="https://2014.igem.org/Meetups/August_HZAU-China">HOME</a>
 +
    <a href="https://2014.igem.org/Meetups/August_HZAU-China/news"><i>NEWS!</i></a>
 +
    <a href="https://2014.igem.org/Meetups/August_HZAU-China/travel">TRAVEL</a>
 +
    <a href="https://2014.igem.org/Meetups/August_HZAU-China/download">DOWNLOAD</a>
 +
    <a href="https://2014.igem.org/Meetups/August_HZAU-China/note">NOTE</a>
 +
</div>
 +
</div>
-
/* dont' edit anyting below here unless you're sure about what you're doinf  */
+
<div id="contentcontain">
 +
    <br>
 +
    <h1 align="center"><b>Deadline of application: 23:59 July 10th</b></h1>
 +
   
 +
    <h2>When and where</h2>
 +
    <div class="underline-s"></div>
 +
    <p><a href="https://2014.igem.org/Team:HZAU-China"><b>Team: HZAU-China</b></a></p>
 +
    <p>August 23rd -24th, 2014</p>
 +
    <p>Huazhong Agricultural University, Wuhan</p>
 +
    <br>
 +
   
 +
    <h2>Who</h2>
 +
    <div class="underline-s"></div>
 +
    <ul>
 +
      <li>AHUT_China</li>
 +
      <li>BNU-China</li>
 +
      <li>CAU_China</li>
 +
      <li>HUST-China</li>
 +
      <li>HZAU-China</li>
 +
      <li>Jilin_China</li>
 +
      <li>LZU-China</li>
 +
      <li>NJU-QIBEBT</li>
 +
      <li>NUDT_CHINA</li>
 +
      <li>OUC-China</li>
 +
      <li>Peking</li>
 +
      <li>SCAU-China</li>
 +
      <li>SCUT</li>
 +
      <li>WHU-China</li>
 +
      <li>WHU-Pharm</li>
 +
    </ul>
 +
    <br>
 +
    <h2 id="">THE CENTRAL CHINA iGEMERS' MEETUP</h2>
 +
    <div class="underline-s"></div>
 +
    <p>Greetings! Welcome to Huazhong Agricultural University for the Central China iGEMers’ Meetup. Our meetup will be held on 23rd and 24th August, 2014, supported by the Central China iGEMers’ Consortium(CCiC). More than just for fun, we hope to look at iGEM from as many aspects as possible, and the two main topics we will focus on are: 1.Team project; 2.Team building. We have invited Zhang Haoqian of PKU and Liu Yang of OUC, two accomplished former iGEM leaders, as well as several other experienced former leaders to share their experiences with us and give their suggestions.</p>
 +
<br>
-
$(window).load(function () {
+
    <h2>What is CCiC</h2>
-
  getStarted()
+
    <div class="underline-s"></div>
-
});
+
    <p>'CCiC', or the Central China iGEMers' Consortium, is an institution that has existed long before it's name. The iGEM teams of WHU, HUST and HZAU have had a tradition of close collaboration, visiting each other every few weeks or so, discussing problems and helping each other.</p>
 +
<br>
-
Cufon.replace('http://chillyblues.chillyorange.com/h1');
+
    <h2>Contact us:</h2>
-
Cufon.replace('http://chillyblues.chillyorange.com/h2');
+
    <div class="underline-s"></div>
 +
    <p><b>CCiC E-mail:</b>igem_ccic@163.com<p>
 +
    <p><b>CCiC Communication Group:</b>143819574(QQ)     <b>Central iGEM Meet-up Group:</b>111910092(QQ)</p>
 +
    <p><b>Contact person:</b>Tian liu</p>
 +
    <p><b>Mobile:</b> +86 15623002846      <b>E-mail:</b>hzautianliu@gmail.com      <b>QQ:</b>617741669</p>
 +
    <p><b>Contact person:</b>Lu Huifang</p>
 +
    <p><b>Mobile:</b> +86 13720134615      <b>E-mail:</b>249426013@qq.com     <b>QQ:</b>249426013</p>
 +
<br>
-
slidesPause = 0;
+
     <div id="Co-partners">
-
 
+
    <div id="Co-partners3"><h2>Co-partners</h2><div class="underline-s"></div></div>
-
function getStarted(){
+
    <div id="Co-partners0"><img src="https://static.igem.org/mediawiki/2014/1/1d/Hzau_logo.png" width="305px"></div>
-
 
+
    <div id="Co-partners1"><img src="https://static.igem.org/mediawiki/2014/7/75/WHU_logo.png" width="265px"></div>
-
  if(countdownFrom > 0) {
+
    <div id="Co-partners2"><img src="https://static.igem.org/mediawiki/2014/3/34/HUST_logo.png" width="350px"></div>
-
 
+
-
cdown = setInterval(function(){
+
-
+
-
if(countdownFrom == 0) {
+
-
+
-
clearInterval(cdown);
+
-
+
-
$('#rightCorner').click(function(){
+
-
+
-
if(slidesPause == 0) {
+
-
+
-
$('#slides').cycle('pause');
+
-
$('#rightCorner').css("background", "url(../images/slideNavRight.gif) bottom no-repeat");
+
-
slidesPause = 1;
+
-
+
-
} else {
+
-
+
-
$('#slides').cycle('resume');
+
-
$('#rightCorner').css("background", "url(../images/slideNavRight.gif) top no-repeat");
+
-
slidesPause = 0;
+
-
+
-
}
+
-
});
+
-
+
-
//hide beforeSlideshow
+
-
+
-
$('#displayIn').animate({opacity:0}, 2000, function(){
+
-
+
-
$('#displayIn').css("background", "url(https://static.igem.org/mediawiki/2014/f/f9/MainDisplayBG.jpg) no-repeat bottom");
+
-
+
-
$('#beforeSlideshow').css("display", "none");
+
-
$('#slideshow').css("display", "block");
+
-
+
-
$('#displayIn').animate({opacity:1}, 3000);
+
-
+
-
//configfure spacer element in slnavBG
+
-
+
-
//activate slideshow
+
-
$('#slides').cycle({
+
-
    fx:     'scrollHorz',
+
-
    speed: slideSpeed,
+
-
    timeout: slideTimeout,
+
-
    delay:  -2000,
+
-
    next:  '#next',
+
-
    prev:  '#previous',
+
-
    pager:  '#slnav',
+
-
    easing: 'backinout'
+
-
  });
+
-
 
+
-
  $('#slnavSpacer').css("width", 880 - (24*$('div#slides>div.slide').length));
+
-
+
-
$('.slide').css("background", "none");
+
-
})
+
-
+
-
} else {
+
-
+
-
countdownFrom = countdownFrom - 1;
+
-
+
-
$('#count')[0].innerHTML = countdownFrom;
+
-
+
-
}
+
-
+
-
}, 1000);
+
-
+
-
} else if(countdownFrom == -1) {
+
-
+
-
$('#rightCorner').click(function(){
+
-
+
-
if(slidesPause == 0) {
+
-
+
-
$('#slides').cycle('pause');
+
-
$('#rightCorner').css("background", "url(../images/slideNavRight.gif) bottom no-repeat");
+
-
slidesPause = 1;
+
-
+
-
} else {
+
-
+
-
$('#slides').cycle('resume');
+
-
$('#rightCorner').css("background", "url(../images/slideNavRight.gif) top no-repeat");
+
-
slidesPause = 0;
+
-
+
-
}
+
-
});
+
-
+
-
$('#displayIn').css("background", "url(https://static.igem.org/mediawiki/2014/f/f9/MainDisplayBG.jpg) no-repeat bottom");
+
-
+
-
$('#beforeSlideshow').css("display", "none");
+
-
$('#slideshow').css("display", "block");
+
-
+
-
//activate slideshow
+
-
$('#slides').cycle({
+
-
    fx:    'scrollHorz',
+
-
    speed: slideSpeed,
+
-
    timeout: slideTimeout,
+
-
    delay:  -2000,
+
-
    next:  '#next',
+
-
    prev:  '#previous',
+
-
    pager:  '#slnav',
+
-
    easing: 'backinout'
+
-
  });
+
-
 
+
-
  $('#slnavSpacer').css("width", 880 - (24*$('div#slides>div.slide').length));
+
-
+
-
$('.slide').css("background", "none");
+
-
+
-
} else {
+
-
+
-
$('#countdown').css("visibility", "hidden");
+
-
+
-
}
+
-
}
+
-
 
+
-
</script>
+
-
</head>
+
-
 
+
-
<body>
+
-
<div class="container_16" id="main">
+
-
+
-
<div class="grid_16" id="top"><a href="#" id="qsm"><img id="down" src="images/dropdowntriangle.gif" alt="dropdown" /><img id="up" src="images/dropdowntriangle_.gif" alt="dropdown" /></a>
+
-
  <div id="qsmContainer">
+
-
<div id="qsmTop"></div>
+
-
<div id="qsmMiddle">
+
-
<div id="search">
+
-
<input type="text" value="search site" onfocus="if(this.value == 'search site'){this.value = ''}" />
+
-
<img src="images/search.gif" alt="search" />
+
-
</div>
+
-
<div class="clear"></div>
+
-
<ul>
+
-
<li><a href="index.html">Home</a></li>
+
-
<li><a href="#">RESULT</a></li>
+
-
<li><a href="#">Sponsor</a></li>
+
-
<li>
+
-
<a href="#">News</a>
+
-
<ul>
+
-
<li><a href="#">First DAY</a></li>
+
-
<li><a href="#">Second DAY</a></li>
+
-
</ul>
+
-
</li>
+
-
<li><a href="contact.html">Contact</a></li>
+
-
</ul>
+
-
</div><!-- /#qsmMiddle -->
+
-
<div id="qsmBottom"></div>
+
-
  </div>
+
-
  </div>
+
-
<div class="clear"></div>
+
-
+
-
<div class="grid_16" id="logo"></div>
+
-
<div class="clear"></div>
+
-
+
-
<div class="grid_16" id="navigation">
+
-
<ul>
+
-
<li><a href="index.html" class="current"><span>home</span></a></li>
+
-
<li><a href="#"><span>about</span></a></li>
+
-
<li><a href="#"><span>SPONSOR</span></a></li>
+
-
  <li><a href="#"><span>RESULT</span></a></li >
+
-
  <li><a href="#"><span>contact</span></a></li>
+
-
>
+
-
</ul>
+
-
<div id="triSlideContainer"><img src="images/currentarrow.gif" alt="arrow" /></div>
+
     </div>
     </div>
-
<div class="clear"></div>
+
   
-
+
    <div id="Supporter">
-
<div class="grid_16" id="mainDisplay">
+
    <div id="Supporter2"><h2>Supporter</h2><div class="underline-s"></div></div>
-
+
    <div id="Supporter0"><img src="https://static.igem.org/mediawiki/2014/f/fe/Sky_logo.png" width="400px"></div>
-
<div id="displayIn">
+
    <div id="Supporter1"><img src="https://static.igem.org/mediawiki/2014/4/44/CB.png" width="254px"></div>
-
+
    </div>
-
<div id="beforeSlideshow">
+
    <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
-
<div id="countdown">slideshow starting in &nbsp;&nbsp;<span id="count"><script type="text/javascript">document.write(countdownFrom)</script></span></div>
+
</div>
-
<h1>&nbsp;</h1>
+
</div>
-
<div class="clear"></div>
+
<div id="footer">
-
<pre id="best-content-1118712774" accuse="aContent"><strong><font face="Arial, Helvetica, sans-serif">It is 40 days before it !</font></strong></pre>
+
    <h2></h2>
-
<div class="clear"></div>
+
</div>
-
<div id="buttons"></div>
+
-
</div>
+
-
+
-
<div id="slideshow">
+
-
<div id="slideNav">
+
-
<div id="leftCorner"></div>
+
-
<div id="rightCorner"></div>
+
-
<div id="slnav"><div id="slnavSpacer"></div></div>
+
-
</div>
+
-
<div>
+
-
<div id="previous"></div>
+
-
<div id="next"></div>
+
-
+
-
<div id="slides"><!-- this is the main container for your slides -->
+
-
+
-
<div class="slide">
+
-
<div class="caption">
+
-
<h2>Purpose</h2>
+
-
<p>
+
-
The conference aims to help teams improve performance in the 2014 iGEM competition, and enhance close collaboration among  iGEM teams in China by establishing the Central China iGEMers’ Consortium(CCiC).
+
-
</p>
+
-
</div>
+
-
<div class="sImCon">
+
-
<img src="slideshow/slide1.jpg" alt="slide1" />
+
-
</div>
+
-
</div>
+
-
<div class="slide">
+
-
<div class="caption">
+
-
<h2>Time</h2>
+
-
<p>
+
-
23th Aug. 2014 (Saturday)
+
-
  </p>
+
-
</div>
+
-
<div class="sImCon">
+
-
<img src="slideshow/slide1.jpg" alt="slide1" />
+
-
</div>
+
-
</div>
+
-
<div class="slide">
+
-
<div class="caption">
+
-
<h2>Co-organizer</h2>
+
-
<p>
+
-
WHU-China
+
-
                                    WHU-Pharm  HUST-China
+
-
 
+
-
  </p>
+
-
</div>
+
-
<div class="sImCon">
+
-
<img src="slideshow/slide1.jpg" alt="slide1" />
+
-
</div>
+
-
</div>
+
-
<div class="slide">
+
-
<div class="caption">
+
-
<h2>address</h2>
+
-
<p>
+
-
Date: 23th Aug. 2014
+
-
 
+
-
Location: Center for International Academic Exchanges, Huazhong Agricultural University, Wuhan, China
+
-
  </p>
+
-
</div>
+
-
<div class="sImCon">
+
-
<img src="slideshow/slide1.jpg" alt="slide1" />
+
-
</div>
+
-
</div>
+
-
<div class="slide">
+
-
<div class="caption">
+
-
<h2>Who YOU Are</h2>
+
-
<p>
+
-
We welcome anyone who is interested in discussions about the details of projects as well as the role synthetic biology may play in a larger scope. Ours is named "Central China", but just as said in the CCiC page, inter-regional exchanges are also greatly welcomed! Practice or experience, we are ever eager to learn more-- from you, and about you!
+
-
  </p>
+
-
</div>
+
-
<div class="sImCon">
+
-
<img src="slideshow/slide1.jpg" alt="slide1" />
+
-
</div>
+
-
</div>
+
-
+
-
</div><!-- /#slides -->
+
-
+
-
</div><!-- /#slideshow -->
+
-
+
-
</div><!-- /#displayIn -->
+
-
+
-
</div>
+
-
</div><!-- /#mainDisplay -->
+
-
<div class="clear"></div>
+
-
+
-
</div><!-- /#main -->
+
-
<div class="copyrights">Collect from <a href="#/" ></a></div>
+
-
<div class="container_16" id="content">
+
-
+
-
<div class="grid_11 content" id="two_col">
+
-
<h2>CCIC</h2>
+
-
<p>
+
-
<img src="https://static.igem.org/mediawiki/2014/b/bd/Aboutus.jpg" alt="aboutus" />'CCiC', or the Central China iGEMers' Consortium, is an institution that has existed long before it's name. The iGEM teams of WHU, HUST and HZAU have a tradition of close collaboration, visiting each other every few weeks or so, discussing problems, having lunch together. It's only natural if a title is given to the contents
+
-
    </p>
+
-
<p>
+
-
<a href="about.html"></a>.
+
-
</p>
+
-
</div><!-- /#left -->
+
-
<div class="grid_5 news" id="one_col">
+
-
<h2>News &amp; Events</h2>
+
-
<ul>
+
-
<li>
+
-
<div class="cal">
+
-
<div class="month">AUG</div>
+
-
<div class="date">23</div>
+
-
</div>
+
-
<a href="post.html">First Day</a>
+
-
</li>
+
-
<li>
+
-
<div class="cal">
+
-
<div class="month">aug</div>
+
-
<div class="date">24</div>
+
-
</div>
+
-
<a href="post.html">Second Day</a>
+
-
</li>
+
-
</ul>
+
-
<a href="https://2014.igem.org/Meetups/August_HZAU-China" id="moreNews">more news</a>
+
-
+
-
<!--<h2>Testimonials</h2>
+
-
<div id="testimonials">
+
-
<div>
+
-
<div>
+
-
"Praesent vulputate euismod fringilla. Sed nec luctus lacus. Aliquam molestie massa at dolor ultrices dapibus. Donec non lorem nisi, ac lacinia nisl."
+
-
</div>
+
-
<div class="by">Someone - <a href="">Some organization</a></div>
+
-
</div>
+
-
<div>
+
-
<div>
+
-
"Fusce mollis justo id nisi volutpat laoreet. Vivamus sed sem vel ligula bibendum semper euismod et lacus. Suspendisse potenti. Proin magna risus."
+
-
</div>
+
-
<div class="by">Someone else - <a href="">Some organization</a></div>
+
-
</div>
+
-
<div>
+
-
<div>
+
-
"Praesent vulputate euismod fringilla. Sed nec luctus lacus. Aliquam molestie massa at dolor ultrices dapibus. Donec non lorem nisi, ac lacinia nisl."
+
-
</div>
+
-
<div class="by">Someone - <a href="">Some organization</a></div>
+
-
</div>
+
-
</div>-->
+
-
+
-
</div><!-- /#one_col -->
+
-
<div class="clear"></div>
+
-
+
-
</div><!-- /#content -->
+
-
+
-
<div id="footerwrapper">
+
-
+
-
<div class="container_16">
+
-
+
-
<div class="grid_16" id="footer">
+
-
<span id="address"><b>Central China iGEMers’ Meetup</b></span>
+
-
+
-
<div>
+
-
  <ul class="services">
+
-
    <li>HUST-China</li>
+
-
      </ul>
+
-
<ul class="services">
+
-
    <li>WHU-China</li>
+
-
<li>WHU-Pharm</li>
+
-
</ul>
+
-
<ul class="services">
+
-
    <li>HZAU-China</li>
+
-
</ul>
+
-
<div id="copyright">&copy; 2014 HZAU-iGEM - All rights reserved.</div>
+
-
</div>
+
-
+
-
</div>
+
-
<div class="clear"></div>
+
-
+
-
</div>
+
-
+
-
</div><!-- /#footerwrapper -->
+
-
<script type="text/javascript"> Cufon.now(); </script>
+
-
 
+
</body>
</body>
</html>
</html>

Latest revision as of 08:38, 10 August 2014


Deadline of application: 23:59 July 10th

When and where

Team: HZAU-China

August 23rd -24th, 2014

Huazhong Agricultural University, Wuhan


Who

  • AHUT_China
  • BNU-China
  • CAU_China
  • HUST-China
  • HZAU-China
  • Jilin_China
  • LZU-China
  • NJU-QIBEBT
  • NUDT_CHINA
  • OUC-China
  • Peking
  • SCAU-China
  • SCUT
  • WHU-China
  • WHU-Pharm

THE CENTRAL CHINA iGEMERS' MEETUP

Greetings! Welcome to Huazhong Agricultural University for the Central China iGEMers’ Meetup. Our meetup will be held on 23rd and 24th August, 2014, supported by the Central China iGEMers’ Consortium(CCiC). More than just for fun, we hope to look at iGEM from as many aspects as possible, and the two main topics we will focus on are: 1.Team project; 2.Team building. We have invited Zhang Haoqian of PKU and Liu Yang of OUC, two accomplished former iGEM leaders, as well as several other experienced former leaders to share their experiences with us and give their suggestions.


What is CCiC

'CCiC', or the Central China iGEMers' Consortium, is an institution that has existed long before it's name. The iGEM teams of WHU, HUST and HZAU have had a tradition of close collaboration, visiting each other every few weeks or so, discussing problems and helping each other.


Contact us:

CCiC E-mail:igem_ccic@163.com

CCiC Communication Group:143819574(QQ) Central iGEM Meet-up Group:111910092(QQ)

Contact person:Tian liu

Mobile: +86 15623002846 E-mail:hzautianliu@gmail.com QQ:617741669

Contact person:Lu Huifang

Mobile: +86 13720134615 E-mail:249426013@qq.com QQ:249426013


Co-partners

Supporter