Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to cite ? #97

Open
fchapoton opened this issue Dec 13, 2024 · 2 comments
Open

how to cite ? #97

fchapoton opened this issue Dec 13, 2024 · 2 comments

Comments

@fchapoton
Copy link
Contributor

fchapoton commented Dec 13, 2024

Maybe the README could contain a section on "how to cite" the package ? a copy-pastable bibtex entry maybe ?

Possible inspiration can be found in

https://doc.sagemath.org/html/en/faq/faq-general.html#i-want-to-cite-sage-in-a-publication-how-do-i-do-it

Something like

@manual{ore_algebra,
    label        = {Ore},
    author       = {M. Kauers, M. Mezzarobba et alii},
    title        = {ore_algebra package for SageMath},
    url          = {https://github.com/mkauers/ore_algebra},
    version      = {0.5},
    year         = {2024},
}

For the proposed articles to cite:

@InCollection{zbMATH06585202,
 Author = {Kauers, Manuel and Jaroschek, Maximilian and Johansson, Fredrik},
 Title = {Ore polynomials in {Sage}},
 BookTitle = {Computer algebra and polynomials. Applications of algebra and number theory},
 ISBN = {978-3-319-15080-2},
 Pages = {105--125},
 Year = {2015},
 Publisher = {Berlin: Springer},
 Language = {English},
 DOI = {10.1007/978-3-319-15081-9_6},
 Keywords = {16Z05,16S36,68W30},
 zbMATH = {6585202},
 Zbl = {1439.16049}
}

and

@misc{mezzarobba2016rigorousmultipleprecisionevaluationdfinite,
      title={Rigorous Multiple-Precision Evaluation of D-Finite Functions in SageMath}, 
      author={Marc Mezzarobba},
      year={2016},
      eprint={1607.01967},
      archivePrefix={arXiv},
      primaryClass={cs.SC},
      url={https://arxiv.org/abs/1607.01967}, 
}
@fchapoton
Copy link
Contributor Author

maybe there is a better way in the spirit of

https://www.softwareheritage.org/2020/05/26/citing-software-with-style/

@mezzarobba
Copy link
Collaborator

Fwiw, I usually cite https://link.springer.com/chapter/10.1007/978-3-319-15081-9_6 and/or https://arxiv.org/abs/1607.01967 depending which parts of the package I am using.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants