Difference between revisions of "Team:SHSBNU China/Test"

Line 32: Line 32:
 
     }
 
     }
 
</style>
 
</style>
 
<script>
 
    function Background_fitting(){
 
        screen_ratio = document.body.clientWidth/document.body.clientHeight
 
        picture_ratio = 600/360
 
        if (screen_ratio>picture_ratio)
 
            {
 
                ph=document.body.clientWidth/picture_ratio
 
                document.getElementById("background_picture").style.width=document.body.clientWidth
 
                document.getElementById("background_picture").style.height=ph
 
                document.getElementById("background_picture").style.top=document.body.clientHeight-ph
 
            }
 
        else if (screen_ratio=pirture_ratio)
 
            {
 
                document.getElementById("background_picture").style.width=document.body.clientWidth
 
                document.getElementById("background_picture").style.height=document.body.clientHeight
 
            }
 
        else
 
            {
 
                pw=document.body.clienHeighth*picture_ratio
 
                document.getElementById("background_picture").style.width=document.body.clientHeight
 
                document.getElementById("background_picture").style.height=pw
 
                document.getElementById("background_picture").style.top=document.body.clientWidth-pw
 
            }
 
    }
 
 
    window.onload = Background_fitting;
 
    window.onresize = Background_fitting;
 
</script>
 
  
 
</head>
 
</head>
  
 
<body class="home blog logged-in admin-bar no-customize-support" >
 
<body class="home blog logged-in admin-bar no-customize-support" >
 
    <script>
 
        function Background_fitting(){
 
            screen_ratio = document.body.clientWidth/document.body.clientHeight
 
            picture_ratio = 600/360
 
            if (screen_ratio>picture_ratio)
 
                {
 
                    ph=document.body.clientWidth/picture_ratio
 
                    document.getElementById("background_picture").style.width=document.body.clientWidth
 
                    document.getElementById("background_picture").style.height=ph
 
                    document.getElementById("background_picture").style.top=document.body.clientHeight-ph
 
                }
 
            else if (screen_ratio=pirture_ratio)
 
                {
 
                    document.getElementById("background_picture").style.width=document.body.clientWidth
 
                    document.getElementById("background_picture").style.height=document.body.clientHeight
 
                }
 
            else
 
                {
 
                    pw=document.body.clienHeighth*picture_ratio
 
                    document.getElementById("background_picture").style.width=document.body.clientHeight
 
                    document.getElementById("background_picture").style.height=pw
 
                    document.getElementById("background_picture").style.top=document.body.clientWidth-pw
 
                }
 
        }
 
 
    window.onload = Background_fitting;
 
    window.onresize = Background_fitting;
 
</script>
 
   
 
 
     <div style="overflow: hidden; z-index: -1; position: fixed; height: 100%; width: 100%; top: 0px; left: 0px; ">
 
     <div style="overflow: hidden; z-index: -1; position: fixed; height: 100%; width: 100%; top: 0px; left: 0px; ">
 
         <img  id="background_picture" src="http://www.azirquantum.net.cn/wp-content/themes/slimwriter/static/css/testing_picture.jpg" style="position: fixed; display: block; left: 0px; top: 0px;">
 
         <img  id="background_picture" src="http://www.azirquantum.net.cn/wp-content/themes/slimwriter/static/css/testing_picture.jpg" style="position: fixed; display: block; left: 0px; top: 0px;">
Line 143: Line 84:
  
 
             <div class="entry-footer">
 
             <div class="entry-footer">
 +
                <P style = "font-family:arial;color:#5C5C5C;font-size:10px; text-align: center">Made by Azir.</P>
 +
                <p style = "font-family:arial;color:#5C5C5C;font-size:10px; text-align: center">The Second High School Attached Beijing Normal University International Division </p>
 
             </div>
 
             </div>
  

Revision as of 12:56, 16 October 2017

SHSBNU-China iGEM 2017 Home Page

Abstract

Thiosulfate and tetrathionate are two kinds of chemical compound which can be produced in the gut while gut inflammation. Nowadays, people are able to detect gut inflammation using utilized two-system detector gained from marine Shewanella species and at the same time present the result by producing GFP (expressing the gene sfGFP) which would produce green light if exposed to ultraviolet light. Considering this method can be further improved, SHSBNU_China team contributed to change some parts of the two-system detector in order to let the results to be presented more clearly and visibly in normal condition (without specially-produced ultraviolet light). Furthermore, based on the idea of making the detecting system more practical and usable, we focused on developing a kind of pill with a similar thinking of molecule-targeted drugs, where the whole system is stored in a container which can be easily collect and analyzed when it has finished the trip in the digestive system. One more thing is that this system also has a great potential for future research that it could be further modified to do some treatment to the inflammation (once it’s detected).