Skip to content

Commit

Permalink
edit citations
Browse files Browse the repository at this point in the history
  • Loading branch information
SevgiAkten committed Jan 3, 2025
1 parent 0b15d45 commit f33740d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 24 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![Python Version](https://img.shields.io/badge/python-3.x-blue.svg)
![GitHub Contributors](https://img.shields.io/github/contributors/SevgiAkten/pycellga)
[![PyPI version](https://img.shields.io/pypi/v/pycellga.svg)](https://pypi.org/project/pycellga/)

[![DOI](https://joss.theoj.org/papers/10.21105/joss.07322/status.svg)](https://doi.org/10.21105/joss.07322)

# pycellga: A Python Package for Improved Cellular Genetic Algorithms

Expand Down Expand Up @@ -181,19 +181,23 @@ If you use `pycellga` in your research, please cite it as follows:
**APA Format**
Karakaya, S. A., & Satman, M. H. (2024). An Improved Cellular Genetic Algorithm with Machine-Coded Operators for Real-Valued Optimisation Problems. *Journal of Engineering Research and Applied Science, 13*(1), 2500-2514.
Karakaya, S. A., & Satman, M.H. (2025). pycellga: A Python package for improved cellular genetic algorithms. Journal of Open Source Software, 10(105), 7322. https://doi.org/10.21105/joss.07322
**BibTeX Format**
For LaTeX users, please use the following BibTeX entry to cite `pycellga`:
```bibtex
@article{karakaya2024improved,
title={An Improved Cellular Genetic Algorithm with Machine-Coded Operators for Real-Valued Optimisation Problems},
author={Karakaya, Sevgi Akten and Satman, Mehmet Hakan},
journal={Journal of Engineering Research and Applied Science},
volume={13},
number={1},
pages={2500--2514},
year={2024}
@article{karakaya2025pycellga,
author = {Sevgi Akten Karakaya and Mehmet Hakan Satman},
title = {pycellga: A Python package for improved cellular genetic algorithms},
journal = {Journal of Open Source Software},
year = {2025},
volume = {10},
number = {105},
pages = {7322},
doi = {10.21105/joss.07322},
url = {https://doi.org/10.21105/joss.07322}
}
29 changes: 15 additions & 14 deletions docs/citing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,39 @@ If you use `pycellga` in your research, please cite it as follows:

**APA Format**

Karakaya, S. A., & Satman, M. H. (2024). An Improved Cellular Genetic Algorithm with Machine-Coded Operators for Real-Valued Optimisation Problems. *Journal of Engineering Research and Applied Science, 13*(1), 2500-2514.
Karakaya, S. A., & Satman, M.H. (2025). pycellga: A Python package for improved cellular genetic algorithms. Journal of Open Source Software, 10(105), 7322. https://doi.org/10.21105/joss.07322

**BibTeX Format**

For LaTeX users, please use the following BibTeX entry to cite `pycellga`:

.. code-block:: bibtex
@article{karakaya2024improved,
title={An Improved Cellular Genetic Algorithm with Machine-Coded Operators for Real-Valued Optimisation Problems},
author={Karakaya, Sevgi Akten and Satman, Mehmet Hakan},
journal={Journal of Engineering Research and Applied Science},
volume={13},
number={1},
pages={2500--2514},
year={2024}
}
@article{karakaya2025pycellga,
author = {Sevgi Akten Karakaya and Mehmet Hakan Satman},
title = {pycellga: A Python package for improved cellular genetic algorithms},
journal = {Journal of Open Source Software},
year = {2025},
volume = {10},
number = {105},
pages = {7322},
doi = {10.21105/joss.07322},
url = {https://doi.org/10.21105/joss.07322}
}
**Citation Examples in Various Formats**

1. **MLA Format**

Karakaya, Sevgi Akten, and Mehmet Hakan Satman. "An Improved Cellular Genetic Algorithm with Machine-Coded Operators for Real-Valued Optimisation Problems." *Journal of Engineering Research and Applied Science* 13.1 (2024): 2500-2514.
Karakaya, Sevgi Akten, and Mehmet Hakan Satman. "pycellga: A Python Package for Improved Cellular Genetic Algorithms." Journal of Open Source Software, vol. 10, no. 105, 2025, p. 7322, https://doi.org/10.21105/joss.07322.

2. **Chicago Style**

Karakaya, Sevgi Akten, and Mehmet Hakan Satman. "An Improved Cellular Genetic Algorithm with Machine-Coded Operators for Real-Valued Optimisation Problems." *Journal of Engineering Research and Applied Science* 13, no. 1 (2024): 2500-2514.
Karakaya, Sevgi Akten, and Mehmet Hakan Satman. 2025. "pycellga: A Python Package for Improved Cellular Genetic Algorithms." Journal of Open Source Software 10, no. 105: 7322. https://doi.org/10.21105/joss.07322.

3. **Harvard Format**

Karakaya, S.A. and Satman, M.H., 2024. An Improved Cellular Genetic Algorithm with Machine-Coded Operators for Real-Valued Optimisation Problems. *Journal of Engineering Research and Applied Science*, 13(1), pp.2500-2514.

Karakaya, S.A. and Satman, M.H., 2025. pycellga: A Python package for improved cellular genetic algorithms. Journal of Open Source Software, 10(105), p.7322. Available at: https://doi.org/10.21105/joss.07322 [Accessed 3 Jan. 2025].

**Why Cite `pycellga`?**

Expand Down

0 comments on commit f33740d

Please sign in to comment.