/chordex

A chord diagram vizualisation of all the lmu media informatics

Primary LanguageJavaScriptMIT LicenseMIT

chordex

A vizualisation of all the publications registered here: http://www.medien.ifi.lmu.de/cgi-bin/search.pl?all:all:all:all:all

To install:

  1. Download nodejs (www.nodejs.org)
  2. Clone this git
  3. enter npm install in the root directory to install all backend dependencies (might need sudo rights)
  4. install bower globally by entering npm install -g bower (might need sudo rights)
  5. enterbower install
  6. install grunt globally by entering npm install -g grunt (might need sudo rights)
  7. enter grunt build to build the website into the dist folder or run grunt serve to start a dev-server