Coder Social home page Coder Social logo

enviz's Introduction

#enviz Enrollment visualization tool for CS BS degree at UCSC

Motivation

Planning one's academic path towards a degree is a daunting task. Often the only resources available to a student are a catalog of courses and counselors. UCSC provides a curriculum chart in the form of a tree to show prerequisites and a natural progression of classes towards the degree. This is a good thing that benefits CS students and could be a benefit to others. However, it is a static document and offers little insight on its own. With JavaScript and D3 we can build a similar curriculum chart from course and enrollment data and provide helpful information and visualizations to students.

Objective

Currently this project is being pursued as the final project for the CMPS 165 Data Visualization capstone course at UCSC taught by Suresh Lodha. It is limited in scope to a subset of courses in the CS BS degree as a result. However, this project's goal is to be further generalized to benefit other degree programs, students wishing to transfer from community colleges to UCs, as well as other use cases. As time goes on a roadmap and timeline of objectives will be posted here detailing the project's growth.

Inspiration

This project is heavily inspired by the skill tree progressions present in many video games, specifically RPGs. Such a representation is clear and intuitive enough to be grasped without help from outside resources by all age groups. There is also a program available to students of the San Mateo Community College District called Degree Works. Its purpose is to help students plan their classes and track their progress. While a useful tool, it is not very intuitive and it is easy to get lost while using it.

enviz's People

Contributors

nbmonahelis avatar admbarre avatar ruiokada avatar

Watchers

 avatar  avatar

enviz's Issues

Enrollment Data and Color Scale

-Create an enrollment data JSON for a sample quarter.
-Load JSON into program.
-Create color scale based on the ratio of (enrollment/capacity), fullness:

  • 0 <= fullness < 1 Green for under-enrolled
  • fullness == 1 Gold for critically-enrolled
  • fullness > 1 Red for over-enrolled

-Apply color scale to nodes.

Line arrowhead markers

Line arrowhead markers are being drawn at center of node. They should be offset from the target node according to radius of the node so that they are drawn at the edge of the node.

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.