Skip to content

Commit

Permalink
Update courses
Browse files Browse the repository at this point in the history
Issue #18
- Add EE352
- Update slot for CS300 from F to I
- Update Name and slots for CS621 (Lab slot TBD)
  • Loading branch information
sbdaule5 committed Jan 1, 2024
1 parent e05eab4 commit 89ca152
Showing 1 changed file with 30 additions and 6 deletions.
36 changes: 30 additions & 6 deletions src/data/courses.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@
"location": "L105",
"slot": {
"lecture": [
"F1",
"F2",
"F3"
"I1",
"I2",
"I3"
]
},
"instructor": [
Expand Down Expand Up @@ -432,7 +432,7 @@
},
{
"code": "TPL611/CS621",
"name": "Quantum Computing and Reversible Logic Design",
"name": "Quantum Computing for Computer Scientists",
"credits": {
"new": {
"lecture": "3",
Expand All @@ -445,8 +445,10 @@
"slot": {
"lecture": [
"B1",
"B2",
"B3"
"B2"
],
"practicle": [

]
},
"instructor": [
Expand Down Expand Up @@ -956,6 +958,28 @@
"Dr. Arzad Alam Kherani"
]
},
{
"code": "EE352",
"name": "Communication Lab",
"credits": {
"new": {
"lecture": "0",
"tutorial": "0",
"practicle": "2"
},
"old": "2"
},
"location": "NR",
"slot": {
"lecture": [
"V2",
"V3"
]
},
"instructor": [
"Dr. Sreejith T. V"
]
},
{
"code": "EE353",
"name": "Devices and Circuits lab",
Expand Down

0 comments on commit 89ca152

Please sign in to comment.