Difference between revisions of "Template:SYSU-Software/statics/html/Projects/Description.html"

Line 27: Line 27:
 
     <div class="header2"> Background </div>
 
     <div class="header2"> Background </div>
 
     <div class="content">
 
     <div class="content">
         Groupwork is the bread and butter of biological system & circuit design, due to the complexity of this research
+
         The data shows a shift from single-investigator 'little science' to increasingly large, expensive,
        field. In consequence of the complexity of biological systems, genetic circuit design and the limited personal
+
        multinational, interdisciplinary and interdependent 'big science'. The scientific collaboration among
        experience, it is very difficult for individuals to design a viable circuit alone.This raises the demand of
+
        researchers becomes more pervasive and essential.
        effective collaboration methods. It would be better if the biologists can work face to face, in which way they
+
    </div>
         can exchange ideas with absolute ease. However, in many cases we can't even make sure everyone works on the
+
    <div class="content">
         same continent, let alone in the same room, so we need appropriate ways for tele-cooperation. Sadly,
+
        To synthetic biology, due to the natural complexity of biological systems, genetic circuit design and the
        traditional online tools don't satisfy biologists' needs. For example, genetic circuits and experimental
+
        limited personal experience, it is very difficult for individuals to design a viable circuit alone, raising the
        protocols cannot be precisely represented via Google Doc. Local designing software such as SBOLDesigner don't
+
        demand of effective collaboration methods. Interdisciplinary and engineering-oriented natures on scientific
         let scientists edit online cooperatively, which brings down efficiency a lot. Besides, creative ideas and
+
         research make it praticularly open to collaboration, while time and space issues would compromise the
         valuable suggestions are also important in collaboration, which will have a great influence in the final result
+
         convenience and the efficency to conduct a collaboration.
        of users' co-design.
+
    </div>
 +
    <div class="content">
 +
         In this case, we developed a software to improve the efficiency in collaboration and help inspire
 +
         synbiologists' ideas, assisting in designing and optimizing their design.
 
     </div>
 
     </div>
  

Revision as of 16:53, 17 October 2018

Project
Welcome to CO-RAD!
       The complexity of genetic circuits has made it difficult for synthetic biologists to design the artificial
       biological systems. In our project, we developed CO-RAD, a Collaborative
           Optimization platform with multiple functions including Recommendation,
           Analysis and Design. With the help of CO-RAD, users can design genetic circuits easily and cooperate
       with remote partners in real time.
       More importantly, the search & recommendation system in CO-RAD were developed to
       inspire users with some previous projects and optimize their design with evolutionary
           algorithm. Moreover,  <a href="javascript:void(0)" goto="Simulation-Circuits"> a
               novel numerical simulation algorithm </a> 
       for circuit)applied in CO-RAD was developed to predict the expression level of genetic circuits in no time.
       Through in addition, we incorporated self-designed  <a href="javascript:void(0)" goto="Validation">
               wet-lab validation </a> into
       our project to validate the new results designed by our CO-RAD platform. In conclusion, by assisting in
       collaboration and inspiration, CO-RAD makes complex biological systems accessible to researchers who want
       rapid, intuitive, and high-quality
       accomplish their designs. Click here to design in <a href="http://www.sysu-corad.com/">CO-RAD</a> way.
   <img src="T--SYSU-Software--coEdit.png" />
Background
       The data shows a shift from single-investigator 'little science' to increasingly large, expensive,
       multinational, interdisciplinary and interdependent 'big science'. The scientific collaboration among
       researchers becomes more pervasive and essential.
       To synthetic biology, due to the natural complexity of biological systems, genetic circuit design and the
       limited personal experience, it is very difficult for individuals to design a viable circuit alone, raising the
       demand of effective collaboration methods. Interdisciplinary and engineering-oriented natures on scientific
       research make it praticularly open to collaboration, while time and space issues would compromise the
       convenience and the efficency to conduct a collaboration.
       In this case, we developed a software to improve the efficiency in collaboration and help inspire
       synbiologists' ideas, assisting in designing and optimizing their design.
       <img src="T--SYSU-Software--backgrounddata1.png" />
Figure 1: Percentage of multientity publications, 2000–2009
       <img src="T--SYSU-Software--backgrounddata2.png" />
Figure 2: The percentage of multiinstitutional publications in 22 ESI fields
       Therefore, we're here to solve the following problems:
  1. How to make tele-cooperation as convenient as face-to-face collaboration?
  2. How to encourage users to think of and share more creative ideas while cooperating?
Solution
Help users come up with more creative ideas
               <img src="T--SYSU-Software--Des4.png" />
Search & recommendation
View Detail
               <img src="T--SYSU-Software--Des5.png" />
Analysis & simulation
View Detail
               <img src="T--SYSU-Software--Des6.png" />
Guide the design
View Detail
   
Solve the inconvenience of remote collaboration and communication
               <img src="T--SYSU-Software--Des1.png" />
Real-time collaboration
View Detail
               <img src="T--SYSU-Software--Des2.png" />
Synchronization sketchpad
View Detail
               <img src="T--SYSU-Software--Des3.png" />
SBOL support
View Detail

<script>

   $('.detail-btn').on('click', function () {
       $('#modal-' + $(this).attr('data-id')).modal('show');
   });

</script>