From 5056df55e5e2480be2236eb8f55b5fbf20ab2d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Thu, 18 Apr 2024 18:14:42 +0200 Subject: [PATCH 1/3] Add badge for JuliaCon paper --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1c19599f..5d3753a4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ [![deps][deps-img]][deps-url] [![version][version-img]][version-url] [![pkgeval][pkgeval-img]][pkgeval-url] +[![DOI](https://proceedings.juliacon.org/papers/10.21105/jcon.0093/status.svg)](https://doi.org/10.21105/jcon.0093) + **MutableArithmetics** (MA for short) is a [Julia](http://julialang.org) package which allows: From 0c2721169602f8a39ec416a763d5ef888fac82f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 23 Apr 2024 10:36:56 +0200 Subject: [PATCH 2/3] Add missing zeros --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d3753a4..cf68bd08 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![deps][deps-img]][deps-url] [![version][version-img]][version-url] [![pkgeval][pkgeval-img]][pkgeval-url] -[![DOI](https://proceedings.juliacon.org/papers/10.21105/jcon.0093/status.svg)](https://doi.org/10.21105/jcon.0093) +[![DOI](https://proceedings.juliacon.org/papers/10.21105/jcon.00093/status.svg)](https://doi.org/10.21105/jcon.00093) **MutableArithmetics** (MA for short) is a [Julia](http://julialang.org) package From 0a2254186b866f8b86ce6715747252d38f5984b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 23 Apr 2024 10:42:29 +0200 Subject: [PATCH 3/3] Add CITATION.bib --- CITATION.bib | 12 ++++++++++++ README.md | 19 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 CITATION.bib diff --git a/CITATION.bib b/CITATION.bib new file mode 100644 index 00000000..20a62faf --- /dev/null +++ b/CITATION.bib @@ -0,0 +1,12 @@ +@article{Legat2024, + doi = {10.21105/jcon.00093}, + url = {https://doi.org/10.21105/jcon.00093}, + year = {2024}, + publisher = {The Open Journal}, + volume = {6}, + number = {58}, + pages = {93}, + author = {Benoît Legat}, + title = {MutableArithmetics: An API for mutable operations}, + journal = {Proceedings of the JuliaCon Conferences} +} diff --git a/README.md b/README.md index cf68bd08..856cfdf8 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,25 @@ BenchmarkTools.Trial: 4910 samples with 1 evaluation. ``` Note that there are now 0 allocations. +## Citing MutableArithmetics + +If you find MutableArithmetics useful in your work, we kindly request that you cite the +following [paper](https://doi.org/10.21105/jcon.00093): +```bibtex +@article{Legat2024, + doi = {10.21105/jcon.00093}, + url = {https://doi.org/10.21105/jcon.00093}, + year = {2024}, + publisher = {The Open Journal}, + volume = {6}, + number = {58}, + pages = {93}, + author = {Benoît Legat}, + title = {MutableArithmetics: An API for mutable operations}, + journal = {Proceedings of the JuliaCon Conferences} +} +``` + [docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg [docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg [docs-stable-url]: https://jump.dev/MutableArithmetics.jl/stable