Skip to content

Commit

Permalink
Merge pull request #1599 from lisphilar/issue1598
Browse files Browse the repository at this point in the history
update the last year in citation, 2020-2023 to 2020-2024
  • Loading branch information
lisphilar authored Feb 4, 2024
2 parents f0c8c1b + 7c281e8 commit 3699a08
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Please refer to [LICENSE](https://github.com/lisphilar/covid19-sir/blob/master/L

Please cite this library as follows with version number (`import covsirphy as cs; cs.__version__`).

**Hirokazu Takaya and CovsirPhy Development Team (2020-2023), CovsirPhy version [version number]: Python library for COVID-19 analysis with phase-dependent SIR-derived ODE models, [https://github.com/lisphilar/covid19-sir](https://github.com/lisphilar/covid19-sir)**
**Hirokazu Takaya and CovsirPhy Development Team (2020-2024), CovsirPhy version [version number]: Python library for COVID-19 analysis with phase-dependent SIR-derived ODE models, [https://github.com/lisphilar/covid19-sir](https://github.com/lisphilar/covid19-sir)**

This is the output of `covsirphy.__citation__`.

Expand Down
2 changes: 1 addition & 1 deletion covsirphy/__citation__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from covsirphy.__version__ import __version__

__citation__ = "Hirokazu Takaya and CovsirPhy Development Team (2020-2023), " \
__citation__ = "Hirokazu Takaya and CovsirPhy Development Team (2020-2024), " \
f"CovsirPhy version {__version__}: " \
"Python library for COVID-19 analysis with phase-dependent SIR-derived ODE models, " \
"https://github.com/lisphilar/covid19-sir"
2 changes: 1 addition & 1 deletion covsirphy/downloading/_db_cs_japan.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class _CSJapan(_DataBase):
# Stdout when downloading (shown at most one time)
STDOUT = "Retrieving COVID-19 dataset from https://github.com/lisphilar/covid19-sir/data/"
# Citation
CITATION = "Hirokazu Takaya (2020-2023), COVID-19 dataset in Japan, GitHub repository, " \
CITATION = "Hirokazu Takaya (2020-2024), COVID-19 dataset in Japan, GitHub repository, " \
"https://github.com/lisphilar/covid19-sir/data/japan"
# All columns
_all_columns = [
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = 'CovsirPhy'
copyright = '2020-2023, Hirokazu Takaya and CovsirPhy Development Team'
copyright = '2020-2024, Hirokazu Takaya and CovsirPhy Development Team'
author = 'Hirokazu Takaya and CovsirPhy Development Team'
version = cs.__version__

Expand Down

0 comments on commit 3699a08

Please sign in to comment.