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

(Prototype team page)
 
 
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{NCTU_Formosa}}
+
{{NCTU_Formosa/test}}
 
<html>
 
<html>
  
 +
<head>
 +
  <meta charset="UTF-8">
 +
  <title>Composite Parts</title>
  
 +
  <script src="jQueryAssets/jquery-1.11.1.min.js"></script>
 +
  <script src="jQueryAssets/jquery.ui-1.10.4.dialog.min.js"></script>
 +
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
  
<div class="column full_size judges-will-not-evaluate">
+
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<h3>★  ALERT! </h3>
+
  <script>
<p>This page is used by the judges to evaluate your team for the <a href="https://2018.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2018.igem.org/Judging/Awards"> award listed below</a>. </p>
+
    $(document).ready(function(){
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2018.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
    $(".part_button").click(function(){
</div>
+
    $(".basic_parts").slideToggle();
 +
      });
 +
    });
 +
  </script>
  
 +
  <style>
  
<div class="clear"></div>
 
  
 +
    #globalWrapper{
 +
      padding-bottom: 0 !important;
 +
    }
  
 +
    body{
 +
      font-size: 0;
 +
      margin: 0;
 +
      padding: 0 !important;
 +
      width: 100%;
 +
      font-family: Levenim MT;
 +
    }
  
 +
    .wrapper{
 +
      width: 100%;
 +
      overflow: hidden;
 +
      background-color: white;
 +
      padding-bottom: 150px;
 +
    }
  
 +
    .cover{
 +
      width: 100%;
 +
    }
  
<div class="column full_size">
 
<h1>Composite Parts</h1>
 
  
 +
    .title{
 +
      font-size: 7vmin;
 +
      margin: 50px;
 +
      margin-top: 0px;
 +
      text-align: center;
 +
    }
  
<p>
+
    .text{
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.
+
      font-size: 3vmin;
</p>
+
      width: 70%;
 +
      position: relative;
 +
      margin-left: 15%;
 +
      margin-top: 40px;
 +
      margin-bottom: 40px;
 +
      text-align: justify;
 +
    }
  
<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>
+
    p {
</div>
+
      margin: 0;
 +
    }
  
<div class="column full_size">
+
    .title_1 {
<div class="highlight decoration_background">
+
      font-size: 7vmin;
<h3>Note</h3>
+
      margin: 50px;
<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>
+
      margin-top: 70px;
</div>
+
      text-align: center;
</div>
+
    }
  
 +
    .basic_title {
 +
      width: 35%;
 +
      margin-left: 32.5%;
 +
      margin-top: 100px;
 +
    }
  
 +
    .name {
 +
      font-size: 3.5vmin;
 +
      text-decoration: none;
 +
      color: rgb(9, 19, 111);
 +
      transition-duration: 0.4s;
 +
      position: relative;
 +
      left: 15%;
 +
      margin: 30px;
 +
    }
  
<div class="column full_size">
+
    .name:hover {
<h3>Best Composite Part Special Prize</h3>
+
      color: rgb(251, 185, 24)
 +
    }
  
<p>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://2018.igem.org/Judging/Awards">special prize</a>, make sure you add your part number to your <a href="https://2018.igem.org/Judging/Judging_Form">judging form</a> and delete the box at the top of this page.
+
    .bac {
 +
      width: 40%;
 +
      margin: 50px;
 +
      margin-left: 30%;
 +
      margin-bottom: 70px;
 +
    }
  
<br><br>
+
    .curcumin {
<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: 40%;
 +
      margin: 50px;
 +
      margin-left: 30%;
 +
      margin-bottom: 70px;
 +
    }
  
</div>
+
    .dec_1 {
 +
      width: 50%;
 +
      margin-left: 25%;
 +
      margin-top: 70px;
 +
    }
 +
 
 +
    .dec_2 {
 +
      width: 50%;
 +
      margin-left: 25%;
 +
      margin-bottom: 150px;
 +
    }
 +
 
 +
 
 +
    .part_button {
 +
      width: 5%;
 +
      margin-left: 47.5%;
 +
      margin-bottom: 15px;
 +
      cursor: pointer;
 +
      transition-duration: 0.4s;
 +
    }
 +
 
 +
    .part_button:hover {
 +
      transform: scale(1.2);
 +
    }
 +
 
 +
    .part_button:active {
 +
      transform: scale(0.8);
 +
    }
 +
 
 +
 
 +
 
 +
 
 +
  </style>
 +
 
 +
  <!----------------------------------------------------------------------------->
 +
 
 +
  <script>
 +
  </script>
 +
 
 +
  <!----------------------------------------------------------------------------->
 +
 
 +
  <!-- Latex resourse code-->
 +
  <script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js" type="text/javascript">
 +
      MathJax.Hub.Config({
 +
          extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
 +
          jax: ["input/TeX", "output/HTML-CSS"],
 +
          tex2jax: {
 +
              inlineMath: [
 +
                  ['$', '$'],
 +
                  ["\\(", "\\)"]
 +
              ],
 +
              displayMath: [
 +
                  ['$$', '$$'],
 +
                  ["\\[", "\\]"]
 +
              ],
 +
          },
 +
          "HTML-CSS": {
 +
              availableFonts: ["TeX"]
 +
          }
 +
      });
 +
  </script>
 +
 
 +
  <!----------------------------------------------------------------------------->
 +
</head>
 +
 
 +
<body>
 +
  <div class="wrapper">
 +
    <div class="banner">
 +
      <img class="cover" src="https://static.igem.org/mediawiki/2018/6/63/T--NCTU_Formosa--Parts2.0.png">
 +
    </div>
 +
    <div class="sec1">
 +
      <img src="https://static.igem.org/mediawiki/2018/f/f8/T--NCTU_Formosa--Composite_parts.png" class="basic_title">
 +
      <div class="text">
 +
        <p>
 +
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;We tried to express the six antimicrobial peptides by <i>E. coli</i>. These composite parts contain the coding sequence, RBS, a T7 promoter, and also intein and CBD sequences for better purification.<br><br>
 +
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The other composite part contains each basic part from NCTU_Formosa 2016. We found this peptide also shows its ability to inhibit <i>Bacillus subtilis</i>.
 +
        </p>
 +
      </div>
 +
 
 +
 
 +
<!--------------------------------------------------------------------->
 +
      <div class="basic_parts">
 +
        <div class="title_1"><p>Bacteriocins</p></div>
 +
        <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2599009" class="name" target="_blank" style="text-decoration: none;"><p>Bovicin HJ50-Intein-CBD(BBa_K2599009)</p></a>
 +
        <img src="https://static.igem.org/mediawiki/2018/f/f5/T--NCTU_Formosa--Bov_2.png" class="bac">
 +
        <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2599011" class="name" target="_blank" style="text-decoration: none;"><p>Enterocin B-Intein-CBD(BBa_K2599011)</p></a>
 +
        <img src="https://static.igem.org/mediawiki/2018/5/5f/T--NCTU_Formosa--Ent_B_2.png" class="bac">
 +
        <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2599012" class="name" target="_blank" style="text-decoration: none;"><p>Enterocin 96-Intein-CBD(BBa_K2599012)</p></a>
 +
        <img src="https://static.igem.org/mediawiki/2018/d/da/T--NCTU_Formosa--Ent_96_2.png" class="bac">
 +
        <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2599013" class="name" target="_blank" style="text-decoration: none;"><p>Lacticin Z-Intein-CBD(BBa_K2599013)</p></a>
 +
        <img src="https://static.igem.org/mediawiki/2018/8/8b/T--NCTU_Formosa--Lac_2.png" class="bac">
 +
        <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2599014" class="name" target="_blank" style="text-decoration: none;"><p>Leucocyclicin Q-Intein-CBD(BBa_K2599014)</p></a>
 +
        <img src="https://static.igem.org/mediawiki/2018/1/13/T--NCTU_Formosa--Leu_2.png" class="bac">
 +
        <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2599015" class="name" target="_blank" style="text-decoration: none;"><p>Durancin TW-49M-Intein-CBD(BBa_K2599015)</p></a>
 +
        <img src="https://static.igem.org/mediawiki/2018/b/b4/T--NCTU_Formosa--Dur_2.png" class="bac" style="margin-bottom: 50px;" >
 +
 
 +
        <div class="title_1"><p>Curcumin Bio-sensor</p></div>
 +
        <a href="http://parts.igem.org/Part:BBa_K2599017" class="name" target="_blank" style="text-decoration: none;"><p>GS Linker-αS1-casein(BBa_K2599017)</p></a>
 +
        <img src="https://static.igem.org/mediawiki/2018/9/90/T--NCTU_Formosa--%CE%B1S1-casein.png" class="curcumin" style="margin-bottom: 50px;">
 +
 
 +
        <div class="title_1"><p>Improvement</p></div>
 +
        <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2599016" class="name" target="_blank" style="text-decoration: none;"><p>Sf1a+GS linker+snowdrop-lectin+linker+6X His-Tag(BBa_K2599016)</p></a>
 +
        <img src="https://static.igem.org/mediawiki/2018/b/bc/T--NCTU_Formosa--mprove_biobrick.png" class="curcumin" style="margin-bottom: 50px;">
 +
      </div>
 +
 
 +
    </div>
 +
 
 +
  </div>
 +
</body>
 +
 
 +
<script>
 +
  function mouseUp() {
 +
  document.getElementById("pb").style.transform = "rotate(180deg)";
 +
  document.getElementById("pb").style.transform = "rotate(-180deg)";
 +
}
 +
</script>
  
 
</html>
 
</html>
 +
 +
{{NCTU_Formosa/Footer}}
 +
{{NCTU_Formosa/Top_button}}

Latest revision as of 02:58, 18 October 2018

Navigation Bar Composite Parts

     We tried to express the six antimicrobial peptides by E. coli. These composite parts contain the coding sequence, RBS, a T7 promoter, and also intein and CBD sequences for better purification.

     The other composite part contains each basic part from NCTU_Formosa 2016. We found this peptide also shows its ability to inhibit Bacillus subtilis.

Template