Skip to content

Commit

Permalink
Merge pull request #327 from sandeep14k/main
Browse files Browse the repository at this point in the history
Msc
  • Loading branch information
bmerchant22 authored Aug 31, 2024
2 parents 6f57d2c + 994d0f3 commit ee06f2b
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions components/Utils/matrixUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const programExpanded = [
"DualC",
"MT",
"MSR",
"MS",
"MSc",
"MDes",
"MBA",
"PhD",
Expand All @@ -31,12 +31,12 @@ export const BranchesExpanded = [
"EE",
"MSE",
"ME",
"CHM",
"CH",
"ECO",
"ES",
"MTH",
"SDS",
"PHY",
"Ph",
"CGS",
"DES",
"MS",
Expand All @@ -59,12 +59,12 @@ export const Branches = [
"Electrical Engineering (EE)",
"Material Science and Engineering (MSE)",
"Mechanical Engineering (ME)",
"Chemistry (CHM)",
"Chemistry (CH)",
"Economics (ECO)",
"Earth Sciences (ES)",
"Mathematics and Scientific Computing (MTH)",
"Statistics and Data Science (SDS)",
"Physics (PHY)",
"Physics (Ph)",
"Cognitive Science (CGS)",
"Design (DES)",
"Management Studies (MS)",
Expand Down Expand Up @@ -156,7 +156,7 @@ export const func = {
MT: 18,
DoubleMajor: 32,
DualA: 42,
DualB: 53,
DualB: -1,
DualC: -1,
MDes: -1,
MBA: -1,
Expand All @@ -171,7 +171,7 @@ export const func = {
DoubleMajor: 33,
DualA: 43,
DualB: 54,
DualC: 39,
DualC: -1,
MDes: -1,
MBA: -1,
PhD: 68,
Expand Down Expand Up @@ -206,7 +206,7 @@ export const func = {
MSc: -1,
MSR: 90,
},
"Chemistry (CHM)": {
"Chemistry (CH)": {
BT: -1,
BS: 9,
MT: -1,
Expand Down Expand Up @@ -258,7 +258,7 @@ export const func = {
DualC: -1,
MDes: -1,
MBA: -1,
PhD: 72,
PhD: -1,
MSc: -1,
MSR: -1,
},
Expand All @@ -276,7 +276,7 @@ export const func = {
MSc: -1,
MSR: -1,
},
"Physics (PHY)": {
"Physics (Ph)": {
BT: -1,
BS: 13,
MT: -1,
Expand All @@ -293,7 +293,7 @@ export const func = {
"Cognitive Science (CGS)": {
BT: -1,
BS: -1,
MT: 117,
MT: -1,
DoubleMajor: -1,
DualA: -1,
DualB: -1,
Expand Down Expand Up @@ -509,7 +509,7 @@ export const funcExpanded = {
MT: 18,
DoubleMajor: 32,
DualA: 42,
DualB: 53,
DualB: -1,
DualC: -1,
MDes: -1,
MBA: -1,
Expand All @@ -524,7 +524,7 @@ export const funcExpanded = {
DoubleMajor: 33,
DualA: 43,
DualB: 54,
DualC: 39,
DualC: -1,
MDes: -1,
MBA: -1,
PhD: 68,
Expand Down Expand Up @@ -559,7 +559,7 @@ export const funcExpanded = {
MSc: -1,
MSR: 90,
},
CHM: {
CH: {
BT: -1,
BS: 9,
MT: -1,
Expand Down Expand Up @@ -611,7 +611,7 @@ export const funcExpanded = {
DualC: -1,
MDes: -1,
MBA: -1,
PhD: 72,
PhD: -1,
MSc: -1,
MSR: -1,
},
Expand All @@ -629,7 +629,7 @@ export const funcExpanded = {
MSc: -1,
MSR: -1,
},
PHY: {
Ph: {
BT: -1,
BS: 13,
MT: -1,
Expand Down Expand Up @@ -844,7 +844,7 @@ export const rev = {
50: "DualB-BSBE",
51: "DualB-CE",
52: "DualB-CHE",
53: "DualB-CSE",
53: "<DELETED>DualB-CSE</DELETED>",
54: "DualB-EE",
55: "DualB-MSE",
101: "DualB-ME",
Expand All @@ -853,7 +853,7 @@ export const rev = {
103: "DualB-SDS",
57: "DualB-PHY",
58: "DualB-DES",
59: "DualC-EE",
59: "<DELETED>DualC-EE</DELETED>",
104: "DualB-MS",
105: "DualB-SEE",
60: "DualC-MS",
Expand All @@ -879,7 +879,7 @@ export const rev = {
89: "MSR-EE",
90: "MSR-ME",
91: "MSR-CGS",
92: "<DELETED>MSR-EEM</DELETED>", // extra
92: "<DELETED>MSR-EEM</DELETED>",
93: "MSR-PSE",
94: "MSR-SEE",
107: "MSc-CHM",
Expand All @@ -901,7 +901,7 @@ export const rev = {
111: "PhD-CHM",
112: "PhD-ECO",
71: "PhD-ES",
72: "PhD-MTH",
72: "<DELETED>PhD-MTH</DELETED>",
73: "PhD-PHY",
74: "PhD-CGS",
75: "PhD-DES",
Expand All @@ -917,7 +917,6 @@ export const rev = {
// Stupidest thing ever written if it works.
115: "DualA-ES",
116: "DualB-ES",
117: "MT-CGS",
};

export default { programExpanded, Branches, programCondensed, rev, func };

0 comments on commit ee06f2b

Please sign in to comment.