Difference between revisions of "Team:HUST-China"

(Prototype team page)
 
Line 1: Line 1:
 
{{HUST-China}}
 
{{HUST-China}}
<html>
+
<!DOCTYPE html>
<h2> Welcome to iGEM 2015! </h2>
+
<html>
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
<head lang="en">
 +
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
 +
<meta charset="UTF-8">
 +
<meta name="viewport" content="width=device-width,initial-scale=1">
  
<h4>Before you start: </h4>
+
<title>team:iGEM-HUST:home</title>
<p> Please read the following pages:</p>
+
<link href="iGEM/bootstrap.css" rel="stylesheet">
<ul>
+
<link href="iGEM/home.css" rel="stylesheet">
<li>  <a href="https://2015.igem.org/Requirements">Requirements page </a> </li>
+
<li> <a href="https://2015.igem.org/Wiki_How-To">Wiki Requirements page</a></li>
+
<script type="text/javascript" src="iGEM/jquery-2.js"></script>
</ul>
+
<script type="text/javascript" src="iGEM/bootstrap.js"></script>
 +
<!-- <script language =javascript >
 +
var curIndex=0;
 +
//时间间隔 单位毫秒
 +
var timeInterval=5000;
 +
var arr=new Array();
 +
arr[0]="flash1.jpg";
 +
arr[1]="flash2.jpg";
 +
arr[2]="flash3.jpg";
 +
arr[3]="flash4.jpg";
 +
setInterval(changeImg,timeInterval);
 +
function changeImg()
 +
{
 +
var obj=document.getElementById("flash");
 +
if (curIndex==arr.length-1){curIndex=0;}
 +
else{curIndex+=1;}
 +
obj.src="iGEM/picture/"+arr[curIndex];
 +
}
 +
</script>
 +
-->
 +
<style>
 +
.shanglan{float: left;
 +
  font-size:14px;
 +
margin-left:10px;
 +
}
  
<div class="highlightBox">
+
.first-menu{float: left;
<h4> Styling your wiki </h4>
+
margin-left: 150px;
<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>
+
font-size: 20px;
<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>
+
}
</div>
+
.other-menu{float: left;
 +
margin-left:20px;
 +
font-size:20px;
 +
}
 +
.header{position: fixed;
 +
    width: 100%;
 +
  height:60px;
 +
  margin-top: 0px;
 +
  background-color:white;
 +
    filter:alpha(opacity:30);opacity:0.8;  -moz-opacity:0.4; -khtml-opacity: 0.4
 +
  }
 +
  
<h4> Editing your wiki </h4>
+
.navbar .nav > li .dropdown-menu {margin: 0;}
<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>
+
.navbar .nav > li:hover .dropdown-menu {display: block;}
<p> <a href="https://2015.igem.org/wiki/index.php?title=Team:HUST-China&action=edit"> Click here to edit this page! </a></p>
+
<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>
+
  
 +
a:link,a:visited {
 +
color:green;
 +
text-decoration:none;
 +
}
 +
a:hover,a:active {
 +
color:blue;
 +
text-decoration:underline;
 +
}
  
<h4>Templates </h4>
+
ul.ul{list-style-type:none;
<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
+
margin-bottom: 0px;}
<a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation </a> page.</p>
+
li.li{margin-top: 25px;}
 +
 +
/*  #flash{width: 100%;
 +
  height: 450px;
 +
  float: left;
 +
  margin-top: 80px}*/
 +
              #pic{background-image: url(picture/HUST2015_b.png);
 +
                    width:100%;
 +
                    height:580px;
 +
                background-size: 100%,100%;
 +
                float: left;}
 +
              #pic .wenzi{font-size:60px;
 +
              margin-left: 40%;
 +
                vertical-align: middle;
 +
                  background-size: 100%,100%;
 +
                color: white;}
 +
              #pic img{width: 50px;
 +
                      height: 50px;
 +
                      margin-left: 40%;}
 +
              .description{margin-left: 10%;
 +
              margin-right: 10%;
 +
              margin-top: 30px;
 +
              float: left;}
  
 +
  .zuhe{margin-top: 50px;
 +
        margin-left: 60px;
 +
  float: left;}
 +
.tupian{ width: 200px;
 +
  height: 180px;}
 +
  .fujia{height: 40px;
 +
  font-size:25px;}
 +
  .zuhe img{opacity: 1.0;}
 +
  .zuhe  img:hover{opacity: 0.8}
  
<h4>Tips</h4>
 
<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>
 
<ul>
 
<li>State your accomplishments! Tell people what you have achieved from the start. </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>
 
  
 +
  .wenzi{  margin-top: 50px;
 +
  margin-left: 30px;
 +
    float: left;
 +
  width: 250px;
 +
  height: 220px;
 +
  font-size: 15px; }
 +
 
 +
  .lianxi{margin-top: 30px;
 +
  background-image:url(/HUST2015_YZ.jpg);
 +
          width: 100%;
 +
      height: 250px;}
 +
         
 +
          .item{z-index: -1;}
 +
</style>
 +
</head>
  
<h4>Inspiration</h4>
+
<!--header-->
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
<!--上栏-->
<ul>
+
<body>
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
<!--上栏-->
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
<div class="container header">
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
<ul class="ul">
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
<li class="shanglan"><a href="">page</a></li>
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
+
<li class="shanglan"><a href="">discussion</a></li>
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
+
<li class="shanglan"><a href="">view source</a></li>
</ul>
+
<li class="shanglan"><a href="">history</a></li>
 +
</ul>
 +
              <br>
  
<h4> Uploading pictures and files </h4>
+
<!--悬浮菜单-->
<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 />
+
<div class="navbar">
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 class="navbar-inner">
 +
      <div class="container">
 +
          <ul class="nav">
 +
              <li class="first-menu"><a href="home.htm">Home<b class="caret"></b></a>
 +
              <ul class="dropdown-menu">
 +
                        <li><a href="home.htm">Overiew</a></li>  
 +
                    </ul>
 +
                </li>    
 +
                <li class="dropdown other-menu" id="accountmenu"><a href="#">Project<b class="caret"></b></a>
 +
                <ul class="dropdown-menu">
 +
                        <li><a href="project.htm">Background</a></li>
 +
                        <li class="divider"></li>
 +
                        <li><a href="project.htm">Design</a></li>
 +
                        <li class="divider"></li>
 +
                        <li><a href="#">Toolkit</a></li>          
 +
                    </ul>
 +
                        </li>
 +
                 
 +
                <li class="dropdown other-menu" id="accountmenu"><a href="#">Experiment<b class="caret"></b></a>
 +
                    <ul class="dropdown-menu">
 +
                        <li><a href="#">Protocol</a></li>
 +
                        <li class="divider"></li>
 +
                        <li><a href="#">Result</a></li>
 +
                    </ul>
 +
                </li>
 +
                 
 +
                <li class="other-menu"><a href="#">Modeling</a></li>
 +
                 
 +
                <li class="dropdown other-menu" id="accountmenu">
 +
                    <a class="dropdown-toggle" data-toggle="dropdown" href="#">Human Practice</a>
 +
                </li>
  
<a href="https://2015.igem.org/Special:Upload">CLICK HERE TO UPLOAD FILES</a>
+
              <li class="dropdown other-menu" id="accountmenu">
 +
                    <a class="dropdown-toggle" data-toggle="dropdown" href="#">Team</a>
 +
              </li>
 +
          </ul>
 +
      </div>
 +
      </div>
 +
    </div>
 +
    <script type="text/javascript">
 +
        $(document).ready(function () {
 +
          $('.dropdown-toggle').dropdown(); }); </script>
 +
</div>
 +
     
 +
<!--图片栏-->
 +
<div id="pic" >
 +
<div class="wenzi"><br><br><b>
 +
iGEM-HUST<br>WELCOME<br></b>
 +
<br>
 +
<a href="#0"><img src="iGEM/picture/HUST2015_YZ.jpg"></a>
 +
</div>
 +
</div>
 +
<!--描述-->
 +
<div class="description"><a name="0"></a>
 +
        <h3><b>Description</b></h3>
 +
        <h4>&nbsp &nbsp &nbsp &nbsp
 +
        <i><b>Y.Reef</b></i> is artificial reef in the seabed utilizing our engineered strains to consolidate the sands automatically. With it, we are able to construct marine farms since the Bio.reef provides a platform for organisms to grow in the ocean. We can have marine products raising like sea cucumbers or edible sea grass. In this way, we not only attain economical boost but also increase the biodiversity and enhance the marine system.
 +
    </h4>
 +
    </div>
 +
<!--正文-->
 +
<div class="container">
 +
  <div class="zuhe">
 +
  <a href="project.htm"><img src="iGEM/picture/HUST2015_GY.jpg" class="tupian"></a><br>
 +
<div class="fujia"><i>background>></i></div>
 +
</div>
 +
<div class="wenzi">When combining parts and modules to create larger scale systems, crosstalk and host overload often get in the way. In our project, we propose an elegant method to implement system integration.</div>
 +
       
 +
        <div class="zuhe">
 +
  <a href="#"><img src="iGEM/picture/HUST2015_GY.jpg" class="tupian"></a><br>
 +
<div class="fujia"><i>background>></i></div>
 +
</div>
 +
<div class="wenzi">When combining parts and modules to create larger scale systems, crosstalk and host overload often get in the way. In our project, we propose an elegant method to implement system integration.</div>
 +
 +
<div class="zuhe">
 +
  <a href="#"><img src="iGEM/picture/HUST2015_GY.jpg" class="tupian"></a><br>
 +
<div class="fujia"><i>background>></i></div>
 +
</div>
 +
<div class="wenzi">When combining parts and modules to create larger scale systems, crosstalk and host overload often get in the way. In our project, we propose an elegant method to implement system integration.</div>
 +
       
 +
        <div class="zuhe">
 +
  <a href="#"><img src="iGEM/picture/HUST2015_GY.jpg" class="tupian"></a><br>
 +
<div class="fujia"><i>background>></i></div>
 +
</div>
 +
<div class="wenzi">When combining parts and modules to create larger scale systems, crosstalk and host overload often get in the way. In our project, we propose an elegant method to implement system integration.</div>
 +
 +
</div>
  
 
+
<!--联系我们-->
 
+
<div class="lianxi">
</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.-->
+
<div class="container">
 
+
<h1>contact</h1>
</html>
+
<hr>
 +
<h2>tel:00000000<br>e-mail:0000000<br></h2>
 +
</div>
 +
</div>
 +
 +
</body>
 +
</html>

Revision as of 12:17, 15 July 2015

<!DOCTYPE html> team:iGEM-HUST:home




iGEM-HUST
WELCOME

Description

&nbsp &nbsp &nbsp &nbsp Y.Reef is artificial reef in the seabed utilizing our engineered strains to consolidate the sands automatically. With it, we are able to construct marine farms since the Bio.reef provides a platform for organisms to grow in the ocean. We can have marine products raising like sea cucumbers or edible sea grass. In this way, we not only attain economical boost but also increase the biodiversity and enhance the marine system.


background>>
When combining parts and modules to create larger scale systems, crosstalk and host overload often get in the way. In our project, we propose an elegant method to implement system integration.

background>>
When combining parts and modules to create larger scale systems, crosstalk and host overload often get in the way. In our project, we propose an elegant method to implement system integration.

background>>
When combining parts and modules to create larger scale systems, crosstalk and host overload often get in the way. In our project, we propose an elegant method to implement system integration.

background>>
When combining parts and modules to create larger scale systems, crosstalk and host overload often get in the way. In our project, we propose an elegant method to implement system integration.

contact


tel:00000000
e-mail:0000000