CerebroVis is a novel visualization design to represent the human cerebrovascular system. This repository, stores the source code of the tool and 60 sample brain scans visualized with CerebroVis.
The homepage of the project is here: https://aditeyapandey.github.io/Cerebrovis/
To directly view a sample visualization: https://aditeyapandey.github.io/Cerebrovis/visualization.html?name=BG0003_ColorCoded
To view all 60 brain scans: https://aditeyapandey.github.io/Cerebrovis/listfiles.html
CerebroVis is a web application developed using HTML, CSS, Javascript and d3.js. You can follow these steps to run CerebroVis on your local machine.
You will need a simple web server to run this application. There are many ways to install a basic server on your local machine.
- For a method with little overhead, use python simpleserver. You can find information about python simple-server at the following links: https://docs.python.org/2/library/simplehttpserver.html.
- If you are using a Linux installation, you can use apache server. To install a local server on Ubuntu: https://tutorials.ubuntu.com/tutorial/install-and-configure-apache#0.
- On Mac you can install MAMP server: https://www.mamp.info/en/.
A step by step explanation of installing and running CerebroVis.
- Clone or Download the repository.
- Go to the repository. And make sure you launch the server at this point.
- Based on the port the server is running, go to your browser and type: localhost:/listfiles.html
listfiles.html contains all the brain scans.
The default view of CerebroVis shows the novel visualization and a 2D project of the cerebral arteries.
Click on any artery in the CerebroVis View to see the higlighted artery in the brain. Double click on any artery to unhighlight the artery.
Blood flow view shows uses a simulated dataset to show the volume of blood flow in the artery.
To contribute please reach out to [email protected].
- Aditeya Pandey - -(https://aditeyapandey.com)
This project is licensed under the MIT License - see the LICENSE.md file for details