Skip to content

Commit 266db2f

Browse files
committed
Update bibliography in documentation
1 parent f3adce6 commit 266db2f

File tree

1 file changed

+34
-9
lines changed

1 file changed

+34
-9
lines changed

docs/src/index.md

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,44 @@ Documentation for [ConservationLawsParticles.jl](https://github.com/FedericoStra
99
Particle method for 1D conservation laws.
1010

1111
This package implements the deterministic particle schemes described in the article
12-
*Entropy solutions of non-local scalar conservation laws with congestion via deterministic particle method*, E. Radici, F. Stra (2021), [https://arxiv.org/abs/2107.10760](https://arxiv.org/abs/2107.10760).
12+
13+
> **E. Radici, F. Stra**:
14+
> *Entropy solutions of mildly singular non-local scalar conservation laws with congestion via deterministic particle method*.
15+
> SIAM Journal on Mathematical Analysis 55.3 (2023), pp. 2001-2041.
16+
> DOI: [https://doi.org/10.1137/21M1462994](https://doi.org/10.1137/21M1462994).
17+
> arXiv: [https://arxiv.org/abs/2107.10760](https://arxiv.org/abs/2107.10760).
1318
1419
You can cite the article as
1520

21+
```bibtex
22+
@article{doi:10.1137/21M1462994,
23+
author = {Radici, Emanuela and Stra, Federico},
24+
title = {Entropy solutions of mildly singular non-local scalar conservation
25+
laws with congestion via deterministic particle method},
26+
journal = {SIAM Journal on Mathematical Analysis},
27+
volume = {55},
28+
number = {3},
29+
pages = {2001-2041},
30+
year = {2023},
31+
doi = {10.1137/21M1462994},
32+
URL = {https://doi.org/10.1137/21M1462994},
33+
eprint = {2107.10760},
34+
eprinttype = {arxiv},
35+
eprintclass = {math.AP},
36+
}
1637
```
17-
@online{RadiciStra2021,
18-
title={Entropy solutions of non-local scalar conservation laws with congestion via deterministic particle method},
19-
author={Emanuela Radici and Federico Stra},
20-
year={2021},
21-
eprint={2107.10760},
22-
archivePrefix={arXiv},
23-
primaryClass={math.AP},
24-
url={https://arxiv.org/abs/2107.10760}
38+
39+
The convergence rate of the scheme is studied in the follow-up article (among other results)
40+
41+
```bibtex
42+
@online{arxiv/2211.02450,
43+
author = {Marconi, Elio and Radici, Emanuela, and Stra, Federico},
44+
title = {Stability of quasi-entropy solutions of non-local scalar conservation laws},
45+
year = {2022},
46+
eprint = {2211.02450},
47+
eprinttype = {arxiv},
48+
eprintclass = {math.AP},
49+
url = {https://arxiv.org/abs/2211.02450},
2550
}
2651
```
2752

0 commit comments

Comments
 (0)