From 88ccb24d0ec9d0742a4a93e820fec7fee1a65b61 Mon Sep 17 00:00:00 2001 From: Dominic Whittaker Date: Fri, 13 May 2022 21:02:13 +0100 Subject: [PATCH] Add author middle name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dc1810..baa69f3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains scripts for ion channel model reduction using the manifold boundary approximation method (MBAM) and parameter inference using [Myokit](http://myokit.org) and [PINTS](https://github.com/pints-team/pints) modules in Python. This code is associated with the paper: -***"Ion channel model reduction using manifold boundaries".*** (Under review). Whittaker, D. G., Wang, J., Shuttleworth, J., Venkateshappa, R., Kemp, J. M., Claydon, T. W., Mirams, G. R. +***"Ion channel model reduction using manifold boundaries".*** (Under review). Whittaker, D. G., Wang, J., Shuttleworth, J. G., Venkateshappa, R., Kemp, J. M., Claydon, T. W., Mirams, G. R. ## Prerequisites It is recommended to install libraries and run this repository's scripts in a virtual environment to avoid version conflicts between different projects.