Skip to content

Commit e5ca02d

Browse files
authored
Add JOSS paper badge to README
1 parent 60f536f commit e5ca02d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,23 @@ Python-CPD
44

55
.. |master_badge| image:: https://github.com/siavashk/pycpd/actions/workflows/build-test.yml/badge.svg?branch=master
66
.. |development_badge| image:: https://github.com/siavashk/pycpd/actions/workflows/build-test.yml/badge.svg?branch=development
7+
.. |joss_paper_badge| image:: https://joss.theoj.org/papers/10.21105/joss.04681/status.svg
8+
:target: https://doi.org/10.21105/joss.04681
79

10+
+-----------------+---------------------+
11+
| Paper Citation | |joss_paper_badge| |
12+
+-----------------+---------------------+
13+
14+
+-----------------+---------------------+
15+
| Build Status |
816
+-----------------+---------------------+
917
| master | |master_badge| |
1018
+-----------------+---------------------+
1119
| development | |development_badge| |
1220
+-----------------+---------------------+
1321

1422

23+
1524
`Documentation <https://siavashk.github.io/pycpd/>`_
1625

1726
Pure Numpy Implementation of the Coherent Point Drift Algorithm.
@@ -200,4 +209,4 @@ Contributions are welcome. Please see the guidelines outlined in the document: `
200209
***************
201210
Code of Conduct
202211
***************
203-
We have adopted the code of conduct defined by the `Contributor Covenant <https://www.contributor-covenant.org/>`_ to clarify expected behavior in our community. For more information see the `Code of Conduct <https://github.com/siavashk/pycpd/blob/master/CODE_OF_CONDUCT.md>`_.
212+
We have adopted the code of conduct defined by the `Contributor Covenant <https://www.contributor-covenant.org/>`_ to clarify expected behavior in our community. For more information see the `Code of Conduct <https://github.com/siavashk/pycpd/blob/master/CODE_OF_CONDUCT.md>`_.

0 commit comments

Comments
 (0)