Team:SYSU-Software/humanpra

From 2013.igem.org

(Difference between revisions)
Line 19: Line 19:
<script src="https://2013.igem.org/Team:SYSU-Software/bootstrap.min.js?action=raw&ctype=text/javascript" type="text/javascript"></script>
<script src="https://2013.igem.org/Team:SYSU-Software/bootstrap.min.js?action=raw&ctype=text/javascript" type="text/javascript"></script>
<script src="https://2013.igem.org/Team:SYSU-Software/prefix.js?action=raw&ctype=text/javascript" type="text/javascript"></script>
<script src="https://2013.igem.org/Team:SYSU-Software/prefix.js?action=raw&ctype=text/javascript" type="text/javascript"></script>
 +
<script src="https://2013.igem.org/Team:SYSU-Software/humanpra.js?action=raw&ctype=text/javascript" type="text/javascript"></script>
 +
Line 42: Line 44:
<script type="text/javascript">
<script type="text/javascript">
-
$(document).ready(function() {
 
-
  $("#thumbnail li .thumbnails").click(function() {
 
-
console.log({ "src": $(this).data("path"), "title": $("> img", this).attr("title") });
 
-
    // $(".zoompic img").hide().attr({ "src": $(this).data("path"), "title": $("> img", this).attr("title") });
 
-
    $(".zoompic img").hide().attr({ "src": $(this).data("path") });
 
-
    $("#thumbnail li.current").removeClass("current");
 
-
    $(this).parents("li").addClass("current");
 
-
    return false;
 
-
  });
 
-
  $(".zoompic>img").load(function(){
 
-
    $(".zoompic>img:hidden").show();
 
-
  });
 
-
 
 
-
  var $slider = $('.slider ul');
 
-
  var $slider_child_l = $('.slider ul li').length;
 
-
  var $slider_width = $('.slider ul li').width();
 
-
  $slider.width($slider_child_l * $slider_width);
 
-
 
 
-
  var slider_count = 0;
 
-
 
 
-
  if ($slider_child_l < 5) {
 
-
    $('#btn-right').css({cursor: 'auto'});
 
-
    $('#btn-right').removeClass("dasabled");
 
-
  }
 
-
 
 
-
  $('#btn-right').click(function() {
 
-
    if ($slider_child_l < 5 || slider_count >= $slider_child_l - 5) {
 
-
      return false;
 
-
    }
 
-
 
 
-
    slider_count++;
 
-
    $slider.animate({left: '-=' + $slider_width + 'px'}, 'fast');
 
-
    slider_pic();
 
-
  });
 
-
 
 
-
  $('#btn-left').click(function() {
 
-
    if (slider_count <= 0) {
 
-
      return false;
 
-
    }
 
-
    slider_count--;
 
-
    $slider.animate({left: '+=' + $slider_width + 'px'}, 'fast');
 
-
    slider_pic();
 
-
  });
 
-
 
 
-
  function slider_pic() {
 
-
    if (slider_count >= $slider_child_l - 5) {
 
-
      $('#btn-right').css({cursor: 'auto'});
 
-
      $('#btn-right').addClass("dasabled");
 
-
    }
 
-
    else if (slider_count > 0 && slider_count <= $slider_child_l - 5) {
 
-
      $('#btn-left').css({cursor: 'pointer'});
 
-
      $('#btn-left').removeClass("dasabled");
 
-
      $('#btn-right').css({cursor: 'pointer'});
 
-
      $('#btn-right').removeClass("dasabled");
 
-
    }
 
-
    else if (slider_count <= 0) {
 
-
      $('#btn-left').css({cursor: 'auto'});
 
-
      $('#btn-left').addClass("dasabled");
 
-
    }
 
-
  }
 
-
});
 
</script>
</script>

Revision as of 12:27, 26 September 2013

Team:SYSU-Software new

TEDx Salon
Introduction
Accurate simulation and gene circuit design are essential but difficult parts in synthetic biology.Here, we designed CAST to cover the workflow from beginning to end, users can focus on function design and the gene circuit would be automatically designed. Furthermore, we developed a new simulation model that work with standard dynamic characteristic and verified by wetlab experiments. Moreover, we build an expandable database that users can contribute their own dynamic information which would lead to more accurate and sufficient dynamic information of all the Biobricks. Finally, our software is designed as an easy deployed server so that it can be used on personal purpose or shared by a whole lab or institution.
Game
Accurate simulation and gene circuit design are essential but difficult parts in synthetic biology.Here, we designed CAST to cover the workflow from beginning to end, users can focus on function design and the gene circuit would be automatically designed. Furthermore, we developed a new simulation model that work with standard dynamic characteristic and verified by wetlab experiments. Moreover, we build an expandable database that users can contribute their own dynamic information which would lead to more accurate and sufficient dynamic information of all the Biobricks. Finally, our software is designed as an easy deployed server so that it can be used on personal purpose or shared by a whole lab or institution.