Skip to content

Commit f009e43

Browse files
authored
Add Zenodo badges to documentation (#71)
* Add Zenodo badges. * Add myself to the Zenodo file.
1 parent 2858c48 commit f009e43

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.zenodo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"name": "Yarkoni, Tal",
55
"affiliation": "University of Texas at Austin",
66
"orcid": "0000-0002-6558-5113"
7+
},
8+
{
9+
"name": "Salo, Taylor",
10+
"affiliation": "Florida International University",
11+
"orcid": "0000-0001-9813-3167"
712
}
813
],
914
"keywords": [

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ A Python library for mixed-effects meta-regression (including meta-analysis).
44
[![Latest Version](https://img.shields.io/pypi/v/pymare.svg)](https://pypi.python.org/pypi/pymare/)
55
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pymare.svg)](https://pypi.python.org/pypi/pymare/)
66
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
7+
[![DOI](https://zenodo.org/badge/228903736.svg)](https://zenodo.org/badge/latestdoi/228903736)
78
[![Documentation Status](https://readthedocs.org/projects/pymare/badge/?version=latest)](http://pymare.readthedocs.io/en/latest/?badge=latest)
89
![GitHub CI](https://github.com/neurostuff/pymare/actions/workflows/testing.yml/badge.svg)
910
[![Codecov](https://codecov.io/gh/neurostuff/PyMARE/branch/master/graph/badge.svg)](https://codecov.io/gh/neurostuff/pymare)

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ PyMARE is a Python package for meta-analyses and meta-regressions.
1717
:target: https://opensource.org/licenses/MIT
1818
:alt: License
1919

20+
.. image:: https://zenodo.org/badge/228903736.svg
21+
:target: https://zenodo.org/badge/latestdoi/228903736
22+
:alt: Zenodo
23+
2024
.. image:: https://github.com/neurostuff/pymare/actions/workflows/testing.yml/badge.svg
2125
:target: https://github.com/neurostuff/pymare/actions/workflows/testing.yml/badge.svg
2226
:alt: GitHub CI

0 commit comments

Comments
 (0)