DSIintro is a visualisation with information about the Data Science Institute at Imperial College and its labs.
While its contents can be viewed in any browser, it is optimized for its accurate display on the screens of the Data Observatory at the Institute.
This template requires Node.js v4+ to run. Install the dependencies, and start the server.
git clone git@github.com:dsi-icl/dsiintro.git
cd dsiintro
npm install
node app.js
The app is now running in port 5000 of localhost.
Alternatively, you can use docker
docker pull datascienceinstitute/gdodsiintro
docker run -d -p 5000:5000 --name gdo-dsiintro datascienceinstitute/gdodsiintro
The app is now running in port 5000 of localhost.
DSIintro is composed by 6 webpages with static and dynamic contents. They are all connected through a socket.io. One of the webpages (at /control) is meant as a control panel; the other five (/0, /1, /2, /3 and /4) are meant to be displayed in five consecutive browsers.
- Dr Miguel Molina-Solana (mmolinas@ic.ac.uk), development
- Dr Kai Sun, content
- Ms Pan Wang, designer
- Senaka Fernando, development
Use this project as a template for your visualisations. We also welcome pull request with improvements and suggestions!