Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 57ef3f1

Browse files
committed
Update docs/readme to point to group repo
1 parent 8a6284d commit 57ef3f1

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@ _pyspi_ is a comprehensive python library for computing statistics of pairwise i
99
The code provides easy access to hundreds of methods for evaluating the relationship between pairs of time series, from simple statistics (like correlation) to advanced multi-step algorithms (like Granger causality).
1010
The code is licensed under the [GNU GPL v3 license](http://www.gnu.org/licenses/gpl-3.0.html) (or later).
1111

12-
**Feel free to [email me](mailto:[email protected]) for help with real-world applications.**
13-
Feedback is much appreciated through email, [issues](https://github.com/olivercliff/pyspi/issues), or [pull requests](https://github.com/olivercliff/pyspi/pulls).
12+
**Feel free to [email us]([email protected]) for help with real-world applications.**
13+
Feedback is much appreciated through email, [issues](https://github.com/DynamicsAndNeuralSystems/pyspi/issues), or [pull requests](https://github.com/DynamicsAndNeuralSystems/pyspi/pulls).
1414

1515
## Acknowledgement
1616

17-
If you use this code, please cite the following preprint:
17+
If you use this code, please cite the following publication:
1818

19-
Oliver M. Cliff, Joseph T. Lizier, Naotsugu Tsuchiya, Ben D. Fulcher, "Unifying Pairwise Interactions in Complex Dynamics," _arXiv_ preprint, [arXiv:2201.11941](https://arxiv.org/abs/2201.11941) (2022).
19+
Oliver M. Cliff, Annie G. Bryant Joseph T. Lizier, Naotsugu Tsuchiya, Ben D. Fulcher, "Unifying Pairwise Interactions in Complex Dynamics," _Nature Computational Science_, [doi:10.1038/s43588-023-00519-x](https://doi.org/10.1038/s43588-023-00519-x1) (2023).
2020

2121
## Getting Started
2222

2323
See the [documentation](https://pyspi-toolkit.readthedocs.io/en/latest/) for installing and setting up _pyspi_.
2424
Once you're done, you can learn how to use the package by checking out the:
2525

26-
- [Simple demo](https://github.com/olivercliff/pyspi/blob/main/demos/simple_demo.py)
27-
- [Tutorial (finance: stock price time series)](https://github.com/olivercliff/pyspi/blob/main/demos/tutorial.ipynb)
26+
- [Simple demo](https://github.com/DynamicsAndNeuralSystems/pyspi/blob/main/demos/simple_demo.py)
27+
- [Tutorial (finance: stock price time series)](https://github.com/DynamicsAndNeuralSystems/pyspi/blob/main/demos/tutorial.ipynb)
2828
- [Tutorial (neuroimaging: fMRI time series)](https://github.com/anniegbryant/CNS_2022/blob/main/pyspi_tutorial/CNS2022_pyspi_demo.ipynb).
2929

30-
If you have access to a PBS cluster and are processing MTS with many processes (or are analyzing many MTS), then you may find the [_pyspi_ distribute](https://github.com/olivercliff/pyspi-distribute) repository helpful.
30+
If you have access to a PBS cluster and are processing MTS with many processes (or are analyzing many MTS), then you may find the [_pyspi_ distribute](https://github.com/DynamicsAndNeuralSystems/pyspi-distribute) repository helpful.
3131

32-
If your dataset is large (containing many processes and/or observations), you can use a reduced set of statistics by instantiating the calculator with the `fast=True` parameter (cf. the [simple demo](https://github.com/olivercliff/pyspi/blob/main/demos/simple_demo.py)).
32+
If your dataset is large (containing many processes and/or observations), you can use a reduced set of statistics by instantiating the calculator with the `fast=True` parameter (cf. the [simple demo](https://github.com/DynamicsAndNeuralSystems/pyspi/blob/main/demos/simple_demo.py)).
3333

3434
## Other highly comparative toolboxes
3535

docs/source/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Then use the calculator as normal (see :ref:`Usage`).
5959

6060
.. note::
6161
We have provided a detailed list of many of the statistics included in this toolkit (and the configuration file) in the Supplementary Material of our `preprint <https://arxiv.org/abs/2201.11941>`_, and will include an up-to-date list of statistics in this documentation shortly.
62-
However, if you have any questions about a particular implementation, do not hesitate to `contact me <mailto:oliver.cliff@sydney.edu.au>`_ for any assistance.
62+
However, if you have any questions about a particular implementation, do not hesitate to `contact us <mailto:ben.fulcher@sydney.edu.au>`_ for any assistance.
6363

6464
Using the toolkit without Octave
6565
--------------------------------

docs/source/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ After `installing conda <https://docs.conda.io/projects/conda/en/latest/user-gui
2323
Installation
2424
------------
2525

26-
Next, download or clone the `latest version <https://github.com/olivercliff/pyspi>`_ from GitHub, unpack and install:
26+
Next, download or clone the `latest version <https://github.com/DynamicsAndNeuralSystems/pyspi>`_ from GitHub, unpack and install:
2727

2828
.. code-block:: console
2929
30-
$ git clone https://github.com/olivercliff/pyspi.git
30+
$ git clone https://github.com/DynamicsAndNeuralSystems/pyspi.git
3131
$ cd pyspi
3232
$ pip install .
3333

0 commit comments

Comments
 (0)