From 2885cec057f5eefe8d7d4838aa56d3344046f645 Mon Sep 17 00:00:00 2001 From: Abhinav Sukumar Rao <39939017+AetherPrior@users.noreply.github.com> Date: Sun, 14 Jun 2020 15:11:13 +0530 Subject: [PATCH 01/31] Add testing scripts --- .gitignore | 1 - Scripts/Helform.py | 46 +++++++++++++++++++++++++++++++++++++++++ Scripts/Login.py | 23 +++++++++++++++++++++ Scripts/Students.py | 29 ++++++++++++++++++++++++++ Scripts/Timetable.py | 27 ++++++++++++++++++++++++ Scripts/data/login.json | 0 6 files changed, 125 insertions(+), 1 deletion(-) create mode 100644 Scripts/Helform.py create mode 100644 Scripts/Login.py create mode 100644 Scripts/Students.py create mode 100644 Scripts/Timetable.py create mode 100644 Scripts/data/login.json diff --git a/.gitignore b/.gitignore index e18d5ab..df2ee6f 100644 --- a/.gitignore +++ b/.gitignore @@ -121,7 +121,6 @@ psd thumb sketch -Scripts .vscode client/package-lock.json package-lock.json diff --git a/Scripts/Helform.py b/Scripts/Helform.py new file mode 100644 index 0000000..942f9cb --- /dev/null +++ b/Scripts/Helform.py @@ -0,0 +1,46 @@ +import json +import random + +with open( + '../client/src/Timetable.json' +) as f: + timetable = json.load(f) + +data = [] + +for course in timetable: + if course.startswith('GS') or course.startswith('HSS') or course in [ + 'BITS F214', 'BITS F385', 'BITS F399' + ]: + data.append({ + 'courseName': course, + 'studentsInterestedInSlot': { + '0': { + '$numberInt': str(random.randint(1, 30)) + }, + '1': { + '$numberInt': str(random.randint(1, 30)) + }, + '2': { + '$numberInt': str(random.randint(1, 30)) + }, + '3': { + '$numberInt': str(random.randint(1, 30)) + }, + '4': { + '$numberInt': str(random.randint(1, 30)) + }, + '5': { + '$numberInt': str(random.randint(1, 30)) + }, + '6': { + '$numberInt': str(random.randint(1, 30)) + }, + '7': { + '$numberInt': str(random.randint(1, 30)) + }, + } + }) + +with open('./data/HEL_MOCK_DATA.json', 'w+') as f: + json.dump(data, f) \ No newline at end of file diff --git a/Scripts/Login.py b/Scripts/Login.py new file mode 100644 index 0000000..59e3dbd --- /dev/null +++ b/Scripts/Login.py @@ -0,0 +1,23 @@ +import random +from datetime import datetime, timedelta +from pprint import pprint +import json +ID_START = 0x5edf71829e6606d76ecca055 +ID_END = 0x5edf71829e6606d76ecca05e +login_data = [] +for _ in range(10): + id = random.randint(ID_START, ID_END) + delta = timedelta(days=random.randint(0, 180), + seconds=random.randint(0, 86400)) + date = datetime.now() - delta + date_string = f"{date.day:02}-{date.month:02}-{date.year:04}T{date.hour:02}:{date.minute:02}:{date.second:02}.{str(date.microsecond)[:3]}Z" + + data = { + "userId": {"$oid": + f"{id:x}"}, + "createdAt": { + "$date": f"{date_string}"} + } + login_data.append(data) + login_data.sort(key=lambda x: x["createdAt"]["$date"]) + pprint(login_data) diff --git a/Scripts/Students.py b/Scripts/Students.py new file mode 100644 index 0000000..faf327f --- /dev/null +++ b/Scripts/Students.py @@ -0,0 +1,29 @@ +import json +import names +import random +false = False +true = True +#listOfUsernames = ["Mike Hunt", "Ben Dover", "Phil M'Crack", "Mike Oxlong", "Hue Janus", "Jennah Tillias", "Ivan Tufaq", "Mike Hock"] +branch = ["CS","ECE","EEE","ENI","PHY","CHEM","ECO","BIO","CHE","CE","CHEM","PHA"] +courses = None +with open("../client/src/Timetable.json",'r') as f: + courses = (json.load(f)).keys() +year = [1,2,3,4,5] +jsonlist = [] +with open('./data/students.json','w+') as f: + for i in range(0,10): + jsonStudent = {"branch":["CHEM"],"interestedCourses":[{"BIO F111":{"$numberInt":"1"}}],"name":"fdjkdfkj","email":"f20202020@hyderabad.bits-pilani.ac.in","submittedForm":true,"year":{"$numberInt":"2"}} + courseInt = random.sample(courses,random.randint(1,5)) + interestedCourses = [{c: {'$numberInt:': str(random.randint(1,4))}} for c in courseInt] + jsonStudent['branch'] = [random.choice(branch)] + jsonStudent['year'] = { '$numberInt': random.choice(year)} + jsonStudent['interestedCourses'] = interestedCourses + jsonStudent['submittedForm'] = random.choice([true, false]) + jsonStudent['email']= "f2020"+"{:04d}".format(random.randint(1,1500))+"@hyderabad.bits-pilani.ac.in" + jsonStudent['name'] = names.get_full_name() + jsonlist.append(jsonStudent) + #jsonlist.append(json.dumps(jsonStudent)) + json.dump(jsonlist,f) + + + diff --git a/Scripts/Timetable.py b/Scripts/Timetable.py new file mode 100644 index 0000000..099d5d0 --- /dev/null +++ b/Scripts/Timetable.py @@ -0,0 +1,27 @@ +import copy +import json +from numpy.random import permutation +true = True +tt = { "_id": { "$oid": "5edfadc23f5eb818e7f5d2d8" }, "branch": ["CS"], "Courses": [{ "course": { "BIO F110": { "name": "Biology Laboratory", "sections": { "L1": { "instructors": ["Gireesha T Mohannath"], "sched": [{ "room": "A122", "days": ["F"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L2": { "instructors": ["Minali Singh"], "sched": [{ "room": "A122", "days": ["Th"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L3": { "instructors": ["Vidya Rajesh"], "sched": [{ "room": "A122", "days": ["T"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L4": { "instructors": ["PIYUSH KHANDELIA"], "sched": [{ "room": "A122", "days": ["M"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L5": { "instructors": ["Aishwarya Natarajan"], "sched": [{ "room": "A122", "days": ["W"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L6": { "instructors": ["Anne Lohitha Alias Anuhya"], "sched": [{ "room": "A122", "days": ["T"], "hours": [{ "$numberInt": "7" }, { "$numberInt": "8" }] }] }, "L7": { "instructors": ["Vivek Sharma"], "sched": [{ "room": "A122", "days": ["M"], "hours": [{ "$numberInt": "7" }, { "$numberInt": "8" }] }] }, "L8": { "instructors": ["Aruku Dazo Vadeo"], "sched": [{ "room": "A122", "days": ["F"], "hours": [{ "$numberInt": "7" }, { "$numberInt": "8" }] }] }, "L9": { "instructors": ["Piyush Khandelia"], "sched": [{ "room": "A122", "days": ["W"], "hours": [{ "$numberInt": "7" }, { "$numberInt": "8" }] }] }, "L10": { "instructors": ["Bakhya Shree Gb"], "sched": [{ "room": "A122", "days": ["S"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L11": { "instructors": ["Anne Lohitha Alias Anuhya"], "sched": [{ "room": "A122", "days": ["Th"], "hours": [{ "$numberInt": "7" }, { "$numberInt": "8" }] }] } }, "compre": { "date": "30/04", "session": "FN" } } }, "sections": ["L1"] }, { "course": { "HSS F222": { "name": "Linguistics", "sections": { "L1": { "instructors": ["PRANESH BHARGAVA"], "sched": [{ "room": "J120", "days": ["T", "Th", "S"], "hours": [{ "$numberInt": "3" }] }] } }, "compre": { "date": "06/05", "session": "AN" }, "midsem": { "date": "4/3", "time": "9.00 - 10.30AM" } } }, "sections": ["L1"] }], "isShared": true, "ownerId": { "$oid": "5edf76404d1ef40ffbc7835a" }, "name": "t4", "year": { "$numberInt": "2" }, "TimeTable": { "M": { "one": {}, "two": {}, "three": {}, "four": {}, "five": {}, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} }, "T": { "one": {}, "two": {}, "three": { "courseCode": ["HSS F222"], "courseName": "Linguistics", "sectionRoom": "J120", "numHours": { "$numberInt": "1" }, "section": "L1" }, "four": {}, "five": {}, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} }, "W": { "one": {}, "two": {}, "three": {}, "four": {}, "five": {}, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} }, "Th": { "one": {}, "two": {}, "three": { "courseCode": ["HSS F222"], "courseName": "Linguistics", "sectionRoom": "J120", "numHours": { "$numberInt": "1" }, "section": "L1" }, "four": {}, "five": {}, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} }, "F": { "one": {}, "two": {}, "three": {}, "four": { "courseCode": ["BIO F110"], "courseName": "Biology Laboratory", "sectionRoom": "A122", "numHours": { "$numberInt": "2" }, "section": "L1" }, "five": { "courseCode": ["BIO F110"], "courseName": "Biology Laboratory", "sectionRoom": "A122", "numHours": { "$numberInt": "2" }, "section": "L1" }, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} }, "S": { "one": {}, "two": {}, "three": { "courseCode": ["HSS F222"], "courseName": "Linguistics", "sectionRoom": "J120", "numHours": { "$numberInt": "1" }, "section": "L1" }, "four": {}, "five": {}, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} } }, "username": "AVIRAL AGARWAL", "date": { "$date": { "$numberLong": "1591717314912" } }, "__v": { "$numberInt": "0" } } +listOfUsernames = ["Mike Hunt", "Ben Dover", "Phil M'Crack", "Mike Oxlong", "Hue Janus", "Jennah Tillias", "Ivan Tufaq", "Mike Hock"] +branch = ["CS","ECE","EEE","ENI","PHY","CHEM","ECO","BIO","CHE","CE","CHEM","PHA"] +year = [1,2,3,4,5] + +fullarray = [] + +for k in year: + branch = permutation(branch) + for j in branch: + listOfUsernames = permutation(listOfUsernames) + for i in listOfUsernames: + ttt = copy.deepcopy(tt) + ttt['branch'] = j + ttt['year'] = k + ttt['username'] = i + fullarray.append(json.dumps(ttt)) + +with open('./data/ttfile.json','w+') as f: + for i in fullarray: + f.writelines(i+',') + + diff --git a/Scripts/data/login.json b/Scripts/data/login.json new file mode 100644 index 0000000..e69de29 From b0d6a7fa79dc3251e59cf32f333fce67f4228a55 Mon Sep 17 00:00:00 2001 From: Abhinav Sukumar Rao <39939017+AetherPrior@users.noreply.github.com> Date: Tue, 16 Jun 2020 01:04:46 +0530 Subject: [PATCH 02/31] Finishing touches --- Scripts/Courses.py | 11 ++++++++++ Scripts/Helform.py | 2 +- Scripts/Login.py | 23 --------------------- Scripts/Login_mock.py | 33 ++++++++++++++++++++++++++++++ Scripts/Timetable.py | 45 +++++++++++++++++++++++++++++------------ Scripts/data/login.json | 0 6 files changed, 77 insertions(+), 37 deletions(-) create mode 100644 Scripts/Courses.py delete mode 100644 Scripts/Login.py create mode 100644 Scripts/Login_mock.py delete mode 100644 Scripts/data/login.json diff --git a/Scripts/Courses.py b/Scripts/Courses.py new file mode 100644 index 0000000..ccd31bc --- /dev/null +++ b/Scripts/Courses.py @@ -0,0 +1,11 @@ +import json +import random +courses = None +with open("../client/src/Timetable.json",'r') as f: + courses = (json.load(f)).keys() +_data = [] +with open('./data/courses.json','w+') as f: + for i in courses: + data = {"courseId":i,"count":{"$numberInt":str(random.randint(0,300))}} + _data.append(data) + json.dump(_data,f) diff --git a/Scripts/Helform.py b/Scripts/Helform.py index 942f9cb..1eac832 100644 --- a/Scripts/Helform.py +++ b/Scripts/Helform.py @@ -13,7 +13,7 @@ 'BITS F214', 'BITS F385', 'BITS F399' ]: data.append({ - 'courseName': course, + 'courseName': course.lower(), 'studentsInterestedInSlot': { '0': { '$numberInt': str(random.randint(1, 30)) diff --git a/Scripts/Login.py b/Scripts/Login.py deleted file mode 100644 index 59e3dbd..0000000 --- a/Scripts/Login.py +++ /dev/null @@ -1,23 +0,0 @@ -import random -from datetime import datetime, timedelta -from pprint import pprint -import json -ID_START = 0x5edf71829e6606d76ecca055 -ID_END = 0x5edf71829e6606d76ecca05e -login_data = [] -for _ in range(10): - id = random.randint(ID_START, ID_END) - delta = timedelta(days=random.randint(0, 180), - seconds=random.randint(0, 86400)) - date = datetime.now() - delta - date_string = f"{date.day:02}-{date.month:02}-{date.year:04}T{date.hour:02}:{date.minute:02}:{date.second:02}.{str(date.microsecond)[:3]}Z" - - data = { - "userId": {"$oid": - f"{id:x}"}, - "createdAt": { - "$date": f"{date_string}"} - } - login_data.append(data) - login_data.sort(key=lambda x: x["createdAt"]["$date"]) - pprint(login_data) diff --git a/Scripts/Login_mock.py b/Scripts/Login_mock.py new file mode 100644 index 0000000..77d89e8 --- /dev/null +++ b/Scripts/Login_mock.py @@ -0,0 +1,33 @@ +import json +import random +from datetime import datetime, timedelta, timezone + +data = [] + +START_ID = 0x5edfc6a5d4a4f36e20f98e8b + +START_USER = 0x5ee5fc309e6606d76e9c0e83 +END_USER = 0x5ee5fc309e6606d76e9c1000 + +for id_ in range(100): + #id_ = START_ID + id_ + user = random.randint(START_USER, END_USER) + delta = timedelta(days=random.randint(0, 180), + seconds=random.randint(0, 86400)) + creation_date = datetime.now(tz=timezone.utc) - delta + seconds = (creation_date - + datetime(1970, 1, 1, tzinfo=timezone.utc)).total_seconds() + data.append({ + 'userId': { + '$oid': f"{user:x}" + }, + 'createdAt': { + '$date': { + '$numberLong': f"{int(seconds)}{random.randint(1,999):03}" + } + }, + }) +data.sort(key=lambda x: x["createdAt"]["$date"]['$numberLong']) + +with open('./data/login.json', 'w') as f: + json.dump(data, f) diff --git a/Scripts/Timetable.py b/Scripts/Timetable.py index 099d5d0..0bea543 100644 --- a/Scripts/Timetable.py +++ b/Scripts/Timetable.py @@ -1,27 +1,46 @@ import copy import json from numpy.random import permutation +import random +from datetime import datetime, timedelta, timezone true = True -tt = { "_id": { "$oid": "5edfadc23f5eb818e7f5d2d8" }, "branch": ["CS"], "Courses": [{ "course": { "BIO F110": { "name": "Biology Laboratory", "sections": { "L1": { "instructors": ["Gireesha T Mohannath"], "sched": [{ "room": "A122", "days": ["F"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L2": { "instructors": ["Minali Singh"], "sched": [{ "room": "A122", "days": ["Th"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L3": { "instructors": ["Vidya Rajesh"], "sched": [{ "room": "A122", "days": ["T"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L4": { "instructors": ["PIYUSH KHANDELIA"], "sched": [{ "room": "A122", "days": ["M"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L5": { "instructors": ["Aishwarya Natarajan"], "sched": [{ "room": "A122", "days": ["W"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L6": { "instructors": ["Anne Lohitha Alias Anuhya"], "sched": [{ "room": "A122", "days": ["T"], "hours": [{ "$numberInt": "7" }, { "$numberInt": "8" }] }] }, "L7": { "instructors": ["Vivek Sharma"], "sched": [{ "room": "A122", "days": ["M"], "hours": [{ "$numberInt": "7" }, { "$numberInt": "8" }] }] }, "L8": { "instructors": ["Aruku Dazo Vadeo"], "sched": [{ "room": "A122", "days": ["F"], "hours": [{ "$numberInt": "7" }, { "$numberInt": "8" }] }] }, "L9": { "instructors": ["Piyush Khandelia"], "sched": [{ "room": "A122", "days": ["W"], "hours": [{ "$numberInt": "7" }, { "$numberInt": "8" }] }] }, "L10": { "instructors": ["Bakhya Shree Gb"], "sched": [{ "room": "A122", "days": ["S"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L11": { "instructors": ["Anne Lohitha Alias Anuhya"], "sched": [{ "room": "A122", "days": ["Th"], "hours": [{ "$numberInt": "7" }, { "$numberInt": "8" }] }] } }, "compre": { "date": "30/04", "session": "FN" } } }, "sections": ["L1"] }, { "course": { "HSS F222": { "name": "Linguistics", "sections": { "L1": { "instructors": ["PRANESH BHARGAVA"], "sched": [{ "room": "J120", "days": ["T", "Th", "S"], "hours": [{ "$numberInt": "3" }] }] } }, "compre": { "date": "06/05", "session": "AN" }, "midsem": { "date": "4/3", "time": "9.00 - 10.30AM" } } }, "sections": ["L1"] }], "isShared": true, "ownerId": { "$oid": "5edf76404d1ef40ffbc7835a" }, "name": "t4", "year": { "$numberInt": "2" }, "TimeTable": { "M": { "one": {}, "two": {}, "three": {}, "four": {}, "five": {}, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} }, "T": { "one": {}, "two": {}, "three": { "courseCode": ["HSS F222"], "courseName": "Linguistics", "sectionRoom": "J120", "numHours": { "$numberInt": "1" }, "section": "L1" }, "four": {}, "five": {}, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} }, "W": { "one": {}, "two": {}, "three": {}, "four": {}, "five": {}, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} }, "Th": { "one": {}, "two": {}, "three": { "courseCode": ["HSS F222"], "courseName": "Linguistics", "sectionRoom": "J120", "numHours": { "$numberInt": "1" }, "section": "L1" }, "four": {}, "five": {}, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} }, "F": { "one": {}, "two": {}, "three": {}, "four": { "courseCode": ["BIO F110"], "courseName": "Biology Laboratory", "sectionRoom": "A122", "numHours": { "$numberInt": "2" }, "section": "L1" }, "five": { "courseCode": ["BIO F110"], "courseName": "Biology Laboratory", "sectionRoom": "A122", "numHours": { "$numberInt": "2" }, "section": "L1" }, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} }, "S": { "one": {}, "two": {}, "three": { "courseCode": ["HSS F222"], "courseName": "Linguistics", "sectionRoom": "J120", "numHours": { "$numberInt": "1" }, "section": "L1" }, "four": {}, "five": {}, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} } }, "username": "AVIRAL AGARWAL", "date": { "$date": { "$numberLong": "1591717314912" } }, "__v": { "$numberInt": "0" } } +tt = {"branch": ["CS"], "Courses": [{ "course": { "BIO F110": { "name": "Biology Laboratory", "sections": { "L1": { "instructors": ["Gireesha T Mohannath"], "sched": [{ "room": "A122", "days": ["F"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L2": { "instructors": ["Minali Singh"], "sched": [{ "room": "A122", "days": ["Th"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L3": { "instructors": ["Vidya Rajesh"], "sched": [{ "room": "A122", "days": ["T"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L4": { "instructors": ["PIYUSH KHANDELIA"], "sched": [{ "room": "A122", "days": ["M"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L5": { "instructors": ["Aishwarya Natarajan"], "sched": [{ "room": "A122", "days": ["W"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L6": { "instructors": ["Anne Lohitha Alias Anuhya"], "sched": [{ "room": "A122", "days": ["T"], "hours": [{ "$numberInt": "7" }, { "$numberInt": "8" }] }] }, "L7": { "instructors": ["Vivek Sharma"], "sched": [{ "room": "A122", "days": ["M"], "hours": [{ "$numberInt": "7" }, { "$numberInt": "8" }] }] }, "L8": { "instructors": ["Aruku Dazo Vadeo"], "sched": [{ "room": "A122", "days": ["F"], "hours": [{ "$numberInt": "7" }, { "$numberInt": "8" }] }] }, "L9": { "instructors": ["Piyush Khandelia"], "sched": [{ "room": "A122", "days": ["W"], "hours": [{ "$numberInt": "7" }, { "$numberInt": "8" }] }] }, "L10": { "instructors": ["Bakhya Shree Gb"], "sched": [{ "room": "A122", "days": ["S"], "hours": [{ "$numberInt": "4" }, { "$numberInt": "5" }] }] }, "L11": { "instructors": ["Anne Lohitha Alias Anuhya"], "sched": [{ "room": "A122", "days": ["Th"], "hours": [{ "$numberInt": "7" }, { "$numberInt": "8" }] }] } }, "compre": { "date": "30/04", "session": "FN" } } }, "sections": ["L1"] }, { "course": { "HSS F222": { "name": "Linguistics", "sections": { "L1": { "instructors": ["PRANESH BHARGAVA"], "sched": [{ "room": "J120", "days": ["T", "Th", "S"], "hours": [{ "$numberInt": "3" }] }] } }, "compre": { "date": "06/05", "session": "AN" }, "midsem": { "date": "4/3", "time": "9.00 - 10.30AM" } } }, "sections": ["L1"] }], "isShared": true, "ownerId": { "$oid": "5edf76404d1ef40ffbc7835a" }, "name": "t4", "year": { "$numberInt": "2" }, "TimeTable": { "M": { "one": {}, "two": {}, "three": {}, "four": {}, "five": {}, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} }, "T": { "one": {}, "two": {}, "three": { "courseCode": ["HSS F222"], "courseName": "Linguistics", "sectionRoom": "J120", "numHours": { "$numberInt": "1" }, "section": "L1" }, "four": {}, "five": {}, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} }, "W": { "one": {}, "two": {}, "three": {}, "four": {}, "five": {}, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} }, "Th": { "one": {}, "two": {}, "three": { "courseCode": ["HSS F222"], "courseName": "Linguistics", "sectionRoom": "J120", "numHours": { "$numberInt": "1" }, "section": "L1" }, "four": {}, "five": {}, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} }, "F": { "one": {}, "two": {}, "three": {}, "four": { "courseCode": ["BIO F110"], "courseName": "Biology Laboratory", "sectionRoom": "A122", "numHours": { "$numberInt": "2" }, "section": "L1" }, "five": { "courseCode": ["BIO F110"], "courseName": "Biology Laboratory", "sectionRoom": "A122", "numHours": { "$numberInt": "2" }, "section": "L1" }, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} }, "S": { "one": {}, "two": {}, "three": { "courseCode": ["HSS F222"], "courseName": "Linguistics", "sectionRoom": "J120", "numHours": { "$numberInt": "1" }, "section": "L1" }, "four": {}, "five": {}, "six": {}, "seven": {}, "eight": {}, "nine": {}, "ten": {} } }, "username": "fddfgd", "date": { "$date": { "$numberLong": "1591717314912" } }} listOfUsernames = ["Mike Hunt", "Ben Dover", "Phil M'Crack", "Mike Oxlong", "Hue Janus", "Jennah Tillias", "Ivan Tufaq", "Mike Hock"] branch = ["CS","ECE","EEE","ENI","PHY","CHEM","ECO","BIO","CHE","CE","CHEM","PHA"] year = [1,2,3,4,5] -fullarray = [] +START_USER = 0x5ee5fc309e6606d76e9c0e83 +END_USER = 0x5ee5fc309e6606d76e9c1000 + +fullarray = [] +delta = timedelta(days=random.randint(0, 180), + seconds=random.randint(0, 86400)) +creation_date = datetime.now(tz=timezone.utc) - delta +seconds = (creation_date - + datetime(1970, 1, 1, tzinfo=timezone.utc)).total_seconds() for k in year: - branch = permutation(branch) - for j in branch: - listOfUsernames = permutation(listOfUsernames) - for i in listOfUsernames: - ttt = copy.deepcopy(tt) - ttt['branch'] = j - ttt['year'] = k - ttt['username'] = i - fullarray.append(json.dumps(ttt)) + branch = permutation(branch) + for j in branch: + listOfUsernames = permutation(listOfUsernames) + for i in listOfUsernames: + ttt = copy.deepcopy(tt) + ttt['branch'] = [j] + ttt['year'] = k + ttt['username'] = i + ttt['date'] = { + 'date':{ + '$numberLong': f"{int(seconds)}{random.randint(1,999):03}" + } + } + user = random.randint(START_USER,END_USER) + ttt['ownerId'] = { + "$oid": f'{user:x}' + } + fullarray.append(json.dumps(ttt)) with open('./data/ttfile.json','w+') as f: - for i in fullarray: - f.writelines(i+',') + for i in fullarray: + f.writelines(i+',') diff --git a/Scripts/data/login.json b/Scripts/data/login.json deleted file mode 100644 index e69de29..0000000 From 8194b687be76e80a66c02c10926a0c55d7238ae4 Mon Sep 17 00:00:00 2001 From: Abhinav Sukumar Rao <39939017+AetherPrior@users.noreply.github.com> Date: Fri, 14 Aug 2020 15:43:20 +0530 Subject: [PATCH 03/31] Make ready for deploy --- client/src/Timetable.json | 18204 ++++++---------- client/src/components/timetable/PreviewTT.jsx | 40 +- client/src/utils/CreateTTUtils.js | 4 +- 3 files changed, 6933 insertions(+), 11315 deletions(-) diff --git a/client/src/Timetable.json b/client/src/Timetable.json index 4d416c6..89df6e3 100644 --- a/client/src/Timetable.json +++ b/client/src/Timetable.json @@ -1,463 +1,546 @@ { - "BIO F110": { - "name": "Biology Laboratory", + "BIO F111": { + "name": "General Biology", "sections": { - "L1": { + "L3": { "instructors": [ - "Gireesha T Mohannath" + "Kirtimaan Syal", + "Shuvadeep Maity" ], "sched": [ { - "room": "A122", + "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 4, - 5 + 2 ] } ] }, - "L2": { + "T10": { "instructors": [ - "Minali Singh" + "Gireesha T Mohannath" ], "sched": [ { - "room": "A122", + "room": "NA", "days": [ "Th" ], "hours": [ - 4, - 5 + 6 ] } ] - }, - "L3": { + } + } + }, + "BIO F211": { + "name": "Biological Chemistry", + "sections": { + "L1": { "instructors": [ - "Vidya Rajesh" + "RUCHI JAIN DEY" ], "sched": [ { - "room": "A122", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 4, 5 ] } ] }, - "L4": { + "T1": { "instructors": [ - "PIYUSH KHANDELIA" + "Sumana Choudhury" ], "sched": [ { - "room": "A122", + "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 4, - 5 + 1 ] } ] - }, - "L5": { + } + } + }, + "BIO F213": { + "name": "Cell Biology", + "sections": { + "L1": { "instructors": [ - "Aishwarya Natarajan" + "K PRANAV NARAYAN" ], "sched": [ { - "room": "A122", + "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 4, - 5 + 3 ] } ] }, - "L6": { + "T1": { "instructors": [ - "Anne Lohitha Alias Anuhya" + "Minali Singh" ], "sched": [ { - "room": "A122", + "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 7, - 8 + 1 ] } ] - }, - "L7": { + } + } + }, + "BIO F214": { + "name": "Integrated Biology", + "sections": { + "L1": { "instructors": [ - "Vivek Sharma" + "SUMAN KAPUR" ], "sched": [ { - "room": "A122", + "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 4 ] } ] }, - "L8": { + "T1": { "instructors": [ - "Aruku Dazo Vadeo" + "Bharwani Harsha" ], "sched": [ { - "room": "A122", + "room": "NA", "days": [ - "F" + "S" ], "hours": [ - 7, - 8 + 1 ] } ] - }, - "L9": { + } + } + }, + "BIO F242": { + "name": "Introduction to Bioinformatics", + "sections": { + "L1": { "instructors": [ - "Piyush Khandelia" + "DEBASHREE B" ], "sched": [ { - "room": "A122", + "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 2 ] } ] }, - "L10": { + "T1": { "instructors": [ - "Bakhya Shree Gb" + "Syeda Sabiha Sultana Lubna" ], "sched": [ { - "room": "A122", + "room": "NA", "days": [ - "S" + "Th" ], "hours": [ - 4, - 5 + 9 ] } ] - }, - "L11": { + } + } + }, + "BIO F266": { + "name": "Study Project", + "sections": { + "L1": { "instructors": [ - "Anne Lohitha Alias Anuhya" + "PRAGYA KOMAL" ], - "sched": [ - { - "room": "A122", - "days": [ - "Th" - ], - "hours": [ - 7, - 8 - ] - } - ] + "sched": [] } - }, - "compre": { - "date": "30/04", - "session": "FN" } }, - "BIO F111": { - "name": "General Biology", + "BIO F311": { + "name": "Recombinant Dna Tech", "sections": { "L1": { "instructors": [ - "Pragya Komal", - "Suman Kapur" + "VIDYA RAJESH" ], "sched": [ { - "room": "F104", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 3 + 4 ] } ] }, - "L2": { + "T1": { "instructors": [ - "K PRANAV NARAYAN", - "Naga Mohan K" + "Neha Priyadarshini" ], "sched": [ { - "room": "F102", + "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 9 + 8 ] } ] - }, - "T1": { + } + } + }, + "BIO F312": { + "name": "Plant Physiology", + "sections": { + "L1": { "instructors": [ - "Debashree B" + "SRIDEV MOHAPATRA" ], "sched": [ { - "room": "F203", + "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 1 + 5 ] } ] }, - "T2": { + "T1": { "instructors": [ - "P Sankar Ganesh" + "Raja Gopalan N S" ], "sched": [ { - "room": "G204", + "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 1 + 8 ] } ] - }, - "T3": { + } + } + }, + "BIO F313": { + "name": "Animal Physiology", + "sections": { + "L1": { "instructors": [ - "Pragya Komal" + "PRAGYA KOMAL" ], "sched": [ { - "room": "F201", + "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 1 + 9 ] } ] }, - "T4": { + "T1": { "instructors": [ - "Vidya Rajesh" + "S K Venkata Manjari" ], "sched": [ { - "room": "F207", + "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 1 + 9 ] } ] - }, - "T5": { + } + } + }, + "BIO F366": { + "name": "Laboratory Project", + "sections": { + "L1": { "instructors": [ - "Ruchi Jain Dey" + "PRAGYA KOMAL" + ], + "sched": [] + } + } + }, + "BIO F367": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "PRAGYA KOMAL" + ], + "sched": [] + } + } + }, + "BIO F376": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "PRAGYA KOMAL" + ], + "sched": [] + } + } + }, + "BIO F377": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "PRAGYA KOMAL" + ], + "sched": [] + } + } + }, + "BIO F421": { + "name": "Enzymology", + "sections": { + "L1": { + "instructors": [ + "JAYATI RAY DUTTA", + "Trinath Jamma" ], "sched": [ { - "room": "F202", + "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 1 + 3 ] } ] - }, - "T6": { + } + } + }, + "BIO G512": { + "name": "Molec Mech of Gene Expre", + "sections": { + "L1": { "instructors": [ - "K Pranav Narayan" + "NAGA MOHAN K" ], "sched": [ { - "room": "G208", + "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 1 + 3 ] } ] }, - "T7": { + "P1": { "instructors": [ - "K Pranav Narayan" + "Pranay Amruth Maroju" ], "sched": [ { - "room": "F201", + "room": "NA", "days": [ + "M", "W" ], "hours": [ - 6 + 8, + 9 ] } ] }, - "T8": { + "P2": { "instructors": [ - "Suman Kapur" + "Anne Lohitha Alias Anuhya" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Gargi Prasad S" + ], + "sched": [] + } + } + }, + "BIO G514": { + "name": "Molecular Immunology", + "sections": { + "L1": { + "instructors": [ + "TRINATH JAMMA", + "Ruchi Jain Dey" ], "sched": [ { - "room": "G206", + "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 1 + 2 ] } ] }, - "T9": { + "P1": { "instructors": [ - "Naga Mohan K" + "Naresh Patnaik" ], "sched": [ { - "room": "G202", + "room": "NA", "days": [ - "M" + "M", + "F" ], "hours": [ - 1 + 8, + 9 ] } ] + }, + "P2": { + "instructors": [ + "Dwaipayan Bhattacharya" + ], + "sched": [] } - }, - "compre": { - "date": "11/05", - "session": "AN" - }, - "midsem": { - "date": "5/3", - "time": "1.30 -3.00 PM" } }, - "BIO F215": { - "name": "Biophysics", + "BIO G524": { + "name": "Animal Cell Technology", "sections": { "L1": { "instructors": [ - "DEBASHREE B" + "PIYUSH KHANDELIA" ], "sched": [ { - "room": "G103", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 9 + 2 ] } ] }, - "T1": { + "P1": { "instructors": [ - "Syeda Sabiha Sultana Lubna" + "R Karthiya" ], "sched": [ { - "room": "F203", + "room": "NA", "days": [ - "F" + "T", + "Th" ], "hours": [ - 1 + 8, + 9 ] } ] - } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" - } - }, - "BIO F216": { - "name": "Waste, Sanitation and Solid Waste Management", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "P SANKAR GANESH" + "Kotwal Shifa Bushra" ], "sched": [] } - }, - "compre": { - "date": "30/04", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" } }, - "BIO F241": { - "name": "Ecology & Environmental Science", + "BIO G525": { + "name": "Envir Biotech & Waste Mgmt", "sections": { "L1": { "instructors": [ @@ -465,54 +548,55 @@ ], "sched": [ { - "room": "G103", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 4 + 5 ] } ] }, - "T1": { + "P1": { "instructors": [ - "P Sankar Ganesh" + "Anand N" ], "sched": [ { - "room": "G103", + "room": "NA", "days": [ - "S" + "T", + "Th" ], "hours": [ - 5 + 2, + 3 ] } ] + }, + "P2": { + "instructors": [ + "Aishwarya Natarajan" + ], + "sched": [] } - }, - "compre": { - "date": "12/05", - "session": "AN" - }, - "midsem": { - "date": "6/3", - "time": "11.00 -12.30 PM" } }, - "BIO F242": { - "name": "Introduction to Bioinformatics", + "BIO G526": { + "name": "Cancer Biology", "sections": { "L1": { "instructors": [ - "V RAMAKRISHNA" + "VIVEK SHARMA", + "Piyush Khandelia" ], "sched": [ { - "room": "G103", + "room": "NA", "days": [ "M", "W", @@ -524,100 +608,69 @@ } ] }, - "T1": { + "P1": { "instructors": [ - "I Shivkumar" + "Bakhya Shree Gb" ], "sched": [ { - "room": "G103", + "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 1 + 8, + 9 ] } ] - } - }, - "compre": { - "date": "14/05", - "session": "FN" - }, - "midsem": { - "date": "7/3", - "time": "9.00 - 10.30AM" - } - }, - "BIO F243": { - "name": "Genetics", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "PIYUSH KHANDELIA", - "Gireesha T Mohannath" + "Mohammed Wasil S" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Bakhya Shree Gb" ], "sched": [ { - "room": "G103", - "days": [ - "T", - "Th" - ], - "hours": [ - 5 - ] - }, - { - "room": "G103", + "room": "NA", "days": [ "S" ], "hours": [ - 1 + 4, + 5 ] } ] }, - "T1": { + "P4": { "instructors": [ - "Piyush Khandelia" + "Mohammed Wasil S" ], - "sched": [ - { - "room": "G103", - "days": [ - "T" - ], - "hours": [ - 1 - ] - } - ] + "sched": [] } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" } }, - "BIO F244": { - "name": "Instru Methods of Anal", + "BIO G532": { + "name": "Biostatistics and Biomodelling", "sections": { "L1": { "instructors": [ + "NAGA MOHAN K", "Debashree B" ], "sched": [ { - "room": "G103", + "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ 4 @@ -627,532 +680,433 @@ }, "P1": { "instructors": [ - "SRIDEV MOHAPATRA", - "Aishwarya Natarajan", - "Anand N", - "Devarakonda Himaja", - "Dwaipayan Bhattacharya", - "Monica", - "Raja Gopalan N S", - "Ruchi Jain Dey", - "Trinath Jamma", - "V Ramakrishna" + "Nikhil P T" ], "sched": [ { - "room": "B108", + "room": "NA", "days": [ - "T", - "Th" + "F" ], "hours": [ - 7, 8, 9 ] } ] - } - }, - "compre": { - "date": "02/05", - "session": "FN" - }, - "midsem": { - "date": "2/3", - "time": "1.30 -3.00 PM" - } - }, - "BIO F266": { - "name": "Study Project", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "PIYUSH KHANDELIA" + "Devarakonda Himaja" ], "sched": [] } } }, - "BIO F341": { - "name": "Developmental Biology", + "BIO G570": { + "name": "Recent Developments in Biology", "sections": { "L1": { "instructors": [ - "K PRANAV NARAYAN", - "Vivek Sharma" + "SRIDEV MOHAPATRA" ], "sched": [ { - "room": "G103", + "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ 3 ] } ] - }, - "T1": { + } + } + }, + "BIO G651": { + "name": "Protein & Enzyme Bioengg", + "sections": { + "L1": { "instructors": [ - "Vivek Sharma" + "V RAMAKRISHNA" ], "sched": [ { - "room": "F203", + "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 1 + 4 ] } ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "BIO F342": { - "name": "Immunology", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "TRINATH JAMMA" + "I Shivkumar" ], "sched": [ { - "room": "G103", + "room": "NA", "days": [ "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 8, + 9 ] } ] }, - "T1": { + "P2": { "instructors": [ - "Kotwal Shifa Bushra" + "Monica" + ], + "sched": [] + } + } + }, + "BIOT F346": { + "name": "Genomics", + "sections": { + "L1": { + "instructors": [ + "GIREESHA T MOHANNATH", + "Vivek Sharma" ], "sched": [ { - "room": "G203", + "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 1 + 2 ] } ] } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" } }, - "BIO F366": { - "name": "Laboratory Project", + "BITS C790T": { + "name": "Independent Study", "sections": { "L1": { "instructors": [ - "PIYUSH KHANDELIA" + "V V KRISHNA VENUGANTI" ], "sched": [] } } }, - "BIO F367": { - "name": "Laboratory Project", + "BITS C791T": { + "name": "Teaching Practice I", "sections": { "L1": { "instructors": [ - "PIYUSH KHANDELIA" + "V V KRISHNA VENUGANTI" ], "sched": [] } } }, - "BIO F376": { - "name": "Design Project", + "BITS C797T": { + "name": "Phd Seminar", "sections": { "L1": { "instructors": [ - "PIYUSH KHANDELIA" + "V V KRISHNA VENUGANTI" ], "sched": [] } } }, - "BIO F377": { - "name": "Design Project", + "BITS C799T": { + "name": "Phd Thesis", "sections": { "L1": { "instructors": [ - "PIYUSH KHANDELIA" + "V V KRISHNA VENUGANTI" + ], + "sched": [] + } + } + }, + "BITS E593": { + "name": "Reading Course I", + "sections": { + "L1": { + "instructors": [ + "V V KRISHNA VENUGANTI" ], "sched": [] } } }, - "BIO G513": { - "name": "Microbial Ferment Techno", + "BITS E661": { + "name": "Research Methodology I", "sections": { "L1": { "instructors": [ - "JAYATI RAY DUTTA" + "ARAVINDA N RAGHAVAN", + "Aswathy Raveendran", + "Murari R R Varma" ], "sched": [ { - "room": "G104", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 4 + 5 ] } ] - }, - "P1": { + } + } + }, + "BITS E793T": { + "name": "Practice Lect Series I", + "sections": { + "L1": { "instructors": [ - "S K Venkata Manjari", - "Mohammed Wasil S" + "V V KRISHNA VENUGANTI" ], - "sched": [ + "sched": [] + } + } + }, + "BITS F110": { + "name": "Engineering Graphics", + "sections": { + "L3": { + "instructors": [ + "C P Kiran" + ], + "sched": [ { - "room": "A123", + "room": "NA", "days": [ - "T", - "Th" + "F" ], "hours": [ - 6, - 7 + 1 ] } ] - } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" - } - }, - "BIO G515": { - "name": "Stem Cell and Regenerative Biology", - "sections": { - "L1": { + }, + "P10": { "instructors": [ - "PRAGYA KOMAL", - "Naga Mohan K" + "C P Kiran" ], "sched": [ { - "room": "G104", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 3 + 6, + 7 ] } ] }, - "P1": { + "T11": { "instructors": [ - "Pranay Amruth Maroju", - "Minali Singh" + "C P Kiran" ], "sched": [ { - "room": "A121", + "room": "NA", "days": [ - "F" + "T" ], "hours": [ - 4, - 5 + 6 ] } ] } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" } }, - "BIO G523": { - "name": "Adv & Applied Microbio", + "BITS F111": { + "name": "Thermodynamics", "sections": { - "L1": { + "L10": { "instructors": [ - "JAYATI RAY DUTTA" + "N Jalaiah" ], "sched": [ { - "room": "G104", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 3 + 5 ] } ] }, - "P1": { + "T10": { "instructors": [ - "Naresh Patnaik", - "Rolly Kumari" + "N Jalaiah" ], "sched": [ { - "room": "A123", + "room": "NA", "days": [ - "T", "Th" ], "hours": [ - 8, - 9 + 7 ] } ] } - }, - "compre": { - "date": "01/05", - "session": "AN" - }, - "midsem": { - "date": "2/3", - "time": "11.00 -12.30 PM" } }, - "BIO G542": { - "name": "Advanced Cell and Molecular Biology", + "BITS F112": { + "name": "Technical Report Writing", "sections": { - "L1": { + "L7": { "instructors": [ - "VIDYA RAJESH" + "Shilpaa Anand", + "Anhiti Patnaik", + "Santosh Mahapatra" ], "sched": [ { - "room": "G106", + "room": "NA", "days": [ "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 6 ] } ] - }, - "P1": { + } + } + }, + "BITS F214": { + "name": "Science Tech & Modernity", + "sections": { + "L1": { "instructors": [ - "R Karthiya", - "Dhansri Krishnamurthy" + "BISWANATH DASH" ], "sched": [ { - "room": "A121", + "room": "NA", "days": [ "M", - "W" + "W", + "F" ], "hours": [ - 4, 5 ] } ] } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" } }, - "BIO G643": { - "name": "Plant Biotechnology", + "BITS F218": { + "name": "General Mathematics III", "sections": { "L1": { "instructors": [ - "GIREESHA T MOHANNATH", - "Sridev Mohapatra" + "JAGAN MOHAN J", + "DK Satpathi" ], "sched": [ { - "room": "G104", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 2 + 5 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Gireesha T Mohannath", - "Gargi Prasad S", - "Neha Priyadarshini", - "Sridev Mohapatra" + "DK Satpathi" ], "sched": [ { - "room": "A123", + "room": "NA", "days": [ - "M", - "W" + "Th" ], "hours": [ - 7, - 8 + 1 ] } ] + }, + "T2": { + "instructors": [ + "Jagan Mohan J" + ], + "sched": [] } - }, - "compre": { - "date": "09/05", - "session": "AN" - }, - "midsem": { - "date": "5/3", - "time": "9.00 - 10.30AM" } }, - "BIOT F347": { - "name": "Immunotechnology", + "BITS F225": { + "name": "Environmental Studies", "sections": { "L1": { "instructors": [ - "SUMAN KAPUR" + "K RAJITHA", + "D Ramaiah", + "Suman Kapur" ], "sched": [ { - "room": "G103", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 8 + 4 ] } ] } - }, - "compre": { - "date": "14/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "11.00 -12.30 PM" - } - }, - "BITS C790T": { - "name": "Independent Study", - "sections": { - "L1": { - "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } - } - }, - "BITS C791T": { - "name": "Teaching Practice I", - "sections": { - "L1": { - "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } - } - }, - "BITS C797T": { - "name": "Phd Seminar", - "sections": { - "L1": { - "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } - } - }, - "BITS C799T": { - "name": "Phd Thesis", - "sections": { - "L1": { - "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } } }, - "BITS E661": { - "name": "Research Methodology I", + "BITS F312": { + "name": "Neural Networks and Fuzzy Logic", "sections": { "L1": { "instructors": [ - "V V KRISHNA VENUGANTI", - "Aswathy Raveendran", - "V Vinayaka Ram" + "RAJESH KUMAR TRIPATHY" ], "sched": [ { - "room": "G204", + "room": "NA", "days": [ "M", "W", @@ -1166,3588 +1120,287 @@ } } }, - "BITS E793T": { - "name": "Practice Lect Series I", + "BITS F314": { + "name": "Game Theory and its Applications", "sections": { "L1": { "instructors": [ - "V V KRISHNA VENUGANTI" + "DURGESH C PATHAK" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 3 + ] + } + ] } } }, - "BITS F110": { - "name": "Engineering Graphics", + "BITS F319": { + "name": "Negotiation Skills and Techniques", "sections": { "L1": { "instructors": [ - "MOHAN S C" + "R RAGHUNATHAN" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ - "F" + "T", + "Th" ], "hours": [ - 1 + 7 ] } ] - }, - "L2": { + } + } + }, + "BITS F327": { + "name": "Artificial Intelligence For Robotics", + "sections": { + "L1": { "instructors": [ - "Arshad Javed" + "ARSHAD JAVED", + "V Sandeep" ], "sched": [ { - "room": "F102", + "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 1 + 2 ] } ] }, "P1": { "instructors": [ - "TO BE ANNOUNCED", "Arshad Javed" ], "sched": [ { - "room": "D208 B", + "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 4, - 5 + 8, + 9 ] } ] }, "P2": { "instructors": [ - "M Mounika", - "Amol Vuppuluri" + "G Lakshmi Srinivas" + ], + "sched": [] + } + } + }, + "BITS F364": { + "name": "Human Computer Interaction", + "sections": { + "L1": { + "instructors": [ + "DIPANJAN CHAKRABORTY" ], "sched": [ { - "room": "D208 B", + "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 3 ] } ] - }, - "P3": { + } + } + }, + "BITS F385": { + "name": "Intro to Gender Studies", + "sections": { + "L1": { "instructors": [ - "Athira Gopinathan", - "K Monika" + "ASWATHY RAVEENDRAN" ], "sched": [ { - "room": "D208 B", + "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 4, - 5 + 4 ] } ] - }, - "P4": { + } + } + }, + "BITS F386": { + "name": "Quantum Info & Computing", + "sections": { + "L1": { "instructors": [ - "Bandhan Bandhu Majumdar", - "Gayatri Vineela M" + "K V SHIV CHAITANYA" ], "sched": [ { - "room": "D208 B", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 4, - 5 + 2 ] } ] - }, - "P5": { - "instructors": [ - "Radha Kiranmaye Bandlamu", - "Pardha Saradhi Gurugubelli" - ], - "sched": [ - { - "room": "D208 B", - "days": [ - "Th" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "P6": { - "instructors": [ - "Sk Rahaman", - "Pavan Kumar P" - ], - "sched": [ - { - "room": "D208 B", - "days": [ - "F" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "P7": { - "instructors": [ - "Jittin Varghese", - "Piyush Chandra Verma" - ], - "sched": [ - { - "room": "D208 B", - "days": [ - "S" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "P8": { - "instructors": [ - "Sandra Maria Cherian", - "Petla Sivateja" - ], - "sched": [ - { - "room": "D208 B", - "days": [ - "W" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P9": { - "instructors": [ - "Anasua Guharay", - "Jagan Mohan Ponnada" - ], - "sched": [ - { - "room": "D208 B", - "days": [ - "F" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "T1": { - "instructors": [ - "K Rajitha" - ], - "sched": [ - { - "room": "F201", - "days": [ - "W" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "Ch Bala Venkata Hareen" - ], - "sched": [ - { - "room": "F202", - "days": [ - "W" - ], - "hours": [ - 1 - ] - } - ] - }, - "T3": { - "instructors": [ - "R Kruthi Kiran" - ], - "sched": [ - { - "room": "G106", - "days": [ - "W" - ], - "hours": [ - 1 - ] - } - ] - }, - "T4": { - "instructors": [ - "Uppari Ramakrishna" - ], - "sched": [ - { - "room": "G207", - "days": [ - "W" - ], - "hours": [ - 1 - ] - } - ] - }, - "T5": { - "instructors": [ - "Arshad Javed" - ], - "sched": [ - { - "room": "G204", - "days": [ - "W" - ], - "hours": [ - 1 - ] - } - ] - }, - "T6": { - "instructors": [ - "Amol Vuppuluri" - ], - "sched": [ - { - "room": "G206", - "days": [ - "W" - ], - "hours": [ - 1 - ] - } - ] - }, - "T7": { - "instructors": [ - "Pavan Kumar P" - ], - "sched": [ - { - "room": "G208", - "days": [ - "W" - ], - "hours": [ - 1 - ] - } - ] - }, - "T8": { - "instructors": [ - "Piyush Chandra Verma" - ], - "sched": [ - { - "room": "F207", - "days": [ - "W" - ], - "hours": [ - 1 - ] - } - ] - }, - "T9": { - "instructors": [ - "Pardha Saradhi Gurugubelli" - ], - "sched": [ - { - "room": "G202", - "days": [ - "W" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "13/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" - } - }, - "BITS F111": { - "name": "Thermodynamics", - "sections": { - "L1": { - "instructors": [ - "D PURNIMA" - ], - "sched": [ - { - "room": "F104", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 3 - ] - } - ] - }, - "L2": { - "instructors": [ - "N Jalaiah" - ], - "sched": [ - { - "room": "F105", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 3 - ] - } - ] - }, - "T1": { - "instructors": [ - "Satyapaul Singh Amarthaluri" - ], - "sched": [ - { - "room": "F203", - "days": [ - "T", - "Th" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "Pankaj Kumar" - ], - "sched": [ - { - "room": "G206", - "days": [ - "T", - "Th" - ], - "hours": [ - 1 - ] - } - ] - }, - "T3": { - "instructors": [ - "Ramesh Babu A" - ], - "sched": [ - { - "room": "G104", - "days": [ - "T", - "Th" - ], - "hours": [ - 1 - ] - } - ] - }, - "T4": { - "instructors": [ - "Nandini Bhandaru" - ], - "sched": [ - { - "room": "G102", - "days": [ - "T", - "Th" - ], - "hours": [ - 1 - ] - } - ] - }, - "T5": { - "instructors": [ - "N Jalaiah" - ], - "sched": [ - { - "room": "F207", - "days": [ - "T", - "Th" - ], - "hours": [ - 1 - ] - } - ] - }, - "T6": { - "instructors": [ - "M Srinivas" - ], - "sched": [ - { - "room": "F208", - "days": [ - "T", - "Th" - ], - "hours": [ - 1 - ] - } - ] - }, - "T7": { - "instructors": [ - "Supradeepan K" - ], - "sched": [ - { - "room": "G205", - "days": [ - "T", - "Th" - ], - "hours": [ - 1 - ] - } - ] - }, - "T8": { - "instructors": [ - "KRC Murthy" - ], - "sched": [ - { - "room": "F107", - "days": [ - "T", - "Th" - ], - "hours": [ - 1 - ] - } - ] - }, - "T9": { - "instructors": [ - "G R Sabareesh" - ], - "sched": [ - { - "room": "F108", - "days": [ - "T", - "Th" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "06/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "11.00 -12.30 PM" - } - }, - "BITS F112": { - "name": "Technical Report Writing", - "sections": { - "L1": { - "instructors": [ - "MG PRASUNA" - ], - "sched": [ - { - "room": "F108", - "days": [ - "M", - "W" - ], - "hours": [ - 6 - ] - } - ] - }, - "L2": { - "instructors": [ - "MG Prasuna" - ], - "sched": [ - { - "room": "F108", - "days": [ - "T", - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "L3": { - "instructors": [ - "Maya Vinay" - ], - "sched": [ - { - "room": "F107", - "days": [ - "M", - "W" - ], - "hours": [ - 6 - ] - } - ] - }, - "L4": { - "instructors": [ - "Maya Vinay" - ], - "sched": [ - { - "room": "F107", - "days": [ - "M", - "W" - ], - "hours": [ - 2 - ] - } - ] - }, - "L5": { - "instructors": [ - "Aruna Lolla" - ], - "sched": [ - { - "room": "F108", - "days": [ - "M", - "W" - ], - "hours": [ - 2 - ] - } - ] - }, - "L6": { - "instructors": [ - "Aruna Lolla" - ], - "sched": [ - { - "room": "F107", - "days": [ - "T", - "Th" - ], - "hours": [ - 7 - ] - } - ] - } - }, - "compre": { - "date": "15/05", - "session": "FN" - }, - "midsem": { - "date": "1/3", - "time": "3.30 - 5.00 PM" - } - }, - "BITS F114": { - "name": "General Mathematics II", - "sections": { - "L1": { - "instructors": [ - "A RAMU" - ], - "sched": [ - { - "room": "G101", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 3 - ] - } - ] - }, - "T1": { - "instructors": [ - "A Ramu", - "R Revathi" - ], - "sched": [ - { - "room": "G104", - "days": [ - "T" - ], - "hours": [ - 9 - ] - } - ] - } - }, - "compre": { - "date": "01/05", - "session": "FN" - }, - "midsem": { - "date": "2/3", - "time": "9.00 - 10.30AM" - } - }, - "BITS F214": { - "name": "Science Tech & Modernity", - "sections": { - "L1": { - "instructors": [ - "BISWANATH DASH" - ], - "sched": [ - { - "room": "J206", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - } - }, - "compre": { - "date": "05/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "3.30 - 5.00 PM" - } - }, - "BITS F219": { - "name": "Process Engineering", - "sections": { - "L1": { - "instructors": [ - "SWATI BISWAS" - ], - "sched": [ - { - "room": "G101", - "days": [ - "M", - "W" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Swati Biswas", - "Kumbham Soniya" - ], - "sched": [ - { - "room": "A022", - "days": [ - "T" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P2": { - "instructors": [ - "Swati Biswas", - "Bhatt Himanshu Narendraku" - ], - "sched": [ - { - "room": "A022", - "days": [ - "Th" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "T1": { - "instructors": [ - "Swati Biswas" - ], - "sched": [ - { - "room": "G101", - "days": [ - "F" - ], - "hours": [ - 4 - ] - } - ] - } - }, - "compre": { - "date": "02/05", - "session": "AN" - }, - "midsem": { - "date": "2/3", - "time": "3.30 - 5.00 PM" - } - }, - "BITS F225": { - "name": "Environmental Studies", - "sections": { - "L1": { - "instructors": [ - "KARTHIK CHETAN", - "Anmala Jagadeesh", - "Vivek Sharma" - ], - "sched": [ - { - "room": "F102", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 2 - ] - } - ] - } - }, - "compre": { - "date": "15/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "3.30 - 5.00 PM" - } - }, - "BITS F312": { - "name": "Neural Networks and Fuzzy Logic", - "sections": { - "L1": { - "instructors": [ - "RAJESH KUMAR TRIPATHY" - ], - "sched": [ - { - "room": "I210", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" - } - }, - "BITS F313": { - "name": "Multicriterion Dec Making in Engg & Mgmt", - "sections": { - "L1": { - "instructors": [ - "K SRINIVASA RAJU" - ], - "sched": [ - { - "room": "F201", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" - } - }, - "BITS F314": { - "name": "Game Theory and its Applications", - "sections": { - "L1": { - "instructors": [ - "DURGESH C PATHAK" - ], - "sched": [ - { - "room": "J120", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - } - }, - "compre": { - "date": "01/05", - "session": "AN" - }, - "midsem": { - "date": "2/3", - "time": "11.00 -12.30 PM" - } - }, - "BITS F319": { - "name": "Negotiation Skills and Techniques", - "sections": { - "L1": { - "instructors": [ - "R RAGHUNATHAN" - ], - "sched": [ - { - "room": "J120", - "days": [ - "T", - "Th" - ], - "hours": [ - 6 - ] - } - ] - } - }, - "compre": { - "date": "15/05", - "session": "FN" - }, - "midsem": { - "date": "7/3", - "time": "1.30 -3.00 PM" - } - }, - "BITS F385": { - "name": "Intro to Gender Studies", - "sections": { - "L1": { - "instructors": [ - "ASWATHY RAVEENDRAN" - ], - "sched": [ - { - "room": "J217", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 7 - ] - } - ] - } - }, - "compre": { - "date": "13/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "1.30 -3.00 PM" - } - }, - "BITS F399": { - "name": "Humanistic Theo of Sc & Tech", - "sections": { - "L1": { - "instructors": [ - "ASWATHY RAVEENDRAN" - ], - "sched": [ - { - "room": "J119", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 3 - ] - } - ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "BITS F412": { - "name": "Practice School II", - "sections": { - "L1": { - "instructors": [ - "P SANKAR GANESH" - ], - "sched": [] - } - } - }, - "BITS F413": { - "name": "Practice School II", - "sections": { - "L1": { - "instructors": [ - "P SANKAR GANESH" - ], - "sched": [] - } - } - }, - "BITS F415": { - "name": "Introduction to Mems", - "sections": { - "L1": { - "instructors": [ - "SANKET GOEL", - "Satish K Dubey" - ], - "sched": [ - { - "room": "I210", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 7 - ] - } - ] - }, - "P1": { - "instructors": [ - "Sanket Goel", - "A Uday Kumar", - "K Avinash", - "Satish K Dubey", - "Sohan Dudala" - ], - "sched": [ - { - "room": "D208 A", - "days": [ - "T" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - }, - "compre": { - "date": "13/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "1.30 -3.00 PM" - } - }, - "BITS F417": { - "name": "Micro-fluidics & its App", - "sections": { - "L1": { - "instructors": [ - "SATISH K DUBEY", - "Sanket Goel" - ], - "sched": [ - { - "room": "G206", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Satish K Dubey", - "Sangam Srikanth", - "Sanket Goel" - ], - "sched": [ - { - "room": "D208 B", - "days": [ - "Th" - ], - "hours": [ - 6, - 7 - ] - } - ] - } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" - } - }, - "BITS F421T": { - "name": "Thesis", - "sections": { - "L1": { - "instructors": [ - "A VASAN" - ], - "sched": [] - } - } - }, - "BITS F422T": { - "name": "Thesis", - "sections": { - "L1": { - "instructors": [ - "A VASAN" - ], - "sched": [] - } - } - }, - "BITS F423T": { - "name": "Thesis", - "sections": { - "L1": { - "instructors": [ - "A VASAN" - ], - "sched": [] - } - } - }, - "BITS F424T": { - "name": "Thesis", - "sections": { - "L1": { - "instructors": [ - "A VASAN" - ], - "sched": [] - } - } - }, - "BITS F441": { - "name": "Robotics", - "sections": { - "L1": { - "instructors": [ - "ARSHAD JAVED" - ], - "sched": [ - { - "room": "I210", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" - } - }, - "BITS F442": { - "name": "Remote Sens & Image Proc", - "sections": { - "L1": { - "instructors": [ - "K RAJITHA" - ], - "sched": [ - { - "room": "F203", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 8 - ] - } - ] - } - }, - "compre": { - "date": "14/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "11.00 -12.30 PM" - } - }, - "BITS F446": { - "name": "Pattern Recognition", - "sections": { - "L1": { - "instructors": [ - "PK THIRUVIKRAMAN" - ], - "sched": [ - { - "room": "G201", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" - } - }, - "BITS F463": { - "name": "Cryptography", - "sections": { - "L1": { - "instructors": [ - "G GEETHAKUMARI", - "K V V S Pravallika" - ], - "sched": [ - { - "room": "F106", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 8 - ] - } - ] - } - }, - "compre": { - "date": "14/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "11.00 -12.30 PM" - } - }, - "BITS F464": { - "name": "Machine Learning", - "sections": { - "L1": { - "instructors": [ - "NL BHANUMURTHY", - "Mohita Ghildiyal" - ], - "sched": [ - { - "room": "F106", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 10 - ] - } - ] - } - }, - "compre": { - "date": "03/05", - "session": "FN" - }, - "midsem": { - "date": "1/3", - "time": "11.00 -12.30 PM" - } - }, - "BITS F467": { - "name": "Bioethics and Biosafety", - "sections": { - "L1": { - "instructors": [ - "RUCHI JAIN DEY", - "Pragya Komal" - ], - "sched": [ - { - "room": "G104", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" - } - }, - "BITS G513": { - "name": "Study in Advanced Topics", - "sections": { - "L1": { - "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } - } - }, - "BITS G529": { - "name": "Research Project I", - "sections": { - "L1": { - "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } - } - }, - "BITS G539": { - "name": "Research Project II", - "sections": { - "L1": { - "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } - } - }, - "BITS G540": { - "name": "Research Practice", - "sections": { - "L1": { - "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } - } - }, - "BITS G562T": { - "name": "Dissertation", - "sections": { - "L1": { - "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } - } - }, - "BITS G563T": { - "name": "Dissertation", - "sections": { - "L1": { - "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } - } - }, - "BITS G629T": { - "name": "Dissertation", - "sections": { - "L1": { - "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } - } - }, - "BITS G639": { - "name": "Practice School", - "sections": { - "L1": { - "instructors": [ - "P SANKAR GANESH" - ], - "sched": [] - } - } - }, - "BITS G649": { - "name": "Reading Course", - "sections": { - "L1": { - "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } - } - }, - "BITS G661": { - "name": "Research Methodology I", - "sections": { - "L1": { - "instructors": [ - "D PURNIMA", - "Premanath", - "S Aparna", - "Ved Prakash Mishra" - ], - "sched": [ - { - "room": "F203", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 4 - ] - } - ] - } - }, - "compre": { - "date": "04/05", - "session": "FN" - }, - "midsem": { - "date": "3/3", - "time": "9.00 - 10.30AM" - } - }, - "CE F241": { - "name": "Analysis of Structures", - "sections": { - "L1": { - "instructors": [ - "CHANDU PARIMI" - ], - "sched": [ - { - "room": "F109", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - }, - "T1": { - "instructors": [ - "Chandu Parimi" - ], - "sched": [ - { - "room": "F201", - "days": [ - "T" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "Chandu Parimi" - ], - "sched": [ - { - "room": "F201", - "days": [ - "Th" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "12/05", - "session": "AN" - }, - "midsem": { - "date": "6/3", - "time": "11.00 -12.30 PM" - } - }, - "CE F242": { - "name": "Construction Planning & Tech", - "sections": { - "L1": { - "instructors": [ - "A VASAN" - ], - "sched": [ - { - "room": "F109", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - }, - "T1": { - "instructors": [ - "Surya Prakash CH" - ], - "sched": [ - { - "room": "D208 C", - "days": [ - "T" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "Sheik Mohammed Zoheb Na" - ], - "sched": [ - { - "room": "D208 C", - "days": [ - "S" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" - } - }, - "CE F243": { - "name": "Soil Mechanics", - "sections": { - "L1": { - "instructors": [ - "ANASUA GUHARAY" - ], - "sched": [ - { - "room": "F109", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Syed Mazhar" - ], - "sched": [ - { - "room": "D125", - "days": [ - "M" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P2": { - "instructors": [ - "G Sachin Chakravart" - ], - "sched": [ - { - "room": "D125", - "days": [ - "W" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P3": { - "instructors": [ - "M Jayatheja" - ], - "sched": [ - { - "room": "D125", - "days": [ - "F" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "T1": { - "instructors": [ - "Anasua Guharay" - ], - "sched": [ - { - "room": "F109", - "days": [ - "S" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "Anasua Guharay" - ], - "sched": [ - { - "room": "F109", - "days": [ - "T" - ], - "hours": [ - 7 - ] - } - ] - } - }, - "compre": { - "date": "02/05", - "session": "FN" - }, - "midsem": { - "date": "2/3", - "time": "1.30 -3.00 PM" - } - }, - "CE F244": { - "name": "Highway Engineering", - "sections": { - "L1": { - "instructors": [ - "V VINAYAKA RAM" - ], - "sched": [ - { - "room": "F109", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - }, - "P1": { - "instructors": [ - "Vuthipalli Harshitha", - "V Vinayaka Ram" - ], - "sched": [ - { - "room": "WS", - "days": [ - "W" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P2": { - "instructors": [ - "Vineesha Chundi", - "Bandhan Bandhu Majumdar" - ], - "sched": [ - { - "room": "WS", - "days": [ - "M" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P3": { - "instructors": [ - "Mallikarjun Patil V", - "V Vinayaka Ram" - ], - "sched": [ - { - "room": "WS", - "days": [ - "F" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "T1": { - "instructors": [ - "V Vinayaka Ram" - ], - "sched": [ - { - "room": "F202", - "days": [ - "Th" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "V Vinayaka Ram" - ], - "sched": [ - { - "room": "F201", - "days": [ - "T" - ], - "hours": [ - 7 - ] - } - ] - } - }, - "compre": { - "date": "14/05", - "session": "FN" - }, - "midsem": { - "date": "7/3", - "time": "9.00 - 10.30AM" - } - }, - "CE F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "PN RAO" - ], - "sched": [] - } - } - }, - "CE F321": { - "name": "Engineering Hydrology", - "sections": { - "L1": { - "instructors": [ - "K SRINIVASA RAJU" - ], - "sched": [ - { - "room": "F109", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - }, - "T1": { - "instructors": [ - "K Srinivasa Raju" - ], - "sched": [ - { - "room": "F109", - "days": [ - "F" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "01/05", - "session": "AN" - }, - "midsem": { - "date": "2/3", - "time": "11.00 -12.30 PM" - } - }, - "CE F342": { - "name": "Water & Wastewater Treat", - "sections": { - "L1": { - "instructors": [ - "MURARI R R VARMA" - ], - "sched": [ - { - "room": "F109", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 2 - ] - } - ] - }, - "P1": { - "instructors": [ - "R Madhuri" - ], - "sched": [ - { - "room": "D108", - "days": [ - "M" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "P2": { - "instructors": [ - "M Naveen Naidu" - ], - "sched": [ - { - "room": "D108", - "days": [ - "W" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "P3": { - "instructors": [ - "T Venkateswarlu" - ], - "sched": [ - { - "room": "D108", - "days": [ - "F" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "T1": { - "instructors": [ - "Murari R R Varma" - ], - "sched": [ - { - "room": "F109", - "days": [ - "M" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" - } - }, - "CE F343": { - "name": "Design of Steel Structures", - "sections": { - "L1": { - "instructors": [ - "PN RAO" - ], - "sched": [ - { - "room": "F109", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 3 - ] - } - ] - }, - "T1": { - "instructors": [ - "PN Rao" - ], - "sched": [ - { - "room": "F109", - "days": [ - "W" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "CE F366": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "ARKAMITRA KAR" - ], - "sched": [] - } - } - }, - "CE F367": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "ARKAMITRA KAR" - ], - "sched": [] - } - } - }, - "CE F376": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "BANDHAN BANDHU MAJU" - ], - "sched": [] - } - } - }, - "CE F377": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "BANDHAN BANDHU MAJU" - ], - "sched": [] - } - } - }, - "CE F415": { - "name": "Des of Prest Conc Struct", - "sections": { - "L1": { - "instructors": [ - "BAHURUDEEN A" - ], - "sched": [ - { - "room": "F202", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - } - }, - "compre": { - "date": "08/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "3.30 - 5.00 PM" - } - }, - "CE F416": { - "name": "Comp Appl in Civil Engg", - "sections": { - "L1": { - "instructors": [ - "ARKAMITRA KAR" - ], - "sched": [ - { - "room": "F203", - "days": [ - "T", - "Th" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Arkamitra Kar" - ], - "sched": [ - { - "room": "D208 B", - "days": [ - "T", - "Th" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" - } - }, - "CE F420": { - "name": "Intro to Bridge Engg", - "sections": { - "L1": { - "instructors": [ - "PN RAO" - ], - "sched": [ - { - "room": "F201", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" - } - }, - "CE F423": { - "name": "Green Build & Ener Conse", - "sections": { - "L1": { - "instructors": [ - "MURARI R R VARMA" - ], - "sched": [ - { - "room": "F201", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - } - }, - "compre": { - "date": "08/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "3.30 - 5.00 PM" - } - }, - "CE F425": { - "name": "Airport Rail & Waterways", - "sections": { - "L1": { - "instructors": [ - "BANDHAN BANDHU MAJU" - ], - "sched": [ - { - "room": "F109", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 7 - ] - } - ] - } - }, - "compre": { - "date": "13/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "1.30 -3.00 PM" - } - }, - "CE F431": { - "name": "Prin of Geo Info Syst", - "sections": { - "L1": { - "instructors": [ - "K RAJITHA" - ], - "sched": [ - { - "room": "F202", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "K Rajitha" - ], - "sched": [ - { - "room": "D208 C", - "days": [ - "F" - ], - "hours": [ - 4, - 5 - ] - } - ] - } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" - } - }, - "CE F432": { - "name": "Structural Dynamics", - "sections": { - "L1": { - "instructors": [ - "CHANDU PARIMI" - ], - "sched": [ - { - "room": "F109", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] - } - }, - "compre": { - "date": "09/05", - "session": "AN" - }, - "midsem": { - "date": "5/3", - "time": "9.00 - 10.30AM" - } - }, - "CE F435": { - "name": "Introduction to Fem", - "sections": { - "L1": { - "instructors": [ - "ANMALA JAGADEESH" - ], - "sched": [ - { - "room": "F201", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] - } - }, - "compre": { - "date": "09/05", - "session": "AN" - }, - "midsem": { - "date": "5/3", - "time": "9.00 - 10.30AM" - } - }, - "CE G514": { - "name": "Structural Optimization", - "sections": { - "L1": { - "instructors": [ - "A VASAN" - ], - "sched": [ - { - "room": "F201", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" - } - }, - "CE G518": { - "name": "Pavement Analysis & Des", - "sections": { - "L1": { - "instructors": [ - "SRIDHAR RAJU" - ], - "sched": [ - { - "room": "F204", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Sridhar Raju" - ], - "sched": [ - { - "room": "D224", - "days": [ - "M" - ], - "hours": [ - 2, - 3 - ] - } - ] - } - }, - "compre": { - "date": "02/05", - "session": "AN" - }, - "midsem": { - "date": "2/3", - "time": "3.30 - 5.00 PM" - } - }, - "CE G524": { - "name": "Urban Mass Tran Plan Op", - "sections": { - "L1": { - "instructors": [ - "PRASANTA KUMAR SAHU" - ], - "sched": [ - { - "room": "F204", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - }, - "P1": { - "instructors": [ - "Prasanta Kumar Sahu" - ], - "sched": [ - { - "room": "D224", - "days": [ - "F" - ], - "hours": [ - 2, - 3 - ] - } - ] - } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" - } - }, - "CE G546": { - "name": "Highway Cons Practices", - "sections": { - "L1": { - "instructors": [ - "SRIDHAR RAJU", - "Prasanta Kumar Sahu" - ], - "sched": [ - { - "room": "F204", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - }, - "P1": { - "instructors": [ - "Sridhar Raju", - "Prasanta Kumar Sahu" - ], - "sched": [ - { - "room": "LAB", - "days": [ - "Th" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "CE G562": { - "name": "Advanced Concrete Technology", - "sections": { - "L1": { - "instructors": [ - "ARKAMITRA KAR" - ], - "sched": [ - { - "room": "F201", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Arkamitra Kar" - ], - "sched": [ - { - "room": "D119", - "days": [ - "W" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - }, - "compre": { - "date": "09/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "11.00 -12.30 PM" - } - }, - "CE G613": { - "name": "Adv Concrete Structures", - "sections": { - "L1": { - "instructors": [ - "BAHURUDEEN A" - ], - "sched": [ - { - "room": "F201", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - }, - "P1": { - "instructors": [ - "Bahurudeen A" - ], - "sched": [ - { - "room": "D124", - "days": [ - "T" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "CE G615": { - "name": "Earthquake Engineering", - "sections": { - "L1": { - "instructors": [ - "MOHAN S C" - ], - "sched": [ - { - "room": "F201", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 3 - ] - } - ] - }, - "P1": { - "instructors": [ - "Mohan S C" - ], - "sched": [ - { - "room": "WS", - "days": [ - "M" - ], - "hours": [ - 7, - 8 - ] - } - ] - } - }, - "compre": { - "date": "02/05", - "session": "AN" - }, - "midsem": { - "date": "2/3", - "time": "3.30 - 5.00 PM" - } - }, - "CHE F241": { - "name": "Heat Transfer", - "sections": { - "L1": { - "instructors": [ - "VED PRAKASH MISHRA" - ], - "sched": [ - { - "room": "F205", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - }, - "T1": { - "instructors": [ - "Ved Prakash Mishra" - ], - "sched": [ - { - "room": "F205", - "days": [ - "T" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "12/05", - "session": "AN" - }, - "midsem": { - "date": "6/3", - "time": "11.00 -12.30 PM" - } - }, - "CHE F242": { - "name": "Num Method For Chem Engg", - "sections": { - "L1": { - "instructors": [ - "VIKRANT KUMAR S" - ], - "sched": [ - { - "room": "F205", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - }, - "T1": { - "instructors": [ - "Vikrant Kumar S" - ], - "sched": [ - { - "room": "D208 A", - "days": [ - "T" - ], - "hours": [ - 7 - ] - } - ] - } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" - } - }, - "CHE F243": { - "name": "Material Science & Engineering", - "sections": { - "L1": { - "instructors": [ - "NANDINI BHANDARU" - ], - "sched": [ - { - "room": "F205", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - }, - "T1": { - "instructors": [ - "Nandini Bhandaru" - ], - "sched": [ - { - "room": "F205", - "days": [ - "S" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "14/05", - "session": "FN" - }, - "midsem": { - "date": "7/3", - "time": "9.00 - 10.30AM" - } - }, - "CHE F244": { - "name": "Separation Processes I", - "sections": { - "L1": { - "instructors": [ - "BALAJI KRISHNAMURTHY" - ], - "sched": [ - { - "room": "F205", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 4 - ] - } - ] - }, - "T1": { - "instructors": [ - "Balaji Krishnamurthy" - ], - "sched": [ - { - "room": "F205", - "days": [ - "Th" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "02/05", - "session": "FN" - }, - "midsem": { - "date": "2/3", - "time": "1.30 -3.00 PM" - } - }, - "CHE F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "SRIKANTA DINDA" - ], - "sched": [] - } - } - }, - "CHE F341": { - "name": "Chemical Engg Lab II", - "sections": { - "L1": { - "instructors": [ - "I SREEDHAR", - "Nithin Bharadwaj", - "Yaddanapudi Varun" - ], - "sched": [ - { - "room": "D226", - "days": [ - "M", - "W" - ], - "hours": [ - 2, - 3, - 4 - ] - } - ] - }, - "L2": { - "instructors": [ - "Karthik Chetan", - "Suresh Kanuri", - "Vadlakonda Ravi Kiran Varm" - ], - "sched": [ - { - "room": "D226", - "days": [ - "M", - "W" - ], - "hours": [ - 2, - 3, - 4 - ] - } - ] - } - } - }, - "CHE F342": { - "name": "Process Dyn & Control", - "sections": { - "L1": { - "instructors": [ - "JAIDEEP CHATTERJEE" - ], - "sched": [ - { - "room": "F205", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 2 - ] - } - ] - }, - "T1": { - "instructors": [ - "Jaideep Chatterjee" - ], - "sched": [ - { - "room": "F205", - "days": [ - "M" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" - } - }, - "CHE F343": { - "name": "Process Des Principle II", - "sections": { - "L1": { - "instructors": [ - "SATYAPAUL SINGH AMART" - ], - "sched": [ - { - "room": "F205", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 3 - ] - } - ] - }, - "T1": { - "instructors": [ - "Satyapaul Singh Amarthaluri" - ], - "sched": [ - { - "room": "D208 B", - "days": [ - "T" - ], - "hours": [ - 7 - ] - } - ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "CHE F366": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "NANDINI BHANDARU" - ], - "sched": [] - } - } - }, - "CHE F367": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "NANDINI BHANDARU" - ], - "sched": [] } } }, - "CHE F376": { - "name": "Design Project", + "BITS F412": { + "name": "Practice School II", "sections": { "L1": { "instructors": [ - "VIKRANT KUMAR S" + "SP REGALLA" ], "sched": [] } } }, - "CHE F377": { - "name": "Design Project", + "BITS F413": { + "name": "Practice School II", "sections": { "L1": { "instructors": [ - "VIKRANT KUMAR S" + "SP REGALLA" ], "sched": [] } } }, - "CHE F418": { - "name": "Model & Simu in Che Engg", - "sections": { - "L1": { - "instructors": [ - "ANGAN SENGUPTA", - "Vikrant Kumar S" - ], - "sched": [ - { - "room": "D208 C", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 7 - ] - } - ] - } - }, - "compre": { - "date": "13/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "1.30 -3.00 PM" - } - }, - "CHE F419": { - "name": "Chemical Process Tech", - "sections": { - "L1": { - "instructors": [ - "RAMESH BABU A" - ], - "sched": [ - { - "room": "G207", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" - } - }, - "CHE F498": { - "name": "Colloids and Interface Engineering", - "sections": { - "L1": { - "instructors": [ - "JAIDEEP CHATTERJEE", - "Nandini Bhandaru" - ], - "sched": [ - { - "room": "G207", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - } - }, - "compre": { - "date": "08/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "3.30 - 5.00 PM" - } - }, - "CHE G552": { - "name": "Adv Transport Phenomena", - "sections": { - "L1": { - "instructors": [ - "BALAJI KRISHNAMURTHY", - "P Saikiran" - ], - "sched": [ - { - "room": "G106", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - } - }, - "compre": { - "date": "08/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "3.30 - 5.00 PM" - } - }, - "CHE G617": { - "name": "Petroleum Refinery Engineering", - "sections": { - "L1": { - "instructors": [ - "SRIKANTA DINDA" - ], - "sched": [ - { - "room": "G106", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Srikanta Dinda", - "Vuchuru Kalyan" - ], - "sched": [ - { - "room": "D227A", - "days": [ - "T" - ], - "hours": [ - 7, - 8, - 9 - ] - } - ] - } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" - } - }, - "CHE G641": { - "name": "Reaction Engineering", - "sections": { - "L1": { - "instructors": [ - "PANKAJ KUMAR" - ], - "sched": [ - { - "room": "F203", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - }, - "P1": { - "instructors": [ - "Srikanta Dinda", - "P Pradeep Reddy" - ], - "sched": [ - { - "room": "D226", - "days": [ - "Th" - ], - "hours": [ - 7, - 8, - 9 - ] - } - ] - } - }, - "compre": { - "date": "01/05", - "session": "AN" - }, - "midsem": { - "date": "2/3", - "time": "11.00 -12.30 PM" - } - }, - "CHEM F110": { - "name": "Chemistry Laboratory", - "sections": { - "L1": { - "instructors": [ - "N RAJESH", - "Deepthi Priyanka Damera" - ], - "sched": [ - { - "room": "B124", - "days": [ - "S" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "L2": { - "instructors": [ - "Durba Roy", - "Banchhanidhi Prusti" - ], - "sched": [ - { - "room": "B124", - "days": [ - "M" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "L3": { - "instructors": [ - "KVG Chandrasekhar", - "Soumitra Payra" - ], - "sched": [ - { - "room": "B229", - "days": [ - "M" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "L4": { + "BITS F415": { + "name": "Introduction to Mems", + "sections": { + "L1": { "instructors": [ - "K Sumithra", - "Arunraj B" + "SANKET GOEL" ], "sched": [ { - "room": "B229", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 4 ] } ] }, - "L5": { + "P1": { "instructors": [ - "Amit Nag", - "B Hima Bindu" + "Sanket Goel" ], "sched": [ { - "room": "B124", + "room": "NA", "days": [ - "W" + "M" ], "hours": [ - 4, - 5 + 2, + 3 ] } ] }, - "L6": { + "P2": { "instructors": [ - "Chanchal Chakravarthy", - "Susmita Roy" + "Sanket Goel" ], "sched": [ { - "room": "B124", + "room": "NA", "days": [ "F" ], "hours": [ - 4, - 5 + 5, + 6 ] } ] }, - "L7": { + "P3": { "instructors": [ - "R Krishnan", - "Aluri Ravallika" + "K Avinash" ], - "sched": [ - { - "room": "B124", - "days": [ - "F" - ], - "hours": [ - 7, - 8 - ] - } - ] + "sched": [] }, - "L8": { + "P4": { "instructors": [ - "Himanshu Aggarwal", - "Sruthi Peesapati" + "Sarala Bhavani Kallepalli" ], - "sched": [ - { - "room": "B229", - "days": [ - "W" - ], - "hours": [ - 7, - 8 - ] - } - ] + "sched": [] }, - "L9": { + "P6": { "instructors": [ - "Himanshu Aggarwal", - "Meenu P C" + "Jayapiriya U S" ], - "sched": [ - { - "room": "B229", - "days": [ - "Th" - ], - "hours": [ - 7, - 8 - ] - } - ] + "sched": [] }, - "L10": { + "P7": { "instructors": [ - "J Subbalakshmi", - "Sahithi Reddy Andru" + "K Avinash" ], - "sched": [ - { - "room": "B124", - "days": [ - "Th" - ], - "hours": [ - 4, - 5 - ] - } - ] + "sched": [] }, - "L11": { + "P8": { "instructors": [ - "J Subbalakshmi", - "Nilanjana Mukherjee" + "Sarala Bhavani Kallepalli" ], - "sched": [ - { - "room": "B124", - "days": [ - "T" - ], - "hours": [ - 4, - 5 - ] - } - ] + "sched": [] } } }, - "CHEM F111": { - "name": "General Chemistry", + "BITS F416": { + "name": "Intro to Nano Science", "sections": { "L1": { "instructors": [ - "BALAJI GOPALAN", - "KVG Chandrasekhar" + "VSN MURTHY", + "B Harihara Venkataraman" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ "M", "W", @@ -4758,172 +1411,243 @@ ] } ] - }, - "L2": { + } + } + }, + "BITS F421T": { + "name": "Thesis", + "sections": { + "L1": { "instructors": [ - "Tanmay Chatterjee", - "Amit Nag" + "A VASAN" + ], + "sched": [] + } + } + }, + "BITS F428": { + "name": "Essentials of Strate Mgt", + "sections": { + "L1": { + "instructors": [ + "SWATI ALOK" ], "sched": [ { - "room": "F103", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 2 + 3 ] } ] - }, - "T1": { + } + } + }, + "BITS F437": { + "name": "Technical Communication", + "sections": { + "L1": { "instructors": [ - "Tanmay Chatterjee" + "SANTOSH MAHAPATRA", + "Revathy Hemachandran" ], "sched": [ { - "room": "G101", + "room": "NA", "days": [ "M", - "W" + "W", + "F" ], "hours": [ 1 ] } ] - }, - "T2": { + } + } + }, + "BITS F441T": { + "name": "Seminar", + "sections": { + "L1": { "instructors": [ - "Amit Nag" + "A VASAN" ], - "sched": [ - { - "room": "G105", - "days": [ - "M", - "W" - ], - "hours": [ - 1 - ] - } - ] - }, - "T3": { + "sched": [] + } + } + }, + "BITS F462": { + "name": "Renewable Energy", + "sections": { + "L1": { "instructors": [ - "Manab Chakravarty" + "M SRINIVAS" ], "sched": [ { - "room": "G103", + "room": "NA", "days": [ - "M", - "W" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] - }, - "T4": { + } + } + }, + "BITS F463": { + "name": "Cryptography", + "sections": { + "L1": { "instructors": [ - "Sounak Roy" + "AMIT KUMAR PANDA" ], "sched": [ { - "room": "G104", + "room": "NA", "days": [ - "M", - "W" + "T", + "Th", + "S" ], "hours": [ - 1 + 3 ] } ] - }, - "T5": { + } + } + }, + "BITS G513": { + "name": "Study in Advanced Topics", + "sections": { + "L1": { "instructors": [ - "Balaji Gopalan" + "V V KRISHNA VENUGANTI" ], - "sched": [ - { - "room": "G105", - "days": [ - "T", - "Th" - ], - "hours": [ - 8 - ] - } - ] - }, - "T6": { + "sched": [] + } + } + }, + "BITS G529": { + "name": "Research Project I", + "sections": { + "L1": { "instructors": [ - "KVG Chandrasekhar" + "V V KRISHNA VENUGANTI" ], - "sched": [ - { - "room": "G106", - "days": [ - "T", - "Th" - ], - "hours": [ - 8 - ] - } - ] - }, - "T7": { + "sched": [] + } + } + }, + "BITS G539": { + "name": "Research Project II", + "sections": { + "L1": { + "instructors": [ + "V V KRISHNA VENUGANTI" + ], + "sched": [] + } + } + }, + "BITS G540": { + "name": "Research Practice", + "sections": { + "L1": { + "instructors": [ + "V V KRISHNA VENUGANTI" + ], + "sched": [] + } + } + }, + "BITS G553": { + "name": "Real Time Systems", + "sections": { + "L1": { "instructors": [ - "Chanchal Chakravarthy" + "SOUMYA J" ], "sched": [ { - "room": "G107", + "room": "NA", "days": [ "M", - "W" + "W", + "F" ], "hours": [ - 1 + 2 ] } ] - }, - "T8": { + } + } + }, + "BITS G562T": { + "name": "Dissertation", + "sections": { + "L1": { "instructors": [ - "Subit Kumar Saha" + "V V KRISHNA VENUGANTI" + ], + "sched": [] + } + } + }, + "BITS G649": { + "name": "Reading Course", + "sections": { + "L1": { + "instructors": [ + "V V KRISHNA VENUGANTI" + ], + "sched": [] + } + } + }, + "CE F211": { + "name": "Mechanics of Solids", + "sections": { + "L1": { + "instructors": [ + "CHANDU PARIMI" ], "sched": [ { - "room": "G201", + "room": "NA", "days": [ - "M", - "W" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] }, - "T9": { + "T1": { "instructors": [ - "Himanshu Aggarwal" + "Chandu Parimi" ], "sched": [ { - "room": "G108", + "room": "NA", "days": [ - "M", - "W" + "T" ], "hours": [ 1 @@ -4931,26 +1655,18 @@ } ] } - }, - "compre": { - "date": "11/05", - "session": "AN" - }, - "midsem": { - "date": "5/3", - "time": "1.30 -3.00 PM" } }, - "CHEM F223": { - "name": "Colloid & Surface Chem", + "CE F213": { + "name": "Surveying", "sections": { "L1": { "instructors": [ - "RAMAKRISHNAN G" + "K RAJITHA" ], "sched": [ { - "room": "G205", + "room": "NA", "days": [ "T", "Th", @@ -4961,47 +1677,39 @@ ] } ] - } - }, - "compre": { - "date": "08/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "3.30 - 5.00 PM" - } - }, - "CHEM F241": { - "name": "Inorganic Chemistry II", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "SOUNAK ROY" + "Sandra Maria Cherian" ], "sched": [ { - "room": "G204", + "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 5 + 7, + 8 ] } ] }, + "P2": { + "instructors": [ + "M Mounika" + ], + "sched": [] + }, "T1": { "instructors": [ - "Sounak Roy" + "K Rajitha" ], "sched": [ { - "room": "G204", + "room": "NA", "days": [ - "T" + "S" ], "hours": [ 1 @@ -5009,165 +1717,136 @@ } ] } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" } }, - "CHEM F242": { - "name": "Chemical Exper I", + "CE F230": { + "name": "Civil Engineering Materials", "sections": { "L1": { "instructors": [ - "TANMAY CHATTERJEE", - "Anupam Bhattacharya", - "Khetmalis Yogesh Mahadu", - "Madhuparna Chakraborty", - "Nandikolla Adinarayana", - "Sameer Singh", - "Sd Anwarhussaini", - "Shouvik Bhuin", - "T Leelasree" + "BAHURUDEEN A" ], "sched": [ { - "room": "B124", + "room": "NA", "days": [ - "T", - "Th" + "M", + "W", + "F" ], "hours": [ - 7, - 8, - 9 + 2 ] } ] - } - } - }, - "CHEM F243": { - "name": "Organic Chemistry II", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "ANUPAM BHATTACHARYA", - "Manab Chakravarty" + "Jittin Varghese" ], "sched": [ { - "room": "G204", + "room": "NA", "days": [ - "T", - "Th", - "S" + "F" ], "hours": [ - 4 + 7, + 8 ] } ] }, + "P2": { + "instructors": [ + "Gowlla Jyothsna" + ], + "sched": [] + }, "T1": { "instructors": [ - "Manab Chakravarty", - "Anupam Bhattacharya" + "Bahurudeen A" ], "sched": [ { - "room": "G202", + "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 3 + 9 ] } ] } - }, - "compre": { - "date": "12/05", - "session": "AN" - }, - "midsem": { - "date": "6/3", - "time": "11.00 -12.30 PM" } }, - "CHEM F244": { - "name": "Physical Chemistry III", + "CE F231": { + "name": "Fluid Mechanics", "sections": { "L1": { "instructors": [ - "K SUMITHRA" + "K SRINIVASA RAJU" ], "sched": [ { - "room": "G204", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 4 + 3 ] } ] }, "T1": { "instructors": [ - "K Sumithra" + "K Srinivasa Raju" ], "sched": [ { - "room": "G204", + "room": "NA", "days": [ - "S" + "Th" ], "hours": [ 1 ] } ] + }, + "T2": { + "instructors": [ + "Vogeti Rishith Kumar" + ], + "sched": [] } - }, - "compre": { - "date": "02/05", - "session": "FN" - }, - "midsem": { - "date": "2/3", - "time": "1.30 -3.00 PM" } }, - "CHEM F266": { + "CE F266": { "name": "Study Project", "sections": { "L1": { "instructors": [ - "AMIT NAG" + "ANASUA GUHARAY" ], "sched": [] } } }, - "CHEM F327": { - "name": "Electrochem Funda & Appl", + "CE F312": { + "name": "Hydraulic Engineering", "sections": { "L1": { "instructors": [ - "DURBA ROY" + "ANMALA JAGADEESH" ], "sched": [ { - "room": "G204", + "room": "NA", "days": [ "M", "W", @@ -5178,375 +1857,267 @@ ] } ] - } - }, - "compre": { - "date": "14/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "11.00 -12.30 PM" - } - }, - "CHEM F329": { - "name": "Analytical Chemistry", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "N RAJESH" + "T Venkateswarlu" ], "sched": [ { - "room": "G204", + "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 7 + 8, + 9 ] } ] }, - "P1": { + "P2": { "instructors": [ - "N Rajesh" + "M Naveen Naidu" ], "sched": [ { - "room": "G204", + "room": "NA", "days": [ "M" ], "hours": [ - 10, - 11 + 6, + 7 ] } ] - } - }, - "compre": { - "date": "13/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "1.30 -3.00 PM" - } - }, - "CHEM F341": { - "name": "Chemical Exper II", - "sections": { - "L1": { + }, + "P3": { "instructors": [ - "SUBIT KUMAR SAHA", - "B Aniket Diliprao", - "Balaji Gopalan", - "Dinabandhu Patra", - "Kaja Sravani", - "Ramakrishnan G", - "Reeshma Rameshan", - "Rishika Aggrawal", - "Rituparna Hazra", - "Sayantan Halder" + "Nagalapalli Satish" ], "sched": [ { - "room": "B124", + "room": "NA", "days": [ - "M", "W" ], "hours": [ - 7, - 8, - 9 + 6, + 7 + ] + } + ] + }, + "T1": { + "instructors": [ + "Anmala Jagadeesh" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 1 ] } ] } } }, - "CHEM F342": { - "name": "Organic Chemistry IV", + "CE F313": { + "name": "Foundation Engineering", "sections": { "L1": { "instructors": [ - "MANAB CHAKRAVARTY", - "Anupam Bhattacharya" + "ANASUA GUHARAY" ], "sched": [ { - "room": "G207", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 2 + 4 ] } ] }, "T1": { "instructors": [ - "Manab Chakravarty", - "Anupam Bhattacharya" + "Anasua Guharay" ], "sched": [ { - "room": "G207", + "room": "NA", "days": [ - "F" + "W" ], "hours": [ 1 ] } ] + }, + "T2": { + "instructors": [ + "G Sachin Chakravart" + ], + "sched": [] } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" } }, - "CHEM F343": { - "name": "Inorganic Chemistry III", + "CE F320": { + "name": "Design of Reinforced Concrete", "sections": { "L1": { "instructors": [ - "R KRISHNAN" + "ARKAMITRA KAR", + "Sk Rahaman" ], "sched": [ { - "room": "G207", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 3 + 2 ] } ] }, "T1": { "instructors": [ - "R Krishnan" + "Arkamitra Kar" ], "sched": [ { - "room": "G207", + "room": "NA", "days": [ - "M" + "F" ], "hours": [ 1 ] } ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "CHEM F366": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "DURBA ROY" - ], - "sched": [] - } - } - }, - "CHEM F367": { - "name": "Laboratory Project", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "DURBA ROY" + "R Kruthi Kiran" ], "sched": [] } } }, - "CHEM F376": { - "name": "Design Project", + "CE F323": { + "name": "Intro to Envirn Engg", "sections": { "L1": { "instructors": [ - "CHANCHAL CHAKRAVART" + "MURARI R R VARMA" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 9 + ] + } + ] } } }, - "CHEM F377": { - "name": "Design Project", + "CE F366": { + "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "CHANCHAL CHAKRAVART" + "ARKAMITRA KAR" ], "sched": [] } } }, - "CHEM F414": { - "name": "Bio & Chemical Sensors", + "CE F367": { + "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "J SUBBALAKSHMI" + "ARKAMITRA KAR" ], - "sched": [ - { - "room": "G204", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] + "sched": [] } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" } }, - "CHEM G521": { - "name": "Environmental Chemistry", + "CE F376": { + "name": "Design Project", "sections": { "L1": { "instructors": [ - "N RAJESH" + "BANDHAN BANDHU MAJU" ], - "sched": [ - { - "room": "G203", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] + "sched": [] } - }, - "compre": { - "date": "09/05", - "session": "AN" - }, - "midsem": { - "date": "5/3", - "time": "9.00 - 10.30AM" } }, - "CHEM G552": { - "name": "Advanced Inorganic Chemistry", + "CE F377": { + "name": "Design Project", "sections": { "L1": { "instructors": [ - "R KRISHNAN", - "Himanshu Aggarwal" + "BANDHAN BANDHU MAJU" ], - "sched": [ - { - "room": "F205", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] + "sched": [] } - }, - "compre": { - "date": "01/05", - "session": "AN" - }, - "midsem": { - "date": "2/3", - "time": "11.00 -12.30 PM" } }, - "CHEM G553": { - "name": "Advanced Physical Chemistry", + "CE F411": { + "name": "Oper Research For Engin", "sections": { "L1": { "instructors": [ - "K SUMITHRA", - "Subit Kumar Saha" + "A VASAN" ], "sched": [ { - "room": "G107", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 3 + 4 ] } ] } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" } }, - "CHEM G561": { - "name": "Heterocyclic Chemistry", + "CE F417": { + "name": "App of Ai in Civil Engg", "sections": { "L1": { "instructors": [ - "KVG CHANDRASEKHAR", - "Tanmay Chatterjee" + "ANMALA JAGADEESH" ], "sched": [ { - "room": "G203", + "room": "NA", "days": [ "T", "Th", @@ -5558,626 +2129,589 @@ } ] } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" } }, - "CS F111": { - "name": "Computer Programming", + "CE F426": { + "name": "Geosyn & Rein Soil Str", "sections": { "L1": { "instructors": [ - "CHITTARANJAN HOTA" + "ANASUA GUHARAY", + "Syed Mazhar" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 2 + 3 ] } ] - }, - "L2": { + } + } + }, + "CE G514": { + "name": "Structural Optimization", + "sections": { + "L1": { "instructors": [ - "Odelu Vanga" + "A VASAN" ], "sched": [ { - "room": "F103", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 9 - ] - } - ] - }, - "P1": { - "instructors": [ - "Odelu Vanga", - "K Sai Anirudh" - ], - "sched": [ - { - "room": "D311", - "days": [ - "M" - ], - "hours": [ - 4, 5 ] } ] }, - "P2": { + "P1": { "instructors": [ - "Rakesh Pandey", - "Rashmi Sahay" + "A Vasan" ], "sched": [ { - "room": "D311", + "room": "NA", "days": [ "T" ], "hours": [ - 4, - 5 + 8, + 9 ] } ] - }, - "P3": { + } + } + }, + "CE G516": { + "name": "Multi Criter Anal in Engg", + "sections": { + "L1": { "instructors": [ - "Ramaswamy Venkatakrishna" + "K SRINIVASA RAJU" ], "sched": [ { - "room": "D311", + "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 4 ] } ] }, - "P4": { + "P1": { "instructors": [ - "Paresh Saxena", - "Rashmi Sahay" + "K Srinivasa Raju" ], "sched": [ { - "room": "D311", + "room": "NA", "days": [ "Th" ], "hours": [ - 4, - 5 - ] - } - ] - }, - "P5": { - "instructors": [ - "D V N Siva Kumar", - "Rajesh Kumar Shrivastava" - ], - "sched": [ - { - "room": "D311", - "days": [ - "W" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P6": { - "instructors": [ - "D V N Siva Kumar", - "Sanket Mishra" - ], - "sched": [ - { - "room": "D311", - "days": [ - "F" - ], - "hours": [ - 7, - 8 + 8, + 9 ] } ] - }, - "P7": { + } + } + }, + "CE G534": { + "name": "Pavement Material Charac", + "sections": { + "L1": { "instructors": [ - "Paresh Saxena", - "Mohita Ghildiyal" + "SRIDHAR RAJU" ], "sched": [ { - "room": "D311", + "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 4, - 5 + 3 ] } ] }, - "P8": { + "P1": { "instructors": [ - "Rakesh Pandey", - "K Sai Anirudh" + "Sridhar Raju" ], "sched": [ { - "room": "D311", + "room": "NA", "days": [ "W" ], "hours": [ - 4, - 5 - ] - } - ] - }, - "P9": { - "instructors": [ - "Ramaswamy Venkatakrishna" - ], - "sched": [ - { - "room": "D311", - "days": [ - "S" - ], - "hours": [ - 4, - 5 + 8, + 9 ] } ] } - }, - "compre": { - "date": "04/05", - "session": "FN" - }, - "midsem": { - "date": "3/3", - "time": "9.00 - 10.30AM" } }, - "CS F211": { - "name": "Data Structures & Algo", + "CE G537": { + "name": "Transport Econ & Finance", "sections": { "L1": { "instructors": [ - "NL BHANUMURTHY" + "BANDHAN BANDHU MAJU" ], "sched": [ { - "room": "F102", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 5 + 4 ] } ] }, "P1": { "instructors": [ - "Barsha Mitra", - "Rajita BSAS" + "Bandhan Bandhu Majumdar" ], "sched": [ { - "room": "D313", + "room": "NA", "days": [ "M" ], "hours": [ - 4, - 5 + 8, + 9 ] } ] - }, - "P2": { + } + } + }, + "CE G545": { + "name": "Airport Planning & Des", + "sections": { + "L1": { "instructors": [ - "Odelu Vanga", - "Priyanka Rushikesh Chaudh" + "SRIDHAR RAJU" ], "sched": [ { - "room": "D313", + "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 2, - 3 - ] - } - ] - }, - "P3": { - "instructors": [ - "Manajanna B", - "T Sahithi" - ], - "sched": [ - { - "room": "D313", - "days": [ - "M" - ], - "hours": [ - 2, - 3 + 5 ] } ] }, - "P4": { + "P1": { "instructors": [ - "Manajanna B", - "Barsha Mitra" + "Sridhar Raju" ], "sched": [ { - "room": "D313", + "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 2, - 3 + 8, + 9 ] } ] - }, - "P5": { + } + } + }, + "CE G548": { + "name": "Pavement Mgmt Systems", + "sections": { + "L1": { "instructors": [ - "Barsha Mitra", - "Rajita BSAS" + "V VINAYAKA RAM" ], "sched": [ { - "room": "D313", + "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 4, - 5 + 2 ] } ] }, - "P6": { + "P1": { "instructors": [ - "Ramaswamy Venkatakrishna", - "Priyanka Rushikesh Chaudh" + "V Vinayaka Ram" ], "sched": [ { - "room": "D313", + "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] - }, - "T1": { + } + } + }, + "CE G551": { + "name": "Dynamics of Structures", + "sections": { + "L1": { "instructors": [ - "Barsha Mitra" + "MOHAN S C" ], "sched": [ { - "room": "G106", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] }, - "T2": { + "P1": { "instructors": [ - "Odelu Vanga" + "Mohan S C" ], "sched": [ { - "room": "G107", + "room": "NA", "days": [ - "T" + "W" ], "hours": [ - 1 + 8, + 9 ] } ] }, - "T3": { + "P2": { + "instructors": [ + "Sheik Mohammed Zoheb Na" + ], + "sched": [] + } + } + }, + "CE G552": { + "name": "Adv Str Mech & Stability", + "sections": { + "L1": { "instructors": [ - "Manajanna B" + "SHIVANG SHEKHAR" ], "sched": [ { - "room": "G106", + "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 2 ] } ] }, - "T4": { + "P1": { "instructors": [ - "Ramaswamy Venkatakrishna" + "Shivang Shekhar" ], "sched": [ { - "room": "G107", + "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 1 + 8, + 9 ] } ] } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" } }, - "CS F212": { - "name": "Data Base Systems", + "CE G553": { + "name": "Theory of Plates and Shells", "sections": { "L1": { "instructors": [ - "R GURURAJ" + "CHANDU PARIMI" ], "sched": [ { - "room": "F102", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 5 + 3 ] } ] }, "P1": { "instructors": [ - "Lov Kumar", - "Deepa Kumari" + "Chandu Parimi" ], "sched": [ { - "room": "D311", + "room": "NA", "days": [ - "M" + "F" ], "hours": [ - 2, - 3 + 8, + 9 ] } ] - }, - "P2": { + } + } + }, + "CE G565": { + "name": "Transportation Planning", + "sections": { + "L1": { "instructors": [ - "Lov Kumar" + "PRASANTA KUMAR SAHU" ], "sched": [ { - "room": "D311", + "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 2, - 3 + 2 ] } ] }, - "P3": { + "P1": { "instructors": [ - "R Gururaj", - "Deepa Kumari" + "Prasanta Kumar Sahu" ], "sched": [ { - "room": "D311", + "room": "NA", "days": [ "T" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] - }, - "P4": { + } + } + }, + "CE G567": { + "name": "Highway Design", + "sections": { + "L1": { "instructors": [ - "R Gururaj", - "Ramisetty Kavya" + "V VINAYAKA RAM" ], "sched": [ { - "room": "D311", + "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 2, 3 ] } ] }, - "P5": { + "P1": { "instructors": [ - "Jabez J Christopher", - "Ramisetty Kavya" + "V Vinayaka Ram" ], "sched": [ { - "room": "D311", + "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] - }, - "T1": { + } + } + }, + "CE G568": { + "name": "Traffic Systems Analysis", + "sections": { + "L1": { "instructors": [ - "Lov Kumar" + "BANDHAN BANDHU MAJU" ], "sched": [ { - "room": "G105", + "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 1 + 2 ] } ] }, - "T2": { + "P1": { "instructors": [ - "R Gururaj" + "Bandhan Bandhu Majumdar" ], "sched": [ { - "room": "G106", + "room": "NA", "days": [ + "Th" + ], + "hours": [ + 8, + 9 + ] + } + ] + } + } + }, + "CE G572": { + "name": "Transportation Data Analytics", + "sections": { + "L1": { + "instructors": [ + "PRASANTA KUMAR SAHU" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", "S" ], "hours": [ - 1 + 5 ] } ] }, - "T3": { + "P1": { "instructors": [ - "Jabez J Christopher" + "Prasanta Kumar Sahu" ], "sched": [ { - "room": "G107", + "room": "NA", "days": [ - "S" + "F" ], "hours": [ - 1 + 8, + 9 ] } ] } - }, - "compre": { - "date": "14/05", - "session": "FN" - }, - "midsem": { - "date": "7/3", - "time": "9.00 - 10.30AM" } }, - "CS F213": { - "name": "Object Oriented Prog", + "CE G612": { + "name": "Advanced Steel Structure", "sections": { "L1": { "instructors": [ - "SUBHRAKANTA PANDA" + "MOHAN S C", + "Ch Bala Venkata Hareen" ], "sched": [ { - "room": "F103", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 7 + 4 ] } ] }, "P1": { "instructors": [ - "Surender Singh S" + "Mohan S C" ], "sched": [ { - "room": "D313", + "room": "NA", "days": [ - "T" + "Th" ], "hours": [ 8, @@ -6185,406 +2719,445 @@ ] } ] - }, - "P2": { + } + } + }, + "CE G614": { + "name": "Prestress Concrete Struc", + "sections": { + "L1": { "instructors": [ - "Surender Singh S" + "BAHURUDEEN A" ], "sched": [ { - "room": "D313", + "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 7, - 8 + 5 ] } ] }, - "P3": { + "P1": { "instructors": [ - "Surender Singh S" + "Bahurudeen A" ], "sched": [ { - "room": "D331A", + "room": "NA", "days": [ - "M" + "W" ], "hours": [ - 4, - 5 + 8, + 9 ] } ] } - }, - "compre": { - "date": "13/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "1.30 -3.00 PM" } }, - "CS F241": { - "name": "Microproc & Interfacing", + "CE G616": { + "name": "Bridge Engineering", "sections": { "L1": { "instructors": [ - "MB SRINIVAS" + "PN RAO" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 4 + 3 ] } ] }, - "L2": { + "P1": { "instructors": [ - "MB Srinivas" + "PN Rao" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ - "M", - "W", - "F" + "M" ], "hours": [ - 4 + 8, + 9 ] } ] - }, - "P1": { + } + } + }, + "CE G617": { + "name": "Advance Struc Analysis", + "sections": { + "L1": { "instructors": [ - "Suvadip Batabyal", - "Renuka.H" + "ARKAMITRA KAR", + "Radha Kiranmaye Bandlamu" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 2, - 3 + 4 ] } ] }, - "P2": { + "P1": { "instructors": [ - "Karumbaiah Chappanda Nan", - "Renuka.H" + "Arkamitra Kar" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 2, - 3 + 8, + 9 ] } ] - }, - "P3": { + } + } + }, + "CE G619": { + "name": "Finite Element Analysis", + "sections": { + "L1": { "instructors": [ - "Karumbaiah Chappanda Nan", - "P Michael Preetam Raj" + "PN RAO" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 3 ] } ] }, - "P4": { + "P1": { "instructors": [ - "Soumya J", - "P Michael Preetam Raj" + "PN Rao" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "W" + "Th" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] - }, - "P5": { + } + } + }, + "CHE F211": { + "name": "Chemical Process Calcula", + "sections": { + "L1": { "instructors": [ - "S K Sahoo", - "Puneeth S B" + "PANKAJ KUMAR" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 4 ] } ] }, - "P6": { + "T1": { "instructors": [ - "S K Sahoo", - "Puneeth S B", - "Swapna Challagundla" + "Pankaj Kumar" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 7, - 8 + 1 ] } ] - }, - "P7": { + } + } + }, + "CHE F212": { + "name": "Fluid Mechanics", + "sections": { + "L1": { "instructors": [ - "Runa Kumari", - "Prakash Palasram R", - "Swapna Challagundla" + "VED PRAKASH MISHRA" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 2 ] } ] }, - "P8": { + "T1": { "instructors": [ - "Runa Kumari", - "Prakash Palasram R" + "Ved Prakash Mishra" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "F" + "S" ], "hours": [ - 7, - 8 + 1 ] } ] - }, - "P9": { + } + } + }, + "CHE F213": { + "name": "Chem Engg Thermodynamics", + "sections": { + "L1": { "instructors": [ - "Ramakant", - "G Jayeshkumar Pintubhai" + "D PURNIMA" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 2, 3 ] } ] }, - "P10": { + "T1": { "instructors": [ - "Ramakant", - "G Jayeshkumar Pintubhai" + "D Purnima" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "W" + "Th" ], "hours": [ - 2, - 3 + 9 ] } ] - }, - "P11": { + } + } + }, + "CHE F214": { + "name": "Engineering Chemistry", + "sections": { + "L1": { "instructors": [ - "Ramakant", - "Naveen Bokka" + "KARTHIK CHETAN" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 2, - 3 + 5 ] } ] }, - "P12": { + "T1": { "instructors": [ - "Sandeep Kumar", - "Naveen Bokka" + "Karthik Chetan" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 7, - 8 + 1 ] } ] - }, - "P13": { + } + } + }, + "CHE F266": { + "name": "Study Project", + "sections": { + "L1": { "instructors": [ - "Prashant Wali", - "Priyanka B G" + "SRIKANTA DINDA" + ], + "sched": [] + } + } + }, + "CHE F311": { + "name": "Kinetics & Reactor Design", + "sections": { + "L1": { + "instructors": [ + "I SREEDHAR" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 3 ] } ] }, - "P14": { + "T1": { "instructors": [ - "Ramakant", - "Priyanka B G" + "I Sreedhar" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 7, - 8 + 1 ] } ] - }, - "P15": { + } + } + }, + "CHE F313": { + "name": "Separation Processes II", + "sections": { + "L1": { "instructors": [ - "Suvadip Batabyal", - "Sarda Sharma", - "Venkatarao Selamneni" + "BALAJI KRISHNAMURTHY" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 2, - 3 + 9 ] } ] }, - "P16": { + "T1": { "instructors": [ - "Soumya J", - "Sarda Sharma" + "Balaji Krishnamurthy" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 7, - 8 + 1 ] } ] - }, - "T1": { + } + } + }, + "CHE F314": { + "name": "Process Des Principles I", + "sections": { + "L1": { "instructors": [ - "Suvadip Batabyal" + "SATYAPAUL SINGH AMART" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 2 ] } ] }, - "T2": { + "T1": { "instructors": [ - "MB Srinivas" + "Satyapaul Singh Amarthaluri" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ - "Th" + "W" ], "hours": [ 1 @@ -6592,184 +3165,242 @@ } ] }, - "T3": { + "T2": { "instructors": [ - "Amit Ranjan Azad" + "P Pradeep Reddy" + ], + "sched": [] + } + } + }, + "CHE F342": { + "name": "Process Dyn & Control", + "sections": { + "L1": { + "instructors": [ + "JAIDEEP CHATTERJEE" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 8 ] } ] }, - "T4": { + "T1": { "instructors": [ - "Amit Ranjan Azad" + "Jaideep Chatterjee" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ "Th" ], "hours": [ - 1 + 9 ] } ] - }, - "T5": { + } + } + }, + "CHE F376": { + "name": "Design Project", + "sections": { + "L1": { "instructors": [ - "Prashant Wali" + "VIKRANT KUMAR S" + ], + "sched": [] + } + } + }, + "CHE F377": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "VIKRANT KUMAR S" + ], + "sched": [] + } + } + }, + "CHE F411": { + "name": "Envir Pollution Control", + "sections": { + "L1": { + "instructors": [ + "D PURNIMA" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] - }, - "T6": { + } + } + }, + "CHE F414": { + "name": "Transport Phenomena", + "sections": { + "L1": { "instructors": [ - "Prashant Wali" + "VIKRANT KUMAR S" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 4 ] } ] - }, - "T7": { + } + } + }, + "CHE F422": { + "name": "Petro. Refi. Tech.", + "sections": { + "L1": { "instructors": [ - "TO BE ANNOUNCED" + "SRIKANTA DINDA" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 5 ] } ] - }, - "T8": { + } + } + }, + "CHE F433": { + "name": "Corrosion Engineering", + "sections": { + "L1": { "instructors": [ - "TO BE ANNOUNCED" + "RAMESH BABU A" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 1 + 5 ] } ] - }, - "T9": { + } + } + }, + "CHE G523": { + "name": "Mathematical Methods in Chemical Engineering", + "sections": { + "L1": { "instructors": [ - "Sanjay Vidhyadharan" + "VIKRANT KUMAR S" ], "sched": [ { - "room": "I222", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] }, - "T10": { + "P1": { "instructors": [ - "Suvadip Batabyal" + "Vikrant Kumar S" ], "sched": [ { - "room": "I222", + "room": "NA", "days": [ "Th" ], "hours": [ - 1 + 7, + 8, + 9 ] } ] - } - }, - "compre": { - "date": "02/05", - "session": "FN" - }, - "midsem": { - "date": "2/3", - "time": "1.30 -3.00 PM" - } - }, - "CS F266": { - "name": "Study Project", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "SURENDER SINGH S" + "Dasika Prabhat Sourya" ], "sched": [] } } }, - "CS F303": { - "name": "Computer Networks", + "CHE G556": { + "name": "Electrochemical Enginering", "sections": { "L1": { "instructors": [ - "DIPANJAN CHAKRABORTY" + "BALAJI KRISHNAMURTHY" ], "sched": [ { - "room": "F102", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 2 + 4 ] } ] }, "P1": { "instructors": [ - "D V N Siva Kumar", - "Pattiwar Shravan Kumar" + "Balaji Krishnamurthy" ], "sched": [ { - "room": "D313", + "room": "NA", "days": [ "T" ], @@ -6782,631 +3413,732 @@ }, "P2": { "instructors": [ - "Manik Gupta", - "Mandan Naresh" + "Suresh Kanuri" + ], + "sched": [] + } + } + }, + "CHE G558": { + "name": "Chemical Process Optimization", + "sections": { + "L1": { + "instructors": [ + "NANDINI BHANDARU", + "P Saikiran" ], "sched": [ { - "room": "D312", + "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 4, - 5 + 7 ] } ] - }, - "P3": { + } + } + }, + "CHE G622": { + "name": "Adv Chemical Engg Thermo", + "sections": { + "L1": { "instructors": [ - "Suvadip Batabyal", - "Pattiwar Shravan Kumar" + "I SREEDHAR" ], "sched": [ { - "room": "D312", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 8, - 9 + 3 ] } ] }, - "P4": { + "P1": { "instructors": [ - "Suvadip Batabyal", - "Mandan Naresh" + "I Sreedhar" ], "sched": [ { - "room": "D313", + "room": "NA", "days": [ - "Th" + "T" ], "hours": [ + 7, 8, 9 ] } ] }, - "P5": { + "P2": { "instructors": [ - "Manik Gupta", - "K V V S Pravallika" + "Yaddanapudi Varun" + ], + "sched": [] + } + } + }, + "CHEM F111": { + "name": "General Chemistry", + "sections": { + "L3": { + "instructors": [ + "Amit Nag", + "Himanshu Aggarwal" ], "sched": [ { - "room": "D313", + "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 4, - 5 + 2 ] } ] }, - "T1": { + "T10": { "instructors": [ - "D V N Siva Kumar" + "Amit Nag" ], "sched": [ { - "room": "F106", + "room": "NA", "days": [ - "M" + "T", + "Th" ], "hours": [ - 1 + 7 ] } ] }, "T2": { "instructors": [ - "Manik Gupta" + "Himanshu Aggarwal" ], - "sched": [ - { - "room": "F208", - "days": [ - "F" - ], - "hours": [ - 1 - ] - } - ] + "sched": [] } - }, - "compre": { - "date": "09/05", - "session": "AN" - }, - "midsem": { - "date": "5/3", - "time": "9.00 - 10.30AM" } }, - "CS F342": { - "name": "Computer Architecture", + "CHEM F211": { + "name": "Physical Chemistry I", "sections": { "L1": { "instructors": [ - "CHETAN KUMAR V" + "SUBIT KUMAR SAHA" ], "sched": [ { - "room": "F101", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 4 + 5 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Chetan Kumar V", - "Sharvani Gadgil" + "Subit Kumar Saha" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 4, - 5 + 8 ] } ] - }, - "P2": { + } + } + }, + "CHEM F212": { + "name": "Organic Chemistry I", + "sections": { + "L1": { "instructors": [ - "Chetan Kumar V", - "Sharvani Gadgil" + "MANAB CHAKRAVARTY" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 4, - 5 + 8 ] } ] }, - "P3": { + "T1": { "instructors": [ - "Chetan Kumar V", - "TO BE ANNOUNCED" + "Manab Chakravarty" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "F" + "Th" ], "hours": [ - 4, - 5 + 9 ] } ] + }, + "T2": { + "instructors": [ + "Sameer Singh" + ], + "sched": [] } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" } }, - "CS F363": { - "name": "Compiler Construction", + "CHEM F213": { + "name": "Physical Chemistry II", "sections": { "L1": { "instructors": [ - "ARUNA MALAPATI" + "K SUMITHRA" ], "sched": [ { - "room": "F102", + "room": "NA", "days": [ "M", - "W" + "W", + "F" ], "hours": [ - 3 + 2 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Aruna Malapati" + "K Sumithra" ], "sched": [ { - "room": "D331A", + "room": "NA", "days": [ "T" ], "hours": [ - 8, - 9 + 1 ] } ] - }, - "P2": { + } + } + }, + "CHEM F214": { + "name": "Inorganic Chemistry I", + "sections": { + "L1": { "instructors": [ - "TO BE ANNOUNCED", - "Sanghamitra Samanta" + "N RAJESH" ], "sched": [ { - "room": "D312", + "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 4, - 5 + 3 ] } ] }, - "P3": { + "T1": { "instructors": [ - "R Gururaj", - "Gourish Goudar" + "N Rajesh" ], "sched": [ { - "room": "D312", + "room": "NA", "days": [ "Th" ], "hours": [ - 8, - 9 + 1 ] } ] }, - "P4": { + "T2": { + "instructors": [ + "Arunraj B" + ], + "sched": [] + } + } + }, + "CHEM F266": { + "name": "Study Project", + "sections": { + "L1": { + "instructors": [ + "CHANCHAL CHAKRAVART" + ], + "sched": [] + } + } + }, + "CHEM F311": { + "name": "Organic Chemistry III", + "sections": { + "L1": { + "instructors": [ + "KVG CHANDRASEKHAR" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 4 + ] + } + ] + }, + "T1": { "instructors": [ - "TO BE ANNOUNCED", - "Sanghamitra Samanta" + "KVG Chandrasekhar" ], "sched": [ { - "room": "D312", + "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 4, - 5 + 8 ] } ] - }, - "P5": { + } + } + }, + "CHEM F312": { + "name": "Physical Chemistry IV", + "sections": { + "L1": { "instructors": [ - "TO BE ANNOUNCED", - "Gourish Goudar" + "DURBA ROY", + "Sayantan Halder" ], "sched": [ { - "room": "D313", + "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 2, - 3 + 5 ] } ] }, "T1": { "instructors": [ - "Aruna Malapati" + "Durba Roy" ], "sched": [ { - "room": "F104", + "room": "NA", "days": [ - "M" + "W" ], "hours": [ 1 ] } ] - }, - "T2": { + } + } + }, + "CHEM F325": { + "name": "Polymer Chemistry", + "sections": { + "L1": { "instructors": [ - "Aruna Malapati" + "CHANCHAL CHAKRAVART", + "J Subbalakshmi", + "Sd Anwarhussaini" ], "sched": [ { - "room": "F104", + "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 1 + 2 ] } ] } - }, - "compre": { - "date": "01/05", - "session": "AN" - }, - "midsem": { - "date": "2/3", - "time": "11.00 -12.30 PM" } }, - "CS F364": { - "name": "Design & Anal of Algo", + "CHEM F326": { + "name": "Solid State Chemistry", "sections": { "L1": { "instructors": [ - "TATHAGAT RAY" + "SOUNAK ROY", + "Saraswati Roy" ], "sched": [ { - "room": "F102", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 8 + 3 ] } ] - }, - "T1": { + } + } + }, + "CHEM F336": { + "name": "Nanochemistry", + "sections": { + "L1": { "instructors": [ - "Rajib Ranjan Maiti", - "Srijanee Mookherji" + "BALAJI GOPALAN", + "Ankita Singh" ], "sched": [ { - "room": "I213", + "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 1 + 3 ] } ] }, - "T2": { + "P1": { "instructors": [ - "Tathagat Ray", - "Srijanee Mookherji" + "Balaji Gopalan" ], "sched": [ { - "room": "I213", + "room": "NA", "days": [ - "W" + "Th" ], "hours": [ - 1 + 9, + 10 ] } ] }, - "T3": { + "P2": { "instructors": [ - "TO BE ANNOUNCED" + "Ankita Singh" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Dinabandhu Patra" + ], + "sched": [] + } + } + }, + "CHEM F342": { + "name": "Organic Chemistry IV", + "sections": { + "L1": { + "instructors": [ + "ANUPAM BHATTACHARYA" ], "sched": [ { - "room": "I211", + "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 1 + 9 ] } ] }, - "T4": { + "T1": { "instructors": [ - "TO BE ANNOUNCED" + "Anupam Bhattacharya" ], "sched": [ { - "room": "I211", + "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 1 + 9 ] } ] + }, + "T2": { + "instructors": [ + "Adarash Kumar Shukla" + ], + "sched": [] + }, + "T3": { + "instructors": [ + "Shouvik Bhuin" + ], + "sched": [] } - }, - "compre": { - "date": "14/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "11.00 -12.30 PM" } }, - "CS F366": { + "CHEM F366": { "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "SURENDER SINGH S" + "DURBA ROY" ], "sched": [] } } }, - "CS F367": { + "CHEM F367": { "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "SURENDER SINGH S" + "DURBA ROY" ], "sched": [] } } }, - "CS F372": { - "name": "Operating Systems", + "CHEM F376": { + "name": "Design Project", "sections": { "L1": { "instructors": [ - "RAKESH PANDEY" + "AMIT NAG" ], - "sched": [ - { - "room": "F208", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 8 - ] - } - ] + "sched": [] } - }, - "compre": { - "date": "14/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "11.00 -12.30 PM" } }, - "CS F376": { + "CHEM F377": { "name": "Design Project", "sections": { "L1": { "instructors": [ - "SURENDER SINGH S" + "AMIT NAG" ], "sched": [] } } }, - "CS F377": { - "name": "Design Project", + "CHEM F412": { + "name": "Photochem & Laser Spectr", "sections": { "L1": { "instructors": [ - "SURENDER SINGH S" + "AMIT NAG", + "Kaja Sravani" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 3 + ] + } + ] } } }, - "CS F402": { - "name": "Computational Geometry", + "CHEM G551": { + "name": "Adv Organic Chemistry", "sections": { "L1": { "instructors": [ - "MANAJANNA B" + "KVG CHANDRASEKHAR", + "D Ramaiah" ], "sched": [ { - "room": "F108", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 4 + 5 ] } ] } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" } }, - "CS F407": { - "name": "Artificial Intelligence", + "CHEM G552": { + "name": "Advanced Inorganic Chemistry", "sections": { "L1": { "instructors": [ - "CHITTARANJAN HOTA", - "T Sahithi" + "R KRISHNAN", + "Soumitra Payra" ], "sched": [ { - "room": "F106", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 5 + 8 ] } ] } - }, - "compre": { - "date": "08/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "3.30 - 5.00 PM" } }, - "CS F415": { - "name": "Data Mining", + "CHEM G554": { + "name": "Phy Methods in Chemistry", "sections": { "L1": { "instructors": [ - "MANIK GUPTA", - "Srijanee Mookherji" + "HIMANSHU AGGARWAL", + "T Leelasree", + "Tanmay Chatterjee" ], "sched": [ { - "room": "F106", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 5 ] } ] } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" } }, - "CS F441": { - "name": "Sel Topics From Comp Sc", + "CS F111": { + "name": "Computer Programming", + "sections": { + "L3": { + "instructors": [ + "Lov Kumar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 6 + ] + } + ] + }, + "P10": { + "instructors": [ + "Lov Kumar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 6, + 7 + ] + } + ] + } + } + }, + "CS F211": { + "name": "Data Structures & Algo", "sections": { "L1": { "instructors": [ - "DIPANJAN CHAKRABORTY" + "CHITTARANJAN HOTA" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ "T", "Th", @@ -7417,31 +4149,63 @@ ] } ] + }, + "P1": { + "instructors": [ + "Mrityunjay Singh" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 2, + 3 + ] + } + ] + }, + "P2": { + "instructors": [ + "Mrityunjay Singh" + ], + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 5, + 6 + ] + } + ] + }, + "P4": { + "instructors": [ + "Rashmi Sahay" + ], + "sched": [] } - }, - "compre": { - "date": "08/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "3.30 - 5.00 PM" } }, - "CS G513": { - "name": "Network Security", + "CS F213": { + "name": "Object Oriented Prog", "sections": { "L1": { "instructors": [ - "RAJIB RANJAN MAITI" + "SUBHRAKANTA PANDA" ], "sched": [ { - "room": "I122", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ 3 @@ -7451,14 +4215,13 @@ }, "P1": { "instructors": [ - "Rajib Ranjan Maiti" + "D V N Siva Kumar" ], "sched": [ { - "room": "D331A", + "room": "NA", "days": [ - "M", - "W" + "T" ], "hours": [ 2, @@ -7466,97 +4229,79 @@ ] } ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "CS G520": { - "name": "Advanced Data Mining", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "JABEZ J CHRISTOPHER" + "Manik Gupta" ], "sched": [ { - "room": "I122", + "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 4 + 7, + 8 ] } ] }, - "P1": { + "P4": { "instructors": [ - "Jabez J Christopher" + "Rajita BSAS" ], "sched": [ { - "room": "D331A", + "room": "NA", "days": [ "F" ], "hours": [ - 2, - 3 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "12/12", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" - } - }, - "CS G523": { - "name": "Software For Embedded Sys", - "sections": { - "L1": { + }, + "P3": { "instructors": [ - "SYED ERSHAD AHMED" + "Rajita BSAS" ], "sched": [ { - "room": "F101", + "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 5 + 7, + 8 ] } ] }, - "P1": { + "P6": { "instructors": [ - "Syed Ershad Ahmed", - "P Veda Bhanu" + "Chavali Lalitha" + ], + "sched": [] + }, + "P8": { + "instructors": [ + "Ramisetty Kavya" + ], + "sched": [] + }, + "P5": { + "instructors": [ + "D V N Siva Kumar" ], "sched": [ { - "room": "J105", + "room": "NA", "days": [ - "M", - "W" + "M" ], "hours": [ 7, @@ -7564,265 +4309,212 @@ ] } ] - } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "1.30 -3.00 PM" - } - }, - "CS G524": { - "name": "Adv Computer Architecture", - "sections": { - "L1": { + }, + "P10": { "instructors": [ - "G GEETHAKUMARI" + "Ramisetty Kavya" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "D V N Siva Kumar" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 5 + 1 ] } ] }, - "P1": { + "T2": { "instructors": [ - "G Geethakumari" + "D V N Siva Kumar" ], "sched": [ { - "room": "D331A", + "room": "NA", "days": [ - "F" + "Th" ], "hours": [ - 4, - 5 + 1 ] } ] } - }, - "compre": { - "date": "08/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "3.30 - 5.00 PM" } }, - "DE G513": { - "name": "Tribology", + "CS F214": { + "name": "Logic in Computer Sc", "sections": { "L1": { "instructors": [ - "PIYUSH CHANDRA VERMA", - "G R Sabareesh" + "RAMASWAMY VENKATAKR" ], "sched": [ { - "room": "I122", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 4 + 2 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Piyush Chandra Verma" + "Ramaswamy Venkatakrishna" ], "sched": [ { - "room": "E220", + "room": "NA", "days": [ - "M", - "W" + "S" ], "hours": [ - 9, - 10 + 1 ] } ] - } - }, - "compre": { - "date": "02/05", - "session": "FN" - }, - "midsem": { - "date": "2/3", - "time": "1.30 -3.00 PM" - } - }, - "DE G514": { - "name": "Fracture Mechanics", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "AMOL VUPPULURI" + "Tathagat Ray" ], "sched": [ { - "room": "F207", + "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 3 + 1 ] } ] }, - "P1": { + "T4": { "instructors": [ - "Amol Vuppuluri" + "Chillara Anil Kumar" ], - "sched": [ - { - "room": "E002", - "days": [ - "F" - ], - "hours": [ - 2, - 3 - ] - } - ] + "sched": [] }, - "P2": { + "T3": { "instructors": [ - "Amol Vuppuluri" + "Tathagat Ray" ], "sched": [ { - "room": "E002", + "room": "NA", "days": [ - "F" + "Th" ], "hours": [ - 8, 9 ] } ] + }, + "T6": { + "instructors": [ + "Srijanee Mookherji" + ], + "sched": [] } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" } }, - "ECE F241": { - "name": "Microproc & Interfacing", + "CS F215": { + "name": "Digital Design", "sections": { "L1": { "instructors": [ - "MB SRINIVAS" + "SANJAY VIDHYADHARAN" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 4 + 5 ] } ] }, "L2": { "instructors": [ - "MB Srinivas" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 4 + 5 ] } ] }, "P1": { "instructors": [ - "Suvadip Batabyal", - "Renuka.H" + "Sanjay Vidhyadharan" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ "M" ], "hours": [ - 2, - 3 + 7, + 8 ] } ] }, "P2": { "instructors": [ - "Karumbaiah Chappanda Nan", - "Renuka.H" + "Sanjay Vidhyadharan" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ "W" ], "hours": [ - 2, - 3 + 7, + 8 ] } ] }, "P3": { "instructors": [ - "Karumbaiah Chappanda Nan", - "P Michael Preetam Raj" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "M" + "F" ], "hours": [ 7, @@ -7831,53 +4523,49 @@ } ] }, - "P4": { + "P5": { "instructors": [ - "Soumya J", - "P Michael Preetam Raj" + "BVVSN Prabhakar Rao" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 7, - 8 + 2, + 3 ] } ] }, - "P5": { + "P6": { "instructors": [ - "S K Sahoo", - "Puneeth S B" + "S K Sahoo" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "W" + "Th" ], "hours": [ - 7, - 8 + 2, + 3 ] } ] }, - "P6": { + "P8": { "instructors": [ - "S K Sahoo", - "Puneeth S B", - "Swapna Challagundla" + "S K Chatterjee" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "M" + "Th" ], "hours": [ 7, @@ -7886,17 +4574,32 @@ } ] }, - "P7": { + "P4": { "instructors": [ - "Runa Kumari", - "Prakash Palasram R", - "Swapna Challagundla" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "T" + "S" + ], + "hours": [ + 2, + 3 + ] + } + ] + }, + "P10": { + "instructors": [ + "Amit Kumar Panda" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" ], "hours": [ 7, @@ -7905,14 +4608,13 @@ } ] }, - "P8": { + "P12": { "instructors": [ - "Runa Kumari", - "Prakash Palasram R" + "Souvik Kundu" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ "F" ], @@ -7923,52 +4625,49 @@ } ] }, - "P9": { + "P14": { "instructors": [ - "Ramakant", - "G Jayeshkumar Pintubhai" + "Syed Ershad Ahmed" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 2, - 3 + 7, + 8 ] } ] }, - "P10": { + "P7": { "instructors": [ - "Ramakant", - "G Jayeshkumar Pintubhai" + "Soumya J" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "W" + "Th" ], "hours": [ - 2, - 3 + 7, + 8 ] } ] }, - "P11": { + "P16": { "instructors": [ - "Ramakant", - "Naveen Bokka" + "Amit Ranjan Azad" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "F" + "T" ], "hours": [ 2, @@ -7977,16 +4676,33 @@ } ] }, - "P12": { + "P17": { + "instructors": [ + "Prakash Palasram R" + ], + "sched": [] + }, + "P19": { "instructors": [ - "Sandeep Kumar", - "Naveen Bokka" + "Nawin Ra" + ], + "sched": [] + }, + "P20": { + "instructors": [ + "Prakash Palasram R" + ], + "sched": [] + }, + "P9": { + "instructors": [ + "Amit Kumar Panda" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "T" + "M" ], "hours": [ 7, @@ -7995,16 +4711,27 @@ } ] }, - "P13": { + "P22": { "instructors": [ - "Prashant Wali", - "Priyanka B G" + "Samala Jagadheesh" + ], + "sched": [] + }, + "P24": { + "instructors": [ + "Samala Jagadheesh" + ], + "sched": [] + }, + "P11": { + "instructors": [ + "Sayan Kanungo" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "F" + "T" ], "hours": [ 7, @@ -8013,35 +4740,56 @@ } ] }, - "P14": { + "P26": { "instructors": [ - "Ramakant", - "Priyanka B G" + "R Venkata Sravya" + ], + "sched": [] + }, + "P28": { + "instructors": [ + "R Venkata Sravya" + ], + "sched": [] + }, + "P13": { + "instructors": [ + "Souvik Kundu" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ "Th" ], "hours": [ - 7, - 8 + 2, + 3 ] } ] }, + "P30": { + "instructors": [ + "Naveen Bokka" + ], + "sched": [] + }, + "P32": { + "instructors": [ + "Naveen Bokka" + ], + "sched": [] + }, "P15": { "instructors": [ - "Suvadip Batabyal", - "Sarda Sharma", - "Venkatarao Selamneni" + "Harish Vijay Dixit" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "F" + "S" ], "hours": [ 2, @@ -8050,31 +4798,25 @@ } ] }, - "P16": { + "P34": { "instructors": [ - "Soumya J", - "Sarda Sharma" + "Priyalatha. P" ], - "sched": [ - { - "room": "I012", - "days": [ - "Th" - ], - "hours": [ - 7, - 8 - ] - } - ] + "sched": [] + }, + "P36": { + "instructors": [ + "Priyalatha. P" + ], + "sched": [] }, "T1": { "instructors": [ - "Suvadip Batabyal" + "Sanjay Vidhyadharan" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ "T" ], @@ -8086,11 +4828,11 @@ }, "T2": { "instructors": [ - "MB Srinivas" + "Sanjay Vidhyadharan" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ "Th" ], @@ -8102,11 +4844,11 @@ }, "T3": { "instructors": [ - "Amit Ranjan Azad" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ "T" ], @@ -8118,11 +4860,11 @@ }, "T4": { "instructors": [ - "Amit Ranjan Azad" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ "Th" ], @@ -8134,11 +4876,11 @@ }, "T5": { "instructors": [ - "Prashant Wali" + "Karumbaiah Chappanda Nan" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ "T" ], @@ -8150,11 +4892,11 @@ }, "T6": { "instructors": [ - "Prashant Wali" + "Karumbaiah Chappanda Nan" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ "Th" ], @@ -8166,11 +4908,11 @@ }, "T7": { "instructors": [ - "TO BE ANNOUNCED" + "Soumya J" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ "T" ], @@ -8182,11 +4924,11 @@ }, "T8": { "instructors": [ - "TO BE ANNOUNCED" + "Surya Shankar Dan" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ "Th" ], @@ -8195,129 +4937,142 @@ ] } ] - }, - "T9": { + } + } + }, + "CS F222": { + "name": "Discr Struc For Comp Sci", + "sections": { + "L1": { "instructors": [ - "Sanjay Vidhyadharan" + "MANJANNA B" ], "sched": [ { - "room": "I222", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] }, - "T10": { + "T1": { "instructors": [ - "Suvadip Batabyal" + "Mrityunjay Singh" ], "sched": [ { - "room": "I222", + "room": "NA", "days": [ "Th" ], "hours": [ - 1 + 9 ] } ] - } - }, - "compre": { - "date": "02/05", - "session": "FN" - }, - "midsem": { - "date": "2/3", - "time": "1.30 -3.00 PM" - } - }, - "ECE F242": { - "name": "Control Systems", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "HARISH VIJAY DIXIT" + "Ramaswamy Venkatakrishna" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 5 + 1 ] } ] }, - "L2": { + "T4": { "instructors": [ - "Ankur Bhattacharjee" + "Manjanna B" ], "sched": [ { - "room": "F103", + "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 5 + 9 ] } ] }, - "T1": { + "T3": { "instructors": [ - "Harish Vijay Dixit" + "Ramaswamy Venkatakrishna" ], "sched": [ { - "room": "I210", + "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 1 + 9 ] } ] }, - "T2": { + "T7": { "instructors": [ - "Harish Vijay Dixit" + "S Vishwanath Reddy" + ], + "sched": [] + } + } + }, + "CS F266": { + "name": "Study Project", + "sections": { + "L1": { + "instructors": [ + "JABEZ J CHRISTOPHER" + ], + "sched": [] + } + } + }, + "CS F301": { + "name": "Principles of Progg Lang", + "sections": { + "L1": { + "instructors": [ + "R GURURAJ" ], "sched": [ { - "room": "I210", + "room": "NA", "days": [ - "Th" + "M", + "W" ], "hours": [ - 1 + 4 ] } ] }, - "T3": { + "T1": { "instructors": [ - "Ankur Bhattacharjee" + "R Gururaj" ], "sched": [ { - "room": "I211", + "room": "NA", "days": [ - "T" + "M" ], "hours": [ 1 @@ -8325,15 +5080,15 @@ } ] }, - "T4": { + "T2": { "instructors": [ - "Ankur Bhattacharjee" + "Jabez J Christopher" ], "sched": [ { - "room": "I211", + "room": "NA", "days": [ - "Th" + "W" ], "hours": [ 1 @@ -8341,15 +5096,21 @@ } ] }, - "T5": { + "T4": { "instructors": [ - "Balasubramanian M" + "Praturi Venkata Krishna Dee" + ], + "sched": [] + }, + "T3": { + "instructors": [ + "Jabez J Christopher" ], "sched": [ { - "room": "I212", + "room": "NA", "days": [ - "T" + "M" ], "hours": [ 1 @@ -8359,110 +5120,169 @@ }, "T6": { "instructors": [ - "Balasubramanian M" + "Gourish Goudar" + ], + "sched": [] + } + } + }, + "CS F320": { + "name": "Foundations of Data Science", + "sections": { + "L1": { + "instructors": [ + "NL BHANUMURTHY", + "Mohita Ghildiyal" ], "sched": [ { - "room": "I212", + "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 2 ] } ] } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" } }, - "ECE F243": { - "name": "Signals & Systems", + "CS F342": { + "name": "Computer Architecture", "sections": { "L1": { "instructors": [ - "BVVSN PRABHAKAR RAO" + "SUVADIP BATABYAL" ], "sched": [ { - "room": "F104", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 4 + 9 + ] + } + ] + }, + "P1": { + "instructors": [ + "Gourish Goudar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 8, + 9 + ] + } + ] + }, + "P2": { + "instructors": [ + "Rajib Ranjan Maiti" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 6, + 7 ] } ] }, - "L2": { + "P4": { "instructors": [ - "TO BE ANNOUNCED" + "Nikumani Choudhary" ], "sched": [ { - "room": "F103", + "room": "NA", "days": [ - "T", - "Th", - "S" + "F" ], "hours": [ - 4 + 6, + 7 ] } ] }, - "T1": { + "P3": { "instructors": [ - "BVVSN Prabhakar Rao" + "Nikumani Choudhary" ], "sched": [ { - "room": "I210", + "room": "NA", "days": [ - "S" + "W" ], "hours": [ - 1 + 6, + 7 ] } ] }, - "T2": { + "P6": { "instructors": [ - "BVVSN Prabhakar Rao" + "Chillara Anil Kumar" + ], + "sched": [] + }, + "P8": { + "instructors": [ + "Chillara Anil Kumar" + ], + "sched": [] + }, + "P5": { + "instructors": [ + "Nikumani Choudhary" ], "sched": [ { - "room": "I210", + "room": "NA", "days": [ "Th" ], "hours": [ + 8, 9 ] } ] }, - "T3": { + "P10": { "instructors": [ - "Venkateswaran R" + "Pattiwar Shravan Kumar" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "Suvadip Batabyal" ], "sched": [ { - "room": "I211", + "room": "NA", "days": [ - "S" + "F" ], "hours": [ 1 @@ -8470,873 +5290,857 @@ } ] }, - "T4": { + "T2": { "instructors": [ - "Venkateswaran R" + "Nikumani Choudhary" ], "sched": [ { - "room": "I211", + "room": "NA", "days": [ - "T" + "F" ], "hours": [ - 9 + 1 ] } ] }, - "T5": { + "T3": { "instructors": [ - "Rajesh Kumar Tripathy" + "Rajib Ranjan Maiti" ], "sched": [ { - "room": "I212", + "room": "NA", "days": [ - "S" + "F" ], "hours": [ 1 ] } ] - }, - "T6": { + } + } + }, + "CS F351": { + "name": "Theory of Computation", + "sections": { + "L1": { "instructors": [ - "Rajesh Kumar Tripathy" + "R GURURAJ" ], "sched": [ { - "room": "I212", + "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 9 + 2 ] } ] - } - }, - "compre": { - "date": "12/05", - "session": "AN" - }, - "midsem": { - "date": "6/3", - "time": "11.00 -12.30 PM" - } - }, - "ECE F244": { - "name": "Microelectronic Circuits", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "PARIKSHIT PARSHURAM S" + "R Gururaj" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 5 + 1 ] } ] }, - "L2": { + "T2": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Manjanna B" ], "sched": [ { - "room": "F104", + "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 5 + 1 ] } ] }, - "T1": { + "T3": { "instructors": [ - "Parikshit Parshuram Sahatiy" + "Manjanna B" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ - "T" + "M" ], "hours": [ - 9 + 1 ] } ] }, - "T2": { + "T5": { "instructors": [ - "Parikshit Parshuram Sahatiy" + "Rashmi Sahay" + ], + "sched": [] + } + } + }, + "CS F366": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "JABEZ J CHRISTOPHER" + ], + "sched": [] + } + } + }, + "CS F367": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "JABEZ J CHRISTOPHER" + ], + "sched": [] + } + } + }, + "CS F372": { + "name": "Operating Systems", + "sections": { + "L1": { + "instructors": [ + "G GEETHAKUMARI" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 9 + 8 ] } ] }, - "T3": { + "T1": { "instructors": [ - "Karumbaiah Chappanda Nan" + "DipanJan Chakraborty" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ "T" ], "hours": [ - 9 + 7 ] } ] }, - "T4": { + "T2": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Paresh Saxena" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ - "S" + "W" ], "hours": [ - 1 + 6 ] } ] }, - "T5": { + "T3": { "instructors": [ - "Surya Shankar Dan" + "DipanJan Chakraborty" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ - "T" + "F" ], "hours": [ - 9 + 6 ] } ] }, - "T6": { + "T4": { "instructors": [ - "Surya Shankar Dan" + "DipanJan Chakraborty" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 9 + 6 ] } ] } - }, - "compre": { - "date": "14/05", - "session": "FN" - }, - "midsem": { - "date": "7/3", - "time": "9.00 - 10.30AM" } }, - "ECE F266": { - "name": "Study Project", + "CS F376": { + "name": "Design Project", "sections": { "L1": { "instructors": [ - "MITHUN MONDAL" + "JABEZ J CHRISTOPHER" ], "sched": [] } } }, - "ECE F341": { - "name": "Analog Electronics", + "CS F377": { + "name": "Design Project", "sections": { "L1": { "instructors": [ - "SOUVIK KUNDU" - ], - "sched": [ - { - "room": "F105", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] - }, - "L2": { - "instructors": [ - "Prasant Kumar P" + "JABEZ J CHRISTOPHER" ], - "sched": [ - { - "room": "F103", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] - }, - "P1": { + "sched": [] + } + } + }, + "CS F402": { + "name": "Computational Geometry", + "sections": { + "L1": { "instructors": [ - "Souvik Kundu", - "P Joshna" + "TATHAGAT RAY" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 6, - 7 + 4 ] } ] - }, - "P2": { + } + } + }, + "CS F407": { + "name": "Artificial Intelligence", + "sections": { + "L1": { "instructors": [ - "Souvik Kundu", - "P Joshna" + "JABEZ J CHRISTOPHER", + "Mandan Naresh" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 8, - 9 + 5 ] } ] - }, - "P3": { + } + } + }, + "CS F441": { + "name": "Sel Topics From Comp Sc", + "sections": { + "L1": { "instructors": [ - "Prasant Kumar P", - "Chowta Mallikharjunarao" + "NL BHANUMURTHY", + "Ramisetty Kavya" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 4, - 5 + 4 ] } ] - }, - "P4": { + } + } + }, + "CS F469": { + "name": "Information Retrieval", + "sections": { + "L1": { "instructors": [ - "Chetan Kumar V", - "Chowta Mallikharjunarao" + "ARUNA MALAPATI", + "Srijanee Mookherji" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 8, - 9 + 3 ] } ] - }, - "P5": { + } + } + }, + "CS G525": { + "name": "Adv Computer Networks", + "sections": { + "L1": { "instructors": [ - "S K Chatterjee", - "Mary Vallankanni Manik" + "PARESH SAXENA" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 4, - 5 + 4 ] } ] }, - "P6": { + "P1": { "instructors": [ - "Ponnalagu R N", - "Mary Vallankanni Manik" + "Paresh Saxena" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ + "M", "W" ], "hours": [ - 4, - 5 + 8, + 9 ] } ] }, - "T1": { + "P2": { "instructors": [ - "Souvik Kundu" + "Pattiwar Shravan Kumar" + ], + "sched": [] + } + } + }, + "CS G526": { + "name": "Adv Algorithms & Complexity", + "sections": { + "L1": { + "instructors": [ + "APURBA DAS" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 7 + 2 ] } ] }, - "T2": { + "P1": { "instructors": [ - "Prasant Kumar P" + "Apurba Das" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ - "T" + "M", + "W" ], "hours": [ - 7 + 2, + 3 ] } ] }, - "T3": { + "P2": { "instructors": [ - "Prasant Kumar P" + "S Vishwanath Reddy" + ], + "sched": [] + } + } + }, + "CS G527": { + "name": "Cloud Computing", + "sections": { + "L1": { + "instructors": [ + "SUBHRAKANTA PANDA" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 7 + 3 ] } ] }, - "T4": { + "P1": { "instructors": [ - "S K Chatterjee" + "Subhrakanta Panda" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ - "M" + "F" ], "hours": [ - 1 + 8, + 9 ] } ] }, - "T5": { + "P2": { "instructors": [ - "S K Chatterjee" + "Chavali Lalitha" ], - "sched": [ - { - "room": "I111", - "days": [ - "S" - ], - "hours": [ - 1 - ] - } - ] + "sched": [] } - }, - "compre": { - "date": "09/05", - "session": "AN" - }, - "midsem": { - "date": "5/3", - "time": "9.00 - 10.30AM" } }, - "ECE F343": { - "name": "Communication Networks", + "CS G541": { + "name": "Pervasive Computing", "sections": { "L1": { "instructors": [ - "S K SAHOO" + "SUVADIP BATABYAL" ], "sched": [ { - "room": "F103", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 3 + 4 ] } ] - }, - "T1": { + } + } + }, + "CS G553": { + "name": "Reconfigurable Computing", + "sections": { + "L1": { "instructors": [ - "S K Sahoo" + "CHETAN KUMAR V" ], "sched": [ { - "room": "I212", + "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 1 + 7 ] } ] }, - "T2": { + "P1": { "instructors": [ - "S K Sahoo" + "Chetan Kumar V" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ + "M", "W" ], "hours": [ - 1 + 10, + 11 ] } ] + }, + "P2": { + "instructors": [ + "Simhadri Hariprasad" + ], + "sched": [] } - }, - "compre": { - "date": "01/05", - "session": "AN" - }, - "midsem": { - "date": "2/3", - "time": "11.00 -12.30 PM" } }, - "ECE F344": { - "name": "Info Theory & Coding", + "CS G554": { + "name": "Distributed Data Systems", "sections": { "L1": { "instructors": [ - "RUNA KUMARI" - ], - "sched": [ - { - "room": "F108", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 3 - ] - } - ] - }, - "T1": { - "instructors": [ - "Runa Kumari" + "MANIK GUPTA" ], "sched": [ { - "room": "I210", + "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 1 + 5 ] } ] }, - "T2": { + "P1": { "instructors": [ - "Runa Kumari" + "Manik Gupta" ], "sched": [ { - "room": "I210", + "room": "NA", "days": [ + "M", "W" ], "hours": [ - 1 + 8, + 9 ] } ] } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "ECE F366": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "PARIKSHIT PARSHURAM S" - ], - "sched": [] - } - } - }, - "ECE F367": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "PARIKSHIT PARSHURAM S" - ], - "sched": [] - } } }, - "ECE F376": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "KARUMBAIAH CHAPPANDA" - ], - "sched": [] - } - } - }, - "ECE F377": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "KARUMBAIAH CHAPPANDA" - ], - "sched": [] - } - } - }, - "ECON F211": { - "name": "Principles of Economics", + "CS G623": { + "name": "Advanced Operat Systems", "sections": { "L1": { "instructors": [ - "ARCHANA SRIVASTAVA" + "G GEETHAKUMARI" ], "sched": [ { - "room": "F108", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 9 + 5 ] } ] }, - "L2": { + "P1": { "instructors": [ - "Sudatta Banerjee" + "G Geethakumari" ], "sched": [ { - "room": "F107", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th" ], "hours": [ + 8, 9 ] } ] }, - "L3": { + "P2": { "instructors": [ - "Rishi Kumar" + "K V V S Pravallika" + ], + "sched": [] + } + } + }, + "DE G522": { + "name": "Design Projects", + "sections": { + "L1": { + "instructors": [ + "PIYUSH CHANDRA VERMA" + ], + "sched": [] + } + } + }, + "DE G531": { + "name": "Product Design", + "sections": { + "L1": { + "instructors": [ + "NITIN RAMESH K" ], "sched": [ { - "room": "G108", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 9 + 3 ] } ] }, - "L4": { + "P1": { "instructors": [ - "Bheemeshwar Reddy A" + "Gauri Rajendra M" ], "sched": [ { - "room": "G107", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th" ], "hours": [ + 8, 9 ] } ] - }, - "L5": { + } + } + }, + "DE G611": { + "name": "Dynamics & Vibration", + "sections": { + "L1": { "instructors": [ - "Mini Thomas", - "Dushyant Kumar" + "G R SABAREESH" ], "sched": [ { - "room": "G106", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 9 + 2 ] } ] }, - "T1": { + "P1": { "instructors": [ - "Archana Srivastava", - "Ummuhabeeba Chaliyan" + "Hemanth Mithun Praveen" ], "sched": [ { - "room": "F108", + "room": "NA", "days": [ - "F" + "M", + "W" ], "hours": [ - 1 + 7, + 8 ] } ] - }, - "T2": { + } + } + }, + "DE G631": { + "name": "Materials Tech and Testing", + "sections": { + "L1": { "instructors": [ - "Sudatta Banerjee", - "Keerti Mallela" + "PIYUSH CHANDRA VERMA" ], "sched": [ { - "room": "F107", + "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 1 + 5 ] } ] }, - "T3": { + "P1": { "instructors": [ - "Rishi Kumar" + "Ashish Saurabh" ], "sched": [ { - "room": "G108", + "room": "NA", "days": [ - "F" + "T", + "Th" ], "hours": [ - 1 + 8, + 9 ] } ] - }, - "T4": { + } + } + }, + "ECE F212": { + "name": "Electromagnetic Theo I", + "sections": { + "L1": { "instructors": [ - "Bheemeshwar Reddy A" + "PK THIRUVIKRAMAN" ], "sched": [ { - "room": "G107", + "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] }, - "T5": { + "L2": { "instructors": [ - "Mini Thomas", - "Dushyant Kumar" + "Kannan Ramaswamy" ], "sched": [ { - "room": "G106", + "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] - } - }, - "compre": { - "date": "05/05", - "session": "FN" - }, - "midsem": { - "date": "3/3", - "time": "1.30 -3.00 PM" - } - }, - "ECON F212": { - "name": "Funda of Fin and Account", - "sections": { - "L1": { + }, + "L3": { "instructors": [ - "NIRANJAN SWAIN" + "Sarmistha Banik" ], "sched": [ { - "room": "F208", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 10 + 4 ] } ] }, - "L2": { + "L4": { "instructors": [ - "T Nagaraju" + "Subash N. Karbelkar" ], "sched": [ { - "room": "F207", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 10 + 4 ] } ] - } - }, - "compre": { - "date": "03/05", - "session": "FN" - }, - "midsem": { - "date": "1/3", - "time": "11.00 -12.30 PM" - } - }, - "ECON F241": { - "name": "Econometric Methods", - "sections": { - "L1": { + }, + "L5": { "instructors": [ - "BHEEMESHWAR REDDY A" + "Subrahmanya Bhima Sankar" ], "sched": [ { - "room": "G108", + "room": "NA", "days": [ "T", "Th", @@ -9350,108 +6154,75 @@ }, "T1": { "instructors": [ - "Bheemeshwar Reddy A", - "Athary Janiso" + "PK Thiruvikraman" ], "sched": [ { - "room": "G108", + "room": "NA", "days": [ - "T" + "S" ], "hours": [ 1 ] } ] - } - }, - "compre": { - "date": "12/05", - "session": "AN" - }, - "midsem": { - "date": "6/3", - "time": "11.00 -12.30 PM" - } - }, - "ECON F242": { - "name": "Microeconomics", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "DUSHYANT KUMAR" + "Kannan Ramaswamy" ], "sched": [ { - "room": "G108", + "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 5 + 1 ] } ] }, - "T1": { + "T3": { "instructors": [ - "Dushyant Kumar", - "Prakash Kumar Shukla" + "Sarmistha Banik" ], "sched": [ { - "room": "G108", + "room": "NA", "days": [ - "Th" + "S" ], "hours": [ 1 ] } ] - } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" - } - }, - "ECON F243": { - "name": "Macroeconomics", - "sections": { - "L1": { + }, + "T4": { "instructors": [ - "SUNNY KUMAR SINGH" + "Subash N. Karbelkar" ], "sched": [ { - "room": "G108", + "room": "NA", "days": [ - "M", - "W", - "F" + "S" ], "hours": [ - 4 + 1 ] } ] }, - "T1": { + "T5": { "instructors": [ - "Sunny Kumar Singh", - "Salva.K" + "Subrahmanya Bhima Sankar" ], "sched": [ { - "room": "G108", + "room": "NA", "days": [ "S" ], @@ -9461,785 +6232,637 @@ } ] } - }, - "compre": { - "date": "02/05", - "session": "FN" - }, - "midsem": { - "date": "2/3", - "time": "1.30 -3.00 PM" } }, - "ECON F244": { - "name": "Economic of Growth & Dev", + "ECE F214": { + "name": "Electronic Devices", "sections": { "L1": { "instructors": [ - "SUDATTA BANERJEE" + "SAYAN KANUNGO", + "Debapriya Som" ], "sched": [ { - "room": "G108", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 5 + 2 ] } ] }, - "T1": { + "L2": { "instructors": [ - "Sudatta Banerjee", - "Bincy George" + "Souvik Kundu", + "Priyanka B G" ], "sched": [ { - "room": "G108", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 7 + 2 ] } ] - } - }, - "compre": { - "date": "14/05", - "session": "FN" - }, - "midsem": { - "date": "7/3", - "time": "9.00 - 10.30AM" - } - }, - "ECON F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "SWATI ALOK" - ], - "sched": [] - } - } - }, - "ECON F314": { - "name": "Industrial Economics", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "DUSHYANT KUMAR" + "Sayan Kanungo" ], "sched": [ { - "room": "J115", + "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 6 + 1 ] } ] - } - }, - "compre": { - "date": "13/05", - "session": "AN" - }, - "midsem": { - "date": "6/3", - "time": "3.30 - 5.00 PM" - } - }, - "ECON F315": { - "name": "Financial Management", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "NIVEDITA SINHA" + "Souvik Kundu" ], "sched": [ { - "room": "F207", - "days": [ - "T", - "Th" - ], - "hours": [ - 10 - ] - }, - { - "room": "F207", + "room": "NA", "days": [ - "S" + "T" ], "hours": [ - 6 + 1 ] } ] }, - "L2": { + "T3": { "instructors": [ - "Niranjan Swain" + "Souvik Kundu" ], "sched": [ { - "room": "F208", + "room": "NA", "days": [ - "T", "Th" ], "hours": [ - 10 + 9 ] - }, + } + ] + }, + "T4": { + "instructors": [ + "Parikshit Parshuram Sahatiy" + ], + "sched": [ { - "room": "F208", + "room": "NA", "days": [ - "S" + "Th" ], "hours": [ - 6 + 9 ] } ] } - }, - "compre": { - "date": "03/05", - "session": "FN" - }, - "midsem": { - "date": "1/3", - "time": "11.00 -12.30 PM" } }, - "ECON F341": { - "name": "Public Fin Theo & Policy", + "ECE F215": { + "name": "Digital Design", "sections": { "L1": { "instructors": [ - "MINI THOMAS", - "Shreya Biswas" + "SANJAY VIDHYADHARAN" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 5 + ] + } + ] + }, + "L2": { + "instructors": [ + "Ankur Bhattacharjee" ], "sched": [ { - "room": "G108", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 2 + 5 ] } ] }, - "T1": { + "P1": { "instructors": [ - "Mini Thomas" + "Sanjay Vidhyadharan" ], "sched": [ { - "room": "J120", + "room": "NA", "days": [ "M" ], "hours": [ - 1 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" - } - }, - "ECON F342": { - "name": "Applied Econometrics", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "RISHI KUMAR" + "Sanjay Vidhyadharan" ], "sched": [ { - "room": "G108", + "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 3 + 7, + 8 ] } ] }, - "T1": { + "P3": { "instructors": [ - "Rishi Kumar" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "J120", + "room": "NA", "days": [ - "W" + "F" ], "hours": [ - 1 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "ECON F343": { - "name": "Economic Anal of Pub Pol", - "sections": { - "L1": { + }, + "P5": { "instructors": [ - "DURGESH C PATHAK" + "BVVSN Prabhakar Rao" ], "sched": [ { - "room": "G105", + "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 9 + 2, + 3 ] } ] }, - "T1": { + "P6": { "instructors": [ - "Durgesh C Pathak" + "S K Sahoo" ], "sched": [ { - "room": "G105", + "room": "NA", "days": [ - "F" + "Th" ], "hours": [ - 1 + 2, + 3 ] } ] - } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" - } - }, - "ECON F354": { - "name": "Derivatives & Risk Mgmt", - "sections": { - "L1": { + }, + "P8": { "instructors": [ - "T NAGARAJU", - "Shreya Biswas" + "S K Chatterjee" ], "sched": [ { - "room": "F208", + "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 7 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "13/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "1.30 -3.00 PM" - } - }, - "ECON F355": { - "name": "Buss Anal & Valuation", - "sections": { - "L1": { + }, + "P4": { "instructors": [ - "NEMIRAJA JADIYAPPA" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "F208", + "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 4 + 2, + 3 ] } ] - } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" - } - }, - "ECON F366": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "SWATI ALOK" - ], - "sched": [] - } - } - }, - "ECON F367": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "SWATI ALOK" - ], - "sched": [] - } - } - }, - "ECON F376": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "SWATI ALOK" - ], - "sched": [] - } - } - }, - "ECON F377": { - "name": "Design Project", - "sections": { - "L1": { + }, + "P10": { "instructors": [ - "SWATI ALOK" + "Amit Kumar Panda" ], - "sched": [] - } - } - }, - "ECON F411": { - "name": "Project Appraisal", - "sections": { - "L1": { + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 7, + 8 + ] + } + ] + }, + "P12": { "instructors": [ - "SUNNY KUMAR SINGH" + "Souvik Kundu" ], "sched": [ { - "room": "J107", + "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ + 7, 8 ] } ] - } - }, - "compre": { - "date": "14/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "11.00 -12.30 PM" - } - }, - "ECON F412": { - "name": "Secur Anal & Portfol Mgt", - "sections": { - "L1": { + }, + "P14": { "instructors": [ - "NEMIRAJA JADIYAPPA" + "Syed Ershad Ahmed" ], "sched": [ { - "room": "J120", + "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 9 + 7, + 8 ] } ] }, - "L2": { + "P7": { "instructors": [ - "Shreya Biswas" + "Soumya J" ], "sched": [ { - "room": "F107", + "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 5 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "07/05", - "session": "FN" - }, - "midsem": { - "date": "8/3", - "time": "11.00 -12.30 PM" - } - }, - "ECON F414": { - "name": "Creat & Lead Entrep Orgn", - "sections": { - "L1": { + }, + "P16": { "instructors": [ - "R RAGHUNATHAN" + "Amit Ranjan Azad" ], "sched": [ { - "room": "J107", + "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 9 + 2, + 3 ] } ] - } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" - } - }, - "ECON F434": { - "name": "International Business", - "sections": { - "L1": { + }, + "P17": { + "instructors": [ + "Prakash Palasram R" + ], + "sched": [] + }, + "P19": { + "instructors": [ + "Nawin Ra" + ], + "sched": [] + }, + "P20": { + "instructors": [ + "Prakash Palasram R" + ], + "sched": [] + }, + "P9": { "instructors": [ - "ARCHANA SRIVASTAVA" + "Amit Kumar Panda" ], "sched": [ { - "room": "J115", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 4 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" - } - }, - "ECON F435": { - "name": "Marketing Research", - "sections": { - "L1": { + }, + "P22": { + "instructors": [ + "Samala Jagadheesh" + ], + "sched": [] + }, + "P24": { + "instructors": [ + "Samala Jagadheesh" + ], + "sched": [] + }, + "P11": { "instructors": [ - "C H YAGANTI" + "Sayan Kanungo" ], "sched": [ { - "room": "J115", + "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ + 7, 8 ] } ] - } - }, - "compre": { - "date": "14/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "11.00 -12.30 PM" - } - }, - "EEE F111": { - "name": "Electrical Sciences", - "sections": { - "L1": { + }, + "P26": { "instructors": [ - "PONNALAGU R N", - "Samit Kumar Ghosh" + "R Venkata Sravya" + ], + "sched": [] + }, + "P28": { + "instructors": [ + "R Venkata Sravya" + ], + "sched": [] + }, + "P13": { + "instructors": [ + "Souvik Kundu" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 9 + 2, + 3 ] } ] }, - "L2": { + "P30": { "instructors": [ - "Mithun Mondal" + "Naveen Bokka" + ], + "sched": [] + }, + "P32": { + "instructors": [ + "Naveen Bokka" + ], + "sched": [] + }, + "P15": { + "instructors": [ + "Harish Vijay Dixit" ], "sched": [ { - "room": "F104", + "room": "NA", "days": [ - "M", - "W", - "F" + "S" ], "hours": [ - 9 + 2, + 3 ] } ] }, + "P34": { + "instructors": [ + "Priyalatha. P" + ], + "sched": [] + }, + "P36": { + "instructors": [ + "Priyalatha. P" + ], + "sched": [] + }, "T1": { "instructors": [ - "Mithun Mondal" + "Sanjay Vidhyadharan" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ "T" ], "hours": [ - 3 + 1 ] } ] }, "T2": { "instructors": [ - "Mithun Mondal" + "Sanjay Vidhyadharan" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ - "S" + "Th" ], "hours": [ - 3 + 1 ] } ] }, "T3": { "instructors": [ - "Ponnalagu R N" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ "T" ], "hours": [ - 3 + 1 ] } ] }, "T4": { "instructors": [ - "Ponnalagu R N" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ - "S" + "Th" ], "hours": [ - 3 + 1 ] } ] }, "T5": { "instructors": [ - "Sayan Kanungo" + "Karumbaiah Chappanda Nan" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ "T" ], "hours": [ - 3 + 1 ] } ] }, "T6": { "instructors": [ - "Sayan Kanungo" + "Karumbaiah Chappanda Nan" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ - "S" + "Th" ], "hours": [ - 3 + 1 ] } ] }, "T7": { "instructors": [ - "STP Srinivas" + "Soumya J" ], "sched": [ { - "room": "I211", + "room": "NA", "days": [ "T" ], "hours": [ - 3 + 1 ] } ] }, "T8": { "instructors": [ - "STP Srinivas" + "Surya Shankar Dan" ], "sched": [ { - "room": "I212", + "room": "NA", "days": [ - "S" + "Th" ], "hours": [ - 3 + 1 ] } ] } - }, - "compre": { - "date": "06/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "11.00 -12.30 PM" } }, - "EEE F241": { - "name": "Microproc & Interfacing", + "ECE F242": { + "name": "Control Systems", "sections": { "L1": { "instructors": [ - "MB SRINIVAS" + "ALIVELU MANGA PARIMI", + "P Shambhu Prasad" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ 4 @@ -10249,11 +6872,13 @@ }, "L2": { "instructors": [ - "MB Srinivas" + "Mithun Mondal", + "Gopal Krishna Kamath M", + "Renuka Loka" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ "M", "W", @@ -10265,304 +6890,297 @@ } ] }, - "P1": { - "instructors": [ - "Suvadip Batabyal", - "Renuka.H" - ], - "sched": [ - { - "room": "I012", - "days": [ - "M" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P2": { + "T1": { "instructors": [ - "Karumbaiah Chappanda Nan", - "Renuka.H" + "Alivelu Manga Parimi" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ "W" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P3": { + "T2": { "instructors": [ - "Karumbaiah Chappanda Nan", - "P Michael Preetam Raj" + "Alivelu Manga Parimi" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 7, - 8 + 9 ] } ] }, - "P4": { + "T3": { "instructors": [ - "Soumya J", - "P Michael Preetam Raj" + "Alivelu Manga Parimi" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "W" + "Th" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P5": { + "T4": { "instructors": [ - "S K Sahoo", - "Puneeth S B" + "Gopal Krishna Kamath M" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ "W" ], "hours": [ - 7, - 8 + 1 ] } ] - }, - "P6": { + } + } + }, + "ECE F243": { + "name": "Signals & Systems", + "sections": { + "L1": { "instructors": [ - "S K Sahoo", - "Puneeth S B", - "Swapna Challagundla" + "BVVSN PRABHAKAR RAO", + "Manoj Samal" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 3 ] } ] }, - "P7": { + "L2": { "instructors": [ - "Runa Kumari", - "Prakash Palasram R", - "Swapna Challagundla" + "Pratyush Chakraborty", + "Ramakant", + "Sarda Sharma" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 3 ] } ] }, - "P8": { + "T1": { "instructors": [ - "Runa Kumari", - "Prakash Palasram R" + "BVVSN Prabhakar Rao" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P9": { + "T2": { "instructors": [ - "Ramakant", - "G Jayeshkumar Pintubhai" + "BVVSN Prabhakar Rao" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 2, - 3 + 9 ] } ] }, - "P10": { + "T3": { "instructors": [ - "Ramakant", - "G Jayeshkumar Pintubhai" + "Pratyush Chakraborty" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ "W" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P11": { + "T4": { "instructors": [ - "Ramakant", - "Naveen Bokka" + "Ramakant" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "F" + "Th" ], "hours": [ - 2, - 3 + 1 ] } ] - }, - "P12": { + } + } + }, + "ECE F266": { + "name": "Study Project", + "sections": { + "L1": { "instructors": [ - "Sandeep Kumar", - "Naveen Bokka" + "STP SRINIVAS" + ], + "sched": [] + } + } + }, + "ECE F314": { + "name": "Em Fileds & Micro Engg", + "sections": { + "L1": { + "instructors": [ + "HARISH VIJAY DIXIT" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 9 ] } ] }, - "P13": { + "T1": { "instructors": [ - "Prashant Wali", - "Priyanka B G" + "Harish Vijay Dixit" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "F" + "M" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P14": { + "T2": { "instructors": [ - "Ramakant", - "Priyanka B G" + "Harish Vijay Dixit" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P15": { + "T4": { "instructors": [ - "Suvadip Batabyal", - "Sarda Sharma", - "Venkatarao Selamneni" + "G Jayeshkumar Pintubhai" + ], + "sched": [] + } + } + }, + "ECE F341": { + "name": "Analog Electronics", + "sections": { + "L1": { + "instructors": [ + "PONNALAGU R N" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 2, 3 ] } ] }, - "P16": { + "P1": { "instructors": [ - "Soumya J", - "Sarda Sharma" + "Ponnalagu R N" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 7, - 8 + 6, + 7 ] } ] }, "T1": { "instructors": [ - "Suvadip Batabyal" + "Ponnalagu R N" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ "T" ], @@ -10571,32 +7189,40 @@ ] } ] - }, - "T2": { + } + } + }, + "ECE F343": { + "name": "Communication Networks", + "sections": { + "L1": { "instructors": [ - "MB Srinivas" + "S K SAHOO", + "Mrunali Dnyaneshwar Wagh" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 4 ] } ] }, - "T3": { + "T1": { "instructors": [ - "Amit Ranjan Azad" + "S K Sahoo" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ - "T" + "M" ], "hours": [ 1 @@ -10604,47 +7230,55 @@ } ] }, - "T4": { + "T2": { "instructors": [ - "Amit Ranjan Azad" + "S K Sahoo" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ - "Th" + "F" ], "hours": [ 1 ] } ] - }, - "T5": { + } + } + }, + "ECE F344": { + "name": "Info Theory & Coding", + "sections": { + "L1": { "instructors": [ - "Prashant Wali" + "AMIT RANJAN AZAD", + "V Sarath Sankar" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 8 ] } ] }, - "T6": { + "T1": { "instructors": [ - "Prashant Wali" + "Amit Ranjan Azad" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ - "Th" + "F" ], "hours": [ 1 @@ -10652,128 +7286,172 @@ } ] }, - "T7": { + "T2": { "instructors": [ - "TO BE ANNOUNCED" + "Amit Ranjan Azad" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ - "T" + "W" ], "hours": [ 1 ] } ] - }, - "T8": { + } + } + }, + "ECE F366": { + "name": "Laboratory Project", + "sections": { + "L1": { "instructors": [ - "TO BE ANNOUNCED" + "PARIKSHIT PARSHURAM S" + ], + "sched": [] + } + } + }, + "ECE F367": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "PARIKSHIT PARSHURAM S" + ], + "sched": [] + } + } + }, + "ECE F376": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "KARUMBAIAH CHAPPANDA" + ], + "sched": [] + } + } + }, + "ECE F377": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "KARUMBAIAH CHAPPANDA" + ], + "sched": [] + } + } + }, + "ECON F211": { + "name": "Principles of Economics", + "sections": { + "L1": { + "instructors": [ + "RISHI KUMAR", + "Bincy George" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 9 ] } ] }, - "T9": { + "L2": { "instructors": [ - "Sanjay Vidhyadharan" + "Dushyant Kumar", + "Keerti Mallela" ], "sched": [ { - "room": "I222", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] }, - "T10": { + "L3": { "instructors": [ - "Suvadip Batabyal" + "Archana Srivastava" ], "sched": [ { - "room": "I222", + "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 9 ] } ] - } - }, - "compre": { - "date": "02/05", - "session": "FN" - }, - "midsem": { - "date": "2/3", - "time": "1.30 -3.00 PM" - } - }, - "EEE F242": { - "name": "Control Systems", - "sections": { - "L1": { + }, + "L4": { "instructors": [ - "HARISH VIJAY DIXIT" + "Sudatta Banerjee" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 5 + 9 ] } ] }, - "L2": { + "L5": { "instructors": [ - "Ankur Bhattacharjee" + "Mini Thomas" ], "sched": [ { - "room": "F103", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 5 + 9 ] } ] }, "T1": { "instructors": [ - "Harish Vijay Dixit" + "Rishi Kumar" ], "sched": [ { - "room": "I210", + "room": "NA", "days": [ - "T" + "W" ], "hours": [ 1 @@ -10783,13 +7461,13 @@ }, "T2": { "instructors": [ - "Harish Vijay Dixit" + "Dushyant Kumar" ], "sched": [ { - "room": "I210", + "room": "NA", "days": [ - "Th" + "S" ], "hours": [ 1 @@ -10799,13 +7477,13 @@ }, "T3": { "instructors": [ - "Ankur Bhattacharjee" + "Archana Srivastava" ], "sched": [ { - "room": "I211", + "room": "NA", "days": [ - "T" + "W" ], "hours": [ 1 @@ -10815,13 +7493,13 @@ }, "T4": { "instructors": [ - "Ankur Bhattacharjee" + "Sudatta Banerjee" ], "sched": [ { - "room": "I211", + "room": "NA", "days": [ - "Th" + "W" ], "hours": [ 1 @@ -10831,140 +7509,214 @@ }, "T5": { "instructors": [ - "Balasubramanian M" + "Mini Thomas" ], "sched": [ { - "room": "I212", + "room": "NA", "days": [ - "T" + "W" + ], + "hours": [ + 1 + ] + } + ] + } + } + }, + "ECON F212": { + "name": "Funda of Fin and Account", + "sections": { + "L1": { + "instructors": [ + "NIRANJAN SWAIN", + "Aaishwarya Narayanan" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" ], "hours": [ - 1 + 3 ] } ] }, - "T6": { + "L2": { "instructors": [ - "Balasubramanian M" + "T Nagaraju" ], "sched": [ { - "room": "I212", + "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 3 ] } ] } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" } }, - "EEE F243": { - "name": "Signals & Systems", + "ECON F213": { + "name": "Mathematic & Stat Method", "sections": { "L1": { "instructors": [ - "BVVSN PRABHAKAR RAO" + "BHEEMESHWAR REDDY A", + "Dushyant Kumar", + "Prakash Kumar Shukla" ], "sched": [ { - "room": "F104", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 4 + 2 ] } ] }, - "L2": { + "T1": { "instructors": [ - "TO BE ANNOUNCED" + "Bheemeshwar Reddy A" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 1 + ] + } + ] + }, + "T2": { + "instructors": [ + "Dushyant Kumar" + ], + "sched": [] + } + } + }, + "ECON F214": { + "name": "Economic Env of Business", + "sections": { + "L1": { + "instructors": [ + "BHEEMESHWAR REDDY A", + "Athary Janiso" ], "sched": [ { - "room": "F103", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 4 + 5 ] } ] }, "T1": { "instructors": [ - "BVVSN Prabhakar Rao" + "Bheemeshwar Reddy A" ], "sched": [ { - "room": "I210", + "room": "NA", "days": [ - "S" + "T" ], "hours": [ 1 ] } ] - }, - "T2": { + } + } + }, + "ECON F241": { + "name": "Econometric Methods", + "sections": { + "L1": { "instructors": [ - "BVVSN Prabhakar Rao" + "RISHI KUMAR" ], "sched": [ { - "room": "I210", + "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 9 + 3 ] } ] - }, - "T3": { + } + } + }, + "ECON F266": { + "name": "Study Project", + "sections": { + "L1": { "instructors": [ - "Venkateswaran R" + "SWATI ALOK" + ], + "sched": [] + } + } + }, + "ECON F311": { + "name": "International Economics", + "sections": { + "L1": { + "instructors": [ + "MINI THOMAS", + "Ummuhabeeba Chaliyan" ], "sched": [ { - "room": "I211", + "room": "NA", "days": [ - "S" + "M", + "W", + "F" ], "hours": [ - 1 + 4 ] } ] }, - "T4": { + "T1": { "instructors": [ - "Venkateswaran R" + "Mini Thomas" ], "sched": [ { - "room": "I211", + "room": "NA", "days": [ "T" ], @@ -10973,3045 +7725,2907 @@ ] } ] - }, - "T5": { + } + } + }, + "ECON F312": { + "name": "Money Banking & Fin Markets", + "sections": { + "L1": { "instructors": [ - "Rajesh Kumar Tripathy" + "SUNNY KUMAR SINGH", + "Salva.K" ], "sched": [ { - "room": "I212", + "room": "NA", "days": [ - "S" + "M", + "W", + "F" ], "hours": [ - 1 + 5 ] } ] }, - "T6": { + "T1": { "instructors": [ - "Rajesh Kumar Tripathy" + "Sunny Kumar Singh" ], "sched": [ { - "room": "I212", + "room": "NA", "days": [ "Th" ], "hours": [ - 9 + 8 ] } ] } - }, - "compre": { - "date": "12/05", - "session": "AN" - }, - "midsem": { - "date": "6/3", - "time": "11.00 -12.30 PM" } }, - "EEE F244": { - "name": "Microelectronic Circuits", + "ECON F313": { + "name": "Issues in Economic Dev", "sections": { "L1": { "instructors": [ - "PARIKSHIT PARSHURAM S" + "DURGESH C PATHAK" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 5 + 9 ] } ] }, - "L2": { + "T1": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Durgesh C Pathak" ], "sched": [ { - "room": "F104", + "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 5 + 8 ] } ] - }, - "T1": { + } + } + }, + "ECON F315": { + "name": "Financial Management", + "sections": { + "L1": { "instructors": [ - "Parikshit Parshuram Sahatiy" + "NIRANJAN SWAIN" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 9 + 5 ] } ] - }, - "T2": { + } + } + }, + "ECON F345": { + "name": "Behavioral Economics", + "sections": { + "L1": { "instructors": [ - "Parikshit Parshuram Sahatiy" + "DUSHYANT KUMAR", + "Bheemeshwar Reddy A" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 9 + 7 ] } ] - }, - "T3": { + } + } + }, + "ECON F354": { + "name": "Derivatives & Risk Mgmt", + "sections": { + "L1": { "instructors": [ - "Karumbaiah Chappanda Nan" + "T NAGARAJU", + "Shreya Lahiri" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 9 + 4 ] } ] }, - "T4": { + "L2": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Shreya Biswas" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 1 + 4 ] } ] - }, - "T5": { + } + } + }, + "ECON F355": { + "name": "Buss Anal & Valuation", + "sections": { + "L1": { "instructors": [ - "Surya Shankar Dan" + "NIVEDITA SINHA" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 9 + 3 ] } ] - }, - "T6": { + } + } + }, + "ECON F366": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "SWATI ALOK" + ], + "sched": [] + } + } + }, + "ECON F367": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "SWATI ALOK" + ], + "sched": [] + } + } + }, + "ECON F376": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "SWATI ALOK" + ], + "sched": [] + } + } + }, + "ECON F377": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "SWATI ALOK" + ], + "sched": [] + } + } + }, + "ECON F411": { + "name": "Project Appraisal", + "sections": { + "L1": { "instructors": [ - "Surya Shankar Dan" + "SUNNY KUMAR SINGH" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 9 + 4 ] } ] } - }, - "compre": { - "date": "14/05", - "session": "FN" - }, - "midsem": { - "date": "7/3", - "time": "9.00 - 10.30AM" } }, - "EEE F245": { - "name": "Control Systems Laboratory", + "ECON F412": { + "name": "Secur Anal & Portfol Mgt", "sections": { "L1": { "instructors": [ - "ANKUR BHATTACHARJEE", - "Santhi Durganjali Challa" + "SHREYA BISWAS", + "Navya Kumar" ], "sched": [ { - "room": "K125", + "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 2 ] } ] - }, - "L2": { + } + } + }, + "ECON F415": { + "name": "New Venture Creation", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee", - "Santhi Durganjali Challa" + "R RAGHUNATHAN" ], - "sched": [ - { - "room": "K125", - "days": [ - "F" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "L3": { + "sched": [] + } + } + }, + "ECON F434": { + "name": "International Business", + "sections": { + "L1": { "instructors": [ - "Harish Vijay Dixit", - "Priyalatha. P" + "ARCHANA SRIVASTAVA", + "Archana Srivastava" ], "sched": [ { - "room": "K125", + "room": "NA", "days": [ - "M" + "T", + "Th" ], "hours": [ - 2, - 3 + 6 ] - } - ] - }, - "L4": { - "instructors": [ - "Harish Vijay Dixit", - "Priyalatha. P" - ], - "sched": [ + }, { - "room": "K125", + "room": "NA", "days": [ - "W" + "S" ], "hours": [ - 2, - 3 + 5 ] } ] } } }, - "EEE F246": { - "name": "Electrical & Electronic Circuits Laboratory", + "ECON F435": { + "name": "Marketing Research", "sections": { "L1": { "instructors": [ - "Parikshit Parshuram Sahatiy", - "Debapriya Som", - "Pranjali Gajbhiye", - "Rajesh Kumar Tripathy" + "C H YAGANTI" ], "sched": [ { - "room": "H106/I011", + "room": "NA", "days": [ + "M", "W", "F" ], "hours": [ - 2, - 3 + 2 ] } ] - }, - "L2": { + } + } + }, + "ECON F471": { + "name": "Resources & Envir Econ", + "sections": { + "L1": { "instructors": [ - "Sudha Radhika", - "Debapriya Som", - "Pranjali Gajbhiye", - "Venkateswaran R" + "SUDATTA BANERJEE" ], "sched": [ { - "room": "H106", + "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 2, 3 ] - }, - { - "room": "I011", - "days": [ - "Th" - ], - "hours": [ - 7, - 8 - ] } ] - }, + } + } + }, + "EEE F111": { + "name": "Electrical Sciences", + "sections": { "L3": { "instructors": [ - "Rajesh Kumar Tripathy", - "BVVSN Prabhakar Rao", - "Chaluvadi V Naga Bhaskar", - "T Sachin Ravikant" + "STP Srinivas", + "Sudha Radhika" ], "sched": [ { - "room": "H106/I011", + "room": "NA", "days": [ "M", - "T" + "W", + "F" ], "hours": [ - 7, - 8 + 10 ] } ] }, - "L4": { + "T9": { "instructors": [ - "PRASANT KUMAR P", - "Chaluvadi V Naga Bhaskar", - "Souvik Kundu", - "T Sachin Ravikant" + "STP Srinivas" ], "sched": [ { - "room": "H106/I011", + "room": "NA", "days": [ - "W", - "F" + "Th" ], "hours": [ - 7, - 8 + 10 ] } ] - } - } - }, - "EEE F266": { - "name": "Study Project", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "MITHUN MONDAL" + "Sudha Radhika" ], "sched": [] } } }, - "EEE F312": { - "name": "Power Systems", + "EEE F212": { + "name": "Electromagnetic Theo I", "sections": { "L1": { "instructors": [ - "ALIVELU MANGA PARIMI" + "PK THIRUVIKRAMAN" ], "sched": [ { - "room": "F107", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 3 + 4 ] } ] }, - "T1": { + "L2": { "instructors": [ - "Alivelu Manga Parimi" + "Kannan Ramaswamy" ], "sched": [ { - "room": "I122", + "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] }, - "T2": { + "L3": { "instructors": [ - "Alivelu Manga Parimi" + "Sarmistha Banik" ], "sched": [ { - "room": "I122", + "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "EEE F341": { - "name": "Analog Electronics", - "sections": { - "L1": { + }, + "L4": { "instructors": [ - "SOUVIK KUNDU" + "Subash N. Karbelkar" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 2 + 4 ] } ] }, - "L2": { + "L5": { "instructors": [ - "Prasant Kumar P" + "Subrahmanya Bhima Sankar" ], "sched": [ { - "room": "F103", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 2 + 4 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Souvik Kundu", - "P Joshna" + "PK Thiruvikraman" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ - "M" + "S" ], "hours": [ - 6, - 7 + 1 ] } ] }, - "P2": { + "T2": { "instructors": [ - "Souvik Kundu", - "P Joshna" + "Kannan Ramaswamy" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ - "Th" + "S" ], "hours": [ - 8, - 9 + 1 ] } ] }, - "P3": { + "T3": { "instructors": [ - "Prasant Kumar P", - "Chowta Mallikharjunarao" + "Sarmistha Banik" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ - "M" + "S" ], "hours": [ - 4, - 5 + 1 ] } ] }, - "P4": { + "T4": { "instructors": [ - "Chetan Kumar V", - "Chowta Mallikharjunarao" + "Subash N. Karbelkar" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ - "T" + "S" ], "hours": [ - 8, - 9 + 1 ] } ] }, - "P5": { + "T5": { + "instructors": [ + "Subrahmanya Bhima Sankar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "S" + ], + "hours": [ + 1 + ] + } + ] + } + } + }, + "EEE F214": { + "name": "Electronic Devices", + "sections": { + "L1": { "instructors": [ - "S K Chatterjee", - "Mary Vallankanni Manik" + "SAYAN KANUNGO", + "Debapriya Som" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 4, - 5 + 2 ] } ] }, - "P6": { + "L2": { "instructors": [ - "Ponnalagu R N", - "Mary Vallankanni Manik" + "Souvik Kundu", + "Priyanka B G" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 4, - 5 + 2 ] } ] }, "T1": { "instructors": [ - "Souvik Kundu" + "Sayan Kanungo" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ "T" ], "hours": [ - 7 + 1 ] } ] }, "T2": { "instructors": [ - "Prasant Kumar P" + "Souvik Kundu" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ "T" ], "hours": [ - 7 + 1 ] } ] }, "T3": { "instructors": [ - "Prasant Kumar P" + "Souvik Kundu" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ "Th" ], "hours": [ - 7 + 9 ] } ] }, "T4": { "instructors": [ - "S K Chatterjee" - ], - "sched": [ - { - "room": "I111", - "days": [ - "M" - ], - "hours": [ - 1 - ] - } - ] - }, - "T5": { - "instructors": [ - "S K Chatterjee" + "Parikshit Parshuram Sahatiy" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ - "S" + "Th" ], "hours": [ - 1 + 9 ] } ] } - }, - "compre": { - "date": "09/05", - "session": "AN" - }, - "midsem": { - "date": "5/3", - "time": "9.00 - 10.30AM" } }, - "EEE F342": { - "name": "Power Electronics", + "EEE F215": { + "name": "Digital Design", "sections": { "L1": { "instructors": [ - "SUDHA RADHIKA" + "SANJAY VIDHYADHARAN" ], "sched": [ { - "room": "F104", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 2 + 5 ] } ] }, - "P1": { + "L2": { "instructors": [ - "Mithun Mondal", - "E Prasanth Kumar", - "Shrimathi H P" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "J114", + "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 4, 5 ] } ] }, - "P2": { + "P1": { "instructors": [ - "STP Srinivas", - "E Prasanth Kumar", - "Shrimathi H P" + "Sanjay Vidhyadharan" ], "sched": [ { - "room": "J114", + "room": "NA", "days": [ - "T" + "M" ], "hours": [ - 8, - 9 + 7, + 8 ] } ] }, - "P3": { + "P2": { "instructors": [ - "STP Srinivas", - "Amar Kumar Verma", - "Manoj Samal" + "Sanjay Vidhyadharan" ], "sched": [ { - "room": "J114", + "room": "NA", "days": [ "W" ], "hours": [ - 4, - 5 + 7, + 8 ] } ] }, - "P4": { + "P3": { "instructors": [ - "STP Srinivas", - "Amar Kumar Verma", - "Manoj Samal" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "J114", + "room": "NA", "days": [ "F" ], "hours": [ - 4, - 5 + 7, + 8 ] } ] }, - "T1": { + "P5": { "instructors": [ - "Sudha Radhika" + "BVVSN Prabhakar Rao" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ - "F" + "T" ], "hours": [ - 1 + 2, + 3 ] } ] }, - "T2": { + "P6": { "instructors": [ - "Sudha Radhika" + "S K Sahoo" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ - "W" + "Th" ], "hours": [ - 1 + 2, + 3 ] } ] }, - "T3": { + "P8": { "instructors": [ - "Sudha Radhika" + "S K Chatterjee" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 7 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" - } - }, - "EEE F348": { - "name": "Fpga Based System Design Lab", - "sections": { - "L1": { + }, + "P4": { "instructors": [ - "SAYAN KANUNGO", - "G Sahith" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "I124", + "room": "NA", "days": [ - "M", - "F" + "S" ], "hours": [ - 4, - 5 + 2, + 3 ] } ] }, - "L2": { + "P10": { "instructors": [ - "Sayan Kanungo", - "Simhadri Hariprasad" + "Amit Kumar Panda" ], "sched": [ { - "room": "I124", + "room": "NA", "days": [ - "T", - "Th" + "W" ], "hours": [ - 9, - 10 + 7, + 8 ] } ] - } - } - }, - "EEE F366": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "PARIKSHIT PARSHURAM S" - ], - "sched": [] - } - } - }, - "EEE F367": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "PARIKSHIT PARSHURAM S" - ], - "sched": [] - } - } - }, - "EEE F376": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "KARUMBAIAH CHAPPANDA" - ], - "sched": [] - } - } - }, - "EEE F377": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "KARUMBAIAH CHAPPANDA" - ], - "sched": [] - } - } - }, - "EEE F411": { - "name": "Internet of Things", - "sections": { - "L1": { + }, + "P12": { "instructors": [ - "SANDEEP KUMAR" + "Souvik Kundu" ], "sched": [ { - "room": "F101", + "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 9 + 7, + 8 ] } ] }, - "P1": { + "P14": { "instructors": [ - "Sandeep Kumar", - "Madhusudan B Kulkarni" + "Syed Ershad Ahmed" ], "sched": [ { - "room": "J105", + "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 4, - 5 + 7, + 8 ] } ] }, - "P2": { + "P7": { "instructors": [ - "Sandeep Kumar", - "Pavankumar Reddy B" + "Soumya J" ], "sched": [ { - "room": "J105", + "room": "NA", "days": [ - "F" + "Th" ], "hours": [ - 6, - 7 + 7, + 8 ] } ] }, - "P3": { + "P16": { "instructors": [ - "Sandeep Kumar", - "Madhusudan B Kulkarni", - "Pavankumar Reddy B" + "Amit Ranjan Azad" ], "sched": [ { - "room": "J105", + "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 4, - 5 + 2, + 3 ] } ] - } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" - } - }, - "EEE F435": { - "name": "Digital Image Processing", - "sections": { - "L1": { + }, + "P17": { "instructors": [ - "VENKATESWARAN R" + "Prakash Palasram R" ], - "sched": [ - { - "room": "F107", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" - } - }, - "EEE F478": { - "name": "Power Systems Lab", - "sections": { - "L1": { + "sched": [] + }, + "P19": { + "instructors": [ + "Nawin Ra" + ], + "sched": [] + }, + "P20": { + "instructors": [ + "Prakash Palasram R" + ], + "sched": [] + }, + "P9": { "instructors": [ - "ALIVELU MANGA PARIMI", - "P Shambhu Prasad" + "Amit Kumar Panda" ], "sched": [ { - "room": "E004", + "room": "NA", "days": [ "M" ], "hours": [ - 6, - 7 - ] - }, - { - "room": "K126", - "days": [ - "W" - ], - "hours": [ - 6, - 7 + 7, + 8 ] } ] - } - } - }, - "EEE G510": { - "name": "Rf Microelectronics", - "sections": { - "L1": { + }, + "P22": { "instructors": [ - "SOURAV NANDI" + "Samala Jagadheesh" + ], + "sched": [] + }, + "P24": { + "instructors": [ + "Samala Jagadheesh" + ], + "sched": [] + }, + "P11": { + "instructors": [ + "Sayan Kanungo" ], "sched": [ { - "room": "F101", + "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 4 + 7, + 8 ] } ] }, - "P1": { + "P26": { "instructors": [ - "Sourav Nandi", - "Battina Sindhu" + "R Venkata Sravya" + ], + "sched": [] + }, + "P28": { + "instructors": [ + "R Venkata Sravya" + ], + "sched": [] + }, + "P13": { + "instructors": [ + "Souvik Kundu" ], "sched": [ { - "room": "LAB", + "room": "NA", "days": [ - "W" + "Th" ], "hours": [ - 9, - 10 + 2, + 3 ] } ] }, - "P2": { + "P30": { "instructors": [ - "Sourav Nandi", - "Battina Sindhu" + "Naveen Bokka" + ], + "sched": [] + }, + "P32": { + "instructors": [ + "Naveen Bokka" + ], + "sched": [] + }, + "P15": { + "instructors": [ + "Harish Vijay Dixit" ], "sched": [ { - "room": "LAB", + "room": "NA", "days": [ - "F" + "S" ], "hours": [ - 7, - 8 + 2, + 3 ] } ] - } - }, - "compre": { - "date": "02/05", - "session": "AN" - }, - "midsem": { - "date": "2/3", - "time": "3.30 - 5.00 PM" - } - }, - "EEE G547": { - "name": "Device Drivers", - "sections": { - "L1": { + }, + "P34": { "instructors": [ - "TO BE ANNOUNCED" + "Priyalatha. P" + ], + "sched": [] + }, + "P36": { + "instructors": [ + "Priyalatha. P" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "Sanjay Vidhyadharan" ], "sched": [ { - "room": "F101", + "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 5 + 1 ] } ] }, - "P1": { + "T2": { "instructors": [ - "TO BE ANNOUNCED" + "Sanjay Vidhyadharan" ], "sched": [ { - "room": "J105", + "room": "NA", "days": [ - "T", "Th" ], "hours": [ - 7, - 8 + 1 ] } ] - } - }, - "compre": { - "date": "13/05", - "session": "AN" - }, - "midsem": { - "date": "6/3", - "time": "3.30 - 5.00 PM" - } - }, - "EEE G592": { - "name": "Mobile & Personal Communication", - "sections": { - "L1": { + }, + "T3": { "instructors": [ - "AMIT RANJAN AZAD" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 4 + 1 ] } ] }, - "P1": { + "T4": { "instructors": [ - "Amit Ranjan Azad", - "R Venkata Sravya" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "I115", + "room": "NA", "days": [ - "T", - "F" + "Th" ], "hours": [ - 7, - 8 + 1 ] } ] - } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" - } - }, - "EEE G622": { - "name": "Advanced Digital Communication", - "sections": { - "L1": { + }, + "T5": { "instructors": [ - "PRASHANT WALI" + "Karumbaiah Chappanda Nan" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 5 + 1 ] } ] }, - "P1": { + "T6": { "instructors": [ - "Prashant Wali", - "V Sarath Sankar" + "Karumbaiah Chappanda Nan" ], "sched": [ { - "room": "H106", + "room": "NA", "days": [ - "M", - "W" + "Th" ], "hours": [ - 7, - 8 + 1 ] } ] - } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" - } - }, - "EEE G626": { - "name": "Hardware Software Co-dsn", - "sections": { - "L1": { + }, + "T7": { "instructors": [ - "SOUMYA J" + "Soumya J" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 3 + 1 ] } ] }, - "P1": { + "T8": { "instructors": [ - "Soumya J", - "Samala Jagadheesh" + "Surya Shankar Dan" ], "sched": [ { - "room": "J105", + "room": "NA", "days": [ - "S" + "Th" ], "hours": [ - 2, - 3 + 1 ] } ] } - }, - "compre": { - "date": "01/05", - "session": "FN" - }, - "midsem": { - "date": "2/3", - "time": "9.00 - 10.30AM" } }, - "FIN F311": { - "name": "Derivatives & Risk Mgmt", + "EEE F242": { + "name": "Control Systems", "sections": { "L1": { "instructors": [ - "T NAGARAJU", - "Shreya Biswas" + "ALIVELU MANGA PARIMI", + "P Shambhu Prasad" ], "sched": [ { - "room": "F208", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 7 + 4 ] } ] - } - }, - "compre": { - "date": "13/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "1.30 -3.00 PM" - } - }, - "FIN F313": { - "name": "Secur Anal & Portfol Mgt", - "sections": { - "L1": { + }, + "L2": { "instructors": [ - "NEMIRAJA JADIYAPPA" + "Mithun Mondal", + "Gopal Krishna Kamath M", + "Renuka Loka" ], "sched": [ { - "room": "J120", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 9 + 4 ] } ] }, - "L2": { + "T1": { "instructors": [ - "Shreya Biswas" + "Alivelu Manga Parimi" ], "sched": [ { - "room": "F107", + "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 5 + 1 ] } ] - } - }, - "compre": { - "date": "07/05", - "session": "FN" - }, - "midsem": { - "date": "8/3", - "time": "11.00 -12.30 PM" - } - }, - "FIN F315": { - "name": "Financial Management", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "NIVEDITA SINHA" + "Alivelu Manga Parimi" ], "sched": [ { - "room": "F207", + "room": "NA", "days": [ - "T", "Th" ], "hours": [ - 10 - ] - }, - { - "room": "F207", - "days": [ - "S" - ], - "hours": [ - 6 + 9 ] } ] }, - "L2": { + "T3": { "instructors": [ - "Niranjan Swain" - ], - "sched": [ - { - "room": "F208", - "days": [ - "T", - "Th" - ], - "hours": [ - 10 - ] - }, + "Alivelu Manga Parimi" + ], + "sched": [ { - "room": "F208", + "room": "NA", "days": [ - "S" + "Th" ], "hours": [ - 6 + 1 ] } ] - } - }, - "compre": { - "date": "03/05", - "session": "FN" - }, - "midsem": { - "date": "1/3", - "time": "11.00 -12.30 PM" - } - }, - "FIN F414": { - "name": "Financial Risk Analytics and Management", - "sections": { - "L1": { + }, + "T4": { "instructors": [ - "T NAGARAJU" + "Gopal Krishna Kamath M" ], "sched": [ { - "room": "J217", + "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 5 + 1 ] } ] } - }, - "compre": { - "date": "08/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "3.30 - 5.00 PM" } }, - "GS F211": { - "name": "Modern Political Concepts", + "EEE F243": { + "name": "Signals & Systems", "sections": { "L1": { "instructors": [ - "LAVANYA SURESH" + "BVVSN PRABHAKAR RAO", + "Manoj Samal" ], "sched": [ { - "room": "J107", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 7 + 3 ] } ] - } - }, - "compre": { - "date": "13/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "1.30 -3.00 PM" - } - }, - "GS F213": { - "name": "Development Theories", - "sections": { - "L1": { + }, + "L2": { "instructors": [ - "SUCHISMITA SATPATHY" + "Pratyush Chakraborty", + "Ramakant", + "Sarda Sharma" ], "sched": [ { - "room": "J107", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 6 + 3 ] } ] - } - }, - "compre": { - "date": "13/05", - "session": "AN" - }, - "midsem": { - "date": "6/3", - "time": "3.30 - 5.00 PM" - } - }, - "GS F223": { - "name": "Intro to Mass Comm", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "SHILPAA ANAND" + "BVVSN Prabhakar Rao" ], "sched": [ { - "room": "J119", + "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 8 + 1 ] } ] - } - }, - "compre": { - "date": "14/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "11.00 -12.30 PM" - } - }, - "GS F234": { - "name": "Development Economics", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "MD ZAKARIA SIDDIQUI" + "BVVSN Prabhakar Rao" ], "sched": [ { - "room": "J214", + "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ 9 ] } ] - } - }, - "compre": { - "date": "05/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "3.30 - 5.00 PM" - } - }, - "GS F241": { - "name": "Creative Writing", - "sections": { - "L1": { + }, + "T3": { "instructors": [ - "ANHITI PATNAIK" + "Pratyush Chakraborty" ], "sched": [ { - "room": "J121", + "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 3 + 1 + ] + } + ] + }, + "T4": { + "instructors": [ + "Ramakant" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 1 ] } ] } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" } }, - "GS F242": { - "name": "Cultural Studies", + "EEE F266": { + "name": "Study Project", "sections": { "L1": { "instructors": [ - "ANHITI PATNAIK" + "STP SRINIVAS" + ], + "sched": [] + } + } + }, + "EEE F312": { + "name": "Power Systems", + "sections": { + "L1": { + "instructors": [ + "MITHUN MONDAL", + "Shrimathi H P" ], "sched": [ { - "room": "J121", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 3 + 8 ] } ] - } - }, - "compre": { - "date": "01/05", - "session": "AN" - }, - "midsem": { - "date": "2/3", - "time": "11.00 -12.30 PM" - } - }, - "GS F245": { - "name": "Effective Public Speak", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "MG PRASUNA" + "Mithun Mondal" ], "sched": [ { - "room": "J217", + "room": "NA", "days": [ - "M", "W" ], "hours": [ - 9 + 1 ] } ] }, - "P1": { + "T2": { "instructors": [ - "MG Prasuna" + "Mithun Mondal" ], "sched": [ { - "room": "J217", + "room": "NA", "days": [ "F" ], "hours": [ - 9, - 10 + 1 ] } ] } - }, - "compre": { - "date": "05/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "3.30 - 5.00 PM" } }, - "GS F332": { - "name": "Contemporary India", + "EEE F313": { + "name": "Analog & Digital Vlsi Des", "sections": { "L1": { "instructors": [ - "MD ZAKARIA SIDDIQUI" + "SYED ERSHAD AHMED" ], "sched": [ { - "room": "J107", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ 2 ] } ] - } - }, - "compre": { - "date": "09/05", - "session": "AN" - }, - "midsem": { - "date": "5/3", - "time": "9.00 - 10.30AM" - } - }, - "GS F333": { - "name": "Public Administration", - "sections": { - "L1": { + }, + "L2": { "instructors": [ - "LAVANYA SURESH" + "Saroj Mondal" ], "sched": [ { - "room": "J218", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 3 + 2 ] } ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "HSS F222": { - "name": "Linguistics", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "PRANESH BHARGAVA" + "Syed Ershad Ahmed" ], "sched": [ { - "room": "J120", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 3 + 1 ] } ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "HSS F235": { - "name": "Introductory Philosophy", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "JAYESH A K" + "Syed Ershad Ahmed" ], "sched": [ { - "room": "J218", + "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 7 ] } ] } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" } }, - "HSS F242": { - "name": "Introduction to Phonology", + "EEE F341": { + "name": "Analog Electronics", "sections": { "L1": { "instructors": [ - "PRANESH BHARGAVA" + "PONNALAGU R N" ], "sched": [ { - "room": "J218", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 9 + 3 ] } ] - } - }, - "compre": { - "date": "05/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "3.30 - 5.00 PM" - } - }, - "HSS F243": { - "name": "Introduction to Critical Pedagogy", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "SANTOSH MAHAPATRA" + "Ponnalagu R N" ], "sched": [ { - "room": "J214", + "room": "NA", "days": [ - "M", - "W", - "F" + "M" ], "hours": [ - 2 + 6, + 7 ] } ] - } - }, - "compre": { - "date": "09/05", - "session": "AN" - }, - "midsem": { - "date": "5/3", - "time": "9.00 - 10.30AM" - } - }, - "HSS F246": { - "name": "Philosophy of Nagarjuna", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "JAYESH A K" + "Ponnalagu R N" ], "sched": [ { - "room": "J217", + "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 2 + 1 ] } ] } - }, - "compre": { - "date": "09/05", - "session": "AN" - }, - "midsem": { - "date": "5/3", - "time": "9.00 - 10.30AM" } }, - "HSS F266": { - "name": "Study Project", + "EEE F366": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "PARIKSHIT PARSHURAM S" + ], + "sched": [] + } + } + }, + "EEE F367": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "PARIKSHIT PARSHURAM S" + ], + "sched": [] + } + } + }, + "EEE F376": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "KARUMBAIAH CHAPPANDA" + ], + "sched": [] + } + } + }, + "EEE F377": { + "name": "Design Project", "sections": { "L1": { "instructors": [ - "ASWATHY RAVEENDRAN" + "KARUMBAIAH CHAPPANDA" ], "sched": [] } } }, - "HSS F328": { - "name": "Human Resources Dev", + "EEE F411": { + "name": "Internet of Things", "sections": { "L1": { "instructors": [ - "SWATI ALOK" + "SANDEEP KUMAR" ], "sched": [ { - "room": "J115", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 3 + 5 ] } ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "HSS F334": { - "name": "Srimad Bhagavad Gita", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "ARUNA LOLLA" + "Sandeep Kumar" ], "sched": [ { - "room": "J214", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 3 + 6, + 7 ] } ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "HSS F335": { - "name": "Literary Criticism", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "SHILPAA ANAND" + "Sandeep Kumar" ], "sched": [ { - "room": "J119", + "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 8, + 9 ] } ] - } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" - } - }, - "HSS F340": { - "name": "Post Colonial Literature", - "sections": { - "L1": { + }, + "P3": { "instructors": [ - "MAYA VINAY" + "Sandeep Kumar" ], "sched": [ { - "room": "J217", + "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 3 + 8, + 9 ] } ] + }, + "P5": { + "instructors": [ + "Madhusudan B Kulkarni" + ], + "sched": [] + }, + "P6": { + "instructors": [ + "Renuka.H" + ], + "sched": [] + }, + "P8": { + "instructors": [ + "Pavankumar Reddy B" + ], + "sched": [] + }, + "P9": { + "instructors": [ + "Renuka.H" + ], + "sched": [] } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" } }, - "HSS F361": { - "name": "Urban Policy and Governance", + "EEE F435": { + "name": "Digital Image Processing", "sections": { "L1": { "instructors": [ - "SUCHISMITA SATPATHY" + "VENKATESWARAN R" ], "sched": [ { - "room": "J107", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 3 + 4 ] } ] } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" } }, - "HSS F363": { - "name": "Disaster and Development", + "EEE G512": { + "name": "Embedded System Design", "sections": { "L1": { "instructors": [ - "BISWANATH DASH" + "MB SRINIVAS" ], "sched": [ { - "room": "J206", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 3 + 5 ] } ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "INSTR F241": { - "name": "Microproc & Interfacing", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "MB SRINIVAS" + "MB Srinivas" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ - "T", - "Th", - "S" + "F" ], "hours": [ - 4 + 5, + 6 ] } ] }, - "L2": { + "P2": { "instructors": [ - "MB Srinivas" + "Jisy N K" + ], + "sched": [] + } + } + }, + "EEE G591": { + "name": "Optical Communication", + "sections": { + "L1": { + "instructors": [ + "PRASANT KUMAR P" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 4 + 3 ] } ] }, "P1": { "instructors": [ - "Suvadip Batabyal", - "Renuka.H" + "Prasant Kumar P" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "M" + "F" ], "hours": [ - 2, - 3 + 8, + 9 ] } ] }, "P2": { "instructors": [ - "Karumbaiah Chappanda Nan", - "Renuka.H" + "Chaluvadi V Naga Bhaskar" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Prasant Kumar P" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 2, - 3 + 8, + 9 ] } ] - }, - "P3": { + } + } + }, + "EEE G612": { + "name": "Coding Theory & Practice", + "sections": { + "L1": { "instructors": [ - "Karumbaiah Chappanda Nan", - "P Michael Preetam Raj" + "PRASHANT WALI" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 2 ] } ] }, - "P4": { + "P1": { "instructors": [ - "Soumya J", - "P Michael Preetam Raj" + "Prashant Wali" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "W" + "Th" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] }, - "P5": { + "P2": { + "instructors": [ + "T Sachin Ravikant" + ], + "sched": [] + }, + "P3": { "instructors": [ - "S K Sahoo", - "Puneeth S B" + "Prashant Wali" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "W" + "S" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] }, - "P6": { + "P4": { "instructors": [ - "S K Sahoo", - "Puneeth S B", - "Swapna Challagundla" + "T Sachin Ravikant" + ], + "sched": [] + } + } + }, + "EEE G613": { + "name": "Adv Digital Signal Proc", + "sections": { + "L1": { + "instructors": [ + "RAMAKANT" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 3 ] } ] }, - "P7": { + "P1": { "instructors": [ - "Runa Kumari", - "Prakash Palasram R", - "Swapna Challagundla" + "Venkateswaran R" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "T" + "M", + "W" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] }, - "P8": { + "P2": { "instructors": [ - "Runa Kumari", - "Prakash Palasram R" + "Samit Kumar Ghosh" + ], + "sched": [] + } + } + }, + "EEE G622": { + "name": "Advanced Digital Communication", + "sections": { + "L1": { + "instructors": [ + "SOURAV NANDI" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 7, - 8 + 3 ] } ] }, - "P9": { + "P1": { "instructors": [ - "Ramakant", - "G Jayeshkumar Pintubhai" + "Sourav Nandi" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "M" + "T" + ], + "hours": [ + 8, + 9 + ] + } + ] + }, + "P2": { + "instructors": [ + "Battina Sindhu" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Sourav Nandi" + ], + "sched": [ + { + "room": "NA", + "days": [ + "F" ], "hours": [ - 2, - 3 + 8, + 9 ] } ] - }, - "P10": { + } + } + }, + "EEE G627": { + "name": "Network Embedded Appli", + "sections": { + "L1": { "instructors": [ - "Ramakant", - "G Jayeshkumar Pintubhai" + "MB SRINIVAS" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 2, - 3 + 2 ] } ] }, - "P11": { + "P1": { "instructors": [ - "Ramakant", - "Naveen Bokka" + "MB Srinivas" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "F" + "M" ], "hours": [ - 2, - 3 + 8, + 9 ] } ] }, - "P12": { + "P2": { "instructors": [ - "Sandeep Kumar", - "Naveen Bokka" + "P Veda Bhanu" + ], + "sched": [] + } + } + }, + "EEE G641": { + "name": "Applied Estimation Theory", + "sections": { + "L1": { + "instructors": [ + "PRASHANT WALI" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 4 ] } ] }, - "P13": { + "P1": { "instructors": [ - "Prashant Wali", - "Priyanka B G" + "Prashant Wali" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "F" + "T" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] }, - "P14": { + "P2": { "instructors": [ - "Ramakant", - "Priyanka B G" + "Swapna Challagundla" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Prashant Wali" ], "sched": [ { - "room": "I013", + "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] - }, - "P15": { + } + } + }, + "FIN F311": { + "name": "Derivatives & Risk Mgmt", + "sections": { + "L1": { "instructors": [ - "Suvadip Batabyal", - "Sarda Sharma", - "Venkatarao Selamneni" + "T NAGARAJU", + "Shreya Lahiri" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 2, - 3 + 4 ] } ] }, - "P16": { + "L2": { "instructors": [ - "Soumya J", - "Sarda Sharma" + "Shreya Biswas" ], "sched": [ { - "room": "I012", + "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 4 ] } ] - }, - "T1": { + } + } + }, + "FIN F313": { + "name": "Secur Anal & Portfol Mgt", + "sections": { + "L1": { "instructors": [ - "Suvadip Batabyal" + "SHREYA BISWAS", + "Navya Kumar" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 2 ] } ] - }, - "T2": { + } + } + }, + "FIN F315": { + "name": "Financial Management", + "sections": { + "L1": { "instructors": [ - "MB Srinivas" + "NIRANJAN SWAIN" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 1 + 5 ] } ] - }, - "T3": { + } + } + }, + "FIN F414": { + "name": "Financial Risk Analytics and Management", + "sections": { + "L1": { "instructors": [ - "Amit Ranjan Azad" + "T NAGARAJU" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ - "T" + "S" ], "hours": [ - 1 + 7, + 8, + 9 ] } ] - }, - "T4": { + } + } + }, + "GS F212": { + "name": "Environ Dev & Climate", + "sections": { + "L1": { "instructors": [ - "Amit Ranjan Azad" + "LAVANYA SURESH", + "Vinay Sankar P" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 9 ] } ] - }, - "T5": { + } + } + }, + "GS F233": { + "name": "Public Policy", + "sections": { + "L1": { "instructors": [ - "Prashant Wali" + "MD ZAKARIA SIDDIQUI" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 3 ] } ] - }, - "T6": { + } + } + }, + "GS F234": { + "name": "Development Economics", + "sections": { + "L1": { "instructors": [ - "Prashant Wali" + "MD ZAKARIA SIDDIQUI" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 9 ] } ] - }, - "T7": { + } + } + }, + "HSS F235": { + "name": "Introductory Philosophy", + "sections": { + "L1": { "instructors": [ - "TO BE ANNOUNCED" + "JAYESH A K" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 2 ] } ] - }, - "T8": { + } + } + }, + "HSS F236": { + "name": "Symbolic Logic", + "sections": { + "L1": { "instructors": [ - "TO BE ANNOUNCED" + "PRANESH BHARGAVA" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 1 + 3 ] } ] - }, - "T9": { + } + } + }, + "HSS F237": { + "name": "Contemporary Indian English Fiction", + "sections": { + "L1": { "instructors": [ - "Sanjay Vidhyadharan" + "MAYA VINAY" ], "sched": [ { - "room": "I222", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 4 ] } ] - }, - "T10": { + } + } + }, + "HSS F242": { + "name": "Introduction to Phonology", + "sections": { + "L1": { "instructors": [ - "Suvadip Batabyal" + "PRANESH BHARGAVA" ], "sched": [ { - "room": "I222", + "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 5 ] } ] } - }, - "compre": { - "date": "02/05", - "session": "FN" - }, - "midsem": { - "date": "2/3", - "time": "1.30 -3.00 PM" } }, - "INSTR F242": { - "name": "Control Systems", + "HSS F244": { + "name": "Crime and New Media", "sections": { "L1": { "instructors": [ - "HARISH VIJAY DIXIT" + "ANHITI PATNAIK" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 5 + 2 ] } ] - }, - "L2": { + } + } + }, + "HSS F245": { + "name": "Gender Science and Technology", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "ASWATHY RAVEENDRAN" ], "sched": [ { - "room": "F103", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 5 + 2 ] } ] - }, - "T1": { + } + } + }, + "HSS F246": { + "name": "Philosophy of Nagarjuna", + "sections": { + "L1": { "instructors": [ - "Harish Vijay Dixit" + "JAYESH A K" ], "sched": [ { - "room": "I210", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 4 ] } ] - }, - "T2": { + } + } + }, + "HSS F266": { + "name": "Study Project", + "sections": { + "L1": { "instructors": [ - "Harish Vijay Dixit" + "ASWATHY RAVEENDRAN" + ], + "sched": [] + } + } + }, + "HSS F317": { + "name": "Intro to Globalization", + "sections": { + "L1": { + "instructors": [ + "SUCHISMITA SATPATHY" ], "sched": [ { - "room": "I210", + "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 5 ] } ] - }, - "T3": { + } + } + }, + "HSS F318": { + "name": "Intro to Anthropology", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "SUCHISMITA SATPATHY" ], "sched": [ { - "room": "I211", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 2 ] } ] - }, - "T4": { + } + } + }, + "HSS F325": { + "name": "Cinematic Adaptation", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "SHILPAA ANAND" ], "sched": [ { - "room": "I211", + "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 1 + 2 ] } ] - }, - "T5": { + } + } + }, + "HSS F334": { + "name": "Srimad Bhagavad Gita", + "sections": { + "L1": { "instructors": [ - "Balasubramanian M" + "ARUNA LOLLA" ], "sched": [ { - "room": "I212", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 9 ] } ] - }, - "T6": { + } + } + }, + "HSS F337": { + "name": "English Literary Forms and Movements", + "sections": { + "L1": { "instructors": [ - "Balasubramanian M" + "MG PRASUNA", + "S Saritha Sasidharan" ], "sched": [ { - "room": "I212", + "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 1 + 3 ] } ] } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" } }, - "INSTR F243": { - "name": "Signals & Systems", + "HSS F338": { + "name": "Comparative Indian Lit", "sections": { "L1": { "instructors": [ - "BVVSN PRABHAKAR RAO" + "MG PRASUNA" ], "sched": [ { - "room": "F104", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 4 + 5 ] } ] - }, - "L2": { + } + } + }, + "HSS F340": { + "name": "Post Colonial Literature", + "sections": { + "L1": { "instructors": [ - "TO BE ANNOUNCED" + "MAYA VINAY" ], "sched": [ { - "room": "F103", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 4 + 3 ] } ] - }, - "T1": { + } + } + }, + "HSS F362": { + "name": "Local Governance and Participation", + "sections": { + "L1": { "instructors": [ - "BVVSN Prabhakar Rao" + "LAVANYA SURESH" ], "sched": [ { - "room": "I210", + "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 1 + 2 ] } ] - }, - "T2": { + } + } + }, + "HSS F363": { + "name": "Disaster and Development", + "sections": { + "L1": { "instructors": [ - "BVVSN Prabhakar Rao" + "BISWANATH DASH", + "Manomita Das" ], "sched": [ { - "room": "I210", + "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 9 + 5 ] } ] - }, - "T3": { + } + } + }, + "HSS F365": { + "name": "Science of Sustainable Happiness", + "sections": { + "L1": { "instructors": [ - "Venkateswaran R" + "ARUNA LOLLA" ], "sched": [ { - "room": "I211", + "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 1 + 3 ] } ] - }, - "T4": { + } + } + }, + "INSTR F212": { + "name": "Electromagnetic Theory I", + "sections": { + "L1": { "instructors": [ - "Venkateswaran R" + "PK THIRUVIKRAMAN" ], "sched": [ { - "room": "I211", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 9 + 4 ] } ] }, - "T5": { + "L2": { "instructors": [ - "Rajesh Kumar Tripathy" + "Kannan Ramaswamy" ], "sched": [ { - "room": "I212", + "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 1 + 4 ] } ] }, - "T6": { - "instructors": [ - "Rajesh Kumar Tripathy" - ], - "sched": [ - { - "room": "I212", - "days": [ - "Th" - ], - "hours": [ - 9 - ] - } - ] - } - }, - "compre": { - "date": "12/05", - "session": "AN" - }, - "midsem": { - "date": "6/3", - "time": "11.00 -12.30 PM" - } - }, - "INSTR F244": { - "name": "Microelectronic Circuits", - "sections": { - "L1": { + "L3": { "instructors": [ - "PARIKSHIT PARSHURAM S" + "Sarmistha Banik" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 5 + 4 ] } ] }, - "L2": { + "L4": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Subash N. Karbelkar" ], "sched": [ { - "room": "F104", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 5 + 4 ] } ] }, - "T1": { + "L5": { "instructors": [ - "Parikshit Parshuram Sahatiy" + "Subrahmanya Bhima Sankar" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 9 + 4 ] } ] }, - "T2": { + "T1": { "instructors": [ - "Parikshit Parshuram Sahatiy" + "PK Thiruvikraman" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ - "Th" + "S" ], "hours": [ - 9 + 1 ] } ] }, - "T3": { + "T2": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Kannan Ramaswamy" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ - "T" + "S" ], "hours": [ - 9 + 1 ] } ] }, - "T4": { + "T3": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Sarmistha Banik" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ "S" ], @@ -14021,69 +10635,51 @@ } ] }, - "T5": { + "T4": { "instructors": [ - "Surya Shankar Dan" + "Subash N. Karbelkar" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ - "T" + "S" ], "hours": [ - 9 + 1 ] } ] }, - "T6": { + "T5": { "instructors": [ - "Surya Shankar Dan" + "Subrahmanya Bhima Sankar" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ - "Th" + "S" ], "hours": [ - 9 + 1 ] } ] } - }, - "compre": { - "date": "14/05", - "session": "FN" - }, - "midsem": { - "date": "7/3", - "time": "9.00 - 10.30AM" - } - }, - "INSTR F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "MITHUN MONDAL" - ], - "sched": [] - } } }, - "INSTR F341": { - "name": "Analog Electronics", + "INSTR F214": { + "name": "Electronic Devices", "sections": { "L1": { "instructors": [ - "SOUVIK KUNDU" + "SAYAN KANUNGO", + "Debapriya Som" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ "M", "W", @@ -14097,11 +10693,12 @@ }, "L2": { "instructors": [ - "Prasant Kumar P" + "Souvik Kundu", + "Priyanka B G" ], "sched": [ { - "room": "F103", + "room": "NA", "days": [ "M", "W", @@ -14113,803 +10710,644 @@ } ] }, - "P1": { + "T1": { "instructors": [ - "Souvik Kundu", - "P Joshna" + "Sayan Kanungo" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 6, - 7 + 1 ] } ] }, - "P2": { + "T2": { "instructors": [ - "Souvik Kundu", - "P Joshna" + "Souvik Kundu" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 8, - 9 + 1 ] } ] }, - "P3": { + "T3": { "instructors": [ - "Prasant Kumar P", - "Chowta Mallikharjunarao" + "Souvik Kundu" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 4, - 5 + 9 ] } ] }, - "P4": { + "T4": { "instructors": [ - "Chetan Kumar V", - "Chowta Mallikharjunarao" + "Parikshit Parshuram Sahatiy" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 8, 9 ] } ] - }, - "P5": { + } + } + }, + "INSTR F215": { + "name": "Digital Design", + "sections": { + "L1": { "instructors": [ - "S K Chatterjee", - "Mary Vallankanni Manik" + "SANJAY VIDHYADHARAN" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 4, 5 ] } ] }, - "P6": { + "L2": { "instructors": [ - "Ponnalagu R N", - "Mary Vallankanni Manik" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "J106", + "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 4, 5 ] } ] }, - "T1": { + "P1": { "instructors": [ - "Souvik Kundu" + "Sanjay Vidhyadharan" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ - "T" + "M" ], "hours": [ - 7 + 7, + 8 ] } ] }, - "T2": { + "P2": { "instructors": [ - "Prasant Kumar P" + "Sanjay Vidhyadharan" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ - "T" + "W" ], "hours": [ - 7 + 7, + 8 ] } ] }, - "T3": { + "P3": { "instructors": [ - "Prasant Kumar P" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 7 + 7, + 8 ] } ] }, - "T4": { + "P5": { "instructors": [ - "S K Chatterjee" + "BVVSN Prabhakar Rao" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 1 + 2, + 3 ] } ] }, - "T5": { - "instructors": [ - "S K Chatterjee" - ], - "sched": [ - { - "room": "I111", - "days": [ - "S" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "09/05", - "session": "AN" - }, - "midsem": { - "date": "5/3", - "time": "9.00 - 10.30AM" - } - }, - "INSTR F342": { - "name": "Power Electronics", - "sections": { - "L1": { + "P6": { "instructors": [ - "SUDHA RADHIKA" + "S K Sahoo" ], "sched": [ { - "room": "F104", + "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 2, + 3 ] } ] }, - "P1": { + "P8": { "instructors": [ - "Mithun Mondal", - "E Prasanth Kumar", - "Shrimathi H P" + "S K Chatterjee" ], "sched": [ { - "room": "J114", + "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 4, - 5 + 7, + 8 ] } ] }, - "P2": { + "P4": { "instructors": [ - "STP Srinivas", - "E Prasanth Kumar", - "Shrimathi H P" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "J114", + "room": "NA", "days": [ - "T" + "S" ], "hours": [ - 8, - 9 + 2, + 3 ] } ] }, - "P3": { + "P10": { "instructors": [ - "STP Srinivas", - "Amar Kumar Verma", - "Manoj Samal" + "Amit Kumar Panda" ], "sched": [ { - "room": "J114", + "room": "NA", "days": [ "W" ], "hours": [ - 4, - 5 - ] - } - ] - }, - "P4": { - "instructors": [ - "STP Srinivas", - "Amar Kumar Verma", - "Manoj Samal" - ], - "sched": [ - { - "room": "J114", - "days": [ - "F" - ], - "hours": [ - 4, - 5 + 7, + 8 ] } ] }, - "T1": { + "P12": { "instructors": [ - "Sudha Radhika" + "Souvik Kundu" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ "F" ], "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "Sudha Radhika" - ], - "sched": [ - { - "room": "I114", - "days": [ - "W" - ], - "hours": [ - 1 + 7, + 8 ] } ] }, - "T3": { + "P14": { "instructors": [ - "Sudha Radhika" + "Syed Ershad Ahmed" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ "T" ], "hours": [ - 7 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" - } - }, - "INSTR F343": { - "name": "Indus Instrument & Cont", - "sections": { - "L1": { + }, + "P7": { "instructors": [ - "BALASUBRAMANIAN M" + "Soumya J" ], "sched": [ { - "room": "I213", + "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 3 + 7, + 8 ] } ] }, - "T1": { + "P16": { "instructors": [ - "Balasubramanian M" + "Amit Ranjan Azad" ], "sched": [ { - "room": "I213", + "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 1 + 2, + 3 ] } ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "INSTR F366": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "PARIKSHIT PARSHURAM S" - ], - "sched": [] - } - } - }, - "INSTR F367": { - "name": "Laboratory Project", - "sections": { - "L1": { + }, + "P17": { "instructors": [ - "PARIKSHIT PARSHURAM S" + "Prakash Palasram R" ], "sched": [] - } - } - }, - "INSTR F376": { - "name": "Design Project", - "sections": { - "L1": { + }, + "P19": { "instructors": [ - "KARUMBAIAH CHAPPANDA" + "Nawin Ra" ], "sched": [] - } - } - }, - "INSTR F377": { - "name": "Design Project", - "sections": { - "L1": { + }, + "P20": { "instructors": [ - "KARUMBAIAH CHAPPANDA" + "Prakash Palasram R" ], "sched": [] - } - } - }, - "IS F311": { - "name": "Computer Graphics", - "sections": { - "L1": { + }, + "P9": { "instructors": [ - "TATHAGAT RAY" + "Amit Kumar Panda" ], "sched": [ { - "room": "F106", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 3 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "IS F341": { - "name": "Software Engineering", - "sections": { - "L1": { + }, + "P22": { "instructors": [ - "NARASIMHA BOLLOJU" + "Samala Jagadheesh" ], - "sched": [ - { - "room": "I214", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 7 - ] - } - ] + "sched": [] }, - "P1": { + "P24": { "instructors": [ - "Narasimha Bolloju" + "Samala Jagadheesh" + ], + "sched": [] + }, + "P11": { + "instructors": [ + "Sayan Kanungo" ], "sched": [ { - "room": "D331A", + "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 4, - 5 + 7, + 8 ] } ] }, - "P2": { + "P26": { "instructors": [ - "Narasimha Bolloju" + "R Venkata Sravya" + ], + "sched": [] + }, + "P28": { + "instructors": [ + "R Venkata Sravya" + ], + "sched": [] + }, + "P13": { + "instructors": [ + "Souvik Kundu" ], "sched": [ { - "room": "D331A", + "room": "NA", "days": [ "Th" ], "hours": [ - 8, - 9 + 2, + 3 ] } ] - } - }, - "compre": { - "date": "13/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "1.30 -3.00 PM" - } - }, - "IS F462": { - "name": "Network Programming", - "sections": { - "L1": { + }, + "P30": { "instructors": [ - "PARESH SAXENA" + "Naveen Bokka" ], - "sched": [ - { - "room": "G101", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" - } - }, - "MATH F112": { - "name": "Mathematics II", - "sections": { - "L1": { + "sched": [] + }, + "P32": { "instructors": [ - "A MICHAEL ALPHONSE" + "Naveen Bokka" + ], + "sched": [] + }, + "P15": { + "instructors": [ + "Harish Vijay Dixit" ], "sched": [ { - "room": "F107", + "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 2 + 2, + 3 ] } ] }, - "L2": { + "P34": { "instructors": [ - "A Ramu" + "Priyalatha. P" + ], + "sched": [] + }, + "P36": { + "instructors": [ + "Priyalatha. P" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "Sanjay Vidhyadharan" ], "sched": [ { - "room": "G107", + "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 3 + 1 ] } ] }, - "L3": { + "T2": { "instructors": [ - "PK Sahoo" + "Sanjay Vidhyadharan" ], "sched": [ { - "room": "G107", + "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 1 ] } ] }, - "L4": { + "T3": { "instructors": [ - "TSL Radhika" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "F207", + "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 2 + 1 ] } ] }, - "L5": { + "T4": { "instructors": [ - "Kishore Kumar" + "Ankur Bhattacharjee" ], "sched": [ { - "room": "G104", + "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 5 + 1 ] } ] }, - "L6": { + "T5": { "instructors": [ - "Sharan Gopal" + "Karumbaiah Chappanda Nan" ], "sched": [ { - "room": "G101", + "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 2 + 1 ] } ] }, - "L7": { + "T6": { "instructors": [ - "Anil Nemili" + "Karumbaiah Chappanda Nan" ], "sched": [ { - "room": "G206", + "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 1 ] } ] }, - "L8": { + "T7": { "instructors": [ - "Jhuma Sen Gupta" + "Soumya J" ], "sched": [ { - "room": "G208", + "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 3 + 1 ] } ] }, - "L9": { + "T8": { "instructors": [ - "Deepika" + "Surya Shankar Dan" ], "sched": [ { - "room": "G106", + "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 2 + 1 ] } ] - }, - "L10": { + } + } + }, + "INSTR F242": { + "name": "Control Systems", + "sections": { + "L1": { "instructors": [ - "Pratyusha Chattopadhyaa" + "ALIVELU MANGA PARIMI", + "P Shambhu Prasad" ], "sched": [ { - "room": "G208", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 2 + 4 ] } ] }, - "L11": { + "L2": { "instructors": [ - "K Bhargav Kumar" + "Mithun Mondal", + "Gopal Krishna Kamath M", + "Renuka Loka" ], "sched": [ { - "room": "G108", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 2 + 4 ] } ] }, "T1": { "instructors": [ - "A Michael Alphonse", - "Sri Sakti Swarup Anupindi" + "Alivelu Manga Parimi" ], "sched": [ { - "room": "F208", + "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 9 + 1 ] } ] }, "T2": { "instructors": [ - "A Ramu", - "G Vinodkumar Rajlingappa" + "Alivelu Manga Parimi" ], "sched": [ { - "room": "G106", + "room": "NA", "days": [ "Th" ], @@ -14921,95 +11359,103 @@ }, "T3": { "instructors": [ - "PK Sahoo", - "Nakidi Shravani" + "Alivelu Manga Parimi" ], "sched": [ { - "room": "G101", + "room": "NA", "days": [ "Th" ], "hours": [ - 9 + 1 ] } ] }, "T4": { "instructors": [ - "TSL Radhika" + "Gopal Krishna Kamath M" ], "sched": [ { - "room": "F207", + "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 9 + 1 ] } ] - }, - "T5": { + } + } + }, + "INSTR F243": { + "name": "Signals & Systems", + "sections": { + "L1": { "instructors": [ - "Kishore Kumar" + "BVVSN PRABHAKAR RAO", + "Manoj Samal" ], "sched": [ { - "room": "G105", + "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 9 + 3 ] } ] }, - "T6": { + "L2": { "instructors": [ - "Sharan Gopal", - "Faiz Imam" + "Pratyush Chakraborty", + "Ramakant", + "Sarda Sharma" ], "sched": [ { - "room": "G208", + "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 9 + 3 ] } ] }, - "T7": { + "T1": { "instructors": [ - "Anil Nemili", - "K Panduranga" + "BVVSN Prabhakar Rao" ], "sched": [ { - "room": "G206", + "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 9 + 1 ] } ] }, - "T8": { + "T2": { "instructors": [ - "Jhuma Sen Gupta", - "Anjali P V" + "BVVSN Prabhakar Rao" ], "sched": [ { - "room": "G207", + "room": "NA", "days": [ "Th" ], @@ -15019,80 +11465,104 @@ } ] }, - "T9": { + "T3": { "instructors": [ - "Deepika", - "Aleena Philip" + "Pratyush Chakraborty" ], "sched": [ { - "room": "G104", + "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 9 + 1 ] } ] }, - "T10": { + "T4": { "instructors": [ - "Pratyusha Chattopadhyaa", - "Naredla Alekhya Reddy" + "Ramakant" ], "sched": [ { - "room": "G107", + "room": "NA", "days": [ "Th" ], "hours": [ - 9 + 1 + ] + } + ] + } + } + }, + "INSTR F266": { + "name": "Study Project", + "sections": { + "L1": { + "instructors": [ + "STP SRINIVAS" + ], + "sched": [] + } + } + }, + "INSTR F312": { + "name": "Transd & Measurement Tec", + "sections": { + "L1": { + "instructors": [ + "KARUMBAIAH CHAPPANDA" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 8 ] } ] }, - "T11": { + "T1": { "instructors": [ - "K Bhargav Kumar" + "Karumbaiah Chappanda Nan" ], "sched": [ { - "room": "G108", + "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 9 + 1 ] } ] } - }, - "compre": { - "date": "09/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "11.00 -12.30 PM" } }, - "MATH F113": { - "name": "Probability and Statistics", + "INSTR F313": { + "name": "Analog & Digital Vlsi Des", "sections": { "L1": { "instructors": [ - "MANISH KUMAR" + "SYED ERSHAD AHMED" ], "sched": [ { - "room": "G207", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ 2 @@ -15102,15 +11572,15 @@ }, "L2": { "instructors": [ - "DK Satpathi" + "Saroj Mondal" ], "sched": [ { - "room": "F208", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ 2 @@ -15118,35 +11588,54 @@ } ] }, - "L3": { + "T1": { "instructors": [ - "B Mishra" + "Syed Ershad Ahmed" ], "sched": [ { - "room": "F108", + "room": "NA", "days": [ - "M", - "W", - "F" + "M" ], "hours": [ - 3 + 1 ] } ] }, - "L4": { + "T2": { "instructors": [ - "K Venkata Ratnam" + "Syed Ershad Ahmed" ], "sched": [ { - "room": "F208", + "room": "NA", "days": [ - "M", - "W", - "F" + "Th" + ], + "hours": [ + 7 + ] + } + ] + } + } + }, + "INSTR F341": { + "name": "Analog Electronics", + "sections": { + "L1": { + "instructors": [ + "PONNALAGU R N" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" ], "hours": [ 3 @@ -15154,177 +11643,254 @@ } ] }, - "L5": { + "P1": { "instructors": [ - "PTV Praveen Kumar" + "Ponnalagu R N" ], "sched": [ { - "room": "F108", + "room": "NA", "days": [ - "M", - "W", - "F" + "M" ], "hours": [ - 8 + 6, + 7 ] } ] }, - "L6": { + "T1": { "instructors": [ - "Jagan Mohan J" + "Ponnalagu R N" ], "sched": [ { - "room": "G203", + "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 2 + 1 ] } ] - }, - "L7": { + } + } + }, + "INSTR F343": { + "name": "Indus Instrument & Cont", + "sections": { + "L1": { "instructors": [ - "Sumit Kumar V" + "BALASUBRAMANIAN M" ], "sched": [ { - "room": "G106", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 3 + 9 ] } ] }, - "L8": { + "T1": { "instructors": [ - "Santanu Koley" + "Balasubramanian M" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 1 + ] + } + ] + } + } + }, + "INSTR F366": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "PARIKSHIT PARSHURAM S" + ], + "sched": [] + } + } + }, + "INSTR F367": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "PARIKSHIT PARSHURAM S" + ], + "sched": [] + } + } + }, + "INSTR F376": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "KARUMBAIAH CHAPPANDA" + ], + "sched": [] + } + } + }, + "INSTR F377": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "KARUMBAIAH CHAPPANDA" + ], + "sched": [] + } + } + }, + "MATH F111": { + "name": "Mathematics I", + "sections": { + "L7": { + "instructors": [ + "A Michael Alphonse" ], "sched": [ { - "room": "G204", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 2 + 3 ] } ] }, - "L9": { + "T1": { "instructors": [ - "Debopam Chakraborthy" + "A Michael Alphonse" ], "sched": [ { - "room": "G105", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 5 + 10 ] } ] - }, - "L10": { + } + } + }, + "MATH F211": { + "name": "Mathematics III", + "sections": { + "L1": { "instructors": [ - "G Murali Mohan Reddy" + "B Mishra", + "Anil Nemili" ], "sched": [ { - "room": "G105", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 2 + 5 ] } ] }, - "L11": { + "L2": { "instructors": [ - "Nirman Ganguly" + "PK Sahoo", + "Kishore Kumar" ], "sched": [ { - "room": "G107", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 2 + 5 ] } ] }, - "L12": { + "L3": { "instructors": [ - "Sabyasachi Dey" + "TSL Radhika", + "Nirman Ganguly" ], "sched": [ { - "room": "G105", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 2 + 9 ] } ] }, - "T1": { + "L4": { "instructors": [ - "Manish Kumar", - "Tusharakanta Pradhan" + "SANTANU KOLEY", + "PTV Praveen Kumar" ], "sched": [ { - "room": "G207", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 9 + 5 ] } ] }, - "T2": { + "L5": { "instructors": [ - "DK Satpathi", - "A Karthik" + "Jagan Mohan J", + "K Bhargav Kumar" ], "sched": [ { - "room": "F208", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ 9 @@ -15332,16 +11898,18 @@ } ] }, - "T3": { + "L6": { "instructors": [ - "B Mishra", - "Agrawal Amarkumar Shyams" + "Sabyasachi Dey", + "A Ramu" ], "sched": [ { - "room": "F107", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ 9 @@ -15349,14 +11917,13 @@ } ] }, - "T4": { + "T1": { "instructors": [ - "K Venkata Ratnam", - "Sanjay Mandal" + "B Mishra" ], "sched": [ { - "room": "F207", + "room": "NA", "days": [ "T" ], @@ -15366,14 +11933,13 @@ } ] }, - "T5": { + "T2": { "instructors": [ - "PTV Praveen Kumar", - "Basua Debananda" + "PK Sahoo" ], "sched": [ { - "room": "F108", + "room": "NA", "days": [ "T" ], @@ -15383,14 +11949,13 @@ } ] }, - "T6": { + "T3": { "instructors": [ - "Jagan Mohan J", - "N S Gopal" + "TSL Radhika" ], "sched": [ { - "room": "G105", + "room": "NA", "days": [ "T" ], @@ -15400,14 +11965,13 @@ } ] }, - "T7": { + "T5": { "instructors": [ - "Sumit Kumar V", - "T Ranjan Panigrahi" + "Jagan Mohan J" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ "T" ], @@ -15417,13 +11981,13 @@ } ] }, - "T8": { + "T6": { "instructors": [ - "Santanu Koley" + "Sabyasachi Dey" ], "sched": [ { - "room": "G108", + "room": "NA", "days": [ "T" ], @@ -15433,29 +11997,25 @@ } ] }, + "T8": { + "instructors": [ + "N S Gopal" + ], + "sched": [] + }, "T9": { "instructors": [ - "Debopam Chakraborthy" + "Nirman Ganguly" ], - "sched": [ - { - "room": "I122", - "days": [ - "T" - ], - "hours": [ - 9 - ] - } - ] + "sched": [] }, - "T10": { + "T4": { "instructors": [ - "G Murali Mohan Reddy" + "Santanu Koley" ], "sched": [ { - "room": "G107", + "room": "NA", "days": [ "T" ], @@ -15467,224 +12027,85 @@ }, "T11": { "instructors": [ - "Nirman Ganguly", - "Tapaswini Patro" + "PTV Praveen Kumar" ], - "sched": [ - { - "room": "I210", - "days": [ - "T" - ], - "hours": [ - 9 - ] - } - ] + "sched": [] }, "T12": { "instructors": [ - "Sabyasachi Dey" + "Simran Arora" ], - "sched": [ - { - "room": "G204", - "days": [ - "T" - ], - "hours": [ - 9 - ] - } - ] - } - }, - "compre": { - "date": "01/05", - "session": "FN" - }, - "midsem": { - "date": "2/3", - "time": "9.00 - 10.30AM" - } - }, - "MATH F213": { - "name": "Discrete Mathematics", - "sections": { - "L1": { + "sched": [] + }, + "T14": { "instructors": [ - "SABYASACHI DEY" + "K Bhargav Kumar" ], - "sched": [ - { - "room": "G208", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 7 - ] - } - ] - } - }, - "compre": { - "date": "13/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "1.30 -3.00 PM" - } - }, - "MATH F241": { - "name": "Mathematical Methods", - "sections": { - "L1": { + "sched": [] + }, + "T15": { "instructors": [ - "SANTANU KOLEY", - "Jagan Mohan J" + "Sanjay Mandal" ], - "sched": [ - { - "room": "G208", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 4 - ] - } - ] + "sched": [] }, - "T1": { + "T16": { "instructors": [ - "Santanu Koley" + "Tusharakanta Pradhan" ], - "sched": [ - { - "room": "J219", - "days": [ - "Th" - ], - "hours": [ - 9 - ] - } - ] + "sched": [] }, - "T2": { + "T18": { "instructors": [ - "Jagan Mohan J" + "A Ramu" ], - "sched": [ - { - "room": "J220", - "days": [ - "Th" - ], - "hours": [ - 9 - ] - } - ] + "sched": [] + }, + "T19": { + "instructors": [ + "Sri Sakti Swarup Anupindi" + ], + "sched": [] } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" } }, - "MATH F242": { - "name": "Operations Research", + "MATH F212": { + "name": "Optimization", "sections": { "L1": { "instructors": [ - "PTV PRAVEEN KUMAR", - "DK Satpathi" + "PK Sahoo", + "V Venkata Hara Gopal" ], "sched": [ { - "room": "G208", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 5 - ] - } - ] - }, - "T1": { - "instructors": [ - "DK Satpathi" - ], - "sched": [ - { - "room": "J219", - "days": [ - "Th" - ], - "hours": [ - 1 + 9 ] } ] }, - "T2": { + "L2": { "instructors": [ + "SUMIT KUMAR V", "PTV Praveen Kumar" ], "sched": [ { - "room": "J220", - "days": [ - "Th" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "14/05", - "session": "FN" - }, - "midsem": { - "date": "7/3", - "time": "9.00 - 10.30AM" - } - }, - "MATH F243": { - "name": "Graphs and Networks", - "sections": { - "L1": { - "instructors": [ - "PK SAHOO", - "A Michael Alphonse" - ], - "sched": [ - { - "room": "G208", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 5 + 2 ] } ] @@ -15695,53 +12116,51 @@ ], "sched": [ { - "room": "J219", + "room": "NA", "days": [ "T" ], "hours": [ - 9 + 7 ] } ] }, "T2": { "instructors": [ - "A Michael Alphonse" + "PTV Praveen Kumar" ], "sched": [ { - "room": "J220", + "room": "NA", "days": [ "T" ], "hours": [ - 9 + 7 ] } ] + }, + "T4": { + "instructors": [ + "Sumit Kumar V" + ], + "sched": [] } - }, - "compre": { - "date": "02/05", - "session": "FN" - }, - "midsem": { - "date": "2/3", - "time": "1.30 -3.00 PM" } }, - "MATH F244": { - "name": "Measure & Integration", + "MATH F213": { + "name": "Discrete Mathematics", "sections": { "L1": { "instructors": [ - "K BHARGAV KUMAR", - "Manish Kumar" + "B MISHRA", + "Nirman Ganguly" ], "sched": [ { - "room": "J219", + "room": "NA", "days": [ "T", "Th", @@ -15755,219 +12174,228 @@ }, "T1": { "instructors": [ - "Manish Kumar" + "B Mishra" ], "sched": [ { - "room": "J219", + "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 1 + 9 ] } ] }, "T2": { "instructors": [ - "K Bhargav Kumar" + "Nirman Ganguly" + ], + "sched": [] + } + } + }, + "MATH F214": { + "name": "Elementary Real Analysis", + "sections": { + "L1": { + "instructors": [ + "MANISH KUMAR", + "Jhuma Sen Gupta" ], "sched": [ { - "room": "J220", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 3 ] } ] - } - }, - "compre": { - "date": "12/05", - "session": "AN" - }, - "midsem": { - "date": "6/3", - "time": "11.00 -12.30 PM" - } - }, - "MATH F266": { - "name": "Study Project", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "JAGAN MOHAN J" + "Jhuma Sen Gupta" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 1 + ] + } + ] } } }, - "MATH F341": { - "name": "Intro to Functional Anal", + "MATH F215": { + "name": "Algebra I", "sections": { "L1": { "instructors": [ - "JHUMA SEN GUPTA", - "Debopam Chakraborthy" + "PRATYUSHA CHATTOPADH", + "Santanu Koley" ], "sched": [ { - "room": "G208", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 2 + 5 ] } ] }, "T1": { "instructors": [ - "Jhuma Sen Gupta" + "Santanu Koley" ], "sched": [ { - "room": "J219", + "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 1 + 8 ] } ] }, "T2": { "instructors": [ - "Debopam Chakraborthy" + "Pratyusha Chattopadhyaa" + ], + "sched": [] + } + } + }, + "MATH F231": { + "name": "Number Theory", + "sections": { + "L1": { + "instructors": [ + "DEBOPAM CHAKRABORTH" ], "sched": [ { - "room": "J220", + "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 1 + 7 ] } ] } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" } }, - "MATH F342": { - "name": "Differential Geometry", + "MATH F266": { + "name": "Study Project", "sections": { "L1": { "instructors": [ - "B MISHRA", - "Sumit Kumar V" + "MANISH KUMAR" + ], + "sched": [] + } + } + }, + "MATH F311": { + "name": "Introduction to Topology", + "sections": { + "L1": { + "instructors": [ + "SHARAN GOPAL", + "Deepika" ], "sched": [ { - "room": "G208", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 3 + 9 ] } ] }, "T1": { "instructors": [ - "B Mishra" + "Sharan Gopal" ], "sched": [ { - "room": "J219", + "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 1 + 8 ] } ] }, "T2": { "instructors": [ - "Sumit Kumar V" + "Deepika" ], - "sched": [ - { - "room": "J220", - "days": [ - "W" - ], - "hours": [ - 1 - ] - } - ] + "sched": [] } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" } }, - "MATH F343": { - "name": "Partial Diff Equations", + "MATH F312": { + "name": "Ordinary Diff Equations", "sections": { "L1": { "instructors": [ - "ANIL NEMILI", - "G Murali Mohan Reddy" + "G MURALI MOHAN REDDY", + "K Bhargav Kumar" ], "sched": [ { - "room": "G208", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 9 + 5 ] } ] }, "T1": { "instructors": [ - "Anil Nemili" + "K Bhargav Kumar" ], "sched": [ { - "room": "J219", + "room": "NA", "days": [ - "F" + "T" ], "hours": [ - 1 + 7 ] } ] @@ -15976,57 +12404,54 @@ "instructors": [ "G Murali Mohan Reddy" ], + "sched": [] + } + } + }, + "MATH F313": { + "name": "Numerical Analysis", + "sections": { + "L1": { + "instructors": [ + "A RAMU", + "TSL Radhika" + ], "sched": [ { - "room": "J220", + "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 1 + 4 ] } ] - } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" - } - }, - "MATH F353": { - "name": "Statistical Infer & App", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "V VENKATA HARA GOPAL" + "TSL Radhika" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 7 + 8 ] } ] + }, + "T2": { + "instructors": [ + "A Ramu" + ], + "sched": [] } - }, - "compre": { - "date": "13/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "1.30 -3.00 PM" } }, "MATH F366": { @@ -16034,7 +12459,7 @@ "sections": { "L1": { "instructors": [ - "K VENKATA RATNAM" + "PTV PRAVEEN KUMAR" ], "sched": [] } @@ -16045,7 +12470,7 @@ "sections": { "L1": { "instructors": [ - "K VENKATA RATNAM" + "PTV PRAVEEN KUMAR" ], "sched": [] } @@ -16056,7 +12481,7 @@ "sections": { "L1": { "instructors": [ - "KISHORE KUMAR" + "TSL RADHIKA" ], "sched": [] } @@ -16067,321 +12492,237 @@ "sections": { "L1": { "instructors": [ - "KISHORE KUMAR" + "TSL RADHIKA" ], "sched": [] } } }, - "MATH F423": { - "name": "Introduction to Algebraic Topology", + "MATH F421": { + "name": "Combinatorial Mathematics", "sections": { "L1": { "instructors": [ - "SHARAN GOPAL" + "SABYASACHI DEY" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 8 + 3 ] } ] } - }, - "compre": { - "date": "14/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "11.00 -12.30 PM" } }, - "MATH F424": { - "name": "Applied Stochastic Process", + "MATH F432": { + "name": "Applied Statistical Methods", "sections": { "L1": { "instructors": [ - "NIRMAN GANGULY" + "V VENKATA HARA GOPAL" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 9 + 2 ] } ] } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" } }, - "MATH F471": { - "name": "Nonlinear Optimization", + "MATH F441": { + "name": "Discrete Maths Struc", "sections": { "L1": { "instructors": [ - "K VENKATA RATNAM" + "A MICHAEL ALPHONSE" ], "sched": [ { - "room": "I111", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 8 + 2 ] } ] } - }, - "compre": { - "date": "14/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "11.00 -12.30 PM" } }, - "MATH F481": { - "name": "Commutative Algebra", + "MATH G521": { + "name": "Applied Functional Analysis", "sections": { "L1": { "instructors": [ - "PRATYUSHA CHATTOPADH" + "KISHORE KUMAR" ], "sched": [ { - "room": "I112", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 7 + 2 ] } ] } - }, - "compre": { - "date": "13/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "1.30 -3.00 PM" } }, - "ME F110": { - "name": "Workshop Practice", + "ME F211": { + "name": "Mechanics of Solids", "sections": { "L1": { "instructors": [ - "AMRITHA PRIYADARSHINI", - "Akhil Bhardwaj", - "Ankit Sharma" + "AMIT KUMAR GUPTA" ], "sched": [ { - "room": "WS", + "room": "NA", "days": [ "M", - "W" + "W", + "F" ], "hours": [ - 4, - 5 + 3 ] } ] }, - "L2": { + "T1": { "instructors": [ - "Chithajalu Kiran Sagar", - "P Chennakesava Sai" + "Sangam Srikanth" ], "sched": [ { - "room": "WS", + "room": "NA", "days": [ - "T", - "Th" + "T" ], "hours": [ - 4, - 5 + 1 ] } ] }, - "L3": { + "T2": { "instructors": [ - "J Murali Mohan", - "Patel Kuntal Himanshubhai" + "J Murali Mohan" ], "sched": [ { - "room": "WS", + "room": "NA", "days": [ - "W", - "F" + "T" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "L4": { + "T3": { "instructors": [ - "Srinivasa Murali Kartheek S", - "MD Abdul Wahed" + "Akhil Bhardwaj" ], "sched": [ { - "room": "WS", + "room": "NA", "days": [ - "M", "T" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "L5": { + "T4": { "instructors": [ - "Jella Gangadhar", - "Ronanki Suresh" + "Amit Kumar Gupta" ], "sched": [ { - "room": "WS", + "room": "NA", "days": [ - "F", - "S" + "T" ], "hours": [ - 4, - 5 + 1 ] } ] } } }, - "ME F241": { - "name": "Machine Design & Drawing", + "ME F212": { + "name": "Fluid Mechanics", "sections": { "L1": { "instructors": [ - "NITIN RAMESH K" - ], - "sched": [ - { - "room": "F103", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "C Anand Badrish", - "Gauri Rajendra M" - ], - "sched": [ - { - "room": "D208 A", - "days": [ - "M" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P2": { - "instructors": [ - "C Anand Badrish", - "P Sandeep" + "SUPRADEEPAN K" ], "sched": [ { - "room": "D208 A", + "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 5 ] } ] }, - "P3": { + "T1": { "instructors": [ - "P Sandeep", - "Gauri Rajendra M" + "V Venkateswara Rao" ], "sched": [ { - "room": "D208 A", + "room": "NA", "days": [ - "F" + "Th" ], "hours": [ - 7, - 8 + 9 ] } ] }, - "T1": { + "T2": { "instructors": [ - "Nitin Ramesh K" + "Deepak Nabapure" ], "sched": [ { - "room": "G202", + "room": "NA", "days": [ - "T" + "Th" ], "hours": [ 9 @@ -16389,15 +12730,15 @@ } ] }, - "T2": { + "T3": { "instructors": [ - "SP Regalla" + "Kalyani Panigrahi" ], "sched": [ { - "room": "G203", + "room": "NA", "days": [ - "T" + "Th" ], "hours": [ 9 @@ -16405,15 +12746,15 @@ } ] }, - "T3": { + "T4": { "instructors": [ - "Brajesh Kumar Panigrahi" + "Supradeepan K" ], "sched": [ { - "room": "G205", + "room": "NA", "days": [ - "T" + "Th" ], "hours": [ 9 @@ -16421,180 +12762,156 @@ } ] } - }, - "compre": { - "date": "02/05", - "session": "FN" - }, - "midsem": { - "date": "2/3", - "time": "1.30 -3.00 PM" } }, - "ME F242": { - "name": "Ic Engines", + "ME F213": { + "name": "Materials Science & Engg", "sections": { "L1": { "instructors": [ - "S S DESHMUKH" + "SUJITH R" ], "sched": [ { - "room": "F104", + "room": "NA", "days": [ - "T", - "Th" + "M", + "W" ], "hours": [ - 5 + 2 ] } ] }, "T1": { "instructors": [ - "Sama.Sanghamitra", - "S S Deshmukh" + "Jella Gangadhar" ], "sched": [ { - "room": "G202", + "room": "NA", "days": [ - "S" + "F" ], "hours": [ - 1 + 2 ] } ] }, "T2": { "instructors": [ - "P Ankamma Rao", - "S S Deshmukh" + "Amar S D" ], "sched": [ { - "room": "G203", + "room": "NA", "days": [ - "S" + "F" ], "hours": [ - 1 + 2 ] } ] }, "T3": { "instructors": [ - "Shaik Ayub Mohiddin", - "S S Deshmukh" + "Ankit Sharma" ], "sched": [ { - "room": "G205", + "room": "NA", "days": [ - "S" + "F" ], "hours": [ - 1 + 2 ] } ] - } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" - } - }, - "ME F243": { - "name": "Production Techniques I", - "sections": { - "L1": { + }, + "T4": { "instructors": [ - "N SURESH KUMAR REDDY" + "Sujith R" ], "sched": [ { - "room": "F103", + "room": "NA", "days": [ - "M", - "W" + "F" ], "hours": [ - 5 + 2 ] } ] - }, - "P1": { + } + } + }, + "ME F214": { + "name": "Applied Thermodynamics", + "sections": { + "L1": { "instructors": [ - "Amar S D", - "Gandla Praveen Kumar" + "SATISH K DUBEY" ], "sched": [ { - "room": "WS", + "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 9, - 10 + 4 ] } ] }, - "P2": { + "T1": { "instructors": [ - "Pawan Kumar Chauhan", - "Gandla Praveen Kumar" + "A Uday Kumar" ], "sched": [ { - "room": "WS", + "room": "NA", "days": [ - "W" + "S" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P3": { + "T2": { "instructors": [ - "Amar S D", - "Pawan Kumar Chauhan" + "Sunkara Prudhvi Raj" ], "sched": [ { - "room": "WS", + "room": "NA", "days": [ - "F" + "S" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "T1": { + "T3": { "instructors": [ - "N Suresh Kumar Reddy" + "R Naresh" ], "sched": [ { - "room": "G202", + "room": "NA", "days": [ - "T" + "S" ], "hours": [ 1 @@ -16602,125 +12919,108 @@ } ] }, - "T2": { + "T4": { "instructors": [ - "Ravi Shanker Vidyarthy" + "Satish K Dubey" ], "sched": [ { - "room": "G203", + "room": "NA", "days": [ - "T" + "S" ], "hours": [ 1 ] } ] - }, - "T3": { + } + } + }, + "ME F242": { + "name": "Ic Engines", + "sections": { + "L1": { "instructors": [ - "Sujith R" + "N JALAIAH" ], "sched": [ { - "room": "F205", + "room": "NA", "days": [ + "M", "W" ], "hours": [ - 1 + 8 ] } ] - } - }, - "compre": { - "date": "14/05", - "session": "FN" - }, - "midsem": { - "date": "7/3", - "time": "9.00 - 10.30AM" - } - }, - "ME F244": { - "name": "Kin & Dyn of Machines", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "YV DASESWARA RAO" + "N Jalaiah" ], "sched": [ { - "room": "F104", + "room": "NA", "days": [ - "T", - "Th", - "S" + "F" ], "hours": [ - 4 + 8 ] } ] }, - "T1": { + "T2": { "instructors": [ - "YV Daseswara Rao" + "B Sravya" ], "sched": [ { - "room": "D208 C", + "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 1 + 8 ] } ] }, - "T2": { + "T3": { "instructors": [ - "Inturi Vamsi" + "P Ankamma Rao" ], "sched": [ { - "room": "D208 A", + "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 1 + 8 ] } ] }, - "T3": { + "T4": { "instructors": [ - "G Lakshmi Srinivas" + "K Sanjay" ], "sched": [ { - "room": "D208 B", + "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 1 + 8 ] } ] } - }, - "compre": { - "date": "12/05", - "session": "AN" - }, - "midsem": { - "date": "6/3", - "time": "11.00 -12.30 PM" } }, "ME F266": { @@ -16728,108 +13028,90 @@ "sections": { "L1": { "instructors": [ - "R PARAMESHWARAN" + "SUJITH R" ], "sched": [] } } }, - "ME F341": { - "name": "Primemovers & Fluid Mach", + "ME F312": { + "name": "Adv Mechanics of Solids", "sections": { "L1": { "instructors": [ - "JEEVAN JAIDI" + "PAVAN KUMAR P" ], "sched": [ { - "room": "F207", + "room": "NA", "days": [ - "T", - "Th" + "M", + "W", + "F" ], "hours": [ - 2 + 4 ] } ] }, - "P1": { + "T1": { "instructors": [ - "M Srinivas" + "Srinivasa Murali Kartheek S" ], "sched": [ { - "room": "E124", + "room": "NA", "days": [ "M" ], "hours": [ - 4, - 5 - ] - } - ] - }, - "P2": { - "instructors": [ - "M Srinivas" - ], - "sched": [ - { - "room": "E124", - "days": [ - "W" - ], - "hours": [ - 4, - 5 + 1 ] } ] }, - "P3": { + "T2": { "instructors": [ - "M Srinivas" + "P Chennakesava Sai" ], "sched": [ { - "room": "E124", + "room": "NA", "days": [ - "F" + "M" ], "hours": [ - 4, - 5 + 1 ] } ] }, - "T1": { + "T3": { "instructors": [ - "Jeevan Jaidi" + "Pavan Kumar P" ], "sched": [ { - "room": "F207", + "room": "NA", "days": [ - "S" + "M" ], "hours": [ - 2 + 1 ] } ] }, - "T2": { + "T4": { "instructors": [ - "KRC Murthy" + "Jose Santo" ], "sched": [ { - "room": "F208", + "room": "NA", "days": [ - "W" + "M" ], "hours": [ 1 @@ -16837,14 +13119,6 @@ } ] } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" } }, "ME F342": { @@ -16856,114 +13130,88 @@ ], "sched": [ { - "room": "F103", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 3 + 8 ] } ] }, "P1": { "instructors": [ - "Ramayee L", - "P V Sai Divya" + "Gandla Praveen Kumar" ], "sched": [ { - "room": "D208 A", + "room": "NA", "days": [ "M" ], "hours": [ - 4, - 5 + 6, + 7 ] } ] }, "P2": { "instructors": [ - "Ramayee L", - "Veeraiahgari Vamshi" - ], - "sched": [ - { - "room": "D208 A", - "days": [ - "W" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "P3": { - "instructors": [ - "Veeraiahgari Vamshi", "P V Sai Divya" ], "sched": [ { - "room": "D208 A", - "days": [ - "Th" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "T1": { - "instructors": [ - "SP Regalla", - "TO BE ANNOUNCED" - ], - "sched": [ - { - "room": "G101", + "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 1 + 6, + 7 ] } ] }, - "T2": { + "P4": { "instructors": [ - "Hemanth Mithun Praveen", - "SP Regalla" + "Chithajalu Kiran Sagar" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Chithajalu Kiran Sagar" ], "sched": [ { - "room": "G103", + "room": "NA", "days": [ "F" ], "hours": [ - 1 + 6, + 7 ] } ] }, - "T3": { + "P6": { + "instructors": [ + "Gandla Praveen Kumar" + ], + "sched": [] + }, + "T1": { "instructors": [ - "Lanka Tata Rao", "SP Regalla" ], "sched": [ { - "room": "G104", + "room": "NA", "days": [ "F" ], @@ -16972,47 +13220,32 @@ ] } ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "ME F343": { - "name": "Mechanical Vibrations", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "BRAJESH KUMAR PANIGR" + "Veeraiahgari Vamshi" ], "sched": [ { - "room": "F207", + "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 3 + 1 ] } ] }, - "T1": { + "T3": { "instructors": [ - "Brajesh Kumar Panigrahi" + "Lanka Tata Rao" ], "sched": [ { - "room": "F107", + "room": "NA", "days": [ - "M" + "F" ], "hours": [ 1 @@ -17020,15 +13253,15 @@ } ] }, - "T2": { + "T4": { "instructors": [ - "YV Daseswara Rao" + "Kolla Lakshman Rao" ], "sched": [ { - "room": "F108", + "room": "NA", "days": [ - "M" + "F" ], "hours": [ 1 @@ -17036,95 +13269,61 @@ } ] } - }, - "compre": { - "date": "01/05", - "session": "AN" - }, - "midsem": { - "date": "2/3", - "time": "11.00 -12.30 PM" } }, - "ME F344": { - "name": "Engineering Optimization", + "ME F343": { + "name": "Mechanical Vibrations", "sections": { "L1": { "instructors": [ - "AMIT KUMAR GUPTA" + "BRAJESH KUMAR PANIGR" ], "sched": [ { - "room": "F104", + "room": "NA", "days": [ "M", - "W" + "W", + "F" ], "hours": [ - 2 + 9 ] } ] }, "T1": { "instructors": [ - "Vardhanapu Muralidhar", - "Amit Kumar Gupta" + "Brajesh Kumar Panigrahi" ], "sched": [ { - "room": "G201", + "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 2 + 1 ] } ] }, "T2": { "instructors": [ - "V Venkateswara Rao", - "Amit Kumar Gupta" - ], - "sched": [ - { - "room": "G202", - "days": [ - "F" - ], - "hours": [ - 2 - ] - } - ] - }, - "T3": { - "instructors": [ - "Deepak Nabapure", - "Amit Kumar Gupta" + "YV Daseswara Rao" ], "sched": [ { - "room": "G204", + "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 2 + 1 ] } ] } - }, - "compre": { - "date": "09/05", - "session": "AN" - }, - "midsem": { - "date": "5/3", - "time": "9.00 - 10.30AM" } }, "ME F366": { @@ -17132,7 +13331,7 @@ "sections": { "L1": { "instructors": [ - "RAVI SHANKER VIDYARTH" + "AMRITHA PRIYADARSHINI" ], "sched": [] } @@ -17143,7 +13342,7 @@ "sections": { "L1": { "instructors": [ - "RAVI SHANKER VIDYARTH" + "AMRITHA PRIYADARSHINI" ], "sched": [] } @@ -17154,7 +13353,7 @@ "sections": { "L1": { "instructors": [ - "BRAJESH KUMAR PANIGR" + "NITIN RAMESH K" ], "sched": [] } @@ -17165,158 +13364,61 @@ "sections": { "L1": { "instructors": [ - "BRAJESH KUMAR PANIGR" + "NITIN RAMESH K" ], "sched": [] } } }, - "ME F412": { - "name": "Product Plan & Control", - "sections": { - "L1": { - "instructors": [ - "AMRITHA PRIYADARSHINI" - ], - "sched": [ - { - "room": "G102", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" - } - }, - "ME F420": { - "name": "Power Plant Engineering", + "ME F414": { + "name": "Fuel Cell Science and Technology", "sections": { "L1": { "instructors": [ - "M SRINIVAS" + "SUJITH R", + "Prabakaran Saravanan" ], "sched": [ { - "room": "G202", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 5 + 2 ] } ] } - }, - "compre": { - "date": "08/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "3.30 - 5.00 PM" } }, - "ME F423": { - "name": "Micro-fluidics & its App", + "ME F418": { + "name": "Rocket and Spacecraft Propulsion", "sections": { "L1": { "instructors": [ - "SATISH K DUBEY", - "Sanket Goel" + "SUPRADEEPAN K" ], "sched": [ { - "room": "G206", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Satish K Dubey", - "Sangam Srikanth", - "Sanket Goel" - ], - "sched": [ - { - "room": "D208 B", - "days": [ - "Th" - ], - "hours": [ - 6, - 7 - ] - } - ] - } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" - } - }, - "ME F452": { - "name": "Composite Material & Des", - "sections": { - "L1": { - "instructors": [ - "C P KIRAN" - ], - "sched": [ - { - "room": "G107", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 8 + 2 ] } ] } - }, - "compre": { - "date": "14/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "11.00 -12.30 PM" } }, - "ME F461": { - "name": "Refrigeration & Aircond", + "ME F424": { + "name": "Energy Management", "sections": { "L1": { "instructors": [ @@ -17324,100 +13426,56 @@ ], "sched": [ { - "room": "G101", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 8 - ] - } - ] - } - }, - "compre": { - "date": "14/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "11.00 -12.30 PM" - } - }, - "ME F482": { - "name": "Combustion", - "sections": { - "L1": { - "instructors": [ - "N JALAIAH" - ], - "sched": [ - { - "room": "F109", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 8 + 4 ] } ] } - }, - "compre": { - "date": "14/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "11.00 -12.30 PM" } }, - "ME F483": { - "name": "Wind Energy", + "ME F425": { + "name": "Additive Manufacturing", "sections": { "L1": { "instructors": [ - "G R SABAREESH" + "SP REGALLA" ], "sched": [ { - "room": "G107", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 7 + 4 ] } ] } - }, - "compre": { - "date": "13/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "1.30 -3.00 PM" } }, - "ME F484": { - "name": "Automotive Technology", + "ME F426": { + "name": "Industry 4.0 in Manufacturing", "sections": { "L1": { "instructors": [ - "R PARAMESHWARAN" + "N SURESH KUMAR REDDY", + "Amit Kumar Gupta", + "Kundan Kumar Singh", + "Prabakaran Saravanan" ], "sched": [ { - "room": "G104", + "room": "NA", "days": [ "T", "Th", @@ -17429,195 +13487,110 @@ } ] } - }, - "compre": { - "date": "08/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "3.30 - 5.00 PM" } }, - "ME G512": { - "name": "Finite Element Method", + "ME F432": { + "name": "Computer Aided Manufact", "sections": { "L1": { "instructors": [ - "PARDHA SARADHI GURUG" - ], - "sched": [ - { - "room": "G206", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - }, - "P1": { - "instructors": [ - "Pardha Saradhi Gurugubelli" + "KURRA SURESH" ], "sched": [ { - "room": "D208 C", + "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 4, 5 ] } ] } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" } }, - "ME G513": { - "name": "Heating & Cool of Build", + "ME F443": { + "name": "Quali Contro Assur & Rel", "sections": { "L1": { "instructors": [ - "SANTANU PRASAD DATTA", - "S S Deshmukh" - ], - "sched": [ - { - "room": "F202", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Santanu Prasad Datta", - "Gi Venkata Naga Trivedi" - ], - "sched": [ - { - "room": "E221", - "days": [ - "T" - ], - "hours": [ - 6, - 7 - ] - } - ] - }, - "P2": { - "instructors": [ - "Santanu Prasad Datta", - "Gi Venkata Naga Trivedi" + "AMRITHA PRIYADARSHINI" ], "sched": [ { - "room": "D208 C", + "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 6, - 7 + 3 ] } ] } - }, - "compre": { - "date": "02/05", - "session": "FN" - }, - "midsem": { - "date": "2/3", - "time": "1.30 -3.00 PM" } }, - "ME G515": { - "name": "Comput Fluid Dynamics", + "ME G511": { + "name": "Mechanisms & Robotics", "sections": { "L1": { "instructors": [ - "SUPRADEEPAN K" + "YV DASESWARA RAO" ], "sched": [ { - "room": "I122", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 5 + 4 ] } ] }, "P1": { "instructors": [ - "Supradeepan K" + "YV Daseswara Rao" ], "sched": [ { - "room": "D208 C", + "room": "NA", "days": [ - "T", - "Th" + "W", + "F" ], "hours": [ + 7, 8, 9 ] } ] } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" } }, - "ME G516": { - "name": "Energy Systems Engineering", + "ME G512": { + "name": "Finite Element Method", "sections": { "L1": { "instructors": [ - "R PARAMESHWARAN" + "AMOL VUPPULURI" ], "sched": [ { - "room": "F201", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ 2 @@ -17627,34 +13600,25 @@ }, "P1": { "instructors": [ - "Kandukuri Prudviraj" + "Pavandatta Jadhav" ], "sched": [ { - "room": "E221", + "room": "NA", "days": [ - "M", - "W" + "M" ], "hours": [ - 2, - 3 + 8, + 9 ] } ] } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" } }, - "ME G534": { - "name": "Convect Heat & Mass Tran", + "ME G514": { + "name": "Turbomachinery", "sections": { "L1": { "instructors": [ @@ -17662,174 +13626,136 @@ ], "sched": [ { - "room": "F202", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 5 + 2 ] } ] }, "P1": { "instructors": [ - "Jeevan Jaidi" + "Ramayee L" ], "sched": [ { - "room": "E111", + "room": "NA", "days": [ "M", - "W" + "F" ], "hours": [ - 9, - 10 + 8, + 9 ] } ] } - }, - "compre": { - "date": "14/05", - "session": "FN" - }, - "midsem": { - "date": "7/3", - "time": "9.00 - 10.30AM" } }, - "ME G536": { - "name": "Thermal Equipment Design", + "ME G516": { + "name": "Energy Systems Engineering", "sections": { "L1": { "instructors": [ - "SANTANU PRASAD DATTA" + "S S DESHMUKH" ], "sched": [ { - "room": "F207", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 3 ] } ] }, "P1": { "instructors": [ - "Satish K Dubey", - "B Sravya" + "S S Deshmukh" ], "sched": [ { - "room": "E111", + "room": "NA", "days": [ - "M" + "T", + "Th" ], "hours": [ - 2, - 3 + 6, + 7 ] } ] }, "P2": { "instructors": [ - "Satish K Dubey", - "B Sravya" + "Kandukuri Prudviraj" ], - "sched": [ - { - "room": "D208 C", - "days": [ - "W" - ], - "hours": [ - 2, - 3 - ] - } - ] + "sched": [] } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" } }, - "ME G611": { - "name": "Comp Aided Anal & Design", + "ME G532": { + "name": "Machine Tool Engineering", "sections": { "L1": { "instructors": [ - "KURRA SURESH" + "KUNDAN KUMAR SINGH" ], "sched": [ { - "room": "F203", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 5 + 2 ] } ] }, "P1": { "instructors": [ - "Kurra Suresh", "Wankhede Pankaj Rambhau" ], "sched": [ { - "room": "D208 B", + "room": "NA", "days": [ "M", - "W" + "F" ], "hours": [ - 1, - 2, - 3 + 4, + 5 ] } ] } - }, - "compre": { - "date": "14/05", - "session": "FN" - }, - "midsem": { - "date": "7/3", - "time": "9.00 - 10.30AM" } }, - "MEL G623": { - "name": "Advanced Vlsi Design", + "ME G533": { + "name": "Cond & Rad Heat Transfer", "sections": { "L1": { "instructors": [ - "SURYA SHANKAR DAN" + "SANTANU PRASAD DATTA" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ "M", "W", @@ -17843,92 +13769,75 @@ }, "P1": { "instructors": [ - "Surya Shankar Dan" + "Y S Prasanna" ], "sched": [ { - "room": "I124", + "room": "NA", "days": [ "M", "F" ], "hours": [ - 9, - 10 + 8, + 9 ] } ] } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" } }, - "MEL G632": { - "name": "Analog Ic Design", + "ME G535": { + "name": "Adv Engg Mathematics", "sections": { "L1": { "instructors": [ - "SAROJ MONDAL" + "KRC MURTHY" ], "sched": [ { - "room": "I114", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 4 + 2 ] } ] }, "P1": { "instructors": [ - "Saroj Mondal", - "Arun Mohan B" + "KRC Murthy" ], "sched": [ { - "room": "I124", + "room": "NA", "days": [ "M", "W" ], "hours": [ - 7, - 8 + 4, + 5 ] } ] } - }, - "compre": { - "date": "12/05", - "session": "AN" - }, - "midsem": { - "date": "6/3", - "time": "11.00 -12.30 PM" } }, - "MEL G641": { - "name": "Cad For Ic Design", + "ME G536": { + "name": "Thermal Equipment Design", "sections": { "L1": { "instructors": [ - "S K CHATTERJEE" + "SANTANU PRASAD DATTA" ], "sched": [ { - "room": "I113", + "room": "NA", "days": [ "T", "Th", @@ -17942,198 +13851,149 @@ }, "P1": { "instructors": [ - "S K Chatterjee", - "Sravankumar Vittapu" + "K Monika" ], "sched": [ { - "room": "I124", + "room": "NA", "days": [ - "T", - "Th" + "W" ], "hours": [ - 7, - 8 + 4, + 5 ] } ] - } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" - } - }, - "MEL G642": { - "name": "Vlsi Architecture", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "SYED ERSHAD AHMED" + "K Monika" ], "sched": [ { - "room": "I213", + "room": "NA", "days": [ - "T", - "Th" + "W" ], "hours": [ - 9 + 9, + 10 ] } ] - }, - "P1": { + } + } + }, + "ME G537": { + "name": "Cryogenic Engineering", + "sections": { + "L1": { "instructors": [ - "Syed Ershad Ahmed", - "Anil Kumar U" + "R PARAMESHWARAN" ], "sched": [ { - "room": "I123", + "room": "NA", "days": [ "T", - "Th" + "Th", + "S" ], "hours": [ - 2, - 3 + 4 ] } ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "MF F242": { - "name": "Manufacturing Management", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "AMRITHA PRIYADARSHINI" + "Gi Venkata Naga Trivedi" ], "sched": [ { - "room": "G102", + "room": "NA", "days": [ - "M", - "W" + "M" ], "hours": [ - 9 + 9, + 10 ] } ] }, - "T1": { + "P2": { "instructors": [ - "Amritha Priyadarshini" + "Gi Venkata Naga Trivedi" ], "sched": [ { - "room": "G102", + "room": "NA", "days": [ "F" ], "hours": [ + 8, 9 ] } ] } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" - } - }, - "MF F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "R PARAMESHWARAN" - ], - "sched": [] - } } }, - "MF F311": { - "name": "Mechatronics & Automat", + "ME G621": { + "name": "Fluid Dynamics", "sections": { "L1": { "instructors": [ - "KUNDAN KUMAR SINGH" + "PARDHA SARADHI GURUG" ], "sched": [ { - "room": "G105", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 7 + 5 ] } ] }, "P1": { "instructors": [ - "Kundan Kumar Singh", - "Arshad Javed" + "KRC Murthy" ], "sched": [ { - "room": "E210", + "room": "NA", "days": [ + "T", "Th" ], "hours": [ 8, - 9 + 9, + 10 ] } ] } - }, - "compre": { - "date": "13/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "1.30 -3.00 PM" } }, - "MF F341": { - "name": "Design of Machine Tools", + "ME G641": { + "name": "Theory of Elasticity & Plast", "sections": { "L1": { "instructors": [ - "RAVI SHANKER VIDYARTH" + "BRAJESH KUMAR PANIGR" ], "sched": [ { - "room": "F204", + "room": "NA", "days": [ "M", "W", @@ -18145,42 +14005,42 @@ } ] }, - "T1": { + "P1": { "instructors": [ - "Ravi Shanker Vidyarthy" + "C Anand Badrish" ], "sched": [ { - "room": "F204", + "room": "NA", "days": [ - "W" + "T", + "Th" ], "hours": [ - 1 + 6, + 7 ] } ] + }, + "P2": { + "instructors": [ + "C Anand Badrish" + ], + "sched": [] } - }, - "compre": { - "date": "01/05", - "session": "AN" - }, - "midsem": { - "date": "2/3", - "time": "11.00 -12.30 PM" } }, - "MF F342": { - "name": "Computer Aided Design", + "MEL G611": { + "name": "Ic Fabrication Technology", "sections": { "L1": { "instructors": [ - "SP REGALLA" + "PARIKSHIT PARSHURAM S" ], "sched": [ { - "room": "F103", + "room": "NA", "days": [ "T", "Th", @@ -18194,212 +14054,224 @@ }, "P1": { "instructors": [ - "Ramayee L", - "P V Sai Divya" + "Parikshit Parshuram Sahatiy" ], "sched": [ { - "room": "D208 A", + "room": "NA", "days": [ - "M" + "M", + "W" ], "hours": [ - 4, - 5 + 8, + 9 ] } ] }, "P2": { "instructors": [ - "Ramayee L", - "Veeraiahgari Vamshi" + "Sanket Goel" ], - "sched": [ - { - "room": "D208 A", - "days": [ - "W" - ], - "hours": [ - 4, - 5 - ] - } - ] + "sched": [] }, "P3": { "instructors": [ - "Veeraiahgari Vamshi", - "P V Sai Divya" + "Sohan Dudala" ], - "sched": [ - { - "room": "D208 A", - "days": [ - "Th" - ], - "hours": [ - 7, - 8 - ] - } - ] + "sched": [] }, - "T1": { + "P4": { + "instructors": [ + "Venkatarao Selamneni" + ], + "sched": [] + } + } + }, + "MEL G621": { + "name": "Vlsi Design", + "sections": { + "L1": { "instructors": [ - "SP Regalla", - "TO BE ANNOUNCED" + "S K CHATTERJEE" ], "sched": [ { - "room": "G101", + "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 1 + 2 ] } ] }, - "T2": { + "P1": { "instructors": [ - "Hemanth Mithun Praveen", - "SP Regalla" + "S K Chatterjee" ], "sched": [ { - "room": "G103", + "room": "NA", "days": [ - "F" + "T" ], "hours": [ - 1 + 8, + 9 ] } ] }, - "T3": { + "P2": { "instructors": [ - "Lanka Tata Rao", - "SP Regalla" + "Arun Mohan B" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Chowta Mallikharjunarao" + ], + "sched": [] + }, + "P4": { + "instructors": [ + "S K Chatterjee" ], "sched": [ { - "room": "G104", + "room": "NA", "days": [ "F" ], "hours": [ - 1 + 8, + 9 ] } ] } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" } }, - "MF F343": { - "name": "Casting & Welding", + "MEL G622": { + "name": "Intro to Artif Neural Net", "sections": { "L1": { "instructors": [ - "SUJITH R" + "RAJESH KUMAR TRIPATHY" ], "sched": [ { - "room": "F204", + "room": "NA", "days": [ "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 7 ] } ] }, "P1": { "instructors": [ - "Pavandatta Jadhav" + "Rajesh Kumar Tripathy" ], "sched": [ { - "room": "WS", + "room": "NA", "days": [ - "Th" + "M", + "W" ], "hours": [ - 7, - 8 + 5, + 6 ] } ] }, - "T1": { + "P2": { "instructors": [ - "Sujith R" + "Anil Kumar U" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Pranjali Gajbhiye" + ], + "sched": [] + } + } + }, + "MEL G624": { + "name": "Adv Vlsi Architectures", + "sections": { + "L1": { + "instructors": [ + "CHETAN KUMAR V", + "G Sahith", + "Sharvani Gadgil" ], "sched": [ { - "room": "F204", + "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 1 + 2 ] } ] } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" } }, - "MF F344": { - "name": "Engineering Optimization", + "MEL G626": { + "name": "Vlsi Test & Testability", "sections": { "L1": { "instructors": [ - "AMIT KUMAR GUPTA" + "SAROJ MONDAL" ], "sched": [ { - "room": "F104", + "room": "NA", "days": [ "M", - "W" + "W", + "F" ], "hours": [ - 2 + 4 ] } ] - }, - "T1": { + } + } + }, + "MEL G631": { + "name": "Physics and Modelling of Microelectronic Devices", + "sections": { + "L1": { "instructors": [ - "Vardhanapu Muralidhar", - "Amit Kumar Gupta" + "SURYA SHANKAR DAN" ], "sched": [ { - "room": "G201", + "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ @@ -18408,48 +14280,81 @@ } ] }, - "T2": { + "P1": { "instructors": [ - "V Venkateswara Rao", - "Amit Kumar Gupta" + "Surya Shankar Dan" ], "sched": [ { - "room": "G202", + "room": "NA", "days": [ - "F" + "M", + "W" ], "hours": [ - 2 + 10, + 11 + ] + } + ] + } + } + }, + "MF F266": { + "name": "Study Project", + "sections": { + "L1": { + "instructors": [ + "SUJITH R" + ], + "sched": [] + } + } + }, + "MF F311": { + "name": "Mechatronics & Automat", + "sections": { + "L1": { + "instructors": [ + "ARSHAD JAVED" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 4 ] } ] }, - "T3": { + "P1": { "instructors": [ - "Deepak Nabapure", - "Amit Kumar Gupta" + "Arshad Javed" ], "sched": [ { - "room": "G204", + "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 2 + 5, + 6 ] } ] + }, + "P2": { + "instructors": [ + "G Lakshmi Srinivas" + ], + "sched": [] } - }, - "compre": { - "date": "09/05", - "session": "AN" - }, - "midsem": { - "date": "5/3", - "time": "9.00 - 10.30AM" } }, "MF F366": { @@ -18457,7 +14362,7 @@ "sections": { "L1": { "instructors": [ - "RAVI SHANKER VIDYARTH" + "AMRITHA PRIYADARSHINI" ], "sched": [] } @@ -18468,7 +14373,7 @@ "sections": { "L1": { "instructors": [ - "RAVI SHANKER VIDYARTH" + "AMRITHA PRIYADARSHINI" ], "sched": [] } @@ -18479,7 +14384,7 @@ "sections": { "L1": { "instructors": [ - "BRAJESH KUMAR PANIGR" + "NITIN RAMESH K" ], "sched": [] } @@ -18490,43 +14395,12 @@ "sections": { "L1": { "instructors": [ - "BRAJESH KUMAR PANIGR" + "NITIN RAMESH K" ], "sched": [] } } }, - "MF F418": { - "name": "Lean Manufacturing", - "sections": { - "L1": { - "instructors": [ - "AMIT KUMAR GUPTA" - ], - "sched": [ - { - "room": "G105", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" - } - }, "MF F421": { "name": "Supply Chain Management", "sections": { @@ -18536,57 +14410,18 @@ ], "sched": [ { - "room": "G107", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - } - }, - "compre": { - "date": "08/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "3.30 - 5.00 PM" - } - }, - "MF F485": { - "name": "Sustainable Manufacturing", - "sections": { - "L1": { - "instructors": [ - "KUNDAN KUMAR SINGH" - ], - "sched": [ - { - "room": "G107", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 4 + 3 ] } ] } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" } }, "MGTS F211": { @@ -18594,11 +14429,12 @@ "sections": { "L1": { "instructors": [ - "SWATI ALOK" + "SWATI ALOK", + "Rajthilak R" ], "sched": [ { - "room": "F106", + "room": "NA", "days": [ "M", "W", @@ -18612,14 +14448,13 @@ }, "T1": { "instructors": [ - "Swati Alok", - "Rajthilak R" + "Swati Alok" ], "sched": [ { - "room": "F106", + "room": "NA", "days": [ - "F" + "W" ], "hours": [ 1 @@ -18627,211 +14462,169 @@ } ] } - }, - "compre": { - "date": "05/05", - "session": "FN" - }, - "midsem": { - "date": "3/3", - "time": "1.30 -3.00 PM" - } - }, - "MST F332": { - "name": "Materials Processing", - "sections": { - "L1": { - "instructors": [ - "SUJITH R", - "Ramesh Babu A" - ], - "sched": [ - { - "room": "G207", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" } }, - "MST G522": { - "name": "Advanced Composites", + "MSE G511": { + "name": "Mechatronics", "sections": { "L1": { "instructors": [ - "PAVAN KUMAR P" + "ARSHAD JAVED" ], "sched": [ { - "room": "F203", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 2 + 4 ] } ] }, "P1": { "instructors": [ - "Pavan Kumar P" + "Arshad Javed" ], "sched": [ { - "room": "E002", + "room": "NA", "days": [ - "M", "W" ], "hours": [ - 9, - 10 + 5, + 6 ] } ] + }, + "P2": { + "instructors": [ + "G Lakshmi Srinivas" + ], + "sched": [] } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" } }, - "PHA F212": { - "name": "Dispensing Pharmacy", + "MST F331": { + "name": "Materials Characterization", "sections": { "L1": { "instructors": [ - "D SRIRAM", - "V V Krishna Venuganti" + "KARTHIK CHETAN", + "Sounak Roy" ], "sched": [ { - "room": "G101", + "room": "NA", "days": [ "M", - "W" + "W", + "F" ], "hours": [ - 2 + 3 ] } ] }, "P1": { "instructors": [ - "D Sriram", - "Leela Sai Lokesh Janardhan", - "Ridahunlang Nongkhlaw" + "Karthik Chetan" ], "sched": [ { - "room": "B212", + "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] }, "P2": { "instructors": [ - "V V Krishna Venuganti", - "Anjali Gangwar", - "Girdhari Roy" + "Sounak Roy" + ], + "sched": [] + } + } + }, + "MST G511": { + "name": "Nondestruct Testing Tech", + "sections": { + "L1": { + "instructors": [ + "RAVI SHANKER VIDYARTH" ], "sched": [ { - "room": "B212", + "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 3 ] } ] }, - "T1": { + "P1": { "instructors": [ - "D Sriram" + "Petla Sivateja" ], "sched": [ { - "room": "G101", + "room": "NA", "days": [ + "M", "F" ], "hours": [ - 2 + 4, + 5 ] } ] } - }, - "compre": { - "date": "09/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "3.30 - 5.00 PM" } }, - "PHA F214": { - "name": "Anatomy Physio & Hygiene", + "PHA F211": { + "name": "Pharmaceutical Analysis", "sections": { "L1": { "instructors": [ - "ARTI DHAR" + "BALRAM GHOSH" ], "sched": [ { - "room": "G104", + "room": "NA", "days": [ "T", "Th" ], "hours": [ - 2 + 4 ] } ] }, "P1": { "instructors": [ - "Arti Dhar", - "D Deepika", - "Jaspreet Kaur Kalra" + "Balram Ghosh" ], "sched": [ { - "room": "A009", + "room": "NA", "days": [ "M" ], @@ -18844,51 +14637,59 @@ }, "P2": { "instructors": [ - "Arti Dhar", - "Ashutosh Balasaheb Mahale", - "M Suresh Babu" + "Balram Ghosh" ], "sched": [ { - "room": "A009", + "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 7, - 8 + 6, + 7 ] } ] }, + "P3": { + "instructors": [ + "Yamini Shankar Bobde" + ], + "sched": [] + }, + "P5": { + "instructors": [ + "Ch Sai Sanjay" + ], + "sched": [] + }, + "P6": { + "instructors": [ + "Sravani Pulya" + ], + "sched": [] + }, "T1": { "instructors": [ - "Arti Dhar" + "Balram Ghosh" ], "sched": [ { - "room": "G104", + "room": "NA", "days": [ "S" ], "hours": [ - 2 + 4 ] } ] } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" } }, - "PHA F241": { - "name": "Pharmaceutical Chemistry", + "PHA F213": { + "name": "Microbiology", "sections": { "L1": { "instructors": [ @@ -18896,265 +14697,212 @@ ], "sched": [ { - "room": "G101", + "room": "NA", "days": [ "M", "W" ], "hours": [ - 5 + 3 ] } ] }, "P1": { "instructors": [ - "D Sriram", - "Dasugari Varakala Saiprasad", - "Lavanya S" + "D Sriram" ], "sched": [ { - "room": "A025", + "room": "NA", "days": [ "T" ], "hours": [ - 2, - 3 + 8, + 9 ] } ] }, "P2": { "instructors": [ - "D Sriram", - "Srashti Gopal Goyal", - "Sravani Pulya" + "D Sriram" ], "sched": [ { - "room": "A025", + "room": "NA", "days": [ "Th" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] }, + "P3": { + "instructors": [ + "E Madhu Rekha" + ], + "sched": [] + }, + "P5": { + "instructors": [ + "Srashti Gopal Goyal" + ], + "sched": [] + }, "T1": { "instructors": [ "D Sriram" ], "sched": [ { - "room": "G101", + "room": "NA", "days": [ "F" ], "hours": [ - 5 + 3 ] } ] } - }, - "compre": { - "date": "14/05", - "session": "FN" - }, - "midsem": { - "date": "7/3", - "time": "9.00 - 10.30AM" } }, - "PHA F242": { - "name": "Biological Chemistry", + "PHA F215": { + "name": "Introduction to Molecular Bio & Immunology", "sections": { "L1": { "instructors": [ - "BALRAM GHOSH" + "ARTI DHAR" ], "sched": [ { - "room": "G101", + "room": "NA", "days": [ "T", - "Th" - ], - "hours": [ - 5 - ] - } - ] - }, - "P1": { - "instructors": [ - "Balram Ghosh", - "Pravesh Sharma", - "Yamini Shankar Bobde" - ], - "sched": [ - { - "room": "A024", - "days": [ - "Th" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P2": { - "instructors": [ - "Balram Ghosh", - "E Madhu Rekha" - ], - "sched": [ - { - "room": "A024", - "days": [ + "Th", "S" ], "hours": [ - 7, - 8 + 5 ] } ] }, "T1": { "instructors": [ - "Balram Ghosh" + "Arti Dhar" ], "sched": [ { - "room": "G101", + "room": "NA", "days": [ "S" ], "hours": [ - 5 + 1 ] } ] } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" - } - }, - "PHA F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "NIRMAL J" - ], - "sched": [] - } } }, - "PHA F313": { - "name": "Instru Methods of Anal", + "PHA F244": { + "name": "Physical Pharmacy", "sections": { "L1": { "instructors": [ - "A SAJELI BEGUM" + "V V KRISHNA VENUGANTI" ], "sched": [ { - "room": "G101", + "room": "NA", "days": [ - "T", - "Th" + "M", + "W" ], "hours": [ - 4 + 9 ] } ] }, "P1": { "instructors": [ - "A Sajeli Begum", - "Ch Sai Sanjay", - "Pragya Paramita Pal", - "S Kavitha" + "V V Krishna Venuganti" ], "sched": [ { - "room": "B108", + "room": "NA", "days": [ "W" ], "hours": [ - 7, - 8, - 9 + 6, + 7 ] } ] }, "P2": { "instructors": [ - "A Sajeli Begum", - "Deepanjan Datta", - "Mohd Shareef Khan", - "Purbali Chakraborty" + "B Sony Priyanka" ], - "sched": [ - { - "room": "B108", - "days": [ - "S" - ], - "hours": [ - 2, - 3, - 4 - ] - } - ] + "sched": [] + }, + "P3": { + "instructors": [ + "Girdhari Roy" + ], + "sched": [] + }, + "P4": { + "instructors": [ + "Pravesh Sharma" + ], + "sched": [] + }, + "P5": { + "instructors": [ + "Trupti Ghatage" + ], + "sched": [] }, "T1": { "instructors": [ - "A Sajeli Begum" + "V V Krishna Venuganti" ], "sched": [ { - "room": "G101", + "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 1 + 9 ] } ] } - }, - "compre": { - "date": "12/05", - "session": "AN" - }, - "midsem": { - "date": "6/3", - "time": "11.00 -12.30 PM" } }, - "PHA F341": { - "name": "Pharmacology II", + "PHA F266": { + "name": "Study Project", + "sections": { + "L1": { + "instructors": [ + "ARTI DHAR" + ], + "sched": [] + } + } + }, + "PHA F311": { + "name": "Pharmacology I", "sections": { "L1": { "instructors": [ @@ -19162,63 +14910,57 @@ ], "sched": [ { - "room": "G102", + "room": "NA", "days": [ - "T", - "Th" + "M", + "W", + "F" ], "hours": [ - 2 + 4 ] } ] }, "P1": { "instructors": [ - "Onkar Kulkarni", - "K Kalyani" + "Onkar Kulkarni" ], "sched": [ { - "room": "D208 C", + "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 4, - 5 + 8, + 9 ] } ] }, - "T1": { + "P2": { "instructors": [ - "Onkar Kulkarni" + "Ashutosh Balasaheb Mahale" ], - "sched": [ - { - "room": "G102", - "days": [ - "F" - ], - "hours": [ - 1 - ] - } - ] + "sched": [] + }, + "P3": { + "instructors": [ + "K Kalyani" + ], + "sched": [] + }, + "P4": { + "instructors": [ + "S Kavitha" + ], + "sched": [] } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" } }, - "PHA F342": { - "name": "Medicinal Chemistry II", + "PHA F312": { + "name": "Medicinal Chemistry I", "sections": { "L1": { "instructors": [ @@ -19226,293 +14968,311 @@ ], "sched": [ { - "room": "G102", - "days": [ - "T", - "Th" - ], - "hours": [ - 3 - ] - } - ] - }, - "P1": { - "instructors": [ - "P Yogeeswari", - "B Sony Priyanka", - "Routholla Ganesh" - ], - "sched": [ - { - "room": "A025", + "room": "NA", "days": [ - "W" + "T", + "Th" ], "hours": [ - 4, - 5 + 3 ] } ] }, - "T1": { + "P1": { "instructors": [ "P Yogeeswari" ], "sched": [ { - "room": "G102", + "room": "NA", "days": [ - "W" + "M" ], "hours": [ - 1 + 6, + 7 ] } ] - } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" - } - }, - "PHA F343": { - "name": "Forensic Pharmacy", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "BALRAM GHOSH" + "P Yogeeswari" ], "sched": [ { - "room": "G102", + "room": "NA", "days": [ - "W", "F" ], "hours": [ - 8 + 6, + 7 ] } ] }, + "P4": { + "instructors": [ + "Kumbham Soniya" + ], + "sched": [] + }, + "P5": { + "instructors": [ + "Routholla Ganesh" + ], + "sched": [] + }, "T1": { "instructors": [ - "Balram Ghosh" + "P Yogeeswari" ], "sched": [ { - "room": "G102", + "room": "NA", "days": [ - "M" + "S" ], "hours": [ - 1 + 3 ] } ] } - }, - "compre": { - "date": "14/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "11.00 -12.30 PM" } }, - "PHA F344": { - "name": "Natural Drugs", + "PHA F314": { + "name": "Pharma Formul & Biopharm", "sections": { "L1": { "instructors": [ - "A SAJELI BEGUM" + "NIRMAL J" ], "sched": [ { - "room": "G102", + "room": "NA", "days": [ "M", "W" ], "hours": [ - 3 + 8 ] } ] }, "P1": { "instructors": [ - "A Sajeli Begum", - "Kirti", - "Samrun Nessa" + "Nirmal J" ], "sched": [ { - "room": "A009", + "room": "NA", "days": [ "Th" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] }, + "P2": { + "instructors": [ + "Parameswar Patra" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Priyadarshini Sathe" + ], + "sched": [] + }, + "P4": { + "instructors": [ + "Raghuraman Manimaran" + ], + "sched": [] + }, "T1": { "instructors": [ - "A Sajeli Begum" + "Nirmal J" ], "sched": [ { - "room": "G102", + "room": "NA", "days": [ "F" ], "hours": [ - 3 + 8 ] } ] } - }, - "compre": { - "date": "01/05", - "session": "AN" - }, - "midsem": { - "date": "2/3", - "time": "11.00 -12.30 PM" } }, - "PHA F366": { - "name": "Laboratory Project", + "PHA F376": { + "name": "Design Project", "sections": { "L1": { "instructors": [ - "NIRMAL J" + "ARTI DHAR" ], "sched": [] } } }, - "PHA F367": { - "name": "Laboratory Project", + "PHA F377": { + "name": "Design Project", "sections": { "L1": { "instructors": [ - "NIRMAL J" + "ARTI DHAR" ], "sched": [] } } }, - "PHA F376": { - "name": "Design Project", + "PHA F414": { + "name": "Biopharmaceutics", "sections": { "L1": { "instructors": [ "NIRMAL J" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 4 + ] + } + ] } } }, - "PHA F377": { - "name": "Design Project", + "PHA F415": { + "name": "Pathophysiology", "sections": { "L1": { "instructors": [ - "NIRMAL J" + "ONKAR KULKARNI" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 5 + ] + } + ] } } }, - "PHA F413": { - "name": "Pharma Mang & Qual Contr", + "PHA F422": { + "name": "Cosmetic Science", "sections": { "L1": { "instructors": [ - "V V KRISHNA VENUGANTI" + "D SRIRAM" ], "sched": [ { - "room": "G102", + "room": "NA", "days": [ "T", - "Th", - "S" + "Th" ], "hours": [ - 4 + 2 + ] + } + ] + }, + "P1": { + "instructors": [ + "D Sriram" + ], + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 6, + 7 ] } ] + }, + "P2": { + "instructors": [ + "Lavanya S" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Ridahunlang Nongkhlaw" + ], + "sched": [] } - }, - "compre": { - "date": "12/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "9.00 - 10.30AM" } }, - "PHA F414": { - "name": "Biopharmaceutics", + "PHA G535": { + "name": "Biomaterials", "sections": { "L1": { "instructors": [ - "NIRMAL J" + "NIRMAL J", + "V V Krishna Venuganti" ], "sched": [ { - "room": "G102", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 5 + 4 ] } ] } - }, - "compre": { - "date": "08/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "3.30 - 5.00 PM" } }, - "PHA G546": { - "name": "Pharmaceutical Bio Statistics", + "PHA G537": { + "name": "Parenteral Product Development", "sections": { "L1": { "instructors": [ - "R PUNNA RAO" + "AKASH C" ], "sched": [ { - "room": "F101", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ 3 @@ -19520,30 +15280,22 @@ } ] } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" } }, - "PHA G613": { - "name": "Pharmaceutical Biotech", + "PHA G540": { + "name": "Modern Pharmaceutical Analytical Techniques", "sections": { "L1": { "instructors": [ - "NIRMAL J" + "A SAJELI BEGUM" ], "sched": [ { - "room": "G102", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ 4 @@ -19553,86 +15305,132 @@ }, "P1": { "instructors": [ - "Nirmal J", - "Raghuraman Manimaran" + "A Sajeli Begum" ], "sched": [ { - "room": "B212", + "room": "NA", "days": [ - "T" + "W" ], "hours": [ 7, 8, - 9, - 10 + 9 + ] + } + ] + }, + "P2": { + "instructors": [ + "Chiranjeev Singh" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "P. S Lakshmi Soukya" + ], + "sched": [] + }, + "P4": { + "instructors": [ + "Pragya Paramita Pal" + ], + "sched": [] + }, + "P5": { + "instructors": [ + "Purbali Chakraborty" + ], + "sched": [] + }, + "P6": { + "instructors": [ + "Samrun Nessa" + ], + "sched": [] + } + } + }, + "PHA G542": { + "name": "Advance Physical Pharma", + "sections": { + "L1": { + "instructors": [ + "V V KRISHNA VENUGANTI" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 3 + ] + } + ] + }, + "P1": { + "instructors": [ + "V V Krishna Venuganti" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th" + ], + "hours": [ + 6, + 7 ] } ] + }, + "P2": { + "instructors": [ + "Deepanjan Datta" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Leela Sai Lokesh Janardhan" + ], + "sched": [] } - }, - "compre": { - "date": "02/05", - "session": "FN" - }, - "midsem": { - "date": "2/3", - "time": "1.30 -3.00 PM" } }, - "PHA G616": { - "name": "Pharma Admin & Management", + "PHA G545": { + "name": "Ipr and Pharmaceuticals", "sections": { "L1": { "instructors": [ - "AKASH C" + "P YOGEESWARI" ], "sched": [ { - "room": "G102", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 5 - ] - } - ] - }, - "P1": { - "instructors": [ - "Akash C", - "Parameswar Patra" - ], - "sched": [ - { - "room": "B212", - "days": [ - "T", - "Th" - ], - "hours": [ - 4, - 5 + 2 ] } ] } - }, - "compre": { - "date": "09/05", - "session": "AN" - }, - "midsem": { - "date": "5/3", - "time": "9.00 - 10.30AM" } }, - "PHA G632": { - "name": "Dosage Form Design", + "PHA G547": { + "name": "Quali-by-design in Pharmaceutical Prod Devel", "sections": { "L1": { "instructors": [ @@ -19640,7 +15438,7 @@ ], "sched": [ { - "room": "G103", + "room": "NA", "days": [ "M", "W", @@ -19654,16 +15452,14 @@ }, "P1": { "instructors": [ - "R Punna Rao", - "Avantika Dalvi", - "Chandra Teja Uppuluri" + "R Punna Rao" ], "sched": [ { - "room": "A022", + "room": "NA", "days": [ - "M", - "W" + "W", + "F" ], "hours": [ 8, @@ -19671,337 +15467,312 @@ ] } ] - } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" - } - }, - "PHA G642": { - "name": "Laboratory Project", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "SWATI BISWAS" + "Chandra Teja Uppuluri" ], "sched": [] } } }, - "PHY F110": { - "name": "Physics Laboratory", + "PHA G612": { + "name": "Pharm Kinet & Clinic Pha", "sections": { "L1": { "instructors": [ - "Kannan Ramaswamy", - "Haridev S R" + "R PUNNA RAO" ], "sched": [ { - "room": "A222", + "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 4, - 5 + 2 ] } ] }, - "L2": { + "P1": { "instructors": [ - "Kannan Ramaswamy", - "T Vicky Singh" + "R Punna Rao" ], "sched": [ { - "room": "A222", + "room": "NA", "days": [ - "W" + "T", + "Th" ], "hours": [ - 4, - 5 + 8, + 9 ] } ] }, - "L3": { + "P2": { "instructors": [ - "PRASANT SAMANTRAY", - "Nobleson K" + "Avantika Dalvi" ], - "sched": [ - { - "room": "A222", - "days": [ - "M" - ], - "hours": [ - 7, - 8 - ] - } - ] + "sched": [] }, - "L4": { + "P3": { "instructors": [ - "Prasant Samantray", - "Rahul Kumar Thakur" + "Mohd Shareef Khan" ], - "sched": [ - { - "room": "A222", - "days": [ - "F" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "L5": { + "sched": [] + } + } + }, + "PHA G617": { + "name": "Adv Drug Delivery System", + "sections": { + "L1": { "instructors": [ - "Asrarul Haque", - "Sajia Yeasmin" + "SWATI BISWAS" ], "sched": [ { - "room": "A222", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 4, 5 ] } ] }, - "L6": { + "P1": { "instructors": [ - "Asrarul Haque", - "Yuganand Nellambakam" + "Swati Biswas" ], "sched": [ { - "room": "A222", + "room": "NA", "days": [ + "T", "Th" ], "hours": [ - 4, - 5 + 6, + 7 ] } ] }, - "L7": { + "P2": { "instructors": [ - "Souri Banerjee", - "Surabhi Yadav" + "Asif Mohd Itoo" ], - "sched": [ - { - "room": "A222", - "days": [ - "F" - ], - "hours": [ - 4, - 5 - ] - } - ] + "sched": [] }, - "L8": { + "P3": { + "instructors": [ + "Milan Paul" + ], + "sched": [] + } + } + }, + "PHA G642": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "SWATI BISWAS" + ], + "sched": [] + } + } + }, + "PHY F111": { + "name": "Mech Oscil & Waves", + "sections": { + "L3": { "instructors": [ - "Rahul Nigam", - "Waseem Ahmad Wani" + "Sashideep Gutti" ], "sched": [ { - "room": "A222", + "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 10 ] } ] }, - "L9": { + "T9": { "instructors": [ - "Sarmistha Banik", - "Ronit Mahapatra" + "Sashideep Gutti" ], "sched": [ { - "room": "A222", + "room": "NA", "days": [ - "S" + "T" ], "hours": [ - 4, - 5 + 10 ] } ] - }, - "L10": { + } + } + }, + "PHY F211": { + "name": "Classical Mechanics", + "sections": { + "L1": { "instructors": [ - "Sarmistha Banik", - "Nobleson K" + "RAHUL NIGAM" ], "sched": [ { - "room": "A222", + "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 3 ] } ] }, - "L11": { + "T1": { "instructors": [ - "Rahul Nigam", - "Sabur Ahmed Barbhuiya" + "Rahul Nigam" ], "sched": [ { - "room": "A222", + "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 7, - 8 + 1 ] } ] } - }, - "compre": { - "date": "15/05", - "session": "FN" - }, - "midsem": { - "date": "7/3", - "time": "1.30 -3.00 PM" } }, - "PHY F111": { - "name": "Mech Oscil & Waves", + "PHY F212": { + "name": "Electromagnetic Theo I", "sections": { "L1": { "instructors": [ - "K V Shiv Chaitanya" + "PK THIRUVIKRAMAN" ], "sched": [ { - "room": "F105", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 1 + 4 ] } ] }, "L2": { "instructors": [ - "VSN Murthy" + "Kannan Ramaswamy" ], "sched": [ { - "room": "F104", + "room": "NA", "days": [ "T", "Th", "S" ], "hours": [ - 1 + 4 ] } ] }, - "T1": { + "L3": { "instructors": [ - "PK THIRUVIKRAMAN" + "Sarmistha Banik" ], "sched": [ { - "room": "G201", + "room": "NA", "days": [ "T", - "Th" + "Th", + "S" ], "hours": [ - 3 + 4 ] } ] }, - "T2": { + "L4": { "instructors": [ - "PK Thiruvikraman" + "Subash N. Karbelkar" ], "sched": [ { - "room": "G201", + "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] }, - "T3": { + "L5": { "instructors": [ - "Sashideep Gutti" + "Subrahmanya Bhima Sankar" ], "sched": [ { - "room": "G202", + "room": "NA", "days": [ "T", - "Th" + "Th", + "S" ], "hours": [ - 3 + 4 ] } ] }, - "T4": { + "T1": { "instructors": [ - "Sashideep Gutti" + "PK Thiruvikraman" ], "sched": [ { - "room": "G202", + "room": "NA", "days": [ - "F" + "S" ], "hours": [ 1 @@ -20009,15 +15780,15 @@ } ] }, - "T6": { + "T2": { "instructors": [ - "Prasant Samantray" + "Kannan Ramaswamy" ], "sched": [ { - "room": "G203", + "room": "NA", "days": [ - "F" + "S" ], "hours": [ 1 @@ -20025,65 +15796,31 @@ } ] }, - "T5": { - "instructors": [ - "Prasant Samantray" - ], - "sched": [ - { - "room": "G203", - "days": [ - "T", - "Th" - ], - "hours": [ - 3 - ] - } - ] - }, - "T9": { + "T3": { "instructors": [ - "Prasant Samantray" + "Sarmistha Banik" ], "sched": [ { - "room": "G203", + "room": "NA", "days": [ "S" ], "hours": [ - 3 - ] - } - ] - }, - "T7": { - "instructors": [ - "Swastik Bhattacharya" - ], - "sched": [ - { - "room": "G204", - "days": [ - "T", - "Th" - ], - "hours": [ - 3 + 1 ] } ] }, - "T8": { + "T4": { "instructors": [ - "Swastik Bhattacharya" + "Subash N. Karbelkar" ], "sched": [ { - "room": "G204", + "room": "NA", "days": [ - "F" + "S" ], "hours": [ 1 @@ -20091,93 +15828,93 @@ } ] }, - "T12": { + "T5": { "instructors": [ - "Swastik Bhattacharya" + "Subrahmanya Bhima Sankar" ], "sched": [ { - "room": "G204", + "room": "NA", "days": [ "S" ], "hours": [ - 3 + 1 ] } ] } - }, - "compre": { - "date": "04/05", - "session": "FN" - }, - "midsem": { - "date": "3/3", - "time": "9.00 - 10.30AM" } }, - "PHY F215": { - "name": "Intro to Astro & Astroph", + "PHY F213": { + "name": "Optics", "sections": { "L1": { "instructors": [ - "SARMISTHA BANIK" + "MEENAKSHI V" ], "sched": [ { - "room": "G201", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 8 + 5 + ] + } + ] + }, + "T1": { + "instructors": [ + "Meenakshi V" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 1 ] } ] } - }, - "compre": { - "date": "14/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "11.00 -12.30 PM" } }, - "PHY F241": { - "name": "Electromagnetic Theory II", + "PHY F242": { + "name": "Quantum Mechanics I", "sections": { "L1": { "instructors": [ - "SOURI BANERJEE" + "SUBASH N. KARBELKAR" ], "sched": [ { - "room": "G201", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 5 + 2 ] } ] }, "T1": { "instructors": [ - "Souri Banerjee" + "Subash N. Karbelkar" ], "sched": [ { - "room": "G201", + "room": "NA", "days": [ - "T" + "Th" ], "hours": [ 9 @@ -20185,73 +15922,57 @@ } ] } - }, - "compre": { - "date": "08/05", - "session": "FN" - }, - "midsem": { - "date": "4/3", - "time": "1.30 -3.00 PM" } }, - "PHY F242": { - "name": "Quantum Mechanics I", + "PHY F311": { + "name": "Quantum Mechanics II", "sections": { "L1": { "instructors": [ - "SUBASH N. KARBELKAR" + "ASRARUL HAQUE" ], "sched": [ { - "room": "G201", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 9 ] } ] }, "T1": { "instructors": [ - "Subash N. Karbelkar" + "Asrarul Haque" ], "sched": [ { - "room": "G201", + "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 1 + 8 ] } ] } - }, - "compre": { - "date": "12/05", - "session": "AN" - }, - "midsem": { - "date": "6/3", - "time": "11.00 -12.30 PM" } }, - "PHY F243": { - "name": "Mathematical Methods of Physics", + "PHY F312": { + "name": "Statistical Mechanics", "sections": { "L1": { "instructors": [ - "RAHUL NIGAM" + "SOURI BANERJEE" ], "sched": [ { - "room": "G201", + "room": "NA", "days": [ "M", "W", @@ -20265,66 +15986,54 @@ }, "T1": { "instructors": [ - "Rahul Nigam" + "Souri Banerjee" ], "sched": [ { - "room": "G201", + "room": "NA", "days": [ - "S" + "T" ], "hours": [ - 1 + 9 ] } ] } - }, - "compre": { - "date": "14/05", - "session": "FN" - }, - "midsem": { - "date": "7/3", - "time": "9.00 - 10.30AM" } }, - "PHY F244": { - "name": "Modern Physics Lab", + "PHY F313": { + "name": "Computational Physics", "sections": { "L1": { "instructors": [ - "SUBASH N. KARBELKAR", - "VSN Murthy" + "PK THIRUVIKRAMAN" ], "sched": [ { - "room": "A211", + "room": "NA", "days": [ "M", - "W" + "W", + "F" ], "hours": [ - 2, - 3 + 4 ] } ] }, - "L2": { + "T1": { "instructors": [ - "K V Shiv Chaitanya", - "Sateesh Kandukuri" + "PK Thiruvikraman" ], "sched": [ { - "room": "A211", + "room": "NA", "days": [ - "T", "Th" ], "hours": [ - 7, 8 ] } @@ -20332,107 +16041,84 @@ } } }, - "PHY F266": { - "name": "Study Project", + "PHY F366": { + "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "MEENAKSHI V" + "SARMISTHA BANIK" + ], + "sched": [] + } + } + }, + "PHY F367": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "SARMISTHA BANIK" ], "sched": [] } } }, - "PHY F315": { - "name": "Theory of Relativity", + "PHY F412": { + "name": "Intro to Quan Field Theo", "sections": { "L1": { "instructors": [ - "SWASTIK BHATTACHARYA" + "PRASANT SAMANTRAY" ], "sched": [ { - "room": "G203", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 9 + 7 ] } ] } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" } }, - "PHY F341": { - "name": "Solid State Physics", + "PHY F418": { + "name": "Lasers and Applications", "sections": { "L1": { "instructors": [ - "KANNAN RAMASWAMY", - "B Harihara Venkataraman" + "ARANYA BHUTI BHATTACH" ], "sched": [ { - "room": "G205", + "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ 2 ] } ] - }, - "T1": { - "instructors": [ - "Kannan Ramaswamy", - "B Harihara Venkataraman" - ], - "sched": [ - { - "room": "G205", - "days": [ - "M" - ], - "hours": [ - 1 - ] - } - ] } - }, - "compre": { - "date": "04/05", - "session": "AN" - }, - "midsem": { - "date": "3/3", - "time": "11.00 -12.30 PM" } }, - "PHY F342": { - "name": "Atomic & Molecular Phy", + "PHY F422": { + "name": "Group Theory and Applications", "sections": { "L1": { "instructors": [ - "ARANYA BHUTI BHATTACH" + "RAHUL NIGAM" ], "sched": [ { - "room": "G205", + "room": "NA", "days": [ "T", "Th", @@ -20443,118 +16129,83 @@ ] } ] - }, - "T1": { - "instructors": [ - "Aranya Bhuti Bhattacherjee" - ], - "sched": [ - { - "room": "G205", - "days": [ - "W" - ], - "hours": [ - 1 - ] - } - ] } - }, - "compre": { - "date": "06/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "9.00 - 10.30AM" } }, - "PHY F343": { - "name": "Nuclear & Particle Phy", + "SAN G511": { + "name": "Sanitation Technology", "sections": { "L1": { "instructors": [ - "ASRARUL HAQUE" + "MURARI R R VARMA" ], "sched": [ { - "room": "G205", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 10 + 4 ] } ] }, - "T1": { + "P1": { "instructors": [ - "Asrarul Haque" + "Murari R R Varma" ], "sched": [ { - "room": "G205", + "room": "NA", "days": [ - "F" + "T", + "Th" ], "hours": [ - 1 + 8, + 9 ] } ] } - }, - "compre": { - "date": "11/05", - "session": "FN" - }, - "midsem": { - "date": "5/3", - "time": "3.30 - 5.00 PM" } }, - "PHY F344": { - "name": "Advanced Physics Lab", + "SAN G512": { + "name": "Sanitation and Public Health", "sections": { "L1": { "instructors": [ - "ARAVINDA N RAGHAVAN", - "Aiswarya N M", - "Meenakshi V" + "P SANKAR GANESH" ], "sched": [ { - "room": "A224", + "room": "NA", "days": [ - "T", - "Th" + "M", + "W", + "F" ], "hours": [ - 7, - 8, - 9 + 5 ] } ] }, - "L2": { + "P1": { "instructors": [ - "Aravinda N Raghavan", - "Meenakshi V" + "TO BE ANNOUNCED" ], "sched": [ { - "room": "A224", + "room": "NA", "days": [ "M", "W" ], "hours": [ - 7, 8, 9 ] @@ -20563,141 +16214,110 @@ } } }, - "PHY F366": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "MEENAKSHI V" - ], - "sched": [] - } - } - }, - "PHY F367": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "MEENAKSHI V" - ], - "sched": [] - } - } - }, - "PHY F376": { - "name": "Design Project", + "SAN G513": { + "name": "San Governance, Behaviour Change & Advocacy", "sections": { "L1": { "instructors": [ - "SARMISTHA BANIK" + "LAVANYA SURESH", + "Kopal Khare", + "Md Zakaria Siddiqui" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 3 + ] + } + ] } } }, - "PHY F377": { - "name": "Design Project", + "SS G514": { + "name": "Obj Ori Analys & Design", "sections": { "L1": { "instructors": [ - "SARMISTHA BANIK" + "RAJIB RANJAN MAITI" ], - "sched": [] - } - } - }, - "PHY F379": { - "name": "Thin Film Technology", - "sections": { - "L1": { + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th" + ], + "hours": [ + 2 + ] + } + ] + }, + "P1": { "instructors": [ - "B HARIHARA VENKATARA" + "Rajib Ranjan Maiti" ], "sched": [ { - "room": "G202", + "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th" ], "hours": [ + 6, 7 ] } ] } - }, - "compre": { - "date": "13/05", - "session": "FN" - }, - "midsem": { - "date": "6/3", - "time": "1.30 -3.00 PM" } }, - "PHY F420": { - "name": "Quantum Optics", + "SS G515": { + "name": "Data Warehousing", "sections": { "L1": { "instructors": [ - "ARANYA BHUTI BHATTACH" + "NARASIMHA BOLLOJU" ], "sched": [ { - "room": "G202", + "room": "NA", "days": [ "M", "W", "F" ], "hours": [ - 8 + 3 ] } ] - } - }, - "compre": { - "date": "14/05", - "session": "AN" - }, - "midsem": { - "date": "7/3", - "time": "11.00 -12.30 PM" - } - }, - "PHY F431": { - "name": "Geometrical Methods in", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "SASHIDEEP GUTTI" + "Narasimha Bolloju" ], "sched": [ { - "room": "G206", + "room": "NA", "days": [ "T", - "Th", - "S" + "Th" ], "hours": [ - 5 + 8, + 9 ] } ] } - }, - "compre": { - "date": "08/05", - "session": "AN" - }, - "midsem": { - "date": "4/3", - "time": "3.30 - 5.00 PM" } } } \ No newline at end of file diff --git a/client/src/components/timetable/PreviewTT.jsx b/client/src/components/timetable/PreviewTT.jsx index 43537d2..f5ebe61 100644 --- a/client/src/components/timetable/PreviewTT.jsx +++ b/client/src/components/timetable/PreviewTT.jsx @@ -14,13 +14,13 @@ class PreviewTT extends Component { } populateTimetable() { var gridList = [ - ["Time", 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], - ["Monday", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - ["Tuesday", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - ["Wednesday", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - ["Thursday", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - ["Friday", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - ["Saturday", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] + ["Time", 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], + ["Monday", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + ["Tuesday", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + ["Wednesday", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + ["Thursday", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + ["Friday", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + ["Saturday", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ]; let Map = {}; @@ -33,7 +33,7 @@ class PreviewTT extends Component { let divStyle = {}; var days = ["M", "T", "W", "Th", "F", "S"]; - var hours = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; + var hours = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]; var day, hour; for (day of days) { for (hour of hours) { @@ -49,7 +49,7 @@ class PreviewTT extends Component { backgroundColor: "#black", display: "flex", alignItems: "center", - justifyContent: "center" + justifyContent: "center", }} > {" "} @@ -65,14 +65,14 @@ class PreviewTT extends Component { gridRowStart: `${hour + 1}`, gridColumnStart: `${Map[day] + 1}`, gridCoulmnEnd: `${Map[day] + 2}`, - gridRowEnd: `span ${section.numHours}` + gridRowEnd: `span ${section.numHours}`, }; } str = ( <>