Skip to content

Commit

Permalink
Merge pull request #234 from jhnnsnk/version
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
jhnnsnk authored Sep 19, 2024
2 parents b53907b + ba744e7 commit 425ca24
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ and contribute to source code or documentation via
If you use the code, please cite the following publication:

```bibtex
@article{Senk23_arxiv_v2,
@article{Senk24_arxiv_v3,
doi = {10.48550/ARXIV.1805.10235},
author = {Senk, Johanna and Hagen, Espen and van Albada, Sacha J. and Diesmann, Markus},
title = {Reconciliation of weak pairwise spike-train correlations and highly coherent local field potentials across space},
journal = {arXiv:1805.10235v2 [q-bio.NC]},
year = {2023}
journal = {arXiv:1805.10235v3 [q-bio.NC]},
year = {2024}
}
```
11 changes: 5 additions & 6 deletions docs/source/authors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
Authors
=======

- Johanna Senk, [email protected] [1]
- Espen Hagen, espen.hagen@fys.uio.no [1,2]
- Johanna Senk, [email protected] [1,2]
- Espen Hagen, espen.hagen@medisin.uio.no [1,3]

1. Institute of Neuroscience and Medicine (INM-6), Computational and Systems
Neuroscience & Institute for Advanced Simulation (IAS-6), Theoretical
Neuroscience, Jülich Research Centre and JARA, 52428 Jülich, Germany
2. NORMENT Centre, Institute of Clinical Medicine, University of Oslo, and Division of Mental Health and Addiction, Oslo University Hospital, 0424 Oslo, Norway
1. Institute for Advanced Simulation (IAS-6), Jülich Research Centre, Germany
2. Sussex AI, School of Engineering and Informatics, United Kingdom
3. Centre for Precision Psychiatry, Institute of Clinical Medicine, University of Oslo, and Division of Mental Health and Addiction, Oslo University Hospital, Norway
8 changes: 8 additions & 0 deletions docs/source/bib/mesocircuit.bib
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
@article{Senk24_arxiv_v3,
doi = {10.48550/ARXIV.1805.10235},
author = {Senk, Johanna and Hagen, Espen and van Albada, Sacha J. and Diesmann, Markus},
title = {Reconciliation of weak pairwise spike-train correlations and highly coherent local field potentials across space},
journal = {arXiv:1805.10235v3 [q-bio.NC]},
year = {2024}
}

@article{Senk23_arxiv_v2,
doi = {10.48550/ARXIV.1805.10235},
author = {Senk, Johanna and Hagen, Espen and van Albada, Sacha J. and Diesmann, Markus},
Expand Down
4 changes: 2 additions & 2 deletions docs/source/citing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
How to cite
===========

The main reference is our current preprint on arXiv: :footcite:t:`Senk23_arxiv_v2`
The main reference is our current preprint on arXiv: :footcite:t:`Senk24_arxiv_v3`

Version 2 of the preprint describes the model as it is currently implemented in this repository.
Version 3 of the preprint describes the model as it is currently implemented in this repository.
For a previous version of the model, see: :footcite:t:`Senk18_arxiv_v1`

In addition, please also provide a link to our GitHub repository
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='mesocircuit',
version='0.1.1dev0',
version='1.0.0',
description='Mesocircuit Model',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 425ca24

Please sign in to comment.