Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.10.2']
julia-version: ['1.10.7', '1.11.2']
julia-arch: [x64]
os: [ubuntu-latest, windows-latest, macOS-latest]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: '1.10.2'
version: '1.11.2'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia --project=docs/ docs/make.jl
run: julia --project=docs/ docs/make.jl
26 changes: 13 additions & 13 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@misc{openBF.jl-2018,
title={openBF: Julia software for 1D blood flow modelling},
url={https://figshare.com/articles/openBF_Julia_software_for_1D_blood_flow_modelling/7166183/1},
DOI={10.15131/shef.data.7166183},
abstractNote={
openBF is an open-source 1D blood flow solver based on MUSCL finite-volume numerical scheme, written in Julia and released under Apache 2.0 free software license.

See https://github.com/INSIGNEO/openBF for the git repository and https://insigneo.github.io/openBF/ for the documentation.
},
publisher={figshare},
author={Melis, Alessandro},
year={2018},
month={Oct}}
@article{Benemerito_2024,
doi = {10.1088/1361-6579/ad9663},
url = {https://dx.doi.org/10.1088/1361-6579/ad9663},
year = {2024},
month = {dec},
publisher = {IOP Publishing},
volume = {45},
number = {12},
pages = {125002},
author = {I Benemerito and A Melis and A Wehenkel and A Marzo},
title = {openBF: an open-source finite volume 1D blood flow solver},
journal = {Physiological Measurement}
}
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ If your workflow relies on this feature, we recommend to use [release v1.5.1](ht
### Citation

```
@misc{openBF.jl-2018,
title={openBF: Julia software for 1D blood flow modelling},
url={https://figshare.com/articles/openBF_Julia_software_for_1D_blood_flow_modelling/7166183/1},
DOI={10.15131/shef.data.7166183},
abstractNote={
openBF is an open-source 1D blood flow solver based on MUSCL finite-volume numerical scheme, written in Julia and released under Apache 2.0 free software license.

See https://github.com/INSIGNEO/openBF for the git repository and https://insigneo.github.io/openBF/stable for the documentation.
},
publisher={figshare},
author={Melis, Alessandro},
year={2018},
month={Oct}}
@article{Benemerito_2024,
doi = {10.1088/1361-6579/ad9663},
url = {https://dx.doi.org/10.1088/1361-6579/ad9663},
year = {2024},
month = {dec},
publisher = {IOP Publishing},
volume = {45},
number = {12},
pages = {125002},
author = {I Benemerito and A Melis and A Wehenkel and A Marzo},
title = {openBF: an open-source finite volume 1D blood flow solver},
journal = {Physiological Measurement}
}
```
Loading