Difference between revisions of "Team:NCTU Formosa/Parts"

 
(36 intermediate revisions by 3 users not shown)
Line 6: Line 6:
 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
 
<link href="https://2016.igem.org/Team:NCTU_Formosa/wiki_reset?action=raw&ctype=text/css" rel="stylesheet">
 
<link href="https://2016.igem.org/Team:NCTU_Formosa/wiki_reset?action=raw&ctype=text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet">
+
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
  
  
Line 30: Line 30:
 
     border: 0;
 
     border: 0;
 
     outline: 0;
 
     outline: 0;
 
+
    vertical-align: baseline;
 +
    background: transparent;
 
}
 
}
  
 
+
p{
* {
+
 
   font-family: 'Open Sans', sans-serif;
 
   font-family: 'Open Sans', sans-serif;
 
     font-weight: 300;
 
     font-weight: 300;
Line 41: Line 41:
 
     background-color:rgb(51,51,51) !important;
 
     background-color:rgb(51,51,51) !important;
 
     line-height:1;
 
     line-height:1;
 +
}
 +
 +
table {
 +
    border-collapse: collapse;
 +
    border-spacing: 0;
 
}
 
}
 
/*大圖*/
 
/*大圖*/
Line 77: Line 82:
  
  
/*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:47%; /*line寬度*/
 
  position:relative;
 
 
}
 
 
.line .blue {
 
  width: 1px;  /*line寬度*/
 
  height: 20%;  /*調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*/
 
 
.topic{
 
    position:relative;
 
    margin-top:0vh !important;
 
    width:200px;
 
    height:auto;
 
    left:210px;
 
    float:right;
 
    color:#F3F7F7;
 
}
 
.text_color{
 
    color:#F3F7F7;
 
    font-size:12pt !important;
 
}
 
 
/*content*/
 
/*content*/
 
.content_container{
 
.content_container{
 
     position:relative;
 
     position:relative;
     left:6.5vw;
+
     left:5vw;
     right:6.5vw;
+
     right:5vw;
 
     margin:0 auto;
 
     margin:0 auto;
 
     width:60vw;
 
     width:60vw;
 
     height:auto;
 
     height:auto;
 +
 
}
 
}
 
.title{
 
.title{
Line 274: Line 122:
 
     color:#F3F7F7 !important;
 
     color:#F3F7F7 !important;
 
     font-size:11pt !important;
 
     font-size:11pt !important;
     padding-top:10px;
+
     padding-top:5px;
     padding-bottom:50px;
+
     padding-bottom:20px;
 
     width:50vw;
 
     width:50vw;
 
     margin:auto;
 
     margin:auto;
Line 313: Line 161:
 
     margin: auto;
 
     margin: auto;
 
}
 
}
 
 
 
  
 
.img-position{
 
.img-position{
Line 340: Line 185:
 
}
 
}
  
 +
#groupparts{
 +
margin-left:26vw;
 +
}
 
</style>
 
</style>
 
</head>
 
</head>
Line 346: Line 194:
 
<!--圖片-->
 
<!--圖片-->
 
   <div class="img-container">
 
   <div class="img-container">
         <img src="https://static.igem.org/mediawiki/2016/3/35/NCTU_parts.png" class="main-img" width="100%">
+
         <img src="https://static.igem.org/mediawiki/2016/7/75/NCTU_PARTS_BIG_PICTURE.png" class="main-img" width="100%">
 
   </div>
 
   </div>
  
  
 
<!------------wiki content------------->
 
<!------------wiki content------------->
 
  
 
<section class="content_container">
 
<section class="content_container">
Line 357: Line 204:
 
     <p class="title">Biobrick design<p>
 
     <p class="title">Biobrick design<p>
  
     <p class="content">Our goal is to produce a new bio-repellent of insects, Pantide, which is successfully an alternative for chemical pesticide. We strive to express Pantide that can be used to reduce appetite of the major pests in the farmland. So far, we have already designed two types of BioBricks that three spider toxic peptides are included with and without lectin respectively. We can then do several experiments to test the function of BioBricks and prove that Pantide truly works.</p>
+
     <p class="content">Our goal is to produce a new bio-repellent of insects, PANTIDE, which is successfully an alternative for chemical pesticide. We strive to express PANTIDE that can be used to reduce appetite of the major pests in the farmland. So far, we have already designed two types of BioBricks that three spider toxic peptides are included with and without lectin respectively. We can then do several experiments to test the function of BioBricks and prove that PANTIDE truly works.</p>
  
     <p class="content">We submitted a collection of spider toxins and lectin as basic part, and the composite part with T7 promoter and RBS. All in all we have provided thirteen new BioBricks to the Registry in total this year. All BioBricks were sequence-confirmed. Our parts are presented in table view at our Registry summary page.(table 1)</p>
+
     <p class="content">We submitted a collection of spider toxins, lectin, and GS linker as basic parts, and the composite parts with T7 promoter and RBS. All in all we have provided twelve new BioBricks to the Registry in total this year. All BioBricks were sequence-confirmed. Our parts are presented in table view at our Registry summary page.(table 1)</p>
 
</div>
 
</div>
 
</section>
 
</section>
Line 365: Line 212:
 
</html>
 
</html>
  
<groupparts>iGEM16 NCTU_Formosa</groupparts>
+
<groupparts>iGEM2016 NCTU_Formosa</groupparts>
 +
<p class="content-image" style="text-align:center !important;">Table 1. Registry of Standard Biological Parts</p>
  
 
<html>
 
<html>
<head>
+
  <section class="content_container">
</head>
+
   <div>  
<body>
+
<section class="content_container">
+
   <div>
+
<p class="content-image" style="text-align:center !important;">Table 1. Registry of Standard Biological Parts</p>
+
 
+
 
+
 
     <p class="content">* Note: The relevant literature information for each part, including their full characterization data can be found at their respective pages in the Registry of Standard Biological Parts.</p>
 
     <p class="content">* Note: The relevant literature information for each part, including their full characterization data can be found at their respective pages in the Registry of Standard Biological Parts.</p>
     <p class="content">* Note: In the composite parts, each of our toxic peptides contains a hexahistidine tag-coding sequence fused at its downstream to facilitate Pantide detection and purification.</p>
+
     <p class="content">* Note: In the composite parts, each of our toxic peptides contains a hexahistidine tag-coding sequence fused at its downstream to facilitate PANTIDE detection and purification.</p>
 
   </div>
 
   </div>
  

Latest revision as of 13:31, 14 November 2016

Biobrick design

Our goal is to produce a new bio-repellent of insects, PANTIDE, which is successfully an alternative for chemical pesticide. We strive to express PANTIDE that can be used to reduce appetite of the major pests in the farmland. So far, we have already designed two types of BioBricks that three spider toxic peptides are included with and without lectin respectively. We can then do several experiments to test the function of BioBricks and prove that PANTIDE truly works.

We submitted a collection of spider toxins, lectin, and GS linker as basic parts, and the composite parts with T7 promoter and RBS. All in all we have provided twelve new BioBricks to the Registry in total this year. All BioBricks were sequence-confirmed. Our parts are presented in table view at our Registry summary page.(table 1)

<groupparts>iGEM2016 NCTU_Formosa</groupparts>

Table 1. Registry of Standard Biological Parts

* Note: The relevant literature information for each part, including their full characterization data can be found at their respective pages in the Registry of Standard Biological Parts.

* Note: In the composite parts, each of our toxic peptides contains a hexahistidine tag-coding sequence fused at its downstream to facilitate PANTIDE detection and purification.