From b2b3a1d66f7c9d20d606256ace598cd88d2d1297 Mon Sep 17 00:00:00 2001 From: Shubham Daule Date: Tue, 2 Jan 2024 02:00:34 +0530 Subject: [PATCH] Update courses - Add EE352 - Update slot for CS300 from F to I - Update Name and slots for CS621 (Lab slot TBD) --- src/data/courses.json | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/src/data/courses.json b/src/data/courses.json index 89f379e..be82ec8 100644 --- a/src/data/courses.json +++ b/src/data/courses.json @@ -283,9 +283,9 @@ "location": "L105", "slot": { "lecture": [ - "F1", - "F2", - "F3" + "I1", + "I2", + "I3" ] }, "instructor": [ @@ -432,7 +432,7 @@ }, { "code": "TPL611/CS621", - "name": "Quantum Computing and Reversible Logic Design", + "name": "Quantum Computing for Computer Scientists", "credits": { "new": { "lecture": "3", @@ -445,8 +445,10 @@ "slot": { "lecture": [ "B1", - "B2", - "B3" + "B2" + ], + "practicle": [ + ] }, "instructor": [ @@ -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",