diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 373a61e..c1f65b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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] diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 60580f5..a89bc79 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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 \ No newline at end of file + run: julia --project=docs/ docs/make.jl diff --git a/CITATION.bib b/CITATION.bib index 0db3b36..db3d6f0 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -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}} \ No newline at end of file +@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} +} diff --git a/README.md b/README.md index 05b7778..1b363f0 100644 --- a/README.md +++ b/README.md @@ -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} +} ```