Difference between revisions of "Team:USTC-Software/Description"

Line 1: Line 1:
{{USTC-Software}}
+
{{USTC-Software/html/header}}
 
<html>
 
<html>
 +
<body>
 +
<!--对应链接<li><a href="https://2019.igem.org/Team:USTC-Software/Collaborations">Collaborations</a></li>-->
 +
<link href="https://2019.igem.org/Template:USTC-Software/css/default?action=raw&ctype=text/css" rel="stylesheet"
 +
      type="text/css"/>
 +
<link href="https://2019.igem.org/Template:USTC-Software/css/bootstrap?action=raw&ctype=text/css" rel="stylesheet"
 +
      type="text/css"/>
 +
<script src="https://2019.igem.org/Template:USTC-Software/js/jquery?action=raw&ctype=text/javascript"
 +
        type="text/javascript"></script>
 +
<script src="https://2019.igem.org/Template:USTC-Software/js/popper?action=raw&ctype=text/javascript"
 +
        type="text/javascript"></script>
 +
<script src="https://2019.igem.org/Template:USTC-Software/js/bootstrap?action=raw&ctype=text/javascript"
 +
        type="text/javascript"></script>
  
<style>
+
<div id="autoMenu2" class="autoMenu2"></div>
 +
<div class="container">
 +
  <div class="row">
 +
<!--    <div class="col-lg-2 col-md-0">-->
 +
<!--      <div class="autoMenu d-none d-lg-block" data-autoMenu id="autoMenu"></div>-->
 +
<!--    </div>-->
 +
    <div class="col-lg-12 col-md-12">
 +
      <div class="card page-content">
 +
        <div class="card-body">
 +
          <h1 class="text-center">Description</h1>
 +
          <h3>Background</h3>
 +
          <div class="passage">
 +
            As iGEM requires, Software teams should create a novel software tool that supports some aspect of synthetic biology.
 +
            Since recent years our team were committed to software development which may contribute little to synthetic biology or relating works,
 +
            we want to develop something more "biology" this year.
 +
            <br>
 +
            After talking with our PI, we learned about Flux balance analysis (FBA). FBA  is a method for analyzing the flow of metabolites through
 +
            a metabolic network. FBA can calculate the flow of it and make it possible to "foresee" the growth rate of an organism or a
 +
            biotechnologically significant metabolite.
 +
          </div>
 +
          <h3>Inspiration</h3>
 +
          <div class="passage">
 +
            iGEMers and biological factories frequently complain it repeated and troublesome to improve a genetic circuit and
 +
            implement genome-scale metabolic network reconstructions when they dissatisfy the productivity of the organism, as we investigated.
 +
            Factories regularly do such work simply based on experience or maybe just by random attempt. Labs may use some mathematical methods.
 +
            Just as mentioned, the FBA and its further study have been proved useful in physiological studies, gap-filling efforts and genome-scale
 +
            synthetic biology. However, using such methods doesn't mean that failure would not occur, and plenty of experiments, namely, plenty waste
 +
            of time may still be demanded. For sure, there are several software that are made for such modeling, yet they do have several defects.
 +
            Meanwhile, considering that both factories and iGEMers may specialize in biology but be quite unfamiliar with computer software,
 +
            those command-prompt-only software are not perfect.
 +
            <br>
 +
            Obviously, current tools cannot satisfy the need. Thus, here comes "ForeSyn", the software born to solve the problem.
 +
          </div>
 +
          <h3>Project</h3>
 +
          <div class="passage">
 +
            Foresyn is a user-friendly platform that was designed specifically for synthetic biologists to solve such issues above.
 +
            Just like its name, Foresyn can foresee the targeted improvements to the users' experiment, give advise and therefore
 +
            increase productivity, literally by the neoteric workflow management based on our customized database.
 +
            <br>
 +
            By using our software, labs and factories can alter the bounds on certain reactions to simulate the growth on different
 +
            media or of bacteria with multiple gene knockouts. Despite this, users can select their own object function, and our
 +
            software can output the optimal solution of it.
 +
            <br>
 +
            Of course, users don't need to recite so many command codes. All you need may be a single mouse. Moreover,
 +
            our software performs a better user experience by presenting supreme graphical result display.
 +
            <br>
 +
            Through this things, Foresyn can literally predict, I mean, foresee the likely result or trend of an experiment conducted
 +
            by a synthetic biologist. Particularly, what it sees immediately transforms into what you see.
 +
          </div>
 +
          <h3>Features</h3>
 +
          <div class="passage">
 +
            Lessen Your Needless Works
 +
            <br>
 +
            What You See Is What You Get
 +
            <br>
 +
            No Command Prompt Using Need
 +
            <br>
 +
            Comprehensive Customized Database
 +
          </div>
 +
          <h3>Comparison</h3>
 +
          <div class="passage">
 +
            I don't know what to write.
 +
          </div>
 +
          <h3>Slogan</h3>
 +
          <div class="passage">
 +
            Foresyn has foreseen the experiments, that helps synthetic biologists see further.
 +
            <br>
 +
            Foresyn foresees the synthetic biological experiments, and makes you see further.
 +
            <br>
 +
            Foresyn makes the experiments foreseen, and makes you see further.
 +
            <br>
 +
            ...
 +
          </div>
 +
        </div>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
<!--autoMenu css and js files, generate Menu of each article-->
 +
<!--<link href="https://2019.igem.org/Template:USTC-Software/css/autoMenu?action=raw&ctype=text/css" rel="stylesheet">-->
 +
<!--<script src="https://2019.igem.org/Template:USTC-Software/js/autoMenu?action=raw&ctype=text/javascript"></script>-->
  
    #func_list{
+
<!--autoMenu css and js files, generate Menu of each article-->
        margin-left: 1em;
+
<link href="https://2019.igem.org/Template:USTC-Software/css/autoMenu2?action=raw&ctype=text/css" rel="stylesheet">
        color: #484848;
+
<script src="https://2019.igem.org/Template:USTC-Software/js/autoMenu2?action=raw&ctype=text/javascript"></script>
    }
+
  
    h4{
+
<!--scrollBar js. when scroll down, a cat will be there-->
        font-size: 140%;
+
<script src="https://2019.igem.org/Template:USTC-Software/js/addScrollBar?action=raw&ctype=text/javascript"></script>
    }
+
  
    h1, h2, h3, h4, h5, h6{
+
<!-- make content Menu fixed-->
        color: darkseagreen;
+
<script src="https://2019.igem.org/Template:USTC-Software/js/makeIndexFixed?action=raw&ctype=text/javascript"></script>
    }
+
  
</style>
+
<!--add background-->
 +
<script src="https://2019.igem.org/Template:USTC-Software/js/addBackground?action=raw&ctype=text/javascript"></script>
  
<div class="column full_size">
+
<link href="https://2019.igem.org/Template:USTC-Software/css/pageContent?action=raw&ctype=text/css" rel="stylesheet">
  
 +
<!-- some updated css style -->
 +
<!--<style>-->
 +
<!--div.card p {margin: 20px;}-->
 +
<!--div.card h2,h3,h4 {margin: 25px;}-->
 +
<!--div.card h1 {margin-top: 30px;}-->
 +
<!--div.card img {margin-left: 30px; margin-right:30px;}-->
 +
<!--</style>-->
  
    <h1>ForeSYN</h1>
+
</body>
 
+
    <p>A Metabolic network software based on gene expression and meabolic network modeling </p>
+
 
+
    <h3>Inspiration</h3>
+
 
+
    <p>Since we’ve been doing the similar projects with even same names, we want to have a change this year. Not only
+
        doing same things is quite boring, but we wish to do something that is really in need. After visited a synthetic
+
        biologist in our school, chatted a lot, we came up with an idea. Our professor mention that a software can help
+
        him a lot is one can tell him what changes will happen to the various ingredients after he changes the metabolic
+
        pathway, especially the coenzymes. Considering it’s absolute more interesting than making a search engine, we
+
        set our project as it.</p>
+
 
+
    <p>Generally, our project focuses on the proportion of the coenzymes after adjusting the metabolic pathway. Giving
+
        the variation range of the concentration of the coenzymes will greatly lessen the pressure of synthetic
+
        biologists while doing experiments and reduce the time or money cost of many trials.</p>
+
 
+
    <h3>Project</h3>
+
 
+
    <h4>1.Method</h4>
+
 
+
    <p>This is method description.</p>
+
 
+
    <h4>2.Fuction</h4>
+
 
+
    <p>
+
        <ol id="func_list">
+
            <li>
+
 
+
                By analyzing and modeling the gene expression and metabolic network, our software can get the range of
+
                the concentration or proportion of the intermediate reactant after changing or adjusting a metabolic
+
                pathway.
+
 
+
            </li>
+
 
+
            <li>
+
 
+
                Compared with other metabolic prediction software, we more consider whether the concentration of
+
                coenzymes, for example NADH/NAD+ is in the best range.
+
 
+
            </li>
+
 
+
            <li>
+
 
+
                Even included some data visualization work so that it’s convenient for the experimenter to analyze the
+
                bacteria and optimize the experimental design.
+
 
+
            </li>
+
 
+
            <li>
+
 
+
                Recognizing the database of metabolic network or packages of the prediction tools are still not robust
+
                or complete for us to use, we first do several work of database integrations.
+
 
+
            </li>
+
 
+
            <li>
+
 
+
                To make our software more usable, we design a set of algorithms, creating a recommendation system.
+
 
+
            </li>
+
 
+
            <li>
+
 
+
                We managed to create a platform where the synthetic biologist can easily share their ideas and issue
+
                their results.
+
 
+
            </li>
+
 
+
        </ol>
+
    </p>
+
 
+
 
+
</div>
+
 
+
 
</html>
 
</html>

Revision as of 13:07, 16 October 2019

Description

Background

As iGEM requires, Software teams should create a novel software tool that supports some aspect of synthetic biology. Since recent years our team were committed to software development which may contribute little to synthetic biology or relating works, we want to develop something more "biology" this year.
After talking with our PI, we learned about Flux balance analysis (FBA). FBA is a method for analyzing the flow of metabolites through a metabolic network. FBA can calculate the flow of it and make it possible to "foresee" the growth rate of an organism or a biotechnologically significant metabolite.

Inspiration

iGEMers and biological factories frequently complain it repeated and troublesome to improve a genetic circuit and implement genome-scale metabolic network reconstructions when they dissatisfy the productivity of the organism, as we investigated. Factories regularly do such work simply based on experience or maybe just by random attempt. Labs may use some mathematical methods. Just as mentioned, the FBA and its further study have been proved useful in physiological studies, gap-filling efforts and genome-scale synthetic biology. However, using such methods doesn't mean that failure would not occur, and plenty of experiments, namely, plenty waste of time may still be demanded. For sure, there are several software that are made for such modeling, yet they do have several defects. Meanwhile, considering that both factories and iGEMers may specialize in biology but be quite unfamiliar with computer software, those command-prompt-only software are not perfect.
Obviously, current tools cannot satisfy the need. Thus, here comes "ForeSyn", the software born to solve the problem.

Project

Foresyn is a user-friendly platform that was designed specifically for synthetic biologists to solve such issues above. Just like its name, Foresyn can foresee the targeted improvements to the users' experiment, give advise and therefore increase productivity, literally by the neoteric workflow management based on our customized database.
By using our software, labs and factories can alter the bounds on certain reactions to simulate the growth on different media or of bacteria with multiple gene knockouts. Despite this, users can select their own object function, and our software can output the optimal solution of it.
Of course, users don't need to recite so many command codes. All you need may be a single mouse. Moreover, our software performs a better user experience by presenting supreme graphical result display.
Through this things, Foresyn can literally predict, I mean, foresee the likely result or trend of an experiment conducted by a synthetic biologist. Particularly, what it sees immediately transforms into what you see.

Features

Lessen Your Needless Works
What You See Is What You Get
No Command Prompt Using Need
Comprehensive Customized Database

Comparison

I don't know what to write.

Slogan

Foresyn has foreseen the experiments, that helps synthetic biologists see further.
Foresyn foresees the synthetic biological experiments, and makes you see further.
Foresyn makes the experiments foreseen, and makes you see further.
...