forked from LorenFrankLab/spyglass
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
3 changed files
with
161 additions
and
22 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,38 +1,38 @@ | ||
# Spyglass | ||
|
||
**Spyglass** is a data analysis framework that facilitates the | ||
storage, analysis, and sharing of neuroscience data to support | ||
reproducible research. It is designed to be interoperable with the NWB | ||
format and integrates open-source tools into a coherent framework. | ||
**Spyglass** is a data analysis framework that facilitates the storage, | ||
analysis, and sharing of neuroscience data to support reproducible research. It | ||
is designed to be interoperable with the NWB format and integrates open-source | ||
tools into a coherent framework. | ||
|
||
## Getting Started | ||
|
||
This site hosts both [installation instructions](./installation.md) and | ||
[tutorials](./notebooks/index.md) to help you get started with Spyglass. | ||
We recommend running the notebooks yourself. They can be downloaded from | ||
GitHub [here](https://github.com/LorenFrankLab/spyglass). | ||
[tutorials](./notebooks/index.md) to help you get started with Spyglass. We | ||
recommend running the notebooks yourself. They can be downloaded from GitHub | ||
[here](https://github.com/LorenFrankLab/spyglass). | ||
|
||
## Diving Deeper | ||
|
||
The [API Reference](./api/index.md) provides a detailed description of all | ||
the tables and class functions in Spyglass via python docstrings. Potential | ||
The [API Reference](./api/index.md) provides a detailed description of all the | ||
tables and class functions in Spyglass via python docstrings. Potential | ||
contributors should also read the [Developer Guide](./contribute.md). Those | ||
interested in in hosting a Spyglass instance for their own data should read the | ||
[database management guide](./misc/database_management.md). | ||
|
||
We have a series of additional docs under the [misc](./misc/index.md) folder | ||
that may be helpful. Our [changelog](./CHANGELOG.md) highlights the changes | ||
that have been made to Spyglass over time and the [copyright](./copyright.md) | ||
page contains license information. | ||
that may be helpful. Our [changelog](./CHANGELOG.md) highlights the changes that | ||
have been made to Spyglass over time and the [copyright](./LICENSE.md) page | ||
contains license information. | ||
|
||
## Citing Spyglass | ||
|
||
Kyu Hyun Lee, Eric Denovellis, Ryan Ly, Jeremy Magland, Jeff Soules, | ||
Alison Comrie, Jennifer Guidera, Rhino Nevers, Daniel Gramling, Philip | ||
Adenekan, Ji Hyun Bak, Emily Monroe, Andrew Tritt, Oliver Rübel, Thinh | ||
Nguyen, Dimitri Yatsenko, Joshua Chu, Caleb Kemere, Samuel Garcia, | ||
Alessio Buccino, Emily Aery Jones, Lisa Giocomo, and Loren Frank. | ||
'Spyglass: A Data Analysis Framework for Reproducible and Shareable | ||
Neuroscience Research.' (2022) Society for Neuroscience, San Diego, CA. | ||
Kyu Hyun Lee, Eric Denovellis, Ryan Ly, Jeremy Magland, Jeff Soules, Alison | ||
Comrie, Jennifer Guidera, Rhino Nevers, Daniel Gramling, Philip Adenekan, Ji | ||
Hyun Bak, Emily Monroe, Andrew Tritt, Oliver Rübel, Thinh Nguyen, Dimitri | ||
Yatsenko, Joshua Chu, Caleb Kemere, Samuel Garcia, Alessio Buccino, Emily Aery | ||
Jones, Lisa Giocomo, and Loren Frank. 'Spyglass: A Data Analysis Framework for | ||
Reproducible and Shareable Neuroscience Research.' (2022) Society for | ||
Neuroscience, San Diego, CA. | ||
|
||
<!-- TODO: Convert ccf file and insert here --> |
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
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