Skip to content

Commit c83e902

Browse files
committed
update docs index entry
1 parent 25e73e9 commit c83e902

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

docs/src/index.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,60 @@ This page includes both the API documentation and examples.
4646
- [p-median for Location Selection](https://jbytecode.github.io/OperationsResearchModels.jl/dev/locationselection/)
4747
- [CPM - Critical Path Method](https://jbytecode.github.io/OperationsResearchModels.jl/dev/project/#CPM-(Critical-Path-Method))
4848
- [PERT - Project Evaluation and Review Technique](https://jbytecode.github.io/OperationsResearchModels.jl/dev/project/#PERT-(Project-Evaluation-and-Review-Technique))
49+
- [Project Selection Problem](https://jbytecode.github.io/OperationsResearchModels.jl/dev/projectselection/)
4950
- [The Knapsack Problem](https://jbytecode.github.io/OperationsResearchModels.jl/dev/knapsack/)
5051
- [Johnson's Rule for Flow-Shop Scheduling](https://jbytecode.github.io/OperationsResearchModels.jl/dev/scheduling/#Johnson's-Rule-for-Flow-shop-Scheduling)
5152
- [Flow-shop Scheduling using Permutation Encoded Genetic Algorithms (using a Random Key Genetic Algorithm)](https://jbytecode.github.io/OperationsResearchModels.jl/dev/scheduling/#Genetic-Algorithm-for-the-problems-that-cannot-be-solved-with-using-Johnson's-Rule)
5253
- [Traveling Salesman with Random Key Genetic Algorithm](https://jbytecode.github.io/OperationsResearchModels.jl/dev/travelingsalesman/)
5354
- [Simplex Method with Real Valued Decision Variables](https://jbytecode.github.io/OperationsResearchModels.jl/dev/simplex/)
5455
- [2-player zero-sum game solver](https://jbytecode.github.io/OperationsResearchModels.jl/dev/game/)
56+
- [Portfolio Optimization](https://jbytecode.github.io/OperationsResearchModels.jl/dev/portfolio/)
57+
58+
# How to cite
59+
60+
Please use the citation info below if you use this package in your work. If you use a tex distribution you can cite with the bibtex entry
61+
62+
```bibtex
63+
@article{Satman2025,
64+
doi = {10.21105/joss.08592},
65+
url = {https://doi.org/10.21105/joss.08592},
66+
year = {2025},
67+
publisher = {The Open Journal},
68+
volume = {10},
69+
number = {113},
70+
pages = {8592},
71+
author = {Satman, Mehmet Hakan},
72+
title = {OperationsResearchModels.jl: A Julia package for operations research models},
73+
journal = {Journal of Open Source Software}
74+
}
75+
```
76+
77+
or within text editors:
78+
79+
> 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
80+
81+
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+
55101

102+
Thank you in advance for citing my work!
56103

57104
# How to contribute
58105

0 commit comments

Comments
 (0)