Skip to content

jiemakel/aether

Repository files navigation

Aether VoID statistics tool

DOI

see http://jiemakel.github.io/aether/ , http://www.seco.tkk.fi/publications/2014/makela-aether-2014.pdf

Cite:

@inproceedings{makela-aether-2014,
  author =   {Eetu Mäkelä},
  title =    {Aether -- Generating and Viewing Extended VoID Statistical Descriptions of RDF Datasets},
  year = {2014},
  booktitle = {Proceedings of the ESWC 2014 demo track, Springer-Verlag},
}

Building

Prequisites

  1. Make sure you have Node.js installed (for example using nvm).
  2. Make sure you have Bower installed (npm install -g bower)
  3. Make sure you have Gulp installed (npm install -g gulp)

Setting up the build environment

Run npm install and bower install.

Building

To simply build the project, run gulp. However, when actually working, you probably want to use gulp serve, which spawns the app in a browser, and stays to watch for changes in the project files, automatically recompiling them and reloading them into the browser.

To build a distribution version of the project (with e.g. combined and minified js and css files), use gulp dist. This will create the directory dist, which you can then copy to your production server.