GithubHelp home page GithubHelp logo

patrickleweryharris / major-finder Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 2.0 391 KB

A tool for finding your major at UofT

License: MIT License

JavaScript 95.54% HTML 3.89% Python 0.57%
web-app uoft toronto

major-finder's Introduction

major-finder

License standard-readme compliant

A tool for finding your major at UofT

Takes your first year courses and tells you what Specialist, Major or Minor program(s) you are eligible for

Branches

Table of Contents

Background

UofT offers no easy tool to see what subject programs a student can study given their first year courses. Major finder was created to fill this gap

Usage

Major finder for the UofT St. George campus is currently released here. Major finder for UTSC and UTM is no longer supported.

API

Should you wish to develop major finder for another campus/school, all you need do is create a json file for that school, then add this code into the find_majors() function in major-finder.js:

if (campusSelection == 'yourCampus'){
  jsonStr = 'yourJSONURL';
}

A corresponding selector must be added to the accompanying html file:

<input type="radio" name="group1" id="r1" value="yourCampus">
        <label for="item1">Your Campus Name</label>

JSON Format

JSON files that utilize the application should be in the following format:

{
  "postName":"Computer Science Major / Specialist / Minor",
  "calLink":"http://calendar.artsci.utoronto.ca/crs_csc.htm#ASSPE1689",
  "type": "2L",
  "requirements":[
    "CSC148",
    "CSC165",
    "MAT135",
    "MAT136"
  ]
}

Notes

To Do

  • Second year program entry
  • Type 2L program grade requirements
  • Eventual updating to 2017 - 2018 calendar will be required

Programs Not Included:

The following programs are not included due to having non-standard curricula:

  • Geoscience Major/Minor (40 different combinations)
  • Earth and Environmental Systems Major (35 different combinations)
  • Physical and Environmental Geography Specialist/Major/Minor
  • Geology Specialist
  • Physical & Environmental Geography Major
  • Renaissance Studies Specialist / Major / Minor (pick from a list of courses)

Contribute

PRs accepted.

Small note: If editing the Readme, please conform to the standard-readme specification.

License

MIT © Patrick Harris

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.