This is community driven landscape of resources on neuroscience. The primary goal is to make bird eye view of academic and commercial neuroscience with dimensions such as companies, research groups, software, hardware, datasets, educational materials, and more.
- Add your entry to
data.yaml
- Add logo in svg to
/logos
- (optional) if you added
crunchbase
, then manually add entry tocrunchbase.json
- (optional) build and run locally, confirm that it looks correctly and no errors reported
- (optional) if you added
github_org_url
(repo_url
does not require this), copy and replacegithub_org.json
based on local cache after you build it, you can find your local cache path at log statment during build containingcache: Cache { cache_dir:
- Raise a PR
Helpful links:
- convert PNG to SVG (png2svg.com)
- edit SVG (editor.method.ac)
- create SVG or PNG (canva)
This project utilizes http://github.com/open-neuroscience-foundation/landscape2-academic.
CRUNCHBASE_CACHE_TTL=0 CRUNCHBASE_API_KEY=test GITHUB_TOKENS=<your token here> landscape2-academic build --data-file data.yml --settings-file settings.yml --guide-file guide.yml --logos-path logos --output-dir build && landscape2-academic serve --landscape-dir build
You may also need to copy crunchbase.json
into landscape2-academic
cache location. Refer to debug logs.