Difference between revisions of "Team:CGU Taiwan/Notebook"

 
(5 intermediate revisions by one other user not shown)
Line 38: Line 38:
 
       <a href="https://2017.igem.org/Team:CGU_Taiwan/Notebook">LAB NOTE</a>
 
       <a href="https://2017.igem.org/Team:CGU_Taiwan/Notebook">LAB NOTE</a>
 
       <a href="https://2017.igem.org/Team:CGU_Taiwan/Protocols">PROTOCOLS</a>
 
       <a href="https://2017.igem.org/Team:CGU_Taiwan/Protocols">PROTOCOLS</a>
       <a href="https://2017.igem.org/Team:CGU_Taiwan/Safety">SATEFY</a>
+
       <a href="https://2017.igem.org/Team:CGU_Taiwan/Safety">SAFETY</a>
 
       </div>
 
       </div>
 
   </li>
 
   </li>
Line 62: Line 62:
 
<li class="dropdown2"><a href="">AWARD</a>
 
<li class="dropdown2"><a href="">AWARD</a>
 
       <div class="dropdown2-content">
 
       <div class="dropdown2-content">
       <a href="https://2017.igem.org/Team:CGU_Taiwan/Applied_Design">APPLIED DESIGN</a>
+
        
 
       <a href="https://2017.igem.org/Team:CGU_Taiwan/Entrepreneurship">ENTREPRENEURSHIP</a>
 
       <a href="https://2017.igem.org/Team:CGU_Taiwan/Entrepreneurship">ENTREPRENEURSHIP</a>
 
       <a href="https://2017.igem.org/Team:CGU_Taiwan/Hardware">HARDWARE</a>
 
       <a href="https://2017.igem.org/Team:CGU_Taiwan/Hardware">HARDWARE</a>
Line 124: Line 124:
 
<div class="biocontent">
 
<div class="biocontent">
 
<div class="biobutton">
 
<div class="biobutton">
<button id="SequenceDesign" type="button" style="width:140px;height:45px;font-size:13px;background-color:#205e87;color:white;border-radius:10px;vertical-align:middle;">Plasmid construct</button>
+
<button id="ConstructionPlasmids" type="button" style="width:140px;height:45px;font-size:13px;background-color:#205e87;color:white;border-radius: 10px;vertical-align:middle;">Construction of Plasmids</button>
<button id="ConstructionPlasmids" type="button" style="width:140px;height:45px;font-size:13px;background-color:#205e87;color:white;border-radius: 10px;vertical-align:middle;">Yeast</button>
+
<button id="Yeast" type="button" style="width:140px;height:45px;font-size:13px;background-color:#205e87;color:white;border-radius:10px;vertical-align:middle;">Yeast</button>
 
</div>
 
</div>
<div class="biopdf" style="border-width:7px;border-style:solid;border-radius:10px;border-color:#8acfd9;padding:5px;">
+
<div class="biopdf1" style="border-width:7px;border-style:solid;border-radius:10px;border-color:#8acfd9;padding:5px;">
(Lab Note)
+
<object data="https://static.igem.org/mediawiki/2017/e/e4/Cguconstructionnotebook.pdf" type="application/pdf" width="100%" height="900px">
 +
  <p>It appears you don't have a PDF plugin for this browser.
 +
  No biggie... you can <a href="https://static.igem.org/mediawiki/2017/e/e4/Cguconstructionnotebook.pdf">click here to
 +
  download the PDF file.</a></p> 
 +
</object>
 +
</div>
 +
<div class="biopdf2" style="border-width:7px;border-style:solid;border-radius:10px;border-color:#8acfd9;padding:5px;">
 +
<object data="https://static.igem.org/mediawiki/2017/c/c7/Yeastnotebook.pdf" type="application/pdf" width="100%" height="900px">
 +
  <p>It appears you don't have a PDF plugin for this browser.
 +
  No biggie... you can <a href="https://static.igem.org/mediawiki/2017/c/c7/Yeastnotebook.pdf">click here to
 +
  download the PDF file.</a></p> 
 +
</object>
 
</div>
 
</div>
 
</div>
 
</div>
Line 165: Line 176:
 
var temp=0;
 
var temp=0;
 
$(document).ready(function(){
 
$(document).ready(function(){
//$(".content").toggle("100");
+
$(".biopdf1").toggle("100");
//$(".biocontent").toggle("100");
+
$(".biopdf2").toggle("100");
///$("b").toggle("100");
+
///////////////////////////////bio click////////////////////////////////////////
///////////////////////////////////////////////////////////////////////
+
$("#ConstructionPlasmids").click(function(){
//$(".left1").click(function(){
+
if(temp==1)
//if(temp==1)
+
{
//{
+
$(".biopdf1").hide("100");
//$(".biocontent").hide("100");
+
temp = 0;
//temp = 0;
+
}
//}
+
else
//else
+
{
//{
+
$(".biopdf1").fadeIn("100");
//$(".biocontent").fadeIn("100");
+
temp = 1;
//temp = 1;
+
}
//}
+
    });
 +
 +
$("#Yeast").click(function(){
 +
if(temp==1)
 +
{
 +
$(".biopdf2").hide("100");
 +
temp = 0;
 +
}
 +
else
 +
{
 +
$(".biopdf2").fadeIn("100");
 +
temp = 1;
 +
}
 
     });
 
     });
 +
 
///////////////////////////////////////////////////////////////////////
 
///////////////////////////////////////////////////////////////////////
 
});
 
});

Latest revision as of 03:16, 16 December 2017

iGem CGU_Taiwan 2017 - Notebook

NOTEBOOK | LAB NOTE

BIO-DEVELOPMENT

It appears you don't have a PDF plugin for this browser. No biggie... you can click here to download the PDF file.

It appears you don't have a PDF plugin for this browser. No biggie... you can click here to download the PDF file.

MODELING

It appears you don't have a PDF plugin for this browser. No biggie... you can click here to download the PDF file.

ENGINEERING

It appears you don't have a PDF plugin for this browser. No biggie... you can click here to download the PDF file.