Skip to content

Commit d347790

Browse files
Merge pull request #234 from guillermoaguilar/citationfile
Adds CITATION file and edits README to include Zenodo badge
2 parents 1df1cd6 + defd932 commit d347790

3 files changed

Lines changed: 48 additions & 1 deletion

File tree

CITATION.cff

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
cff-version: 1.1.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: Zito
5+
given-names: Tiziano
6+
orcid: https://orcid.org/0000-0002-7199-7456
7+
- family-names: Künstle
8+
given-names: David-Elias
9+
orcid: https://orcid.org/0000-0001-5507-3731
10+
- family-names: Aguilar
11+
given-names: Guillermo
12+
orcid: https://orcid.org/0000-0003-0970-5720
13+
- family-names: Berkes
14+
given-names: Pietro
15+
orcid: https://orcid.org/0000-0002-2827-3911
16+
- family-names: Schwetlick
17+
given-names: Lisa
18+
orcid: https://orcid.org/0000-0003-3356-8324
19+
title: "psignifit 4.3"
20+
version: 4.3
21+
date-released: 2025-01-29
22+
url: "https://github.com/wichmann-lab/python-psignifit"
23+
doi: 10.5281/zenodo.14750140

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# psignifit
22

3-
Python toolbox for Bayesian psychometric function estimation.
3+
Python toolbox for Bayesian psychometric function estimation
4+
45
[![Tests](https://github.com/wichmann-lab/python-psignifit/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/wichmann-lab/python-psignifit/actions/workflows/ci-tests.yml)
56
[![Documentation](https://readthedocs.org/projects/psignifit/badge/?version=latest)](https://psignifit.readthedocs.io/en/latest/?badge=latest)
67
[![PyPI version](https://img.shields.io/pypi/v/psignifit.svg)](https://pypi.python.org/pypi/psignifit)
8+
[![DOI](https://zenodo.org/badge/55228455.svg)](https://doi.org/10.5281/zenodo.14750140)
79

810
## Getting started
911

@@ -14,6 +16,17 @@ pip install psignifit
1416

1517
See [the documentation](https://psignifit.readthedocs.io/en/latest/) to get started.
1618

19+
## How to cite
20+
21+
If you use this package, please cite both *this implementation*:
22+
23+
**Zito, T., Künstle, D., Aguilar, G., Berkes, P., & Schwetlick, L. psignifit 4.3 (Version 4.3) [Computer software]. https://doi.org/10.5281/zenodo.14750140**
24+
25+
as well as the *original paper*:
26+
27+
28+
**Schütt, H. H., Harmeling, S., Macke, J. H., & Wichmann, F. A. (2016). Painfree and accurate Bayesian estimation of psychometric functions for (potentially) overdispersed data. Vision Research, 122, 105–123. [doi:10.1016/j.visres.2016.02.002](https://doi.org/10.1016/j.visres.2016.02.002)**
29+
1730

1831
## Contributors
1932

docs/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ First [install](install_guide) the package.
2525

2626
Then, check out the [basic usage](basic-usage) page.
2727

28+
## How to cite
29+
30+
If you use this package, please cite both *this implementation*:
31+
32+
- Zito, T., Künstle, D., Aguilar, G., Berkes, P., & Schwetlick, L. psignifit 4.3 (Version 4.3) [Computer software]. https://doi.org/10.5281/zenodo.14750140
33+
34+
as well as the *original paper*:
35+
36+
- Schütt, H. H., Harmeling, S., Macke, J. H., & Wichmann, F. A. (2016). Painfree and accurate Bayesian estimation of psychometric functions for (potentially) overdispersed data. Vision Research, 122, 105–123. [doi:10.1016/j.visres.2016.02.002](https://doi.org/10.1016/j.visres.2016.02.002)
37+
38+
2839
## A brief history of *psignifit*
2940

3041
The development of *psignifit* (Psychometric SIGNIficant FITting) began in the mid 1990's by Felix Wichmann when

0 commit comments

Comments
 (0)