Team:Slovenia/Modeling

From 2012.igem.org

(Difference between revisions)
(Prototype team page)
 
(27 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
 
-
 
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<head>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
-
This is a template page. READ THESE INSTRUCTIONS.
+
 
 +
<!-- back to top -->
 +
<div style="position:fixed; bottom:45px; right:30px; width:100px; height:66px; background-color:transparent;">
 +
<a href="#topofthepage">
 +
<table style="background-color:transparent;" onclick="window.location = '#topofthepage'" class="invisible" style="height:100%;">
 +
<tr class="invisible" style="background-color:transparent;">
 +
<td class="invisible" style="background-color:transparent;" valign="center">
 +
<img width="100px" src ="https://static.igem.org/mediawiki/2012/1/14/Svn12_hp_btt.png"></img>
 +
</td></tr></table>
 +
</a>
</div>
</div>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
 
-
You are provided with this team page template with which to start the iGEM seasonYou may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wikiYou can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
<style type="text/css">
 +
 
 +
 
 +
#container {background:#fff; margin:0 auto 0px; padding:5px 0px 0px; width:960px; border-radius:10px;}
 +
#main {background:#fff; width:950px; padding-left:15px; padding-right:15px; padding-top:0px; padding-bottom:10px; margin-top:0px; border-top-left-radius:0px; border-top-right-radius:0px; border-bottom-left-radius:10px; border-bottom-right-radius:10px;  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size:110%; }
 +
 
 +
#mainmenu {background:#fff; width:980px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; margin-top:0px; border-top-left-radius:2px; border-top-right-radius:2px; border-bottom-left-radius:10px; border-bottom-right-radius:10px;  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size:110%; }
 +
 
 +
 
 +
 
 +
p {line-height:1.5em; margin:0 0 15px; text-align:justify;}
 +
h2 {font-size:1.8em; font-weight:400; margin:0 0 12px;}
 +
 
 +
.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
 +
* html .clearfix{height:1%;}
 +
*:first-child+html .clearfix{min-height:1%;}
 +
 
 +
img { display: block; margin-left: auto; margin-right: auto }
 +
 
 +
a, a:visited, a:active {border-bottom:1px dotted #505050; color:#0C5DA5; text-decoration:none;}
 +
a:hover {border-bottom:1px solid #505050; color:#303030; text-decoration:none;}
 +
a img {border:0;}
 +
 
 +
.firstHeading {display:none;}
 +
 
 +
/*#footer-box { display:none ;}*/
 +
#footer-box { width: 950px; border:none; border-radius:10px; padding:15px 15px 15px 15px; margin-bottom:10px;}
 +
 
 +
#top-section {
 +
    position: relative;
 +
    height: 0px;
 +
    width: 965px;
 +
    margin: 0 auto 0 auto;
 +
    border-left: 1px solid #444444;
 +
    border-right: 1px solid #444444;
 +
border-bottom: 0px;
 +
}
 +
 
 +
 
 +
#catlinks { display:none; }
 +
 
 +
 
 +
#p-logo { display:none;}
 +
 
 +
 
 +
#column-one { padding-top:0px; padding: 0 0 0 0;}
 +
 
 +
body
 +
{
 +
margin:0;
 +
padding:15px 0 0;
 +
background-color: #ececec;
 +
background-image:url("https://static.igem.org/mediawiki/2012/5/5d/Svn12_bckg_css.png");
 +
background-repeat:repeat;
 +
}
 +
 
 +
 
 +
#content{
 +
background-color: transparent;
 +
border-left: none;
 +
border-right: none;
 +
width:980px;
 +
}
 +
 
 +
#search-controls {
 +
display:none;
 +
}
 +
 
 +
 
 +
#banner{
 +
background-image:url("https://static.igem.org/mediawiki/2012/a/a9/Svn12_bannertop.png");
 +
background-position: center;
 +
background-repeat: no-repeat;
 +
width:980;
 +
height:239px;
 +
font-family:Arial;
 +
font-size:12px;
 +
padding-left:268px;
 +
}
 +
 
 +
 
 +
 
 +
/* menu (page, edit ...) */
 +
#menubar {
 +
    position: absolute;
 +
    white-space: nowrap;
 +
    top: -6px;
 +
    width: 400px;
 +
    z-index: 5;
 +
    font-family: sans-serif;
 +
    font-size: 95%;
 +
    line-height: 1em;
 +
}
 +
 
 +
.left-menu, .left-menu a {
 +
    left: 0px;
 +
    text-align: left;
 +
    color:#114472;
 +
    text-transform: lowercase;
 +
}
 +
 
 +
.left-menu:hover {
 +
    color: #114472;
 +
    background-color: transparent;
 +
}
 +
.right-menu, .right-menu a {
 +
    right: 0px;
 +
    text-align: right;
 +
    color: #114472;
 +
}
 +
#menubar ul {
 +
    color: #114472;
 +
    list-style: none;
 +
}
 +
#menubar li {
 +
    display: inline;
 +
    position: relative;
 +
    cursor: pointer;
 +
    padding-left: 0px;
 +
    padding-right: 0px;
 +
}
 +
.left-menu li a {
 +
    padding: 0px 10px 0px 0px;
 +
}
 +
.left-menu .selected {
 +
#    color: #114472;
 +
}
 +
#.left-menu .selected:hover {
 +
#    color: #114472;
 +
#}
 +
 
 +
.left-menu:hover a {
 +
    color: #114472;;
 +
}
 +
.right-menu li {
 +
#    background-color: transparent;
 +
}
 +
.right-menu li a {
 +
    padding: 0px 15px 0px 0px;
 +
    color: #114472;;
 +
    background-color: transparent;
 +
}
 +
.right-menu li a:hover {
 +
    color: #114472;
 +
    text-decoration: underline;
 +
}
 +
/* end menu (edit, page ...) */
 +
 
 +
 
 +
/* Tables */
 +
/* IE 6: http://webdesign.about.com/od/tables/qt/tiptablecenter.htm */
 +
table.normal { border-collapse: collapse; margin: auto; width:70%; margin-bottom:15px; }
 +
td.normal, th.normal { padding-left: 1.4em; padding-right: 1.4em; padding-top: 0.4em; padding-bottom: 0.4em; border: 1px #d8d8d8 solid; }
 +
thead.normal{ background: #0C5DA5; color:#ffffff; border: 1px #d8d8d8 solid; }
 +
tbody .normal{ background: #fff; }
 +
 
 +
table.outcome { border-collapse: collapse; margin: auto; width:90%; margin-bottom:15px; }
 +
td.outcome, th.normal { padding-left: 1.4em; padding-right: 1.4em; padding-top: 0.4em; padding-bottom: 0.4em; border: 1px #d8d8d8 solid; }
 +
thead.outcome{ background: #0C5DA5; color:#ffffff; border: 1px #d8d8d8 solid; }
 +
tbody .outcome{ background: #fff; }
 +
ul.circle {
 +
list-style-type:circle;
 +
}
 +
 
 +
 
 +
/* invisible table */
 +
table.invisible{ border-collapse: collapse; margin: auto; width:100%; margin-bottom:15px; }
 +
td.invisible, th.invisible { padding-left: 1.4em; padding-right: 1.4em; padding-top: 0.4em; padding-bottom: 0.4em; border:none; }
 +
thead.invisible{ background: #0C5DA5; color:#ffffff; border:none; }
 +
tbody .invisible{ background: #fff; }
 +
 
 +
 
 +
/* summary table */
 +
table.summary{ border-collapse: collapse; margin: auto; width:100%; margin-bottom:10px; }
 +
td.summary, th.summary{ background:#d0ecf4; color:#000000; padding-left: 5px; padding-right: 15px; padding-top: 15px; padding-bottom: 15px; border:none; border-radius:0px;}
 +
thead.summary{ background:#d0ecf4; color:#000000; border:none; border-radius:0px; }
 +
tbody.summary{ background: #fff; }
 +
 
 +
 
 +
 
 +
/* CSS navigation menu (blue) */
 +
#cssmenu{ height:37px; display:block; padding:0; margin:0; border:1px solid; border-radius:0px; }
 +
#cssmenu > ul {list-style:inside none; padding:0; margin:0;}
 +
#cssmenu > ul > li {list-style:inside none; padding:0; margin:0; float:left; display:block; position:relative;}
 +
#cssmenu > ul > li > a{ outline:none; display:block; position:relative; padding:12px 17px; font:bold 13px/100% Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.4); }
 +
#cssmenu > ul > li:first-child > a{border-radius:5px 0 0 5px;}
 +
#cssmenu > ul > li > a:after{ content:''; position:absolute; border-right:1px solid; top:-1px; bottom:-1px; right:-2px; z-index:99; }
 +
#cssmenu ul li.has-sub:hover > a:after{top:0; bottom:0;}
 +
#cssmenu > ul > li.has-sub > a:before{ content:''; position:absolute; top:18px; right:6px; border:5px solid transparent; border-top:5px solid #fff; }
 +
#cssmenu > ul > li.has-sub:hover > a:before{top:19px;}
 +
#cssmenu ul li.has-sub:hover > a{ background:#043A6B; border-color:#3f3f3f; padding-bottom:13px; padding-top:13px; top:-1px; z-index:999; }
 +
#cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div{display:block;}
 +
#cssmenu ul li.has-sub > a:hover{background:#043A6B; border-color:#3f3f3f;}
 +
#cssmenu ul li > ul, #cssmenu ul li > div{ display:none; width:auto; position:absolute; top:38px; padding:10px 0; background:#043A6B; border-radius:0 5px 5px 5px; z-index:999; }
 +
/*#cssmenu ul li > ul{width:200px;} */
 +
#cssmenu ul li > ul{width:165px;}
 +
#cssmenu ul li > ul li{display:block; list-style:inside none; padding:0; margin:0; position:relative;}
 +
#cssmenu ul li > ul li a{ outline:none; display:block; position:relative; margin:0; padding:8px 20px; font:10pt Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.5); }
 +
#cssmenu ul li > ul li a table tr td span{ outline:none; display:block; position:relative; margin:0; padding:0px 0px; font:10pt Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.5); }
 +
#cssmenu, #cssmenu > ul > li > ul > li a:hover
 +
{ background:#043A6B;
 +
background:-moz-linear-gradient(top, #043A6B 0%, #0C5DA5 100%);
 +
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#043A6B), color-stop(100%,#0C5DA5));
 +
background:-webkit-linear-gradient(top, #043A6B 0%,#0C5DA5 100%);
 +
background:-o-linear-gradient(top, #043A6B 0%,#0C5DA5 100%);
 +
background:-ms-linear-gradient(top, #043A6B 0%,#0C5DA5 100%);
 +
background:linear-gradient(top,  #043A6B 0%,#0C5DA5 100%);
 +
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#043A6B', endColorstr='#0C5DA5',GradientType=0);
 +
}
 +
#cssmenu{border-color:#043A6B;}
 +
#cssmenu > ul > li > a{border-right:1px solid #043A6B; color:#fff;}
 +
#cssmenu > ul > li > a:after{border-color:#0C5DA5;}
 +
#cssmenu > ul > li > a:hover{background:#0C5DA5;}
 +
/* end CSS navigation menu (blue) */
 +
 
 +
/*new table start*/
 +
table.newtable {background-color:transparent;}
 +
td.newtable, th.newtable {background-color:transparent;}
 +
thead.newtable{ }
 +
tbody .newtable{}
 +
/*new table*/
 +
 
 +
 
 +
ul {
 +
    line-height: 1.5em;
 +
    list-style-type: square;
 +
    margin: 0 0 0 0;
 +
    padding: 0;
 +
    /*list-style-image: url(bullet.gif);*/
 +
}
 +
 
 +
.abstract {background:#0C5DA5; color:#ffffff; padding:10px; border-radius:5px;}
 +
 
 +
 
 +
 
 +
table.splash {position:relative;}
 +
td.splash, th.splash {width:300px; height:300px;}
 +
thead.splash{ background: #0C5DA5; color:#ffffff; border: 0px #d8d8d8 solid; }
 +
tbody .splash{ background: #fff; }
 +
 
 +
td.splash .ttip{
 +
position:absolute;
 +
left:100px;
 +
visibility:hidden;
 +
z-index:100;
 +
width:700px;
 +
opacity:0.85;
 +
background:cyan;
 +
border-radius: 30px;
 +
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
 +
padding: 10px 10px 10px 10px;
 +
}
 +
 
 +
td.splash .pic{
 +
position:absolute;
 +
visibility:visible;
 +
z-index:1;
 +
}
 +
 
 +
td.splash .pic2{
 +
position:absolute;
 +
visibility:hidden;
 +
z-index:10;
 +
}
 +
 
 +
td.splash:hover > .ttip
 +
{
 +
visibility:visible;
 +
}
 +
 
 +
 
 +
td.splash:hover .pic
 +
{
 +
 
 +
}
 +
 
 +
</style>
 +
 
 +
 
 +
<!-- google analytics -->
 +
<script type="text/javascript">
 +
 
 +
  var _gaq = _gaq || [];
 +
  _gaq.push(['_setAccount', 'UA-34382929-1']);
 +
  _gaq.push(['_trackPageview']);
 +
 
 +
  (function() {
 +
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 +
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 +
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 +
  })();
 +
 
 +
</script>
 +
<!-- end google analytics -->
 +
</head>
 +
 
 +
<body>
 +
 
 +
<a name="topofthepage" style="background-color:transparent;"></a>
 +
 
 +
 
 +
<div id="banner">
</div>
</div>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
 
-
You <strong>MUST</stronghave all of the pages listed in the menu below with the names specifiedPLEASE keep all of your pages within your teams namespace.   
+
 
 +
<!--<div id="container">-->
 +
<div id="mainmenu">
 +
 
 +
<!-- start main menu -->
 +
<div id='cssmenu'>
 +
<ul>
 +
<li><a href='https://2012.igem.org/Team:Slovenia'><span>Home</span></a></li>
 +
<li class='has-sub '><a href='https://2012.igem.org/Team:Slovenia/Idea'><span>Idea</span></a>
 +
  <ul>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/IdeaBioTherapy'><span>Biological therapy</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/IdeaChallenge'><span>Challenge</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/Idea'><span>Solution</span></a></li>
 +
  </ul>
 +
</li>
 +
<li class='has-sub '><a href='https://2012.igem.org/Team:Slovenia/TheSwitch'><span>The switch</span></a>
 +
  <ul>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/TheSwitch'><span>Overview</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/TheSwitchDesignedTALregulators'><span>Designed TAL regulators</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/TheSwitchMutualRepressorSwitch'><span>Mutual repressor switch</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/TheSwitchPositiveFeedbackLoopSwitch'><table onclick="window.location = 'https://2012.igem.org/Team:Slovenia/TheSwitchPositiveFeedbackLoopSwitch';" class="newtable"><tr class="newtable"><td class="newtable"><span>Positive feedback loop switch</span></td><td class="newtable"><img style="margin-right:-15px;" width="25px" src="https://static.igem.org/mediawiki/2012/e/ee/Svn12_hp_new.png"></img></td></tr></table></a></li>
 +
    <li><a href='https://2012.igem.org/Team:Slovenia/TheSwitchControls'><table onclick="window.location = 'https://2012.igem.org/Team:Slovenia/TheSwitchControls';" class="newtable"><tr class="newtable"><td class="newtable"><span>Controls</span></td><td class="newtable"><img style="margin-right:-81px;" width="25px" src="https://static.igem.org/mediawiki/2012/e/ee/Svn12_hp_new.png"></img></td></tr></table></a></li>
 +
  </ul>
 +
</li>
 +
<li class='has-sub '><a href='https://2012.igem.org/Team:Slovenia/SafetyMechanisms'><span>Safety mechanisms</span></a>
 +
  <ul>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/SafetyMechanisms'><span>Overview</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/SafetyMechanismsEscapeTag'><span>Escape tag</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/SafetyMechanismsTermination'><span>Termination</span></a></li>
 +
    <li><a href="https://2012.igem.org/Team:Slovenia/SafetyMechanismsMicrocapsuleDegradation"><table  onclick="window.location = 'https://2012.igem.org/Team:Slovenia/SafetyMechanismsMicrocapsuleDegradation';" class="newtable"><tr class="newtable"><td class="newtable"><span>Microcapsule degradation</span></td><td class="newtable"><img style="margin-right:-15px;" width="25px" src="https://static.igem.org/mediawiki/2012/e/ee/Svn12_hp_new.png"></img></td></tr></table></a></li>
 +
  </ul>
 +
</li>
 +
<li class='has-sub '><a href='https://2012.igem.org/Team:Slovenia/Implementation'><span>Implementation</span></a>
 +
  <ul>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/Implementation'><span>Overview</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/ImplementationHepatitisC'><span>Hepatitis C</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/ImplementationIschaemicHeartDisease'><span>Ischaemic heart disease</span></a></li>
 +
    <li><a href='https://2012.igem.org/Team:Slovenia/ImplementationImpact'><table onclick="window.location = 'https://2012.igem.org/Team:Slovenia/ImplementationImpact';" class="newtable"><tr class="newtable"><td class="newtable"><span>Impact</span></td><td class="newtable"><img style="margin-right:-86px;" width="25px" src="https://static.igem.org/mediawiki/2012/e/ee/Svn12_hp_new.png"></img></td></tr></table></a></li>
 +
 +
  </ul>
 +
</li>
 +
 
 +
<li class='has-sub '><a href='https://2012.igem.org/Team:Slovenia/Modeling'><span>Modeling</span></a>
 +
  <ul>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/Modeling'><span>Overview</span></a></li>
 +
    <li><a href='https://2012.igem.org/Team:Slovenia/ModelingPK'><table onclick="window.location = 'https://2012.igem.org/Team:Slovenia/ModelingPK';" class="newtable"><tr class="newtable"><td class="newtable"><span>Pharmacokinetics</span></td><td class="newtable"><img style="margin-right:-15px;" width="25px" src="https://static.igem.org/mediawiki/2012/e/ee/Svn12_hp_new.png"></img></td></tr></table></a></li>  
 +
<li><a href='https://2012.igem.org/Team:Slovenia/ModelingMethods'><span>Modeling methods</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/ModelingMutualRepressorSwitch'><span>Mutual repressor switch</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/ModelingPositiveFeedbackLoopSwitch'><span>Positive feedback loop switch</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/ModelingQuantitativeModel'><table onclick="window.location = 'https://2012.igem.org/Team:Slovenia/ModelingQuantitativeModel';" class="newtable"><tr class="newtable"><td class="newtable"><span>Experimental model</span></td><td class="newtable"><img style="margin-right:-15px;" width="25px" src="https://static.igem.org/mediawiki/2012/e/ee/Svn12_hp_new.png"></img></td></tr></table></a></li>  
 +
    <li><a href='https://2012.igem.org/Team:Slovenia/ModelingInteractiveSimulations'><table onclick="window.location = 'https://2012.igem.org/Team:Slovenia/ModelingInteractiveSimulations';" class="newtable"><tr class="newtable"><td class="newtable"><span>Interactive simulations</span></td><td class="newtable"><img style="margin-right:-15px;" width="25px" src="https://static.igem.org/mediawiki/2012/e/ee/Svn12_hp_new.png"></img></td></tr></table></a></li>  
 +
  </ul>
 +
</li>
 +
 
 +
<li><a href='https://2012.igem.org/Team:Slovenia/Parts'><span>Parts</span></a></li>
 +
 +
 
 +
 
 +
<li class='has-sub '><a href='https://2012.igem.org/Team:Slovenia/Notebook'><span>Notebook</span></a>
 +
  <ul>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/Notebook'><span>Experimental methods</span></a></li>
 +
    <li><a href='https://2012.igem.org/Team:Slovenia/NotebookLablog'><table onclick="window.location = 'https://2012.igem.org/Team:Slovenia/NotebookLablog';" class="newtable"><tr class="newtable"><td class="newtable"><span>Lablog</span></td><td class="newtable"><img style="margin-right:-90px;" width="25px" src="https://static.igem.org/mediawiki/2012/e/ee/Svn12_hp_new.png"></img></td></tr></table></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/NotebookLabSafety'><span>Lab safety</span></a></li>
 +
  </ul>
 +
</li>
 +
 
 +
<li class='has-sub '><a href='https://2012.igem.org/Team:Slovenia/Society'><span>Society</span></a>
 +
  <ul>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/Society'><span>Human practice</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/SocietyScientists'><span>Scientists</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/SocietyMedicalDoctors'><span>Physicians</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/SocietyEthics'><span>Ethics, safety and regulations</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/SocietyPatients'><span>Patients</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/SocietyMedia'><span>Journalists and general public</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/SocietyOutreach'><span>Outreach</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/SocietyQuestionnaire'><span>Questionnaire</span></a></li>
 +
  </ul>
 +
</li>
 +
 
 +
 
 +
<li class='has-sub '><a href='https://2012.igem.org/Team:Slovenia/Team'><span>Team</span></a>
 +
  <ul>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/Team'><span>Team members</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/TeamAttributions'><span>Attributions</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/TeamCollaborations'><table  onclick="window.location = 'https://2012.igem.org/Team:Slovenia/TeamCollaborations';" class="newtable"><tr class="newtable"><td class="newtable"><span>Collaborations</span></td><td class="newtable"><img style="margin-right:-20px;" width="25px" src="https://static.igem.org/mediawiki/2012/e/ee/Svn12_hp_new.png"></img></td></tr></table></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/TeamGallery'><span>Gallery</span></a></li>
 +
<li><a href='https://2012.igem.org/Team:Slovenia/TeamSponsors'><span>Sponsors</span></a></li>
 +
  </ul>
 +
</li>
 +
</ul>
 +
</div>
 +
<!-- end main menu -->
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</div> <!-- end menu -->
 +
 
 +
 
 +
 
 +
<div id="main">
 +
<br/>
 +
<h1>Modeling overview</h1>
 +
 
 +
<!-- dummy link na bannerju -->
 +
<a href="https://2012.igem.org/Main_Page">
 +
<div id="dummy" style="background-color:transparent; position:absolute; left:870px; top:25px; width:115px; height:80px; z-index:100; opacity:0.0;">
</div>
</div>
-
</div>
+
</a>
-
</html>
+
-
<!-- *** End of the alert box *** -->
+
<!-- summary table -->
 +
<table class="summary">
 +
<tr class="summary">
 +
<td class="summary" style="font-size:110%;">
 +
<p>
 +
<b style="font-size:120%;">Pharmacokinetic modeling</b>
 +
<p>
 +
Distribution of drugs throughout tissues is very important for the effective therapy. We built <b>pharmacokinetic models</b> to simulate distribution of biological drugs produced by the engineered microencapsulated cells which would be implanted into the liver to treat hepatitis C and into the heart for the therapy of myocardial ischaemia, in comparison to the standard therapy.</p>
 +
<p>
 +
Pharmacokinetic models suggest that <b>the proposed type of delivery should decrease the systemic side effects and the required dose of biological drugs.</b>
 +
</p>
 +
</p>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<br/><br/>
-
!align="center"|[[Team:Slovenia|Home]]
+
<p>
-
!align="center"|[[Team:Slovenia/Team|Team]]
+
<b style="font-size:120%;">Modeling of epigenetic switches</b>
-
!align="center"|[https://igem.org/Team.cgi?year=2012&team_name=Slovenia Official Team Profile]
+
<p>
-
!align="center"|[[Team:Slovenia/Project|Project]]
+
Mathematical modeling was used to simulate different types of epigenetic switches (mutual repressor switch, based on the classic toggle switch and its extended version with introduction of additional positive feedback loops), where experimental parameters were incorporated into the model. Our models led to some non-intuitive results concerning the introduction of non-linearity into the system, which was verified by experimental results.
-
!align="center"|[[Team:Slovenia/Parts|Parts Submitted to the Registry]]
+
</p>
-
!align="center"|[[Team:Slovenia/Modeling|Modeling]]
+
-
!align="center"|[[Team:Slovenia/Notebook|Notebook]]
+
-
!align="center"|[[Team:Slovenia/Safety|Safety]]
+
-
!align="center"|[[Team:Slovenia/Attributions|Attributions]]
+
-
|}
+
 +
<p>
 +
We constructed <b>deterministic and stochastic models</b> to analyze both of our switches and developed <b>two new modeling approaches</b>:
 +
<ul style="margin-left:30px;">
 +
    <li><b><a href="https://2012.igem.org/Team:Slovenia/ModelingQuantitativeModel">an experimental model</a></b> based on the available experimental data;</li>
 +
    <li><b><a href="https://2012.igem.org/Team:Slovenia/ModelingMethods#csim">a new modeling algorithm</a></b>, called C#Sim, based on object-oriented programming approach.</li>
 +
</ul>
 +
</p>
 +
</p>
-
If you choose to include a '''Modeling''' page, please write about your modeling adventures here. This is not necessary but it may be a nice list to include.
+
<br/><br/>
 +
<p>
 +
<b style="font-size:120%;">What did the dry-lab analysis of epigenetic switches show?</b>
 +
<p>
 +
All models consistently demonstrate that:
 +
<ul style="margin-left:30px;">
 +
    <li>the mutual repressor switch is unlikely to exhibit bistability in a realistic experimental setting using monomeric transcription factors;</li>
 +
    <li>the positive feedback loop switch is, in terms of robustness, far superior to the mutual repressor switch based on non-cooperative orthogonal DNA-binding domains of transcription factors, exhibiting bistability in more demanding (non-ideal) conditions.</li>
 +
</ul>
 +
</p>
 +
</p>
 +
 
 +
<p>
 +
Therefore we predicted that the mutual repressor switch would not exhibit bistable behavior, while the positive feedback loop switch should be stable. These assessments were confirmed by experimental results, with the positive feedback loop switch clearly exhibiting bistability.
 +
</p>
 +
 
 +
 
 +
<br/><br/>
 +
<p>
 +
<b style="font-size:120%;">How did modeling help our project?</b>
 +
<p>Pharmacokinetic model made it possible to compare conventional and our therapy and to calculate required drug production in microencapsulated cells.</p>
 +
<p>Modeling of epigenetic switches and thorough parameter space analysis made it possible to provide our wet-lab with answers to questions regarding how our switches may behave in different scenarios - e.g., how different amounts of constructs defining the positive feedback loop switch may affect bistability, what is the effect of leaky transcription, can the positive feedback loops replace the need for transcription factor cooperativity to obtain bistability, why the mutual repressor switch may not work, etc. This way, our experimental work was interwoven with dry-lab modeling.</p>
 +
</p>
 +
 
 +
</td>
 +
</tr>
 +
</table>
 +
<!-- /summary table -->
 +
 
 +
 
 +
<h2>Pharmacokinetic modeling</h2>
 +
<p>
 +
A pharmacokinetic model was built to simulate drug distribution troughout body tissues. We used physiologically based design to construct a mathematical model and predict drug kinetics. Several models were built to compare standard therapies with localized therapeutical cells.</p><p>
 +
Calculations show that localized drug production accounts for better concentration ratios between target and non-target tissues and also maintains steady concentration levels through time. This has a potential to avoid many of the side effects with common therapies. In addition, with this therapy, drug concentration does not fluctuate as in standard therapy. Peaks in concentration contribute to side-effects while decreases in concentrations cause lower therapeutical effectiveness. Results suggest this prospective treatment provides a more efficient and safe alternative.
 +
 
 +
 
 +
<!-- figure 1 -->
 +
<table class="invisible" style="width:90%;">
 +
<tbody  class="invisible">
 +
<tr class="invisible">
 +
<td class="invisible">
 +
<img  class="invisible" src="https://static.igem.org/mediawiki/2012/f/f9/Snv12_PK3D_1.png"/>
 +
</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
<table class="invisible" style="width:90%; text-align:center;">
 +
<tbody  class="invisible">
 +
<tr class="normal"><td class="invisible">
 +
<b>Figure 1.</b> A real-time visualization of our pharmacokinetic model depicting therapeutics concentrations in various tissues.
 +
</td></tr>
 +
</tbody>
 +
</table>
 +
<!-- end table-->
 +
</p>
 +
 
 +
 
 +
<h2>Deterministic and stochastic modeling</h2>
 +
<p>We modeled the mutual repressor switch and the positive feedback loop switch using deterministic and stochastic modeling approach. The deterministic model was based on the probabilistic interpretation of gene regulation and formalized as a set of ordinary differential equations. For each promoter, the probability of it being in an active state (i.e. a state leading to gene expression) was formulated mathematically, considering transcription factors bound to the corresponding binding sites. In this way, binding of an activator would result in activation of transcription from the minimal promoter, while binding of a repressor would result in an inactive promoter. Stochastic models were formulated as a set of reactions describing the dynamics of a switch and simulated using stochastic simulation algorithm.
 +
 
 +
 
 +
<!-- figure 2 -->
 +
<table class="invisible" style="width:90%;">
 +
<tbody  class="invisible">
 +
<tr class="invisible">
 +
<td class="invisible">
 +
<img  class="invisible" src="https://static.igem.org/mediawiki/2012/3/32/Svn12_PositiveLoopSwitch_test4_mtl.png"/>
 +
</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
<table class="invisible" style="width:90%; text-align:center;">
 +
<tbody  class="invisible">
 +
<tr class="normal"><td class="invisible">
 +
<b>Figure 2.</b> The positive feedback loop switch exhibiting bistability in a stochastic simulation even in the presence of leaky transcription of designed TAL repressors and no cooperativity.  The mutual repressor switch did not exhibit bistability in such conditions. Reporter concentrations are depicted as a function of time.
 +
</td></tr>
 +
</tbody>
 +
</table>
 +
<!-- end table-->
 +
 
 +
</p>
 +
 
 +
 
 +
<h2>Experimental modeling</h2>
 +
<p>
 +
An experimental model of switch dynamics extracted simulation parameters from the available experimental data of gene regulation and results obtained from our experiments using TAL regulators. This model also predicted that the positive feedback loop switch exhibits bistability without cooperative DNA binding.
 +
</p>
 +
 
 +
 
 +
<h2>C#Sim - a new object oriented hybrid modeling algorithm </h2>
 +
<p>
 +
We developed a new modeling algorithm, called C#Sim. This algorithm enabled us:
 +
<ul style="margin-left:30px;">
 +
<li>to explicitly model transcription factor binding, especially competitive binding of TAL activators and repressors to the same binding site, characteristic of our positive feedback loop switch;</li>
 +
<li>to explicitly model a limited number of binding site repeats;</li>
 +
<li>to incorporate the stochasticity of  gene expression into an otherwise deterministic approach.</li>
 +
</ul>
 +
</p>
 +
 
 +
<p>
 +
The algorithm was designed in a modular, object-oriented way, allowing us to represent each mRNA and protein molecule as a separate entity with its own set of parameters. With C#Sim, gene regulatory networks can easily be constructed  using a programming language and simulated as a series of related entities (i.e. objects) such as promoters, binding sites and genes. The algorithm was implemented in C# programming language (Figure 3).
 +
</p>
 +
 
 +
<p>
 +
We modeled both the mutual repressor switch and the positive feedback loop switch using C#Sim. The results obtained led to the same conclusions as other modeling methods.
 +
</p>
 +
 
 +
 
 +
<!-- figure 3 -->
 +
<table class="invisible" style="width:90%;">
 +
<tbody  class="invisible">
 +
<tr class="invisible">
 +
<td class="invisible">
 +
<img class="invisible" src="https://static.igem.org/mediawiki/2012/2/23/Svn12_modeling_csim_screenshot.png"/>
 +
</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
<table class="invisible" style="width:90%; text-align:center;">
 +
<tbody  class="invisible">
 +
<tr class="normal"><td class="invisible">
 +
<b>Figure 3.</b> C#Sim algorithm implementation, displaying positive feedback loop switch simulation results.
 +
</td></tr>
 +
</tbody>
 +
</table>
 +
<!-- end table-->
 +
 
 +
 
 +
 
 +
<hr>
 +
<b>
 +
Next: <a href='https://2012.igem.org/Team:Slovenia/ModelingPK'>Pharmacokinetic model >></a>
 +
</b>
 +
 
 +
 
 +
 
 +
</div>
 +
<!--</div>-->
 +
</body>
 +
 
 +
 
 +
</html>

Latest revision as of 20:56, 26 October 2012


Modeling overview

Pharmacokinetic modeling

Distribution of drugs throughout tissues is very important for the effective therapy. We built pharmacokinetic models to simulate distribution of biological drugs produced by the engineered microencapsulated cells which would be implanted into the liver to treat hepatitis C and into the heart for the therapy of myocardial ischaemia, in comparison to the standard therapy.

Pharmacokinetic models suggest that the proposed type of delivery should decrease the systemic side effects and the required dose of biological drugs.



Modeling of epigenetic switches

Mathematical modeling was used to simulate different types of epigenetic switches (mutual repressor switch, based on the classic toggle switch and its extended version with introduction of additional positive feedback loops), where experimental parameters were incorporated into the model. Our models led to some non-intuitive results concerning the introduction of non-linearity into the system, which was verified by experimental results.

We constructed deterministic and stochastic models to analyze both of our switches and developed two new modeling approaches:



What did the dry-lab analysis of epigenetic switches show?

All models consistently demonstrate that:

  • the mutual repressor switch is unlikely to exhibit bistability in a realistic experimental setting using monomeric transcription factors;
  • the positive feedback loop switch is, in terms of robustness, far superior to the mutual repressor switch based on non-cooperative orthogonal DNA-binding domains of transcription factors, exhibiting bistability in more demanding (non-ideal) conditions.

Therefore we predicted that the mutual repressor switch would not exhibit bistable behavior, while the positive feedback loop switch should be stable. These assessments were confirmed by experimental results, with the positive feedback loop switch clearly exhibiting bistability.



How did modeling help our project?

Pharmacokinetic model made it possible to compare conventional and our therapy and to calculate required drug production in microencapsulated cells.

Modeling of epigenetic switches and thorough parameter space analysis made it possible to provide our wet-lab with answers to questions regarding how our switches may behave in different scenarios - e.g., how different amounts of constructs defining the positive feedback loop switch may affect bistability, what is the effect of leaky transcription, can the positive feedback loops replace the need for transcription factor cooperativity to obtain bistability, why the mutual repressor switch may not work, etc. This way, our experimental work was interwoven with dry-lab modeling.

Pharmacokinetic modeling

A pharmacokinetic model was built to simulate drug distribution troughout body tissues. We used physiologically based design to construct a mathematical model and predict drug kinetics. Several models were built to compare standard therapies with localized therapeutical cells.

Calculations show that localized drug production accounts for better concentration ratios between target and non-target tissues and also maintains steady concentration levels through time. This has a potential to avoid many of the side effects with common therapies. In addition, with this therapy, drug concentration does not fluctuate as in standard therapy. Peaks in concentration contribute to side-effects while decreases in concentrations cause lower therapeutical effectiveness. Results suggest this prospective treatment provides a more efficient and safe alternative.

Deterministic and stochastic modeling

We modeled the mutual repressor switch and the positive feedback loop switch using deterministic and stochastic modeling approach. The deterministic model was based on the probabilistic interpretation of gene regulation and formalized as a set of ordinary differential equations. For each promoter, the probability of it being in an active state (i.e. a state leading to gene expression) was formulated mathematically, considering transcription factors bound to the corresponding binding sites. In this way, binding of an activator would result in activation of transcription from the minimal promoter, while binding of a repressor would result in an inactive promoter. Stochastic models were formulated as a set of reactions describing the dynamics of a switch and simulated using stochastic simulation algorithm.

Experimental modeling

An experimental model of switch dynamics extracted simulation parameters from the available experimental data of gene regulation and results obtained from our experiments using TAL regulators. This model also predicted that the positive feedback loop switch exhibits bistability without cooperative DNA binding.

C#Sim - a new object oriented hybrid modeling algorithm

We developed a new modeling algorithm, called C#Sim. This algorithm enabled us:

  • to explicitly model transcription factor binding, especially competitive binding of TAL activators and repressors to the same binding site, characteristic of our positive feedback loop switch;
  • to explicitly model a limited number of binding site repeats;
  • to incorporate the stochasticity of gene expression into an otherwise deterministic approach.

The algorithm was designed in a modular, object-oriented way, allowing us to represent each mRNA and protein molecule as a separate entity with its own set of parameters. With C#Sim, gene regulatory networks can easily be constructed using a programming language and simulated as a series of related entities (i.e. objects) such as promoters, binding sites and genes. The algorithm was implemented in C# programming language (Figure 3).

We modeled both the mutual repressor switch and the positive feedback loop switch using C#Sim. The results obtained led to the same conclusions as other modeling methods.


Next: Pharmacokinetic model >>