Skip to content

Commit 269b581

Browse files
committed
Update README.md with additional badges and citation details
1 parent 9477394 commit 269b581

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# High Performance Time Series Augmentation Libraries (RATS & RATSpy)
22

33
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4+
[![arXiv](https://img.shields.io/badge/arXiv-2601.03159-b31b1b.svg)](https://arxiv.org/abs/2601.03159)
5+
[![PyPI](https://img.shields.io/pypi/v/ratspy.svg)](https://pypi.org/project/ratspy/)
6+
47
[![ReadTheDocs](https://img.shields.io/badge/Readthedocs-%23000000.svg?style=for-the-badge&logo=readthedocs&logoColor=white)](https://ratspy.readthedocs.io)
58

69

@@ -29,10 +32,12 @@ The Rust crate can be found in the [rats](rats/) directory and the Python bindin
2932
If you use this repository, adapt any of its components, or find it helpful for your work, please cite:
3033

3134
```bibtex
32-
@misc{RATS,
35+
@misc{skaf-2026-RATS,
3336
title={Rapid Augmentations for Time Series ({RATS}): A High-Performance Library for Time Series Augmentation},
3437
author={Skaf, Wadie and Kern, Felix and Basu Roy, Aryamaan and Pradhan, Tejas and Kalkreuth, Roman and Hoos, Holger},
35-
url={https://www.aim.rwth-aachen.de/assets/documents/papers/SkafEtAl25b.pdf}
38+
year={2026},
39+
eprint={2601.03159},
40+
archivePrefix={arXiv},
3641
}
3742
```
3843

0 commit comments

Comments
 (0)