Team:USTC-Software/meetup

From 2011.igem.org

(Difference between revisions)
(Upload 2011/09/01)
Line 3: Line 3:
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
 +
<head>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
<title>Team:USTC-Software - 2011.igem.org/human practice</title>
+
<title>Team:USTC-Software - 2011.igem.org/meetup</title>
<meta name="description" content="meetup"/>
<meta name="description" content="meetup"/>
<meta name="keywords" content="USTC-Software,iGEM,synthetic biology"/>
<meta name="keywords" content="USTC-Software,iGEM,synthetic biology"/>
Line 25: Line 26:
a:link, a:visited { color: #0683ab; text-decoration: none; font-weight: normal; }  
a:link, a:visited { color: #0683ab; text-decoration: none; font-weight: normal; }  
a:active, a:hover { color: #0683ab; text-decoration: underline; }
a:active, a:hover { color: #0683ab; text-decoration: underline; }
-
 
img { margin: 0px; padding: 0px; border: none; }
img { margin: 0px; padding: 0px; border: none; }
-
 
#header_wrapper {
#header_wrapper {
width: 100%;
width: 100%;
height: 265px;
height: 265px;
-
background: url(https://static.igem.org/mediawiki/2011/0/04/USTC_Software_header.jpg) no-repeat top center;
+
background: url(./images/USTC_Software_header.jpg) no-repeat top center;
}
}
Line 42: Line 41:
padding: 0 10px;
padding: 0 10px;
margin: 0 auto;
margin: 0 auto;
-
background: url(https://static.igem.org/mediawiki/2011/0/04/USTC_Software_header.jpg) no-repeat top center;
+
background: url(./images/USTC_Software_header.jpg) no-repeat top center;
}
}
Line 60: Line 59:
font-size:24px;
font-size:24px;
}
}
-
 
#site_title h1 a {
#site_title h1 a {
Line 88: Line 86:
/* ---------- Navigation ---------- */
/* ---------- Navigation ---------- */
-
ul {
+
 
 +
ul   {
       list-style-image: none;
       list-style-image: none;
}
}
-
 
#nav {
#nav {
Line 100: Line 98:
padding-top: 70px;
padding-top: 70px;
height: 43px;
height: 43px;
-
list-style-type:none;
 
}
}
#nav .last {
#nav .last {
padding-right: 2px;
padding-right: 2px;
-
background-image:url(https://static.igem.org/mediawiki/2011/5/59/USTC_Software_nav_button_sep.jpg);
+
background-image:url(./images/USTC_Software_nav_button_sep.jpg);
background-repeat:no-repeat;
background-repeat:no-repeat;
background-position:right;
background-position:right;
-
list-style-type:none;
 
}
}
 +
#nav, #nav ul{
#nav, #nav ul{
margin:0;
margin:0;
Line 117: Line 114:
position:relative;
position:relative;
line-height:1.5em;
line-height:1.5em;
-
 
}
}
 +
#nav .on {
#nav .on {
color:#fff !important;
color:#fff !important;
-
background-image: url(https://static.igem.org/mediawiki/2011/0/00/USTC_Software_nav_button_bg.jpg) !important;
+
background-image: url(./images/USTC_Software_nav_button_bg.jpg) !important;
background-position: bottom left !important;
background-position: bottom left !important;
-
list-style-type:none;
 
}
}
 +
#nav a:link, #nav a:active, #nav a:visited{
#nav a:link, #nav a:active, #nav a:visited{
     display:block;
     display:block;
Line 131: Line 128:
     text-decoration:none;
     text-decoration:none;
text-transform: uppercase;
text-transform: uppercase;
-
background-image: url(https://static.igem.org/mediawiki/2011/0/00/USTC_Software_nav_button_bg.jpg);
+
background-image: url(./images/USTC_Software_nav_button_bg.jpg);
background-position: top left;
background-position: top left;
-
list-style-type:none;
 
}
}
 +
#nav a:hover {
#nav a:hover {
     color:#fff;
     color:#fff;
-
background-image: url(https://static.igem.org/mediawiki/2011/0/00/USTC_Software_nav_button_bg.jpg);
+
background-image: url(./images/USTC_Software_nav_button_bg.jpg);
background-position: bottom left;
background-position: bottom left;
-
list-style-type:none;
 
}
}
 +
#nav li{
#nav li{
     float:left;
     float:left;
     position:relative;
     position:relative;
-
list-style-type:none;
 
}
}
 +
#nav ul {
#nav ul {
     position:absolute;
     position:absolute;
Line 153: Line 150:
     display:none;
     display:none;
z-index: 1;
z-index: 1;
-
list-style-type:none;
 
}
}
 +
#nav li ul a {
#nav li ul a {
     width:9em;
     width:9em;
Line 160: Line 157:
background-color: #2e2e2e;
background-color: #2e2e2e;
background-image: none !important;
background-image: none !important;
-
list-style-type:none;
 
}
}
 +
#nav li ul a:hover {
#nav li ul a:hover {
background-color: #292929;
background-color: #292929;
-
list-style-type:none;
 
}
}
#nav ul ul{
#nav ul ul{
top:auto;
top:auto;
-
list-style-type:none;
 
}
}
Line 175: Line 170:
     left:12em;
     left:12em;
     margin:0px 0 0 10px;
     margin:0px 0 0 10px;
-
list-style-type:none;
 
     }
     }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
     display:none;
     display:none;
-
list-style-type:none;
 
     }
     }
 +
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
     display:block;
     display:block;
-
list-style-type:none;
 
     }
     }
Line 200: Line 193:
margin: 0 auto;
margin: 0 auto;
padding: 30px 40px;
padding: 30px 40px;
-
background: url(https://static.igem.org/mediawiki/2011/b/bc/USTC_Software_content.jpg) repeat-y;
+
background: url(./images/USTC_Software_content.jpg) repeat-y;
}
}
Line 207: Line 200:
font-size:24px;
font-size:24px;
padding: 0 0 60px 20px;
padding: 0 0 60px 20px;
-
background: url(https://static.igem.org/mediawiki/2011/4/4d/USTC_Software_header_bg.png) no-repeat bottom left;
+
background: url(./images/USTC_Software_header_bg.png) no-repeat bottom left;
}
}
-
 
#content_wrapper p {
#content_wrapper p {
Line 220: Line 212:
height: 15px;
height: 15px;
margin: 0 auto;
margin: 0 auto;
-
background: url(https://static.igem.org/mediawiki/2011/a/a5/USTC_Software_content_bottom.jpg) no-repeat;
+
background: url(./images/USTC_Software_content_bottom.jpg) no-repeat;
     background-color: #a0c73f;
     background-color: #a0c73f;
}
}
-
 
/* end of content_wrapper */
/* end of content_wrapper */
Line 289: Line 280:
}
}
/* end of footer*/
/* end of footer*/
-
 
-
#footer-box { background-color: transparent; border: none;}
 
</style>
</style>
Line 296: Line 285:
</head>
</head>
 +
<body>
-
<body>
 
<div id="header_wrapper">
<div id="header_wrapper">
Line 303: Line 292:
      
      
   <div id="site_title">
   <div id="site_title">
-
             <h1><img src="https://static.igem.org/mediawiki/2011/b/b8/USTC_Software_iGEM_logo.jpg" width="180" height="132" alt="iGEM" /> </br> </br> USTC-Software </h1>
+
             <h1><img src="images/USTC_Software_iGEM_logo.jpg" width="173" height="150" alt="iGEM" /> </br> </br> USTC-Software </h1>
         </div>
         </div>
          
          
Line 359: Line 348:
<h1> China Meetup </h1>
<h1> China Meetup </h1>
-
   <p><img src="https://static.igem.org/mediawiki/2011/1/1a/USTC_Software_meetup.jpg" width="910" height="500" alt="meetup"/></p>
+
   <p><img src="images/USTC_Software_meetup.jpg" width="910" height="500" alt="meetup"/></p>
   <p>Chinese teams began to participate  International Genetically Engineered Machine (iGEM) competition from 2007. The number of Chinese teams has increased to 20 from only 4 at the beginning.  
   <p>Chinese teams began to participate  International Genetically Engineered Machine (iGEM) competition from 2007. The number of Chinese teams has increased to 20 from only 4 at the beginning.  
Line 375: Line 364:
    
    
   <br /><br />
   <br /><br />
-
   <img src="https://static.igem.org/mediawiki/2011/d/de/USTC_Software_Young.png" width="300" height="50" alt="Young" />
+
   <img src="./images/USTC_Software_Young.png" width="300" height="50" alt="Young" />
    
    
-
   <img src="https://static.igem.org/mediawiki/2011/c/c6/USTC_Software_LSlogo.png" width="533" height="74" alt="School of Life Sciences"/> </p>
+
   <img src="./images/USTC_Software_LSlogo.png" width="533" height="74" alt="School of Life Sciences"/> </p>
    
    
    
    
Line 400: Line 389:
   <b> Welcome to &#160;&#160;<a href="http://en.ustc.edu.cn/" target="_blank">University of Science and Technology of China</a>&#160;! </b>
   <b> Welcome to &#160;&#160;<a href="http://en.ustc.edu.cn/" target="_blank">University of Science and Technology of China</a>&#160;! </b>
-
   <div id="to_org_box"><a href="https://2011.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2011/8/88/USTC_Software_back_to_igem.png" width="69" height="70"alt="to igem.org"/></a>
+
   <div id="to_org_box"><a href="https://2011.igem.org/Main_Page"><img src="./images/USTC_Software_back_to_igem.png" width="69" height="70"alt="to igem.org"/></a>
   </div>
   </div>
   <div id="totop_box">
   <div id="totop_box">
-
       <a href="#top"><img src="https://static.igem.org/mediawiki/2011/e/eb/USTC_Software_top_icon.gif" width="76" height="72"alt="go back to top"/></a>  
+
       <a href="#top"><img src="./images/USTC_Software_top_icon.gif" width="76" height="72"alt="go back to top"/></a>  
   </div>
   </div>

Revision as of 03:12, 1 September 2011


Team:USTC-Software - 2011.igem.org/meetup

China Meetup

meetup

Chinese teams began to participate International Genetically Engineered Machine (iGEM) competition from 2007. The number of Chinese teams has increased to 20 from only 4 at the beginning. Considering that the new teams are lack of experience in the 2011 competition and a platform for communication and cooperation between teams is badly needed, a meeting for all Chinese iGEMers -- iGEM 2011 China Meetup -- was held at University of Science and Technology of China (USTC) from July 29th to July 31th.

The theme of this conference is "iGEM -- the breeding ground for the next generation of synthetic biologists". During the conference, well-known experts was invited to promulgate their latest research findings and elucidate the development trend of synthetic biology, and there were also insightful students to make subjective reports and reviews. iGEM teams displayed the current progress of their projects, and shared their experiences with conference participants.

Prof. Xueming Zhao from Tianjin University, Prof. Michael Q. Zhang from CSHL & Tsinghua University and Prof. Jiarui Wu from SIBS & USTC were invited to give lectures. The conference was open to all undergraduates, graduate students and researchers who are interested in iGEM and synthetic biology. Participants interacted with each other and the lecturers during the conference. The conference is supported by School of Life Science, USTC and the Committee of Communist Youth League of China, USTC.



Young School of Life Sciences