-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Paper] Change citations guidelines to take the paper into account. (#…
…182) * Create CITATION.cff From Joss openjournals/joss-reviews#6189 (comment) * Update CITATION.bib * Update README.md * Update index.md
- Loading branch information
Showing
4 changed files
with
67 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters