Difference between revisions of "Team:NJU-China/Modeling"

Line 1: Line 1:
 
<!-- saved from url=(0029)http://thefounderspledge.org/ -->
 
<!-- saved from url=(0029)http://thefounderspledge.org/ -->
<html>
+
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
 
<meta charset="utf-8">
 
<meta charset="utf-8">
 
<!-- Always force latest IE rendering engine or request Chrome Frame -->
 
<!-- Always force latest IE rendering engine or request Chrome Frame -->
Line 7: Line 6:
 
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0" name="viewport">
 
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0" name="viewport">
 
<!-- Use title if it's in the page YAML frontmatter -->
 
<!-- Use title if it's in the page YAML frontmatter -->
<title>model</title>
+
<title>humanpractice</title>
 +
 
  
 
<meta content="#ffffff" name="msapplication-TileColor">
 
<meta content="#ffffff" name="msapplication-TileColor">
Line 19: Line 19:
 
<link href="https://2015.igem.org/Template:NJU-China/CSS3?action=raw&ctype=text/css" rel="stylesheet" type="text/css">
 
<link href="https://2015.igem.org/Template:NJU-China/CSS3?action=raw&ctype=text/css" rel="stylesheet" type="text/css">
 
<link href="https://2015.igem.org/Template:NJU-China/CSS4?action=raw&ctype=text/css" rel="stylesheet" type="text/css">
 
<link href="https://2015.igem.org/Template:NJU-China/CSS4?action=raw&ctype=text/css" rel="stylesheet" type="text/css">
 
 
<style type="text/css">
 
<style type="text/css">
 +
 
body {
 
body {
 
  background-image: url(https://static.igem.org/mediawiki/2014/b/bd/HUST_Background_3.jpg);
 
  background-image: url(https://static.igem.org/mediawiki/2014/b/bd/HUST_Background_3.jpg);
Line 95: Line 95:
 
     position: fixed;
 
     position: fixed;
 
}
 
}
 +
  
 
#menubar {
 
#menubar {
Line 100: Line 101:
 
     font-family: Helvetica, Arial, Sans-serif;
 
     font-family: Helvetica, Arial, Sans-serif;
 
     font-size: 14px;
 
     font-size: 14px;
}
 
a, a:visited {
 
    color: #ADADAD;
 
    text-decoration: none;
 
 
}
 
}
  
 
.new {
 
.new {
 
     color:white;
 
     color:white;
 +
}
 +
 +
a, a:visited {
 +
    color: #ADADAD;
 +
    text-decoration: none;
 
}
 
}
  
Line 115: Line 117:
 
}
 
}
  
 +
#apDiv_Logo_iGEM {
 +
position:absolute;
 +
right:200px;
 +
top:80px;
 +
width: 100px;
 +
height: 100px;
 +
z-index: 5;
 +
}
 
</style>
 
</style>
 +
  
 
<style type="text/css">  
 
<style type="text/css">  
Line 125: Line 136:
 
     #nav.dyn li ul.show{ display:block;}  
 
     #nav.dyn li ul.show{ display:block;}  
 
     #nav.dyn li{ padding-left:15px;line-height:250%}  
 
     #nav.dyn li{ padding-left:15px;line-height:250%}  
a:link { text-decoration: none;color: blue}
 
   a:active { text-decoration:blink}
 
   a:hover { text-decoration:underline;color: red}
 
   a:visited { text-decoration: none;color: green}
 
 
</style>  
 
</style>  
 
  
  

Revision as of 00:56, 18 September 2015

humanpractice


  • Home
  • Background
  • Human Practice
  • Parts
  • Team
  • Attribution
  • Colaborations
  • Safety
  • Modeling overview

    We created mathematical models of three aspects of our project: a pharmacokinetic model, RNA inference model and signaling network model. The source code of the modeling work is available here to help others reproduce and improve our work.

    The delivery module used experimental results to simulate the kinetics of tissue-distribution of exosomes. The RNAi module modeled the kinetics of downregualtion of MOR protein in response to anti-MOR siRNA. The signaling module theoretically predicted the impacts of downregulating MOR protein on the reward pathway and explained the behavioral change of mice observed in our laratory work. We had a better understanding of our device by integrating three modules.