espdev / csaps

Cubic spline approximation (smoothing)
https://csaps.readthedocs.io
MIT License
164 stars 27 forks source link

How to cite #40

Closed welschma closed 3 years ago

welschma commented 3 years ago

Hey, I'm using your csaps package in a academic context and would like to add a reference to it. Do you have a preferred way on how you would like to be cited, e.g. a bibtex entry or something?

Cheers

espdev commented 3 years ago

Hi @welschma,

You could use the way you like to cite the package.

I like the idea to use BibLaTeX entry in .bib file. For example:

@software{csaps,
  author = {{Eugene Prilepin}},
  title = {CSAPS - Cubic Spline Approximation (Smoothing)},
  url = {https://github.com/espdev/csaps},
  version = {1.0.3},
  date = {2021-01-01},
}
welschma commented 3 years ago

Thanks for faste reply :)