diff --git a/CITATION.cff b/CITATION.cff index 93fc696..8089fd8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,9 +6,9 @@ authors: orcid: "https://orcid.org/0000-0002-0350-5771" title: "pyorganoid: A Python package for the simulation of Organoid Intelligence (OI)/Organoid Learning (OL)." type: software -version: 1.0.0 +version: 0.1.5 doi: 10.48550/arxiv.2407.18413 license: BSD-3-Clause -license-url: "https://github.com/danielathome19/pyorganoid/blob/master/LICENSE" +license-url: "https://github.com/danielathome19/pyorganoid/blob/main/LICENSE.md" date-released: 2024-07-06 url: "https://github.com/danielathome19/pyorganoid" diff --git a/README.md b/README.md index 060a101..4e3c91f 100644 --- a/README.md +++ b/README.md @@ -130,3 +130,34 @@ organoid.plot_simulation_history(title="Spiking Neuron Organoid Simulation", PyOrganoid is licensed under the BSD-3 License. See the [LICENSE](LICENSE.md) file for more information. + + +## Citation + +If you use this code for your research, please cite this project as: + +```bibtex +@software{Szelogowski_pyorganoid_2024, + author = {Szelogowski, Daniel}, + doi = {10.48550/arxiv.2407.18413}, + license = {BSD-3-Clause}, + month = jul, + title = {{pyorganoid: A Python package for the simulation of Organoid Intelligence (OI)/Organoid Learning (OL).}}, + url = {https://github.com/danielathome19/pyorganoid}, + version = {0.1.5}, + year = {2024} +} +``` + +or as the corresponding research paper: + +```bibtex +@misc{Szelogowski_Simulation_of_Neural_Responses_Using_OI_2024, + author = {Szelogowski, Daniel}, + doi = {10.48550/arxiv.2407.18413}, + month = jul, + title = {{Simulation of Neural Responses to Classical Music Using Organoid Intelligence Methods}}, + url = {https://github.com/danielathome19/Pianoid-EEG-NN}, + year = {2024} +} +``` \ No newline at end of file diff --git a/setup.py b/setup.py index f3ba4a6..aaea028 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -# Be sure to update the version number in both "setup.py" and "meta.yaml" files. +# Be sure to update the version number in both "setup.py" and "meta.yaml" files, and the README and CITATION versions. setup( name='pyorganoid', version='0.1.5',