Difference between revisions of "Team:Mingdao/Notebook"

 
(152 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{:Team:Mingdao/test}}
+
{{:Team:Mingdao/test9}}
 +
<html>
 
<html lang="en">
 
<html lang="en">
 
   <head>
 
   <head>
Line 5: Line 6:
 
     <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet'>
 
     <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet'>
 
     <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet'>
 
     <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet'>
     <title>APP</title>
+
     <title>Notebook</title>
 +
 
 
   </head>
 
   </head>
  
Line 20: Line 22:
 
   padding: 0;
 
   padding: 0;
 
   font-family: 'Ubuntu' !important; }
 
   font-family: 'Ubuntu' !important; }
 +
img.center {
 +
  display: block;
 +
  margin: 0 auto; }
 +
 +
 
img.right {
 
img.right {
 
     float: right;
 
     float: right;
 
   }
 
   }
img.center{
 
display: block;
 
  margin: 0 auto;
 
}
 
 
.bg-container {
 
.bg-container {
 +
  background-attachment: fixed;
 +
 
 +
  overflow: hidden;
 
   position: relative;
 
   position: relative;
   max-height: 200vh; }
+
   background-image: url(https://static.igem.org/mediawiki/2018/4/4b/T--Mingdao--NotebookBackground.jpg);
   .bg-container > img {
+
   background-repeat: no-repeat;
    width: 100%;
+
  background-size: 100%;
    margin-top: -45px; }
+
  background-position: center;
 +
}
  
 
.my-main-container {
 
.my-main-container {
  position: absolute;
 
  top: 0;
 
  left: 0;
 
 
   width: 100%;
 
   width: 100%;
  height: 100%;
+
   padding: 600px 7%;
   padding: 50px 7%;
+
}
  min-height: 200vh;
+
}
+
  
 
.main-content {
 
.main-content {
   background-color: white;
+
   background-color: rgba(255, 255, 255, .4);
   width: 80%;
+
   width: 90%;
   margin-left: 10%;
+
   margin-left: 5%;
 
   padding: 50px;
 
   padding: 50px;
 
   min-height: 180vh;
 
   min-height: 180vh;
Line 53: Line 55:
  
 
.m-text-area h1 {
 
.m-text-area h1 {
     font-size: 60px;
+
     font-size: 50px;
 
     font-weight: 700;
 
     font-weight: 700;
 
     font-family: 'Arizonia' !important;
 
     font-family: 'Arizonia' !important;
 
     text-align: center;
 
     text-align: center;
     margin-bottom: 1rem; }
+
     margin-bottom: 1rem;
 +
    color: #385e66; }
 
.m-text-area p {
 
.m-text-area p {
     font-size: 22px;
+
     font-size: 22px !important;
     margin-left:5px;
+
     font-family: 'Ubuntu' !important;
 
     font-weight: 500; }
 
     font-weight: 500; }
  
Line 77: Line 80:
 
     position: absolute;
 
     position: absolute;
 
     background-color: #fff;
 
     background-color: #fff;
     top: 5px;
+
     top: 10px;
 
     left: 27px;
 
     left: 27px;
 
     border: 5px solid #385e66;
 
     border: 5px solid #385e66;
Line 104: Line 107:
 
#HQ_page .path .pathWord p {
 
#HQ_page .path .pathWord p {
 
       font-weight: 700;
 
       font-weight: 700;
       text-align: left !important;  
+
       text-align: left !important;
 
       font-size: 16px;
 
       font-size: 16px;
 
}
 
}
#HQ_page .m-text-area p {
+
#HQ_page .text-area p {
 
   font-size: 22px;
 
   font-size: 22px;
 
   font-family: 'Ubuntu';
 
   font-family: 'Ubuntu';
Line 115: Line 118:
 
   margin: 0 auto; }
 
   margin: 0 auto; }
  
  .m-text-area h2 {
+
  .text-area h2 {
 
     text-align: center;
 
     text-align: center;
    font-size: 40px;
 
    font-weight:700;
 
 
     margin-bottom: 2rem !important;
 
     margin-bottom: 2rem !important;
 
     margin-top: 2rem;
 
     margin-top: 2rem;
     color: #603813 !important; }
+
     color: black !important; }
 
+
 
+
  
 +
.m-text-area {
 +
  padding-left: 225px; }
 +
.m-text-area h2 {
 +
    text-align: center;
 +
    margin-bottom: 2rem !important;
 +
    margin-top: 2rem;
 +
    color: black !important;
 +
}
 
.path-tags{
 
.path-tags{
 
   position: fixed;
 
   position: fixed;
   left: 1%;
+
   left: 11%;
   top: 270px;
+
   top: 200px;
 
}
 
}
 
.path-tags ul{
 
.path-tags ul{
   color: #006837;
+
   color: #385e66;
 
   list-style: none;
 
   list-style: none;
   font-size: 16px;
+
   font-size: 18px;
 +
  font-family: 'Ubuntu' !important;
 
}
 
}
  
Line 141: Line 149:
  
 
.path-tags span{
 
.path-tags span{
     color: #fff;
+
     color: #385e66;
 
     position: relative;
 
     position: relative;
 
     top: -8px;
 
     top: -8px;
 
     left: 10px;
 
     left: 10px;
 
     z-index: 1;
 
     z-index: 1;
    font-size: 20px;
 
}
 
.m-block span{
 
  position: absolute;
 
  bottom: 80px;
 
  right: 350px;
 
  background-color: #fadd3a;
 
  padding: 1px 10px;
 
  border-radius: 5px;
 
  margin-left: 20px;
 
  cursor: pointer;
 
}
 
  
.m-block a,
+
     font-size: 15px;
.m-block a:visited,
+
.m-block a:hover,
+
.m-block a:focus{
+
     text-decoration: none;
+
    color: #000;  
+
 
}
 
}
 
.top {
 
.top {
Line 175: Line 166:
 
   .top img {
 
   .top img {
 
     width: 100%; }
 
     width: 100%; }
.hp-bg-container {
+
.m-text-area h3 {
 +
    font-size: 28px;
 +
    text-align: left;
 +
    font-weight:700;
 +
    margin-bottom: 3rem !important;
 +
    margin-top: 1rem;
 +
    color: #385e66  !important; }
 +
.m-text-area p2 {
 +
    font-size: 15px;
 +
    }
  
  position: relative;
 
  max-height: 200vh;
 
  background-color: #fdf8e3; }
 
  .hp-bg-container > img {
 
    width: 100%;
 
    margin-top: -45px; }
 
  
.hp-main-container {
+
.img-container {
  position: absolute;
+
  top: 0;
+
  left: 0;
+
 
   width: 100%;
 
   width: 100%;
  height: 100%;
 
  padding: 50px 7%;
 
  min-height: 100vh;
 
}
 
 
.hp-main-content {
 
  background-color: white;
 
  width: 80%;
 
  margin-left: 10%;
 
  margin-top:150px;
 
  padding: 0px;
 
  min-height: 0vh;
 
  z-index: 10; }
 
 
.hp-title {
 
  position: relative;
 
  top: 20px;
 
 
   text-align: center;
 
   text-align: center;
   font-size: 60px;
+
   display: none; }
   font-weight: 700;
+
   .img-container img {
  font-family: 'Arizonia' !important;
+
    width: 100%; }
  margin-bottom: 30px !important;
+
}
+
  
.pdf-container {
 
  width: 100%;
 
  text-align: center;
 
  height: 90vh;
 
 
  }
 
 
.ul-container {
 
  width: 100%;
 
  text-align: center;
 
  height: auto;
 
  }
 
 
.ul2-container {
 
  width: 100%;
 
  text-align: center;
 
  height: auto;
 
display: none;
 
  }
 
.ul-container ul.medal li {
 
 
 
  list-style: none; }
 
  .ul-container ul.medal li:before {
 
    content: '';
 
    display: inline-block;
 
    height: 1em;
 
    width: 2em;
 
    background-size: 1em;
 
    background-image: url(../img/circle.png);
 
    background-repeat: no-repeat; }
 
 
.ul-container ul {
 
  text-align: left;
 
  font-family: 'Ubuntu';
 
  padding: 20px 20px;
 
  margin-top: -20px;
 
  margin-left: 0;
 
  border: #556b7e solid 2px;
 
  font-size: 22px; }
 
  .ul-container ul.ul-brown {
 
 
    border: #603813 solid 2px; }
 
  .ul-container ul li {
 
margin-left: 30px;
 
margin-top: 50px;
 
margin-bottom: 20px;
 
    padding: 10px;
 
    list-style: disc; }
 
    .ul-container ul li a {
 
      text-decoration: none;
 
      color: #000; }
 
      .ul-container ul li a:visited, .ul-container ul li a:hover, .ul-container ul li a:focus {
 
        color: #000;
 
        text-decoration: none; }
 
    .ul-container ul li span {
 
      background-color: #fadd3a;
 
      padding: 1px 10px;
 
      border-radius: 5px;
 
      margin-left: 20px;
 
      cursor: pointer; }
 
    .ul-container ul li i {
 
      padding-left: 10px; }
 
  
 
.pdfbtn {
 
.pdfbtn {
Line 281: Line 191:
 
   padding: 10px 20px;
 
   padding: 10px 20px;
 
   border-radius: 5px;
 
   border-radius: 5px;
   background-color: #556b7e;
+
   background-color: #385e66;
 
   color: white;
 
   color: white;
text-align: left;
 
  font-size:22px;
 
 
 
   display: block;
 
   display: block;
 
   position: relative; }
 
   position: relative; }
.pdfbtn2 {
+
   .pdfbtn i {
  width: 100%;
+
  margin: 20px 0 10px 0;
+
  padding: 10px 20px;
+
  border-radius: 5px;
+
  background-color: #556b7e;
+
  color: white;
+
  font-size:22px;
+
text-align: left;
+
  display: block;
+
  position: relative; }
+
   .pdfbtn2 i {
+
 
     position: absolute;
 
     position: absolute;
 
     right: 50px;
 
     right: 50px;
 
     top: 50%;
 
     top: 50%;
 
     transform: translateY(-50%); }
 
     transform: translateY(-50%); }
.pdfbtn p{
 
 
color: white;
 
margin: 0px auto;
 
  
 +
.tag{
 +
  font-size:26px !important;
 +
  font-weight:bold;
 +
  color:#385e66 !important;
 +
  font-family: 'Ubuntu' !important;
 
}
 
}
.brown-btn {
+
.top-picture{
   background-color: #556b7e;
+
   position:absolute;
   height:50px;
+
   z-index:1
}
+
 
+
.img-container {
+
  width: 100%;
+
  text-align: center;
+
  }
+
  .img-container img {
+
    width: 100%; }
+
.ul-roman-style{
+
list-style-type :upper-roman;
+
font-size:22px;
+
 
}
 
}
  
Line 329: Line 215:
  
 
<body>
 
<body>
    <div class="hp-bg-container" style="max-height:none;">
+
<div class="bg-container" style="max-height:none;">  
      <img src="https://static.igem.org/mediawiki/2017/0/00/T--CSMU_NCHU_Taiwan--LabBookBg2.png">
+
<img class="top-picture" src="https://static.igem.org/mediawiki/2018/8/85/T--Mingdao--Phil13-7.png" style="width:100%">
       <div class="hp-main-container">
+
   
         <h1 class="hp-title">Notebook</h1>
+
       <div class="my-main-container">
        <div class="hp-main-content">
+
         <div class="main-content">
          <div class="pdf-area">
+
          <div class="m-text-area">
             <span class="pdfbtn" id="">Notebook</span>                
+
       
                        <div class="img-container" id="lab-1">
+
            <div id="notebook-timeline" class="m-block" >
<embed src="https://static.igem.org/mediawiki/2017/1/1d/T--CSMU_NCHU_Taiwan--LabBook.pdf" style="width:100%; height:1000px" frameborder="0"></embed>
+
            <h1>Timeline</h1>
 +
            <!-- <h3>Timeline</h3> -->
 +
             <img src="https://static.igem.org/mediawiki/2018/e/e5/T--Mingdao--notebook_timeline_hp.jpg">
 +
            <img src="https://static.igem.org/mediawiki/2018/4/42/T--Mingdao--notebook_timeline_hp2.jpg">
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
            <img src="https://static.igem.org/mediawiki/2018/6/61/T--Mingdao--notebook_timeline1.jpg">
 +
            <img src="https://static.igem.org/mediawiki/2018/b/bc/T--Mingdao--notebook_timeline4.jpg">
 +
            <img src="https://static.igem.org/mediawiki/2018/4/42/T--Mingdao--notebook_timeline_hp2.jpg">
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
                <div id="notebook-assay" class="m-block" >
 +
                <h1>Mosquito Assay</h1>
 +
              <!--  <h3>Mosquito Assay</h3> -->
 +
                <img src="https://static.igem.org/mediawiki/2018/3/35/T--Mingdao--notebook_flow_chart1.jpg">
 +
             
 +
            </div>
 +
<br />
 +
<br />
 +
<br />
 +
<br />             
 +
              <div id="notebook-functional" class="m-block" >
 +
                <h1>Functional Assay</h1>
 +
                <img src="https://static.igem.org/mediawiki/2018/f/fb/T--Mingdao--notebook_flaw_chart2.jpg">
 +
             
 +
           
 +
            </div>
 +
<br />
 +
<br />
 +
<br />
 +
<br />
  
             </div></div>
+
            <div id="notebook-plasmid" class="m-block" >
 +
<br />
 +
                <h1>Plasmid Extraction</h1>
 +
               
 +
               
 +
                <img src="https://static.igem.org/mediawiki/2018/3/39/T--Mingdao--notebook1.jpg">
 +
                <img src="https://static.igem.org/mediawiki/2018/a/a0/T--Mingdao--notebook2.jpg">
 +
             </div>
 +
<br />
 +
<br />
 +
<br />
 +
<br />           
 +
            <div id="notebook-PCR" class="m-block" >
 +
<br />
 +
                <h1>PCR & Conoly PCR</h1>
 +
             
 +
                <img src="https://static.igem.org/mediawiki/2018/2/2d/T--Mingdao--notebook3.jpg">
 +
                <img src="https://static.igem.org/mediawiki/2018/a/aa/T--Mingdao--notebook4.jpg">
  
 +
<br />
 +
<br />
 +
<br />
 +
<br />               
 +
            </div>
 +
           
 +
            <div id="notebook-gel" class="m-block" >
 +
<br />
 +
                <h1>Gel Elution & PCR Cleanup</h1>
 +
             
 +
             
 +
                <img src="https://static.igem.org/mediawiki/2018/b/be/T--Mingdao--notebook5.jpg">
 +
                <img src="https://static.igem.org/mediawiki/2018/5/5e/T--Mingdao--notebook6.jpg">
 +
            </div>
 +
<br />
 +
<br />
 +
<br />
 +
<br />           
 +
            <div id="notebook-restriction" class="m-block" >
 +
<br />
 +
                <h1>Restriction Enzyme</h1>
 +
               
  
 +
              <img src="https://static.igem.org/mediawiki/2018/5/5b/T--Mingdao--notebook7.jpg">
 +
               
 +
            </div>
 +
<br />
 +
<br />
 +
<br />
 +
<br /> 
 +
            <div id="notebook-transformation" class="m-block" >
 +
<br />
 +
                <h1>Transformation</h1>
 +
               
 +
              <img src="https://static.igem.org/mediawiki/2018/d/dc/T--Mingdao--notebook8.jpg"> 
 +
            </div>
 +
 +
         
 +
           
 +
               
  
 
           </div>
 
           </div>
</div>
+
        </div>
 
       </div>
 
       </div>
  
 +
      <div class="path-tags">
 +
        <ul>
 +
          <p class="tag">Notebook</p>
 +
          <li id="timeline-btn" class="tag-btn">- Timeline</li>
 +
          <li id="assay-btn" class="tag-btn">- Mosquito Assay </li>
 +
          <li id="functional-btn" class="tag-btn">- Functional Assay</li>
 +
          <li id="plasmid-btn" class="tag-btn">- Plasmid Extraction</li>
 +
          <li id="PCR-btn" class="tag-btn">- PCR & Colony PCR</li>
 +
          <li id="gel-btn" class="tag-btn">- Gel Elution & PCR Cleanup</li>
 +
          <li id="restriction-btn" class="tag-btn">- Restriction Enzyme</li>
 +
          <li id="transformation-btn" class="tag-btn">- Transformation</li>
 +
         
  
 +
         
 +
        </ul>
 +
      </div>
 +
    </div>
 
     <div class="top">
 
     <div class="top">
       <img src="https://static.igem.org/mediawiki/2017/5/52/T--CSMU_NCHU_Taiwan--top.png" alt="">
+
       <img src="https://static.igem.org/mediawiki/2018/5/58/T--Mingdao--go_to_top.jpg" alt="">
 
     </div>
 
     </div>
 
   </body>
 
   </body>
Line 357: Line 349:
 
         $('html, body').animate({scrollTop: '0px'}, 500);
 
         $('html, body').animate({scrollTop: '0px'}, 500);
 
       });
 
       });
 +
     
 +
      $("#timeline-btn").click(function() {
 +
        $('html, body').animate({
 +
            scrollTop: $("#notebook-timeline").offset().top
 +
        }, 500);
 +
      });
 +
     
 +
      $("#assay-btn").click(function() {
 +
        $('html, body').animate({
 +
            scrollTop: $("#notebook-assay").offset().top
 +
        }, 500);
 +
      });
 +
     
 +
      $("#functional-btn").click(function() {
 +
        $('html, body').animate({
 +
            scrollTop: $("#notebook-functional").offset().top
 +
        }, 500);
 +
      });
 +
 +
 +
      $("ul>li#plasmid-btn").click(function() {
 +
        $('html, body').animate({
 +
            scrollTop: $("#notebook-plasmid").offset().top
 +
        }, 500);
 +
      });
 +
      $("#PCR-btn").click(function() {
 +
        $('html, body').animate({
 +
            scrollTop: $("#notebook-PCR").offset().top
 +
        }, 500);
 +
      });
 +
      $("#gel-btn").click(function() {
 +
        $('html, body').animate({
 +
            scrollTop: $("#notebook-gel").offset().top
 +
        }, 500);
 +
      });
 +
      $("#restriction-btn").click(function() {
 +
        $('html, body').animate({
 +
            scrollTop: $("#notebook-restriction").offset().top
 +
        }, 500);
 +
      });
 +
      $("#transformation-btn").click(function() {
 +
        $('html, body').animate({
 +
            scrollTop: $("#notebook-transformation").offset().top
 +
        }, 500);
 +
      });
 +
     
 
   });
 
   });
  $(document).ready(function(){
+
  $(document).ready(function(){
  
       for( var i = 1; i < 3; i++){
+
       for( var i = 1; i < 2; i++){
         $('#figure-btn-' + i).click( toggleContainer(i) );
+
         $('#public-btn-' + i).click( toggleContainer(i) );
      }
+
      for( var j = 1; j < 3; j++){
+
        $('#question-btn-' + j).click( toggleContainer2(j) );
+
 
       }
 
       }
  
Line 372: Line 407:
  
 
});
 
});
 
  
 
function toggleContainer(i){
 
function toggleContainer(i){
 
   return function(){
 
   return function(){
       if($('#figure-'+i).is(":visible")){
+
       if($('#public-'+i).is(":visible")){
         $('#figure-'+i).slideToggle(500);
+
         $('#public-'+i).slideToggle(500);
 
       }
 
       }
     
 
 
       else{
 
       else{
        $('.img-container:visible').slideToggle(500);
+
        $('.img-container:visible').slideToggle(500);
         $('#figure-'+i).slideToggle(650);
+
         $('#public-'+i).slideToggle(500);
 
       }
 
       }
   
 
      $('.hp-bg-container').css('max-height','none')
 
      $('.main-content').css('min-height','200vh')
 
  }
 
}
 
function toggleContainer2(j){
 
  return function(){
 
      if($('#question-'+j).is(":visible")){
 
        $('#question-'+j).slideToggle(500);
 
      }
 
     
 
      else{
 
        $('.img-container:visible').slideToggle(500);
 
        $('#question-'+j).slideToggle(500);
 
      }
 
   
 
 
       $('.hp-bg-container').css('max-height','none')
 
       $('.hp-bg-container').css('max-height','none')
 
       $('.main-content').css('min-height','200vh')
 
       $('.main-content').css('min-height','200vh')
Line 405: Line 422:
 
}
 
}
 
   </script>
 
   </script>
 +
  
 
</html>
 
</html>
 +
 +
 +
{{:Team:Mingdao/test6}}

Latest revision as of 15:32, 15 October 2018

Notebook

Timeline









Mosquito Assay





Functional Assay






Plasmid Extraction






PCR & Conoly PCR






Gel Elution & PCR Cleanup






Restriction Enzyme






Transformation

    Notebook

  • - Timeline
  • - Mosquito Assay
  • - Functional Assay
  • - Plasmid Extraction
  • - PCR & Colony PCR
  • - Gel Elution & PCR Cleanup
  • - Restriction Enzyme
  • - Transformation