Skip to content

Commit

Permalink
Bugs & Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushabh2805 committed Jun 12, 2024
1 parent bef99b9 commit 77fcdce
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 24 deletions.
8 changes: 8 additions & 0 deletions .hintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": [
"development"
],
"hints": {
"disown-opener": "off"
}
}
48 changes: 24 additions & 24 deletions components/Utils/matrixUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,30 @@ export const programCondensed = [
];

export const Branches = [
"Aerospace Engineering (AE)",
"Biological Sciences and Bioengineering (BSBE)",
"Civil Engineering (CE)",
"Chemical Engineering (CHE)",
"Computer Science and Engineering (CSE)",
"Electrical Engineering (EE)",
"Material Science and Engineering (MSE)",
"Mechanical Engineering (ME)",
"Chemistry (CH)",
"Economics (ECO)",
"Earth Sciences (ES)",
"Mathematics and Scientific Computing (MTH)",
"Statistics and Data Science (SDS)",
"Physics (Ph)",
"Cognitive Science (CGS)",
"Design (DES)",
"Management Studies (MS)",
"Materials Science Programme (MSP)",
"Nuclear Engineering and Technology (NET)",
"Photonics Science and Engineering (PSE)",
"Statistics (Stats)",
"Humanities and Social Sciences (HSS)",
"Mathematics",
"Sustainable Energy Engineering (SEE)",
"Aerospace Engineering (AE)",
"Biological Sciences and Bioengineering (BSBE)",
"Civil Engineering (CE)",
"Chemical Engineering (CHE)",
"Computer Science and Engineering (CSE)",
"Electrical Engineering (EE)",
"Material Science and Engineering (MSE)",
"Mechanical Engineering (ME)",
"Chemistry (CH)",
"Economics (ECO)",
"Earth Sciences (ES)",
"Mathematics and Scientific Computing (MTH)",
"Statistics and Data Science (SDS)",
"Physics (Ph)",
"Cognitive Science (CGS)",
"Design (DES)",
"Management Studies (MS)",
"Materials Science Programme (MSP)",
"Nuclear Engineering and Technology (NET)",
"Photonics Science and Engineering (PSE)",
"Statistics (Stats)",
"Humanities and Social Sciences (HSS)",
"Mathematics",
"Sustainable Energy Engineering (SEE)",
"Space Science and Astronomy (SSA)",
];

Expand Down

0 comments on commit 77fcdce

Please sign in to comment.