Difference between revisions of "Team:Shiyan SY China"

Line 1: Line 1:
<!doctype html>
+
{{Example}}
 
<html>
 
<html>
<head>
+
<h2> Welcome to iGEM 2015! </h2>
<meta charset="utf-8">
+
<p>Your team has been approved and you are ready to start the iGEM season! </p>
<title>IGEM</title>
+
<style type="text/css">
+
@charset "utf-8";
+
/* CSS Document */
+
*{
+
margin:0px;
+
padding:0px;
+
}
+
body{
+
font-family: Arial, Helvetica, Verdana;
+
color:#000;
+
font-size:12px;
+
}
+
img{
+
border:none;
+
}
+
ul ,li{
+
list-style:none;
+
}
+
a{
+
text-decoration:none;
+
}
+
html ,body{
+
height:100%;
+
}
+
.top{
+
background:#d3cac7 url(images/bg.jpg) no-repeat top center;
+
width:100%;
+
padding-top:43px;
+
height:630px;
+
}
+
.nav_bar{
+
background:#000;
+
opacity:0.8;
+
height:80px;
+
line-height:74px;
+
position:relative;
+
}
+
.nav{
+
width:1050px;
+
margin:0px auto;
+
position:relative;
+
height:80px;
+
}
+
.nav li{
+
float:left;
+
display:block;
+
width:150px;
+
text-align:center;
+
position:relative;
+
}
+
.nav li a{
+
color:#fff;
+
font-size:16px;
+
display:block;
+
}
+
.nav li a:hover{
+
color:#C99091;
+
}
+
  
.sub{display:none;position:absolute;left:0px;top:80px;z-index:1;border:1px solid #E6E4E3;border-top:0; background:#fff;}
+
<h4>Before you start: </h4>
.sub li{text-align:center;margin-bottom:-1px; display:block;width:146px; }
+
<p> Please read the following pages:</p>
.sub li a{display:block; border-bottom:1px solid #E6E4E3;padding:8px 0;height:28px;line-height:28px;color:#666;}
+
<ul>
.sub li a:hover{color:#1E95FB;}
+
<li>  <a href="https://2015.igem.org/Requirements">Requirements page </a> </li>
.logo{
+
<li> <a href="https://2015.igem.org/Wiki_How-To">Wiki Requirements page</a></li>
width:150px;
+
</ul>
margin:0px auto 0px;
+
text-align:center;
+
position:relative;
+
top:-20px;
+
height:122px;
+
}
+
.n1{
+
border-bottom:6px solid #2980b9;
+
}
+
.n2{
+
border-bottom:6px solid #27ae60;
+
}
+
.n3{
+
border-bottom:6px solid #f39c12;
+
+
}
+
.n4{
+
border-bottom:6px solid #0498f9;
+
  
}
+
<div class="highlightBox">
.n5{
+
<h4> Styling your wiki </h4>
border-bottom:6px solid #8e44ad;
+
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
}
+
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>
.n6{
+
</div>
border-bottom:6px solid #be382a;
+
}
+
.tc{
+
width:900px;
+
margin:0px auto;
+
margin-top:-40px;
+
}
+
.wel{
+
width:1000px;
+
margin:0px auto;
+
padding:75px 20px;
+
}
+
h1{
+
font-size:70px;
+
text-align:center;
+
margin-bottom:30px;
+
}
+
.wel p{
+
font-size:16px;
+
line-height:40px;
+
}
+
.wel img{
+
float:right;}
+
.team{
+
background:#009b5b;
+
padding:75px 20px;
+
}
+
.team h1{
+
color:#fff;
+
margin-bottom:50px;
+
}
+
.team ul{
+
width:1040px;
+
margin:0px auto;
+
}
+
.team ul li{
+
float:left;
+
background:#ffffff;
+
width:235px;
+
height:184px;
+
font-size:14px;
+
line-height:28px;
+
}
+
.team ul li.bar{
+
}
+
.caret {
+
  display: inline-block;
+
  float:left;
+
  width: 0;
+
  height: 0;
+
  top:85px;
+
  position:relative;
+
  vertical-align: middle;
+
  border-right: 10px solid transparent ;
+
  border-left: 10px solid #009b5b ;
+
  border-top: 10px solid transparent ;
+
  border-bottom: 10px solid transparent ;
+
  
}
+
<h4> Editing your wiki </h4>
li.bar p{
+
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
float:right;
+
<p> <a href="https://2015.igem.org/wiki/index.php?title=Team:Example&action=edit"> Click here to edit this page! </a></p>
margin:-10px 10px 0px;
+
<p>See tips on how to edit your wiki on the <a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation</a> page.</p>
word-break:break-all;
+
}
+
.bar2 .caret {
+
  display: inline-block;
+
  float:right;
+
  width: 0;
+
  height: 0;
+
  top:85px;
+
  position:relative;
+
  vertical-align: middle;
+
  border-left: 10px solid transparent ;
+
  border-right: 10px solid #009b5b ;
+
  border-top: 10px solid transparent ;
+
  border-bottom: 10px solid transparent ;
+
  
}
 
li.bar2 p{
 
float:left;
 
margin:-10px 10px 0px;
 
word-break:break-all;
 
}
 
.content{
 
width:980px;
 
margin:0px auto;
 
padding:20px 10px;
 
}
 
.content h1{
 
font-size:24px;
 
}
 
.content img{
 
float:left;
 
margin:10px;
 
}
 
.t1{
 
font-size:18px;
 
word-break:break-all;
 
}
 
.footer{
 
margin:40px auto ;
 
text-align:center;
 
}
 
  
 +
<h4>Templates </h4>
 +
<p> This year we have created templates for teams to use freely. More information on how to use and edit the templates can be found on the
 +
<a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation </a> page.</p>
  
</style>
+
 
</head>
+
<h4>Tips</h4>
<body>
+
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
<div class="top">
+
<div class="nav_bar">
+
                    <ul class="nav clearfix">
+
                       
+
                        <li class="m n1">
+
                            <h3><a target="_blank" style="cursor: pointer;" onclick="location.href ='protect.html';" title="">PROJECT</a></h3>
+
                            <ul class="sub">
+
                                <li ><a href="">PROJECT11</a> </li>
+
                                <li ><a href="">PROJECT22</a> </li>
+
                            </ul>
+
                        </li>
+
                     
+
                        <li class="m n2">
+
                            <h3><a target="_blank" style="cursor: pointer;" onclick="location.href ='CoOpration.html';"title="">COOPERATION</a></h3>
+
                        </li>
+
                       
+
                        <li class="m n3">
+
                            <h3><a target="_blank" style="cursor: pointer;" onclick="location.href ='practice.html';"  title="">PRACTICE</a></h3>
+
                            <ul class="sub">
+
                        <li ><a href="">NOTEBOOKss</a> </li>
+
                            <li ><a href="">NOTEBOOKss</a> </li>
+
</ul>
+
                        </li>
+
                      <li class="logo">
+
                            <img src="images/logo.png"  width="122" height="122" style="cursor: pointer;" onclick="location.href ='index.html';">
+
                        </li>
+
                        <li class="m n4">
+
                            <h3><a target="_blank" style="cursor: pointer;" onclick="location.href ='Safety.html';" title="">SAFETY</a></h3>
+
                        </li>
+
                        <li class="m n5">
+
                            <h3><a target="_blank" style="cursor: pointer;" onclick="location.href ='team.html';"  title="">TEAM</a></h3>
+
                            <ul class="sub">
+
                        <li ><a href="team.html#t1">MEMBERS</a> </li>
+
                            <li ><a href="team.html#t2">MEMBERS22</a> </li>
+
                            </ul>
+
                        </li>
+
                        <li class="m n6">
+
                            <h3><a target="_blank" style="cursor: pointer;" onclick="location.href ='notebook.html';"  title="">NOTEBOOK</a></h3>
+
                            <ul class="sub">
+
                        <li ><a href="">NOTEBOOKss</a> </li>
+
                            <li ><a href="">NOTEBOOKss</a> </li>
+
                         
+
                            </ul>
+
                        </li>
+
                      <br clear="all">
+
                    </ul>
+
</div>
+
+
+
<div class="tc"><img src="images/banner.png" width="898" height="421"></div>
+
</div><!--EOF top-->
+
<div class="wel">
+
<h1>iGEM Foundation</h1>
+
<img src="images/r_logo.jpg" width="176" height="139">
+
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The iGEM Foundation is dedicated to education and competition, advancement of synthetic biology,
+
and the development of open community and collaboration.The main program at the iGEM
+
Foundation is the International Genetically Engineered Machine (iGEM) Competition. The iGEM
+
Competition is the premiere student competition in Synthetic Biology. Since 2004, participants
+
of the competition have experienced education, teamwork, sharing, and more in a unique
+
competition setting.
+
</p>
+
</div>
+
<div class="team">
+
<h1>ShiYan_SY_China</h1>
+
 
<ul>
 
<ul>
  <li><img src="images/8001.jpg" width="235" height="184"></li>
+
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
  <li class="bar"><span class="caret"></span><P> We communicated with sponsors.    </P></li>
+
<li>Be clear about what you are doing and how you plan to do this.</li>
 
+
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
 +
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
 +
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
 +
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2015.igem.org/Calendar_of_Events">iGEM 2015 calendar</a> </li>
 +
<li>Have lots of fun! </li>
 +
</ul>
  
  <li><img src="images/8002.jpg" width="235" height="184"></li>
+
 
  <li class="bar"><span class="caret"></span><P>    We held the DIY T-shirt program in our high school.            </P></li>
+
<h4>Inspiration</h4>
  <li class="bar2"><span class="caret"></span><P>  We talked about the plan about our website. </P></li>
+
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
  <li><img src="images/8003.jpg" width="235" height="184"></li>
+
<ul>
  <li class="bar2"><span class="caret"></span><P>              We held the DIY T-shirt progrem          </P></li>
+
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
  <li><img src="images/8004.jpg" width="235" height="184"></li>
+
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
 
+
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
<br clear="all">
+
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
 +
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
 +
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
 
</ul>
 
</ul>
</div>
+
 
<div class="footer">
+
<h4> Uploading pictures and files </h4>
<p>© 2014 Huazhong Agricultural University iGEM Team. All rights reserved.
+
<p> You can upload your pictures and files to the iGEM 2015 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. <br />
</p><br clear="all">
+
When you upload, set the "Destination Filename" to <code>Team:YourOfficialTeamName/NameOfFile.jpg</code>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
</div>
+
 
</body>
+
<a href="https://2015.igem.org/Special:Upload">CLICK HERE TO UPLOAD FILES</a>
 +
 
 +
 
 +
 
 +
</div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
 +
 
 
</html>
 
</html>

Revision as of 01:51, 17 August 2015



Add a banner to your wiki!

You can make the image 980px by 200px

Remember to call the file: "Team_Example_banner.jpg"

Welcome to iGEM 2015!

Your team has been approved and you are ready to start the iGEM season!

Before you start:

Please read the following pages:

Styling your wiki

You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.

While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.

Editing your wiki

On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world!

Click here to edit this page!

See tips on how to edit your wiki on the Template Documentation page.

Templates

This year we have created templates for teams to use freely. More information on how to use and edit the templates can be found on the Template Documentation page.

Tips

This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started:

  • State your accomplishments! Tell people what you have achieved from the start.
  • Be clear about what you are doing and how you plan to do this.
  • You have a global audience! Consider the different backgrounds that your users come from.
  • Make sure information is easy to find; nothing should be more than 3 clicks away.
  • Avoid using very small fonts and low contrast colors; information should be easy to read.
  • Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the iGEM 2015 calendar
  • Have lots of fun!

Inspiration

You can also view other team wikis for inspiration! Here are some examples:

Uploading pictures and files

You can upload your pictures and files to the iGEM 2015 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name.
When you upload, set the "Destination Filename" to Team:YourOfficialTeamName/NameOfFile.jpg. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)

CLICK HERE TO UPLOAD FILES