Difference between revisions of "Team:Fudan-CHINA"

 
(46 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Fudan-CHINA}}
 
{{Fudan-CHINA}}
 +
 
<html>
 
<html>
 +
  
 +
 
 
 
<!--page-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 
<!--page-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<div id="div1">
+
<div id="signageDiv">
<!--<img class="bgPic" src="https://static.igem.org/mediawiki/2018/8/8f/T--Fudan-CHINA--bgpicture2.jpeg" style="z-index: -1;-webkit-filter: brightness(0.85);
+
filter: brightness(0.85);width=100%" />-->
+
 
<video id="bgVideo" autoplay muted loop>
 
<video id="bgVideo" autoplay muted loop>
     <source  src="https://static.igem.org/mediawiki/2018/4/43/T--Fudan-CHINA--bgVideo2.mp4">
+
     <source  src="https://static.igem.org/mediawiki/2018/f/fd/T--Fudan-CHINA--bgVideo.mp4">
 
</video>
 
</video>
 
 
 
<div id="stepDiv">
 
<div id="stepDiv">
<img id="stepPic" src="https://static.igem.org/mediawiki/2018/1/1d/T--Fudan-CHINA--step_white.png" />
+
<span id="stepName">S T E P</span>
<div id="stepName">&thinsp;S T E P</div>
+
<div style="height: 5vh;"></div>
 +
<span id="fullName">Synthetic Transducer Engineering Platform</span>
 
</div>
 
</div>
<div id="fullName">Synthetic Transducer Engineering Platform</div>
+
<div class="discoverBotton"><a href="#" class="animated-button victoria-one">DISCOVER NOW</a></div>
 
</div>
 
</div>
 
 
 +
<style>
 +
#signageDiv{
 +
position: relative;
 +
top:0;
 +
}
 +
.discoverBotton{
 +
font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
 +
position: absolute;
 +
top:70vh;
 +
left: 50%;
 +
transform: translateX(-50%);
 +
-moz-transform: translateX(-50%);
 +
-ms-transform: translateX(-50%);
 +
-webkit-transform: translateX(-50%);
 +
}
 +
a.animated-button.victoria-one:after {
 +
background: #fff;
 +
-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
 +
-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
 +
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
 +
transform: translateX(-50%) translateY(-50%) rotate(-25deg);
 +
}
 +
a.animated-button:link, a.animated-button:visited {
 +
position: relative;
 +
display: block;
 +
margin: 0 auto 0;
 +
padding: 1vw 1.5vw;
 +
color: #fff;
 +
font-size:1.15vw;
 +
font-weight: 900;
 +
text-align: center;
 +
text-decoration: none;
 +
letter-spacing: 0.1vw;
 +
border-radius:1.5vw;
 +
overflow: hidden;
 +
border: 0.1vw solid #fff;
 +
-webkit-transition: all 0.75s ease;
 +
-moz-transition: all 0.75s ease;
 +
-o-transition: all 0.75s ease;
 +
transition: all 0.75s ease;
 +
}
 +
a.animated-button:link:after, a.animated-button:visited:after {
 +
content: "";
 +
position: absolute;
 +
height: 0%;
 +
left: 50%;
 +
top: 50%;
 +
width: 25vw;
 +
z-index: -1;
 +
-webkit-transition: all 0.75s ease 0s;
 +
-moz-transition: all 0.75s ease 0s;
 +
-o-transition: all 0.75s ease 0s;
 +
transition: all 0.75s ease 0s;
 +
}
 +
a.animated-button:link:hover, a.animated-button:visited:hover {
 +
color: rgba(2,17,35,1);
 +
border: 0.1vw solid transparent;
 +
}
 +
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
 +
height: 20vw;
 +
}
 +
</style>
 +
<script>
 +
$(document).ready(function() {
 +
$("a.animated-button").on('click',function() {
 +
var navHeight=$("#navUl").height();
 +
var barHeight=$("#top_menu_14").height();
 +
var winHeight=$(window).height();
 +
var totalScroll=winHeight-barHeight-navHeight;
 +
$('body,html').animate({"scrollTop":totalScroll+2},1500);
 +
});
 +
});
 +
</script>
 
<style>
 
<style>
#div1{
+
#signageDiv{
 
width: 100%;
 
width: 100%;
 
overflow: hidden;
 
overflow: hidden;
Line 26: Line 101:
 
position: relative;
 
position: relative;
 
}
 
}
#stepDiv,#fullName{
+
#stepDiv{
 
position: absolute;
 
position: absolute;
 
+
text-align: center;
}
+
width: 100%;
 +
top: 50vh;
 +
-webkit-transform: translateX(0) translateY(-50%);
 +
-moz-transform: translateX(0) translateY(-50%);
 +
-ms-transform: translateX(0) translateY(-50%);
 +
transform: translateX(0) translateY(-50%);
 +
}
 
#stepName{
 
#stepName{
display: inline-block;
 
 
color: white;
 
color: white;
 
font-family: Algerian,_Algerian;
 
font-family: Algerian,_Algerian;
 
+
line-height: 10vh;
vertical-align: middle;
+
height: 10vh;
}
+
#stepPic{
+
max-width: 10.5vw;
+
max-height: 30vh;
+
 
}
 
}
 
#fullName{
 
#fullName{
 
color: white;
 
color: white;
 
font-family:"Lucida Calligraphy",_LucidaCalligraphy;
 
font-family:"Lucida Calligraphy",_LucidaCalligraphy;
    padding: 0;margin: 0;
 
 
}
 
}
 
</style>
 
</style>
 
 
 
<script>
 
<script>
function div1Fun(){
+
function signageDivFun(){
 
var videoWidth=1920;
 
var videoWidth=1920;
 
var videoHeight=1080;
 
var videoHeight=1080;
 
var winWidth=$(window).width();
 
var winWidth=$(window).width();
 
var winHeight=$(window).height();
 
var winHeight=$(window).height();
$("#div1").css("height",winHeight);
+
$("#signageDiv").css("height",winHeight);
 
if (winWidth*videoHeight>winHeight*videoWidth ){
 
if (winWidth*videoHeight>winHeight*videoWidth ){
 
$("#bgVideo").css("width",winWidth);
 
$("#bgVideo").css("width",winWidth);
Line 80: Line 155:
 
$("#fullName").css("font-size","2.2vw");
 
$("#fullName").css("font-size","2.2vw");
 
}
 
}
 +
}
 +
signageDivFun();
 +
$(window).resize(function(){
 +
signageDivFun();
 +
});
 +
 +
</script>
 +
 +
<div class="trade-title">
 +
                <div class="theDivTitle learnMore">A BRIEF INTRODUCTION TO STEP</div>
 +
            </div>
 +
 +
<div id="abstract">
 +
Troubling the world for years, cancer has long been a major threat to people's health. The rapidly developing cell therapy has proved its potential for cancer treatment, but all of the current biosensors, from CAR to SynNotch, lack either programmability or orthogonality, which could significantly restrict its clinical application.
 +
<br><br>
 +
We provide our own solution to the problem, the Synthetic Transducer Engineering Platform (STEP). Consisting of two transmembrane chains with ligand receptor on the extracellular domain and protease/transcription factor pair on the intracellular domain, it can achieve high modularity as well as orthogonality in both upstream and downstream. Through our experiments and models, we've successfully proved the reliability and tunability of STEP, and are trying to find the best condition for its real application.
 +
<br><br>
 +
By using STEP in clinical researches and practices, treatment best suited for cancer patients can be developed. With further researches and optimisation, we believe it will reveal its full potential.
 +
 +
</div>
 +
 +
<div class="videoOutDiv">
 +
<div class="videoDiv" data-paralasic="0.45">
 +
</div>
 +
<div class="videoTitle">Watch Project Video</div>
 +
<div class="videoCont">Begin the exploration of our STEP system</div>
 +
<div class="videoPlayI"><i class="fa fa-play"></i></div>
 +
</div>
 +
<div class="teamVideo">
 +
<video id="example_video_1" controls controlsList="nodownload" preload="auto">
 +
    <source src="https://static.igem.org/mediawiki/2018/5/54/T--Fudan-CHINA--pjVideo.mp4" type="video/mp4" />
 +
</video>
 +
<div class="closeVideo">
 +
<i class="fa fa-close"></i>
 +
</div>
 +
</div>
 +
 +
<style>
 +
video::-webkit-media-controls-panel{
 +
background: rgba(35,35,35,0.8);
 
 
var stepHeight=$("#stepDiv").height();
 
var stepWidth=$("#stepDiv").width();
 
var fnWidth=$("#fullName").width();
 
var fnHeight=$("#fullName").height();
 
var intervalHeight=0.03*$(window).height();
 
$("#stepDiv").css("top",0.5*(winHeight-(stepHeight+intervalHeight+fnHeight)));
 
$("#fullName").css("top",0.5*(winHeight-(stepHeight+intervalHeight+fnHeight))+stepHeight+intervalHeight);
 
$("#stepDiv").css("left",0.5*(winWidth-stepWidth));
 
$("#fullName").css("left",0.5*(winWidth-fnWidth));
 
 
}
 
}
div1Fun();
+
video::-webkit-media-controls-play-button,video::-webkit-media-controls-mute-button,video::-webkit-media-controls-fullscreen-button{
 +
filter: brightness(2);
 +
}
 +
video::-webkit-media-controls-current-time-display{
 +
color: rgba(255,255,255,0.6);
 +
}
 +
video::-webkit-media-controls-time-remaining-display{
 +
color: rgba(255,255,255,0.6);
 +
}
 +
#example_video_1{
 +
display: inline-block;
 +
position: relative;
 +
top:50%;
 +
transform: translateY(-50%);
 +
}
 +
.teamVideo{
 +
position: fixed;
 +
width: 100%;
 +
height: 100%;
 +
background-color: rgba(0,0,0,1);
 +
top: 0;
 +
left: 0;
 +
z-index: 900;
 +
text-align: center;
 +
display: none;
 +
}
 +
.videoDiv{
 +
width:100%;
 +
height:28vw;
 +
background-image: url('https://static.igem.org/mediawiki/2018/c/ce/T--Fudan-CHINA--pjbgImg.jpg');
 +
background-position: center top;
 +
background-repeat: no-repeat;
 +
background-size: 100%;
 +
text-align: center;
 +
filter: brightness(0.5);
 +
}
 +
.videoTitle{
 +
color: white;
 +
font-size:3vw;
 +
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
 +
text-align:center;
 +
position: relative;
 +
top:-19vw;
 +
font-weight: 900;
 +
}
 +
.videoCont{
 +
color: white;
 +
font-size:1.2vw;
 +
font-family:;
 +
text-align:center;
 +
position: relative;
 +
top:-17vw;
 +
font-weight: 100;
 +
}
 +
.videoOutDiv{
 +
position: relative;
 +
text-align: center;
 +
margin: 3vw 0 -5vw 0;
 +
}
 +
.videoPlayI{
 +
position: relative;
 +
top:-13vw;
 +
}
 +
.videoPlayI i{
 +
font-size:2.7vw;
 +
color: white;
 +
border: 2px solid white;
 +
width: 3vw;
 +
height: 3vw;
 +
padding: 1.3vw 0.9vw 0.9vw 1.3vw;
 +
border-radius: 50%;
 +
cursor: pointer;
 +
}
 +
 +
.closeVideo{
 +
position: fixed;
 +
top:2vw;
 +
right: 2vw;
 +
color:rgba(211,211,211,0.8);
 +
font-size: 2.5vw;
 +
cursor: pointer;
 +
transition: all 0.3s ease;
 +
}
 +
.closeVideo:hover{
 +
color: rgba(211,211,211,1);
 +
}
 +
</style>
 +
<script>
 +
$(".videoPlayI i").mouseenter(function(){
 +
$(this).stop().animate({"color":"rgba(135,206,250)","borderColor":"rgba(135,206,250)"},200);
 +
})
 +
$(".videoPlayI i").mouseleave(function(){
 +
$(this).stop().animate({"color":"white","borderColor":"white"},200);
 +
})
 +
 
 +
videoSizeAdj();
 
$(window).resize(function(){
 
$(window).resize(function(){
div1Fun();
+
videoSizeAdj();
 
});
 
});
var vid = document.getElementById("bgVideo");
+
    vid.addEventListener("timeupdate", function () {
+
function videoSizeAdj(){
        if(this.currentTime >= 2.9) {
+
var winHeight=$(window).height();
            this.currentTime = 0.0;
+
var winWidth=$(window).width();
        }
+
if (winWidth/winHeight>16/9){
    });
+
$("#example_video_1").width(winHeight/9*16);
 +
$("#example_video_1").height(winHeight);
 +
}
 +
else{
 +
$("#example_video_1").width(winWidth);
 +
$("#example_video_1").height(winWidth/16*9);
 +
}
 +
}
 +
$(".videoPlayI").click(function(){
 +
$(".teamVideo").fadeIn();
 +
$("#top_menu_14").fadeOut();
 +
$("#example_video_1")[0].play();
 +
})
 +
$(".closeVideo").click(function(){
 +
$("#top_menu_14").fadeIn();
 +
$(".teamVideo").fadeOut();
 +
$("#example_video_1")[0].pause();
 +
});
 +
 +
 +
$(window).scroll(function() {
 +
var scrollTop = $(window).scrollTop();
 +
var videoDivTop=$(".videoDiv").offset().top;
 +
var winHeight=$(window).height();
 +
var videoDivValue = $('.videoDiv').attr('data-paralasic');
 +
if (scrollTop+winHeight-videoDivTop>0){
 +
$('.videoDiv').css('background-position', 'center top -' + (scrollTop+winHeight-videoDivTop)*videoDivValue + 'px');
 +
}
 +
});
 
</script>
 
</script>
+
 
 +
 
 +
 
 +
<style>
 +
#abstract{
 +
font-size:23px;
 +
text-align:justify;
 +
line-height:35px;
 +
margin-left:10%;
 +
margin-right:10%;
 +
margin-top:3%;
 +
margin-bottom:5%;
 +
font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
 +
}
 +
</style>
 +
 
 +
<div class="moreInfoma">
 +
<div class="trade-content" style="overflow: hidden;">
 +
            <div class="trade-title">
 +
                <div class="theDivTitle learnMore">LEARN MORE</div>
 +
            </div>
 +
            <div class="trade-black">
 +
                <div class="trade-box">
 +
                    <div class="trade-box-list">
 +
                        <div class="trade-box-item itemProject">
 +
                            <a href="https://2018.igem.org/Team:Fudan-CHINA/Design">
 +
                                <div class="item-logo">
 +
                                    <i class="fa fa-cogs"></i>
 +
                                </div>
 +
                                <div class="item-title">Project</div>
 +
                                <div class="item-text">
 +
                                    Background<br>Design<br>Applied Design
 +
                                </div>
 +
                            </a>
 +
                        </div>
 +
                        <div class="trade-box-item itemResults">
 +
                            <a href="https://2018.igem.org/Team:Fudan-CHINA/Results">
 +
                                <div class="item-logo">
 +
                                  <i class="fa fa-flask"></i>
 +
                                </div>
 +
                                <div class="item-title">
 +
                                        Results
 +
                          </div>
 +
                                <div class="item-text">
 +
                                    Overview<br>STEP System Test<br>Receptor Optimisation<br>Demonstrate<br>Interlab
 +
 
 +
                                </div>
 +
                            </a>
 +
                        </div>
 +
<div class="trade-box-item itemModel">
 +
                            <a href="https://2018.igem.org/Team:Fudan-CHINA/Model">
 +
                                <div class="item-logo">
 +
                                    <i class="fa fa-area-chart"></i>
 +
                                </div>
 +
                                <div class="item-title">Model</div>
 +
                                <div class="item-text">
 +
                                    Model<br>Software
 +
                                </div>
 +
                            </a>
 +
                        </div>
 +
                        <div class="trade-box-item itemParts">
 +
                            <a href="https://2018.igem.org/Team:Fudan-CHINA/Part_List">
 +
                                <div class="item-logo">
 +
                                    <i class="fa fa-puzzle-piece"></i>
 +
                                </div>
 +
                                <div class="item-title">
 +
                                            Parts                    </div>
 +
                                <div class="item-text">
 +
                                    Improved Part<br>Best New Basic Part<br>Best New Composite Part<br>Best Part Collection<br>Part List
 +
 
 +
                                </div>
 +
                            </a>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
</div>
 +
<div class="trade-content" style="overflow: hidden;">
 +
            <div class="trade-black">
 +
                <div class="trade-box">
 +
                    <div class="trade-box-list">
 +
                      <div class="trade-box-item itemHP">
 +
                            <a href="https://2018.igem.org/Team:Fudan-CHINA/Human_Practices">
 +
                                <div class="item-logo">
 +
                                  <i class="fa fa-h-square"></i>
 +
                                </div>
 +
                                <div class="item-title">Human Practice</div>
 +
                                <div class="item-text">
 +
                                    Overview<br>Silver HP<br>Integrated HP<br>Education &amp; Engagement<br>Collaborations<br>Safety
 +
                                </div>
 +
                            </a>
 +
                        </div>
 +
                        <div class="trade-box-item itemNotebook">
 +
                            <a href="https://2018.igem.org/Team:Fudan-CHINA/Notebook">
 +
                                <div class="item-logo">
 +
                                    <i class="fa fa-book"></i>
 +
                                </div>
 +
                                <div class="item-title">Notebook</div>
 +
                                <div class="item-text">
 +
                                    Notebook
 +
                                </div>
 +
                            </a>
 +
                        </div>
 +
                        <div class="trade-box-item itemTeam">
 +
                            <a href="https://2018.igem.org/Team:Fudan-CHINA/Team">
 +
                                <div class="item-logo">
 +
                                  <i class="fa fa-users"></i>
 +
                                </div>
 +
                                <div class="item-title">Team</div>
 +
                                <div class="item-text">
 +
                                    Team<br>Attributions
 +
                                </div>
 +
                            </a>
 +
                        </div>
 +
                        <div class="trade-box-item itemAwards">
 +
                            <a href="https://2018.igem.org/Team:Fudan-CHINA/Awards">
 +
                                <div class="item-logo">
 +
                                    <i class="fa fa-lightbulb-o"></i>
 +
                                </div>
 +
                                <div class="item-title">Awards</div>
 +
                                <div class="item-text">
 +
                                    Awards
 +
                                </div>
 +
                            </a>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </div>
 +
      </div>
 +
 
 +
<style>
 +
.theDivTitle{
 +
color: rgba(6,34,82,1);
 +
font-family: "Verlag Book",Arial,Helvetica;
 +
font-weight: 400;
 +
font-size: 3vw;
 +
padding:0;
 +
margin: 1vw;
 +
position: relative;
 +
}
 +
.theDivTitle:after {
 +
    content: "";
 +
    position: absolute;
 +
    width: 4vw;
 +
    height: 0.06vw;
 +
    background-color: rgba(6,34,82,1);
 +
    top:3.4vw;
 +
    left: 50%;
 +
    transform: translateX(-50%);
 +
}
 +
.trade-content{
 +
padding:0 0 0 0;
 +
margin: 0;
 +
}
 +
.trade-title {
 +
    color: #333;
 +
    text-align: center;
 +
    padding: 3.5vw 0 1vw 0;
 +
margin: 0 0 3vw 0;
 +
    position: relative;
 +
}
 +
 
 +
 
 +
 
 +
.trade-box-item a {
 +
    text-decoration: none;
 +
    color: #000;
 +
position: absolute;
 +
    width: 100%;
 +
    height: 100%;
 +
    left: 0;
 +
    top: 0;
 +
}
 +
 
 +
 
 +
.trade-box {
 +
    width: 85% !important;
 +
    margin: 0 auto;
 +
    position: relative;
 +
    transition: all .3s ease;
 +
}
 +
 
 +
.trade-box-list {
 +
    display: flex;
 +
    flex-direction: row;
 +
    justify-content: center;
 +
    align-items: center;
 +
}
 +
 
 +
.trade-box-item {
 +
    flex: 1;
 +
    text-align: center;
 +
    position: relative;
 +
    height: 26vw;
 +
    background: no-repeat center;
 +
    background-size: 100% auto;
 +
}
 +
 
 +
.trade-content .trade-box-item:before {
 +
    content: "";
 +
    position: absolute;
 +
    width: 100%;
 +
    height: 100%;
 +
    left: 0;
 +
    top: 0;
 +
    background-color: rgba(0,0,0,.6);
 +
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
 +
}
 +
 
 +
.item-logo {
 +
    margin: 0 auto;
 +
    display: block;
 +
}
 +
 
 +
.trade-content .trade-box-item .item-logo {
 +
    position: relative;
 +
    margin-top: 8vw;
 +
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
 +
}
 +
 
 +
.item-logo i {
 +
    display: block;
 +
    margin: 0 auto;
 +
    max-width: 100%;
 +
color: white;
 +
font-size: 3.5vw;
 +
}
 +
 
 +
.item-title {
 +
    font-size: 1.8vw;
 +
    font-weight:700;
 +
    color: #fff;
 +
    padding: 0.7vw 0;
 +
    position: relative;
 +
font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
 +
}
 +
 
 +
.trade-content .item-title:before {
 +
    content: "";
 +
    position: relative;
 +
    display: block;
 +
    width: 3vw;
 +
    border-bottom: 0.1vw solid #fff;
 +
    margin: 0 auto 2vw;
 +
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
 +
}
 +
 
 +
.item-text {
 +
    position: relative;
 +
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
 +
    opacity: 0;
 +
padding: 2vw;
 +
color: #fff;
 +
    font-size: 1.5vw;
 +
    line-height:1.8vw;
 +
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
 +
}
 +
 
 +
 
 +
.trade-content .itemProject {
 +
    background-image: url("https://static.igem.org/mediawiki/2018/1/1a/T--Fudan-CHINA--projectBgImg1.png");
 +
}
 +
 +
.trade-content .itemResults {
 +
    background-image: url("https://static.igem.org/mediawiki/2018/0/0e/T--Fudan-CHINA--ResultBgImg.jpg");
 +
filter: brightness(1.1);
 +
}
 +
 
 +
.trade-content .itemModel {
 +
    background-image: url("https://static.igem.org/mediawiki/2018/2/2b/T--Fudan-CHINA--modelBgImg1.png");
 +
}
 +
 +
.trade-content .itemParts {
 +
    background-image: url("https://static.igem.org/mediawiki/2018/1/18/T--Fudan-CHINA--partsBgImg.jpg");
 +
}
 +
 
 +
.trade-content .itemHP {
 +
    background-image: url("https://static.igem.org/mediawiki/2018/1/12/T--Fudan-CHINA--hpBgImg2.png");
 +
}
 +
.trade-content .itemNotebook {
 +
    background-image: url("https://static.igem.org/mediawiki/2018/2/26/T--Fudan-CHINA--NotebookBgImg.png");
 +
}
 +
 
 +
.trade-content .itemAwards {
 +
    background-image: url("https://static.igem.org/mediawiki/2018/2/2a/T--Fudan-CHINA--awardBgImg2.png");
 +
}
 +
 
 +
.trade-content .itemTeam {
 +
    background-image: url("https://static.igem.org/mediawiki/2018/6/64/T--Fudan-CHINA--teamBgImg1.png");
 +
}
 +
 
 +
.trade-content .trade-box-item:hover .item-text {
 +
    display: block;
 +
    opacity: 1;
 +
    margin-top: 0;
 +
}
 +
 
 +
.trade-content .trade-box-item:hover:before {
 +
    background-color: rgba(50,143,189,0.90);
 +
}
 +
 
 +
.trade-content .trade-box-item:hover .item-logo {
 +
    margin-top: 5vw;
 +
}
 +
 
 +
.trade-content .trade-box-item:hover .item-title:before {
 +
    opacity: 0;
 +
    margin-bottom: 0;
 +
}
 +
</style>
 +
 
 
 
 
  
 
<div id="sponsor">
 
<div id="sponsor">
<div style="
+
<div class="theDivTitle">SPONSORS</div>
padding: 0;
+
<div style="font-size: 0;position: relative;margin: 4vw;">
margin: 2% 0 0 0;
+
<a href="http://life.fudan.edu.cn/" style="font-size: 0;">
color: rgba(51,51,51,1);
+
<img class="spImg" id="spImg1" src="https://static.igem.org/mediawiki/2018/7/74/T--Fudan-CHINA--sp2.png" />
font-family: Arial;
+
</a>
font-weight: 900;
+
<a href="http://medicine.fudan.edu.cn/" style="font-size: 0;">
font-size: 2.5vw;
+
<img class="spImg" id="spImg2" src="https://static.igem.org/mediawiki/2018/d/d1/T--Fudan-CHINA--sp3.png" />
">
+
</a>
SPONSORS
+
<a href="http://www.yfc.cn/cn/index.html" style="font-size: 0;">
 +
<img class="spImg" id="spImg4" src="https://static.igem.org/mediawiki/2018/7/7b/T--Fudan-CHINA--sp4.png" />
 +
</a>
 +
<a href="https://sg.idtdna.com/pages" style="font-size: 0">
 +
<img class="spImg" id="spImg3" style="position: relative;left:15.3px;" src="https://static.igem.org/mediawiki/2018/e/eb/T--Fudan-CHINA--sp7.png" /></a>
 +
<a href="http://www.snapgene.com/" style="font-size: 0;">
 +
<img class="spImg" id="spImg5" src="https://static.igem.org/mediawiki/2018/f/fb/T--Fudan-CHINA--sp5.png" />
 +
</a>
 +
<a href="https://www.mathworks.com/" style="font-size: 0;">
 +
<img class="spImg" id="spImg6" src="https://static.igem.org/mediawiki/2018/c/c4/T--Fudan-CHINA--sp6.png" />
 +
</a>
 
</div>
 
</div>
<img style="width:7vw;margin: 1% 0 3% 0;" src="https://static.igem.org/mediawiki/2018/0/0d/T--Fudan-CHINA--split1.png"/>
 
<br/>
 
<img style="width:0.001vw;"/>
 
<img class="spImg" id="spImg1" style="width:22vw;padding:1% 2.5%;" src="https://static.igem.org/mediawiki/2018/a/ab/T--Fudan-CHINA--sponsorFDU.png" />
 
<img style="width: 1%" />
 
<img class="spImg" id="spImg2" style="width:22vw;padding: 1% 2.5% 1.7% 2.5%;" src="https://static.igem.org/mediawiki/2018/archive/b/b3/20180925104907%21T--Fudan-CHINA--sponsorSLS.png" />
 
<img style="width: 1%" />
 
<img class="spImg" id="spImg3" style="width:25vw;padding: 1.8% 1%" src="https://static.igem.org/mediawiki/2018/archive/1/12/20180925110215%21T--Fudan-CHINA--sponsorSBMS.png" />
 
<br /><br />
 
 
 
<img class="spImg" id="spImg4" style="width:15vw;padding: 2.1% 6vw;" src="https://static.igem.org/mediawiki/2018/f/fc/T--Fudan-CHINA--sponsorYunfeng.png" />
 
<img style="width: 1%" />
 
<img class="spImg" id="spImg5" style="width:15vw;padding: 1.87% 6vw;" src="https://static.igem.org/mediawiki/2018/8/81/T--Fudan-CHINA--sponsorSnapGene.png" />
 
<img style="width: 1%" />
 
<img class="spImg" id="spImg6" style="width:21vw;padding: 2.98% 3vw;" src="https://static.igem.org/mediawiki/2018/6/68/T--Fudan-CHINA--sponsorMathworks.jpeg" />
 
 
 
</div>
 
</div>
 
<style>
 
<style>
 
#sponsor{
 
#sponsor{
 
width: 100%;
 
width: 100%;
text-align: center;
 
 
overflow: hidden;
 
overflow: hidden;
 +
text-align: center;
 +
padding:5vw 0 4vw 0;
 +
background-color: white;
 +
font-size: 0;
 
}
 
}
 +
 
.spImg{
 
.spImg{
 +
padding: 0.1vw;
 
border-style: solid;
 
border-style: solid;
 
border-color:rgba(219,219,219,1);
 
border-color:rgba(219,219,219,1);
 
border-width: 0.1vw;
 
border-width: 0.1vw;
position:relative;
+
opacity:0;
top:50px;
+
position: relative;
opacity: 0;
+
top:15px;
 +
width:25vw;
 +
margin: 1vw 1vw;
 
}
 
}
 
</style>
 
</style>
 
<script>
 
<script>
 
+
    $(function(){
      $(function(){
+
  scsl();
  setTimeout(function(){  scsl(); },2000);
+
 
       });
 
       });
 
$(window).scroll(function(){
 
$(window).scroll(function(){
 
  scsl();
 
  scsl();
  });
+
    });
  function scsl(){
+
function scsl(){
  slideIn($("#spImg1"),$("#spImg1"),0);
+
slideInTop($("#spImg1"),$("#spImg1"),0);
  slideIn($("#spImg2"),$("#spImg1"),300);
+
slideInTop($("#spImg2"),$("#spImg1"),0);
  slideIn($("#spImg3"),$("#spImg1"),600);
+
slideInTop($("#spImg3"),$("#spImg1"),0);
  slideIn($("#spImg4"),$("#spImg4"),0);
+
slideInTop($("#spImg4"),$("#spImg4"),0);
  slideIn($("#spImg5"),$("#spImg4"),300);
+
slideInTop($("#spImg5"),$("#spImg4"),0);
  slideIn($("#spImg6"),$("#spImg4"),600);
+
slideInTop($("#spImg6"),$("#spImg4"),0);
};
+
};
  function slideIn(obj,obj2,delayTime){
+
  var targetHeight = obj.offset().top-50;
+
  var scrollTop = $(document).scrollTop();
+
  var winHeight=$(window).height();
+
  var imgHeight=obj2.height();
+
  if(scrollTop+winHeight-0.5*imgHeight>targetHeight){
+
  setTimeout(function(){  obj.animate({top:'0px',opacity:1},500); }, delayTime);
+
  }
+
  };
+
+
 
</script>
 
</script>
  
<!---------------------------------------------------------------------------------------------------------------------------------------------------->
+
+
+
+
+
<p>
+
<!--end--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
+
+
+
+
+
+
 
</html>
 
</html>
 +
{{Fudan-CHINA/ContactUs}}

Latest revision as of 07:13, 30 November 2018

S T E P
Synthetic Transducer Engineering Platform
A BRIEF INTRODUCTION TO STEP
Troubling the world for years, cancer has long been a major threat to people's health. The rapidly developing cell therapy has proved its potential for cancer treatment, but all of the current biosensors, from CAR to SynNotch, lack either programmability or orthogonality, which could significantly restrict its clinical application.

We provide our own solution to the problem, the Synthetic Transducer Engineering Platform (STEP). Consisting of two transmembrane chains with ligand receptor on the extracellular domain and protease/transcription factor pair on the intracellular domain, it can achieve high modularity as well as orthogonality in both upstream and downstream. Through our experiments and models, we've successfully proved the reliability and tunability of STEP, and are trying to find the best condition for its real application.

By using STEP in clinical researches and practices, treatment best suited for cancer patients can be developed. With further researches and optimisation, we believe it will reveal its full potential.
Watch Project Video
Begin the exploration of our STEP system

  Address



G604, School of Life Sciences, Fudan University
2005 Songhu Road, Yangpu, Shanghai, China