From 63c7968dd668ade08bcae87e49596fc624a5b89c Mon Sep 17 00:00:00 2001 From: Vedant Puri Date: Thu, 8 Feb 2024 12:18:32 -0500 Subject: [PATCH] Add citation --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a3fdba..e123cd3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FourierSpaces.jl -Goals +## Goals - [ ] Transformation-based spaces - [X] Fourier space - [ ] Sine space @@ -8,3 +8,18 @@ Goals - [ ] Chevyshev transform space?? - [ ] Separate out FFT library compilation - make CUDA.jl a requires/extension - [ ] make it more general so any transform-based PDE solver can use preexisting abstractions + + + +## Citation + +``` +@software{fourierspacesjl, + author = {Puri, Vedant}, + title = {FourierSpaces.jl: Fourier spectral PDE solvers in Julia}, + year = {2022}, + publisher = {GitHub}, + journal = {GitHub repository}, + howpublished = {\url{https://github.com/CalculustJL/FourierSpaces.jl}} +} +```