From 2651d740823eef68ae0765e9c6764f429b54acbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Mon, 6 May 2019 22:45:33 +0100 Subject: [PATCH] Change name of BibTeX entry to conform to Julia standard --- CITATION.bib | 2 +- docs/src/examples.md | 2 +- docs/src/index.md | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CITATION.bib b/CITATION.bib index 37446d8b..fb0a20a9 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -1,4 +1,4 @@ -@ARTICLE{2016arXiv161008716G, +@ARTICLE{Measurements.jl-2016, author = {{Giordano}, Mos{\`e}}, title = "{Uncertainty propagation with functionally correlated quantities}", diff --git a/docs/src/examples.md b/docs/src/examples.md index dd72dce7..bd47e836 100644 --- a/docs/src/examples.md +++ b/docs/src/examples.md @@ -204,7 +204,7 @@ pass it to `@uncertain` macro. Compare the result with that of the `erf` function, natively supported in `Measurements.jl` package ```jldoctest -julia> using Cuba +julia> using Cuba, SpecialFunctions julia> cubaerf(x::Real) = 2x/sqrt(pi)*cuhre((t, f) -> f[1] = exp(-abs2(t[1]*x)))[1][1] diff --git a/docs/src/index.md b/docs/src/index.md index 0913cbfa..5f1a1094 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -75,7 +75,10 @@ The method used to handle functional correlation is described in this paper: quantities", [arXiv:1610.08716](http://arxiv.org/abs/1610.08716) (Bibcode: [2016arXiv161008716G](http://adsabs.harvard.edu/abs/2016arXiv161008716G)) -If you use use this package for your research, please cite it. +If you use use this package for your research, please cite it. For your +convience, a BibTeX entry is provided in the +[`CITATION.bib`](https://github.com/JuliaPhysics/Measurements.jl/blob/master/CITATION.bib) +file. Other features are expected to come in the future, see the [How Can I Help?](@ref) section.