Difference between revisions of "Team:NCTU Formosa"

Line 2: Line 2:
 
<html>
 
<html>
 
<head>
 
<head>
<style type="text/css">
+
<!--    匯入jQuery    -->
 +
<link href='https://2015.igem.org/Team:NCTU_Formosa/wiki_reset?action=raw&ctype=text/css' rel="stylesheet">
 +
    <script>
 +
        $(document).ready(function(){
 +
           
 +
            //根據捲軸的位置改變右方導覽列游標的顏色
 +
            $(window).scroll(function(){
 +
                if($(window).scrollTop()>=$(".p01").offset().top && $(window).scrollTop()<$(".p02").offset().top){
 +
                    $(".sidenav li").css("background-color","transparent")//除了被點擊到的游標,其他都恢復成原來的顏色
 +
                    $(".sidenav li:eq(0)").css("background-color","#ffffff")
 +
                }else if($(window).scrollTop()>=$(".p02").offset().top && $(window).scrollTop()<$(".p03").offset().top){
 +
                    $(".sidenav li").css("background-color","transparent")//除了被點擊到的游標,其他都恢復成原來的顏色
 +
                    $(".sidenav li:eq(1)").css("background-color","#ffffff")
 +
                }else if($(window).scrollTop()>=$(".p03").offset().top && $(window).scrollTop()<$(".p04").offset().top){
 +
                    $(".sidenav li").css("background-color","transparent")//除了被點擊到的游標,其他都恢復成原來的顏色
 +
                    $(".sidenav li:eq(2)").css("background-color","#ffffff")
 +
                }else if($(window).scrollTop()>=$(".p04").offset().top && $(window).scrollTop()<$(".p05").offset().top){
 +
                    $(".sidenav li").css("background-color","transparent")//除了被點擊到的游標,其他都恢復成原來的顏色
 +
                    $(".sidenav li:eq(3)").css("background-color","#ffffff")
 +
                }else if($(window).scrollTop()>=$(".p05").offset().top){
 +
                    $(".sidenav li").css("background-color","transparent")//除了被點擊到的游標,其他都恢復成原來的顏色
 +
                    $(".sidenav li:eq(4)").css("background-color","#ffffff")
 +
                }
 +
            })
 +
                   
 +
            //點選右方導覽列時會到指定圖片
 +
            var num_li=$("li").length
 +
            for(i=0;i<=num_li;i++){
 +
                $(".sidenav li:eq("+i+")").click({id:i},function(e){
 +
                    $("html,body").stop()
 +
                    $(".sidenav li").css("background-color","transparent")//除了被點擊到的游標,其他都恢復成原來的顏色
 +
                    page=e.data.id+1
 +
                    $("html,body").animate({"scrollTop":$(".p0"+page).offset().top})
 +
                    $(".sidenav li:eq("+e.data.id+")").css("background-color","#ffffff")//被點擊到的游標變色,前面的selector用this也可以
 +
                })
 +
            }
 +
            //一進入網頁時,將導覽列垂直置中計算導覽列置中的位置
 +
          center()
 +
           
 +
          //縮放網頁時,將導覽列垂直置中
 +
            $(window).resize(function(){
 +
                center()
 +
            })
 +
           
 +
            //計算導覽列垂直置中的高度
 +
            function center(){
 +
                pos=$(window).height()/2-$(".sidenav").height()/2
 +
                $(".sidenav").css("top",pos)
 +
            }
 +
           
 +
        })
 +
    </script>
 +
<style>
 
body {
 
body {
 
color:#fff;
 
color:#fff;
Line 9: Line 61:
 
background:#3a4044;
 
background:#3a4044;
 
}
 
}
div.p01 {
+
* {
        background-image:url(https://static.igem.org/mediawiki/2015/3/3b/NCTU_Formosa_Homepage_mark.png);
+
margin:0;
        background-repeat: no-repeat;
+
padding:0;
background-position:7vw 15vh;
+
background-size:86vw;
+
height:100vh;
+
 
}
 
}
        .p02{
+
/*    插入背景圖片    */
        background-image:url(https://static.igem.org/mediawiki/2015/0/04/NCTU_Formosa_Tour_background.png);
+
    .p01{
 +
background-image:url(https://static.igem.org/mediawiki/2015/c/c0/NCTU_Formosa_metal_Style_background.jpg);
 +
        background-repeat: no-repeat;
 +
background-position:center;
 +
background-size:cover;
 +
        height:100vh;
 +
position:relative
 +
    }
 +
    .p02{
 +
        background-image:url(images/p02.jpg);
 +
        background-size:cover;
 
         background-repeat: no-repeat;
 
         background-repeat: no-repeat;
background-position:15vw 10vh;
 
background-size:70vw;
 
 
         height:100vh;
 
         height:100vh;
 
     }
 
     }
 
     .p03{
 
     .p03{
         background-image:url(https://static.igem.org/mediawiki/2015/c/c0/NCTU_Formosa_metal_Style_background.jpg);
+
         background-image:url(images/p03.jpg);
 +
        background-size:cover;
 
         background-repeat: no-repeat;
 
         background-repeat: no-repeat;
background-position:center;
 
background-size:100vw 80vh;
 
 
         height:100vh;
 
         height:100vh;
 
     }
 
     }
    h1{
+
    .p04{
         font-size:60px;
+
         background-image:url(images/p04.jpg);
         color:ghostwhite;
+
         background-size:cover;
         text-shadow:0px 0px 15px black;
+
         background-repeat: no-repeat;
 +
        height:100vh;
 
     }
 
     }
 +
    .p05{
 +
        background-image:url(images/p05.jpg);
 +
        background-size:cover;
 +
        background-repeat: no-repeat;
 +
        height:100vh;
 +
    }
 +
/*    插入導覽列    */
 +
    .sidenav{
 +
        position: fixed;
 +
        top:50%;
 +
        right:5vw;
 +
        cursor:pointer;
 +
    }
 +
    li.navli{
 +
        width:15px;
 +
        height:15px;
 +
margin: 2.5vh 0vw 0vh 0vw;
 +
        background-color: transparent;
 +
        border-radius: 10px;
 +
        list-style-type: none;
 +
border: #fff 2px solid;
 +
line-height:17px;
 +
    }
 +
    g1{
 +
        font-size:7em;
 +
        color:#fff;
 +
display:inline;
 +
    }
 +
g2{
 +
font-size:2.6em;
 +
color:#fff;
 +
display:inline;
 +
}
 +
navtext {
 +
display: block;
 +
right: 7.4vw;
 +
top: 0px;
 +
position: relative;
 +
font-weight: 100;
 +
letter-spacing: 2px;
 +
font-size: 1.9em;
 +
}
 +
.upper{
 +
position:relative;
 +
font-family: "georgia";
 +
border-bottom-style:solid;
 +
border-width:2px;
 +
height: 20vh;
 +
line-height:20vh;
 +
border-color:#fff;
 +
padding: 0vh 0vw 0vh 7vw;
 +
}
 +
.side{
 +
position:absolute;
 +
left: 0px;
 +
width: 6vw;
 +
height: 79.8vh;
 +
border-right-style:solid;
 +
border-width:2px;
 +
border-color:#fff;
 +
}
 +
.textbox{
 +
position:static;
 +
margin-left: 8vw;
 +
padding: 9vh 20vw 10vh 4vw;
 +
font-family: "Georgia";
 +
font-size:2.8em;
 +
color: #fff;
 +
}
 
</style>
 
</style>
 
 
</head>
 
</head>
 
 
<body>
 
<body>
 
<div class="container">
 
<div class="container">
<div class="p01">123</div>
+
    <div class="sidenav">
     <div class="p02">1</div>
+
        <ul class="navli">
     <div class="p03">2</div>
+
            <li class="navli" style="background-color:#ffffff"><navtext>Project</navtext></li>
 +
            <li class="navli"><navtext>Background</navtext></li>
 +
            <li class="navli"><navtext>Design</navtext></li>
 +
            <li class="navli"><navtext>Result</navtext></li>
 +
            <li class="navli"><navtext>Modeling</navtext></li>
 +
 
 +
        </ul>
 +
    </div>
 +
    <div class="p01"><g1>PROJECT</g1></div>
 +
     <div class="p02">
 +
    <div class="upper"><g1>Background / </g1><g2>Our project focuses on the diagnoses before and after treatment for cancers.</g2>
 +
        </div>
 +
        <div class="side">
 +
        </div>
 +
        <div class="textbox">Our project focuses on the diagnoses before and after treatment for cancers. Two systems are constructed for our project. The first system displays scFv on the surface of E.coli while the second one displays gold binding peptide (GBP). 
 +
Before treatment, by using the fluorescent E.coli with scFv displayed on the surface, IHC procedure can be simplified because secondary antibodies is omitted and solves the problem of non-specific binding of secondary antibodies.
 +
  A dual system involving E.coli displaying scFv and GBP can solve random orientation of antibodies coating on gold chip to attain an accurate measurement. Therefore, the dual system can also offer a quantitative and accurate diagnosis for after treatment of cancer.
 +
Our project not only improves the diagnoses of the cancer types before treatment easily but also helps track the patient's condition after treatment by multifaceted measurement technology with more accurate quantitative results!
 +
        </div>
 +
    </div>
 +
     <div class="p03">
 +
        <div class="upper"><g1>Design / </g1><g2>To display scfv on the E.coli's surface we used a transmembrance fusion protein.</g2>
 +
        </div>
 +
        <div class="side">
 +
        </div>
 +
        <div class="textbox">ScFv is a single chain variable fragment the binding site for antigen. Comparing to the entire antibody, scFv is smaller for E.coli to display it.To display scfv on the E.coli’s surface we used a transmembrance fusion protein. This fusion protein is composed of Lipoprotein and a small part of outermembrane protein A (OmpA). Its C terminal will connect with the scFv and display it onto the membrane surface of the E.coli.
 +
        </div>
 +
    </div>
 +
    <div class="p04">
 +
            <div class="upper"><g1>Result / </g1><g2>Sucessfully present our E.cotector</g2>
 +
        </div>
 +
        <div class="side">
 +
        </div>
 +
        <div class="textbox">testestetsetsetset
 +
        </div>
 +
    </div>
 +
    <div class="p05">
 +
    <div class="upper"><g1>Modeling / </g1><g2>Find out the best condition of our E.cotector</g2>
 +
        </div>
 +
        <div class="side">
 +
        </div>
 +
        <div class="textbox">testestetsetsetset
 +
        </div>
 +
    </div>
 
</div>
 
</div>
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 15:43, 6 August 2015

PROJECT
Background / Our project focuses on the diagnoses before and after treatment for cancers.
Our project focuses on the diagnoses before and after treatment for cancers. Two systems are constructed for our project. The first system displays scFv on the surface of E.coli while the second one displays gold binding peptide (GBP). Before treatment, by using the fluorescent E.coli with scFv displayed on the surface, IHC procedure can be simplified because secondary antibodies is omitted and solves the problem of non-specific binding of secondary antibodies. A dual system involving E.coli displaying scFv and GBP can solve random orientation of antibodies coating on gold chip to attain an accurate measurement. Therefore, the dual system can also offer a quantitative and accurate diagnosis for after treatment of cancer. Our project not only improves the diagnoses of the cancer types before treatment easily but also helps track the patient's condition after treatment by multifaceted measurement technology with more accurate quantitative results!
Design / To display scfv on the E.coli's surface we used a transmembrance fusion protein.
ScFv is a single chain variable fragment the binding site for antigen. Comparing to the entire antibody, scFv is smaller for E.coli to display it.To display scfv on the E.coli’s surface we used a transmembrance fusion protein. This fusion protein is composed of Lipoprotein and a small part of outermembrane protein A (OmpA). Its C terminal will connect with the scFv and display it onto the membrane surface of the E.coli.
Result / Sucessfully present our E.cotector
testestetsetsetset
Modeling / Find out the best condition of our E.cotector
testestetsetsetset