diff --git a/.cspell_dict.txt b/.cspell_dict.txt index cdf62a1..2cf504c 100644 --- a/.cspell_dict.txt +++ b/.cspell_dict.txt @@ -71,8 +71,6 @@ viscoelasticity Waldman XDMF xvfb - - inproceedings bestel Bestel @@ -113,3 +111,6 @@ Remedios Cristobal Niederer Elsevier +Zenker +Clermont +Gilles diff --git a/demo/bleeding_biv.py b/demo/bleeding_biv.py index 6247d03..64dd4a9 100644 --- a/demo/bleeding_biv.py +++ b/demo/bleeding_biv.py @@ -1,7 +1,6 @@ -# # Bleeding BiV to a 0D circulatory model and a 0D cell model - -# This example is similar to the [BiV example](time_dependent_land_circ_biv.py). However, in this example we also simulate a bleeding of the BiV by draining the +# # Bleeding BiV +# In this example we will take the [BiV example](time_dependent_land_circ_biv.py) from the other tutorial and drain the veins with 2 liter of blood. To model the the effect of bleeding we will use the Zenker model `` to find the new heart rate and the Regazzoni model to simulate the bleeding. We will also use the OpenCOR model of the ORdLand model to compute the activation of the heart. from pathlib import Path diff --git a/docs/refs.bib b/docs/refs.bib index 9b2b7a7..02404a4 100644 --- a/docs/refs.bib +++ b/docs/refs.bib @@ -67,3 +67,14 @@ @article{land2017model year={2017}, publisher={Elsevier} } + +@article{zenker2019correction, + title={Correction: from inverse problems in mathematical physiology to quantitative differential diagnoses}, + author={Zenker, Sven and Rubin, Jonathan and Clermont, Gilles}, + journal={PLoS Computational Biology}, + volume={15}, + number={6}, + pages={e1007155}, + year={2019}, + publisher={Public Library of Science San Francisco, CA USA} +}