Skip to content

Commit 6651be2

Browse files
authored
Merge pull request #17 from styx-api/preprint-ref
Add preprint citation
2 parents 2d38640 + 75f2788 commit 6651be2

1 file changed

Lines changed: 14 additions & 9 deletions

File tree

src/README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,18 @@ Styx is particularly valuable when:
4646

4747
## Citation
4848

49-
If Styx helps your research, please cite:
50-
51-
```
52-
@software{styx,
53-
author = {The Styx Contributors},
54-
title = {Styx: Type-safe command-line tool bindings},
55-
url = {https://github.com/styx-api/styx},
56-
year = {2023}
49+
If you use NiWrap in your research, please consider citing:
50+
51+
```bibtex
52+
@article {rupprecht2025styx,
53+
author = {Rupprecht, Florian JM and Kai, Jason and Shrestha, Biraj and Giavasis, Steven and Xu, Ting and Glatard, Tristan and Milham, Michael P and Kiar, Gregory},
54+
title = {Styx: A multi-language API Generator for Command-Line Tools},
55+
elocation-id = {2025.07.24.666435},
56+
year = {2025},
57+
doi = {10.1101/2025.07.24.666435},
58+
publisher = {Cold Spring Harbor Laboratory},
59+
URL = {https://www.biorxiv.org/content/early/2025/07/30/2025.07.24.666435},
60+
eprint = {https://www.biorxiv.org/content/early/2025/07/30/2025.07.24.666435.full.pdf},
61+
journal = {bioRxiv}
5762
}
58-
```
63+
```

0 commit comments

Comments
 (0)