-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73def08
commit 4ac3240
Showing
1 changed file
with
13 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,28 @@ | ||
WhoBPyT - Whole-Brain Modelling in PyTorch | ||
================= | ||
(`Or There and Back Again <https://en.wikipedia.org/wiki/The_Hobbit>`_) | ||
.. image:: https://github.com/griffithslab/whobpyt/raw/main/doc/_static/whobpyt_logo_shire.png | ||
:target: https://docs.pyvista.org/examples/index.html | ||
:alt: pyvista | ||
:align: center | ||
|
||
*WhoBPyT* is a PyTorch-based Python library for mathematical modelling of large-scale brain network dynamics, obtuse literary allusion, and model-based analysis of neuroimaging and neurophysiology data. | ||
|
||
Summary | ||
------- | ||
It is developed primarily by researchers in the `Whole-Brain Modelling Group`_ | ||
at the `CAMH Krembil Centre for Neuroinformatics`_ & University of Toronto. | ||
|
||
``whobpyt`` (pronounce as 'hobbit') is a Python library for PyTorch-based whole-brain modeling in Python. | ||
.. _Whole-Brain Modelling Group: www.grifflab.com | ||
|
||
Please note that the code here is still very preliminary, under active | ||
development, and subject to substantial change. | ||
.. _CAMH Krembil Centre for Neuroinformatics: www.krembilneuroinformatics.ca | ||
|
||
|
||
Rationale | ||
--------- | ||
Note that this project is relatively new and under active development, so the contents of this repo are subject to substantial change. If you are interested in using WhoBPyT in your research (and especially if you are interested in contributing to the code base development), please get in touch by emailing john dot griffiths at utoronto dot ca, or just introduce yourself via an issue. | ||
|
||
As open source and open science advocates, we have elected to pursue a | ||
‘fully open’ and public development approach here. A chief motivation | ||
behind this is to bring in contributors and collaborators who are | ||
interested in working together to move things forward more quickly that | ||
any of us would be able to individually. So, if you are interested in | ||
getting involved, don’t hesitate to reach out to John ( j dot | ||
davidgriffiths at gmail dot com ), or just introduce yourself via an | ||
issue. | ||
|
||
Structure | ||
--------- | ||
|
||
There are three main components to the code base: | ||
|
||
|
||
| ``doc`` folder - Documentation pages text and organization | ||
| ``whobpyt`` folder - The importable python library | ||
| ``examples`` folder - Example usage scripts that become the gallery | ||
items in the CI-managed sphinx gallery site | ||
| ``examples`` folder - Example usage scripts that become the gallery items in the CI-managed sphinx gallery site | ||
|