Skip to content

Commit

Permalink
Merge pull request #240 from threich/master
Browse files Browse the repository at this point in the history
Add JOSS badge and citation guide
  • Loading branch information
pastewka authored Jan 29, 2024
2 parents 5b7d306 + 17c1bb1 commit b07c287
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
|Tests| |Wheels|
|Tests| |Wheels| |JOSS|

Matscipy
========
Expand Down Expand Up @@ -104,6 +104,24 @@ Optional packages:
- **atomistica** - https://www.github.com/Atomistica/atomistica
- **chemview** - https://github.com/gabrielelanaro/chemview

Citing matscipy
---------------

Please cite the following publication if you use matscipy::

@article{Grigorev2024,
author = {Grigorev, Petr and Frérot, Lucas and Birks, Fraser and Gola, Adrien and Golebiowski, Jacek and Grießer, Jan and Hörmann, Johannes L. and Klemenz, Andreas and Moras, Gianpietro and Nöhring, Wolfram G. and Oldenstaedt, Jonas A. and Patel, Punit and Reichenbach, Thomas and Rocke, Thomas and Shenoy, Lakshmi and Walter, Michael and Wengert, Simon and Zhang, Lei and Kermode, James R. and Pastewka, Lars},
doi = {10.21105/joss.05668},
journal = {Journal of Open Source Software},
month = jan,
number = {93},
pages = {5668},
title = {{matscipy: materials science at the atomic scale with Python}},
url = {https://joss.theoj.org/papers/10.21105/joss.05668},
volume = {9},
year = {2024}
}

Funding
-------

Expand All @@ -114,3 +132,6 @@ Funding

.. |Wheels| image:: https://github.com/libAtoms/matscipy/actions/workflows/wheels.yml/badge.svg
:target: https://github.com/libAtoms/matscipy/actions/workflows/wheels.yml

.. |JOSS| image:: https://joss.theoj.org/papers/10.21105/joss.05668/status.svg
:target: https://doi.org/10.21105/joss.05668

0 comments on commit b07c287

Please sign in to comment.