Difference between revisions of "Team:NTU-LIHPAO-Taiwan"

Line 1: Line 1:
 
{{NTU-LIHPAO-Taiwan}}
 
{{NTU-LIHPAO-Taiwan}}
 
<html>
 
<html>
<h2> Welcome to iGEM 2015! </h2>
+
<head>
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
  
<h4>Before you start: </h4>
+
<script type="text/javascript" charset="utf-8">
<p> Please read the following pages:</p>
+
  $(window).load(function() {
<ul>
+
    $('.flexslider').flexslider();
<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>
</ul>
+
  
<div class="highlightBox">
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<h4> Styling your wiki </h4>
+
<title>無標題文件</title>
<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>
+
<style type="text/css">
<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>
+
body {
</div>
+
background-color: #F0F0F0;
 +
}
 +
body,td,th {
 +
font-family: Calibri, "新細明體", serif;
 +
}
 +
#Wrapper {
 +
margin-right: auto;
 +
margin-left: auto;
 +
background-color: #FFF;
 +
margin-top: 0px;
 +
margin-bottom: 0px;
 +
width: 1150px;
 +
height: 1000px;
 +
top: 0px;
 +
left: 100px;
 +
right: auto;
 +
position: absolute;
 +
bottom: 0px;
 +
padding-top: 0px;
 +
padding-bottom: 0px;
 +
}
 +
#Wrapper_TOP {
 +
background-color: #FFF;
 +
height: 20px;
 +
width: 1150px;
 +
position: absolute;
 +
top: 0px;
 +
left: 100px;
 +
right: auto;
 +
}
  
<h4> Editing your wiki </h4>
+
/*-------------------------------------------*/
<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>
+
/*----------------flexslider-----------------*/
<p> <a href="https://2015.igem.org/wiki/index.php?title=Team:NTU-LIHPAO-Taiwan&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>
+
  
 +
@font-face {
 +
  font-family: 'flexslider-icon';
 +
  src: url('fonts/flexslider-icon.eot');
 +
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
 +
  font-weight: normal;
 +
  font-style: normal;
 +
}
 +
/* ====================================================================================================================
 +
* RESETS
 +
* ====================================================================================================================*/
 +
.flex-container a:hover,
 +
.flex-slider a:hover,
 +
.flex-container a:focus,
 +
.flex-slider a:focus {
 +
  outline: none;
 +
}
 +
.slides,
 +
.slides > li,
 +
.flex-control-nav,
 +
.flex-direction-nav {
 +
  margin: 0;
 +
  padding: 0;
 +
  list-style: none;
 +
}
 +
.flex-pauseplay span {
 +
  text-transform: capitalize;
 +
}
 +
/* ====================================================================================================================
 +
* BASE STYLES
 +
* ====================================================================================================================*/
 +
.flexslider {
 +
  margin: 0;
 +
  padding: 0;
 +
}
 +
.flexslider .slides > li {
 +
  display: none;
 +
  -webkit-backface-visibility: hidden;
 +
}
 +
.flexslider .slides img {
 +
  width: 100%;
 +
  display: block;
 +
}
 +
.flexslider .slides:after {
 +
  content: "\0020";
 +
  display: block;
 +
  clear: both;
 +
  visibility: hidden;
 +
  line-height: 0;
 +
  height: 0;
 +
}
 +
html[xmlns] .flexslider .slides {
 +
  display: block;
 +
}
 +
* html .flexslider .slides {
 +
  height: 1%;
 +
}
 +
.no-js .flexslider .slides > li:first-child {
 +
  display: block;
 +
}
 +
/* ====================================================================================================================
 +
* DEFAULT THEME
 +
* ====================================================================================================================*/
 +
.flexslider {
 +
  margin: 0 0 60px;
 +
  background: #ffffff;
 +
  border: 4px solid #ffffff;
 +
  position: relative;
 +
  zoom: 1;
 +
  -webkit-border-radius: 4px;
 +
  -moz-border-radius: 4px;
 +
  border-radius: 4px;
 +
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
 +
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
 +
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
 +
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
 +
}
 +
.flexslider .slides {
 +
  zoom: 1;
 +
}
 +
.flexslider .slides img {
 +
  height: auto;
 +
}
 +
.flex-viewport {
 +
  max-height: 2000px;
 +
  -webkit-transition: all 1s ease;
 +
  -moz-transition: all 1s ease;
 +
  -ms-transition: all 1s ease;
 +
  -o-transition: all 1s ease;
 +
  transition: all 1s ease;
 +
}
 +
.loading .flex-viewport {
 +
  max-height: 300px;
 +
}
 +
.carousel li {
 +
  margin-right: 5px;
 +
}
 +
.flex-direction-nav {
 +
  *height: 0;
 +
}
 +
.flex-direction-nav a {
 +
  text-decoration: none;
 +
  display: block;
 +
  width: 40px;
 +
  height: 40px;
 +
  margin: -20px 0 0;
 +
  position: absolute;
 +
  top: 50%;
 +
  z-index: 10;
 +
  overflow: hidden;
 +
  opacity: 0;
 +
  cursor: pointer;
 +
  color: rgba(0, 0, 0, 0.8);
 +
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
 +
  -webkit-transition: all 0.3s ease-in-out;
 +
  -moz-transition: all 0.3s ease-in-out;
 +
  -ms-transition: all 0.3s ease-in-out;
 +
  -o-transition: all 0.3s ease-in-out;
 +
  transition: all 0.3s ease-in-out;
 +
}
 +
.flex-direction-nav a:before {
 +
  font-family: "flexslider-icon";
 +
  font-size: 40px;
 +
  display: inline-block;
 +
  content: '\f001';
 +
  color: rgba(0, 0, 0, 0.8);
 +
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
 +
}
 +
.flex-direction-nav a.flex-next:before {
 +
  content: '\f002';
 +
}
 +
.flex-direction-nav .flex-prev {
 +
  left: -50px;
 +
}
 +
.flex-direction-nav .flex-next {
 +
  right: -50px;
 +
  text-align: right;
 +
}
 +
.flexslider:hover .flex-direction-nav .flex-prev {
 +
  opacity: 0.7;
 +
  left: 10px;
 +
}
 +
.flexslider:hover .flex-direction-nav .flex-prev:hover {
 +
  opacity: 1;
 +
}
 +
.flexslider:hover .flex-direction-nav .flex-next {
 +
  opacity: 0.7;
 +
  right: 10px;
 +
}
 +
.flexslider:hover .flex-direction-nav .flex-next:hover {
 +
  opacity: 1;
 +
}
 +
.flex-direction-nav .flex-disabled {
 +
  opacity: 0!important;
 +
  filter: alpha(opacity=0);
 +
  cursor: default;
 +
}
 +
.flex-pauseplay a {
 +
  display: block;
 +
  width: 20px;
 +
  height: 20px;
 +
  position: absolute;
 +
  bottom: 5px;
 +
  left: 10px;
 +
  opacity: 0.8;
 +
  z-index: 10;
 +
  overflow: hidden;
 +
  cursor: pointer;
 +
  color: #000;
 +
}
 +
.flex-pauseplay a:before {
 +
  font-family: "flexslider-icon";
 +
  font-size: 20px;
 +
  display: inline-block;
 +
  content: '\f004';
 +
}
 +
.flex-pauseplay a:hover {
 +
  opacity: 1;
 +
}
 +
.flex-pauseplay a.flex-play:before {
 +
  content: '\f003';
 +
}
 +
.flex-control-nav {
 +
  width: 100%;
 +
  position: absolute;
 +
  bottom: -40px;
 +
  text-align: center;
 +
}
 +
.flex-control-nav li {
 +
  margin: 0 6px;
 +
  display: inline-block;
 +
  zoom: 1;
 +
  *display: inline;
 +
}
 +
.flex-control-paging li a {
 +
  width: 11px;
 +
  height: 11px;
 +
  display: block;
 +
  background: #666;
 +
  background: rgba(0, 0, 0, 0.5);
 +
  cursor: pointer;
 +
  text-indent: -9999px;
 +
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
 +
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
 +
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
 +
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
 +
  -webkit-border-radius: 20px;
 +
  -moz-border-radius: 20px;
 +
  border-radius: 20px;
 +
}
 +
.flex-control-paging li a:hover {
 +
  background: #333;
 +
  background: rgba(0, 0, 0, 0.7);
 +
}
 +
.flex-control-paging li a.flex-active {
 +
  background: #000;
 +
  background: rgba(0, 0, 0, 0.9);
 +
  cursor: default;
 +
}
 +
.flex-control-thumbs {
 +
  margin: 5px 0 0;
 +
  position: static;
 +
  overflow: hidden;
 +
}
 +
.flex-control-thumbs li {
 +
  width: 25%;
 +
  float: left;
 +
  margin: 0;
 +
}
 +
.flex-control-thumbs img {
 +
  width: 100%;
 +
  height: auto;
 +
  display: block;
 +
  opacity: .7;
 +
  cursor: pointer;
 +
  -webkit-transition: all 1s ease;
 +
  -moz-transition: all 1s ease;
 +
  -ms-transition: all 1s ease;
 +
  -o-transition: all 1s ease;
 +
  transition: all 1s ease;
 +
}
 +
.flex-control-thumbs img:hover {
 +
  opacity: 1;
 +
}
 +
.flex-control-thumbs .flex-active {
 +
  opacity: 1;
 +
  cursor: default;
 +
}
 +
/* ====================================================================================================================
 +
* RESPONSIVE
 +
* ====================================================================================================================*/
 +
@media screen and (max-width: 860px) {
 +
  .flex-direction-nav .flex-prev {
 +
    opacity: 1;
 +
    left: 10px;
 +
  }
 +
  .flex-direction-nav .flex-next {
 +
    opacity: 1;
 +
    right: 10px;
 +
  }
 +
}
  
<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>
 
  
  
<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>
+
/*--------------------nav--------------------*/
<ul>
+
/*-------------------------------------------*/
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
.nav {
<li>Be clear about what you are doing and how you plan to do this.</li>
+
position: absolute;
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
top: 200px;
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
left: 0px;
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
right: auto;
<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>
+
    list-style:none;
<li>Have lots of fun! </li>
+
    margin:0;
</ul>
+
    padding:0;
 +
}
  
 +
.nav ul {
 +
    *zoom:1;
 +
    list-style:none;
 +
    margin:0;
 +
    padding:0;
 +
    background:#FFF;
 +
}
  
<h4>Inspiration</h4>
+
.nav ul:before,.nav ul:after {
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
    content:"";
<ul>
+
    display:table;
<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>
+
 
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
.nav ul:after {
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
    clear:both;
<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>
+
.nav a {
 +
text-decoration:none;
 +
display:block;
 +
padding:10px 10px;
 +
line-height:1.2em;
 +
color:#000;
 +
text-align: center;
 +
vertical-align: middle;
 +
}
 +
 
 +
.nav a:hover {
 +
text-decoration:none;
 +
background:#FFF;
 +
text-align: center;
 +
vertical-align: middle;
 +
}
 +
 
 +
.nav li ul {
 +
    position:absolute;
 +
    left:0;
 +
    top:36px;
 +
    z-index:1;
 +
}
 +
 
 +
.nav li ul li {
 +
    overflow:hidden;
 +
    height:0;
 +
}
 +
 
 +
.nav li ul a {
 +
    border:none;
 +
    background:rgba(0,0,0,0.05);
 +
-webkit-transition:background 500ms ease-in-out;
 +
    -moz-transition:background 500ms ease-in-out;
 +
    -o-transition:background 500ms ease-in-out;
 +
    transition:background 500ms ease-in-out;
 +
}
 +
 
 +
.nav li ul a:hover {
 +
    background:rgba(0,0,0,0.2);
 +
}
 +
 
 +
.nav ul > li {
 +
text-decoration:none;
 +
    float:left;
 +
    position:relative;
 +
height:36px;
 +
width: 125px;
 +
}
 +
 
 +
.nav ul > li:hover ul.subs {
 +
    height:auto;
 +
    width:300px;
 +
}
 +
 
 +
.nav ul > li:hover ul li {
 +
line-height: 24px;
 +
text-decoration:none;
 +
height:36px;
 +
width: 300px;
 +
text-align: center;
 +
vertical-align: middle;
 +
    border-left:1px solid #6E67A6;
 +
    -webkit-transition:height 250ms ease-in;
 +
    -moz-transition:height 250ms ease-in;
 +
    -o-transition:height 250ms ease-in;
 +
    transition:height 250ms ease-in;
 +
}
 +
 
 +
 
 +
/*--------------------------------------------*/
 +
/*--------------------nav2--------------------*/
 +
/*--------------------------------------------*/
 +
.nav2 {
 +
position: absolute;
 +
top: 200px;
 +
left: auto;
 +
right: 0px;
 +
    list-style:none;
 +
    margin:0;
 +
    padding:0;
 +
}
 +
 
 +
.nav2 ul {
 +
    *zoom:1;
 +
    list-style:none;
 +
    margin:0;
 +
    padding:0;
 +
    background:#FFF;
 +
}
 +
 
 +
.nav2 ul:before,.nav ul:after {
 +
    content:"";
 +
    display:table;
 +
}
 +
 
 +
.nav2 ul:after {
 +
    clear:both;
 +
}
 +
 
 +
.nav2 a {
 +
text-decoration:none;
 +
display:block;
 +
padding:10px 10px;
 +
line-height:1.2em;
 +
color:#000;
 +
text-align: center;
 +
vertical-align: middle;
 +
}
 +
 
 +
.nav2 a:hover {
 +
text-decoration:none;
 +
background:#FFF;
 +
text-align: center;
 +
vertical-align: middle;
 +
}
 +
 
 +
.nav2 li ul {
 +
    position:absolute;
 +
    right:0;
 +
    top:36px;
 +
    z-index:1;
 +
}
 +
 
 +
.nav2 li ul li {
 +
    overflow:hidden;
 +
    height:0;
 +
}
 +
 
 +
.nav2 li ul a {
 +
    border:none;
 +
    background:rgba(0,0,0,0.05);
 +
-webkit-transition:background 500ms ease-in-out;
 +
    -moz-transition:background 500ms ease-in-out;
 +
    -o-transition:background 500ms ease-in-out;
 +
    transition:background 500ms ease-in-out;
 +
}
 +
 
 +
.nav2 li ul a:hover {
 +
    background:rgba(0,0,0,0.2);
 +
}
 +
 
 +
.nav2 ul > li {
 +
text-decoration:none;
 +
    float:right;
 +
    position:relative;
 +
height:36px;
 +
width: 125px;
 +
}
 +
 
 +
.nav2 ul > li:hover ul.subs {
 +
    height:auto;
 +
    width:300px;
 +
}
 +
 
 +
.nav2 ul > li:hover ul li {
 +
line-height: 24px;
 +
text-decoration:none;
 +
height:36px;
 +
width: 300px;
 +
text-align: center;
 +
vertical-align: middle;
 +
    border-right:1px solid #6E67A6;
 +
    -webkit-transition:height 250ms ease-in;
 +
    -moz-transition:height 250ms ease-in;
 +
    -o-transition:height 250ms ease-in;
 +
    transition:height 250ms ease-in;
 +
}
 +
 
 +
 
 +
</style>
 +
</head>
 +
 
 +
 
 +
<!---------------------------------------->
 +
<!---------------------------------------->
 +
<!------------------BODY------------------>
 +
<!---------------------------------------->
 +
<!---------------------------------------->
 +
 
 +
<body>
 +
 
 +
<div id="Wrapper_TOP"></div>
 +
 
 +
<div id="Wrapper">
 +
<nav class="nav">
 +
    <ul>
 +
        <li><a href="#">Home</a>
 +
            <ul class="subs">
 +
                <li><a href="#">Subnav Item</a></li>
 +
                <li><a href="#">Subnav Item</a></li>
 +
                <li><a href="#">Subnav Item</a></li>
 +
            </ul>
 +
        </li>
 +
       
 +
        <li><a href="#">Team</a>
 +
            <ul class="subs">
 +
                <li><a href="#">Subnav Item</a></li>
 +
                <li><a href="#">Subnav Item</a></li>
 +
                <li><a href="#">Subnav Item</a></li>
 +
            </ul>
 +
        </li>
 +
       
 +
        <li><a href="#">Project</a>
 +
            <ul class="subs">
 +
                <li><a href="#">Subnav Item</a></li>
 +
                <li><a href="#">Subnav Item</a></li>
 +
                <li><a href="#">Subnav Item</a></li>
 +
            </ul>
 +
        </li>
 +
       
 +
        <li><a href="#">Results</a>
 +
            <ul class="subs">
 +
                <li><a href="#">Subnav Item</a></li>
 +
                <li><a href="#">Subnav Item</a></li>
 +
                <li><a href="#">Subnav Item</a></li>
 +
            </ul>
 +
        </li>
 +
    </ul>
 +
</nav>
 +
 
 +
<nav class="nav2">
 +
    <ul>
 +
        <li><a href="#">Modeling</a>
 +
            <ul class="subs">
 +
                <li><a href="#">Subnav Item</a></li>
 +
                <li><a href="#">Subnav Item</a></li>
 +
                <li><a href="#">Subnav Item</a></li>
 +
            </ul>
 +
        </li>
 +
       
 +
        <li><a href="#">Notebook</a>
 +
            <ul class="subs">
 +
                <li><a href="#">Subnav Item</a></li>
 +
                <li><a href="#">Subnav Item</a></li>
 +
                <li><a href="#">Subnav Item</a></li>
 +
            </ul>
 +
        </li>
 +
       
 +
        <li><a href="#">Safety</a>
 +
            <ul class="subs">
 +
                <li><a href="#">Subnav Item</a></li>
 +
                <li><a href="#">Subnav Item</a></li>
 +
                <li><a href="#">Subnav Item</a></li>
 +
            </ul>
 +
        </li>
 +
       
 +
        <li><a href="#">Human Practice</a>
 +
            <ul class="subs">
 +
                <li><a href="#">Subnav Item</a></li>
 +
                <li><a href="#">Subnav Item</a></li>
 +
                <li><a href="#">Subnav Item</a></li>
 +
            </ul>
 +
        </li>
 +
    </ul>
 +
</nav>
 +
   
 +
    <div class="flexslider">
 +
  <ul class="slides">
 +
    <li>
 +
      <img src="slide1.jpg" />
 +
    </li>
 +
    <li>
 +
      <img src="slide2.jpg" />
 +
    </li>
 +
    <li>
 +
      <img src="slide3.jpg" />
 +
    </li>
 +
  </ul>
 +
</div>
 +
   
 +
</div>
  
<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 />
 
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>
 
  
<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.-->
 
  
 +
</body>
 
</html>
 
</html>

Revision as of 09:32, 12 July 2015

無標題文件