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

 
(577 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{NTU-LIHPAO-Taiwan}}
+
<html>
<html>
+
<head>
<h2> Welcome to iGEM 2015! </h2>
+
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
  
<h4>Before you start: </h4>
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<p> Please read the following pages:</p>
+
<ul>
+
<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>
+
</ul>
+
  
<div class="highlightBox">
+
<script type="text/javascript" charset="utf-8">
<h4> Styling your wiki </h4>
+
<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>
+
</div>
+
  
<h4> Editing your wiki </h4>
+
//-----Hover Facebook Icon-----//
<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>
+
$(document).ready(function(){
<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>
+
$('#Facebook_icon_hover').hover(function () {
<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>
+
this.src = "https://static.igem.org/mediawiki/2015/3/35/NTU-Top-Facebook_icon2.png";
 +
}, function () {
 +
this.src = "https://static.igem.org/mediawiki/2015/9/98/NTU-Top-Facebook_icon1.png";
 +
});
 +
});
  
 +
//-----Hover iGem Icon-----//
 +
$(document).ready(function(){
 +
$('#iGEM_icon_hover').hover(function () {
 +
this.src = "https://static.igem.org/mediawiki/2015/0/0a/NTU-Top-iGEM_icon2.png";
 +
}, function () {
 +
this.src = "https://static.igem.org/mediawiki/2015/1/1d/NTU-Top-iGEM_icon1.png";
 +
});
 +
});
  
<h4>Templates </h4>
+
//-----Hover NTU Icon-----//
<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
+
$(document).ready(function(){
<a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation </a> page.</p>
+
$('#NTU_icon_hover').hover(function () {
 +
this.src = "https://static.igem.org/mediawiki/2015/6/6e/NTU-Top-NTU_icon2.png";
 +
}, function () {
 +
this.src = "https://static.igem.org/mediawiki/2015/1/14/NTU-Top-NTU_icon1.png";
 +
});
 +
});
  
 +
</script>
  
<h4>Tips</h4>
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<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>
+
<title>NTU-LIHPAO-Taiwan</title>
<ul>
+
<style type="text/css">
<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>  
+
  
 +
/*-------------------------------------------*/
 +
/*--------------Wiki Page Reset--------------*/
 +
/*-------------------------------------------*/
  
<h4>Inspiration</h4>
+
#contentSub, #contentcontainer, #footer-box, #sitesub, #catlinks, #search-controls, #p-logo, .h3, .printfooter, .firstHeading, .visualClear {
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
display: none;
<ul>
+
}
<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>
+
<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>
+
  
<h4> Uploading pictures and files </h4>
+
#globalWrapper, #content {
<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 />
+
width: 100%;
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>
+
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
  
<a href="https://2015.igem.org/Special:Upload">CLICK HERE TO UPLOAD FILES</a>
+
html, body, .wrapper {
 +
width: 100%;
 +
height: 100%;
 +
background-color: transparent;
 +
}
  
 +
/*-------------------------------------------*/
 +
/*-------------------Body--------------------*/
 +
/*-------------------------------------------*/
  
 +
body {
 +
background-color: #F0F0F0;
 +
}
 +
body,td,th {
 +
font-size: 14px;
 +
font-family: Calibri, "Arial Narrow", "Agency FB", "Raavi";
 +
}
  
</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.-->
+
#Wrapper {
 +
margin-right: auto;
 +
margin-left: auto;
 +
background-color: #FFF;
 +
margin-top: 0px;
 +
margin-bottom: 0px;
 +
width: 90%;
 +
height: 1494px;
 +
top: 0px;
 +
left: 5%;
 +
right: 5%;
 +
position: absolute;
 +
bottom: 0px;
 +
padding-top: 0px;
 +
padding-bottom: 0px;
 +
z-index: 0;
 +
}
 +
 
 +
#Wrapper_TopPic {
 +
margin-right: auto;
 +
margin-left: auto;
 +
background-color: #FFF;
 +
margin-top: 0px;
 +
margin-bottom: 0px;
 +
width: 100%;
 +
height: 58px;
 +
top: 0px;
 +
left: 0px;
 +
right: 0px;
 +
position: fixed;
 +
bottom: 0px;
 +
padding-top: 0px;
 +
padding-bottom: 0px;
 +
z-index: 9998;
 +
border-bottom-style: solid;
 +
border-bottom-color: #fe5838;
 +
border-bottom-width: 2px;
 +
z-index: 9998;
 +
background-repeat: no-repeat;
 +
}
 +
 
 +
#Wrapper_Bottom {
 +
width: 100%;
 +
height: 100px;
 +
bottom: 0px;
 +
top: auto;
 +
background-color: #FFF;
 +
border-top-style: solid;
 +
border-top-color: #079235;
 +
border-top-width: 3px;
 +
margin-right: auto;
 +
margin-left: auto;
 +
margin-top: 0px;
 +
margin-bottom: 0px;
 +
z-index: 9998;
 +
position: absolute;
 +
}
 +
 
 +
 
 +
 
 +
/*-------------------------------------------*/
 +
/*-----------------Top icons-----------------*/
 +
/*-------------------------------------------*/
 +
#Facebook_icon_pic {
 +
height: 30px;
 +
width: 30px;
 +
position: absolute;
 +
left: auto;
 +
top: 23px;
 +
right: 5.5%;
 +
bottom: auto;
 +
z-index: 9999;
 +
}
 +
 
 +
#iGEM_icon_pic {
 +
height: 30px;
 +
width: 38px;
 +
position: absolute;
 +
left: auto;
 +
top: 23px;
 +
right: 1%;
 +
bottom: auto;
 +
z-index: 9999;
 +
}
 +
 
 +
#NTU_icon_pic {
 +
height: 30px;
 +
width: 69px;
 +
position: absolute;
 +
left: auto;
 +
top: 23px;
 +
right: 9%;
 +
bottom: auto;
 +
z-index: 9999;
 +
}
 +
 
 +
#NTUXLIHPAO_icon {
 +
height: 40px;
 +
width: 200px;
 +
position: absolute;
 +
left: 3%;
 +
top: 18px;
 +
right: auto;
 +
bottom: auto;
 +
z-index: 9999;
 +
}
 +
 
 +
 
 +
 
 +
/*-------------------------------------------*/
 +
/*---------------Bottom icons----------------*/
 +
/*-------------------------------------------*/
 +
 
 +
#NTUschool_logo {
 +
height: 70px;
 +
width: 265px;
 +
position: absolute;
 +
left: 25%;
 +
top: 5px;
 +
right: auto;
 +
bottom: auto;
 +
z-index: 9999;
 +
margin-left: -132px;
 +
}
 +
 
 +
#LIHPAO_logo {
 +
height: 70px;
 +
width: 215px;
 +
position: absolute;
 +
left: 75%;
 +
top: 5px;
 +
right: auto;
 +
bottom: auto;
 +
z-index: 9999;
 +
margin-left: -107px;
 +
}
 +
 
 +
#NTUBST_logo {
 +
height: 70px;
 +
width: 70px;
 +
position: absolute;
 +
left: 50%;
 +
top: 5px;
 +
right: auto;
 +
bottom: auto;
 +
z-index: 9999;
 +
margin-left: -35px;
 +
}
 +
 
 +
#Bottom_Text {
 +
color: #767676;
 +
bottom: 0px;
 +
width: 100%;
 +
height: auto;
 +
font-size: 15px;
 +
position: absolute;
 +
text-align: center;
 +
}
 +
 
 +
 
 +
/*-------------------------------------------*/
 +
/*-----------------Slide Menu----------------*/
 +
/*-------------------------------------------*/
 +
.Slidemenu {
 +
z-index: 9999;
 +
position: absolute;
 +
top: 32px;
 +
bottom: 0px;
 +
left: 51%;
 +
right: 15%;
 +
list-style:none;
 +
margin:0;
 +
padding:0;
 +
position: absolute;
 +
margin-left: -350px;
 +
/*background:rgba(100%,100%,100%,0); 主選單色系選擇*/
 +
}
 +
 
 +
.Slidemenu ul {
 +
*zoom:1;
 +
list-style:none;
 +
margin:0;
 +
padding:0;
 +
/*background:rgba(100%,100%,100%,0); 主選單色系選擇*/
 +
}
 +
 
 +
.Slidemenu ul:before,.Slidemenu ul:after {
 +
content:"";
 +
display:table;
 +
}
 +
 
 +
.Slidemenu ul:after {
 +
clear:both;
 +
}
 +
 
 +
.Slidemenu a {
 +
text-decoration:none;
 +
display:block;
 +
padding:4px 4px;
 +
line-height:1em;
 +
color:#000;
 +
text-align: center;
 +
vertical-align: middle;
 +
height: auto;
 +
width: auto;
 +
font-family: "Agency FB";
 +
font-size: 1em;
 +
}
 +
 
 +
.Slidemenu a:hover {
 +
text-decoration:none;
 +
background:rgba(0,0,0,0.03);
 +
text-align: center;
 +
vertical-align: middle;
 +
}
 +
 
 +
.Slidemenu li ul {
 +
position:absolute;
 +
left:0;
 +
top:26px;
 +
z-index:1;
 +
}
 +
 
 +
.Slidemenu li ul li {
 +
overflow:hidden;
 +
height: 0px;
 +
margin-bottom: 0px;
 +
}
 +
 
 +
.Slidemenu li ul a {
 +
border:none;
 +
-webkit-transition:background 300ms ease-in-out;
 +
-moz-transition:background 300ms ease-in-out;
 +
-o-transition:background 300ms ease-in-out;
 +
transition:background 300ms ease-in-out;
 +
line-height:1.1em;
 +
}
 +
 
 +
.Slidemenu li ul a:hover {
 +
background-color: rgba(240,240,240,1);
 +
}
 +
 
 +
.Slidemenu ul > li {
 +
text-decoration:none;
 +
float: left;
 +
position: relative;
 +
height: 27px; /*--改主要選單高度--*/
 +
}
 +
 
 +
.width_small {
 +
width: 100px; /*--改主要選單寬度--*/
 +
}
 +
 
 +
.Slidemenu ul > li:hover ul.subs {
 +
height: auto;
 +
width: 150px; /*--改拉出的選單寬度--*/
 +
border-left-width: 3px;
 +
border-left-style: solid;
 +
border-left-color: #3300FF;
 +
background:rgba(255,255,255,1); /*--改拉出選單顏色--*/
 +
}
 +
 
 +
.Slidemenu ul > li:hover ul li {
 +
text-decoration:none;
 +
height: 26px; /*--改拉出的選單高度--*/
 +
width: 150px; /*--改拉出的選單寬度--*/
 +
text-align: center;
 +
vertical-align: middle;
 +
-webkit-transition:height 250ms ease-in;
 +
-moz-transition:height 250ms ease-in;
 +
-o-transition:height 250ms ease-in;
 +
transition:height 250ms ease-in;
 +
}
 +
 
 +
#Position_Now {
 +
background:rgba(0,0,0,0.03);
 +
}
 +
 
 +
 
 +
/*-------------------------------------------*/
 +
/*----------------Flexslider-----------------*/
 +
/*-------------------------------------------*/
 +
 
 +
#Container_slider {
 +
position: absolute;
 +
top: 30px;
 +
width: 100%;
 +
left: 0%;
 +
right: 0%;
 +
height: 594px;    /*594px*/
 +
background: #FFF;    /*75B1EC*/
 +
overflow: hidden;
 +
z-index: 0;
 +
border: none;
 +
}
 +
 
 +
#pages {
 +
position: absolute;
 +
top: 0;
 +
left: 0;
 +
width: 100%;
 +
height: 100%;
 +
overflow: hidden;
 +
}
 +
 
 +
#pages > ul {
 +
width: 1000000px;
 +
}
 +
 
 +
#pages li.page {
 +
position: absolute;
 +
display: inline-block;
 +
left: 0;
 +
width: 100%;
 +
height: 100%;
 +
transition: 0.5s cubic-bezier(.19,.11,.4,1);
 +
}
 +
 
 +
#pages div.page-content {
 +
width: 100%;
 +
height: 100%;
 +
}
 +
 
 +
#present-prev-page, #present-next-page {
 +
position: absolute;
 +
top: 0;
 +
height: 100%;
 +
width: 3.5rem;
 +
padding: 0 0.5rem;
 +
color: grey;
 +
cursor: pointer;
 +
opacity: 0.7;
 +
transition: 0.25s;
 +
text-align: center;
 +
}
 +
 
 +
#present-prev-page:hover, #present-next-page:hover {
 +
opacity: 1;
 +
}
 +
 
 +
#present-prev-page {
 +
left: 0;
 +
}
 +
 
 +
#present-next-page {
 +
right: 0;
 +
}
 +
 
 +
.page-Slidemenu-icon {
 +
position: relative;
 +
top: 50%;
 +
}
 +
 
 +
#Flexslider_Pictures1 {
 +
position: relative;
 +
width: 88%;
 +
height: 100%;
 +
background-image: url(https://static.igem.org/mediawiki/2015/8/8b/NTU-Slider-1.png);
 +
background-size: 100% 100%;
 +
}
 +
 
 +
#Flexslider_Pictures2 {
 +
position: relative;
 +
width: 88%;
 +
height: 100%;
 +
background-image: url(https://static.igem.org/mediawiki/2015/8/8a/NTU-Slider-2.png);
 +
background-size: 100% 100%;
 +
}
 +
 
 +
#Flexslider_Pictures3 {
 +
position: relative;
 +
width: 88%;
 +
height: 100%;
 +
background-image: url(https://static.igem.org/mediawiki/2015/c/cb/NTU-Slider-3.png);
 +
background-size: 100% 100%;
 +
}
 +
 
 +
#Flexslider_Pictures4 {
 +
position: relative;
 +
width: 88%;
 +
height: 100%;
 +
background-image: url(https://static.igem.org/mediawiki/2015/2/28/NTU-Slider-4.png);
 +
background-size: 100% 100%;
 +
}
 +
 
 +
 
 +
/*-------------------------------------------*/
 +
/*-------------------intro-------------------*/
 +
/*-------------------------------------------*/
 +
 
 +
.Container_intro {
 +
width: 99.8%;
 +
left: 0.1%;
 +
right: 0.1%;
 +
height: 380px;
 +
top: 626px;
 +
position: absolute;
 +
background-color: #FFF;
 +
}
 +
 
 +
.Container_intro_video {
 +
top: 32.5px;
 +
bottom: 32.5px;
 +
margin-left: -280px;
 +
left: 30%;
 +
width: 560px;
 +
height: 315px;
 +
position: absolute;
 +
}
 +
 
 +
.Container_intro_text {
 +
top: 97px;
 +
bottom: 97px;
 +
margin-left: -197px;
 +
left: 77%;
 +
width: 394px;
 +
height: 186px;
 +
background-color: #f6bd32;
 +
position: absolute;
 +
}
 +
 
 +
.Text_video1 {
 +
font-size: 31px;
 +
font-family: Calibri;
 +
text-align: justify;
 +
padding-top: 15px;
 +
padding-right: 25px;
 +
padding-bottom: 10px;
 +
padding-left: 25px;
 +
line-height: 26px;
 +
color: #0a3571;
 +
}
 +
 
 +
.Text_video2 {
 +
font-size: 20px;
 +
font-family: Calibri;
 +
text-align: justify;
 +
padding-top: 10px;
 +
padding-right: 25px;
 +
padding-bottom: 10px;
 +
padding-left: 25px;
 +
line-height: 26px;
 +
}
 +
 
 +
 
 +
/*-------------------------------------------*/
 +
/*-----------------IntroFast-----------------*/
 +
/*-------------------------------------------*/
 +
 
 +
.Container_IntroFast {
 +
width: 99.8%;
 +
left: 0.1%;
 +
right: 0.1%;
 +
height: 380px;
 +
top: 1008px;
 +
position: absolute;
 +
background-color: #FFF;
 +
}
 +
 
 +
.SubContainer_IntroFast1 {
 +
top: 40px;
 +
bottom: 40px;
 +
margin-left: -150px;
 +
left: 18%;
 +
width: 300px;
 +
height: 300px;
 +
position: absolute;
 +
}
 +
 
 +
.SubContainer_IntroFast1 img {
 +
width: 300px;
 +
}
 +
 
 +
.SubContainer_IntroFast2 {
 +
top: 40px;
 +
bottom: 40px;
 +
margin-left: -150px;
 +
left: 50%;
 +
width: 300px;
 +
height: 300px;
 +
position: absolute;
 +
}
 +
 
 +
.SubContainer_IntroFast2 img {
 +
width: 300px;
 +
}
 +
 
 +
.SubContainer_IntroFast3 {
 +
top: 40px;
 +
bottom: 40px;
 +
margin-left: -150px;
 +
left: 82%;
 +
width: 300px;
 +
height: 300px;
 +
position: absolute;
 +
}
 +
 
 +
.SubContainer_IntroFast3 img {
 +
width: 300px;
 +
}
 +
 
 +
 
 +
/*-------------------------------------------*/
 +
/*-------------------Media-------------------*/
 +
/*-------------------------------------------*/
 +
 
 +
@media screen and (min-width: 0px) and (max-width: 1200px) {
 +
 
 +
.Container_IntroFast {
 +
width: 99.8%;
 +
left: 0.1%;
 +
right: 0.1%;
 +
height: 310px;
 +
top: 1003px;
 +
position: absolute;
 +
background-color: #FFF;
 +
}
 +
 
 +
.SubContainer_IntroFast1 {
 +
top: 30px;
 +
bottom: 30px;
 +
margin-left: -125px;
 +
left: 18%;
 +
width: 250px;
 +
height: 250px;
 +
position: absolute;
 +
}
 +
 
 +
.SubContainer_IntroFast1 img {
 +
width: 250px;
 +
}
 +
 
 +
.SubContainer_IntroFast2 {
 +
top: 30px;
 +
bottom: 30px;
 +
margin-left: -125px;
 +
left: 50%;
 +
width: 250px;
 +
height: 250px;
 +
position: absolute;
 +
}
 +
 
 +
.SubContainer_IntroFast2 img {
 +
width: 250px;
 +
}
 +
 
 +
.SubContainer_IntroFast3 {
 +
top: 30px;
 +
bottom: 30px;
 +
margin-left: -125px;
 +
left: 82%;
 +
width: 250px;
 +
height: 250px;
 +
position: absolute;
 +
}
 +
 
 +
.SubContainer_IntroFast3 img {
 +
width: 250px;
 +
}
 +
 
 +
#Wrapper {
 +
margin-right: auto;
 +
margin-left: auto;
 +
background-color: #FFF;
 +
margin-top: 0px;
 +
margin-bottom: 0px;
 +
width: 90%;
 +
height: 1419px;
 +
top: 0px;
 +
left: 5%;
 +
right: 5%;
 +
position: absolute;
 +
bottom: 0px;
 +
padding-top: 0px;
 +
padding-bottom: 0px;
 +
z-index: 0;
 +
}
 +
 
 +
#NTUXLIHPAO_icon {
 +
height: 40px;
 +
width: 200px;
 +
position: absolute;
 +
left: 1%;
 +
top: 18px;
 +
right: auto;
 +
bottom: auto;
 +
z-index: 9999;
 +
}
 +
 
 +
 
 +
#width_small {
 +
width: 95px; /*--改主要選單寬度--*/
 +
}
 +
 
 +
.Slidemenu {
 +
z-index: 9999;
 +
position: absolute;
 +
top: 32px;
 +
bottom: 0px;
 +
left: 49%;
 +
right: auto;
 +
list-style:none;
 +
margin:0;
 +
padding:0;
 +
position: absolute;
 +
margin-left: -320px;
 +
/*background:rgba(100%,100%,100%,0); 主選單色系選擇*/
 +
}
 +
 
 +
.Container_intro_text {
 +
top: 104px;
 +
bottom: 104px;
 +
margin-left: -150px;
 +
left: 80%;
 +
width: 300px;
 +
height: 172px;
 +
background-color: #f6bd32;
 +
position: absolute;
 +
}
 +
 
 +
.Text_video1 {
 +
font-size: 25px;
 +
font-family: Calibri;
 +
text-align: justify;
 +
padding-top: 15px;
 +
padding-right: 15px;
 +
padding-bottom: 5px;
 +
padding-left: 15px;
 +
line-height: 26px;
 +
color: #0a3571;
 +
}
 +
 
 +
.Text_video2 {
 +
font-size: 18px;
 +
font-family: Calibri;
 +
text-align: justify;
 +
padding-top: 5px;
 +
padding-right: 15px;
 +
padding-bottom: 10px;
 +
padding-left: 15px;
 +
line-height: 26px;
 +
}
 +
}
 +
 
 +
</style>
 +
</head>
 +
 
 +
 
 +
<!---------------------------------------->
 +
<!---------------------------------------->
 +
<!------------------BODY------------------>
 +
<!---------------------------------------->
 +
<!---------------------------------------->
 +
 
 +
<body>
 +
 
 +
<div id="Wrapper">
 +
<div id="Wrapper_TopPic">
 +
<div id="NTUXLIHPAO_icon"><img src="https://static.igem.org/mediawiki/2015/c/c7/NTU-Top-NTUXLIHPAO.png"  height="40" /></div>
 +
<div id="Facebook_icon_pic">
 +
<a href="https://www.facebook.com/NationalTaiwanUniversityiGEM"><img id="Facebook_icon_hover" src="https://static.igem.org/mediawiki/2015/9/98/NTU-Top-Facebook_icon1.png" /></a></div>
 +
<div id="iGEM_icon_pic">
 +
<a href="https://igem.org/Main_Page"><img id="iGEM_icon_hover" src="https://static.igem.org/mediawiki/2015/1/1d/NTU-Top-iGEM_icon1.png" /></a></div>
 +
<div id="NTU_icon_pic">
 +
<a href="http://www.ntu.edu.tw/english/index.html"><img id="NTU_icon_hover" src="https://static.igem.org/mediawiki/2015/1/14/NTU-Top-NTU_icon1.png" /></a></div>
 +
 
 +
<div class="Slidemenu">
 +
<ul>
 +
<li><div class=width_small><div id=Position_Now><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan">Home</a></div></div>
 +
</li>
 +
 
 +
<li><div class=width_small span style="cursor:default"><a>Team</a></div>
 +
<ul class="subs">
 +
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Team">Team</a></li>
 +
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Attributions">Attributions</a></li>
 +
</ul>
 +
</li>
 +
 +
<li><div class=width_small span style="cursor:default"><a>Project</a></div>
 +
<ul class="subs">
 +
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Description">Description</a></li>
 +
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Design">Design</a></li>
 +
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Results">Results</a></li>
 +
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Modeling">Modeling</a></li>
 +
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Experiments">Protocols</a></li>
 +
</ul>
 +
</li>
 +
 +
<li><div class=width_small span style="cursor:default"><a>Parts</a></div>
 +
<ul class="subs">
 +
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Parts">Team Parts</a></li>
 +
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Basic_Part">Basic Parts</a></li>
 +
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Composite_Part">Composite Parts</a></li>
 +
</ul>
 +
</li>
 +
 +
<li><div class=width_small><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Notebook">Notebook</a></div>
 +
</li>
 +
       
 +
<li><div class=width_small><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Safety">Safety</a></div>
 +
</li>
 +
 +
<li><div class=width_small span style="cursor:default"><a>Society</a></div>
 +
<ul class="subs">
 +
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Practices">Human Practices</a></li>
 +
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Collaborations">Collaborations</a></li>
 +
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Entrepreneurship">Entrepreneurship</a></li>
 +
</ul>
 +
</li>
 +
</ul>
 +
</div>
 +
</div>
 +
 +
<div id="Container_slider">
 +
<div id="pages">
 +
<ul>
 +
<style>
 +
.vertical-align-wrapper {
 +
position: absolute;
 +
height: 100%;
 +
width: 100%;
 +
left: 0;
 +
top: 0;
 +
font-size: 0;
 +
text-align: center;
 +
}
 +
.vertical-align-wrapper:before {
 +
content: '';
 +
display: inline-block;
 +
vertical-align: middle ;
 +
height: 100%;
 +
}
 +
.vertical-align {
 +
text-align: center;
 +
line-height: 100%;
 +
display: inline-block;
 +
vertical-align: middle;
 +
}
 +
</style>
 +
<li class="page">
 +
<div class="page-content">
 +
<div class="vertical-align-wrapper">
 +
<div id="Flexslider_Pictures1" style="max-width:100%; max-height:100%" class="vertical-align"></div>
 +
</div>
 +
</div>
 +
</li>
 +
<li class="page">
 +
<div class="page-content">
 +
<div class="vertical-align-wrapper">
 +
<div id="Flexslider_Pictures2" style="max-width:100%; max-height:100%" class="vertical-align"></div>
 +
</div>
 +
</div>
 +
</li>
 +
<li class="page">
 +
<div class="page-content">
 +
<div class="vertical-align-wrapper">
 +
<div id="Flexslider_Pictures3" style="max-width:100%; max-height:100%" class="vertical-align"></div>
 +
</div>
 +
</div>
 +
</li>
 +
<li class="page">
 +
<div class="page-content">
 +
<div class="vertical-align-wrapper">
 +
<div id="Flexslider_Pictures4" style="max-width:100%; max-height:100%" class="vertical-align"></div>
 +
</div>
 +
</div>
 +
</li>
 +
</ul>
 +
</div>
 +
<div id="present-prev-page">
 +
<span class="page-Slidemenu-icon"><img src="https://static.igem.org/mediawiki/2015/c/c2/Symbol_P.png" width="55px"/></span>
 +
</div>
 +
<div id="present-next-page">
 +
<span class="page-Slidemenu-icon"><img src="https://static.igem.org/mediawiki/2015/8/82/Symbol_Y.png" width="55px"/></span>
 +
</div>
 +
</div>
 +
 
 +
<script>
 +
(function() {
 +
function AND(a,b) {
 +
if (a) {
 +
if (b) {
 +
return true;
 +
}
 +
}
 +
return false;
 +
}
 +
var pages = document.querySelectorAll(".page");
 +
var page_current = 0;
 +
function pageJumpTo(to_page) {
 +
if (AND(to_page >= 0, to_page < pages.length)) {
 +
for (var i = 0; i < pages.length; i++) {
 +
pages[i].style.left = 100*(i-to_page) + '%';
 +
}
 +
page_current = to_page;
 +
}
 +
}
 +
document.querySelector("#present-prev-page").onclick = function() {
 +
pageJumpTo(page_current - 1);
 +
};
 +
document.querySelector("#present-next-page").onclick = function() {
 +
pageJumpTo(page_current + 1);
 +
};
 +
pageJumpTo(0);
 +
})();
 +
</script>
 +
 +
<div class="Container_intro">
 +
<div class="Container_intro_video">
 +
<video width="560" height="315" controls>
 +
<source src="https://static.igem.org/mediawiki/2015/8/8e/NTU_igem_video.mp4" type="video/ogg">
 +
<source src="https://static.igem.org/mediawiki/2015/8/8e/NTU_igem_video.mp4" type="video/mp4">
 +
</div>
 +
       
 +
<div class="Container_intro_text">
 +
<div class="Text_video1">
 +
<b>Healthy, thin and keep fit!</b>
 +
</div>
 +
<div class="Text_video2">
 +
Global obesity problem is raising people's concern, and we aim to provide a new solution! Learn more about our project "Healthin".
 +
</div>
 +
</div>
 +
</div>
 +
 +
<div class="Container_IntroFast">
 +
<div class="SubContainer_IntroFast1"><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Description"><img src="https://static.igem.org/mediawiki/2015/7/7d/IntroFast_Project.png" /></a></div>
 +
<div class="SubContainer_IntroFast2"><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Modeling"><img src="https://static.igem.org/mediawiki/2015/f/f3/IntroFast_Modeling.png" /></a></div>
 +
<div class="SubContainer_IntroFast3"><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Practices"><img src="https://static.igem.org/mediawiki/2015/7/76/IntroFast_Human_Practice.png" /></a></div>
 +
</div>
 +
 
 +
<div id="Wrapper_Bottom">
 +
<div id="NTUschool_logo"><a href="http://www.ntu.edu.tw/english/index.html"><img src="https://static.igem.org/mediawiki/2015/d/de/NTUschool_icon.png" height="70" /></a></div>
 +
<div id="LIHPAO_logo"><a href="http://www.llsc.com.tw/"><img src="https://static.igem.org/mediawiki/2015/d/d4/LIHPAO_logo.png" height="70" /></a></div>
 +
<div id="NTUBST_logo"><a href="http://www.bst.ntu.edu.tw/BST-new/NTUBST.html"><img src="https://static.igem.org/mediawiki/2015/6/68/NTUBST_logo.png" height="70" /></a></div>
 +
<div id="Bottom_Text">
 +
Maintained by the iGEM team NTU-LIHPAO-Taiwan&nbsp;&nbsp;&nbsp;&nbsp;©2015 NTU-LIHPAO-Taiwan
 +
</div>
 +
</div>
 +
</div>
  
 +
</body>
 
</html>
 
</html>

Latest revision as of 03:27, 19 September 2015

NTU-LIHPAO-Taiwan

Healthy, thin and keep fit!
Global obesity problem is raising people's concern, and we aim to provide a new solution! Learn more about our project "Healthin".
Maintained by the iGEM team NTU-LIHPAO-Taiwan    ©2015 NTU-LIHPAO-Taiwan