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

(Prototype team page)
 
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;
 +
      background: #f0feff;
 +
    }
  
 +
    .wrapper{
 +
      width: 100%;
 +
      overflow: hidden;
 +
    }
  
 +
    .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: 4vmin;
</p>
+
      width: 50%;
 +
      position: relative;
 +
      margin-left: 25%;
 +
      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: 30%;
 +
      margin-left: 35%;
 +
      margin-top: 100px;
 +
    }
  
 +
    .name {
 +
      font-size: 3.5vmin;
 +
      text-decoration: none;
 +
      color: rgb(9, 19, 111);
 +
      transition-duration: 0.4s;
 +
      position: relative;
 +
      left: 25%;
 +
      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: 20%;
 +
      margin: 50px;
 +
      margin-left: 40%;
 +
      margin-bottom: 70px;
 +
    }
  
<br><br>
+
    .dec_1 {
<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: 50%;
 +
      margin-left: 25%;
 +
      margin-top: 100px;
 +
    }
  
</div>
+
    .dec_2 {
 +
      width: 50%;
 +
      margin-left: 25%;
 +
      margin-bottom: 150px;
 +
    }
 +
 
 +
    .basic_parts {
 +
      display: none;
 +
    }
 +
 
 +
    .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/e/ed/T--NCTU_Formosa--Parts.png">
 +
    </div>
 +
    <div class="sec1">
 +
      <img src="https://static.igem.org/mediawiki/2018/f/f8/T--NCTU_Formosa--Composite_parts.png" class="basic_title">
 +
      <img src="https://static.igem.org/mediawiki/2018/5/5d/T--NCTU_Formosa--Parts_dec3.png" class="dec_1">
 +
      <div class="title_1"><p>Overview</p></div>
 +
      <div class="text">
 +
        <p>
 +
          This year we decided to create nine basic parts. These parts contain the single sequences of each antimicrobial peptide. Our goal is to assemble these basic parts with intein and chitin binding domain (CBD) sequences, which are better to purify. We listed all the basic parts we constructed below.
 +
        </p>
 +
      </div>
 +
 
 +
 
 +
<!--------------------------------------------------------------------->
 +
      <div class="basic_parts">
 +
        <div class="title_1"><p>Antimicrobial Peptide</p></div>
 +
        <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2599000" class="name" target="_blank"><p>Subtilosin-Intein-CBD(BBa_K2599008)</p></a>
 +
        <img src="https://static.igem.org/mediawiki/2018/b/bf/T--NCTU_Formosa--Sub_2.png" class="bac">
 +
        <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2599001" class="name" target="_blank"><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_K2599002" class="name" target="_blank"><p>Enterocin A-Intein-CBD(BBa_K2599010)</p></a>
 +
        <img src="https://static.igem.org/mediawiki/2018/4/45/T--NCTU_Formosa--Ent_A_2.png" class="bac">
 +
        <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2599003" class="name" target="_blank"><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_K2599004" class="name" target="_blank"><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_K2599005" class="name" target="_blank"><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_K2599006" class="name" target="_blank"><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_K2599007" class="name" target="_blank"><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>
 +
 
 +
      <img src="https://static.igem.org/mediawiki/2018/9/99/T--NCTU_Formosa--Parts_button.png" class="part_button" id="pb" onmouseup="mouseUp()">
 +
      <img src="https://static.igem.org/mediawiki/2018/6/61/T--NCTU_Formosa--Parts_dec4.png" class="dec_2">
 +
 
 +
    </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}}

Revision as of 15:24, 22 September 2018

Navigation Bar Composite Parts

Overview

This year we decided to create nine basic parts. These parts contain the single sequences of each antimicrobial peptide. Our goal is to assemble these basic parts with intein and chitin binding domain (CBD) sequences, which are better to purify. We listed all the basic parts we constructed below.