File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments