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

Line 51: Line 51:
 
           <a href="https://2017.igem.org/Team:SYSU-Software/Model#recommendation-system" class="item">Recommendation System</a>
 
           <a href="https://2017.igem.org/Team:SYSU-Software/Model#recommendation-system" class="item">Recommendation System</a>
 
           <a href="https://2017.igem.org/Team:SYSU-Software/Model#simulation" class="item">Simulation for General Genetic Circuits</a>
 
           <a href="https://2017.igem.org/Team:SYSU-Software/Model#simulation" class="item">Simulation for General Genetic Circuits</a>
 +
          <a href="https://2017.igem.org/Team:SYSU-Software/Model#references" class="item">References</a>
 
         </div>
 
         </div>
 
       </div>
 
       </div>
Line 109: Line 110:
 
         </div>
 
         </div>
 
       </div>
 
       </div>
 +
<<<<<<< HEAD
 
       <div class="ui simple dropdown item page-nav">
 
       <div class="ui simple dropdown item page-nav">
 
         <a href="https://2017.igem.org/Team:SYSU-Software/Team" class="page-link">Team</a>
 
         <a href="https://2017.igem.org/Team:SYSU-Software/Team" class="page-link">Team</a>
Line 118: Line 120:
 
           <a href="https://2017.igem.org/Team:SYSU-Software/Team#advisors" class="item">Advisors</a>
 
           <a href="https://2017.igem.org/Team:SYSU-Software/Team#advisors" class="item">Advisors</a>
 
           <a href="https://2017.igem.org/Team:SYSU-Software/Team#instructors" class="item">Instructors</a>
 
           <a href="https://2017.igem.org/Team:SYSU-Software/Team#instructors" class="item">Instructors</a>
           <a href="https://2017.igem.org/Team:SYSU-Software/Team#notebook" class="item">Notebook</a>
+
           <a href="https://2017.igem.org/Team:SYSU-Software/Team#calendar" class="item">Calendar</a>
 
         </div>
 
         </div>
 +
=======
 +
    </div>
 +
    <div class="ui simple dropdown item page-nav">
 +
      <a href="./team.html" class="page-link">Team</a>
 +
      <div class="menu page-category">
 +
        <a href="./team.html#biology-group" class="item">Biology Group</a>
 +
        <a href="./team.html#programmers" class="item">Programmers</a>
 +
        <a href="./team.html#modeling-group" class="item">Modeling Group</a>
 +
        <a href="./team.html#designers" class="item">Designers</a>
 +
        <a href="./team.html#advisors" class="item">Advisors</a>
 +
        <a href="./team.html#instructors" class="item">Instructors</a>
 +
        <a href="./team.html#notebook" class="item">Notebook</a>
 +
>>>>>>> master
 
       </div>
 
       </div>
 
       <div class="ui simple dropdown item page-nav">
 
       <div class="ui simple dropdown item page-nav">
Line 272: Line 287:
 
           <p>We use Scipy, an efficient open source numerical module in Python, to give the numerical solutions to the ODE system. Specifically, we use the odeint function in Scipy. For more information about odeint function, see <a href=" https://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.odeint.html" target="_blank">documentation of scipy</a></p>
 
           <p>We use Scipy, an efficient open source numerical module in Python, to give the numerical solutions to the ODE system. Specifically, we use the odeint function in Scipy. For more information about odeint function, see <a href=" https://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.odeint.html" target="_blank">documentation of scipy</a></p>
 
         </div>
 
         </div>
 +
      </section>
 +
 +
      <section class="plain" id="references">
 +
        <h2>References</h2>
 +
        <ul>
 +
          <li> Jure Leskovec, Anand Rajaraman, Jeffrey David Ullman. Mining of Massive Datasets. Second Edition, Cambridge, Nov 2014, 9781107077232.</li>
 +
          <li>Bor-Sen Chen, Yu-Chao Wang. Synthetic Gene Network: Modeling, Analysis and Robust Design Methods. First Edition, CRC press, May 2, 2014, 9781466592698.</li>
 +
        </ul>
 
       </section>
 
       </section>
 
     </div>
 
     </div>

Revision as of 13:27, 30 October 2017

Page Title