Add arXiv link of second paper to README default tip

Tue, 18 Feb 2025 20:19:57 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Tue, 18 Feb 2025 20:19:57 -0500
changeset 57
5c9c5649c35d
parent 55
19e2140ba458

Add arXiv link of second paper to README

README.md file | annotate | diff | comparison | revisions
--- a/README.md	Mon Feb 17 14:40:59 2025 -0500
+++ b/README.md	Tue Feb 18 20:19:57 2025 -0500
@@ -4,7 +4,7 @@
 This package contains the [Rust] codes for the numerical experiments in the articles
 * T. Valkonen, “_Proximal methods for
 point source localisation_”, Journal of Nonsmooth Analysis and Optimization  4 (2023), 10433, [doi:10.46298/jnsao-2023-10433] ([arXiv:2212.02991])
-* T. Valkonen, “_Point source localisation with unbalanced optimal transport_” (2025), submitted.
+* T. Valkonen, “_Point source localisation with unbalanced optimal transport_” (2025), submitted, [arXiv:2502.12417]
 
 It concerns solution of problems of the type
 $$
@@ -49,6 +49,7 @@
   [rust-GSL]: https://docs.rs/GSL/6.0.0/rgsl/
   [Homebrew]: https://brew.sh
   [arXiv:2212.02991]: https://arxiv.org/abs/2212.02991
+  [arXiv:2502.12417]: https://arxiv.org/abs/2502.12417
   [doi:10.46298/jnsao-2023-10433]: http://doi.org/10.46298/jnsao-2023-10433
 
 ### Building and running the experiments
@@ -69,7 +70,7 @@
 ```console
 cargo run --release -- -o results
 ```
-The double-dash separates the options for the Cargo build system 
+The double-dash separates the options for the Cargo build system
 and `pointsource_algs`.
 
 ### Documentation
@@ -89,4 +90,3 @@
 generated documentation through an ugly workaround. Unfortunately,
 `rustdoc`, akin to Rust largely itself, is stuck in 80's 7-bit gringo ASCII
 world, and does not support modern markdown features, such as mathematics.
-

mercurial