Difference between revisions of "Team:NCTU Formosa/Composite Part"

Line 77: Line 77:
 
}
 
}
  
 +
/*scroll navigaiton*/
 +
nav {
 +
  padding: 18px;
 +
  position: fixed;
 +
  height: auto;
 +
  left:0.5vw;
 +
  width: auto;
 +
  z-index: 9999;
 +
  top:25%;
 +
  margin: auto;
 +
}
 +
 +
nav .wrapper {
 +
  padding: 0;
 +
  width:100%;
 +
  height: 785px;
 +
}
 +
 +
nav .nodes {
 +
  position: relative;
 +
  margin-top: 1px;
 +
  margin-left: 1px;
 +
 +
}
 +
 +
.line {
 +
  position: absolute;
 +
  width:1px;
 +
  height:705px;
 +
  top: 13px;
 +
}
 +
.line .red {
 +
  width:1px;    /*調line長度*/
 +
  height:80%; /*line寬度*/
 +
  position:relative;
 +
 +
}
 +
 +
.line .blue {
 +
  width: 1px;  /*line寬度*/
 +
  height: 7%;  /*調line長度*/
 +
  position:relative;
 +
  left:51px;
 +
 +
}
 +
.line .red-container {
 +
  position:relative;
 +
  width: 4px;
 +
}
 +
.line .red {
 +
  background-color:#00D6FF;/*cover line color*/
 +
  *zoom: 1;
 +
  background-size: 100%;
 +
}
 +
.line .blue {
 +
  background-color: white;/*line color*/
 +
  *zoom: 1;
 +
  background-size: 100%;
 +
 +
}
 +
 +
.node {
 +
  margin-left: 40px;/*調node間距*/
 +
  width: 20px;
 +
  height: 20px;
 +
  margin-top: 30px;
 +
  position: relative;
 +
}
 +
.node .splash {
 +
  box-shadow: 0px 0px 8px 2px rgba(69, 174, 233, 0.53);
 +
  transform: translateZ(0px) scale(1);
 +
  position: absolute;
 +
  width: 20px;
 +
  height: 20px;
 +
  border-radius: 100%;
 +
  pointer-events: none;
 +
  opacity: 1;
 +
}
 +
.node.active .active-circle {
 +
  transform: scale(1);
 +
  opacity: 1;
 +
  background:white;/*active circle color*/
 +
  left:1.6px; 
 +
}
 +
.node.active .splash {
 +
  transition: transform 1200ms, opacity 1500ms;
 +
  transform: translateZ(0px) scale(2.5);
 +
  opacity: 0 !important;
 +
 +
}
 +
.node.active .inactive-circle {
 +
  transition: opacity 200ms;
 +
  opacity: 0;
 +
}
 +
.node .active-circle {
 +
  transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
 +
  transform: scale(0.7);
 +
  position: absolute;
 +
  opacity: 0;
 +
  width: 20px;
 +
  height: 20px;
 +
  border-radius: 100%;
 +
  background-color: #4b1202;
 +
  *zoom: 1;
 +
  background-size: 100%;
 +
 +
}
 +
.node .active-circle .cover {
 +
  transform: translateZ(0px);
 +
  width: 16px;
 +
  height: 16px;
 +
  background:#00D6FF;/*active circle color */
 +
  border-radius: 100%;
 +
  position: absolute;
 +
  top: 2px;
 +
  left: 2px;
 +
}
 +
 +
.node .inactive-circle {
 +
  transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
 +
  width: 14px;
 +
  height: 14px;
 +
  display: block;
 +
  background: #000;
 +
  position: absolute;
 +
  border-radius: 100%;
 +
  border: 2px solid white;
 +
  top: 3px;
 +
  left: 3px;
 +
}
 +
.node:hover {
 +
  cursor: pointer;
 +
}
 +
.node:hover .active-circle {
 +
  transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
 +
  transform: scale(0.84);
 +
}
 +
 +
.node:hover .inactive-circle {
 +
  transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
 +
  transform: scale(0.85);
 +
}
  
 
/*left-topic*/
 
/*left-topic*/
Line 211: Line 353:
 
</head>
 
</head>
 
<body>
 
<body>
 +
 +
<nav id="scroll">
 +
    <div class="wrapper">
 +
     
 +
  <div class="nodes">
 +
            <div class="line">
 +
                <div class="blue">
 +
                    <div class="red-container">
 +
                        <div class="red"></div>
 +
                    </div>
 +
                </div>
 +
          </div>
 +
 
 +
          <div class="node">
 +
          <div class="topic"><p class="text_color">Composite part</p></div>
 +
            <div class="active-circle">
 +
              <div class="splash"></div>
 +
              <div class="cover">   
 +
              </div>
 +
            </div>
 +
            <div class="inactive-circle">
 +
              <div class="small-cover">
 +
              </div>
 +
            </div>
 +
          </div>
 +
 
 +
          <div class="node">
 +
          <div class="topic"><p class="text_color">Pantide without lectin</p></div>
 +
            <div class="active-circle">
 +
              <div class="splash"></div>
 +
              <div class="cover">   
 +
              </div>
 +
            </div>
 +
            <div class="inactive-circle">
 +
              <div class="small-cover">
 +
              </div>
 +
            </div>
 +
          </div>
 +
 
 +
         
 +
          <div class="node">
 +
          <div class="topic"><p class="text_color">Pantide with lectin</p></div>
 +
            <div class="active-circle">
 +
              <div class="splash"></div>
 +
              <div class="cover">   
 +
              </div>
 +
            </div>
 +
            <div class="inactive-circle">
 +
              <div class="small-cover">
 +
              </div>
 +
            </div>
 +
          </div>
  
  
 +
          <div class="node">
 +
          <div class="topic"><p class="text_color">Pantide with Gs linker</p></div>
 +
            <div class="active-circle">
 +
              <div class="splash"></div>
 +
              <div class="cover">   
 +
              </div>
 +
            </div>
 +
            <div class="inactive-circle">
 +
              <div class="small-cover">
 +
              </div>
 +
            </div>
 +
          </div>
 +
         
 +
 
 +
 +
    </nav>
  
 
<!--圖片-->
 
<!--圖片-->

Revision as of 14:24, 12 October 2016

Composite part

We have known the function of the three toxic peptides of Pantide, ω-hexatoxin-Hv1a, µ-segestritoxin-Sf1a, and Orally Active Insecticidal Peptide(OAIP) respectively and they are easy to express with the help of the bacteria E. coli BL21 Rosetta Gami strain. So, we then start to create BioBricks of these three toxins which we have obtained the nucleotide sequences. We use a strong T7 promoter that is suitable with the strain of E. coli we chose and also powerful at expressing proteins with multiple disulfide bonds, and we add His-tag for protein purification.

Pantide without lectin

Pantide can be a single toxic peptide of the three toxins we chose, Hv1a, Sf1a, and OAIP respectively, which derive from the natural predators spiders.

BBa_........

T7 promoter+RBS+Hv1a+linker+His-tag+terminator Pantide that contains the gene coding for Hv1a linked with His-tag.

BBa_........

T7 promoter+RBS+Sf1a+linker+His-tag+terminator Pantide that contains the gene coding for Sf1a linked with His-tag.

BBa_........

T7 promoter+RBS+OAIP+linker+His-tag+terminator Pantide that contains the gene coding for OAIP linked with His-tag.

Pantide with lectin

Pantide can be a single toxic peptide of the three toxins we chose, Hv1a, Sf1a, and OAIP respectively with the addition of Galanthus nivalis agglutinin (GNA), for GNA has the function of acting as a carrier of Pantide from insect gut to the haemolymph and finally Pantide can transmit to the action site.

BBa_........

T7 promoter+RBS+Hv1a-lectin+linker+His-tag+terminator Pantide that contains the gene coding for Hv1a and the snowdrop lectin linked with His-tag.

BBa_........

T7 promoter+RBS+Sf1a-lectin+linker+His-tag+terminator Pantide that contains the gene coding for Sf1a and the snowdrop lectin linked with His-tag.

BBa_........

T7 promoter+RBS+OAIP-lectin+linker+His-tag+terminator Pantide that contains the gene coding for OAIP and the snowdrop lectin linked with His-tag.

Pantide with Gs linker

In this part, to facilitate the expression of Pantide, we extended the linker with the substitution of Gs linker that is even better than the original linker for the more correcter folding of the proteins structure.

BBa_........

T7 promoter+RBS+Hv1a-lectin+Gs linker+His-tag+terminator Pantide that contains the gene coding for Hv1a and the snowdrop lectin. And improve the correct folding of Pantide by substituting with Gs linker linked with His-tag.