ThomasStarck (Talk | contribs) |
ThomasStarck (Talk | contribs) |
||
Line 216: | Line 216: | ||
var idLink = $(this).attr('href'); | var idLink = $(this).attr('href'); | ||
ShowHiddenContent($(idLink)); | ShowHiddenContent($(idLink)); | ||
− | $('html, body').animate( { scrollTop: $(idLink).offset().top }, 750); | + | $('html, body').animate( { scrollTop: $(idLink).prev().offset().top }, 750); |
return false; | return false; | ||
}); | }); |
Revision as of 16:15, 5 September 2018
General introduction
The aim of our mathematical model is to simulate the growth of neurons towards our biofilm in response of the presence of Nerve Growth Factor (NGF). Nerve growth factor is one of a group of small proteins called neurotrophins that are re-sponsible for the development of new neurons, and for the health and maintenance of mature ones. We created a determin-istic model to help the wetlab establish the optimal concen-tration gradients of NGF needed for the regrowth of the nerves. NGF concentration and concentration gradient are key parameters affecting the growth rate and direction of neu-rites. Neurites growth have shown to be NGF dose-dependent: if NGF concentration si too low or too high, the growth rate is attenuated. In order to visualize the results of the model on a microfluidic chip we used MATLAB, App Designer, Python, Gmsh and FreeFem. This is an important part of our project since it creates the link between the wetlab and drylab.
We divided our model in three parts:
- Production of NGF by the E. coli genetically modified
- Simulation of the diffusion of NGF in a given environment
- Neurons growth in the presence of NGF
Context of our model
Our project aims at creating a biofilm composed of genetically modified E. coli able to release a neurotrophic factor: NGF. It helps to accelerate the connection between the neurons and the implant of the prothesis; hence aiming at connecting directly the prothesis amputee’s neurons. This will enable the patient to have a more instinctive control of his prothesis device. The nerves will be guided towards a conductive membrane surrounding our genetically modified biofilm. This membrane will then pass the neural signal of the regenerated nerves towards the electronic chip of the implant through wires. It will allow the patient to have a more instinctive and natural control than any other current prosthesis, and a reduced reeducation time.
The aim of the wetllab is to test the biofilm on a microfluidic chip as a proof of concept. The chip is composed of two compartments: one made of the E. coli genetically modified to produce NGF and the other one of neurons. Micro canals link the two compartments in the middle of the chip, allowing the diffusion of NGF and the growth of the neurites. Our model will hence be established on a micro-fluidic chip shape in order to share our results with the wetlab and indicate them the optimal concentration of NGF needed according to their model.
We introduce different parameters in order to create our model :
g | Length of the neurite outgrowth |
dg/dt
|
Neurite outgrowth rate |
u(x,t) | Concentration of NGF at the position x and time t |
du/dt
|
NGF concentration gradient at the position x and time t |
Cdiff | Diffusion coefficient of NGF |
K | Gradient factor (growth rate of the neurite under the stimulation of the NGF concentration gradient) |
Gθ | Baseline growth rate (neurite growth rate in absence of NGF concentration gradient) |
L | Length of the conduit |