electricbrainsignals

Notebooks and material for "Electric Brain Signals" written by Geir Halnes, Torbjørn V. Ness, Solveig Næss, Espen Hagen, Klas H. Pettersen and Gaute T. Einevoll, now published by Cambridge University Press.

https://github.com/lfpy/electricbrainsignals

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary
Last synced: 11 months ago · JSON representation ·

Repository

Notebooks and material for "Electric Brain Signals" written by Geir Halnes, Torbjørn V. Ness, Solveig Næss, Espen Hagen, Klas H. Pettersen and Gaute T. Einevoll, now published by Cambridge University Press.

Basic Info
Statistics
  • Stars: 6
  • Watchers: 4
  • Forks: 3
  • Open Issues: 1
  • Releases: 6
Created almost 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog Contributing License Citation

README.md

Electric Brain Signals

Notebooks and material for "Electric Brain Signals" written by Geir Halnes, Torbjørn V. Ness, Solveig Næss, Espen Hagen, Klas H. Pettersen and Gaute T. Einevoll, now published by Cambridge University Press.

These materials are made freely available under the Attribution 4.0 International (CC BY 4.0) LICENSE, unless otherwise noted. Materials derived from other work adhere to the license of the original work (e.g., GPL-3).

Copyright (c) 2022 Torbjørn V. Ness, Espen Hagen, Geir Halnes, Solveig Næss, Klas H. Pettersen, Gaute T. Einevoll.

Citation info

If you use this material for your published works, please cite our book as follows

Halnes, G., Ness, T. V., Næss, S., Hagen, E., Pettersen, K. H., & Einevoll, G. T. (2024). Electric Brain Signals: Foundations and Applications of Biophysical Modeling. Cambridge: Cambridge University Press.

as well as this code repository as (replace version number and Zenodo-provided DOI accordingly):

Torbjørn V. Ness & Espen Hagen. (2023). LFPy/ElectricBrainSignals: ElectricBrainSignals-1.0.0r5 (v1.0.0rc5). Zenodo. https://doi.org/10.5281/zenodo.8414232

Bibtex format: ``` @book{HalnesNessNæssHagenPettersenEinevoll2024, place={Cambridge}, title={Electric Brain Signals: Foundations and Applications of Biophysical Modeling}, publisher={Cambridge University Press}, author={Halnes, Geir and Ness, Torbjørn V. and Næss, Solveig and Hagen, Espen and Pettersen, Klas H. and Einevoll, Gaute T.}, year={2024} }

@software{espenhagen2023_8414232, author = {Espen Hagen and Torbjørn Vefferstad Ness}, title = {{LFPy/ElectricBrainSignals: ElectricBrainSignals-v1.0.0rc5}}, month = oct, year = 2023, publisher = {Zenodo}, version = {v1.0.0rc5}, doi = {10.5281/zenodo.8414232}, url = {https://doi.org/10.5281/zenodo.8414232} } ```

Getting the data

To use these codes, clone this repository by pressing that green button above and follow the instructions.

This repository also uses git LFS for large, non-code files. After cloning the repository, initialize git LFS locally by issuing in the terminal:

cd </path/to/>ElectricBrainSignals git lfs install git pull

File organization

Overview of files and folders:

- root level |_ README.md |_ CHANGELOG.md |_ CONTRIBUTING.md |_ setup.py |_ Dockerfile |_ requirements.txt |_ data/ # shared data directory |_ brainsignals/ # python extension folder |_ notebooks/ # jupyter notebooks |_ Ch-1/ |_ Figure-01.ipynb |_ Figure-02.ipynb |_ ... |_ Ch-2/ |_ Ch-.../ |_ Appendix/ |_ Misc/

Python extension

In the current Python environment, issue

pip install -e .

in order to install the Python package brainsignals which may be required by the provided Jupyter notebooks.

Issues and other problems

In case you encounter some problem running these codes, encounter a bug or similar, please do not hesitate to create a new GitHub issue.

Developer notes

  • Don't assume that the user will have write access. If notebooks require modifying local files, do this in /tmp/
  • Don't put files here that are not ours (neuron model files etc.), or not clearly free for use as we wish. It's better if these can be downloaded by the different notebooks as required.
  • For large binary files (.zip, .tar.gz, .pdf, etc.), make sure that these (and similar files) are tracked using git LFS:

bash git lfs track "*.<file extension>" git add .gitattributes git add /path/to/binary/file

  • Clear output from notebooks before committing.

Owner

  • Name: LFPy
  • Login: LFPy
  • Kind: organization

Local Field Potentials in Python

Citation (citation.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: "Hagen"
    given-names: "Espen"
    orcid: "https://orcid.org/0000-0002-1321-5970"
  - family-names: "Ness"
    given-names: "Torbjørn V."
    orcid: "https://orcid.org/0000-0001-9080-8502"

title: "ElectricBrainSignals"
version: 1.0.0rc2
doi: "https://doi.org/10.5281/zenodo.8255422"
date-released: 
url: "https://github.com/LFPy/ElectricBrainSignals"

GitHub Events

Total
  • Issues event: 2
  • Watch event: 2
  • Issue comment event: 7
  • Push event: 2
  • Pull request review event: 2
  • Pull request event: 4
  • Fork event: 2
Last Year
  • Issues event: 2
  • Watch event: 2
  • Issue comment event: 7
  • Push event: 2
  • Pull request review event: 2
  • Pull request event: 4
  • Fork event: 2

Dependencies

Dockerfile docker
  • buildpack-deps jammy build
requirements.txt pypi
  • elephant *
  • jupyterlab *
  • lfpy >=2.3.0
  • lfpykernels *
  • matplotlib *
  • neuron *
  • pandas *
  • parameters *
  • scikit-learn *
  • seaborn *
setup.py pypi