Skip to content

Commit

Permalink
[Paper] Change citations guidelines to take the paper into account. (#…
Browse files Browse the repository at this point in the history
…182)

* Create CITATION.cff

From Joss openjournals/joss-reviews#6189 (comment)

* Update CITATION.bib

* Update README.md

* Update index.md
  • Loading branch information
lrnv authored Feb 29, 2024
1 parent b11ac8a commit 8bf346e
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 22 deletions.
19 changes: 10 additions & 9 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
@software{copulas_jl,
author = {Oskar Laverny},
title = {lrnv/Copulas.jl: v0.1.6},
month = aug,
year = 2022,
publisher = {Zenodo},
version = {v0.1.6},
doi = {10.5281/zenodo.7010221},
url = {https://doi.org/10.5281/zenodo.7010221}
@article{Laverny2024,
doi = {10.21105/joss.06189},
url = {https://doi.org/10.21105/joss.06189},
year = {2024},
publisher = {The Open Journal},
volume = {9},
number = {94},
pages = {6189},
author = {Oskar Laverny and Santiago Jimenez},
title = {Copulas.jl: A fully Distributions.jl-compliant copula package}, journal = {Journal of Open Source Software}
}
36 changes: 36 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
cff-version: "1.2.0"
authors:
- family-names: Laverny
given-names: Oskar
orcid: "https://orcid.org/0000-0002-7508-999X"
- family-names: Jimenez
given-names: Santiago
orcid: "https://orcid.org/0000-0002-8198-3656"
contact:
- family-names: Laverny
given-names: Oskar
orcid: "https://orcid.org/0000-0002-7508-999X"
doi: 10.5281/zenodo.6652672
message: If you use this software, please cite our article in the
Journal of Open Source Software.
preferred-citation:
authors:
- family-names: Laverny
given-names: Oskar
orcid: "https://orcid.org/0000-0002-7508-999X"
- family-names: Jimenez
given-names: Santiago
orcid: "https://orcid.org/0000-0002-8198-3656"
date-published: 2024-02-29
doi: 10.21105/joss.06189
issn: 2475-9066
issue: 94
journal: Journal of Open Source Software
publisher:
name: Open Journals
start: 6189
title: "Copulas.jl: A fully Distributions.jl-compliant copula package"
type: article
url: "https://joss.theoj.org/papers/10.21105/joss.06189"
volume: 9
title: "Copulas.jl: A fully Distributions.jl-compliant copula package"
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,15 @@ If you want to contribute to the package, ask a question, found a bug or simply
Do not hesitate to star this repository to show support ! You may also cite the package by using the following bibtex code:

```bibtex
@software{oskar_laverny_2023_10084669,
author = {Oskar Laverny},
title = {Copulas.jl: A fully `Distributions.jl`-compliant copula package},
year = 2022+,
doi = {10.5281/zenodo.6652672},
url = {https://doi.org/10.5281/zenodo.6652672}
@article{Laverny2024,
doi = {10.21105/joss.06189},
url = {https://doi.org/10.21105/joss.06189},
year = {2024},
publisher = {The Open Journal},
volume = {9},
number = {94},
pages = {6189},
author = {Oskar Laverny and Santiago Jimenez},
title = {Copulas.jl: A fully Distributions.jl-compliant copula package}, journal = {Journal of Open Source Software}
}
```
18 changes: 11 additions & 7 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@ The package is available on Julia's general registry, and can be installed as fo
Please use the following BibTeX if you want to cite this work:

```bibtex
@software{oskar_laverny_2023_10084669,
author = {Oskar Laverny},
title = {Copulas.jl: A fully `Distributions.jl`-compliant copula package},
year = 2022+,
doi = {10.5281/zenodo.6652672},
url = {https://doi.org/10.5281/zenodo.6652672}
@article{Laverny2024,
doi = {10.21105/joss.06189},
url = {https://doi.org/10.21105/joss.06189},
year = {2024},
publisher = {The Open Journal},
volume = {9},
number = {94},
pages = {6189},
author = {Oskar Laverny and Santiago Jimenez},
title = {Copulas.jl: A fully Distributions.jl-compliant copula package}, journal = {Journal of Open Source Software}
}
```
```

0 comments on commit 8bf346e

Please sign in to comment.