Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDuswald authored Oct 30, 2023
1 parent 95ff2ed commit 49d65a1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Angiogenesis
# Bridging Scales

This is the code base for the publication:
**Bridging scales: A hybrid model to simulate vascular tumor growthand treatment response**
by Duswald, Lima, Oden, and Wohlmuth (2023) available [here](https://doi.org/10.1016/j.cma.2023.116566).

![05-treatment](https://github.com/TobiasDuswald/angiogenesis/assets/44771875/47f9b105-c7e5-405f-b52b-872b26ae8133)


## Software Stack and Depndencies

* BioDynaMo. To install, consult the
Expand All @@ -16,10 +19,10 @@ by Duswald, Lima, Oden, and Wohlmuth (2023) available [here](https://doi.org/10.
Building on the BioDynaMo platform, the commands to running the simulations
assume a functional installation of BioDynaMo and are
```
source <path>/thisbdm.sh
bdm build
bdm run
bdm view
source <path>/thisbdm.sh # source biodynamo
bdm build # compile application code
bdm run # execute application code
bdm view # open results in ParaView
```

## Reproducing the results of the publication
Expand Down

0 comments on commit 49d65a1

Please sign in to comment.