(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
+ | <head> | ||
+ | <!-- Bootstrap CSS --> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:USTC/BScss?action=raw&ctype=text/css"> | ||
+ | <!-- Scrollbal Custom CSS --> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:USTC/customScrollbarCSS?action=raw&ctype=text/css"> | ||
+ | <!-- Custom CSS --> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:USTC/CSS/mobile?action=raw&ctype=text/css"> | ||
+ | <!-- Font Awsome CSS --> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:USTC/fontawsome?action=raw&ctype=text/css"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | </head> | ||
− | <div class=" | + | <body> |
− | < | + | <div class="wrapper"> |
+ | <!-- Sidebar --> | ||
+ | <nav id="sidebar"> | ||
+ | <div class="navbar-brand"> | ||
+ | <img width="270px" src="https://static.igem.org/mediawiki/2018/1/1e/T--USTC--sidenav-logo.png" /> | ||
+ | </div> | ||
+ | <ul class="list-unstyled components"> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC">HOME</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="#projectSubmenu" data-toggle="collapse" aria-expanded="false">PROJECT <i class="fa fa-caret-down"></i></a> | ||
+ | <ul class="collapse list-unstyled" id="projectSubmenu"> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Description">Description</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Design">Design</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Results">Results</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Hardware">Hardware</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Safety">Safety</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Parts">Parts</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <!--Project--> | ||
+ | <li class="active"> | ||
+ | <a href="#modelSubmenu" data-toggle="collapse" aria-expanded="false">MODEL <i class="fa fa-caret-down"></i></a> | ||
+ | <ul class="collapse list-unstyled" id="modelSubmenu"> | ||
+ | <li class="active"> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Model">Overview</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Model/Single_Cell_Model">Single-cell Model</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Model/System_Analysis">System Analysis</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Model/Performance_evaluation">Performance Evaluation</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Model/Parameters">Parameters</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <!--Model--> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/InterLab">INTERLAB</a> | ||
+ | </li> | ||
+ | <!--Interlab--> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Notebook">NOTEBOOK</a> | ||
+ | </li> | ||
+ | <!--Notebook--> | ||
+ | <li> | ||
+ | <a href="#HPSubmenu" data-toggle="collapse" aria-expanded="false">HUMAN PRACTICES <i class="fa fa-caret-down"></i></a> | ||
+ | <ul class="collapse list-unstyled" id="HPSubmenu"> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Human_Practices">Overview</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Human_Practices/General_HP">General HP</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Human_Practices/Integrated_HP">Integrated HP</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Collaborations">Collaborations</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <!--Achievements--> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Achievements">ACHIEVEMENTS</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="#Teamsubmenu" data-toggle="collapse" aria-expanded="false">TEAM <i class="fa fa-caret-down"></i></a> | ||
+ | <ul class="collapse list-unstyled" id="Teamsubmenu"> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Team">Members</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2018.igem.org/Team:USTC/Attributions">Attributions</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
− | < | + | </ul> |
+ | </nav> | ||
− | < | + | <!-- Page Content --> |
− | <div | + | <div id="content"> |
− | < | + | <nav class="navbar navbar-expand-lg navbar-light bg-light shadow-lg sticky-top" id="navId"> |
− | < | + | <div class="container-fluid"> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | <button type="button" id="sidebarCollapse" class="btn btn-info"> |
− | + | <i class="fas fa-align-left"></i> | |
− | + | <span>Nav</span> | |
− | </ | + | </button> |
− | </div> | + | <img height="40px" src="https://static.igem.org/mediawiki/2018/5/5b/T--USTC--mobile-title.png"> |
+ | <div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
+ | <ul class="nav navbar-nav ml-auto"> | ||
+ | |||
+ | </ul> | ||
+ | </div> | ||
+ | <button class="btn btn-dark d-inline-block d-lg-none ml-auto" type="button" data-toggle="collapse" | ||
+ | data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" | ||
+ | aria-label="Toggle navigation"> | ||
+ | <i class="fas fa-align-justify"></i> | ||
+ | </button> | ||
+ | </div> | ||
+ | </nav> | ||
+ | <div class="container"> | ||
+ | <div class="card mb-3 border-light"> | ||
+ | <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/a/a1/T--USTC--MODEL_title.png""> | ||
+ | </div> | ||
− | <div class=" | + | <div class="card"> |
− | <h3> | + | <div class="card-body"> |
+ | <h4 class="card-title">Modeling overview</h4> | ||
+ | <hr> | ||
+ | <p class="card-text">Our project is composed of three systems: sensing system, regulation system and degradation system. Sensing system is used for nicotine detection and regulation system is responsible for expression initiation control. The degradation system synthesizes three kinds of enzymes for nicotine degradation. These three systems are combined together via biological signal molecules AHL. The aim of our modeling is to confirm the feasibility and stability of the whole system in theory. Based on the fundamental model and design, we can choose the appropriate biological parts for expression control according to their parameters. These parts confirmed by modeling can provide us the solution for system optimizing.</p> | ||
+ | </div> | ||
+ | <div class="card-group"> | ||
+ | <div class="card"> | ||
+ | <a class="card-link" href="https://2018.igem.org/Team:USTC/Model/Single_Cell_Model"> | ||
+ | <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/5/5d/T--USTC--Model1-Fig2.png" alt="Card image cap"></a> | ||
+ | <div class="card-body"> | ||
+ | <h3 class="card-title text-center"><a class="card-link btn btn-primary" style="font-size:1.5rem;" href="https://2018.igem.org/Team:USTC/Model/Single_Cell_Model">Single-cell model</a></h3> | ||
+ | <p class="card-text">Single-cell model is consisted of 22 nonlinear ordinary differential equations. We use Matlab solvers to simulate the change of species concentration along the time. Then we analyze the condition of initial steady state and nicotine sensing state with defined parameters. These results strongly prove the feasibility of our design.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card"> | ||
+ | <a class="card-link" href="https://2018.igem.org/Team:USTC/Model/System_Analysis"> | ||
+ | <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/b/b6/T--USTC--Model2-Fig18.png" alt="Card image cap"></a> | ||
+ | <div class="card-body"> | ||
+ | <h3 class="card-title text-center"><a class="card-link btn btn-primary" style="font-size:1.5rem;" href="https://2018.igem.org/Team:USTC/Model/System_Analysis">System analysis</a></h3> | ||
+ | <p class="card-text">This part we analyze the impact of different combinations of promoter strengths and copy numbers to the initial steady states and outputs with nicotine input. Our simulation results present the tendency of initial state change and the signal shifting. According to these phenomena, we can choose the appropriate promoter combinations and plasmid backbones for the realization of our design.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card"> | ||
+ | <a class="card-link" href="https://2018.igem.org/Team:USTC/Model/Performance_evaluation"> | ||
+ | <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/9/99/T--USTC--Model3-Fig13.png" alt=""></a> | ||
+ | <div class="card-body"> | ||
+ | <h3 class="card-title text-center"><a class="card-link btn btn-primary" style="font-size:1.5rem;" href="https://2018.igem.org/Team:USTC/Model/Performance_evaluation">Performance evaluation</a></h3> | ||
+ | <p class="card-text">The goal of our system is to transform nicotine to 3-Succinoyl-Pyrimidine when sensing nicotine. So, it is necessary to evaluate the function and efficiency of the whole system and identify the threshold of sensing system. In simulation, we change the value of promoter strength and nicotine input. From the simulation results, we acquire the best time for sampling, signal measurement and product collection. At last, the recycle rate (production rate) is calculated to prove the efficiency of manufacturing.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <img class="mt-3" src="https://static.igem.org/mediawiki/2018/1/19/T--USTC--bottom.png" alt="" style="max-width: 100%;height: auto;"> | ||
+ | </div> | ||
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | </div> | + | </div> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | <div class="overlay"></div> | ||
+ | |||
+ | <!-- Popper.JS --> | ||
+ | <script type="text/javascript" src="https://2018.igem.org/Team:USTC/Popperjs?action=raw&ctype=text/javascript"></script> | ||
+ | <!-- Bootstrap JS --> | ||
+ | <script type="text/javascript" src="https://2018.igem.org/Team:USTC/BSjs?action=raw&ctype=text/javascript"></script> | ||
+ | <!-- jQuery Custom Scroller --> | ||
+ | <script type="text/javascript" src="https://2018.igem.org/Team:USTC/customScrollbarJS?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function () { | ||
+ | $("#sidebar").mCustomScrollbar({ | ||
+ | theme: "minimal" | ||
+ | }); | ||
+ | |||
+ | $('.overlay').on('click', function () { | ||
+ | $('#sidebar').removeClass('active'); | ||
+ | $('.overlay').removeClass('active'); | ||
+ | $('li:not(".active") a[aria-expanded=true]').click(); | ||
+ | }); | ||
+ | |||
+ | $('#sidebarCollapse').on('click', function () { | ||
+ | $('#sidebar').addClass('active'); | ||
+ | $('.overlay').addClass('active'); | ||
+ | $('.collapse.in').toggleClass('in'); | ||
+ | }); | ||
+ | $("#top_title").hide(); | ||
+ | $(".mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul").css("margin","0"); | ||
+ | $("a:visited").css("color",""); | ||
+ | $("body").scrollspy({ target: "#navId", offset: 50 }); | ||
+ | $("li.active a").click(); | ||
+ | }); | ||
+ | </script> | ||
+ | </body> | ||
</html> | </html> |
Latest revision as of 03:52, 18 October 2018
Modeling overview
Our project is composed of three systems: sensing system, regulation system and degradation system. Sensing system is used for nicotine detection and regulation system is responsible for expression initiation control. The degradation system synthesizes three kinds of enzymes for nicotine degradation. These three systems are combined together via biological signal molecules AHL. The aim of our modeling is to confirm the feasibility and stability of the whole system in theory. Based on the fundamental model and design, we can choose the appropriate biological parts for expression control according to their parameters. These parts confirmed by modeling can provide us the solution for system optimizing.
Single-cell model
Single-cell model is consisted of 22 nonlinear ordinary differential equations. We use Matlab solvers to simulate the change of species concentration along the time. Then we analyze the condition of initial steady state and nicotine sensing state with defined parameters. These results strongly prove the feasibility of our design.
System analysis
This part we analyze the impact of different combinations of promoter strengths and copy numbers to the initial steady states and outputs with nicotine input. Our simulation results present the tendency of initial state change and the signal shifting. According to these phenomena, we can choose the appropriate promoter combinations and plasmid backbones for the realization of our design.
Performance evaluation
The goal of our system is to transform nicotine to 3-Succinoyl-Pyrimidine when sensing nicotine. So, it is necessary to evaluate the function and efficiency of the whole system and identify the threshold of sensing system. In simulation, we change the value of promoter strength and nicotine input. From the simulation results, we acquire the best time for sampling, signal measurement and product collection. At last, the recycle rate (production rate) is calculated to prove the efficiency of manufacturing.