The research project is designed to test your ability to use Python to understand and reproduce a result from a scientific paper, to develop and test new hypotheses, to analyse data from simulations, and to put your results in context.
You should take a published model (typically a set of ordinary differential equations), program the model in Python, and simulate to show that you can recover some of the simulated data in the paper. You should then develop a novel hypothesis about the biology behind the model and by modifying the model either confirm or refute your hypothesis using simulation.
The project should be written in the style of a scientific paper (an abstract is not necessary) and should not be longer than 5 pages (including figures and any references but excluding your Python code, which should be given in an appendix and preferably as a Jupyter notebook). Any pages (other than code) after the fifth page will not be marked. Please do not use fonts smaller than size 11, including in the captions of figures. Make sure that labels of axes are legible once figures are placed in the text.
Write your report assuming that the reader has not read the paper you chose (get a friend to read your final version to check the clarity of what you've written). In the introduction, explain the biological background behind the paper and include a description of the model, defining the relevant parameters and variables. When verifying the model, show a figure from the paper and your reproduction of the figure side by side. There is no need to explain in depth either the paper's results or the behaviour observed in the figure. Clearly state your hypothesis. If you change or adapt the model, please describe either the new terms or equations in the report (not in the appendix) and justify the changes you made. Try to present your results in a quantitative way, such as with a bar chart, rather than only show examples of time-series and give some intuition about what you observe. In the conclusion, present "take-home" messages about what you've discovered, put your work in context, and suggest future research.
Please don't choose a review paper, but a paper cited in the review. Reviews often do not give enough information to either re-create a figure or generate new hypotheses.
The project will be marked approximately as follows: 15% for the introduction to the biological question being studied and the mathematical model; 25% for developing a Python model and recovering the simulated data in the paper; 35% for developing a novel hypothesis, testing the hypothesis and analyzing the results of your simulations; and 25% for your conclusions.
Note that this marking scheme is only approximate and will be adapted to the scientific paper chosen.
Checklist: When submitting, check that you have include figures from the paper you chose, that you clearly explained both your hypothesis and how you changed the model to implement the hypothesis, and that you have added your Python code, including any .psc files, as an appendix.
Please confirm that the topic of your research project is suitable before proceeding...