Difference between revisions of "Team:UESTC-software/Members"

Line 171: Line 171:
 
<script type="text/javascript" src="https://2016.igem.org/Team:UESTC-software/js/basic/jquery?action=raw&ctype=text/javascript"></script>
 
<script type="text/javascript" src="https://2016.igem.org/Team:UESTC-software/js/basic/jquery?action=raw&ctype=text/javascript"></script>
  
<script>
 
$(document).ready(function(){
 
    $('.content-top').eq(0).find('.title-img').eq(0).attr('src','https://static.igem.org/mediawiki/igem.org/4/41/Uestc_software-attributions.png');
 
  
 +
<script type="text/javascript">
 +
$(".scroll-top img").addClass("active");
 +
$(".catalog").click(function(){
 +
    $(this).addClass("active");
 +
    $(".catalog-area").addClass("active");
 +
});
 +
$(".catalog-area .title").click(function(){
 +
    $(".catalog-area").removeClass("active");
 +
    $(".catalog").removeClass("active");
 +
});
 +
$(".scroll-top img").click(function(){
 +
    $('html, body').animate({scrollTop:0}, 'slow');
 +
});
 +
$(window).scroll(function(){
 +
    var height = $(document).scrollTop();
 +
    if(height > 300){
 +
        $(".scroll-top img").removeClass("active");
 +
    }else{
 +
        $(".scroll-top img").addClass("active");
 +
    }
 
})
 
})
 
</script>
 
</script>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 10:03, 19 October 2016

二级页面

Team

Software Engineers

Engineer group owns powerful programming skills and assume the responsibility of developing software. They cooperate with each other to break away from the difficulties. Especially in the late stage of development, they must constantly correct and improve the software.

Art Designers

Art designer is responsible for the design of our wiki, poster, presentation,team sign and uniforms. They have done plenty of beautification work, which makes our work to be accepted more easily. It is their unremitting work that made our project to be presented in such an elegant way.

Scientists

Scientist group tries to construct the state array and use FSP algorithm to simulate and predict the behavior of gene circuit. They gather and clear up those models and gene circuits ever appeared in iGEM projects, improve the method to make the prediction of genetic circuit more accurate.

Editors

The editors’ daily tasks are filing all kinds of documents. Work of Editor group is extremely trivial but important, which insights into the whole team’s progress. The final summaries of every group converge here, which we spare no efforts to amend and perfect.

Mentors


Xianlong Wang,our primary PI

Fengbiao Guo,our secondary PI

Qiong Zhang,our instructor

Ling Quan,our instructor
CATALOGUE