b-pardi / BraTaDio

Python based computational for for analyzing quartz crystal microbalance with dissipation (QCM-D) experimental data
MIT License
0 stars 0 forks source link

Cite libraries papers when possible #4

Closed kstenio closed 2 weeks ago

kstenio commented 2 weeks ago

You use NumPy, SciPy, Matplotlib and Pandas. All of these libraries have published papers/books with guidelines for citation. I recommend including then in the References.

As an example, for the NumPy, you can use this citation:

@article{harris2020array,
  title={Array programming with NumPy},
  author={Harris, Charles R and Millman, K Jarrod and Van Der Walt, St{\'e}fan J and Gommers, Ralf and Virtanen, Pauli and Cournapeau, David and Wieser, Eric and Taylor, Julian and Berg, Sebastian and Smith, Nathaniel J and others},
  journal={Nature},
  volume={585},
  number={7825},
  pages={357--362},
  year={2020},
  publisher={Nature Publishing Group UK London},
  doi = {10.1038/s41586-020-2649-2},
  url={https://doi.org/10.1038/s41586-020-2649-2}
}
b-pardi commented 2 weeks ago

Thank you! Citations added

kstenio commented 2 weeks ago

Thank you! Citations added

No problem! Just a reminder, add the issue number to the commit message, e.g. #4, so they appear here as well.