Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,15 @@ See:
The format of probes is JSON-based. See [documentation](https://probeinterface.readthedocs.io/en/main/format_spec.html) for full specifications.



### Preview `probe-viewer` app locally

To build and preview the `probe-viewer` web-app locally:

```bash
cd apps/probe-viewer
uv run build.py
# build
npm run build
# run
npx vite preview
```
19 changes: 19 additions & 0 deletions apps/probe-viewer/public/logos/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Manufacturer logos

Drop a logo here named `<manufacturer-key>.png` to replace the wordmark on that
manufacturer's landing-page card. The key is the manufacturer folder name in the
repo root, e.g.:

- `cambridgeneurotech.png`
- `diagnosticbiochips.png`
- `imec.png`
- `neuronexus.png`
- `plexon.png`
- `sinaps-research-platform.png`

If no file is present, the card falls back to a brand-colored wordmark
(see `ProbeIndex.tsx`). Logos are landscape-friendly (rendered at 16:9, contained
on a white background).

Only add logos you have the right to use. Manufacturer logos are trademarks;
they are intentionally not committed here by default.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/probe-viewer/public/logos/imec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions apps/probe-viewer/public/logos/neuronexus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/probe-viewer/public/logos/plexon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading