https://github.com/vsoch/brain-browser

web-based image viewer for local brain images

https://github.com/vsoch/brain-browser

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
Last synced: 10 months ago · JSON representation

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
Created almost 11 years ago · Last pushed over 10 years ago
Metadata Files
Readme License

README.md

Brain Browser

Brain browser is a web-based image viewer for local brain images.

brain-browser.png npm

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

I'm the Vanessasaurus!

GitHub Events

Total
Last Year

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 8
  • Total Committers: 1
  • Avg Commits per committer: 8.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

  • Versions: 3
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Downloads: 6 Last month
Rankings
Dependent packages count: 8.8%
Dependent repos count: 10.3%
Forks count: 11.6%
Average: 16.8%
Stargazers count: 20.9%
Downloads: 32.3%
Maintainers (1)
Last synced: 10 months ago

Dependencies

package.json npm
  • mocha 1.20.1 development
  • commander ~2.3
  • express ~4.4
  • lodash ~2.4