Skip to content

Commit 90ad74e

Browse files
committed
Add JuliaCon presentation
1 parent c82a902 commit 90ad74e

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

CITATION.bib

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
@software{legat2021multivariatepolynomials,
2-
author = {Benoît Legat and
3-
Sascha Timme and
4-
Robin Deits},
5-
title = {JuliaAlgebra/MultivariatePolynomials.jl: v0.3.18},
1+
@software{legat2023multivariate,
2+
author = {Legat, Beno{\^\i}t},
3+
title = {Multivariate polynomials in Julia},
64
month = jul,
7-
year = 2021,
8-
publisher = {Zenodo},
9-
version = {v0.3.18},
10-
doi = {10.5281/zenodo.5083796},
11-
url = {https://doi.org/10.5281/zenodo.5083796}
5+
year = 2023,
6+
booktitle = {JuliaCon},
7+
year = {2022},
8+
url = {https://pretalx.com/juliacon-2022/talk/TRFSJY/},
129
}

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ The interface contains functions for accessing the coefficients, monomials, term
1717
- [**STABLE**][docs-stable-url] — **most recently tagged version of the documentation.**
1818
- [**LATEST**][docs-latest-url] — *in-development version of the documentation.*
1919

20+
## Citing
21+
22+
Please cite the [JuliaCon 2022 presentation](https://pretalx.com/juliacon-2022/talk/TRFSJY/) [[Slides](https://drive.google.com/file/d/1q9UT5rpcmm0GdRmWm7llhVpbOx7OxGnZ/view)].
23+
See [CITATION.bib](https://github.com/JuliaPolyhedra/MultivariatePolynomials.jl/blob/master/CITATION.bib) for the BibTeX.
24+
2025
## Examples
2126

2227
Below is a simple usage example

0 commit comments

Comments
 (0)