diff --git a/README.md b/README.md index 8609959..8958c42 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Find some lectures for the [African Mathematical School on Mathematical Modeling - [Lecture 1](https://github.com/julien-arino/3MC-mathematical-modelling-in-biology/blob/main/SA_Portet_1.pdf): Introduction to modelling - [Lecture 2(a)](https://github.com/julien-arino/3MC-mathematical-modelling-in-biology/blob/main/SA_Portet_2_ODE.pdf): Toolbox to analyse Ordinary Differential Equation models - [Lecture 2(b)](https://github.com/julien-arino/3MC-mathematical-modelling-in-biology/blob/main/SA_Portet_2_DE.pdf): Toolbox to analyse discrete time models +- [Lecture 3](https://github.com/julien-arino/3MC-mathematical-modelling-in-biology/blob/main/SA_Portet_3.pdf): Beyond mathematical analysis ## [Michael Li](https://www.ualberta.ca/~myli) (University of Alberta) @@ -15,16 +16,16 @@ Find some lectures for the [African Mathematical School on Mathematical Modeling - [Lecture 3](https://github.com/julien-arino/3MC-mathematical-modelling-in-biology/blob/main/MLi-3MC-Lecture3.pdf): In-Host Models for Viral Infections of Cells and Backward Bifurcation -## [Julien Arino](https://julien-arino.github.io) (University of Manitoba) - -- A lecture (from another course) on parameter identification [here](https://julien-arino.github.io/omni-course/2023-01-OMNI-07-ETP-fitting_and_stochastic.pdf) - ## [James Watmough](https://jameswatmough.github.io/) (University of New Brunswick) James' material is on [his website](https://jameswatmough.github.io/). I will add links to stuff he mentions here, for convenience. - [Lecture 1](https://jameswatmough.github.io/IntroductoryMathematicalBiology/) on the simple death process. +## [Julien Arino](https://julien-arino.github.io) (University of Manitoba) + +- A lecture (from another course) on parameter identification [here](https://julien-arino.github.io/omni-course/2023-01-OMNI-07-ETP-fitting_and_stochastic.pdf) + ## Code directory You can find some code related to the lectures in [this directory](https://github.com/julien-arino/3MC-mathematical-modelling-in-biology/tree/main/CODE) in the GitHub repo. diff --git a/SA_Portet_3.pdf b/SA_Portet_3.pdf new file mode 100644 index 0000000..80eee78 Binary files /dev/null and b/SA_Portet_3.pdf differ diff --git a/index.md b/index.md index 9fd93b9..a94c9dc 100644 --- a/index.md +++ b/index.md @@ -7,6 +7,7 @@ These are some of the lectures from the [3MC African Mathematical School on Math - [Lecture 1](SA_Portet_1.pdf): Introduction to modelling - [Lecture 2(a)](SA_Portet_2_ODE.pdf): Toolbox to analyse Ordinary Differential Equation models - [Lecture 2(b)](SA_Portet_2_DE.pdf): Toolbox to analyse discrete time models +- [Lecture 3](SA_Portet_3.pdf): Beyond mathematical analysis ## [Michael Li](https://www.ualberta.ca/~myli) (University of Alberta) @@ -14,16 +15,16 @@ These are some of the lectures from the [3MC African Mathematical School on Math - [Lecture 2](MLi-3MC-Lecture2.pdf): Heterogeneous Epidemic Models and a Graph-Theoretic Method for Constructing Lyapunov Functions - [Lecture 3](MLi-3MC-Lecture3.pdf): In-Host Models for Viral Infections of Cells and Backward Bifurcation -## [Julien Arino](https://julien-arino.github.io) (University of Manitoba) - -- A lecture (from another course) on parameter identification [here](https://julien-arino.github.io/omni-course/2023-01-OMNI-07-ETP-fitting_and_stochastic.pdf) - ## [James Watmough](https://jameswatmough.github.io/) (University of New Brunswick) James' material is on [his website](https://jameswatmough.github.io/). I will add links to stuff he mentions here, for convenience. - [Lecture 1](https://jameswatmough.github.io/IntroductoryMathematicalBiology/) on the simple death process. +## [Julien Arino](https://julien-arino.github.io) (University of Manitoba) + +- A lecture (from another course) on parameter identification [here](https://julien-arino.github.io/omni-course/2023-01-OMNI-07-ETP-fitting_and_stochastic.pdf) + ## Code directory You can find some code related to the lectures in [this directory](https://github.com/julien-arino/3MC-mathematical-modelling-in-biology/tree/main/CODE) in the GitHub repo.