Difference between revisions of "Team:CSMU NCHU Taiwan/Composite Part"

(Prototype team page)
 
 
Line 1: Line 1:
{{CSMU_NCHU_Taiwan}}
+
{{:Team:CSMU_NCHU_Taiwan/Templates/Header}}
<html>
+
<html lang="en">
 +
  <head>
 +
    <meta charset="UTF-8">
 +
    <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet'>
 +
    <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet'>
 +
    <title>Safety</title>
 +
  </head>
 +
    <style type="text/css">
  
 +
* {
 +
  margin: 0;
 +
  padding: 0;
 +
  box-sizing: border-box; }
  
<div class="column full_size judges-will-not-evaluate">
+
body {
<h3>★  ALERT! </h3>
+
  width: 100%;
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</a>. </p>
+
  margin: 0;
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
  padding: 0;
</div>
+
  font-family: 'Ubuntu' !important; }
<div class="clear"></div>
+
  
 +
img.center {
 +
  display: block;
 +
  margin: 0 auto; }
  
 +
.pdfbtn {
 +
  width: 100%;
 +
  margin: 20px 0 10px 0;
 +
  padding: 10px 20px;
 +
  border-radius: 5px;
 +
  background-color: #556b7e;
 +
  color: white;
 +
  display: block;
 +
  position: relative; }
 +
  .pdfbtn i {
 +
    position: absolute;
 +
    right: 50px;
 +
    top: 50%;
 +
    transform: translateY(-50%); }
  
 +
.brown-btn {
 +
  background-color: #603813; }
  
<div class="column full_size">
 
<h1>Composite Parts</h1>
 
  
 +
.img-container {
 +
  width: 100%;
 +
  text-align: center;
 +
  display: none; }
 +
  .img-container img {
 +
    width: 100%; }
  
<p>
+
.pdf-container {
A composite part is a functional unit of DNA consisting of two or more basic parts assembled together. <a href="http://parts.igem.org/wiki/index.php/Part:BBa_I13507">BBa_I13507</a> is an example of a composite part, consisting of an RBS, a protein coding region for a red fluorescent protein, and a terminator.
+
  width: 100%;
</p>
+
  text-align: center;
 +
  height: 90vh;
 +
  display: none; }
  
<p>New composite BioBrick devices can be made by combining existing BioBrick Parts (like Inverters, Amplifiers, Smell Generators, Protein Balloon Generators, Senders, Receivers, Actuators, and so on).</p>
+
.top {
 +
  position: fixed;
 +
  right: 50px;
 +
  bottom: 50px;
 +
  height: 50px;
 +
  width: 50px;
 +
  cursor: pointer; }
 +
  .top img {
 +
    width: 100%; }
  
<br>
+
#HQ_page .text-area p {
<h3>Best Composite Part Special Prize</h3>
+
  font-size: 22px;
 +
  font-family: 'Ubuntu';
 +
  font-weight: 500; }
  
<p>New BioBrick devices can be made by combining existing BioBrick Parts. For example, Inverters, Amplifiers, Smell Generators, Protein Balloon Generators, Senders, Receivers, Actuators, and so on. To be eligible for this award, this part must adhere to <a href="http://parts.igem.org/DNA_Submission">Registry sample submission guidelines</a> and have been sent to the Registry of Standard Biological Parts. If you have a part you wish to nominate your team for this <a href="https://2017.igem.org/Judging/Awards">special prize</a>, make sure you add your part number to your <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a> and delete the box at the top of this page.
+
.bg-container {
 +
  overflow: hidden;
 +
  position: relative;
 +
  background-color: #c5d7d9;
 +
  background-image: url(https://static.igem.org/mediawiki/2017/1/11/T--CSMU_NCHU_Taiwan--PartBg.png);
 +
  background-repeat: repeat-y;
 +
  background-size: 100%;
 +
}
  
<br><br>
+
.my-main-container {
<b>Please note:</b> Judges will only look at the first part number you list, so please only enter ONE (1) part number in the judging form for this prize. </p>
+
  width: 100%;
<br>
+
  padding: 50px 7%;
<div class="highlight">
+
}
<h4>Note</h4>
+
<p>This page should list all the composite parts your team has made during your project. You must add all characterization information for your parts on the Registry. You should not put characterization information on this page. Remember judges will only look at the first part in the list for the Best Composite Part award, so put your best part first!</p>
+
  
</div>
+
.main-content {
 +
  background-color: white;
 +
  width: 80%;
 +
  margin-left: 10%;
 +
  padding: 50px;
 +
  min-height: 180vh;
 +
  z-index: 10; }
  
 +
.text-area {
 +
  margin-bottom: 80px; }
 +
  .text-area h1 {
 +
    font-size: 60px;
 +
    font-weight: 700;
 +
    font-family: 'Arizonia' !important;
 +
    text-align: center;
 +
    margin-bottom: 1rem; }
 +
  .text-area p {
 +
    font-size: 22px;
 +
    font-weight: 500; }
 +
h2{
 +
  font-size:30px;
 +
  color:#000000 !important;
 +
  font-weight:bold;
 +
  text-align:center;
 +
}
 +
h3{
 +
  font-size:24px;
 +
  color:#000000 !important;
 +
  font-weight:bold;
 +
  text-align:left;
 +
}
 +
 +
 +
</style>
 +
    <body>
 +
    <div class="bg-container" style="max-height:none;">
 +
      <div class="my-main-container">
 +
        <div class="main-content">
 +
          <div class="text-area">
 +
            <h1>Composite Parts</h1>
 +
            <p>This year, we CSMU_NCHU_Taiwan, brings you 3 composite parts.</p>
 +
 +
              <br>
 +
              <img class="center" src="https://static.igem.org/mediawiki/2017/4/4a/Csmuxnchu_parts1.png" style="width:90%;" alt="">
 +
 +
              <br>
 +
              <img class="center" src="https://static.igem.org/mediawiki/2017/0/0e/Csmuxnchu_part_form2.png" style="width:90%;" alt="">
 +
 +
 +
 +
<h2>Composite Parts</h2>
 +
<h3>FOR ANTIDOTE</h3>
 +
<p><br>
 +
<b>T7 promoter + Thioredoxin-FGD fusion protein (<a href="http://parts.igem.org/Part:BBa_K2382005" style="color:#385e66;"target="_blank">BBa_K2382005</a>)</b><br>
 +
This part contains a T7 promoter and Thioredoxin-FGD fusion protein, and terminators are
 +
included. By ligating these two different parts as a fusion protein, it is supposed to raise the
 +
solubility of our protein, F420-dependent glucose-6- phosphate dehydrogenase (FGD).<br><br>
 +
<b>T7 promoter + Thioredoxin-MSMEG_5998 fusion protein (<a href="http://parts.igem.org/Part:BBa_K2382006"style="color:#385e66;" target="_blank">BBa_K2382006</a>)</b><br>
 +
This part contains a T7 promoter and Thioredoxin-MSMEG_5998 fusion protein, and terminators
 +
are included. By ligating these two different parts as a fusion protein, it works better than
 +
MSMEG_5998 alone.
 +
</p>
 +
<h3>FOR TEST STRIP</h3>
 +
<p><br>
 +
<b>Anti-aflatoxin scFv fusion protein construction DNA sequence (<a href="http://parts.igem.org/Part:BBa_K2382010"style="color:#385e66;" target="_blank">BBa_K2382010</a>)</b><br>
 +
By ligating the constitutive promoter (BBa_J23101), strong ribosome binding site (BBa_B0034)
 +
and scFv-EAAAK- RFP-Histag, we were able to detect aflatoxin by the purified protein expressing
 +
in E. coli. Moreover, we designed a restriction site, BamHI, between scFv and EAAAK, so future
 +
iGEM teams could take advantage of this composite part to fuse their scFv with RFP as indicator,
 +
and make their own test strip!
 +
</p>
 +
</p>
 
</div>
 
</div>
  
 +
        </div>
 +
      </div>
 +
    </div>
 +
    <div class="top">
 +
      <img src="https://static.igem.org/mediawiki/2017/5/52/T--CSMU_NCHU_Taiwan--top.png" alt="">
 +
    </div>
 +
  </body>
 +
  <script type="text/javascript">
 +
    $('#parts-btn-1').on('click', function(){
 +
      $('#parts-1').slideToggle("slow");
 +
    });
 +
    $('#parts-btn-2').on('click', function(){
 +
      $('#parts-2').slideToggle("slow");
 +
    });
 +
    $('.top').on('click', function(){
 +
      $('html, body').animate({scrollTop: '0px'}, 500);
 +
    });
 +
</script>
 
</html>
 
</html>

Latest revision as of 20:21, 1 November 2017

Safety

Composite Parts

This year, we CSMU_NCHU_Taiwan, brings you 3 composite parts.



Composite Parts

FOR ANTIDOTE


T7 promoter + Thioredoxin-FGD fusion protein (BBa_K2382005)
This part contains a T7 promoter and Thioredoxin-FGD fusion protein, and terminators are included. By ligating these two different parts as a fusion protein, it is supposed to raise the solubility of our protein, F420-dependent glucose-6- phosphate dehydrogenase (FGD).

T7 promoter + Thioredoxin-MSMEG_5998 fusion protein (BBa_K2382006)
This part contains a T7 promoter and Thioredoxin-MSMEG_5998 fusion protein, and terminators are included. By ligating these two different parts as a fusion protein, it works better than MSMEG_5998 alone.

FOR TEST STRIP


Anti-aflatoxin scFv fusion protein construction DNA sequence (BBa_K2382010)
By ligating the constitutive promoter (BBa_J23101), strong ribosome binding site (BBa_B0034) and scFv-EAAAK- RFP-Histag, we were able to detect aflatoxin by the purified protein expressing in E. coli. Moreover, we designed a restriction site, BamHI, between scFv and EAAAK, so future iGEM teams could take advantage of this composite part to fuse their scFv with RFP as indicator, and make their own test strip!