Skip to content

Commit 103e7af

Browse files
committed
Merge branch 'release-0.1'
2 parents 1074b3d + 0582c3a commit 103e7af

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FNFT: Fast Nonlinear Fourier Transforms
22

3-
[![Build Status](https://travis-ci.org/FastNFT/FNFT.svg?branch=development)](https://travis-ci.org/FastNFT/FNFT)
3+
[![Build Status](https://travis-ci.org/FastNFT/FNFT.svg?branch=development)](https://travis-ci.org/FastNFT/FNFT) [![DOI](http://joss.theoj.org/papers/10.21105/joss.00597/status.svg)](https://doi.org/10.21105/joss.00597)
44

55
FNFT is a software library for the fast numerical computation of nonlinear Fourier transforms, which are also known as direct scattering transforms. FNFT is written in C and comes with a MATLAB interface. It also contains some third-party Fortran code.
66

@@ -16,6 +16,23 @@ The algorithms are mainly based on ideas in [1]-[3], but also use ideas from oth
1616

1717
It is planned to extend this list further and also add inverse transforms in future releases. Please join the [FNFT mailling list](https://listserv.tudelft.nl/mailman/listinfo/fnft-announcements) if you want to be notified about new releases of FNFT.
1818

19+
If you use FNFT for your academic work, please consider citing the accompanying [software paper](https://doi.org/10.21105/joss.00597). Latex users can use the following BibTex entry.
20+
21+
```
22+
@article{FNFT2018,
23+
author = {S. Wahls and S. Chimmalgi and P.J. Prins},
24+
title = {{FNFT: A Software Library for Computing Nonlinear Fourier Transforms}},
25+
journal = {{The Journal of Open Source Software}},
26+
year = {2018},
27+
volume = {3},
28+
issue = {23},
29+
pages = {597},
30+
doi = {10.21105/joss.00597},
31+
url = {https://doi.org/10.21105/joss.00597},
32+
issn = {2475-9066}
33+
}
34+
```
35+
1936
## Installation
2037

2138
### Required tools

0 commit comments

Comments
 (0)