Difference between revisions of "Team:TJUSLS China/Parts"

Line 18: Line 18:
 
     <script  type="text/javascript" src="https://2019.igem.org/Team:TJUSLS_China/assets/js/srcjs?action=raw&ctype=text/javascript"></script>
 
     <script  type="text/javascript" src="https://2019.igem.org/Team:TJUSLS_China/assets/js/srcjs?action=raw&ctype=text/javascript"></script>
 
     <script type="text/javascript" src="https://2019.igem.org/Team:TJUSLS_China/assets/js/jqueryminjs?action=raw&ctype=text/javascript"></script>
 
     <script type="text/javascript" src="https://2019.igem.org/Team:TJUSLS_China/assets/js/jqueryminjs?action=raw&ctype=text/javascript"></script>
 
+
<script type="text/javascript" src="https://2019.igem.org/Team:TJUSLS_China/js?action=raw&ctype=text/javascript"></script>
  
 
     <title>Parts</title>
 
     <title>Parts</title>
 
     <style>
 
     <style>
        #home_logo,
 
        #sideMenu,
 
        #bars_item,
 
        #top_title {
 
            display: none;
 
        }
 
 
        #sideMenu,
 
        #top_title,
 
        .patrollink {
 
            display: none;
 
        }
 
        #top_title{
 
            display : none;
 
        }
 
        #content{
 
            margin:0;
 
            padding:0;
 
            width:100%;
 
        }
 
 
         html, body {
 
         html, body {
 
             font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif!important;
 
             font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif!important;
Line 309: Line 289:
 
             transform: scale(1.1);
 
             transform: scale(1.1);
 
         }
 
         }
 +
 
         table.table {
 
         table.table {
 
             font-family: verdana,arial,sans-serif;
 
             font-family: verdana,arial,sans-serif;
Line 358: Line 339:
 
             margin-bottom: 12px;
 
             margin-bottom: 12px;
 
         }
 
         }
    </style>
 
  
    <script>
+
         table.table2 {
         $(document).ready(function () {
+
             font-family: verdana,arial,sans-serif;
             $(window).scrollTop(0);
+
             font-size:11px;
        })
+
             color:#333333;
        window.onload = function () {
+
             border-width: 2px;
            setTimeout(() => window.scrollTo(0, 0), 1)
+
             border-color: black;
            $("#title").css("margin-top", document.documentElement.clientHeight);
+
            border-collapse: collapse;
             $("#black-content").css("background-color", "rgba(0,0,0," + $(window).scrollTop() / document.documentElement.clientHeight * 0.6 + ")");
+
            width: 100%;
             var textUp = 0;
+
             var height;
+
             $(window).scroll(function () {
+
                height = $(window).scrollTop();
+
                if (height < document.documentElement.clientHeight) {
+
                    $("#black-content").css("background-color", "rgba(0,0,0," + $(window).scrollTop() / document.documentElement.clientHeight * 0.6 + ")");
+
                }
+
                if (height > document.documentElement.clientHeight && !textUp) {
+
                    textUp = 1;
+
                    $("#title").css("margin-top", "0");
+
                    $("#title").addClass("left");
+
                    $("#main").removeClass("fixed");
+
                    $("#bg-img").css("margin-top", height + "px");
+
                    $("#title").addClass("hidden");
+
                    $("#title-cover").removeClass("hidden");
+
                }
+
                if (height < document.documentElement.clientHeight && textUp) {
+
                    textUp = 0;
+
                    $("#title").removeClass("hidden");
+
                    $("#title-cover").addClass("hidden");
+
                    $("#main").addClass("fixed");
+
                    $("#bg-img").css("margin-top", "0");
+
                    $("#title").css("margin-top", document.documentElement.clientHeight);
+
                    $("#title").removeClass("left");
+
                    $("#main").addClass("fixed");
+
                    window.scrollTo({
+
                        top: height,
+
                        behavior: "instant"
+
                    });
+
                }
+
            })
+
 
         }
 
         }
     </script>
+
        table.table2 th {
 +
            border-left: 2px solid black;
 +
            border-top: 2px solid black;
 +
            padding: 8px;
 +
            background: #eea236;
 +
            border-top:none;
 +
 
 +
        }
 +
        table.table2 td:first-child,table.table th:first-child{
 +
            border-left: none;
 +
 
 +
        }
 +
 
 +
        table.table2 td {
 +
            padding: 8px;
 +
            border-left: 2px solid black;
 +
            border-top: 2px solid black;
 +
        }
 +
        table.table2 th:first-child{
 +
            border-radius: 16px 0 0 0;
 +
        }
 +
        table.table2 th:last-child{
 +
            border-radius: 0 16px 0 0;
 +
        }
 +
        table.table2 tr:last-child td:first-child{
 +
            border-radius: 0 0 0 16px;
 +
        }
 +
        table.table2 tr:last-child td:last-child {
 +
            border-radius: 0 0 16px 0;
 +
        }
 +
        #myInput2 {
 +
            background-image: url('https://2019.igem.org/wiki/images/f/f5/T--TJUSLS_China--parts-search.png'); /* 搜索按钮 */
 +
            background-position: 10px 12px; /* 定位搜索按钮 */
 +
            background-repeat: no-repeat; /* 不重复图片 */
 +
            width: 100%;
 +
            font-size: 16px;
 +
            padding: 12px 20px 12px 40px;
 +
            border: 1px solid #ddd;
 +
            margin-bottom: 12px;
 +
        }
 +
     </style>
  
 +
   
 
</head>
 
</head>
 
<body>
 
<body>
Line 697: Line 687:
 
             </div>
 
             </div>
 
         </div>
 
         </div>
         <script type="text/javascript">
+
         <script type="text/javascript" >
 
             function myFunction() {
 
             function myFunction() {
 
                 // 声明变量
 
                 // 声明变量
Line 742: Line 732:
  
 
                             //添加tr基数背景色样式
 
                             //添加tr基数背景色样式
                             $("#table tr:even").css("background","#65dbff");
+
                             $("#table2 tr:even").css("background","#65dbff");
  
 
                             //even:设置tr基数背景色
 
                             //even:设置tr基数背景色
                             $("#table tr:even").attr("bg","#65dbff");
+
                             $("#table2 tr:even").attr("bg","#65dbff");
  
 
                             //odd:设置tr偶数背景色
 
                             //odd:设置tr偶数背景色
                             $("#table tr:odd").attr("bg","#fefffe");
+
                             $("#table2 tr:odd").attr("bg","#fefffe");
  
 
                             //mouseover():鼠标滑动事件,设置tr背景色
 
                             //mouseover():鼠标滑动事件,设置tr背景色
                             $("#table tr").mouseover(function(){
+
                             $("#table2 tr").mouseover(function(){
 
                                 $(this).css("background","#a287f4");
 
                                 $(this).css("background","#a287f4");
 
                             });
 
                             });
 
                             //当鼠标移出tr时,设置背景色
 
                             //当鼠标移出tr时,设置背景色
                             $("#table tr").mouseout(function(){
+
                             $("#table2 tr").mouseout(function(){
 
                                 //attr():获取元素属性
 
                                 //attr():获取元素属性
 
                                 var bgc = $(this).attr("bg");
 
                                 var bgc = $(this).attr("bg");
Line 762: Line 752:
 
                         });
 
                         });
 
                     </script>
 
                     </script>
                     <input type="text" id="myInput2" onkeyup="myFunction()" placeholder="Search...">
+
                     <input type="text" id="myInput2" onkeyup="myFunction2()" placeholder="Search...">
 
                     <table class="table" id="table2">
 
                     <table class="table" id="table2">
 
                         <tr>
 
                         <tr>
Line 817: Line 807:
 
             </div>
 
             </div>
 
         </div>
 
         </div>
         <script type="text/javascript">
+
         <script type="text/javascript" >
             function myFunction() {
+
             function myFunction2() {
 
                 // 声明变量
 
                 // 声明变量
 
                 var input, filter, table, tr, td, i;
 
                 var input, filter, table, tr, td, i;

Revision as of 11:33, 17 September 2019

Parts

关闭

Parts

The Foundation of Synthetic Biology.

Parts
Overview

On this page, we compiled an overview of all the BioBricks we have created this summer in our mission.We submitted 220 parts,but it doesn’t mean we win at quantity.Actually we provided a series of data with high-quality,and all of our parts have been proved to be workable.The links below will lead you the corresponding registry entry.

Parts
Collection

During the experiment, we created many parts .These parts allow us to obtain large amounts of soluble target proteins easier.MBLS reflect essential research value,and we wish our part collection can contribute to follow-up research.

Basic Parts
92%
Composite Parts
90%

Basic Parts

Composite Parts

Basic
Parts

Our project requires many different proteins,and these basic parts are of vital importance. Here's an example:

Remark Part Number Description Type Length
1 BBa_K2933022 T7 promoter Regulatory 1
2 BBa_K2933023 lac operator Regulatory 2
3 BBa_K2933024 RBS b(T7) RBS 3
4 BBa_K2933026 Tac promoter Regulatory 4
5 BBa_K2933027 Linker e(recognition site of Prescission Protease) DNA 5
6 BBa_K2933029 His-Linker a-SUMO Tag 6

Composite
Parts

In order to make our project run smoothly, we created these composite parts to get more soluble protein.And all of our composite parts are as follows:

Remark Part Number Description Type Length
1 BBa_K2933101 GST+Linker e+NDM-23 Coding 1
2 BBa_K2933105 GST+Linker e+SPG-1 Coding 2
3 BBa_K2933106 GST+Linker e+ElBla2-1 Coding 3
4 BBa_K2933104 GST+Linker e+AFM-1 Coding 4
5 BBa_K2933107 GST+Linker e+ MYX-1 Coding 5
6 BBa_K2933108 GST+Linker e+IND-10 Coding 6
CONTACT US

  EMAIL
tju2019igem@163.com

  ADDRESS
No.92 Weijin Road, Nankai District, Tianjin, China