Difference between revisions of "Team:SYSU-Software/Project"

Line 582: Line 582:
 
                 padding-left:14px;
 
                 padding-left:14px;
 
             }
 
             }
 
+
            #menuContainer ul li img {
 +
                height: 200%;
 +
                position: relative;
 +
                bottom: 36px;
 +
            }
 
             </style>
 
             </style>
 
         <script src="http://code.jquery.com/jquery-latest.js"></script>
 
         <script src="http://code.jquery.com/jquery-latest.js"></script>
Line 711: Line 715:
 
                                     <div class = "interlab_Medals">Medals</div>
 
                                     <div class = "interlab_Medals">Medals</div>
 
                                     <div class='bar9'></div>
 
                                     <div class='bar9'></div>
 +
                                </li>
 +
                            </a>
 +
                            <a href="https://github.com/igemsoftware2016/SYSU-Software-2016/releases">
 +
                                <li>
 +
                                    <img src="https://static.igem.org/mediawiki/2016/b/b0/SYSU-Software-Hp-github.png">
 
                                 </li>
 
                                 </li>
 
                             </a>
 
                             </a>

Revision as of 08:06, 19 October 2016

SYSU-Software:Project

ABSTRACT

  • CRFAT (Community-based Retro-synthetic Analysis Functional plaTform) is an integrated software for crafting

  • synthetic biological system from design, validation to share. CRAFT has three functional parts: CRAFT Designer,

  • CRAFT Square and Satellite. CRAFT Designer follows the concept of evolution simulating natural selection

  • in which users can customize their synthetic biological system based on their requirements including background

  • environment. CRAFT Designer also provides users with standard protocols; it refers to the concept of "Design

  • and Redesign” in synthetic biology and applies it to protocol design: fill the standard protocol frameworks

  • with messages corresponding to users’ designed systems. CRAFT Square is a communication platform where

  • users can share and exchange their ideas, or modify other designs to suit their own demands. Satellite serves

  • as the distributed computing plug-in in CRAFT, undertaking nearly all calculations in the whole platform.