malex984 / melting-ice-caps

"Simulating the Melting of Ice Caps" MPE application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simulating the Melting of Ice Caps

This is an adaptation of the Simulating the Melting of Ice Caps application by Maëlle Nodet (University Grenoble Alpes) and Jocelyne Erhel (Inria) for use in IMAGINARY exhibitions.

Limitations

IMPORTANT:

Currently this app only supports 16:9 screens (e.g. 1920x1080) and nearby aspect ratios. Layout will break at other aspect ratios and small resolutions. Hopefully they will be eventually supported.

Installation

Run

./download_video.sh

To download the video files and create a local copy. Afterwards you can configure the cfg/config.yml file to use the local copy.

Configuration

Configure the system by editing the cfg/config.yml file. There are important settings for running the exhibit in kiosk mode.

The configuration file is fully commented.

Compilation

This app is built using several compilable languages:

  • The HTML pages are built from pug template files.
  • The CSS stylesheet is pre-compiled from sass files.
  • The JS scripts are trans-compiled from es6 (ES2015) files.

To make any modifications re-compilation is necessary. You should install:

  • node and npm
  • yarn
  • gulp (install globally)

Afterwards run the following in the command line:

yarn

After it runs succesfuly you can compile as needed:

  • sass (stylesheets)

      gulp sass
    
  • pug (HTML pages)

      gulp pug
    
  • scripts (ES6)

      gulp scripts:prod
    
  • scripts (ES6, debug)

      gulp scripts:dev
    

Credits

Concept, content and original version by Maëlle Nodet (University Grenoble Alpes) and Jocelyne Erhel (Inria)

Graphic Design by Victoria Denys with adaptations for exhibition use by IMAGINARY.

New code by Eric Londaits for IMAGINARY.

License

Content (including images, videos and text) licensed under CC BY-NC-SA-3.0

Source code and technical documentation licensed under the Apache License. See the Notice for license information of included dependencies.

None of the original source code was used in this adaptation.

About

"Simulating the Melting of Ice Caps" MPE application


Languages

Language:HTML 77.8%Language:CSS 15.4%Language:JavaScript 6.4%Language:Shell 0.4%