Difference between revisions of "Team:XJTLU-CHINA/Attributions"

(Replaced content with "<html> <head></head> <body> <script>window.location.href='Team.html#J2'</script> </body> </html>")
Line 1: Line 1:
<html>
+
<html lang="en">
<head></head>
+
<head>
 +
    <meta charset="UTF-8">
 +
    <title>Attributions</title>
 +
    <style type="text/css">
 +
 
 +
        #firstHeading{
 +
            display: none;
 +
        }
 +
 
 +
        #globalWrapper, #content {
 +
            width: 100%;
 +
            height: 100%;
 +
            border: 0px;
 +
            background-color: #edece4 ;
 +
            margin: 0px;
 +
            padding: 0px;
 +
        }
 +
 
 +
        *{
 +
            padding: 0;
 +
            margin: 0;
 +
            font-family: Tahoma;
 +
            line-height: 1.5;
 +
        }
 +
 
 +
        .container{
 +
            margin: 0 75px;
 +
        }
 +
 
 +
        .header{
 +
            height: 135px;
 +
            z-index: 1;
 +
            position: absolute;
 +
            width: 100%;
 +
        }
 +
 
 +
        .headerBg{
 +
            background-color: white;
 +
            height: 150px;
 +
            z-index: -10;
 +
            position: absolute;
 +
            width: 100%;
 +
            opacity: 0.5;
 +
        }
 +
 
 +
        .navi{
 +
            float: right;
 +
        }
 +
 
 +
        .mainNavi ul, li{
 +
            list-style: none;
 +
            font-weight: 600;
 +
        }
 +
 
 +
        .mainNavi{
 +
            width: 112px;
 +
        }
 +
 
 +
        .mainNavi a{
 +
            color: black;
 +
            background-size: 100%;
 +
            text-decoration: none;
 +
            display: block;
 +
            width: 112px;
 +
            text-align: center;
 +
        }
 +
 
 +
        .mainNavi li{
 +
            padding-top: 15px;
 +
            padding-bottom: 15px;
 +
            background-color: #3399FF;
 +
        }
 +
 
 +
        .navi li{
 +
            float: left;
 +
            margin-right: 3px;
 +
        }
 +
 
 +
        .mainNavi li a{
 +
            color: black;
 +
            background-image: none;
 +
        }
 +
 
 +
        #PrimaryNaviBg1{
 +
            width: 100%;
 +
            height: 150px;
 +
            background: url(https://static.igem.org/mediawiki/2015/a/ae/NavBtnImg1XJTLU15.png) center top no-repeat;
 +
            background-size: contain;
 +
        }
 +
 
 +
        #PrimaryNaviBg2{
 +
            width: 100%;
 +
            height: 150px;
 +
            background: url(https://static.igem.org/mediawiki/2015/f/fc/NavBtnImg2XJTLU15.png) center top no-repeat;
 +
            background-size: contain;
 +
        }
 +
 
 +
        #PrimaryNaviBg3{
 +
            width: 100%;
 +
            height: 150px;
 +
            background: url(https://static.igem.org/mediawiki/2015/a/aa/NavBtnImg3XJTLU15.png) center top no-repeat;
 +
            background-size: contain;
 +
        }
 +
 
 +
        #PrimaryNaviBg4{
 +
            width: 100%;
 +
            height: 150px;
 +
            background: url(https://static.igem.org/mediawiki/2015/4/42/NavBtnImg4XJTLU15.png) center top no-repeat;
 +
            background-size: contain;
 +
        }
 +
 
 +
        #PrimaryNaviBg5{
 +
            width: 100%;
 +
            height: 150px;
 +
            background: url(https://static.igem.org/mediawiki/2015/7/79/NavBtnImg5XJTLU15.png) center top no-repeat;
 +
            background-size: contain;
 +
        }
 +
 
 +
        #PrimaryNaviBg6{
 +
            width: 100%;
 +
            height: 150px;
 +
            background: url(https://static.igem.org/mediawiki/2015/a/a3/NavBtnImg6XJTLU15.png) center top no-repeat;
 +
            background-size: contain;
 +
        }
 +
 
 +
        #PrimaryNaviBg7{
 +
            width: 100%;
 +
            height: 150px;
 +
            background: url(https://static.igem.org/mediawiki/2015/3/36/NavBtnImg7XJTLU15.png) center top no-repeat;
 +
            background-size: contain;
 +
        }
 +
 
 +
        #PrimaryNaviBg8{
 +
            width: 100%;
 +
            height: 150px;;
 +
            background: url(https://static.igem.org/mediawiki/2015/f/f6/NavBtnImg8XJTLU15.png) center top no-repeat;
 +
            background-size: contain;
 +
        }
 +
 
 +
        #PrimaryNaviBg9{
 +
            width: 100%;
 +
            height: 150px;
 +
            background: url(https://static.igem.org/mediawiki/2015/8/86/NavBtnImg9XJTLU15.png) center top no-repeat;
 +
            background-size: contain;
 +
        }
 +
 
 +
        .primaryNavi{
 +
            padding-top: 111px;
 +
        }
 +
 
 +
        .mainNavi ul{
 +
            display: none;
 +
        }
 +
 
 +
 
 +
 
 +
        .footer{
 +
            height: 200px;
 +
            border-top: solid blue thick;
 +
        }
 +
 
 +
        .footerBg{
 +
            height: 130%;
 +
            width: 100%;
 +
            position: relative;
 +
            background-color: black;
 +
        }
 +
 
 +
        .logoImg{
 +
            padding-top: 70px;
 +
            color: white;
 +
            font-size: 30px;
 +
        }
 +
 
 +
        .logo{
 +
            margin-left: 3%
 +
        }
 +
 
 +
        .Zheader{
 +
            height: 135px;
 +
            z-index: 1;
 +
            position: fixed;
 +
            width: 100%;
 +
            display: none;
 +
        }
 +
 
 +
        .ZheaderBg{
 +
            background-color: white;
 +
            height: 50px;
 +
            z-index: -10;
 +
            position: fixed;
 +
            width: 100%;
 +
            opacity: 0.8;
 +
 
 +
        }
 +
 
 +
        .Znavi{
 +
            float: right;
 +
 
 +
        }
 +
 
 +
        .ZmainNavi ul, li{
 +
            list-style: none;
 +
            font-weight: 600;
 +
        }
 +
 
 +
        .ZmainNavi{
 +
            width: 112px;
 +
        }
 +
 
 +
        .ZmainNavi a{
 +
            color: black;
 +
            background-size: 100%;
 +
            text-decoration: none;
 +
            display: block;
 +
            width: 112px;
 +
            text-align: center;
 +
 
 +
        }
 +
 
 +
        .ZmainNavi li{
 +
            padding-top: 15px;
 +
            padding-bottom: 15px;
 +
            background-color: #3399FF;
 +
        }
 +
 
 +
        .Znavi li{
 +
            float: left;
 +
            margin-right: 3px;
 +
        }
 +
 
 +
        .ZmainNavi li a{
 +
            color: black;
 +
            background-image: none;
 +
        }
 +
 
 +
        #ZPrimaryNaviBg1{
 +
            width: 100%;
 +
            height: 50px;
 +
            background-size: contain;
 +
 
 +
        }
 +
 
 +
        #ZPrimaryNaviBg2{
 +
            width: 100%;
 +
            height: 50px;
 +
            background-size: contain;
 +
        }
 +
 
 +
        #ZPrimaryNaviBg3{
 +
            width: 100%;
 +
            height: 50px;
 +
            background-size: contain;
 +
        }
 +
 
 +
        #ZPrimaryNaviBg4{
 +
            width: 100%;
 +
            height: 50px;
 +
            background-size: contain;
 +
        }
 +
 
 +
        #ZPrimaryNaviBg5{
 +
            width: 100%;
 +
            height: 50px;
 +
            background-size: contain;
 +
        }
 +
 
 +
        #ZPrimaryNaviBg6{
 +
            width: 100%;
 +
            height: 50px;
 +
            background-size: contain;
 +
        }
 +
 
 +
        #ZPrimaryNaviBg7{
 +
            width: 100%;
 +
            height: 50px;
 +
            background-size: contain;
 +
        }
 +
 
 +
        #ZPrimaryNaviBg8{
 +
            width: 100%;
 +
            height: 50px;;
 +
            background-size: contain;
 +
        }
 +
 
 +
        #ZPrimaryNaviBg9{
 +
            width: 100%;
 +
            height: 50px;
 +
            background-size: contain;
 +
        }
 +
 
 +
        .ZprimaryNavi{
 +
            padding-top: 5px;
 +
        }
 +
 
 +
        .ZmainNavi ul{
 +
            display: none;
 +
        }
 +
 
 +
        .navilogoText{
 +
            position: absolute;
 +
            font-weight: 600;
 +
            padding-top: 111px;
 +
        }
 +
 
 +
        .ZnavilogoText{
 +
            position: absolute;
 +
            font-weight: 600;
 +
            padding-top: 5px;
 +
        }
 +
 
 +
        .navilogo{
 +
            position: absolute;
 +
            height: 90px;
 +
            top: 12px;
 +
        }
 +
 
 +
        .firstPage{
 +
            height: 683px;
 +
        }
 +
 
 +
        .firstPageBg{
 +
            width: 100%;
 +
            height: 100%;
 +
            position: absolute;
 +
            background-position: center center;
 +
            background-size: cover;
 +
            z-index: -999;
 +
        }
 +
 
 +
        .videoBg{
 +
            position: absolute;
 +
            height: 683px;
 +
            background-color: white;
 +
            width: 100%;
 +
            height: 100%;
 +
            position: absolute;
 +
            background-size: cover;
 +
            z-index: -999;
 +
        }
 +
 
 +
        #bgvid{
 +
            position: absolute;
 +
            right: 0;
 +
            bottom: 0;
 +
            min-width: 100%;
 +
            min-height: 100%;
 +
            width: 100%;
 +
            height: auto;
 +
            z-index: -100;
 +
            background-size: cover;
 +
            opacity: 0.7;
 +
        }
 +
 
 +
        .secondPage{
 +
        }
 +
 
 +
        .secondPageBg{
 +
            height: 100%;
 +
            width: 100%;
 +
            position: relative;
 +
            background-position: center center;
 +
            background-size: cover;
 +
            background-color: coral;
 +
        }
 +
 
 +
        .thirdPage{
 +
        }
 +
 
 +
        .thirdPageBg{
 +
            height: 100%;
 +
            width: 100%;
 +
            position: relative;
 +
            background-position: center center;
 +
            background-size: cover;
 +
            background-color: lightblue;
 +
        }
 +
 
 +
        .overview{
 +
            padding-top: 250px;
 +
        }
 +
 
 +
        .heading{
 +
            color: white;
 +
            font-size: 100px;
 +
            font-weight: 800;
 +
            position: absolute;
 +
        }
 +
 
 +
        h2{
 +
            margin-bottom: 50px;
 +
            font-size: 65px;
 +
            color: black;
 +
            font-weight: 300;
 +
            background-color: darkslateblue;
 +
            padding: 20px;
 +
            border-radius: 10px;
 +
        }
 +
 
 +
        h3{
 +
            margin-bottom: 50px;
 +
            font-size: 35px;
 +
            color: black;
 +
            font-weight: 300;
 +
            clear: left;
 +
            background-color: aliceblue;
 +
            padding: 20px;
 +
            border-radius: 10px;
 +
        }
 +
 
 +
        h4{
 +
            padding: 10px 10px 10px 10px;
 +
            background-color: aquamarine;
 +
            border-radius: 10px;
 +
        }
 +
 
 +
        .lv1{
 +
            margin-left: 15%;
 +
            margin-right: 15%;
 +
        }
 +
 
 +
        .lv2{
 +
            line-height: 1.5;
 +
            margin-bottom: 10px;
 +
            margin-top: 10px;
 +
            background-color: CornflowerBlue;
 +
            padding: 20px 20px 20px 25px;
 +
            border-radius: 10px;
 +
            font-size: 30px;
 +
        }
 +
 
 +
        .lv3{
 +
            line-height: 2;
 +
            font-size: 18px;
 +
            margin: 30px 0;
 +
            clear: left;
 +
            background-color: white;
 +
            padding: 20px;
 +
            border-radius: 10px;
 +
        }
 +
 
 +
        .lv3 p{
 +
            margin-left: 10px;
 +
        }
 +
 
 +
        .PageEnd{
 +
            padding: 20px;
 +
            clear: left;
 +
        }
 +
 
 +
        .teamImg{
 +
            margin-left: 5%;
 +
            width: 30%;
 +
            float: left;
 +
            clear: left;
 +
            margin-top: 10px;
 +
            border-radius: 50px;
 +
        }
 +
 
 +
        .teamImgText{
 +
            margin-left: 40%;
 +
        }
 +
 
 +
        .PageEnd1{
 +
            margin-top: 40px;
 +
        }
 +
    </style>
 +
 
 +
 
 +
 
 +
    <script type="text/javascript">
 +
        $(document).ready(function(){
 +
 
 +
 
 +
            $(function(){
 +
                $(window).scroll(function(){
 +
                    height = $(window).scrollTop();
 +
                    if(height > 683){
 +
                        $('.Zheader').fadeIn();
 +
                    }else{
 +
                        $('.Zheader').fadeOut();
 +
                    };
 +
 
 +
                });
 +
            });
 +
 
 +
 
 +
            $(".mainNavi").hover(function(){
 +
                $(this).children("ul").slideDown(50);
 +
            },function(){
 +
                $(this).children("ul").slideUp(100);
 +
            },function(){
 +
 
 +
            });
 +
 
 +
 
 +
 
 +
            $("#PrimaryNaviBg1").hover(function(){
 +
                $("#PrimaryNaviBg1").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#PrimaryNaviBg1").css("background-color","");
 +
            });
 +
            $("#PrimaryNaviBg2").hover(function(){
 +
                $("#PrimaryNaviBg2").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#PrimaryNaviBg2").css("background-color","");
 +
            });
 +
            $("#PrimaryNaviBg3").hover(function(){
 +
                $("#PrimaryNaviBg3").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#PrimaryNaviBg3").css("background-color","");
 +
            });
 +
            $("#PrimaryNaviBg4").hover(function(){
 +
                $("#PrimaryNaviBg4").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#PrimaryNaviBg4").css("background-color","");
 +
            });
 +
            $("#PrimaryNaviBg5").hover(function(){
 +
                $("#PrimaryNaviBg5").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#PrimaryNaviBg5").css("background-color","");
 +
            });
 +
            $("#PrimaryNaviBg6").hover(function(){
 +
                $("#PrimaryNaviBg6").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#PrimaryNaviBg6").css("background-color","");
 +
            });
 +
            $("#PrimaryNaviBg7").hover(function(){
 +
                $("#PrimaryNaviBg7").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#PrimaryNaviBg7").css("background-color","");
 +
            });
 +
            $("#PrimaryNaviBg8").hover(function(){
 +
                $("#PrimaryNaviBg8").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#PrimaryNaviBg8").css("background-color","");
 +
            });
 +
            $("#PrimaryNaviBg9").hover(function(){
 +
                $("#PrimaryNaviBg9").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#PrimaryNaviBg9").css("background-color","");
 +
            });
 +
 
 +
 
 +
 
 +
            $(".ZmainNavi").hover(function(){
 +
                $(this).children("ul").slideDown(50);
 +
            },function(){
 +
                $(this).children("ul").slideUp(100);
 +
            },function(){
 +
 
 +
            });
 +
 
 +
            $("#ZPrimaryNaviBg1").hover(function(){
 +
                $("#ZPrimaryNaviBg1").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#ZPrimaryNaviBg1").css("background-color","");
 +
            });
 +
            $("#ZPrimaryNaviBg2").hover(function(){
 +
                $("#ZPrimaryNaviBg2").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#ZPrimaryNaviBg2").css("background-color","");
 +
            });
 +
            $("#ZPrimaryNaviBg3").hover(function(){
 +
                $("#ZPrimaryNaviBg3").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#ZPrimaryNaviBg3").css("background-color","");
 +
            });
 +
            $("#ZPrimaryNaviBg4").hover(function(){
 +
                $("#ZPrimaryNaviBg4").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#ZPrimaryNaviBg4").css("background-color","");
 +
            });
 +
            $("#ZPrimaryNaviBg5").hover(function(){
 +
                $("#ZPrimaryNaviBg5").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#ZPrimaryNaviBg5").css("background-color","");
 +
            });
 +
            $("#ZPrimaryNaviBg6").hover(function(){
 +
                $("#ZPrimaryNaviBg6").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#ZPrimaryNaviBg6").css("background-color","");
 +
            });
 +
            $("#ZPrimaryNaviBg7").hover(function(){
 +
                $("#ZPrimaryNaviBg7").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#ZPrimaryNaviBg7").css("background-color","");
 +
            });
 +
            $("#ZPrimaryNaviBg8").hover(function(){
 +
                $("#ZPrimaryNaviBg8").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#ZPrimaryNaviBg8").css("background-color","");
 +
            });
 +
            $("#ZPrimaryNaviBg9").hover(function(){
 +
                $("#ZPrimaryNaviBg9").css("background-color","#3399CC");
 +
            },function(){
 +
                $("#ZPrimaryNaviBg9").css("background-color","");
 +
            });
 +
 
 +
 
 +
 
 +
            $(".jump1").anchorGoWhere({target:1});
 +
            $(".jump2").anchorGoWhere({target:1});
 +
            $(".jump3").anchorGoWhere({target:1});
 +
            $(".jump4").anchorGoWhere({target:1});
 +
            $(".jump5").anchorGoWhere({target:1});
 +
            $(".jump6").anchorGoWhere({target:1});
 +
            $(".jump7").anchorGoWhere({target:1});
 +
 
 +
        });
 +
 
 +
        jQuery.fn.anchorGoWhere = function(options){
 +
            var obj = jQuery(this);
 +
            var defaults = {target:0, timer:1000};
 +
            var o = jQuery.extend(defaults,options);
 +
            obj.each(function(i){
 +
                jQuery(obj[i]).click(function(){
 +
                    var _rel = jQuery(this).attr("href").substr(1);
 +
                    switch(o.target){
 +
                        case 1:
 +
                            var _targetTop = jQuery("#"+_rel).offset().top;
 +
                            jQuery("html,body").animate({scrollTop:_targetTop},o.timer);
 +
                            break;
 +
                        case 2:
 +
                            var _targetLeft = jQuery("#"+_rel).offset().left;
 +
                            jQuery("html,body").animate({scrollLeft:_targetLeft},o.timer);
 +
                            break;
 +
                    }
 +
                    return false;
 +
                });
 +
            });
 +
        };
 +
    </script>
 +
 
 +
 
 +
 
 +
</head>
 
<body>
 
<body>
<script>window.location.href='Team.html#J2'</script>
+
 
 +
<div class="header">
 +
    <div class="headerBg">
 +
    </div>
 +
    <div class="container" style="margin-left: 30px; margin-right: 20px;">
 +
        <p class="navilogoText">XJTLU-CHINA<p/>
 +
        <img class="navilogo" src="https://static.igem.org/mediawiki/2015/d/da/LogoXJTLU15.png">
 +
        <div class="headerBar">
 +
            <div class="navi">
 +
                <ul>
 +
                    <li class="mainNavi col1">
 +
                        <div id="PrimaryNaviBg1">
 +
                            <a class="primaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA">Home</a>
 +
                        </div>
 +
                    </li>
 +
                    <li class="mainNavi col1">
 +
                        <div id="PrimaryNaviBg2">
 +
                            <a class="primaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA/Description">Project</a>
 +
                        </div>
 +
                        <ul>
 +
                            <li><a class="jump1" href="https://2015.igem.org/Team:XJTLU-CHINA/Description#J1">Map description</a></li>
 +
                            <li><a class="jump2" href="https://2015.igem.org/Team:XJTLU-CHINA/Description#J2">RNA thermo-meter</a></li>
 +
                            <li><a class="jump2" href="https://2015.igem.org/Team:XJTLU-CHINA/Description#J4">Chromopro-tein</a></li>
 +
                            <li><a class="jump2" href="https://2015.igem.org/Team:XJTLU-CHINA/Description#J4">Chromopro-tein testing</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="mainNavi col1">
 +
                        <div id="PrimaryNaviBg3">
 +
                            <a class="primaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA/Parts">Parts</a>
 +
                        </div>
 +
                        <ul>
 +
                            <li><a class="jump1" href="https://2015.igem.org/Team:XJTLU-CHINA/Parts#J1">Modularity</a></li>
 +
                            <li><a class="jump2" href="https://2015.igem.org/Team:XJTLU-CHINA/Parts#J2">Part Detail</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="mainNavi col1" style="background-color: #3399CC;">
 +
                        <div id="PrimaryNaviBg4">
 +
                            <a class="primaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA/Team">Team</a>
 +
                        </div>
 +
                        <ul>
 +
                            <li><a class="jump1" href="#J1">Team introduction</a></li>
 +
                            <li><a class="jump2" href="#J2">Attribution</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="mainNavi col1">
 +
                        <div id="PrimaryNaviBg5">
 +
                            <a class="primaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA/Modeling">Modeling</a>
 +
                        </div>
 +
                        <ul>
 +
                            <li><a class="jump1" href="https://2015.igem.org/Team:XJTLU-CHINA/Modeling#J1">Modeling</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="mainNavi col1">
 +
                        <div id="PrimaryNaviBg6">
 +
                            <a class="primaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA/Safety">Safety</a>
 +
                        </div>
 +
                        <ul>
 +
                            <li><a class="jump1" href="https://2015.igem.org/Team:XJTLU-CHINA/Safety#J1">Policy</a></li>
 +
                            <li><a class="jump2" href="https://2015.igem.org/Team:XJTLU-CHINA/Safety#J2">Q & A</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="mainNavi col1">
 +
                        <div id="PrimaryNaviBg7">
 +
                            <a class="primaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA/Practices">Human Practice</a>
 +
                        </div>
 +
                        <ul>
 +
                            <li><a class="jump1" href="https://2015.igem.org/Team:XJTLU-CHINA/Practices#J1">Public speech for iGEM</a></li>
 +
                            <li><a class="jump2" href="https://2015.igem.org/Team:XJTLU-CHINA/Practices#J2">iGEM teams work shop</a></li>
 +
                            <li><a class="jump3" href="https://2015.igem.org/Team:XJTLU-CHINA/Practices#J3">Questionnaire for XJTLU-iGEM</a></li>
 +
                            <li><a class="jump4" href="https://2015.igem.org/Team:XJTLU-CHINA/Practices#J4">LEGO</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="mainNavi col1">
 +
                        <div id="PrimaryNaviBg8">
 +
                            <a class="primaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA/Notebook">Notebook</a>
 +
                        </div>
 +
                        <ul>
 +
                            <li><a class="jump1" href="https://2015.igem.org/Team:XJTLU-CHINA/Notebook#J1">Protocols</a></li>
 +
                            <li><a class="jump2" href="https://2015.igem.org/Team:XJTLU-CHINA/Notebook#J2">Mar - May</a></li>
 +
                            <li><a class="jump3" href="https://2015.igem.org/Team:XJTLU-CHINA/Notebook#J3">June</a></li>
 +
                            <li><a class="jump4" href="https://2015.igem.org/Team:XJTLU-CHINA/Notebook#J4">July</a></li>
 +
                            <li><a class="jump5" href="https://2015.igem.org/Team:XJTLU-CHINA/Notebook#J5">Aug - Sep</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="mainNavi col1">
 +
                        <div id="PrimaryNaviBg9">
 +
                            <a class="primaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA/Collaborations">Collaboration</a>
 +
                        </div>
 +
                        <ul>
 +
                            <li><a class="jump1" href="orations:https://2015.igem.org/Team:XJTLU-CHINA/Collaborations#J1">with NYU-Shanghai</a></li>
 +
                            <li><a class="jump2" href="orations:https://2015.igem.org/Team:XJTLU-CHINA/Collaborations#J2">with BIT-China</a></li>
 +
                        </ul>
 +
                    </li>
 +
                </ul>
 +
            </div>
 +
        </div>
 +
    </div>
 +
</div>
 +
 
 +
<div class="Zheader">
 +
    <div class="ZheaderBg">
 +
    </div>
 +
    <div class="container" style="margin-left: 30px; margin-right: 20px;">
 +
        <div class="ZheaderBar">
 +
            <p class="ZnavilogoText">XJTLU-CHINA<p/>
 +
            <div class="Znavi">
 +
                <ul>
 +
                    <li class="ZmainNavi col1">
 +
                        <div id="ZPrimaryNaviBg1">
 +
                            <a class="ZprimaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA">Home</a>
 +
                        </div>
 +
                    </li>
 +
                    <li class="ZmainNavi col1">
 +
                        <div id="ZPrimaryNaviBg2">
 +
                            <a class="ZprimaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA/Description">Project</a>
 +
                        </div>
 +
                        <ul>
 +
                            <li><a class="jump1" href="https://2015.igem.org/Team:XJTLU-CHINA/Description#J1">Map description</a></li>
 +
                            <li><a class="jump2" href="https://2015.igem.org/Team:XJTLU-CHINA/Description#J2">RNA thermo-meter</a></li>
 +
                            <li><a class="jump2" href="https://2015.igem.org/Team:XJTLU-CHINA/Description#J4">Chromopro-tein</a></li>
 +
                            <li><a class="jump2" href="https://2015.igem.org/Team:XJTLU-CHINA/Description#J4">Chromopro-tein testing</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="ZmainNavi col1">
 +
                        <div id="ZPrimaryNaviBg3">
 +
                            <a class="ZprimaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA/Parts">Parts</a>
 +
                        </div>
 +
                        <ul>
 +
                            <li><a class="jump1" href="https://2015.igem.org/Team:XJTLU-CHINA/Parts#J1">Modularity</a></li>
 +
                            <li><a class="jump2" href="https://2015.igem.org/Team:XJTLU-CHINA/Parts#J2">Part Detail</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="ZmainNavi col1">
 +
                        <div id="ZPrimaryNaviBg4">
 +
                            <a class="ZprimaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA/Team">Team</a>
 +
                        </div>
 +
                        <ul>
 +
                            <li><a class="jump1" href="https://2015.igem.org/Team:XJTLU-CHINA/Team#J1">Team introduction</a></li>
 +
                            <li><a class="jump2" href="https://2015.igem.org/Team:XJTLU-CHINA/Team#J2">Attribution</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="ZmainNavi col1">
 +
                        <div id="ZPrimaryNaviBg5">
 +
                            <a class="ZprimaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA/Modeling">Modeling</a>
 +
                        </div>
 +
                        <ul>
 +
                            <li><a class="jump1" href="https://2015.igem.org/Team:XJTLU-CHINA/Modeling#J1">Modeling</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="ZmainNavi col1">
 +
                        <div id="ZPrimaryNaviBg6">
 +
                            <a class="ZprimaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA/Safety">Safety</a>
 +
                        </div>
 +
                        <ul>
 +
                            <li><a class="jump1" href="https://2015.igem.org/Team:XJTLU-CHINA/Safety#J1">Policy</a></li>
 +
                            <li><a class="jump2" href="https://2015.igem.org/Team:XJTLU-CHINA/Safety#J2">Q & A</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="ZmainNavi col1">
 +
                        <div id="ZPrimaryNaviBg7">
 +
                            <a class="ZprimaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA/Practices">Human Practice</a>
 +
                        </div>
 +
                        <ul>
 +
 
 +
                            <li><a class="jump1" href="https://2015.igem.org/Team:XJTLU-CHINA/Practices#J1">Public speech for iGEM</a></li>
 +
                            <li><a class="jump2" href="https://2015.igem.org/Team:XJTLU-CHINA/Practices#J2">iGEM teams work shop</a></li>
 +
                            <li><a class="jump3" href="https://2015.igem.org/Team:XJTLU-CHINA/Practices#J3">Questionnaire for XJTLU-iGEM</a></li>
 +
                            <li><a class="jump1" href="https://2015.igem.org/Team:XJTLU-CHINA/Practices#J4">LEGO</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="ZmainNavi col1">
 +
                        <div id="ZPrimaryNaviBg8">
 +
                            <a class="ZprimaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA/Notebook">Notebook</a>
 +
                        </div>
 +
                        <ul>
 +
                            <li><a class="jump1" href="https://2015.igem.org/Team:XJTLU-CHINA/Notebook#J1">Protocols</a></li>
 +
                            <li><a class="jump2" href="https://2015.igem.org/Team:XJTLU-CHINA/Notebook#J2">Mar - May</a></li>
 +
                            <li><a class="jump3" href="https://2015.igem.org/Team:XJTLU-CHINA/Notebook#J3">June</a></li>
 +
                            <li><a class="jump4" href="https://2015.igem.org/Team:XJTLU-CHINA/Notebook#J4">July</a></li>
 +
                            <li><a class="jump5" href="https://2015.igem.org/Team:XJTLU-CHINA/Notebook#J5">Aug - Sep</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="ZmainNavi col1">
 +
                        <div id="ZPrimaryNaviBg9">
 +
                            <a class="ZprimaryNavi" href="https://2015.igem.org/Team:XJTLU-CHINA/Collaboration">Collaboration</a>
 +
                        </div>
 +
                        <ul>
 +
                            <li><a class="jump1" href="https://2015.igem.org/Team:XJTLU-CHINA/Collaboration#J1">with NYU-Shanghai</a></li>
 +
                            <li><a class="jump2" href="https://2015.igem.org/Team:XJTLU-CHINA/Collaboration#J2">with BIT-China</a></li>
 +
                        </ul>
 +
                    </li>
 +
 
 +
                </ul>
 +
            </div>
 +
        </div>
 +
    </div>
 +
</div>
 +
<div class="firstPage">
 +
    <div class="videoBg">
 +
        <br/>
 +
    </div>
 +
    <div class="firstPageBg">
 +
        <video autoplay poster="https://static.igem.org/mediawiki/2015/thumb/b/b2/MovPostXJTLU15.png/800px-MovPostXJTLU15.png" loop id="bgvid">
 +
 
 +
            <source src="https://static.igem.org/mediawiki/2015/3/34/MP4.mp4" type="video/mp4">
 +
 
 +
        </video>
 +
    </div>
 +
    <div class="container">
 +
        <div class="overview">
 +
            <div class="title">
 +
                <p class="heading">Team</p>
 +
            </div>
 +
        </div>
 +
    </div>
 +
</div>
 +
 
 +
<div class="thirdPage" id="J2">
 +
    <div class="thirdPageBg">
 +
        <div class="PageEnd">
 +
            <br/>
 +
        </div>
 +
 
 +
        <div class="container">
 +
            <div class="lv1">
 +
                <h2>Attribution</h2>
 +
            </div>
 +
        </div>
 +
 
 +
        <div class="container">
 +
            <div class="lv1">
 +
                <div class="lv2" >
 +
                    <p>Sponsor</p>
 +
                </div>
 +
            </div>
 +
        </div>
 +
 
 +
        <div class="container">
 +
            <div class="lv1">
 +
                <div class="lv3">
 +
                    <h4>Synbio Tech</h4>
 +
                    <br/>
 +
                    <p>Synbio Tech is an innovator in the field of synthesis biology in China, having a wide range of cooperation with both international companies and universities. It aims to provide customers with a perfect technical platform of the synthesis biology. For now, by applying their unique self-established technical platform Syno® involving sound chip-based gene synthesis and high throughput gene sequencing service, it already develops the technology of constructing recombinant antibody libraries as well as highly-purified vaccines, genome synthesis and DNA storage.</p>
 +
                    <br/>
 +
                    <p>As a major sponsor of XJTLU-China 2015, they provided a lab equipped with all apparatus and reagents needed and directly gave a hand in the de novo gene synthesis in the circuits’ construction. At the beginning of iGEM project, the company offered us a training program including both theoretical basis of synthesis biology and practical skills useful in later wet experiments. Also during the collaborate this summer, they were active in supervising our experiments and giving valuable suggestions on experiment protocols and result analysis.</p>
 +
                </div>
 +
            </div>
 +
        </div>
 +
 
 +
        <div class="container">
 +
            <div class="lv1">
 +
                <div class="lv3">
 +
                    <h4>Snapgene</h4>
 +
                    <br/>
 +
                    <p>Snapgene offers update vision’s software to all iGem teams and this software helps a lot in gene sequence designing as the customer-friendly visualization and annotation function bring a more efficient teamwork. </p>
 +
                </div>
 +
            </div>
 +
        </div>
 +
 
 +
        <div class="container">
 +
            <div class="lv1">
 +
                <div class="lv2" >
 +
                    <p>Team</p>
 +
                </div>
 +
            </div>
 +
        </div>
 +
 
 +
        <div class="container">
 +
            <div class="lv1">
 +
                <div class="lv3">
 +
                    <h4>Instructor & Sponsor</h4>
 +
                    <br/>
 +
 
 +
                    <p>Guoxia Han</p>
 +
                    <p>As an instructor of XJTLU-CHINA iGEm team, Dr. Han did nothing on our project as we can instruct themselves. He believed we were able to perform well in their lab work and outside activities. Before this competition, he had told us how to work in a team and do scientific research. Particularly, we had learned critical thinking and diligence from him. Hence, this time, only thing he did for us was communicating with some authorities in university to obtain their support. He trusts we can face difficulties and solve problems.</p>
 +
                    <br/>
 +
 
 +
                    <p>Yacheng Guan</p>
 +
                    <P>He helped us for constructing chromoprotein test’s plasmids and answered the questions about designing the plasmid and experiment.</P>
 +
                    <br/>
 +
 
 +
                    <p>Yunpeng Zhong</p>
 +
                    <P>Yunpeng put forward the idea of modularize the parts in circuits for convenient test of uncertain parts. He also helped us evaluate the feasibility of our map design and gave us experiment room to do our project.</P>
 +
                    <br/>
 +
 
 +
                    <p>Dechang Xu</p>
 +
                    <P>Dechang Xu joined us in early July 2015 as a project advisor. He have given valuable suggestions on mathematical modeling and kept reminding the team for the important criteria that IGEM awarding requires.</P>
 +
                </div>
 +
            </div>
 +
        </div>
 +
 
 +
        <div class="container">
 +
            <div class="lv1">
 +
                <div class="lv3">
 +
                    <h4>Team members</h4>
 +
 
 +
                    <br/>
 +
                    <p>Chenghao Shen</p>
 +
                    <p>Chenghao was in charge of major designs of promotional materials, including making posters, banners, videos and PPT etc., anything about propagating our project both in giant jamboree and human practice. In addition, he also modified photos and pictures to beautify our wiki.</p>
 +
 
 +
                    <br/>
 +
                    <p>Hao Wu</p>
 +
                    <p>Hao participated in the research & design of the ribotherometers and the second phase of our experiments (from August to September). He devoted to constructing and transforming all our parts. He also helped to conduct human practice and design the questionnaires about our topic and safety.</p>
 +
 
 +
                    <br/>
 +
                    <p>Tiange Li</p>
 +
                    <p>Tian’ge did plenty literature research on genetic regulatory parts and have gave valuable suggestions regarding the problems we meet in wet experiment.  She also participated in designing and testing part of Ribothermometers and recorded this part of experiment on our notebook in detail during July, 2015.</p>
 +
 
 +
                    <br/>
 +
                    <p>Wenbo Xu</p>
 +
                    <p>Wenbo was in authority of circuits design. He collected ideas and suggestions from teammates and constructed the DNA frame of our biothermomap. Mathematical modeling of this project was conducted by him with Xinhao’s support. He also did the work of sponsors contacting, safety form submitting and parts registration.</p>
 +
 
 +
                    <br/>
 +
                    <p>Yakun Tang</p>
 +
                    <p>Yakun participated in and conducted the lab work during June, July and August. She also managed financial affairs and was responsible for items purchasing such as team uniforms. She wrote chromoprotein testing part that we put on our wiki and did human practice, such as participating iGEM meet up in Shanghai Science and Technology </p>
 +
 
 +
                    <br/>
 +
                    <p>Yizhou Wang</p>
 +
                    <p>Yizhou participated in the first phase of our experiments (from June to August) and helped in reviewing literature on regulator parts that used in our project. He also contributed in writing the wiki part of ribothermometers, tet operator and so on. He did part of the work of human practices also i.g. The meetup in the Shanghai Science and Technology Museum</p>
 +
 
 +
                    <br/>
 +
                    <p>Zhe Yang</p>
 +
                    <p>Zhe was responsible for monitoring the work of team in multiple aspects including experiment operating, human practices conducting, wiki designing, and so on. She participated in the lab work throughout this summer (From June to September) and was involved in designing the experiments for determining the degradation rate of chromoproteins and the validity of RNA thermometers (From June to September). She also contributed in notebook recording and result analysis.</p>
 +
 
 +
                    <br/>
 +
                    <p>Yinsiyi Wang</p>
 +
                    <p>She is photographer and associated art designer in XJTLU-CHIAN. She took pictures and video in every event in human practice. She helped wiki editor to decorate our website and supported video editor to make microfilms for showing iGEM.</p>
 +
 
 +
                    <br/>
 +
                    <p>Tianhua Zhai</p>
 +
                    <p>In April, he joined in a team held by several year 2 students who were curious about iGEM competition and then help to establish their iGEM team, the XJTLU-CHINA. In May, in an iGEM public speech he talked about a project about synthesis of crispr-cas system in gliomas cell to specifically knock out CD44 gene for inhibiting cell migration and activation. The team achieved permit and funding from university after the speech. In June, he always participated in discussion and wrote a iGEM procedure in order to achieve further funding from a synbio company. In summer, he supported lab work. He had communication with other iGEM teams in shanghai workshop and organized many human practice events. </p>
 +
 
 +
                    <br/>
 +
                    <p>Jiongjian Li</p>
 +
                    <p>Jiongjian designed the second version of our RNA thermometers and tested them, improved the function of our first version of RNA thermometers. He also participated in the molecular cloning experiments in August and September.  </p>
 +
 
 +
                    <br/>
 +
                    <p>Xinhao Wang</p>
 +
                    <p>Xinhao conducted the first and third round of RNA thermometer experiments. She also participated in molecular cloning experiments in July and September.</p>
 +
 
 +
                    <br/>
 +
                    <p>Gandi Yao</p>
 +
                    <p>Gandi responsible for produceing the pictures put on wiki. Such as icons and sketch maps. He is also responsible for the uniform designing, the pictures of the poster.</p>
 +
 
 +
                    <br/>
 +
                    <p>Ziang Shi</p>
 +
                    <p>Ziang is responsible for constructing wiki webpages as programmer. He also worked as wiki webpages art design with the help of Gandi.</p>
 +
 
 +
                    <br/>
 +
                    <p>Zixu Wang</p>
 +
                    <p>Zixu designed the original pathway of our project together with Gandi. He also designed and operated the experiment of the "constitutive promoter + tet operator "system. Moreover, he took part in the meet up at Shanghai Science and Technology Museum. Meanwhile, he did some lab work and wrote something that we put on our wiki.</p>
 +
 
 +
                    <br/>
 +
                    <p>Yuwei Han</p>
 +
                    <p>She helped doing the lab work, mainly in the experiments of picking and testing the function ribothermometer during July and August. She also participated in the molecular cloning experiment during that time.</p>
 +
 
 +
                </div>
 +
            </div>
 +
        </div>
 +
 
 +
        <div class="pageend">
 +
            <br/>
 +
        </div>
 +
 
 +
    </div>
 +
</div>
 +
 
 +
<div class="footer">
 +
    <div class="footerBg">
 +
        <div class="container" style="text-align: center">
 +
            <img class="logo" src="https://static.igem.org/mediawiki/2015/d/da/LogoXJTLU15.png" height="53">
 +
            <img class="logo" src="https://static.igem.org/mediawiki/2015/9/96/Logo2XJTLU15.png" height="50">
 +
            <img class="logo" src="https://static.igem.org/mediawiki/2015/e/e3/%E6%B3%93%E8%BF%85%E7%A7%91%E6%8A%80Synbio_Technologies_Logo.png" height="50" style="margin-top:60px;">
 +
            <br/>
 +
            <img class="logo" src="https://static.igem.org/mediawiki/2015/4/41/AgilentXJTLU15.png" height="50" style="margin-top:60px;">
 +
            <img class="logo" src="https://static.igem.org/mediawiki/2015/b/b5/IDTXJTLU15.png" height="50" style="margin-top:60px;">
 +
            <img class="logo" src="https://static.igem.org/mediawiki/2015/3/31/SnapGeneXJTLU15.png" height="50" style="margin-top:60px;">
 +
        </div>
 +
    </div>
 +
</div>
 +
 
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 22:34, 17 September 2015

Attributions


Team


Attribution

Sponsor

Synbio Tech


Synbio Tech is an innovator in the field of synthesis biology in China, having a wide range of cooperation with both international companies and universities. It aims to provide customers with a perfect technical platform of the synthesis biology. For now, by applying their unique self-established technical platform Syno® involving sound chip-based gene synthesis and high throughput gene sequencing service, it already develops the technology of constructing recombinant antibody libraries as well as highly-purified vaccines, genome synthesis and DNA storage.


As a major sponsor of XJTLU-China 2015, they provided a lab equipped with all apparatus and reagents needed and directly gave a hand in the de novo gene synthesis in the circuits’ construction. At the beginning of iGEM project, the company offered us a training program including both theoretical basis of synthesis biology and practical skills useful in later wet experiments. Also during the collaborate this summer, they were active in supervising our experiments and giving valuable suggestions on experiment protocols and result analysis.

Snapgene


Snapgene offers update vision’s software to all iGem teams and this software helps a lot in gene sequence designing as the customer-friendly visualization and annotation function bring a more efficient teamwork.

Team

Instructor & Sponsor


Guoxia Han

As an instructor of XJTLU-CHINA iGEm team, Dr. Han did nothing on our project as we can instruct themselves. He believed we were able to perform well in their lab work and outside activities. Before this competition, he had told us how to work in a team and do scientific research. Particularly, we had learned critical thinking and diligence from him. Hence, this time, only thing he did for us was communicating with some authorities in university to obtain their support. He trusts we can face difficulties and solve problems.


Yacheng Guan

He helped us for constructing chromoprotein test’s plasmids and answered the questions about designing the plasmid and experiment.


Yunpeng Zhong

Yunpeng put forward the idea of modularize the parts in circuits for convenient test of uncertain parts. He also helped us evaluate the feasibility of our map design and gave us experiment room to do our project.


Dechang Xu

Dechang Xu joined us in early July 2015 as a project advisor. He have given valuable suggestions on mathematical modeling and kept reminding the team for the important criteria that IGEM awarding requires.

Team members


Chenghao Shen

Chenghao was in charge of major designs of promotional materials, including making posters, banners, videos and PPT etc., anything about propagating our project both in giant jamboree and human practice. In addition, he also modified photos and pictures to beautify our wiki.


Hao Wu

Hao participated in the research & design of the ribotherometers and the second phase of our experiments (from August to September). He devoted to constructing and transforming all our parts. He also helped to conduct human practice and design the questionnaires about our topic and safety.


Tiange Li

Tian’ge did plenty literature research on genetic regulatory parts and have gave valuable suggestions regarding the problems we meet in wet experiment. She also participated in designing and testing part of Ribothermometers and recorded this part of experiment on our notebook in detail during July, 2015.


Wenbo Xu

Wenbo was in authority of circuits design. He collected ideas and suggestions from teammates and constructed the DNA frame of our biothermomap. Mathematical modeling of this project was conducted by him with Xinhao’s support. He also did the work of sponsors contacting, safety form submitting and parts registration.


Yakun Tang

Yakun participated in and conducted the lab work during June, July and August. She also managed financial affairs and was responsible for items purchasing such as team uniforms. She wrote chromoprotein testing part that we put on our wiki and did human practice, such as participating iGEM meet up in Shanghai Science and Technology


Yizhou Wang

Yizhou participated in the first phase of our experiments (from June to August) and helped in reviewing literature on regulator parts that used in our project. He also contributed in writing the wiki part of ribothermometers, tet operator and so on. He did part of the work of human practices also i.g. The meetup in the Shanghai Science and Technology Museum


Zhe Yang

Zhe was responsible for monitoring the work of team in multiple aspects including experiment operating, human practices conducting, wiki designing, and so on. She participated in the lab work throughout this summer (From June to September) and was involved in designing the experiments for determining the degradation rate of chromoproteins and the validity of RNA thermometers (From June to September). She also contributed in notebook recording and result analysis.


Yinsiyi Wang

She is photographer and associated art designer in XJTLU-CHIAN. She took pictures and video in every event in human practice. She helped wiki editor to decorate our website and supported video editor to make microfilms for showing iGEM.


Tianhua Zhai

In April, he joined in a team held by several year 2 students who were curious about iGEM competition and then help to establish their iGEM team, the XJTLU-CHINA. In May, in an iGEM public speech he talked about a project about synthesis of crispr-cas system in gliomas cell to specifically knock out CD44 gene for inhibiting cell migration and activation. The team achieved permit and funding from university after the speech. In June, he always participated in discussion and wrote a iGEM procedure in order to achieve further funding from a synbio company. In summer, he supported lab work. He had communication with other iGEM teams in shanghai workshop and organized many human practice events.


Jiongjian Li

Jiongjian designed the second version of our RNA thermometers and tested them, improved the function of our first version of RNA thermometers. He also participated in the molecular cloning experiments in August and September.


Xinhao Wang

Xinhao conducted the first and third round of RNA thermometer experiments. She also participated in molecular cloning experiments in July and September.


Gandi Yao

Gandi responsible for produceing the pictures put on wiki. Such as icons and sketch maps. He is also responsible for the uniform designing, the pictures of the poster.


Ziang Shi

Ziang is responsible for constructing wiki webpages as programmer. He also worked as wiki webpages art design with the help of Gandi.


Zixu Wang

Zixu designed the original pathway of our project together with Gandi. He also designed and operated the experiment of the "constitutive promoter + tet operator "system. Moreover, he took part in the meet up at Shanghai Science and Technology Museum. Meanwhile, he did some lab work and wrote something that we put on our wiki.


Yuwei Han

She helped doing the lab work, mainly in the experiments of picking and testing the function ribothermometer during July and August. She also participated in the molecular cloning experiment during that time.