Skip to content

Commit e3902dd

Browse files
authored
Add/paper (#178)
* add citation section to `README.md` * `CHANGELOG.md` updated * `README.md` updated * `README.md` updated
1 parent 956e885 commit e3902dd

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88
### Added
9+
- `cite` section in `README.md`
910
- `CLI` handler
1011
- `print_supported_ml_models` function in `pymilo_func.py`
1112
- `pymilo_help` function in `pymilo_func.py`

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,21 @@ You can also join our discord server
252252

253253
<a href="https://trelis.com/"><img src="https://trelis.com/wp-content/uploads/2023/10/android-chrome-512x512-1.png" height="75px" alt="Trelis Research"></a>
254254

255+
## Cite
256+
257+
If you use PyMilo in your research, we would appreciate citations to the following paper :
258+
259+
[Rostami, A., Haghighi, S., Sabouri, S., & Zolanvari, A. (2024). *PyMilo: A Python Library for ML I/O*. *arXiv e-prints*, arXiv-2501.](https://arxiv.org/abs/2501.00528)
260+
261+
```bibtex
262+
@article{rostami2024pymilo,
263+
title={PyMilo: A Python Library for ML I/O},
264+
author={Rostami, AmirHosein and Haghighi, Sepand and Sabouri, Sadra and Zolanvari, Alireza},
265+
journal={arXiv e-prints},
266+
pages={arXiv--2501},
267+
year={2024}
268+
}
269+
```
255270

256271
## Show your support
257272

0 commit comments

Comments
 (0)