Navigation Menu

Skip to content

Commit

Permalink
Change name of BibTeX entry to conform to Julia standard
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed May 6, 2019
1 parent 70ca45a commit 2651d74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.bib
@@ -1,4 +1,4 @@
@ARTICLE{2016arXiv161008716G,
@ARTICLE{Measurements.jl-2016,
author = {{Giordano}, Mos{\`e}},
title = "{Uncertainty propagation with functionally correlated
quantities}",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/examples.md
Expand Up @@ -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]
Expand Down
5 changes: 4 additions & 1 deletion docs/src/index.md
Expand Up @@ -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.
Expand Down

0 comments on commit 2651d74

Please sign in to comment.