-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
45 additions
and
2 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Citing scikit-fda | ||
================= | ||
|
||
Please, if you find this software useful in your work, reference it citing the following paper: | ||
|
||
.. code-block:: | ||
@article{ramos-carreno++_2024_scikit-fda, | ||
author = {Ramos-Carreño, Carlos and Torrecilla, José L. and Carbajo Berrocal, Miguel and Marcos Manchón, Pablo and Suárez, Alberto}, | ||
doi = {10.18637/jss.v109.i02}, | ||
journal = {Journal of Statistical Software}, | ||
month = may, | ||
number = {2}, | ||
pages = {1--37}, | ||
title = {{scikit-fda: A Python Package for Functional Data Analysis}}, | ||
url = {https://www.jstatsoft.org/article/view/v109i02}, | ||
volume = {109}, | ||
year = {2024} | ||
} | ||
You can additionally cite the software repository itself using: | ||
|
||
.. code-block:: | ||
@misc{ramos-carreno++_2024_scikit-fda-repo, | ||
author = {The scikit-fda developers}, | ||
doi = {10.5281/zenodo.3468127}, | ||
month = feb, | ||
title = {scikit-fda: Functional Data Analysis in Python}, | ||
url = {https://github.com/GAA-UAM/scikit-fda}, | ||
year = {2024} | ||
} | ||
If you want to reference a particular version for reproducibility, check the version-specific DOIs available in Zenodo. |
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