Difference between revisions of "Team:Waterloo/Parts"

 
(8 intermediate revisions by one other user not shown)
Line 24: Line 24:
 
<li class="dropdown nav-item"><a href="#" class="nav-link dropdown-toggle nav-link" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Project<span class="caret"></span></a>
 
<li class="dropdown nav-item"><a href="#" class="nav-link dropdown-toggle nav-link" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Project<span class="caret"></span></a>
 
<ul class="dropdown-menu">
 
<ul class="dropdown-menu">
 +
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/Contribution"><span>Contribution</span></a></li>
 +
</li>
 
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/Description"><span>Description</span></a></li>
 
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/Description"><span>Description</span></a></li>
 
</li>
 
</li>
Line 49: Line 51:
 
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/Human_Practices"><span>Human Practices</span></a></li>
 
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/Human_Practices"><span>Human Practices</span></a></li>
 
</li>
 
</li>
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/HP-Silver"><span>Silver</span></a></li>
+
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/HP/Silver"><span>Silver</span></a></li>
 
</li>
 
</li>
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/HP-Gold"><span>Gold</span></a></li>
+
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/HP/Gold_Integrated"><span>Gold</span></a></li>
 
</li>
 
</li>
 
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/Integrated_Practices"><span>Integrated Practices</span></a></li>
 
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/Integrated_Practices"><span>Integrated Practices</span></a></li>
Line 62: Line 64:
 
<li class="dropdown nav-item"><a href="#" class="nav-link dropdown-toggle nav-link" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Awards<span class="caret"></span></a>
 
<li class="dropdown nav-item"><a href="#" class="nav-link dropdown-toggle nav-link" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Awards<span class="caret"></span></a>
 
<ul class="dropdown-menu">
 
<ul class="dropdown-menu">
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/Entrepreneurship"><span>Entrepreneurship</span></a></li>
 
</li>
 
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/Hardware"><span>Hardware</span></a></li>
 
</li>
 
 
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/Software"><span>Software</span></a></li>
 
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/Software"><span>Software</span></a></li>
</li>
 
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/Measurement"><span>Measurement</span></a></li>
 
 
</li>
 
</li>
 
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/Model"><span>Model</span></a></li>
 
<li class=""><a class="dropdown-item" href="https://2017.igem.org/Team:Waterloo/Model"><span>Model</span></a></li>
Line 128: Line 124:
 
}
 
}
  
 +
.item-text{
 +
  margin: 0 15vw 0 15vw;
 +
}
  
 
.part-img{
 
.part-img{
   margin: 2vw;
+
   text-align: center;
    background-color: white;
+
  margin: 5vh auto 1vh auto
    width: 20vw;
+
    height:20vw;
+
    opacity: .5;
+
 
}
 
}
 
.part-img img{
 
.part-img img{
    width: 20vw;
+
  width: 50vw;
    height: 20vw;
+
}
 +
a{
 +
  color: white;
 +
}
 +
a:hover{
 +
  color: white;
 +
 
 +
}
 +
a:visited{
 +
  color: white;
 +
 
 
}
 
}
 
</style>
 
</style>
Line 170: Line 176:
 
   </div>
 
   </div>
 
    
 
    
   <div class="row" v-for="item in psb1c3.items" v-if="psb1c3.showing==item.id">
+
   <div v-for="item in psb1c3.items" v-if="psb1c3.showing==item.id">
 
        
 
        
 +
      <div class="part-img">
 +
        <img v-bind:src="item.image" alt="????">         
 +
      </div>
 
        
 
        
     <div class="col-md-8 col-md-offset-2">
+
     <div class="item-text">
 
       <br>
 
       <br>
 
       <br>
 
       <br>
 
       <p>^^item.text$$</p>
 
       <p>^^item.text$$</p>
       <button v-if="item.biobrick" class="btn btn-primary btn-block">^^item.biobrick$$</button>
+
       <br>
 +
      <div class="text-center">
 +
      <a v-bind:href="'http://parts.igem.org/Part:' + item.biobrick" v-if="item.biobrick" class="btn btn-outline-secondary">^^item.biobrick$$</a>
 +
      </div>
 
     </div>
 
     </div>
 
   
 
   
Line 242: Line 254:
 
       { id: 1,
 
       { id: 1,
 
         title: "PrD",
 
         title: "PrD",
       image: "https://www.w3schools.com/css/img_fjords.jpg",
+
       image: "https://static.igem.org/mediawiki/2017/6/60/Prionpart.png",
 
       text: "The aggregation domain is obtained from Saccharomyces cerevisiae Sup35 protein, a translational release factor,  consisting of the N-terminal domain (amino acids 1-123) and a portion of the middle domain (amino acids 124-137). When fused to other proteins, it gives them prion-like properties.This was used in several composite parts to test whether it is possible to increase the function and/or activity of proteins by addition of an aggregation domain.",
 
       text: "The aggregation domain is obtained from Saccharomyces cerevisiae Sup35 protein, a translational release factor,  consisting of the N-terminal domain (amino acids 1-123) and a portion of the middle domain (amino acids 124-137). When fused to other proteins, it gives them prion-like properties.This was used in several composite parts to test whether it is possible to increase the function and/or activity of proteins by addition of an aggregation domain.",
       biobrick:"BBa_K4750000"
+
       biobrick:"BBa_K2475000"
 
       },
 
       },
 
       {id:2,
 
       {id:2,
 
       title: "PrD-YFP",
 
       title: "PrD-YFP",
       image: "",
+
       image: "https://static.igem.org/mediawiki/2017/1/1c/CUP1_YFP.svg",
 
       text: "This composite part consists of the Sup35 aggregation domain fused with yellow fluorescent protein (YFP), which is a fluorescent tag with a theoretical excitation peak at 514 nm and emission peak at 535 nm. This was used, in conjunction with PrD-CFP, in Förster resonance energy transfer (FRET) experiments test if/how the aggregation domain affects the energy transfer from CFP to YFP  expression in aggregate state  (PSI+) and soluble state (PSI-). This part is under control of the Cup1 promoter and CYC1 terminator. Its expression can be modulated by the amount of copper added to the system.",
 
       text: "This composite part consists of the Sup35 aggregation domain fused with yellow fluorescent protein (YFP), which is a fluorescent tag with a theoretical excitation peak at 514 nm and emission peak at 535 nm. This was used, in conjunction with PrD-CFP, in Förster resonance energy transfer (FRET) experiments test if/how the aggregation domain affects the energy transfer from CFP to YFP  expression in aggregate state  (PSI+) and soluble state (PSI-). This part is under control of the Cup1 promoter and CYC1 terminator. Its expression can be modulated by the amount of copper added to the system.",
       biobrick:"BBa_K4750001"
+
       biobrick:"BBa_K2475001"
 
       },
 
       },
 
       {id:3,
 
       {id:3,
 
       title: "PrD-CFP",
 
       title: "PrD-CFP",
       image: "",
+
       image: "https://static.igem.org/mediawiki/2017/9/9e/CUP1_CFP.svg",
       text: "This composite part consists of the Sup35 aggregation domain fused with CFP (cyan fluorescent protein), which is a fluorescent tag with a theoretical excitation peak at 430 nm and emission peak at 485 nm. This was used, in conjunction with PrD-YFP, in Förster resonance energy transfer (FRET)  experiments  to  test if/how the aggregation domain affects the energy transfer from CFP to YFP in PSI+ (aggregate state) and psi- (soluble state). This part is under control of the Cup1 promoter and CYC1 terminator. Its expression can be modulated by the amount of copper added to the system.  ",
+
       text: "This composite part consists of the Sup35 aggregation domain fused with CFP (cyan fluorescent protein), which is a fluorescent tag with a theoreticgual excitation peak at 430 nm and emission peak at 485 nm. This was used, in conjunction with PrD-YFP, in Förster resonance energy transfer (FRET)  experiments  to  test if/how the aggregation domain affects the energy transfer from CFP to YFP in PSI+ (aggregate state) and psi- (soluble state). This part is under control of the Cup1 promoter and CYC1 terminator. Its expression can be modulated by the amount of copper added to the system.  ",
       biobrick:"BBa_K4750002"
+
       biobrick:"BBa_K2475002"
 
       },
 
       },
 
       {id:4,
 
       {id:4,
 
       title: "PrD-nYFP",
 
       title: "PrD-nYFP",
       image: "",
+
       image: "https://static.igem.org/mediawiki/2017/f/fd/CUP1_YFP-N.svg",
 
       text: "This composite part consists of the Sup35 prion domain fused with the n-terminal fragment of the YFP complex. It does not exhibit fluorescence by itself, and must associate with the c-terminal fragment in order for fluorescence to be expressed. This was used, in conjunction with PrD-cYFP, in flow cytometry experiments to test if the aggregation domains encourage joining of the two protein halves and increases YFP expression.This part is under control of the Cup1 promoter and CYC1 terminator. Its expression can be modulated by the amount of copper added to the system.  (Include link to other part for the registry)",
 
       text: "This composite part consists of the Sup35 prion domain fused with the n-terminal fragment of the YFP complex. It does not exhibit fluorescence by itself, and must associate with the c-terminal fragment in order for fluorescence to be expressed. This was used, in conjunction with PrD-cYFP, in flow cytometry experiments to test if the aggregation domains encourage joining of the two protein halves and increases YFP expression.This part is under control of the Cup1 promoter and CYC1 terminator. Its expression can be modulated by the amount of copper added to the system.  (Include link to other part for the registry)",
       biobrick:"BBa_K4750003"
+
       biobrick:"BBa_K2475003"
 
       },
 
       },
 
       {id:5,
 
       {id:5,
 
       title: "PrD-cYFP",
 
       title: "PrD-cYFP",
       image: "",
+
       image: "https://static.igem.org/mediawiki/2017/e/e0/CUP1_YFP-C.svg",
 
       text: "This composite part consists of the Sup35 prion domain fused with the c-terminal fragment of the YFP complex. It does not exhibit fluorescence by itself, and must associate with the n-terminal fragment in order for fluorescence to be expressed. This was used, in conjunction with PrD-nYFP, in flow cytometry experiments to test if the aggregation domains encourage joining of the two protein halves and increases YFP expression. This part is under control of the Cup1 promoter and CYC1 terminator. Its expression can be modulated by the amount of copper added to the system.  ",
 
       text: "This composite part consists of the Sup35 prion domain fused with the c-terminal fragment of the YFP complex. It does not exhibit fluorescence by itself, and must associate with the n-terminal fragment in order for fluorescence to be expressed. This was used, in conjunction with PrD-nYFP, in flow cytometry experiments to test if the aggregation domains encourage joining of the two protein halves and increases YFP expression. This part is under control of the Cup1 promoter and CYC1 terminator. Its expression can be modulated by the amount of copper added to the system.  ",
       biobrick:"BBa_K4750004"
+
       biobrick:"BBa_K2475004"
 
       },
 
       },
 
       {
 
       {
 
         id:6,
 
         id:6,
 
         title: "Cup1-GFP",
 
         title: "Cup1-GFP",
         image: "",
+
         image: "https://static.igem.org/mediawiki/2017/d/d7/GFPpart.png",
 
         text: "This part is a transcriptional fusion used to test the effectiveness of the Cup1 Promoter under different conditions of copper. It was developed by the 2016 Waterloo iGEM team, and further characterized for the bronze medal requirement by the 2017 iGEM team.",
 
         text: "This part is a transcriptional fusion used to test the effectiveness of the Cup1 Promoter under different conditions of copper. It was developed by the 2016 Waterloo iGEM team, and further characterized for the bronze medal requirement by the 2017 iGEM team.",
 
         biobrick:"BBa_K2137001"
 
         biobrick:"BBa_K2137001"

Latest revision as of 03:57, 2 November 2017

Parts

Parts

????


^^item.text$$


Vectors



^^plasmid.title$$



^^plasmid.text$$