Skip to content

Commit

Permalink
Merge branch 'main' into install_faraday
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel authored Aug 30, 2023
2 parents bcfcc4d + c1a6f60 commit 99ead72
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[codespell]
skip = .git,*.pdf,*.svg,*_201[789]*,*_2020*
# embedded in ipynb images
ignore-regex = '^\s*"image/\S+": ".*'
#
# ignore-words-list =
22 changes: 22 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Codespell

on:
push:
branches: [master]
pull_request:
branches: [master]

permissions:
contents: read

jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Codespell
uses: codespell-project/actions-codespell@v2
Binary file modified HCK16_2023_Granada_RH/AgendaNeuroDataReHack2023.pdf
Binary file not shown.
Binary file modified HCK16_2023_Granada_RH/AgendaNeuroDataReHack2023.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions HCK16_2023_Granada_RH/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ Space for the event is limited. Apply to attend NeuroDataReHack 2023 [here](http
Thanks to the generous sponsorship of The Kavli Foundation, this event will be free to participants:
* There is no registration or application fee.
* Participants will be provided a private room at the Hotel Andalucia Center Hotel for the duration of this event,
checking in on Monday, September 4 and checking out on Friday, September 8th, the day before the IBRO conference
starts.
checking in on Monday, September 4 and checking out on Saturday, September 9th, the day that the IBRO conference
starts. **Note that we previously stated that check out would be on Friday, September 8th.**
* Breakfast, lunch, dinner, and coffee breaks will be provided.
* You will be responsible for booking your own flight to the event. If you need financial assistance for travel,
consider applying for an [IBRO travel grant](https://ibro.org/world-congress-travel-grants/), which can be used to
Expand Down
13 changes: 13 additions & 0 deletions HCK16_2023_OpenNeuroDataShowcase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,19 @@ If you are interested in **presenting** your dandiset(s), register as a presente
| Introduction to the virtual data showcase | Organizers | 9:00-9:20am |
| Virtual poster session | Data Contributors | 9:20-10:30am |

## Presenters

| Posters | Speakers |
|----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|
| Allen Brain Observatory: Visual Coding Neuropixels Dataset | Josh Siegle, _Allen Institute_ |
| A Brain-Wide Map of Neural Activity during Complex Behaviour | Olivier Winter, _IBL_ |
| MICrONS Two Photon Functional Imaging | Paul Fahey, _Baylor College of Medicine_ |
| The OpenScope Databook | Carter Peene, _Allen Institute_ |
| Three datasets of human single-neuron electrophysiology recordings during working memory and long-term memory tasks | Michael Kyzar, _Rutishauser Lab_ |
| Challenges and neuroethical considerations in sharing human neural data | Angelique C Paulk, _Massachusetts General Hospital_ |
| Data on auditory cortex plasticity and oxytocin neuron responses in co-parental mice | Robert Froemke, _NYU_ |
| Esr1+ hypothalamic-habenula neurons shape aversive states | Pierre Le Merre, _Karolinska Institutet_ |

## Organizing Committee

**Program chairs:**
Expand Down

0 comments on commit 99ead72

Please sign in to comment.