Skip to content

Commit 50bab33

Browse files
Update citation metadata and DOI in CITATION.cff and README
Updated the ORCID, DOI, and year in the CITATION.cff file to reflect the latest metadata. Also updated the DOI reference and citation year in the README file to ensure consistency with the new Zenodo release.
1 parent 3fbefbc commit 50bab33

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CITATION.cff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ title: "GSP-Py - Generalized Sequence Pattern algorithm in Python"
44
authors:
55
- family-names: "Prado Lima"
66
given-names: "Jackson Antonio do"
7-
orcid: "https://orcid.org/10.5281/zenodo.3783699"
8-
year: 2020
9-
version: "2.0.0"
10-
doi: "10.5281/zenodo.3783699"
7+
orcid: "https://orcid.org/10.5281/zenodo.3333987"
8+
year: 2024
9+
version: "2.0.1"
10+
doi: "10.5281/zenodo.3333987"
1111
url: "https://github.com/jacksonpradolima/gsp-py"
1212
repository-code: "https://github.com/jacksonpradolima/gsp-py"
1313
license: "MIT"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![PyPI License](https://img.shields.io/pypi/l/gsppy.svg?style=flat-square)]()
22
![](https://img.shields.io/badge/python-3.11+-blue.svg)
3-
[![DOI](https://zenodo.org/badge/108451832.svg)](https://zenodo.org/badge/latestdoi/108451832)
3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3333987.svg)](https://doi.org/10.5281/zenodo.3333987)
44

55
[![PyPI Downloads](https://img.shields.io/pypi/dm/gsppy.svg?style=flat-square)](https://pypi.org/project/gsppy/)
66
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=jacksonpradolima_gsp-py&metric=bugs)](https://sonarcloud.io/summary/new_code?id=jacksonpradolima_gsp-py)
@@ -242,8 +242,8 @@ If GSP-Py contributed to your research or project that led to a publication, we
242242
@misc{pradolima_gsppy,
243243
author = {Prado Lima, Jackson Antonio do},
244244
title = {{GSP-Py - Generalized Sequence Pattern algorithm in Python}},
245-
month = May,
246-
year = 2020,
245+
month = Dece,
246+
year = 2024,
247247
doi = {10.5281/zenodo.3333987},
248248
url = {https://doi.org/10.5281/zenodo.3333987}
249249
}

0 commit comments

Comments
 (0)