/gdo-dsiintro

DSIintro is a visualisation with information about the Data Science Institute at Imperial College and its labs.

Primary LanguageHTMLMIT LicenseMIT

DSIintro

Build Status Docker

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.

DSIintro at Imperial's Data Observatory DSIintro at Imperial's Data Observatory

Installation

Manual

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.

Docker

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.

How it works

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.

Contributors

Contributing

Use this project as a template for your visualisations. We also welcome pull request with improvements and suggestions!

License

MIT