From f554a5a238f6d54fe93e5af36b6e03e1431d85b8 Mon Sep 17 00:00:00 2001 From: Rodrigo Bermudez Schettino Date: Sat, 9 Jul 2022 17:56:50 +0200 Subject: [PATCH] Readme: Add citation for v1.0.2 --- README.md | 21 ++++++++++++++++++++- setup.cfg | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53c1281..f3658fd 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,26 @@ Refer to [demo.ipynb](demo.ipynb) for an example of Layer-wise Relevance Propaga ## Citation -Rodrigo Bermúdez Schettino. (2022). rodrigobdz/lrp: v0.1.1 (v0.1.1). Zenodo. https://doi.org/10.5281/zenodo.6813990 +Cite as: + +- Plaintext: + + > Rodrigo Bermúdez Schettino. (2022). rodrigobdz/lrp: v0.1.2 (v0.1.2). Zenodo. https://doi.org/10.5281/zenodo.6813990 + +- BibTeX: + + ```text + @software{rodrigo_bermudez_schettino_2022_6813990, + author = {Rodrigo Bermúdez Schettino}, + title = {rodrigobdz/lrp: v0.1.2}, + month = jul, + year = 2022, + publisher = {Zenodo}, + version = {v0.1.2}, + doi = {10.5281/zenodo.6813990}, + url = {https://doi.org/10.5281/zenodo.6813990} + } + ``` ## Credits diff --git a/setup.cfg b/setup.cfg index 1e532c2..8d8a121 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = lrp_pf_auc -version = 0.1.1 +version = 0.1.2 description = Explain Neural Networks using Layer-wise Relevance Propagation and evaluate the explanations using Pixel-Flipping and Area Under the Curve. long_description = file: README.md long_description_content_type = text/markdown