Skip to content

Commit 7b032c9

Browse files
committed
fixed paper affiliations, title, and docker build failing
1 parent ef6aae2 commit 7b032c9

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ RUN --mount=type=cache,target=/root/.cache/uv uv sync --no-dev --frozen
3030
# ~58 MB download. The atlas is stored in ~/.brainglobe/ inside the image
3131
# layer; mount a Docker volume there in production to persist any additional
3232
# atlases users request across container restarts.
33-
RUN python -c "from brainglobe_atlasapi import BrainGlobeAtlas; BrainGlobeAtlas('allen_mouse_25um')"
3433
ENV PATH="/app/.venv/bin:$PATH"
34+
RUN python -c "from brainglobe_atlasapi import BrainGlobeAtlas; BrainGlobeAtlas('allen_mouse_25um')"
3535

3636
# Expose the port
3737
ENV INTERNAL_PORT=5008

paper/paper.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
---
2-
title: 'PixelMap: An Application for Flexible Electrode Selection on Neuropixels Probes'
2+
title: "PixelMap: A Browser-Based Tool for Wiring-Aware, Anatomy- and Activity-Guided Design of Neuropixels Channelmaps"
33
tags:
44
- Python
5-
- neuroscience
6-
- electrophysiology
7-
- neuropixels
8-
authors:
5+
- Neuroscience
6+
- Electrophysiology
7+
- Neuropixels
8+
authors:"fixe paper
99
- name: Maxime Beau
1010
orcid: 0000-0002-8907-6612
1111
corresponding: true
1212
affiliation: "1, 2"
13-
- name: Julie Fabre
14-
affiliation: 1
13+
- name: Julie M. J. Fabre
14+
orcid: 0000-0003-0550-0410
15+
affiliation: "1"
1516
- name: Christian Tabedzki
1617
orcid: 0000-0001-8409-6094
17-
affiliation: 1
18-
- name: Jorge Janar
19-
affiliation: 1
18+
affiliation: "1"
19+
- name: Jorge Yanar
20+
orcid: 0000-0003-1416-3567
21+
affiliation: "1"
2022
- name: Carlos D. Brody
2123
orcid: 0000-0002-4201-561X
2224
affiliation: "1, 2"
@@ -114,6 +116,6 @@ AI assistance was used for (1) optimization suggestions and documentation improv
114116

115117
# Acknowledgements
116118

117-
We thank Jesse C. Kaminsky and members of the Brody laboratory for testing and feedback during development, and PNI IT members Garrett McGrath and Gary Lyons for their advice concerning hosting. We also thank Bill Karsh for making SpikeGLX's probe type database publicly available. Finally, we thank the Princeton Neuroscience Institute for hosting the web application. This work was supported by Howard Hughes Medical Institute and the National Institutes of Health.
119+
We thank Jesse C. Kaminsky and members of the Brody laboratory for testing and feedback during development, and PNI IT members Garrett McGrath and Gary Lyons for their advice concerning hosting. We also thank Bill Karsh for help with development and navigation of SpikeGLX resources. Finally, we thank the Princeton Neuroscience Institute for hosting the web application. J.M.J.F was supported by the Schmidt Science Fellows, in partnership with the Rhodes Trust. This work was supported by Howard Hughes Medical Institute and the National Institutes of Health.
118120

119121
# References

0 commit comments

Comments
 (0)