Skip to content

Commit 25e73e9

Browse files
committed
add citation info in bibtex format
1 parent aea4ae1 commit 25e73e9

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,26 @@ or within text editors:
7979
> Satman, M. H., (2025). OperationsResearchModels.jl: A Julia package for operations research models. Journal of Open Source Software, 10(113), 8592, https://doi.org/10.21105/joss.08592
8080
8181

82+
This package is also used as the major package in Turkish book `Julia ile Yöneylem Araştırması`.
83+
This book is freely available at https://www.inetd.org.tr/julia-ile-yoneylem-arastirmasi/ and can be cited using the bibtex entry
84+
85+
```bibtex
86+
@book{satman2026julia,
87+
title={Julia ile Yöneylem Araştırması},
88+
author={Satman, Mehmet Hakan},
89+
year={2026},
90+
publisher={INETD - Internet Teknolojileri Dernegi},
91+
isbn={978-625-96238-1-8},
92+
doi={10.5281/zenodo.18460309},
93+
url={https://doi.org/10.5281/zenodo.18460309}
94+
}
95+
```
96+
97+
or within text editors:
98+
99+
> Satman, M. H. (2026). Julia ile Yöneylem Araştırması. INETD – Internet Teknolojileri Dernegi. https://doi.org/10.5281/zenodo.18460309
100+
101+
82102
Thank you in advance for citing my work!
83103

84104
# How to contribute

0 commit comments

Comments
 (0)