Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
danielathome19 committed Jul 29, 2024
1 parent 5eec80e commit 0bdf0d8
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- Project development began July 6th, 2024. -->


## 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}
}
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 0bdf0d8

Please sign in to comment.