Difference between revisions of "Team:Aalto-Helsinki/Results"

(responsive nav script coming from a separate page)
(sidenav doesn't appear on small devices)
Line 36: Line 36:
 
#sidenav a.active {
 
#sidenav a.active {
 
     color: black !important;
 
     color: black !important;
 +
}
 +
 +
/* Let's hide the navbar when the device is small! */
 +
@media screen and (max-width: 760px) {
 +
  #sidenav { display: none; }
 
}
 
}
 
</style>
 
</style>

Revision as of 08:14, 26 August 2015

--old things for reference for now--

Project Results

Here you can describe the results of your project and your future plans.

What should this page contain?
  • Clearly and objectively describe the results of your work.
  • Future plans for the project
  • Considerations for replicating the experiments

Project Achievements

You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.

  • A list of linked bullet points of the successful results during your project
  • A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.

Inspiration

See how other teams presented their results.


--our things start from here--

Results

Modeling results

Propane pathway

We determined the bottlenecks of our reaction, FadB2 being the worst. This caused the lab team to change it to Hbd. After FadB2 the worst bottlenecks are Ado, Car and Hdb. This knowledge affected our decisions on which backbone we should put which construct. Our pathway is also very sensitive to NADPH and NADH concentrations. See more from our page of modeling propane pathway

Cellulose pathway

We didn't get any meaningful results from our (nonexistent) cellulose model.

Micelle

We determined that it is geometrically possible to form the micelles. We also determined that it would be beneficial to put Car and Ado in a micelle instead of the traditional way of them floating independently in the cell.

Lab results

Future