Difference between revisions of "Team:SYSU-MEDICINE"

Line 238: Line 238:
 
     <script type="text/javascript">
 
     <script type="text/javascript">
 
         $(document).ready(function() {
 
         $(document).ready(function() {
 +
            var canHide= true;
 
             $('#wechatModal').on('show.bs.modal', function (e) {
 
             $('#wechatModal').on('show.bs.modal', function (e) {
 
                 // do something...
 
                 // do something...
Line 245: Line 246:
 
//                console.log("click");
 
//                console.log("click");
 
                 //$(this).remove();
 
                 //$(this).remove();
                 $(".modal-backdrop").remove();
+
                 if (canHide) {
                $('#wechatModal').modal('hide');
+
                    $(".modal-backdrop").remove();
 +
                    $('#wechatModal').modal('hide');
 +
                }
 +
            });
 +
            $(".modal-dialog").click(function() {
 +
                canHide = false;
 +
            });
 +
            $(".modal").mousemove(function() {
 +
                canHide = true;
 
             });
 
             });
           
 
 
         });
 
         });
 
     </script>
 
     </script>

Revision as of 16:11, 6 October 2016

MSCavalry

-----MSCs of
next generation

Inflammatory diseases are an increasing cause of disability and even fatality. Currently, apart from common treatments, MSCs therapy is a promising candidate for curing inflammatory diseases. However, intravascular injected MSCs are criticized for its low homing efficiency and ambiguous distribution in human body.

This year, MSCavalry: MSCs of next generation is coming. SYSU-MEDICINE decide to engineer a set of MSCs (homo sapiens) with higher accuracy and we hope that our project can pave the way for future MSCs clinical application.