Difference between revisions of "Team:Aalto-Helsinki/Car-activation"
m (added a notification) |
(added responsive navigation inside the page) |
||
Line 16: | Line 16: | ||
position: fixed; | position: fixed; | ||
left: 0; | left: 0; | ||
− | + | width: 15%; | |
− | width: | + | } |
− | + | .bottom{ | |
+ | bottom: 2%; | ||
} | } | ||
− | |||
#sidenav > li > a { | #sidenav > li > a { | ||
padding-top: 1px; | padding-top: 1px; | ||
padding-bottom: 0px; | padding-bottom: 0px; | ||
} | } | ||
− | |||
#sidenav > li > a > h3 { | #sidenav > li > a > h3 { | ||
− | margin-top: | + | margin-top:0px; |
padding-top: 1px; | padding-top: 1px; | ||
− | padding-bottom: | + | padding-bottom: 0px; |
} | } | ||
− | #sidenav | + | #sidenav a:hover, |
− | + | #sidenav a.active { | |
− | + | color: black !important; | |
− | + | ||
} | } | ||
</style> | </style> | ||
+ | |||
+ | <ul id="sidenav" class="nav nav-stacked bottom"><!-- nav-pills if we want rounded corners --> | ||
+ | <li><a href="#" data-scroll="intro"><h3>The Problem</h3></a></li> | ||
+ | <li><a href="#" data-scroll="model"><h3>The Model</h3></a></li> | ||
+ | <li><a href="#" data-scroll="results"><h3>Results</h3></a></li> | ||
+ | <li><a href="#" ><h3 style="border-top:solid;">To the top</h3></a></li> | ||
+ | </ul> | ||
Line 43: | Line 48: | ||
<h1>Car activation</h1> | <h1>Car activation</h1> | ||
− | < | + | |
+ | <!-- Introduction below --> | ||
+ | <section id="intro" data-anchor="intro"> | ||
+ | <h2>Problem</h2> | ||
<p>Most of the reactions in our pathway consider just the propane-intermediate with other cofactors and the enzyme in their reactions. However, there is one reaction that does not fit in this mold: the activation of CAR.</p> | <p>Most of the reactions in our pathway consider just the propane-intermediate with other cofactors and the enzyme in their reactions. However, there is one reaction that does not fit in this mold: the activation of CAR.</p> | ||
Line 49: | Line 57: | ||
<p>Car is the enzyme converting butyric acid to butyraldehyde. Before this enzyme can function in our pathway we need to activate it using a different enzyme, Sfp. This reaction differs from most in the way the substrate is produced and degraded: Car is produced from DNA with transcription and translation and degraded by protein-degrading enzymes, as opposed to the substrate being created and degraded from enzyme activity only. This gives rise to some questions: What aspects of the cell change the amount of active Car, as well as what is the amount of active Car.</p> | <p>Car is the enzyme converting butyric acid to butyraldehyde. Before this enzyme can function in our pathway we need to activate it using a different enzyme, Sfp. This reaction differs from most in the way the substrate is produced and degraded: Car is produced from DNA with transcription and translation and degraded by protein-degrading enzymes, as opposed to the substrate being created and degraded from enzyme activity only. This gives rise to some questions: What aspects of the cell change the amount of active Car, as well as what is the amount of active Car.</p> | ||
− | < | + | </section> |
+ | <!-- End of introduction --> | ||
+ | |||
+ | |||
+ | <!-- Our model --> | ||
+ | <section id="model" data-anchor="model"> | ||
+ | <h2>Model</h2> | ||
<p>The reaction transforming Car from its inactive (called Car_apo) form into its active (called Car_holo) form is as follows:</p> | <p>The reaction transforming Car from its inactive (called Car_apo) form into its active (called Car_holo) form is as follows:</p> | ||
Line 97: | Line 111: | ||
<p>We modeled the creation of Car_apo as a constant flux reaction and the degradation of different proteins as a reaction abiding the laws of mass action. This is because we assume we aren’t affecting the DNA transcription and translation in our model and since protein degradation is an enzymatic reaction that is hard to model we simplify it as a mass-action reaction.</p> | <p>We modeled the creation of Car_apo as a constant flux reaction and the degradation of different proteins as a reaction abiding the laws of mass action. This is because we assume we aren’t affecting the DNA transcription and translation in our model and since protein degradation is an enzymatic reaction that is hard to model we simplify it as a mass-action reaction.</p> | ||
− | < | + | </section> |
+ | <!-- Model ends here --> | ||
+ | |||
+ | |||
+ | <!-- Results begin --> | ||
+ | <section id="results" data-anchor="results"> | ||
+ | <h2>Results</h2> | ||
<p>We tested our model with two scenarios: One where Car creation and degradation is disabled and one where those reactions are active. Since we do not know the rates at which protein creation and degradation happen, we tested our model with values between 0 and 5 µM/s.</p> | <p>We tested our model with two scenarios: One where Car creation and degradation is disabled and one where those reactions are active. Since we do not know the rates at which protein creation and degradation happen, we tested our model with values between 0 and 5 µM/s.</p> | ||
Line 120: | Line 140: | ||
<p>There are some weak points to this model: Since we could not get data about DNA transcription and translation speed this model is mainly used to find lower limits for the amount of active Car we have in our cells. Also, it might be wrong to assume that a cell reaches equilibrium in its enzymes’ amounts. However, this model shows that unless enzymes are created and degraded with awe-inspiring speeds our system will have most of its Car enzyme in the active form. In fact, according to this model, Car would need to be created and degraded with a speed of 20 µM/min for us to have 50% of Car active. When we compare this with the fact that we only have about 1 µM of Car in our cell, we can safely say that in most scenarios our Car is mostly if not entirely in its active form.</p> | <p>There are some weak points to this model: Since we could not get data about DNA transcription and translation speed this model is mainly used to find lower limits for the amount of active Car we have in our cells. Also, it might be wrong to assume that a cell reaches equilibrium in its enzymes’ amounts. However, this model shows that unless enzymes are created and degraded with awe-inspiring speeds our system will have most of its Car enzyme in the active form. In fact, according to this model, Car would need to be created and degraded with a speed of 20 µM/min for us to have 50% of Car active. When we compare this with the fact that we only have about 1 µM of Car in our cell, we can safely say that in most scenarios our Car is mostly if not entirely in its active form.</p> | ||
+ | |||
+ | </section> | ||
+ | <!-- Results end --> | ||
</div> | </div> | ||
</div></div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.--> | </div></div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.--> | ||
+ | |||
+ | |||
+ | |||
+ | <!-- here scripts to make the site navigation beautiful and responsive. --> | ||
+ | <script> | ||
+ | |||
+ | $('#sidenav a').on('click', function() { | ||
+ | |||
+ | var scrollAnchor = $(this).attr('data-scroll'), | ||
+ | scrollPoint = $('section[data-anchor="' + scrollAnchor + '"]').offset().top - 28; | ||
+ | |||
+ | $('body,html').animate({ | ||
+ | scrollTop: scrollPoint | ||
+ | }, 500); | ||
+ | |||
+ | return false; | ||
+ | |||
+ | }) | ||
+ | |||
+ | |||
+ | $(window).scroll(function() { | ||
+ | var windscroll = $(window).scrollTop(); | ||
+ | if (windscroll >= 100) { | ||
+ | $('.inner-container section').each(function(i) { | ||
+ | if ($(this).position().top <= windscroll + 20) { | ||
+ | $('#sidenav a.active').removeClass('active'); | ||
+ | $('#sidenav a').eq(i).addClass('active'); | ||
+ | } | ||
+ | }); | ||
+ | |||
+ | } else { | ||
+ | |||
+ | $('#sidenav a.active').removeClass('active'); | ||
+ | $('#sidenav a:first').addClass('active'); | ||
+ | } | ||
+ | |||
+ | }).scroll(); | ||
+ | |||
+ | </script> |
Revision as of 08:19, 25 August 2015