Giter Club home page Giter Club logo

forces-of-attraction's Introduction

Forces of Attraction

A site to visualize the results of a Speed Dating experiment. Can be viewed in a browser with no additional steps. Optimal size is 1280x1280px, so feel free to zoom in or out depending on your display.

Project Structure

Our file layout is virtually identical to the templates provided throughout the course for the assignments. The js directory contains the majority of our logic and visualization definitions, index.html contains the layout, and styles/style.css contains some additional styling directives. The components are organized as follows:

  • main.js: The entrypoint of our project. Includes main data processing functions.
  • barChart.js: Contains the Bar Chart.
  • View.js: A reusable superclass that abstracts away some of the common component patterns. Used by the force-directed graph.
  • forceDirectedGraph.js: Contains the Graph View. Extends the View class.
  • Legend.js: The group color legend.
  • matrix.js: The matrix.
  • utils.js: Random utility functions that are commonly used by all components and the data processing.

We have also initialized our js directory as an NPM module, in order to use eslint as a code-quality checker.

Tasks to Complete

Please see the issues page for a list of tasks that still need to be done.

Data

Dataset is from experimental speed dating events by Columbia Business School professors Ray Fisman and Sheena Iyengar for their paper Gender Differences in Mate Selection: Evidence From a Speed Dating Experiment (​https://www.kaggle.com/annavictoria/speed-dating-experiment​).

References

Project-Wide

  • Built skeleton structure based off of previous programming assignment boilerplate

Force-Directed Graph

Matrix

Line Chart

Misc.

Other small aspects of our code have their source of inspiration or direct reference cited as inline links in our source-code. Doing this allows quick navigation to sources from within the code and allows us to manage references through version control more easily.

forces-of-attraction's People

Contributors

rlnsy avatar thanh-to avatar knowriley avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.