-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathreadme
executable file
·22 lines (16 loc) · 949 Bytes
/
readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Brain heatmap website
======================
Code to build the static website which shows heatmaps as
illustration on the brain.
The static website draws the value for the heatmap from google docs spreadsheet.
atlases/ - contain the svg files used to draw the brain regions. There is one file per slice.
gh-pages_site/ - contains the static gh-pages site files.
javascripts/ - contains external javascript libraries used.
json/ - contains some json files for the compare brain option.
ontology/ - contains brain ontology in csv and in json formats.
brainmapCompare.html - used for mouse and human comparsion.
brainmapSingle.html - used to display heatmap using brain illustration.
jquery.brainmap.js - the main javascript library
jquery.colorbar.js - Js library to create the color bar.
brainmap.css - style sheet for brain heatmap.
index.html - the entry page for the gh-page site.