Skip to content

Commit

Permalink
Add instructions on citation
Browse files Browse the repository at this point in the history
  • Loading branch information
noc0lour committed Nov 4, 2023
1 parent e58b0ca commit 4d26217
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,19 @@ Some test are located in `src/tests.rs`, these can be run with `cargo test`.
* File `src/tests.rs`
* Defines tests for the remaining code
* Roughly divided into three sections: Trellis, ESS and OESS

## Citing this work

If you use this library in your research you can reference the following publication.

Frederik Ritter, Andrej Rode, and Laurent Schmalen. "Introducing RSESS: An open source enumerative sphere shaping implementation coded in Rust." Proceedings of the GNU Radio Conference. Vol. 8. No. 1. 2023.
```
@inproceedings{ritter2023introducing,
title={Introducing RSESS: An open source enumerative sphere shaping implementation coded in Rust},
author={Ritter, Frederik and Rode, Andrej and Schmalen, Laurent},
booktitle={Proceedings of the GNU Radio Conference},
volume={8},
number={1},
year={2023}
}
```

0 comments on commit 4d26217

Please sign in to comment.