Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
update major alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Dai authored and abztrakt committed Apr 23, 2020
1 parent 5bcd9ee commit c3dc8ce
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions pivot/static/pivot/js/alias.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ Ex: If you search CSE, the major corresponding to 'C SCI-0' should
show up in the search results (in this case: Computer Science on the Seattle Campus) */

const search_alias = {
'ACMS-0': ['AMATH', 'Applied Math', 'Applied and Computational Mathematical Sciences', 'Applied & Computational Mathematical Sciences'],
'ACMS-10': ['AMATH', 'Applied Math', 'Applied and Computational Mathematical Sciences', 'Applied & Computational Mathematical Sciences'],
'ACMS-20': ['AMATH', 'Applied Math', 'Applied and Computational Mathematical Sciences', 'Applied & Computational Mathematical Sciences'],
'ACMS-30': ['AMATH', 'Applied Math', 'Applied and Computational Mathematical Sciences', 'Applied & Computational Mathematical Sciences'],
'ACMS-50': ['AMATH', 'Applied Math', 'Applied and Computational Mathematical Sciences', 'Applied & Computational Mathematical Sciences'],
'ACMS-70': ['AMATH', 'Applied Math', 'Applied and Computational Mathematical Sciences', 'Applied & Computational Mathematical Sciences'],
'C-SCI-0': ['CSE'],
'C-SCI-10': ['CSE'],
'CIV-E-0': ['CE'],
'IND-E-0': ['IE']
'ACMS-0-1-5': ['AMATH', 'Applied Math', 'Applied and Computational Mathematical Sciences', 'Applied & Computational Mathematical Sciences'],
'ACMS-10-1-5': ['AMATH', 'Applied Math', 'Applied and Computational Mathematical Sciences', 'Applied & Computational Mathematical Sciences'],
'ACMS-20-1-5': ['AMATH', 'Applied Math', 'Applied and Computational Mathematical Sciences', 'Applied & Computational Mathematical Sciences'],
'ACMS-30-1-5': ['AMATH', 'Applied Math', 'Applied and Computational Mathematical Sciences', 'Applied & Computational Mathematical Sciences'],
'ACMS-50-1-5': ['AMATH', 'Applied Math', 'Applied and Computational Mathematical Sciences', 'Applied & Computational Mathematical Sciences'],
'ACMS-70-1-5': ['AMATH', 'Applied Math', 'Applied and Computational Mathematical Sciences', 'Applied & Computational Mathematical Sciences'],
'ACMS-80-1-5': ['AMATH', 'Applied Math', 'Applied and Computational Mathematical Sciences', 'Applied & Computational Mathematical Sciences'],
'C-SCI-0-1-5': ['CSE'],
'C-SCI-10-1-5': ['CSE'],
'CIV-E-0-1-6': ['CE'],
'IND-E-0-1-6': ['IE']
};


Expand Down

0 comments on commit c3dc8ce

Please sign in to comment.