Skip to content

Commit aa6bf12

Browse files
committed
Merge branch 'main' into paper-2025-joss
2 parents f706e55 + 42d8125 commit aa6bf12

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CITATION.bib

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
@misc{PositiveIntegrators.jl,
22
title={{PositiveIntegrators.jl}: {A} {J}ulia library of positivity-preserving
33
time integration methods},
4-
author={Kopecz, Stefan and Ranocha, Hendrik and contributors},
4+
author={Kopecz, Stefan and Lampert, Joshua and Ranocha, Hendrik},
55
year={2023},
66
doi={10.5281/zenodo.10868393},
77
url={https://github.com/SKopecz/PositiveIntegrators.jl}
88
}
9-

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ by
1919
* adding the algorithms of positivity-preserving time integration methods such as
2020
modified Patankar-Runge-Kutta (MPRK) schemes
2121

22-
Please find more information online in the
22+
Please find more information online in the
2323
[documentation](https://skopecz.github.io/PositiveIntegrators.jl/stable).
2424

2525

@@ -46,7 +46,7 @@ for your research, please cite it using the bibtex entry
4646
@misc{PositiveIntegrators.jl,
4747
title={{PositiveIntegrators.jl}: {A} {J}ulia library of positivity-preserving
4848
time integration methods},
49-
author={Kopecz, Stefan and Ranocha, Hendrik and contributors},
49+
author={Kopecz, Stefan and Lampert, Joshua and Ranocha, Hendrik},
5050
year={2023},
5151
doi={10.5281/zenodo.10868393},
5252
url={https://github.com/SKopecz/PositiveIntegrators.jl}
@@ -56,7 +56,9 @@ for your research, please cite it using the bibtex entry
5656

5757
## License and contributing
5858

59-
This project is licensed under the MIT license (see [License](https://github.com/SKopecz/PositiveIntegrators.jl/blob/main/LICENSE)).
59+
This project is licensed under the MIT license
60+
(see [License](https://github.com/SKopecz/PositiveIntegrators.jl/blob/main/LICENSE)).
6061
Since it is an open-source project, we are very happy to accept contributions
61-
from the community. Please refer to the section [Contributing](https://github.com/SKopecz/PositiveIntegrators.jl/blob/main/CONTRIBUTING.md) for more
62-
details.
62+
from the community. Please refer to the section
63+
[Contributing](https://github.com/SKopecz/PositiveIntegrators.jl/blob/main/CONTRIBUTING.md)
64+
for more details.

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ for your research, please cite it using the bibtex entry
187187
@misc{PositiveIntegrators.jl,
188188
title={{PositiveIntegrators.jl}: {A} {J}ulia library of positivity-preserving
189189
time integration methods},
190-
author={Kopecz, Stefan and Ranocha, Hendrik and contributors},
190+
author={Kopecz, Stefan and Lampert, Joshua and Ranocha, Hendrik},
191191
year={2023},
192192
doi={10.5281/zenodo.10868393},
193193
url={https://github.com/SKopecz/PositiveIntegrators.jl}

0 commit comments

Comments
 (0)