Difference between revisions of "Team:USTC/Basic Part"

(Undo revision 158493 by Dong Yan (talk))
Line 49: Line 49:
 
<script>
 
<script>
 
$(window).load(function(){
 
$(window).load(function(){
//$('.ui.sticky.large.basic.menu').sticky({
+
$('.ui.sticky.large.basic.menu').sticky({
//    context: '#main_page_content'
+
    context: '#main_page_content'
//});
+
});
  
  
Line 149: Line 149:
 
                   <a class="item" href=" https://2016.igem.org/Team:USTC/Team"> Acknowledgements  </a>
 
                   <a class="item" href=" https://2016.igem.org/Team:USTC/Team"> Acknowledgements  </a>
 
                   <a class="item" href=" https://2016.igem.org/Team:USTC/Team"> Gallery  </a>
 
                   <a class="item" href=" https://2016.igem.org/Team:USTC/Team"> Gallery  </a>
 +
                  <a class="item" href="https://2016.igem.org/Team:USTC/Collaborations">★  Collaborations </a>
 +
        </div>
 +
      </div>
 +
      <a class="item" href="https://2016.igem.org/Team:USTC/spin_off">Spin-off </a>
 +
      <a class="item" href="https://2016.igem.org/Team:USTC/Editing_Trial">Editing Trial </a>
 +
          <a class="item" href="https://2016.igem.org/Team:USTC/Editing_Trial2">Editing Trial 2 </a>
 +
          <a class="item" href="https://2016.igem.org/Team:USTC/Editing_Trial3">Editing Trial 3 </a>
 +
    </div>
 +
  </div>
 +
 +
 +
 +
 +
<!--Page content starts here-->
 +
 +
  <div class="ui basic segment" style="height:200px; border-bottom: 1px solid black;">
 +
 +
  </div>
 +
 +
  <div class="ui basic segment" id="ui_article" style="height:200px; min-height:3000px;">
 +
      <h3 class="ui heading">Basic Parts</h3>
 +
            <p>This year, we created several basic parts to conduct our projects. Their main functions are as follows:
 +
            1. Protein as a scaffold to assemble other proteins.
 +
        2. Protein as a messager to indicate whether the circuit works well.</p>
 +
        <p>List of Basic Parts:</p>
 +
        <table class="ui celled table" style="border-radius: 5px;">
 +
            <thead>
 +
                <tr>
 +
                    <th>Code Name</th>
 +
                    <th>Part Name</th>
 +
                    <th>Function</th>
 +
                </tr>
 +
            </thead>
 +
            <tbody>
 +
                <tr>
 +
                    <td>BBa_K2009357</td>
 +
                    <td>SUP35</td>
 +
                    <td>forming aggregation when the cell encounters heat shock</td>
 +
                </tr>
 +
                <tr class="positive">
 +
                    <td>BBa_K2009430</td>
 +
                    <td>sfGFP1-10</td>
 +
                    <td>emitting much brighter green fluorescence when binding with sfGFP11</td>
 +
                </tr>
 +
                <tr>
 +
                    <td>BBa_K2009820</td>
 +
                    <td>sfGFP11</td>
 +
                    <td>emitting much brighter green fluorescence when binding with sfGFP1-10</td>
 +
                </tr>
 +
            </tbody>
 +
        </table>     
 +
  </div>
 +
 +
</div><!--End of ui basic segment id="main_page_content"-->
 +
 +
<div style="background-color:#44a17d; height: 400px;">
 +
  <p style="color:#fbbd08; font-family:'Lato'; font-size:40px; position:absolute; left:425px;">
 +
    <i class="star half empty icon"></i>Let's get it all done!<i class="star icon"></i>
 +
  </p>
 +
</div>
 +
 +
</body>
 +
</html>

Revision as of 02:26, 3 October 2016

Basic Parts

This year, we created several basic parts to conduct our projects. Their main functions are as follows: 1. Protein as a scaffold to assemble other proteins. 2. Protein as a messager to indicate whether the circuit works well.

List of Basic Parts:

Code Name Part Name Function
BBa_K2009357 SUP35 forming aggregation when the cell encounters heat shock
BBa_K2009430 sfGFP1-10 emitting much brighter green fluorescence when binding with sfGFP11
BBa_K2009820 sfGFP11 emitting much brighter green fluorescence when binding with sfGFP1-10

Let's get it all done!