Skip to content

Commit

Permalink
update citation
Browse files Browse the repository at this point in the history
  • Loading branch information
keyuxing committed Feb 27, 2024
1 parent f7b7d87 commit ef1b08a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ pip install -U tpfi

See the [example notebook](https://github.com/keyuxing/tpfi/blob/main/examples/tutorial.ipynb) for more details.

## Citation
## How to cite

If you use this package in your research, please add the following sentence to the footnote
or acknowledgement section of your paper:
> This work made use of \texttt{tpfi} by Keyu Xing (publicly available at \url{https://github.com/keyuxing/tpfi}).
> This work has made use of \texttt{tpfi} (publicly available at \url{https://github.com/keyuxing/tpfi}).
and cite our paper:

Xing et al., 2023, in prep. (will be updated soon)
Xing et al., 2023, [arXiv link](https://arxiv.org/abs/2402.16018)


## Contributing
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tpfi"
version = "1.2.2"
version = "1.2.3"
description = "Plot identification charts for Kepler, K2 and TESS."
authors = ["Keyu Xing <kyxing@mail.bnu.edu.cn>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/tpfi/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.2"
__version__ = "1.2.3"

0 comments on commit ef1b08a

Please sign in to comment.