From fb0732d38a8d49329a74a8c2d208baef4859a5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Crabb=C3=A9?= Date: Fri, 9 Feb 2024 09:46:17 +0000 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06971b1..8aa8307 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Time Series Diffusion in the Frequency Domain This repository implements time series diffusion in the frequency domain. -For more details, please read our paper: 'Time Series Diffusion in the Frequency Domain'. +For more details, please read our paper: [Time Series Diffusion in the Frequency Domain](https://arxiv.org/abs/2402.05933). # 1. Install @@ -75,4 +75,18 @@ Before any commit, please make sure that your staged code is compliant with our ```shell pre-commit -``` \ No newline at end of file +``` + +# 4. Cite us +If you use this code, please acknowledge our work by citing + +``` +@misc{crabbé2024time, + title={Time Series Diffusion in the Frequency Domain}, + author={Jonathan Crabbé and Nicolas Huynh and Jan Stanczuk and Mihaela van der Schaar}, + year={2024}, + eprint={2402.05933}, + archivePrefix={arXiv}, + primaryClass={cs.LG} +} +```