Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add badge for JuliaCon paper #280

Merged
merged 3 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -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}
}
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.00093/status.svg)](https://doi.org/10.21105/jcon.00093)


**MutableArithmetics** (MA for short) is a [Julia](http://julialang.org) package
which allows:
Expand Down Expand Up @@ -176,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
Expand Down
Loading