/aesgender

Visualisation of data from a study into author gender representation at audio engineering conferences

Primary LanguageJavaScript

AESGender

Development

npm run watch

will load a local development server which will auto-reload any changes

Dependencies

  • babel for transpiling/polyfilling for older browser targets
  • cpx for watching non-JS assets and auto-reloading dev server
  • d3 for data visualization
  • eslint for code style enforcing
  • lodash to fill in the gaps in JS stdlib
  • webpack for bundling JS together with assets/compilation workflow