https://github.com/vsoch/brain-browser
web-based image viewer for local brain images
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.9%) to scientific vocabulary
Repository
web-based image viewer for local brain images
Basic Info
- Host: GitHub
- Owner: vsoch
- License: mit
- Language: CSS
- Default Branch: master
- Size: 2.35 MB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Brain Browser
Brain browser is a web-based image viewer for local brain images.
How to install
You will first need npm, the node package manager, which comes with both node itself and npm. You can install by compiling from source. I would not recommend package managers node/npm as they seem to be out of date (Ubuntu was). Make sure that both node and npm are on your path:
which npm
which node
Now you can easily install the brain-browser from the node package manager!
sudo npm install brain-browser -g
The -g flag indicates a global install, which typically places the executable in /usr/local/bin. To find it:
which bb
How to run
When browsing around your brain images, simply type bb to run the executable, and point your browser to
http://localhost:9099
Additional arguments
You can specify a port, or to exclude files of a particular type:
-p, --port <port> Port to run the file-browser. Default value is 8088
-e, --exclude <exclude> File extensions to exclude (for multiple, do -e .js -e .css)
Troubleshooting
/usr/bin/env: node: No such file or directory
This usually indicates that node cannot be found on your path.
Owner
- Name: Vanessasaurus
- Login: vsoch
- Kind: user
- Website: https://vsoch.github.io
- Twitter: vsoch
- Repositories: 631
- Profile: https://github.com/vsoch
I'm the Vanessasaurus!
GitHub Events
Total
Last Year
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| vsoch | v****t@s****u | 8 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- npm 6 last-month
- Total dependent packages: 2
- Total dependent repositories: 1
- Total versions: 3
- Total maintainers: 1
npmjs.org: brain-browser
Local directory indexing for brain images
- Homepage: https://github.com/vsoch/brain-browser
- License: MIT
-
Latest release: 1.0.2
published almost 11 years ago
Rankings
Maintainers (1)
Dependencies
- mocha 1.20.1 development
- commander ~2.3
- express ~4.4
- lodash ~2.4