Difference between revisions of "Team:BIT-China/temp-test"

Line 454: Line 454:
 
     </script>
 
     </script>
 
         <script>
 
         <script>
                //在页面未加载完毕之前显示的loading Html自定义内容
+
          //在页面未加载完毕之前显示的loading Html自定义内容
            var _LoadingHtml = '<div id="loadingDiv" style="position:absolute;left:0;top:0;width:calc(100%);height:100%;background-color: #E6E6E6;z-index: 9999999999999;margin:0;padding:0;"><img style="position: absolute;top: calc(50% - 90px);left:calc(50% - 86px);height: 180px;width: 172px;z-index:9999999999999;" src="https://static.igem.org/mediawiki/2018/0/0b/T--BIT-China--iGEM2018-A_loading.gif"></div>';
+
var _LoadingHtml = '<div id="loadingDiv" style="position:absolute;left:0;top:0;width:calc(100%);height:100%;background-color: #E6E6E6;z-index: 9999999999999;margin:0;padding:0;"><img style="position: absolute;top: calc(50% - 90px);left:calc(50% - 86px);height: 180px;width: 172px;z-index:9999999999999;" src="https://static.igem.org/mediawiki/2018/0/0b/T--BIT-China--iGEM2018-A_loading.gif"></div>';
            //呈现loading效果
+
//呈现loading效果
            document.write(_LoadingHtml);
+
document.write(_LoadingHtml);
           
+
 
            //监听加载状态改变
+
//监听加载状态改变
            document.onreadystatechange = completeLoading;
+
document.onreadystatechange = completeLoading;
           
+
 
           
+
 
            //加载状态为complete时移除loading效果
+
//加载状态为complete时移除loading效果
            function completeLoading() {
+
function completeLoading() {
           
+
 
                document.documentElement.style.overflow = 'hidden';
+
    document.documentElement.style.overflow = 'hidden';
                if (document.readyState == "complete") {
+
    if (document.readyState == "complete") {
           
+
 
                    window.onbeforeunload = function () {
+
        window.onbeforeunload = function () {
                        document.documentElement.scrollTop = 0;  //ie下             
+
            document.documentElement.scrollTop = 0;  //ie下             
                        document.body.scrollTop = 0;  //非ie     
+
            document.body.scrollTop = 0;  //非ie     
                    }
+
        }
           
+
 
           
+
 
           
+
 
                    $(window).load(function () {
+
        $(window).load(function () {
                        $('#loading_all').delay(300).hide(0);
+
            $('#loading_all').delay(300).hide(0);
                        setTimeout(function () {
+
            setTimeout(function () {
                            $('body').removeClass("scoll_dis");
+
                $('body').removeClass("scoll_dis");
           
+
 
                        }, 300);
+
            }, 300);
                        $.fn.fullpage.setAllowScrolling(false, 'down');
+
            $.fn.fullpage.setAllowScrolling(false, 'down');
                    });
+
        });
           
+
 
                    setTimeout(function () {
+
        setTimeout(function () {
           
+
 
              
+
 
                        var loadingMask = document.getElementById('loadingDiv');
+
             var loadingMask = document.getElementById('loadingDiv');
                        loadingMask.classList.add('imgA-nav-gradient-back');
+
            loadingMask.classList.add('imgA-nav-gradient-back');
                        document.documentElement.style.overflowY = 'auto';
+
            document.documentElement.style.overflowY = 'auto';
                    }, 3000);
+
        }, 3000);
           
+
 
                    setTimeout(function () {
+
        setTimeout(function () {
           
+
 
                        var loadingMask = document.getElementById('loadingDiv');
+
            var loadingMask = document.getElementById('loadingDiv');
                        loadingMask.classList.remove('imgA-nav-gradient-back');
+
            loadingMask.classList.remove('imgA-nav-gradient-back');
                        loadingMask.parentNode.removeChild(loadingMask);
+
            loadingMask.parentNode.removeChild(loadingMask);
                        $.fn.fullpage.setAllowScrolling(true, 'down');
+
            $.fn.fullpage.setAllowScrolling(true, 'down');
                        // body.style="overflow-x:hidden;"         
+
            // body.style="overflow-x:hidden;"         
                    }, 4400);
+
        }, 4400);
                }
+
    }
           
+
 
                function newFunction() {
+
    function newFunction() {
                    return false;
+
        return false;
                }
+
    }
 +
}
 
                 </script>
 
                 </script>
 
</body>
 
</body>
  
 
</html>
 
</html>

Revision as of 18:52, 16 October 2018

}

“A” indicates antioxidant, and can also represent the best in the grade rating. So the core of our project is to build an antioxidant detecting system to rank antioxidants.

Antioxidants are
compounds that inhibit oxidation.They can scavenge the excess ROS in the organisms. The antioxidants mentioned here is the one working in our bodies, helping us defect the damage of oxidation.

Oxidation damage is very common in our daily life. It may be caused by UV in the sun, unhealthy living habits, irregular work and rest times, and its accumulation will eventually infect the normal function of our body, lead to gene mutation, cell cancer and aging. Therefore, antioxidants are urgently needed to defended the damage of oxidation.

Even though antioxidant is so important, there’s no standard ways to tell us which antioxidant works better.

Our goal is to build a system with function of detecting the antioxidants and has the advantages of high biological relevance, simple operation, low-cost, good reproducibility, accuracy, and high sensitivity for antioxidant detection. More importantly, we hope to establish an efficient standard for evaluating antioxidants through our system