-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #354 from AllenInstitute/dev
Dev
- Loading branch information
Showing
48 changed files
with
1,130 additions
and
1,165 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[codespell] | ||
# Ref: https://github.com/codespell-project/codespell#using-a-config-file | ||
skip = .git,.codespellrc | ||
check-hidden = true | ||
# Ignore embedded or returned images in ipynb and some acronyms | ||
ignore-regex = ((^\s*"image/\S+": "|<img src='data:image/\S+;base64,).*|\bSOM\b) | ||
#ignore-regex = image/\S+.* | ||
ignore-words-list = nin |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Codespell configuration is within .codespellrc | ||
--- | ||
name: Codespell | ||
|
||
on: | ||
push: | ||
branches: [main] | ||
pull_request: | ||
branches: [main] | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
codespell: | ||
name: Check for spelling errors | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Codespell | ||
uses: codespell-project/actions-codespell@v2 |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Name,ORCID,Institution,Email,Github,Funding,Role | ||
Katrina Ager,,Arizona State University,[email protected],https://github.com/katrinaager,,"Processing" | ||
Ahad Bawany,,Allen Institute,[email protected],https://github.com/Ahad-Allen,,"Processing" | ||
Corbett Bennett,0009-0001-2847-7754,Allen Institute,[email protected],https://github.com/corbennett,,"Processing" | ||
Benjamin Dichter,0000-0001-5725-6910,CatalystNeuro,[email protected],https://github.com/bendichter,,"Conceptualization" | ||
Satrajit Ghosh,0000-0002-5312-6729,Massachusetts Institute of Technology,[email protected],https://github.com/satra,NIH R24MH117295,"Conceptualization" | ||
Colleen J. Gillon,0000-0002-2253-7816,Imperial College London,[email protected],https://github.com/colleenjg,,"Processing" | ||
Carly Kiselycznyk,,Allen Institute,[email protected],,,"Management" | ||
Jerome Lecoq,0000-0002-0131-0938,Allen Institute,[email protected],https://github.com/jeromelecoq,,"Conceptualization, Management" | ||
Mackenzie Mathis,0000-0001-7368-4456,Swiss Federal Institute of Technology in Lausanne,[email protected],https://github.com/MMathisLab,,"Review" | ||
NIH,,,,,,"Funding" | ||
R. Carter Peene,0009-0000-6660-2264,Allen Institute,[email protected],rcpeene,,"Conceptualization, Processing" | ||
Jason Pina,0000-0003-1385-8762,York University,[email protected],https://github.com/jayepi,,"Conceptualization" | ||
Hyeyoung Shin,,Seoul National University,[email protected],https://github.com/hs13,,"Conceptualization" | ||
Josh Siegle,,Allen Institute,[email protected],https://github.com/jsiegle,NIH U24,"Processing" | ||
Jacob Westerberg,0000-0001-5331-8707,Netherlands Institute for Neuroscience,[email protected],https://github.com/jakewesterberg,,"Conceptualization" | ||
Alex Williams,0000-0001-5853-103X,New York University,[email protected],https://github.com/ahwillia,,"Review" |
File renamed without changes.
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
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
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
```{authors_index} | ||
``` |
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
Oops, something went wrong.