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 = ( <>
this.props.onRemove(section.section, section.courseCode) @@ -95,7 +95,7 @@ class PreviewTT extends Component { } } for (let i = 0; i <= 6; i++) { - for (let j = 0; j <= 10; j++) { + for (let j = 0; j <= 11; j++) { if (j === 0 || i === 0) { gridList[i][j] = (
{gridList[i][j]} @@ -120,7 +120,7 @@ class PreviewTT extends Component { render() { this.gridArray = this.populateTimetable(); let divsToRender = []; - for (let i = 0; i <= 10; i++) { + for (let i = 0; i <= 11; i++) { for (let j = 0; j <= 6; j++) { if (this.gridArray[j][i] === -1); else { @@ -128,26 +128,26 @@ class PreviewTT extends Component { } } } - return
{divsToRender}
; + return
{divsToRender}
; } } -const mapStateToProps = state => { +const mapStateToProps = (state) => { return { - TimeTable: state.updateTT.myTimeTable + TimeTable: state.updateTT.myTimeTable, }; }; -const mapDispatchToProps = dispatch => { +const mapDispatchToProps = (dispatch) => { return { onRemove: (section, courseCode) => - dispatch(deleteSection(section, courseCode)) + dispatch(deleteSection(section, courseCode)), }; }; PreviewTT.propTypes = { TimeTable: PropTypes.object.isRequired, - onRemove: PropTypes.func.isRequired + onRemove: PropTypes.func.isRequired, }; export default connect(mapStateToProps, mapDispatchToProps)(PreviewTT); diff --git a/client/src/utils/CreateTTUtils.js b/client/src/utils/CreateTTUtils.js index 72e61ea..4824ad9 100644 --- a/client/src/utils/CreateTTUtils.js +++ b/client/src/utils/CreateTTUtils.js @@ -32,9 +32,7 @@ export function checkClashOrDelete(tt, courseCode, sched) { [hours, days, room] = sched; for (let day of days) { for (let hour of hours) { - if (tt[day][ntw.toWords(hour)].sectionRoom === room) { - return false; - } else if ( + if ( String(tt[day][ntw.toWords(hour)].courseCode) === courseCode[0] ) { return false; From 86f4040f2737bfc2348b79bd367b134ff39a69c7 Mon Sep 17 00:00:00 2001 From: Abhinav Sukumar Rao <39939017+AetherPrior@users.noreply.github.com> Date: Fri, 14 Aug 2020 16:06:06 +0530 Subject: [PATCH 04/31] Fix 11th hour --- client/src/schemas/WeekDay.js | 1 + client/src/styles/Timetable.css | 169 ++++++++++++++----------------- server/models/schemas/WeekDay.js | 2 +- 3 files changed, 79 insertions(+), 93 deletions(-) diff --git a/client/src/schemas/WeekDay.js b/client/src/schemas/WeekDay.js index 5555356..992aecb 100644 --- a/client/src/schemas/WeekDay.js +++ b/client/src/schemas/WeekDay.js @@ -12,6 +12,7 @@ class WeekDay { this.eight = new Entry(); this.nine = new Entry(); this.ten = new Entry(); + this.eleven = new Entry(); } } diff --git a/client/src/styles/Timetable.css b/client/src/styles/Timetable.css index 2cc8b5a..fa72446 100644 --- a/client/src/styles/Timetable.css +++ b/client/src/styles/Timetable.css @@ -1,114 +1,99 @@ :root { - --row-gap: 0.5vh; - --header-column-width: 10%; - --reg-column-width: 15%; - } - -body -{ - background-color: #cadcfc; + --row-gap: 0.5vh; + --header-column-width: 10%; + --reg-column-width: 15%; } -.gridElement -{ - display: grid; - grid-template-columns: 7% 15% 15% 15% 15% 15% 15%; - row-gap: 0.75vh; - column-gap:0.5%; - background-color: #0984e3; - padding: 3px; - border-radius: 5px; - grid-template-rows: 8.08vh 8.08vh 8.08vh 8.08vh 8.08vh 8.08vh 8.08vh 8.08vh 8.08vh 8.08vh 8.08vh ; - transition-duration: 0.4s; +body { + background-color: #cadcfc; } -.gridElement > div -{ - background-color: #313131; - position: relative; - text-align: center; - padding: 10px 10px; - font-size: 67%; - border-radius: 3px; - color: white; - box-shadow: 2px 1.5px 2px 0.5px rgba(1, 4, 7, 0.5); +.gridElement { + display: grid; + grid-template-columns: 7% 15% 15% 15% 15% 15% 15%; + row-gap: 0.75vh; + column-gap: 0.5%; + background-color: #0984e3; + padding: 3px; + border-radius: 5px; + grid-template-rows: 8.08vh 8.08vh 8.08vh 8.08vh 8.08vh 8.08vh 8.08vh 8.08vh 8.08vh 8.08vh 8.08vh 8.08vh; + transition-duration: 0.4s; } - - -.gridItem -{ - background-color: #333333; - display: flex; - align-items: center; - justify-content: center; +.gridElement > div { + background-color: #313131; + position: relative; + text-align: center; + padding: 10px 10px; + font-size: 67%; + border-radius: 3px; + color: white; + box-shadow: 2px 1.5px 2px 0.5px rgba(1, 4, 7, 0.5); } -.gridItem:hover -{ - /*background-color: #aaaaaa;*/ - box-shadow: 2px 2px 5px 5px rgba(1, 4, 7, 0.76); - transition-duration: 0.4s; - font-size: 75%; - /*color: black;*/ +.gridItem { + background-color: #333333; + display: flex; + align-items: center; + justify-content: center; } +.gridItem:hover { + /*background-color: #aaaaaa;*/ + box-shadow: 2px 2px 5px 5px rgba(1, 4, 7, 0.76); + transition-duration: 0.4s; + font-size: 75%; + /*color: black;*/ +} -.courseElement -{ - display: grid; - grid-template-columns: 5% 45% 10% 10% 10% 10% 10%; - grid-template-rows: 5vh; +.courseElement { + display: grid; + grid-template-columns: 5% 45% 10% 10% 10% 10% 10%; + grid-template-rows: 5vh; } -.courseElement:hover -{ - display: grid; - grid-template-columns: 5% 45% 10% 10% 10% 10% 10%; - grid-template-rows: 5vh; - background-color: #0984e3; - cursor: pointer; +.courseElement:hover { + display: grid; + grid-template-columns: 5% 45% 10% 10% 10% 10% 10%; + grid-template-rows: 5vh; + background-color: #0984e3; + cursor: pointer; } -.examElement -{ - display: grid; - grid-template-columns: 10% 60% 15% 15%; - column-gap: 0.5vh; - grid-template-rows: 5vh; +.examElement { + display: grid; + grid-template-columns: 10% 60% 15% 15%; + column-gap: 0.5vh; + grid-template-rows: 5vh; } -.courseItem -{ - display: flex; - align-items: center; - justify-content: center; - font-size: 14; +.courseItem { + display: flex; + align-items: center; + justify-content: center; + font-size: 14; } -.courseWindow -{ - margin:5px; - padding:5px; - background-color: rgba(116, 185, 255,1); - height: 45vh; - overflow: auto; - font-size: 14px; - text-align:justify; +.courseWindow { + margin: 5px; + padding: 5px; + background-color: rgba(116, 185, 255, 1); + height: 45vh; + overflow: auto; + font-size: 14px; + text-align: justify; } -.courseSearch -{ - margin:5px; - padding:5px; - background-color: rgba(116, 185, 255,1); - height: 65vh; - overflow: auto; - text-align:justify; +.courseSearch { + margin: 5px; + padding: 5px; + background-color: rgba(116, 185, 255, 1); + height: 65vh; + overflow: auto; + text-align: justify; } -.courseSearch :hover{ - cursor: pointer; - background-color: #0984e3; +.courseSearch :hover { + cursor: pointer; + background-color: #0984e3; +} +.input-field ::placeholder { + color: black; } -.input-field ::placeholder{ - color: black; - -} \ No newline at end of file diff --git a/server/models/schemas/WeekDay.js b/server/models/schemas/WeekDay.js index a1a8b7d..1edd36c 100644 --- a/server/models/schemas/WeekDay.js +++ b/server/models/schemas/WeekDay.js @@ -12,6 +12,6 @@ class WeekDay { this.eight = new Entry(); this.nine = new Entry(); this.ten = new Entry(); + this.eleven = new Entry(); } } - From 04d9b2298cfe6f7911d62a01d987310c4d9f158d Mon Sep 17 00:00:00 2001 From: HarshvardhanJha1 <46719471+HarshvardhanJha1@users.noreply.github.com> Date: Thu, 20 Aug 2020 22:53:12 +0530 Subject: [PATCH 05/31] Update CONTRIBUTING.md --- CONTRIBUTING.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ed287b..78883ae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,24 +1,21 @@ # Contributing Guidelines -This Project Uses the 'Git' Workflow.There are separate master/release and dev branches.The features which you work on get merged with dev once they are reviewed.The dev branch is merged with master/release branch at the end of each sprint. - We love contributions and would be glad to help you make good patches. That out of the way, an average contribution would involve the following: 1. Fork this repository in your account. 2. Clone it on your local machine. -3. Add a new remote using `git remote add upstream https://github.com/Dryft-bits/ChronoFactorem.git`. -4. Mark the feature as 'Taken' on Pivotal Tracker on which you want to work. -5. Create a new feature branch with `git checkout -b my-feature`. -6. Make your changes. -7. Commit your changes (See [Guidelines](#commit-message-guidelines)). -8. Rebase your commits with `upstream/dev`: +3. Add a new remote using `git remote add upstream https://github.com/crux-bphc/ChronoFactorem`. +4. Create a new feature branch with `git checkout -b my-feature`. +5. Make your changes. +6. Commit your changes (See [Guidelines](#commit-message-guidelines)). +7. Rebase your commits with `upstream/master`: - `git checkout master` - - `git fetch upstream dev` + - `git fetch upstream master` - `git reset --hard FETCH_HEAD` - `git checkout my-feature` - - `git rebase dev` -9. Resolve any merge conflicts, and then push the branch with `git push origin my-feature`. -10. Create a Pull Request detailing the changes you made and wait for review/merge. + - `git rebase master` +8. Resolve any merge conflicts, and then push the branch with `git push origin my-feature`. +9. Create a Pull Request detailing the changes you made and wait for review/merge. It might seem a little complicated at a glance, but the fundamental concept is simple: we want to ensure that your changes are always made on top of the latest changes to the project and thus, we can easily merge your code. If you are facing any troubles, create a PR as you usually would and we would merge it manually. :) From b1c8182ac2d3ca28eaa83c317e18246af294a979 Mon Sep 17 00:00:00 2001 From: HarshvardhanJha1 <46719471+HarshvardhanJha1@users.noreply.github.com> Date: Thu, 20 Aug 2020 22:54:50 +0530 Subject: [PATCH 06/31] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 541be41..f6ef9ad 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A MERN stack Web App that allows students to create draft time tables # Contributing See Contributing.md -# Project Team +# Original Team + [Harshvardhan Jha](https://github.com/HarshvardhanJha1) (Product Owner + Developer) + [Aviral Agarwal](https://github.com/Aviral14) (Scrum Master + Developer) + [Kushagra Gupta](https://github.com/Kushagra-0801) (Developer) From 638d22dc74527443cfc54460531b8bf58b7df793 Mon Sep 17 00:00:00 2001 From: Abhinav Sukumar Rao <39939017+AetherPrior@users.noreply.github.com> Date: Fri, 14 Aug 2020 19:47:57 +0530 Subject: [PATCH 07/31] Multiple Updates for Corona sem Modify Timetable json Add section in place of room Disable redux devtools in production Minor change --- client/src/Timetable.json | 16532 ++++++++++------ client/src/components/timetable/PreviewTT.jsx | 2 +- client/src/redux/middlewares/index.js | 2 +- package.json | 2 +- server/models/TimeTable.js | 24 +- 5 files changed, 10314 insertions(+), 6248 deletions(-) diff --git a/client/src/Timetable.json b/client/src/Timetable.json index 89df6e3..c5a90b3 100644 --- a/client/src/Timetable.json +++ b/client/src/Timetable.json @@ -1,185 +1,163 @@ { - "BIO F111": { - "name": "General Biology", + "BIO F110": { + "name": "Biology Laboratory", "sections": { - "L3": { + "L1": { "instructors": [ - "Kirtimaan Syal", - "Shuvadeep Maity" + "PRAGYA KOMAL" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 2 + 4, + 5 ] } ] }, - "T10": { + "L2": { "instructors": [ - "Gireesha T Mohannath" + "Debashree B" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 6 + 8, + 9 ] } ] - } - } - }, - "BIO F211": { - "name": "Biological Chemistry", - "sections": { - "L1": { + }, + "L3": { "instructors": [ - "RUCHI JAIN DEY" + "Aruku Dazo Vadeo" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ + 4, 5 ] } ] }, - "T1": { + "L4": { "instructors": [ - "Sumana Choudhury" + "Roselin James" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ - 1 + 2, + 3 ] } ] - } - } - }, - "BIO F213": { - "name": "Cell Biology", - "sections": { - "L1": { + }, + "L5": { "instructors": [ - "K PRANAV NARAYAN" + "Rolly Kumari" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ + 2, 3 ] } ] }, - "T1": { + "L6": { "instructors": [ - "Minali Singh" + "Raunak Sharma" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 1 + 2, + 3 ] } ] - } - } - }, - "BIO F214": { - "name": "Integrated Biology", - "sections": { - "L1": { + }, + "L7": { "instructors": [ - "SUMAN KAPUR" + "Shraddha Tripathi" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 4 + 7, + 8 ] } ] }, - "T1": { + "L8": { "instructors": [ - "Bharwani Harsha" + "Neelima Christopher" ], "sched": [ { "room": "NA", "days": [ - "S" + "W" ], "hours": [ - 1 + 7, + 8 ] } ] - } - } - }, - "BIO F242": { - "name": "Introduction to Bioinformatics", - "sections": { - "L1": { + }, + "L9": { "instructors": [ - "DEBASHREE B" + "Jaganath A" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 2 + 7, + 8 ] } ] }, - "T1": { + "L10": { "instructors": [ - "Syeda Sabiha Sultana Lubna" + "K Pranav Narayan" ], "sched": [ { @@ -188,126 +166,126 @@ "Th" ], "hours": [ + 8, 9 ] } ] - } - } - }, - "BIO F266": { - "name": "Study Project", - "sections": { - "L1": { + }, + "L11": { "instructors": [ - "PRAGYA KOMAL" + "Dhansri Krishnamurthy" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 4, + 5 + ] + } + ] } } }, - "BIO F311": { - "name": "Recombinant Dna Tech", + "BIO F111": { + "name": "General Biology", "sections": { "L1": { "instructors": [ - "VIDYA RAJESH" + "V Ramakrishna", + "Vivek Sharma" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 4 + 3 ] } ] }, - "T1": { + "L2": { "instructors": [ - "Neha Priyadarshini" + "Gireesha T Mohannath", + "Jayati Ray Dutta" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 8 + 3 ] } ] - } - } - }, - "BIO F312": { - "name": "Plant Physiology", - "sections": { - "L1": { + }, + "L3": { "instructors": [ - "SRIDEV MOHAPATRA" + "Kirtimaan Syal", + "Shuvadeep Maity" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 5 + 2 ] } ] }, "T1": { "instructors": [ - "Raja Gopalan N S" + "TRINATH JAMMA" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 8 + 7 ] } ] - } - } - }, - "BIO F313": { - "name": "Animal Physiology", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "PRAGYA KOMAL" + "Gireesha T Mohannath" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 9 + 7 ] } ] }, - "T1": { + "T3": { "instructors": [ - "S K Venkata Manjari" + "Vivek Sharma" ], "sched": [ { @@ -316,141 +294,135 @@ "T" ], "hours": [ - 9 + 7 ] } ] - } - } - }, - "BIO F366": { - "name": "Laboratory Project", - "sections": { - "L1": { + }, + "T4": { "instructors": [ - "PRAGYA KOMAL" + "Piyush Khandelia" ], - "sched": [] - } - } - }, - "BIO F367": { - "name": "Laboratory Project", - "sections": { - "L1": { + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 7 + ] + } + ] + }, + "T5": { "instructors": [ - "PRAGYA KOMAL" + "Vidya Rajesh" ], - "sched": [] - } - } - }, - "BIO F376": { - "name": "Design Project", - "sections": { - "L1": { + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 7 + ] + } + ] + }, + "T6": { "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" + "Jayati Ray Dutta" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 3 + 7 ] } ] - } - } - }, - "BIO G512": { - "name": "Molec Mech of Gene Expre", - "sections": { - "L1": { + }, + "T7": { "instructors": [ - "NAGA MOHAN K" + "Sridev Mohapatra" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 3 + 7 ] } ] }, - "P1": { + "T8": { "instructors": [ - "Pranay Amruth Maroju" + "Kirtimaan Syal" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "T" ], "hours": [ - 8, - 9 + 7 ] } ] }, - "P2": { + "T9": { "instructors": [ - "Anne Lohitha Alias Anuhya" + "Shuvadeep Maity" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 7 + ] + } + ] }, - "P3": { + "T10": { "instructors": [ - "Gargi Prasad S" + "Gireesha T Mohannath" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 6 + ] + } + ] } + }, + "compre": { + "date": "05/12", + "session": "FN" } }, - "BIO G514": { - "name": "Molecular Immunology", + "BIO F211": { + "name": "Biological Chemistry", "sections": { "L1": { "instructors": [ - "TRINATH JAMMA", - "Ruchi Jain Dey" + "RUCHI JAIN DEY" ], "sched": [ { @@ -461,43 +433,39 @@ "S" ], "hours": [ - 2 + 5 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Naresh Patnaik" + "Sumana Choudhury" ], "sched": [ { "room": "NA", "days": [ - "M", - "F" + "T" ], "hours": [ - 8, - 9 + 1 ] } ] - }, - "P2": { - "instructors": [ - "Dwaipayan Bhattacharya" - ], - "sched": [] } + }, + "compre": { + "date": "04/12", + "session": "AN" } }, - "BIO G524": { - "name": "Animal Cell Technology", + "BIO F213": { + "name": "Cell Biology", "sections": { "L1": { "instructors": [ - "PIYUSH KHANDELIA" + "K PRANAV NARAYAN" ], "sched": [ { @@ -508,43 +476,39 @@ "F" ], "hours": [ - 2 + 3 ] } ] }, - "P1": { + "T1": { "instructors": [ - "R Karthiya" + "Minali Singh" ], "sched": [ { "room": "NA", "days": [ - "T", "Th" ], "hours": [ - 8, - 9 + 1 ] } ] - }, - "P2": { - "instructors": [ - "Kotwal Shifa Bushra" - ], - "sched": [] } + }, + "compre": { + "date": "07/12", + "session": "FN" } }, - "BIO G525": { - "name": "Envir Biotech & Waste Mgmt", + "BIO F214": { + "name": "Integrated Biology", "sections": { "L1": { "instructors": [ - "P SANKAR GANESH" + "SUMAN KAPUR" ], "sched": [ { @@ -555,44 +519,39 @@ "S" ], "hours": [ - 5 + 4 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Anand N" + "Bharwani Harsha" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "S" ], "hours": [ - 2, - 3 + 1 ] } ] - }, - "P2": { - "instructors": [ - "Aishwarya Natarajan" - ], - "sched": [] } + }, + "compre": { + "date": "14/12", + "session": "FN" } }, - "BIO G526": { - "name": "Cancer Biology", + "BIO F242": { + "name": "Introduction to Bioinformatics", "sections": { "L1": { "instructors": [ - "VIVEK SHARMA", - "Piyush Khandelia" + "DEBASHREE B" ], "sched": [ { @@ -603,133 +562,136 @@ "F" ], "hours": [ - 5 + 2 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Bakhya Shree Gb" + "Syeda Sabiha Sultana Lubna" ], "sched": [ { "room": "NA", "days": [ - "W" + "Th" ], "hours": [ - 8, 9 ] } ] - }, - "P2": { + } + }, + "compre": { + "date": "11/12", + "session": "FN" + } + }, + "BIO F266": { + "name": "Study Project", + "sections": { + "L1": { "instructors": [ - "Mohammed Wasil S" + "PRAGYA KOMAL" ], "sched": [] - }, - "P3": { + } + } + }, + "BIO F311": { + "name": "Recombinant Dna Tech", + "sections": { + "L1": { "instructors": [ - "Bakhya Shree Gb" + "VIDYA RAJESH" ], "sched": [ { "room": "NA", "days": [ - "S" + "M", + "W", + "F" ], "hours": [ - 4, - 5 + 4 ] } ] }, - "P4": { + "T1": { "instructors": [ - "Mohammed Wasil S" + "Neha Priyadarshini" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 8 + ] + } + ] } + }, + "compre": { + "date": "16/12", + "session": "AN" } }, - "BIO G532": { - "name": "Biostatistics and Biomodelling", + "BIO F312": { + "name": "Plant Physiology", "sections": { "L1": { "instructors": [ - "NAGA MOHAN K", - "Debashree B" + "SRIDEV MOHAPATRA" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 5 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Nikhil P T" + "Raja Gopalan N S" ], "sched": [ { "room": "NA", "days": [ - "F" + "Th" ], "hours": [ - 8, - 9 + 8 ] } ] - }, - "P2": { - "instructors": [ - "Devarakonda Himaja" - ], - "sched": [] } + }, + "compre": { + "date": "02/12", + "session": "AN" } }, - "BIO G570": { - "name": "Recent Developments in Biology", + "BIO F313": { + "name": "Animal Physiology", "sections": { "L1": { "instructors": [ - "SRIDEV MOHAPATRA" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 3 - ] - } - ] - } - } - }, - "BIO G651": { - "name": "Protein & Enzyme Bioengg", - "sections": { - "L1": { - "instructors": [ - "V RAMAKRISHNA" + "PRAGYA KOMAL" ], "sched": [ { @@ -740,307 +702,271 @@ "F" ], "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "I Shivkumar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 8, 9 ] } ] }, - "P2": { - "instructors": [ - "Monica" - ], - "sched": [] - } - } - }, - "BIOT F346": { - "name": "Genomics", - "sections": { - "L1": { + "T1": { "instructors": [ - "GIREESHA T MOHANNATH", - "Vivek Sharma" + "S K Venkata Manjari" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 2 + 9 ] } ] } + }, + "compre": { + "date": "09/12", + "session": "AN" } }, - "BITS C790T": { - "name": "Independent Study", - "sections": { - "L1": { - "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } - } - }, - "BITS C791T": { - "name": "Teaching Practice I", + "BIO F366": { + "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "V V KRISHNA VENUGANTI" + "PRAGYA KOMAL" ], "sched": [] } } }, - "BITS C797T": { - "name": "Phd Seminar", + "BIO F367": { + "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "V V KRISHNA VENUGANTI" + "PRAGYA KOMAL" ], "sched": [] } } }, - "BITS C799T": { - "name": "Phd Thesis", + "BIO F376": { + "name": "Design Project", "sections": { "L1": { "instructors": [ - "V V KRISHNA VENUGANTI" + "PRAGYA KOMAL" ], "sched": [] } } }, - "BITS E593": { - "name": "Reading Course I", + "BIO F377": { + "name": "Design Project", "sections": { "L1": { "instructors": [ - "V V KRISHNA VENUGANTI" + "PRAGYA KOMAL" ], "sched": [] } } }, - "BITS E661": { - "name": "Research Methodology I", + "BIO F421": { + "name": "Enzymology", "sections": { "L1": { "instructors": [ - "ARAVINDA N RAGHAVAN", - "Aswathy Raveendran", - "Murari R R Varma" + "JAYATI RAY DUTTA", + "Trinath Jamma" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 5 + 3 ] } ] } + }, + "compre": { + "date": "07/12", + "session": "AN" } }, - "BITS E793T": { - "name": "Practice Lect Series I", + "BIO G512": { + "name": "Molec Mech of Gene Expre", "sections": { "L1": { "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } - } - }, - "BITS F110": { - "name": "Engineering Graphics", - "sections": { - "L3": { - "instructors": [ - "C P Kiran" + "NAGA MOHAN K" ], "sched": [ { "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 1 + 3 ] } ] }, - "P10": { + "P1": { "instructors": [ - "C P Kiran" + "Pranay Amruth Maroju" ], "sched": [ { "room": "NA", "days": [ - "M" + "M", + "W" ], "hours": [ - 6, - 7 + 8, + 9 ] } ] }, - "T11": { + "P2": { "instructors": [ - "C P Kiran" + "Anne Lohitha Alias Anuhya" ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 6 - ] - } - ] + "sched": [] + }, + "P3": { + "instructors": [ + "Gargi Prasad S" + ], + "sched": [] } } }, - "BITS F111": { - "name": "Thermodynamics", + "BIO G514": { + "name": "Molecular Immunology", "sections": { - "L10": { + "L1": { "instructors": [ - "N Jalaiah" + "TRINATH JAMMA", + "Ruchi Jain Dey" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 5 + 2 ] } ] }, - "T10": { + "P1": { "instructors": [ - "N Jalaiah" + "Naresh Patnaik" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "F" ], "hours": [ - 7 + 8, + 9 ] } ] + }, + "P2": { + "instructors": [ + "Dwaipayan Bhattacharya" + ], + "sched": [] } + }, + "compre": { + "date": "05/12", + "session": "AN" } }, - "BITS F112": { - "name": "Technical Report Writing", + "BIO G524": { + "name": "Animal Cell Technology", "sections": { - "L7": { + "L1": { "instructors": [ - "Shilpaa Anand", - "Anhiti Patnaik", - "Santosh Mahapatra" + "PIYUSH KHANDELIA" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "M", + "W", + "F" ], "hours": [ - 6 + 2 ] } ] - } - } - }, - "BITS F214": { - "name": "Science Tech & Modernity", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "BISWANATH DASH" + "R Karthiya" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th" ], "hours": [ - 5 + 8, + 9 ] } ] + }, + "P2": { + "instructors": [ + "Kotwal Shifa Bushra" + ], + "sched": [] } } }, - "BITS F218": { - "name": "General Mathematics III", + "BIO G525": { + "name": "Envir Biotech & Waste Mgmt", "sections": { "L1": { "instructors": [ - "JAGAN MOHAN J", - "DK Satpathi" + "P SANKAR GANESH" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ 5 @@ -1048,38 +974,39 @@ } ] }, - "T1": { + "P1": { "instructors": [ - "DK Satpathi" + "Anand N" ], "sched": [ { "room": "NA", "days": [ + "T", "Th" ], "hours": [ - 1 + 2, + 3 ] } ] }, - "T2": { + "P2": { "instructors": [ - "Jagan Mohan J" + "Aishwarya Natarajan" ], "sched": [] } } }, - "BITS F225": { - "name": "Environmental Studies", + "BIO G526": { + "name": "Cancer Biology", "sections": { "L1": { "instructors": [ - "K RAJITHA", - "D Ramaiah", - "Suman Kapur" + "VIVEK SHARMA", + "Piyush Khandelia" ], "sched": [ { @@ -1090,112 +1017,94 @@ "F" ], "hours": [ - 4 + 5 ] } ] - } - } - }, - "BITS F312": { - "name": "Neural Networks and Fuzzy Logic", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "RAJESH KUMAR TRIPATHY" + "Bakhya Shree Gb" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 3 + 8, + 9 ] } ] - } - } - }, - "BITS F314": { - "name": "Game Theory and its Applications", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "DURGESH C PATHAK" + "Mohammed Wasil S" ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - } - } - }, - "BITS F319": { - "name": "Negotiation Skills and Techniques", - "sections": { - "L1": { + "sched": [] + }, + "P3": { "instructors": [ - "R RAGHUNATHAN" + "Bakhya Shree Gb" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "S" ], "hours": [ - 7 + 4, + 5 ] } ] + }, + "P4": { + "instructors": [ + "Mohammed Wasil S" + ], + "sched": [] } + }, + "compre": { + "date": "02/12", + "session": "AN" } }, - "BITS F327": { - "name": "Artificial Intelligence For Robotics", + "BIO G532": { + "name": "Biostatistics and Biomodelling", "sections": { "L1": { "instructors": [ - "ARSHAD JAVED", - "V Sandeep" + "NAGA MOHAN K", + "Debashree B" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 2 + 4 ] } ] }, "P1": { "instructors": [ - "Arshad Javed" + "Nikhil P T" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ 8, @@ -1206,26 +1115,24 @@ }, "P2": { "instructors": [ - "G Lakshmi Srinivas" + "Devarakonda Himaja" ], "sched": [] } } }, - "BITS F364": { - "name": "Human Computer Interaction", + "BIO G570": { + "name": "Recent Developments in Biology", "sections": { "L1": { "instructors": [ - "DIPANJAN CHAKRABORTY" + "SRIDEV MOHAPATRA" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ 3 @@ -1233,14 +1140,18 @@ } ] } + }, + "compre": { + "date": "09/12", + "session": "AN" } }, - "BITS F385": { - "name": "Intro to Gender Studies", + "BIO G651": { + "name": "Protein & Enzyme Bioengg", "sections": { "L1": { "instructors": [ - "ASWATHY RAVEENDRAN" + "V RAMAKRISHNA" ], "sched": [ { @@ -1255,15 +1166,44 @@ ] } ] + }, + "P1": { + "instructors": [ + "I Shivkumar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th" + ], + "hours": [ + 8, + 9 + ] + } + ] + }, + "P2": { + "instructors": [ + "Monica" + ], + "sched": [] } + }, + "compre": { + "date": "12/12", + "session": "FN" } }, - "BITS F386": { - "name": "Quantum Info & Computing", + "BIOT F346": { + "name": "Genomics", "sections": { "L1": { "instructors": [ - "K V SHIV CHAITANYA" + "GIREESHA T MOHANNATH", + "Vivek Sharma" ], "sched": [ { @@ -1279,36 +1219,75 @@ } ] } + }, + "compre": { + "date": "11/12", + "session": "AN" } }, - "BITS F412": { - "name": "Practice School II", + "BITS C790T": { + "name": "Independent Study", "sections": { "L1": { "instructors": [ - "SP REGALLA" + "V V KRISHNA VENUGANTI" ], "sched": [] } } }, - "BITS F413": { - "name": "Practice School II", + "BITS C791T": { + "name": "Teaching Practice I", "sections": { "L1": { "instructors": [ - "SP REGALLA" + "V V KRISHNA VENUGANTI" ], "sched": [] } } }, - "BITS F415": { - "name": "Introduction to Mems", + "BITS C797T": { + "name": "Phd Seminar", "sections": { "L1": { "instructors": [ - "SANKET GOEL" + "V V KRISHNA VENUGANTI" + ], + "sched": [] + } + } + }, + "BITS C799T": { + "name": "Phd Thesis", + "sections": { + "L1": { + "instructors": [ + "V V KRISHNA VENUGANTI" + ], + "sched": [] + } + } + }, + "BITS E593": { + "name": "Reading Course I", + "sections": { + "L1": { + "instructors": [ + "V V KRISHNA VENUGANTI" + ], + "sched": [] + } + } + }, + "BITS E661": { + "name": "Research Methodology I", + "sections": { + "L1": { + "instructors": [ + "ARAVINDA N RAGHAVAN", + "Aswathy Raveendran", + "Murari R R Varma" ], "sched": [ { @@ -1319,176 +1298,3836 @@ "S" ], "hours": [ - 4 + 5 ] } ] - }, - "P1": { + } + }, + "compre": { + "date": "04/12", + "session": "AN" + } + }, + "BITS E793T": { + "name": "Practice Lect Series I", + "sections": { + "L1": { "instructors": [ - "Sanket Goel" + "V V KRISHNA VENUGANTI" + ], + "sched": [] + } + } + }, + "BITS F110": { + "name": "Engineering Graphics", + "sections": { + "L1": { + "instructors": [ + "Chandu Parimi" ], "sched": [ { "room": "NA", "days": [ - "M" + "S" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P2": { + "L2": { "instructors": [ - "Sanket Goel" + "YV DASESWARA RAO", + "Arshad Javed" ], "sched": [ { "room": "NA", "days": [ - "F" + "S" ], "hours": [ - 5, - 6 + 1 ] } ] }, - "P3": { - "instructors": [ - "K Avinash" - ], - "sched": [] - }, - "P4": { + "L3": { "instructors": [ - "Sarala Bhavani Kallepalli" + "C P Kiran" ], - "sched": [] - }, + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 1 + ] + } + ] + }, + "P1": { + "instructors": [ + "Anasua Guharay" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 7, + 8 + ] + } + ] + }, + "P2": { + "instructors": [ + "Arkamitra Kar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 7, + 8 + ] + } + ] + }, + "P4": { + "instructors": [ + "Mallikarjun Patil V" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 2, + 3 + ] + } + ] + }, + "P3": { + "instructors": [ + "Bandhan Bandhu Majumdar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 4, + 5 + ] + } + ] + }, "P6": { "instructors": [ - "Jayapiriya U S" + "Balla Bhavani Shankar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 4, + 5 + ] + } + ] + }, + "P8": { + "instructors": [ + "Jittin Varghese" + ], + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 2, + 3 + ] + } + ] + }, + "P5": { + "instructors": [ + "Siddartha Koramati" + ], + "sched": [ + { + "room": "NA", + "days": [ + "S" + ], + "hours": [ + 4, + 5 + ] + } + ] + }, + "P10": { + "instructors": [ + "C P Kiran" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 6, + 7 + ] + } + ] + }, + "P12": { + "instructors": [ + "Uday Raj Singh" + ], + "sched": [] + }, + "P7": { + "instructors": [ + "Vuthipalli Harshitha" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 2, + 3 + ] + } + ] + }, + "P14": { + "instructors": [ + "P Sandeep" + ], + "sched": [] + }, + "P16": { + "instructors": [ + "Piyush Chandra Verma" + ], + "sched": [] + }, + "P9": { + "instructors": [ + "G Sachin Chakravart" + ], + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 7, + 8 + ] + } + ] + }, + "P18": { + "instructors": [ + "Ravi Shanker Vidyarthy" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "A Vasan" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 9 + ] + } + ] + }, + "T2": { + "instructors": [ + "Mohan S C" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 9 + ] + } + ] + }, + "T3": { + "instructors": [ + "R Kruthi Kiran" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 9 + ] + } + ] + }, + "T4": { + "instructors": [ + "Uppari Ramakrishna" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 9 + ] + } + ] + }, + "T5": { + "instructors": [ + "Gowlla Jyothsna" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 9 + ] + } + ] + }, + "T6": { + "instructors": [ + "YV Daseswara Rao" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 9 + ] + } + ] + }, + "T7": { + "instructors": [ + "Ravi Shanker Vidyarthy" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 9 + ] + } + ] + }, + "T8": { + "instructors": [ + "Piyush Chandra Verma" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 9 + ] + } + ] + }, + "T9": { + "instructors": [ + "Arshad Javed" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 9 + ] + } + ] + }, + "T10": { + "instructors": [ + "Pavan Kumar P" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 9 + ] + } + ] + }, + "T11": { + "instructors": [ + "C P Kiran" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 6 + ] + } + ] + } + }, + "compre": { + "date": "12/12", + "session": "FN" + } + }, + "BITS F111": { + "name": "Thermodynamics", + "sections": { + "L1": { + "instructors": [ + "Nandini Bhandaru" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 1 + ] + } + ] + }, + "L2": { + "instructors": [ + "Pankaj Kumar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 5 + ] + } + ] + }, + "L3": { + "instructors": [ + "Ramesh Babu A" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 5 + ] + } + ] + }, + "L4": { + "instructors": [ + "Satyapaul Singh Amarthaluri" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 5 + ] + } + ] + }, + "L5": { + "instructors": [ + "Ved Prakash Mishra" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 5 + ] + } + ] + }, + "L6": { + "instructors": [ + "R PARAMESHWARAN" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 1 + ] + } + ] + }, + "L7": { + "instructors": [ + "Satish K Dubey" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 1 + ] + } + ] + }, + "L8": { + "instructors": [ + "M Srinivas" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 1 + ] + } + ] + }, + "L9": { + "instructors": [ + "Jeevan Jaidi" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 5 + ] + } + ] + }, + "L10": { + "instructors": [ + "N Jalaiah" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 6 + ] + } + ] + }, + "T1": { + "instructors": [ + "Nandini Bhandaru" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 7 + ] + } + ] + }, + "T2": { + "instructors": [ + "Pankaj Kumar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 7 + ] + } + ] + }, + "T3": { + "instructors": [ + "Ramesh Babu A" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 7 + ] + } + ] + }, + "T4": { + "instructors": [ + "Satyapaul Singh Amarthaluri" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 7 + ] + } + ] + }, + "T5": { + "instructors": [ + "Ved Prakash Mishra" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 7 + ] + } + ] + }, + "T6": { + "instructors": [ + "R Parameshwaran" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 7 + ] + } + ] + }, + "T7": { + "instructors": [ + "Satish K Dubey" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 7 + ] + } + ] + }, + "T8": { + "instructors": [ + "M Srinivas" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 7 + ] + } + ] + }, + "T9": { + "instructors": [ + "Jeevan Jaidi" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 7 + ] + } + ] + }, + "T10": { + "instructors": [ + "N Jalaiah" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 7 + ] + } + ] + } + }, + "compre": { + "date": "03/12", + "session": "AN" + } + }, + "BITS F112": { + "name": "Technical Report Writing", + "sections": { + "L1": { + "instructors": [ + "SHILPAA ANAND", + "Ahmed Shabin Kk" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W" + ], + "hours": [ + 4 + ] + } + ] + }, + "L2": { + "instructors": [ + "Shilpaa Anand" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W", + "F" + ], + "hours": [ + 9 + ] + } + ] + }, + "L3": { + "instructors": [ + "Santosh Mahapatra", + "Archita Majumder" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W" + ], + "hours": [ + 4 + ] + } + ] + }, + "L4": { + "instructors": [ + "Santosh Mahapatra" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W", + "F" + ], + "hours": [ + 9 + ] + } + ] + }, + "L5": { + "instructors": [ + "Anhiti Patnaik", + "Jaya Sarkar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W" + ], + "hours": [ + 4 + ] + } + ] + }, + "L6": { + "instructors": [ + "Anhiti Patnaik" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W", + "F" + ], + "hours": [ + 9 + ] + } + ] + }, + "L7": { + "instructors": [ + "Shilpaa Anand", + "Anhiti Patnaik", + "Santosh Mahapatra" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th" + ], + "hours": [ + 6 + ] + } + ] + } + }, + "compre": { + "date": "12/12", + "session": "FN" + } + }, + "BITS F113": { + "name": "General Mathematics I", + "sections": { + "L1": { + "instructors": [ + "NIJJWAL KARAK" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 5 + ] + } + ] + }, + "T1": { + "instructors": [ + "Nijjwal Karak" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 1 + ] + } + ] + } + } + }, + "BITS F214": { + "name": "Science Tech & Modernity", + "sections": { + "L1": { + "instructors": [ + "BISWANATH DASH", + "Md Shahid Akhter" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 5 + ] + } + ] + } + }, + "compre": { + "date": "02/12", + "session": "AN" + } + }, + "BITS F218": { + "name": "General Mathematics III", + "sections": { + "L1": { + "instructors": [ + "JAGAN MOHAN J", + "DK Satpathi" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 5 + ] + } + ] + }, + "T1": { + "instructors": [ + "DK Satpathi" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 1 + ] + } + ] + }, + "T2": { + "instructors": [ + "Jagan Mohan J" + ], + "sched": [] + } + }, + "compre": { + "date": "01/12", + "session": "FN" + } + }, + "BITS F225": { + "name": "Environmental Studies", + "sections": { + "L1": { + "instructors": [ + "K RAJITHA", + "D Ramaiah", + "Suman Kapur" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 4 + ] + } + ] + } + }, + "compre": { + "date": "16/12", + "session": "FN" + } + }, + "BITS F312": { + "name": "Neural Networks and Fuzzy Logic", + "sections": { + "L1": { + "instructors": [ + "RAJESH KUMAR TRIPATHY" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 3 + ] + } + ] + } + }, + "compre": { + "date": "07/12", + "session": "AN" + } + }, + "BITS F314": { + "name": "Game Theory and its Applications", + "sections": { + "L1": { + "instructors": [ + "DURGESH C PATHAK" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 3 + ] + } + ] + } + }, + "compre": { + "date": "07/12", + "session": "AN" + } + }, + "BITS F319": { + "name": "Negotiation Skills and Techniques", + "sections": { + "L1": { + "instructors": [ + "R RAGHUNATHAN" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th" + ], + "hours": [ + 7 + ] + } + ] + } + }, + "compre": { + "date": "12/12", + "session": "FN" + } + }, + "BITS F327": { + "name": "Artificial Intelligence For Robotics", + "sections": { + "L1": { + "instructors": [ + "ARSHAD JAVED", + "V Sandeep" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W" + ], + "hours": [ + 2 + ] + } + ] + }, + "P1": { + "instructors": [ + "Arshad Javed" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 8, + 9 + ] + } + ] + }, + "P2": { + "instructors": [ + "G Lakshmi Srinivas" + ], + "sched": [] + } + }, + "compre": { + "date": "11/12", + "session": "AN" + } + }, + "BITS F364": { + "name": "Human Computer Interaction", + "sections": { + "L1": { + "instructors": [ + "DIPANJAN CHAKRABORTY" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 3 + ] + } + ] + } + }, + "compre": { + "date": "07/12", + "session": "AN" + } + }, + "BITS F385": { + "name": "Intro to Gender Studies", + "sections": { + "L1": { + "instructors": [ + "ASWATHY RAVEENDRAN" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 2 + ] + } + ] + } + }, + "compre": { + "date": "05/12", + "session": "AN" + } + }, + "BITS F386": { + "name": "Quantum Info & Computing", + "sections": { + "L1": { + "instructors": [ + "K V SHIV CHAITANYA" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 2 + ] + } + ] + } + }, + "compre": { + "date": "11/12", + "session": "AN" + } + }, + "BITS F412": { + "name": "Practice School II", + "sections": { + "L1": { + "instructors": [ + "SP REGALLA" + ], + "sched": [] + } + } + }, + "BITS F413": { + "name": "Practice School II", + "sections": { + "L1": { + "instructors": [ + "SP REGALLA" + ], + "sched": [] + } + } + }, + "BITS F415": { + "name": "Introduction to Mems", + "sections": { + "L1": { + "instructors": [ + "SANKET GOEL" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 4 + ] + } + ] + }, + "P1": { + "instructors": [ + "Sanket Goel" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 2, + 3 + ] + } + ] + }, + "P2": { + "instructors": [ + "Sanket Goel" + ], + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 6, + 7 + ] + } + ] + }, + "P3": { + "instructors": [ + "K Avinash" + ], + "sched": [] + }, + "P4": { + "instructors": [ + "Sarala Bhavani Kallepalli" + ], + "sched": [] + }, + "P6": { + "instructors": [ + "Jayapiriya U S" + ], + "sched": [] + }, + "P7": { + "instructors": [ + "K Avinash" + ], + "sched": [] + }, + "P8": { + "instructors": [ + "Sarala Bhavani Kallepalli" + ], + "sched": [] + } + }, + "compre": { + "date": "14/12", + "session": "AN" + } + }, + "BITS F416": { + "name": "Intro to Nano Science", + "sections": { + "L1": { + "instructors": [ + "VSN MURTHY", + "B Harihara Venkataraman", + "Sateesh Kandukuri" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 3 + ] + } + ] + } + }, + "compre": { + "date": "07/12", + "session": "AN" + } + }, + "BITS F421T": { + "name": "Thesis", + "sections": { + "L1": { + "instructors": [ + "A VASAN" + ], + "sched": [] + } + } + }, + "BITS F423T": { + "name": "Thesis", + "sections": { + "L1": { + "instructors": [ + "A VASAN" + ], + "sched": [] + } + } + }, + "BITS F428": { + "name": "Essentials of Strate Mgt", + "sections": { + "L1": { + "instructors": [ + "SWATI ALOK" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 2 + ] + } + ] + } + }, + "compre": { + "date": "05/12", + "session": "AN" + } + }, + "BITS F437": { + "name": "Technical Communication", + "sections": { + "L1": { + "instructors": [ + "SANTOSH MAHAPATRA", + "Revathy Hemachandran" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 1 + ] + } + ] + } + } + }, + "BITS F462": { + "name": "Renewable Energy", + "sections": { + "L1": { + "instructors": [ + "M SRINIVAS" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 4 + ] + } + ] + } + }, + "compre": { + "date": "14/12", + "session": "AN" + } + }, + "BITS F463": { + "name": "Cryptography", + "sections": { + "L1": { + "instructors": [ + "AMIT KUMAR PANDA" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 3 + ] + } + ] + } + }, + "compre": { + "date": "08/12", + "session": "FN" + } + }, + "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 G553": { + "name": "Real Time Systems", + "sections": { + "L1": { + "instructors": [ + "SOUMYA J" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 2 + ] + } + ] + } + }, + "compre": { + "date": "11/12", + "session": "FN" + } + }, + "BITS G562T": { + "name": "Dissertation", + "sections": { + "L1": { + "instructors": [ + "V V KRISHNA VENUGANTI" + ], + "sched": [] + } + } + }, + "BITS G564T": { + "name": "Dissertation", + "sections": { + "L1": { + "instructors": [ + "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": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 4 + ] + } + ] + }, + "T1": { + "instructors": [ + "Chandu Parimi" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 1 + ] + } + ] + } + }, + "compre": { + "date": "14/12", + "session": "FN" + } + }, + "CE F213": { + "name": "Surveying", + "sections": { + "L1": { + "instructors": [ + "K RAJITHA" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 5 + ] + } + ] + }, + "P1": { + "instructors": [ + "Sandra Maria Cherian" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 7, + 8 + ] + } + ] + }, + "P2": { + "instructors": [ + "M Mounika" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "K Rajitha" + ], + "sched": [ + { + "room": "NA", + "days": [ + "S" + ], + "hours": [ + 1 + ] + } + ] + } + }, + "compre": { + "date": "04/12", + "session": "AN" + } + }, + "CE F230": { + "name": "Civil Engineering Materials", + "sections": { + "L1": { + "instructors": [ + "BAHURUDEEN A" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 2 + ] + } + ] + }, + "P1": { + "instructors": [ + "Jittin Varghese" + ], + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 7, + 8 + ] + } + ] + }, + "P2": { + "instructors": [ + "Gowlla Jyothsna" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "Bahurudeen A" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 9 + ] + } + ] + } + }, + "compre": { + "date": "11/12", + "session": "FN" + } + }, + "CE F231": { + "name": "Fluid Mechanics", + "sections": { + "L1": { + "instructors": [ + "K SRINIVASA RAJU" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 3 + ] + } + ] + }, + "T1": { + "instructors": [ + "K Srinivasa Raju" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 1 + ] + } + ] + }, + "T2": { + "instructors": [ + "Vogeti Rishith Kumar" + ], + "sched": [] + } + }, + "compre": { + "date": "07/12", + "session": "FN" + } + }, + "CE F266": { + "name": "Study Project", + "sections": { + "L1": { + "instructors": [ + "ANASUA GUHARAY" + ], + "sched": [] + } + } + }, + "CE F312": { + "name": "Hydraulic Engineering", + "sections": { + "L1": { + "instructors": [ + "ANMALA JAGADEESH" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 8 + ] + } + ] + }, + "P1": { + "instructors": [ + "T Venkateswarlu" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 8, + 9 + ] + } + ] + }, + "P2": { + "instructors": [ + "M Naveen Naidu" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 6, + 7 + ] + } + ] + }, + "P3": { + "instructors": [ + "Nagalapalli Satish" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 6, + 7 + ] + } + ] + }, + "T1": { + "instructors": [ + "Anmala Jagadeesh" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 1 + ] + } + ] + } + }, + "compre": { + "date": "03/12", + "session": "FN" + } + }, + "CE F313": { + "name": "Foundation Engineering", + "sections": { + "L1": { + "instructors": [ + "ANASUA GUHARAY" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 4 + ] + } + ] + }, + "T1": { + "instructors": [ + "Anasua Guharay" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 1 + ] + } + ] + }, + "T2": { + "instructors": [ + "G Sachin Chakravart" + ], + "sched": [] + } + }, + "compre": { + "date": "16/12", + "session": "AN" + } + }, + "CE F320": { + "name": "Design of Reinforced Concrete", + "sections": { + "L1": { + "instructors": [ + "ARKAMITRA KAR", + "Sk Rahaman" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 2 + ] + } + ] + }, + "T1": { + "instructors": [ + "Arkamitra Kar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 1 + ] + } + ] + }, + "T2": { + "instructors": [ + "R Kruthi Kiran" + ], + "sched": [] + } + }, + "compre": { + "date": "05/12", + "session": "AN" + } + }, + "CE F323": { + "name": "Intro to Envirn Engg", + "sections": { + "L1": { + "instructors": [ + "MURARI R R VARMA" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 9 + ] + } + ] + } + }, + "compre": { + "date": "09/12", + "session": "AN" + } + }, + "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 F411": { + "name": "Oper Research For Engin", + "sections": { + "L1": { + "instructors": [ + "A VASAN" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 4 + ] + } + ] + } + }, + "compre": { + "date": "14/12", + "session": "AN" + } + }, + "CE F417": { + "name": "App of Ai in Civil Engg", + "sections": { + "L1": { + "instructors": [ + "ANMALA JAGADEESH" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 5 + ] + } + ] + } + }, + "compre": { + "date": "04/12", + "session": "FN" + } + }, + "CE F426": { + "name": "Geosyn & Rein Soil Str", + "sections": { + "L1": { + "instructors": [ + "ANASUA GUHARAY", + "Syed Mazhar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 3 + ] + } + ] + } + }, + "compre": { + "date": "08/12", + "session": "FN" + } + }, + "CE G516": { + "name": "Multi Criter Anal in Engg", + "sections": { + "L1": { + "instructors": [ + "K SRINIVASA RAJU" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 4 + ] + } + ] + }, + "P1": { + "instructors": [ + "K Srinivasa Raju" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 8, + 9 + ] + } + ] + } + }, + "compre": { + "date": "11/12", + "session": "AN" + } + }, + "CE G534": { + "name": "Pavement Material Charac", + "sections": { + "L1": { + "instructors": [ + "SRIDHAR RAJU" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 3 + ] + } + ] + }, + "P1": { + "instructors": [ + "Sridhar Raju" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 8, + 9 + ] + } + ] + } + } + }, + "CE G537": { + "name": "Transport Econ & Finance", + "sections": { + "L1": { + "instructors": [ + "BANDHAN BANDHU MAJU" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 4 + ] + } + ] + }, + "P1": { + "instructors": [ + "Bandhan Bandhu Majumdar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 8, + 9 + ] + } + ] + } + }, + "compre": { + "date": "04/12", + "session": "FN" + } + }, + "CE G545": { + "name": "Airport Planning & Des", + "sections": { + "L1": { + "instructors": [ + "SRIDHAR RAJU" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 5 + ] + } + ] + }, + "P1": { + "instructors": [ + "Sridhar Raju" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 8, + 9 + ] + } + ] + } + }, + "compre": { + "date": "01/12", + "session": "AN" + } + }, + "CE G548": { + "name": "Pavement Mgmt Systems", + "sections": { + "L1": { + "instructors": [ + "V VINAYAKA RAM" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 2 + ] + } + ] + }, + "P1": { + "instructors": [ + "V Vinayaka Ram" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 8, + 9 + ] + } + ] + } + }, + "compre": { + "date": "09/12", + "session": "AN" + } + }, + "CE G551": { + "name": "Dynamics of Structures", + "sections": { + "L1": { + "instructors": [ + "MOHAN S C" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 4 + ] + } + ] + }, + "P1": { + "instructors": [ + "Mohan S C" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 8, + 9 + ] + } + ] + }, + "P2": { + "instructors": [ + "Sheik Mohammed Zoheb Na" + ], + "sched": [] + } + } + }, + "CE G552": { + "name": "Adv Str Mech & Stability", + "sections": { + "L1": { + "instructors": [ + "SHIVANG SHEKHAR" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 2 + ] + } + ] + }, + "P1": { + "instructors": [ + "Shivang Shekhar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 8, + 9 + ] + } + ] + } + } + }, + "CE G553": { + "name": "Theory of Plates and Shells", + "sections": { + "L1": { + "instructors": [ + "CHANDU PARIMI" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 3 + ] + } + ] + }, + "P1": { + "instructors": [ + "Chandu Parimi" + ], + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 8, + 9 + ] + } + ] + } + }, + "compre": { + "date": "05/08", + "session": "AN" + } + }, + "CE G565": { + "name": "Transportation Planning", + "sections": { + "L1": { + "instructors": [ + "PRASANTA KUMAR SAHU" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 2 + ] + } + ] + }, + "P1": { + "instructors": [ + "Prasanta Kumar Sahu" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 8, + 9 + ] + } + ] + } + } + }, + "CE G567": { + "name": "Highway Design", + "sections": { + "L1": { + "instructors": [ + "V VINAYAKA RAM" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 3 + ] + } + ] + }, + "P1": { + "instructors": [ + "V Vinayaka Ram" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 8, + 9 + ] + } + ] + } + } + }, + "CE G568": { + "name": "Traffic Systems Analysis", + "sections": { + "L1": { + "instructors": [ + "BANDHAN BANDHU MAJU" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 2 + ] + } + ] + }, + "P1": { + "instructors": [ + "Bandhan Bandhu Majumdar" + ], + "sched": [ + { + "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": [ + 5 + ] + } + ] + }, + "P1": { + "instructors": [ + "Prasanta Kumar Sahu" + ], + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 8, + 9 + ] + } + ] + } + } + }, + "CE G612": { + "name": "Advanced Steel Structure", + "sections": { + "L1": { + "instructors": [ + "MOHAN S C", + "Ch Bala Venkata Hareen" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 4 + ] + } + ] + }, + "P1": { + "instructors": [ + "Mohan S C" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 8, + 9 + ] + } + ] + } + }, + "compre": { + "date": "01/12", + "session": "AN" + } + }, + "CE G614": { + "name": "Prestress Concrete Struc", + "sections": { + "L1": { + "instructors": [ + "BAHURUDEEN A" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 5 + ] + } + ] + }, + "P1": { + "instructors": [ + "Bahurudeen A" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 8, + 9 + ] + } + ] + } + }, + "compre": { + "date": "03/12", + "session": "AN" + } + }, + "CE G616": { + "name": "Bridge Engineering", + "sections": { + "L1": { + "instructors": [ + "PN RAO" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 3 + ] + } + ] + }, + "P1": { + "instructors": [ + "PN Rao" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 8, + 9 + ] + } + ] + } + }, + "compre": { + "date": "08/12", + "session": "FN" + } + }, + "CE G617": { + "name": "Advance Struc Analysis", + "sections": { + "L1": { + "instructors": [ + "ARKAMITRA KAR", + "Radha Kiranmaye Bandlamu" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 4 + ] + } + ] + }, + "P1": { + "instructors": [ + "Arkamitra Kar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 8, + 9 + ] + } + ] + } + } + }, + "CE G619": { + "name": "Finite Element Analysis", + "sections": { + "L1": { + "instructors": [ + "PN RAO" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 3 + ] + } + ] + }, + "P1": { + "instructors": [ + "PN Rao" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 8, + 9 + ] + } + ] + } + } + }, + "CHE F211": { + "name": "Chemical Process Calcula", + "sections": { + "L1": { + "instructors": [ + "PANKAJ KUMAR" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 4 + ] + } + ] + }, + "T1": { + "instructors": [ + "Pankaj Kumar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 1 + ] + } + ] + } + }, + "compre": { + "date": "14/12", + "session": "FN" + } + }, + "CHE F212": { + "name": "Fluid Mechanics", + "sections": { + "L1": { + "instructors": [ + "VED PRAKASH MISHRA" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 2 + ] + } + ] + }, + "T1": { + "instructors": [ + "Ved Prakash Mishra" + ], + "sched": [ + { + "room": "NA", + "days": [ + "S" + ], + "hours": [ + 1 + ] + } + ] + } + }, + "compre": { + "date": "11/12", + "session": "FN" + } + }, + "CHE F213": { + "name": "Chem Engg Thermodynamics", + "sections": { + "L1": { + "instructors": [ + "D PURNIMA" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 3 + ] + } + ] + }, + "T1": { + "instructors": [ + "D Purnima" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 9 + ] + } + ] + } + }, + "compre": { + "date": "07/12", + "session": "FN" + } + }, + "CHE F214": { + "name": "Engineering Chemistry", + "sections": { + "L1": { + "instructors": [ + "KARTHIK CHETAN" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 5 + ] + } + ] + }, + "T1": { + "instructors": [ + "Karthik Chetan" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 1 + ] + } + ] + } + }, + "compre": { + "date": "04/12", + "session": "AN" + } + }, + "CHE F266": { + "name": "Study Project", + "sections": { + "L1": { + "instructors": [ + "SRIKANTA DINDA" + ], + "sched": [] + } + } + }, + "CHE F311": { + "name": "Kinetics & Reactor Design", + "sections": { + "L1": { + "instructors": [ + "I SREEDHAR" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 7 + ] + } + ] + }, + "T1": { + "instructors": [ + "I Sreedhar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 1 + ] + } + ] + } + }, + "compre": { + "date": "02/12", + "session": "FN" + } + }, + "CHE F313": { + "name": "Separation Processes II", + "sections": { + "L1": { + "instructors": [ + "BALAJI KRISHNAMURTHY" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 9 + ] + } + ] + }, + "T1": { + "instructors": [ + "Balaji Krishnamurthy" + ], + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 1 + ] + } + ] + } + }, + "compre": { + "date": "09/12", + "session": "AN" + } + }, + "CHE F314": { + "name": "Process Des Principles I", + "sections": { + "L1": { + "instructors": [ + "SATYAPAUL SINGH AMART" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 2 + ] + } + ] + }, + "T1": { + "instructors": [ + "Satyapaul Singh Amarthaluri" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 1 + ] + } + ] + }, + "T2": { + "instructors": [ + "P Pradeep Reddy" + ], + "sched": [] + } + }, + "compre": { + "date": "05/12", + "session": "AN" + } + }, + "CHE F342": { + "name": "Process Dyn & Control", + "sections": { + "L1": { + "instructors": [ + "JAIDEEP CHATTERJEE" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 8 + ] + } + ] + }, + "T1": { + "instructors": [ + "Jaideep Chatterjee" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 7 + ] + } + ] + } + }, + "compre": { + "date": "03/12", + "session": "FN" + } + }, + "CHE F376": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "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": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 4 + ] + } + ] + } + }, + "compre": { + "date": "14/12", + "session": "AN" + } + }, + "CHE F414": { + "name": "Transport Phenomena", + "sections": { + "L1": { + "instructors": [ + "VIKRANT KUMAR S" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 4 + ] + } + ] + } + }, + "compre": { + "date": "16/12", + "session": "AN" + } + }, + "CHE F422": { + "name": "Petro. Refi. Tech.", + "sections": { + "L1": { + "instructors": [ + "SRIKANTA DINDA" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 5 + ] + } + ] + } + }, + "compre": { + "date": "02/12", + "session": "AN" + } + }, + "CHE F433": { + "name": "Corrosion Engineering", + "sections": { + "L1": { + "instructors": [ + "RAMESH BABU A" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 5 + ] + } + ] + } + }, + "compre": { + "date": "04/12", + "session": "FN" + } + }, + "CHE G523": { + "name": "Mathematical Methods in Chemical Engineering", + "sections": { + "L1": { + "instructors": [ + "VIKRANT KUMAR S" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 4 + ] + } + ] + }, + "P1": { + "instructors": [ + "Vikrant Kumar S" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 7, + 8, + 9 + ] + } + ] + }, + "P2": { + "instructors": [ + "Dasika Prabhat Sourya" ], "sched": [] + } + } + }, + "CHE G556": { + "name": "Electrochemical Enginering", + "sections": { + "L1": { + "instructors": [ + "BALAJI KRISHNAMURTHY" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 4 + ] + } + ] }, - "P7": { + "P1": { "instructors": [ - "K Avinash" + "Balaji Krishnamurthy" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 2, + 3 + ] + } + ] + }, + "P2": { + "instructors": [ + "Suresh Kanuri" ], "sched": [] + } + } + }, + "CHE G558": { + "name": "Chemical Process Optimization", + "sections": { + "L1": { + "instructors": [ + "NANDINI BHANDARU", + "P Saikiran" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 7 + ] + } + ] + } + } + }, + "CHE G622": { + "name": "Adv Chemical Engg Thermo", + "sections": { + "L1": { + "instructors": [ + "I SREEDHAR" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 3 + ] + } + ] }, - "P8": { + "P1": { "instructors": [ - "Sarala Bhavani Kallepalli" + "I Sreedhar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 7, + 8, + 9 + ] + } + ] + }, + "P2": { + "instructors": [ + "Yaddanapudi Varun" ], "sched": [] } } }, - "BITS F416": { - "name": "Intro to Nano Science", + "CHEM F110": { + "name": "Chemistry Laboratory", "sections": { "L1": { "instructors": [ - "VSN MURTHY", - "B Harihara Venkataraman" + "R Krishnan", + "Aluri Ravallika" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 2, + 3 + ] + } + ] + }, + "L2": { + "instructors": [ + "Durba Roy", + "Madhuparna Chakraborty" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 4, + 5 + ] + } + ] + }, + "L3": { + "instructors": [ + "KVG Chandrasekhar", + "Deepthi Priyanka Damera" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 8, + 9 + ] + } + ] + }, + "L4": { + "instructors": [ + "D Ramaiah", + "Govu Radha", + "Nilanjana Mukherjee" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 7, + 8 + ] + } + ] + }, + "L5": { + "instructors": [ + "K Sumithra", + "Rituparna Hazra" + ], + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 7, + 8 + ] + } + ] + }, + "L6": { + "instructors": [ + "SOUNAK ROY", + "Meenu P C" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 8, + 9 + ] + } + ] + }, + "L7": { + "instructors": [ + "Tanmay Chatterjee", + "Sruthi Peesapati" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 2, + 3 + ] + } + ] + }, + "L8": { + "instructors": [ + "Subit Kumar Saha", + "Khetmalis Yogesh Mahadu" + ], + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 2, + 3 + ] + } + ] + }, + "L9": { + "instructors": [ + "Manab Chakravarty", + "Banchhanidhi Prusti" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 3 + 4, + 5 ] } ] - } - } - }, - "BITS F421T": { - "name": "Thesis", - "sections": { - "L1": { - "instructors": [ - "A VASAN" - ], - "sched": [] - } - } - }, - "BITS F428": { - "name": "Essentials of Strate Mgt", - "sections": { - "L1": { + }, + "L10": { "instructors": [ - "SWATI ALOK" + "J Subbalakshmi", + "B Hima Bindu" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 3 + 4, + 5 ] } ] - } - } - }, - "BITS F437": { - "name": "Technical Communication", - "sections": { - "L1": { + }, + "L11": { "instructors": [ - "SANTOSH MAHAPATRA", - "Revathy Hemachandran" + "D Ramaiah", + "B Aniket Diliprao", + "Susmita Roy" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 1 + 7, + 8 ] } ] } } }, - "BITS F441T": { - "name": "Seminar", - "sections": { - "L1": { - "instructors": [ - "A VASAN" - ], - "sched": [] - } - } - }, - "BITS F462": { - "name": "Renewable Energy", + "CHEM F111": { + "name": "General Chemistry", "sections": { "L1": { "instructors": [ - "M SRINIVAS" + "RAMAKRISHNAN G", + "J Subbalakshmi" ], "sched": [ { @@ -1499,19 +5138,15 @@ "S" ], "hours": [ - 4 + 2 ] } ] - } - } - }, - "BITS F463": { - "name": "Cryptography", - "sections": { - "L1": { + }, + "L2": { "instructors": [ - "AMIT KUMAR PANDA" + "R Krishnan", + "Tanmay Chatterjee" ], "sched": [ { @@ -1522,289 +5157,236 @@ "S" ], "hours": [ - 3 + 2 ] } ] - } - } - }, - "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 G553": { - "name": "Real Time Systems", - "sections": { - "L1": { + }, + "L3": { "instructors": [ - "SOUMYA J" + "Amit Nag", + "Himanshu Aggarwal" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ 2 ] } ] - } - } - }, - "BITS G562T": { - "name": "Dissertation", - "sections": { - "L1": { - "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } - } - }, - "BITS G649": { - "name": "Reading Course", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "V V KRISHNA VENUGANTI" + "Ramakrishnan G" ], - "sched": [] - } - } - }, - "CE F211": { - "name": "Mechanics of Solids", - "sections": { - "L1": { + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th" + ], + "hours": [ + 7 + ] + } + ] + }, + "T2": { "instructors": [ - "CHANDU PARIMI" + "Tanmay Chatterjee" ], "sched": [ { "room": "NA", "days": [ "T", - "Th", - "S" + "Th" ], "hours": [ - 4 + 7 ] } ] }, - "T1": { + "T3": { "instructors": [ - "Chandu Parimi" + "J Subbalakshmi" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th" ], "hours": [ - 1 + 7 ] } ] - } - } - }, - "CE F213": { - "name": "Surveying", - "sections": { - "L1": { + }, + "T4": { "instructors": [ - "K RAJITHA" + "R Krishnan" ], "sched": [ { "room": "NA", "days": [ "T", - "Th", - "S" + "Th" ], "hours": [ - 5 + 7 ] } ] }, - "P1": { + "T5": { "instructors": [ - "Sandra Maria Cherian" + "N Rajesh" ], "sched": [ { "room": "NA", "days": [ - "W" + "T", + "Th" ], "hours": [ - 7, - 8 + 7 ] } ] }, - "P2": { + "T6": { "instructors": [ - "M Mounika" + "Anupam Bhattacharya" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th" + ], + "hours": [ + 7 + ] + } + ] }, - "T1": { + "T7": { "instructors": [ - "K Rajitha" + "K Sumithra" ], "sched": [ { "room": "NA", "days": [ - "S" + "T", + "Th" ], "hours": [ - 1 + 7 ] } ] - } - } - }, - "CE F230": { - "name": "Civil Engineering Materials", - "sections": { - "L1": { + }, + "T8": { "instructors": [ - "BAHURUDEEN A" + "Balaji Gopalan" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th" ], "hours": [ - 2 + 7 ] } ] }, - "P1": { + "T9": { "instructors": [ - "Jittin Varghese" + "Chanchal Chakravarthy" ], "sched": [ { "room": "NA", "days": [ - "F" + "T", + "Th" ], "hours": [ - 7, - 8 + 7 ] } ] }, - "P2": { - "instructors": [ - "Gowlla Jyothsna" - ], - "sched": [] - }, - "T1": { + "T10": { "instructors": [ - "Bahurudeen A" + "Amit Nag" ], "sched": [ { "room": "NA", "days": [ + "T", "Th" ], "hours": [ - 9 + 7 ] } ] + }, + "T11": { + "instructors": [ + "Himanshu Aggarwal" + ], + "sched": [] } + }, + "compre": { + "date": "05/12", + "session": "FN" } }, - "CE F231": { - "name": "Fluid Mechanics", + "CHEM F211": { + "name": "Physical Chemistry I", "sections": { "L1": { "instructors": [ - "K SRINIVASA RAJU" + "SUBIT KUMAR SAHA" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 3 + 5 ] } ] }, "T1": { "instructors": [ - "K Srinivasa Raju" + "Subit Kumar Saha" ], "sched": [ { @@ -1813,36 +5395,29 @@ "Th" ], "hours": [ - 1 + 8 ] } ] }, "T2": { "instructors": [ - "Vogeti Rishith Kumar" - ], - "sched": [] - } - } - }, - "CE F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "ANASUA GUHARAY" + "Rishika Aggrawal" ], "sched": [] } + }, + "compre": { + "date": "04/12", + "session": "AN" } }, - "CE F312": { - "name": "Hydraulic Engineering", + "CHEM F212": { + "name": "Organic Chemistry I", "sections": { "L1": { "instructors": [ - "ANMALA JAGADEESH" + "MANAB CHAKRAVARTY" ], "sched": [ { @@ -1853,14 +5428,14 @@ "F" ], "hours": [ - 8 + 3 ] } ] }, - "P1": { + "T1": { "instructors": [ - "T Venkateswarlu" + "Manab Chakravarty" ], "sched": [ { @@ -1869,70 +5444,78 @@ "Th" ], "hours": [ - 8, 9 ] } ] }, - "P2": { + "T2": { "instructors": [ - "M Naveen Naidu" + "Sameer Singh" ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 6, - 7 - ] - } - ] - }, - "P3": { + "sched": [] + } + }, + "compre": { + "date": "07/12", + "session": "FN" + } + }, + "CHEM F213": { + "name": "Physical Chemistry II", + "sections": { + "L1": { "instructors": [ - "Nagalapalli Satish" + "K SUMITHRA" ], "sched": [ { "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 6, - 7 + 2 ] } ] }, "T1": { "instructors": [ - "Anmala Jagadeesh" + "K Sumithra" ], "sched": [ { "room": "NA", "days": [ - "M" + "T" ], "hours": [ 1 ] } ] + }, + "T2": { + "instructors": [ + "Sahithi Reddy Andru" + ], + "sched": [] } + }, + "compre": { + "date": "11/12", + "session": "FN" } }, - "CE F313": { - "name": "Foundation Engineering", + "CHEM F214": { + "name": "Inorganic Chemistry I", "sections": { "L1": { "instructors": [ - "ANASUA GUHARAY" + "N RAJESH" ], "sched": [ { @@ -1943,20 +5526,20 @@ "F" ], "hours": [ - 4 + 8 ] } ] }, "T1": { "instructors": [ - "Anasua Guharay" + "N Rajesh" ], "sched": [ { "room": "NA", "days": [ - "W" + "Th" ], "hours": [ 1 @@ -1966,64 +5549,88 @@ }, "T2": { "instructors": [ - "G Sachin Chakravart" + "Arunraj B" + ], + "sched": [] + }, + "T3": { + "instructors": [ + "Madduri Lalitha Sai Naga Vis" ], "sched": [] } + }, + "compre": { + "date": "03/12", + "session": "FN" } }, - "CE F320": { - "name": "Design of Reinforced Concrete", + "CHEM F266": { + "name": "Study Project", "sections": { "L1": { "instructors": [ - "ARKAMITRA KAR", - "Sk Rahaman" + "CHANCHAL CHAKRAVART" + ], + "sched": [] + } + } + }, + "CHEM F311": { + "name": "Organic Chemistry III", + "sections": { + "L1": { + "instructors": [ + "KVG CHANDRASEKHAR" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 2 + 4 ] } ] }, "T1": { "instructors": [ - "Arkamitra Kar" + "KVG Chandrasekhar" ], "sched": [ { "room": "NA", "days": [ - "F" + "T" ], "hours": [ - 1 + 8 ] } ] }, "T2": { "instructors": [ - "R Kruthi Kiran" + "Nandikolla Adinarayana" ], "sched": [] } + }, + "compre": { + "date": "16/12", + "session": "AN" } }, - "CE F323": { - "name": "Intro to Envirn Engg", + "CHEM F312": { + "name": "Physical Chemistry IV", "sections": { "L1": { "instructors": [ - "MURARI R R VARMA" + "DURBA ROY" ], "sched": [ { @@ -2034,110 +5641,75 @@ "F" ], "hours": [ - 9 + 5 ] } ] - } - } - }, - "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 F411": { - "name": "Oper Research For Engin", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "A VASAN" + "Durba Roy" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 4 + 1 ] } ] + }, + "T2": { + "instructors": [ + "Sayantan Halder" + ], + "sched": [] } + }, + "compre": { + "date": "02/12", + "session": "AN" } }, - "CE F417": { - "name": "App of Ai in Civil Engg", + "CHEM F325": { + "name": "Polymer Chemistry", "sections": { "L1": { "instructors": [ - "ANMALA JAGADEESH" + "CHANCHAL CHAKRAVART", + "J Subbalakshmi", + "Sd Anwarhussaini" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 5 + 10 ] } ] } + }, + "compre": { + "date": "10/12", + "session": "FN" } }, - "CE F426": { - "name": "Geosyn & Rein Soil Str", + "CHEM F326": { + "name": "Solid State Chemistry", "sections": { "L1": { "instructors": [ - "ANASUA GUHARAY", - "Syed Mazhar" + "SOUNAK ROY", + "Saraswati Roy" ], "sched": [ { @@ -2153,14 +5725,18 @@ } ] } + }, + "compre": { + "date": "08/12", + "session": "FN" } }, - "CE G514": { - "name": "Structural Optimization", + "CHEM F336": { + "name": "Nanochemistry", "sections": { "L1": { "instructors": [ - "A VASAN" + "BALAJI GOPALAN" ], "sched": [ { @@ -2171,156 +5747,264 @@ "F" ], "hours": [ - 5 + 3 ] } ] }, "P1": { "instructors": [ - "A Vasan" + "Balaji Gopalan" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 8, - 9 + 9, + 10 ] } ] + }, + "P2": { + "instructors": [ + "Ankita Singh" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Dinabandhu Patra" + ], + "sched": [] } + }, + "compre": { + "date": "07/12", + "session": "AN" } }, - "CE G516": { - "name": "Multi Criter Anal in Engg", + "CHEM F342": { + "name": "Organic Chemistry IV", "sections": { "L1": { "instructors": [ - "K SRINIVASA RAJU" + "ANUPAM BHATTACHARYA" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 9 ] } ] }, - "P1": { + "T1": { "instructors": [ - "K Srinivasa Raju" + "Anupam Bhattacharya" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 8, 9 ] } ] + }, + "T2": { + "instructors": [ + "Adarash Kumar Shukla" + ], + "sched": [] + }, + "T3": { + "instructors": [ + "Shouvik Bhuin" + ], + "sched": [] } + }, + "compre": { + "date": "09/12", + "session": "AN" } }, - "CE G534": { - "name": "Pavement Material Charac", + "CHEM F366": { + "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "SRIDHAR RAJU" + "DURBA ROY" + ], + "sched": [] + } + } + }, + "CHEM F367": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "DURBA ROY" + ], + "sched": [] + } + } + }, + "CHEM F376": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "AMIT NAG" + ], + "sched": [] + } + } + }, + "CHEM F377": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "AMIT NAG" + ], + "sched": [] + } + } + }, + "CHEM F412": { + "name": "Photochem & Laser Spectr", + "sections": { + "L1": { + "instructors": [ + "AMIT NAG", + "Kaja Sravani" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 3 + 10 ] } ] - }, - "P1": { + } + }, + "compre": { + "date": "10/12", + "session": "FN" + } + }, + "CHEM G531": { + "name": "Recent Advances in Chemistry", + "sections": { + "L1": { "instructors": [ - "Sridhar Raju" + "AMIT NAG" ], "sched": [ { "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 8, - 9 + 3 ] } ] } + }, + "compre": { + "date": "07/12", + "session": "AN" } }, - "CE G537": { - "name": "Transport Econ & Finance", + "CHEM G551": { + "name": "Adv Organic Chemistry", "sections": { "L1": { "instructors": [ - "BANDHAN BANDHU MAJU" + "KVG CHANDRASEKHAR", + "D Ramaiah" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 4 + 5 ] } ] - }, - "P1": { + } + }, + "compre": { + "date": "04/12", + "session": "AN" + } + }, + "CHEM G552": { + "name": "Advanced Inorganic Chemistry", + "sections": { + "L1": { "instructors": [ - "Bandhan Bandhu Majumdar" + "R KRISHNAN", + "Soumitra Payra" ], "sched": [ { "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 8, - 9 + 8 ] } ] } + }, + "compre": { + "date": "03/12", + "session": "FN" } }, - "CE G545": { - "name": "Airport Planning & Des", + "CHEM G554": { + "name": "Phy Methods in Chemistry", "sections": { "L1": { "instructors": [ - "SRIDHAR RAJU" + "HIMANSHU AGGARWAL", + "T Leelasree", + "Tanmay Chatterjee" ], "sched": [ { @@ -2335,32 +6019,37 @@ ] } ] - }, - "P1": { + } + }, + "compre": { + "date": "02/12", + "session": "AN" + } + }, + "CS F111": { + "name": "Computer Programming", + "sections": { + "L1": { "instructors": [ - "Sridhar Raju" + "LOV KUMAR" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 8, - 9 + 2 ] } ] - } - } - }, - "CE G548": { - "name": "Pavement Mgmt Systems", - "sections": { - "L1": { + }, + "L2": { "instructors": [ - "V VINAYAKA RAM" + "Chittaranjan Hota" ], "sched": [ { @@ -2376,175 +6065,146 @@ } ] }, - "P1": { + "L3": { "instructors": [ - "V Vinayaka Ram" + "Lov Kumar" ], "sched": [ { "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 8, - 9 + 6 ] } ] - } - } - }, - "CE G551": { - "name": "Dynamics of Structures", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "MOHAN S C" + "V Sandeep" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 4 + 4, + 5 ] } ] }, - "P1": { + "P2": { "instructors": [ - "Mohan S C" + "V Sandeep" ], "sched": [ { "room": "NA", "days": [ - "W" + "Th" ], "hours": [ - 8, - 9 + 4, + 5 ] } ] }, - "P2": { - "instructors": [ - "Sheik Mohammed Zoheb Na" - ], - "sched": [] - } - } - }, - "CE G552": { - "name": "Adv Str Mech & Stability", - "sections": { - "L1": { + "P4": { "instructors": [ - "SHIVANG SHEKHAR" + "Nikumani Choudhary" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 2 + 2, + 3 ] } ] }, - "P1": { + "P3": { "instructors": [ - "Shivang Shekhar" + "V Sandeep" ], "sched": [ { "room": "NA", "days": [ - "M" + "S" ], "hours": [ - 8, - 9 + 4, + 5 ] } ] - } - } - }, - "CE G553": { - "name": "Theory of Plates and Shells", - "sections": { - "L1": { + }, + "P6": { "instructors": [ - "CHANDU PARIMI" + "K Sai Anirudh" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "M" ], "hours": [ - 3 + 7, + 8 ] } ] }, - "P1": { + "P8": { "instructors": [ - "Chandu Parimi" + "Chittaranjan Hota" ], "sched": [ { "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 8, - 9 + 7, + 8 ] } ] - } - } - }, - "CE G565": { - "name": "Transportation Planning", - "sections": { - "L1": { + }, + "P5": { "instructors": [ - "PRASANTA KUMAR SAHU" + "Nikumani Choudhary" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "M" ], "hours": [ - 2 + 2, + 3 ] } ] }, - "P1": { + "P10": { "instructors": [ - "Prasanta Kumar Sahu" + "Lov Kumar" ], "sched": [ { @@ -2553,60 +6213,76 @@ "T" ], "hours": [ - 8, - 9 + 6, + 7 ] } ] - } - } - }, - "CE G567": { - "name": "Highway Design", - "sections": { - "L1": { + }, + "P12": { "instructors": [ - "V VINAYAKA RAM" + "Priyanka Rushikesh Chaudh" + ], + "sched": [] + }, + "P7": { + "instructors": [ + "K Sai Anirudh" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 3 + 7, + 8 ] } ] }, - "P1": { + "P14": { "instructors": [ - "V Vinayaka Ram" + "Praturi Venkata Krishna Dee" + ], + "sched": [] + }, + "P16": { + "instructors": [ + "Deepa Kumari" + ], + "sched": [] + }, + "P9": { + "instructors": [ + "Lov Kumar" ], "sched": [ { "room": "NA", "days": [ - "M" + "F" ], "hours": [ - 8, - 9 + 2, + 3 ] } ] } + }, + "compre": { + "date": "03/12", + "session": "AN" } }, - "CE G568": { - "name": "Traffic Systems Analysis", + "CS F211": { + "name": "Data Structures & Algo", "sections": { "L1": { "instructors": [ - "BANDHAN BANDHU MAJU" + "CHITTARANJAN HOTA" ], "sched": [ { @@ -2617,198 +6293,225 @@ "S" ], "hours": [ - 2 + 5 ] } ] }, "P1": { "instructors": [ - "Bandhan Bandhu Majumdar" + "Mrityunjay Singh" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 8, - 9 + 2, + 3 + ] + } + ] + }, + "P2": { + "instructors": [ + "Mrityunjay Singh" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 6, + 7 ] } ] + }, + "P4": { + "instructors": [ + "Rashmi Sahay" + ], + "sched": [] } + }, + "compre": { + "date": "04/12", + "session": "FN" } }, - "CE G572": { - "name": "Transportation Data Analytics", + "CS F213": { + "name": "Object Oriented Prog", "sections": { "L1": { "instructors": [ - "PRASANTA KUMAR SAHU" + "SUBHRAKANTA PANDA" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 5 + 3 ] } ] }, "P1": { "instructors": [ - "Prasanta Kumar Sahu" + "D V N Siva Kumar" ], "sched": [ { "room": "NA", "days": [ - "F" + "T" ], "hours": [ - 8, - 9 + 2, + 3 ] } ] - } - } - }, - "CE G612": { - "name": "Advanced Steel Structure", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "MOHAN S C", - "Ch Bala Venkata Hareen" + "Manik Gupta" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 4 + 7, + 8 ] } ] }, - "P1": { + "P4": { "instructors": [ - "Mohan S C" + "Rajita BSAS" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 8, - 9 + 7, + 8 ] } ] - } - } - }, - "CE G614": { - "name": "Prestress Concrete Struc", - "sections": { - "L1": { + }, + "P3": { "instructors": [ - "BAHURUDEEN A" + "Rajita BSAS" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 5 + 7, + 8 ] } ] }, - "P1": { + "P6": { "instructors": [ - "Bahurudeen A" + "Chavali Lalitha" + ], + "sched": [] + }, + "P8": { + "instructors": [ + "Ramisetty Kavya" + ], + "sched": [] + }, + "P5": { + "instructors": [ + "D V N Siva Kumar" ], "sched": [ { "room": "NA", "days": [ - "W" + "M" ], - "hours": [ - 8, - 9 + "hours": [ + 7, + 8 ] } ] - } - } - }, - "CE G616": { - "name": "Bridge Engineering", - "sections": { - "L1": { + }, + "P10": { "instructors": [ - "PN RAO" + "Ramisetty Kavya" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "D V N Siva Kumar" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 3 + 1 ] } ] }, - "P1": { + "T2": { "instructors": [ - "PN Rao" + "D V N Siva Kumar" ], "sched": [ { "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 8, - 9 + 1 ] } ] } + }, + "compre": { + "date": "07/12", + "session": "FN" } }, - "CE G617": { - "name": "Advance Struc Analysis", + "CS F214": { + "name": "Logic in Computer Sc", "sections": { "L1": { "instructors": [ - "ARKAMITRA KAR", - "Radha Kiranmaye Bandlamu" + "RAMASWAMY VENKATAKR" ], "sched": [ { @@ -2819,54 +6522,52 @@ "F" ], "hours": [ - 4 + 2 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Arkamitra Kar" + "Ramaswamy Venkatakrishna" ], "sched": [ { "room": "NA", "days": [ - "T" + "S" ], "hours": [ - 8, - 9 + 1 ] } ] - } - } - }, - "CE G619": { - "name": "Finite Element Analysis", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "PN RAO" + "Tathagat Ray" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "S" ], "hours": [ - 3 + 1 ] } ] }, - "P1": { + "T4": { "instructors": [ - "PN Rao" + "Chillara Anil Kumar" + ], + "sched": [] + }, + "T3": { + "instructors": [ + "Tathagat Ray" ], "sched": [ { @@ -2875,20 +6576,29 @@ "Th" ], "hours": [ - 8, 9 ] } ] + }, + "T6": { + "instructors": [ + "Srijanee Mookherji" + ], + "sched": [] } + }, + "compre": { + "date": "11/12", + "session": "FN" } }, - "CHE F211": { - "name": "Chemical Process Calcula", + "CS F215": { + "name": "Digital Design", "sections": { "L1": { "instructors": [ - "PANKAJ KUMAR" + "SANJAY VIDHYADHARAN" ], "sched": [ { @@ -2899,131 +6609,117 @@ "S" ], "hours": [ - 4 + 5 ] } ] }, - "T1": { + "L2": { "instructors": [ - "Pankaj Kumar" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 5 ] } ] - } - } - }, - "CHE F212": { - "name": "Fluid Mechanics", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "VED PRAKASH MISHRA" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "M" ], "hours": [ - 2 + 7, + 8 ] } ] }, - "T1": { + "P2": { "instructors": [ - "Ved Prakash Mishra" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "S" + "W" ], "hours": [ - 1 + 7, + 8 ] } ] - } - } - }, - "CHE F213": { - "name": "Chem Engg Thermodynamics", - "sections": { - "L1": { + }, + "P3": { "instructors": [ - "D PURNIMA" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 3 + 7, + 8 ] } ] }, - "T1": { + "P5": { "instructors": [ - "D Purnima" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 9 + 2, + 3 ] } ] - } - } - }, - "CHE F214": { - "name": "Engineering Chemistry", - "sections": { - "L1": { + }, + "P6": { "instructors": [ - "KARTHIK CHETAN" + "S K Sahoo" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 5 + 2, + 3 ] } ] }, - "T1": { + "P8": { "instructors": [ - "Karthik Chetan" + "S K Chatterjee" ], "sched": [ { @@ -3032,171 +6728,193 @@ "Th" ], "hours": [ - 1 + 7, + 8 ] } ] - } - } - }, - "CHE F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "SRIKANTA DINDA" - ], - "sched": [] - } - } - }, - "CHE F311": { - "name": "Kinetics & Reactor Design", - "sections": { - "L1": { + }, + "P4": { "instructors": [ - "I SREEDHAR" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ + 2, 3 ] } ] }, - "T1": { + "P10": { "instructors": [ - "I Sreedhar" + "Amit Kumar Panda" ], "sched": [ { "room": "NA", "days": [ - "M" + "W" ], "hours": [ - 1 + 7, + 8 ] } ] - } - } - }, - "CHE F313": { - "name": "Separation Processes II", - "sections": { - "L1": { + }, + "P12": { "instructors": [ - "BALAJI KRISHNAMURTHY" + "Souvik Kundu" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 9 + 7, + 8 ] } ] }, - "T1": { + "P14": { "instructors": [ - "Balaji Krishnamurthy" + "Syed Ershad Ahmed" ], "sched": [ { "room": "NA", "days": [ - "F" + "T" ], "hours": [ - 1 + 7, + 8 ] } ] - } - } - }, - "CHE F314": { - "name": "Process Des Principles I", - "sections": { - "L1": { + }, + "P7": { + "instructors": [ + "Soumya J" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 7, + 8 + ] + } + ] + }, + "P16": { "instructors": [ - "SATYAPAUL SINGH AMART" + "Amit Ranjan Azad" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 2 + 2, + 3 ] } ] }, - "T1": { + "P17": { "instructors": [ - "Satyapaul Singh Amarthaluri" + "Prakash Palasram R" + ], + "sched": [] + }, + "P19": { + "instructors": [ + "Nawin Ra" + ], + "sched": [] + }, + "P20": { + "instructors": [ + "Prakash Palasram R" + ], + "sched": [] + }, + "P9": { + "instructors": [ + "Amit Kumar Panda" ], "sched": [ { "room": "NA", "days": [ - "W" + "M" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T2": { + "P22": { "instructors": [ - "P Pradeep Reddy" + "Samala Jagadheesh" ], "sched": [] - } - } - }, - "CHE F342": { - "name": "Process Dyn & Control", - "sections": { - "L1": { + }, + "P24": { + "instructors": [ + "Samala Jagadheesh" + ], + "sched": [] + }, + "P11": { "instructors": [ - "JAIDEEP CHATTERJEE" + "Sayan Kanungo" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ + 7, 8 ] } ] }, - "T1": { + "P26": { "instructors": [ - "Jaideep Chatterjee" + "R Venkata Sravya" + ], + "sched": [] + }, + "P28": { + "instructors": [ + "R Venkata Sravya" + ], + "sched": [] + }, + "P13": { + "instructors": [ + "Souvik Kundu" ], "sched": [ { @@ -3205,198 +6923,152 @@ "Th" ], "hours": [ - 9 + 2, + 3 ] } ] - } - } - }, - "CHE F376": { - "name": "Design Project", - "sections": { - "L1": { + }, + "P30": { "instructors": [ - "VIKRANT KUMAR S" + "Naveen Bokka" ], "sched": [] - } - } - }, - "CHE F377": { - "name": "Design Project", - "sections": { - "L1": { + }, + "P32": { "instructors": [ - "VIKRANT KUMAR S" + "Naveen Bokka" ], "sched": [] - } - } - }, - "CHE F411": { - "name": "Envir Pollution Control", - "sections": { - "L1": { + }, + "P15": { "instructors": [ - "D PURNIMA" + "Harish Vijay Dixit" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 4 + 2, + 3 ] } ] - } - } - }, - "CHE F414": { - "name": "Transport Phenomena", - "sections": { - "L1": { + }, + "P34": { "instructors": [ - "VIKRANT KUMAR S" + "Priyalatha. P" + ], + "sched": [] + }, + "P36": { + "instructors": [ + "Priyalatha. P" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 4 + 1 ] } ] - } - } - }, - "CHE F422": { - "name": "Petro. Refi. Tech.", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "SRIKANTA DINDA" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 5 + 1 ] } ] - } - } - }, - "CHE F433": { - "name": "Corrosion Engineering", - "sections": { - "L1": { + }, + "T3": { "instructors": [ - "RAMESH BABU A" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 5 + 1 ] } ] - } - } - }, - "CHE G523": { - "name": "Mathematical Methods in Chemical Engineering", - "sections": { - "L1": { + }, + "T4": { "instructors": [ - "VIKRANT KUMAR S" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 4 + 1 ] } ] }, - "P1": { + "T5": { "instructors": [ - "Vikrant Kumar S" + "Karumbaiah Chappanda Nan" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 7, - 8, - 9 + 1 ] } ] }, - "P2": { - "instructors": [ - "Dasika Prabhat Sourya" - ], - "sched": [] - } - } - }, - "CHE G556": { - "name": "Electrochemical Enginering", - "sections": { - "L1": { + "T6": { "instructors": [ - "BALAJI KRISHNAMURTHY" + "Karumbaiah Chappanda Nan" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 4 + 1 ] } ] }, - "P1": { + "T7": { "instructors": [ - "Balaji Krishnamurthy" + "Soumya J" ], "sched": [ { @@ -3405,228 +7077,234 @@ "T" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P2": { - "instructors": [ - "Suresh Kanuri" - ], - "sched": [] - } - } - }, - "CHE G558": { - "name": "Chemical Process Optimization", - "sections": { - "L1": { + "T8": { "instructors": [ - "NANDINI BHANDARU", - "P Saikiran" + "Surya Shankar Dan" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 7 + 1 ] } ] } + }, + "compre": { + "date": "04/12", + "session": "AN" } }, - "CHE G622": { - "name": "Adv Chemical Engg Thermo", + "CS F222": { + "name": "Discr Struc For Comp Sci", "sections": { "L1": { "instructors": [ - "I SREEDHAR" + "MANJANNA B" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 3 + 4 ] } ] }, - "P1": { + "T1": { "instructors": [ - "I Sreedhar" + "Mrityunjay Singh" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 7, - 8, 9 ] } ] }, - "P2": { + "T2": { "instructors": [ - "Yaddanapudi Varun" + "Ramaswamy Venkatakrishna" ], - "sched": [] - } - } - }, - "CHEM F111": { - "name": "General Chemistry", - "sections": { - "L3": { + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 1 + ] + } + ] + }, + "T4": { "instructors": [ - "Amit Nag", - "Himanshu Aggarwal" + "Manjanna B" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 9 ] } ] }, - "T10": { + "T3": { "instructors": [ - "Amit Nag" + "Ramaswamy Venkatakrishna" ], "sched": [ { "room": "NA", "days": [ - "T", "Th" ], "hours": [ - 7 + 9 ] } ] }, - "T2": { + "T7": { "instructors": [ - "Himanshu Aggarwal" + "S Vishwanath Reddy" ], "sched": [] } + }, + "compre": { + "date": "14/12", + "session": "FN" } }, - "CHEM F211": { - "name": "Physical Chemistry I", + "CS F266": { + "name": "Study Project", "sections": { "L1": { "instructors": [ - "SUBIT KUMAR SAHA" + "JABEZ J CHRISTOPHER" + ], + "sched": [] + } + } + }, + "CS F301": { + "name": "Principles of Progg Lang", + "sections": { + "L1": { + "instructors": [ + "R GURURAJ" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W" ], "hours": [ - 5 + 4 ] } ] }, "T1": { "instructors": [ - "Subit Kumar Saha" + "R Gururaj" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 8 + 1 ] } ] - } - } - }, - "CHEM F212": { - "name": "Organic Chemistry I", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "MANAB CHAKRAVARTY" + "Jabez J Christopher" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 8 + 1 ] } ] }, - "T1": { + "T4": { "instructors": [ - "Manab Chakravarty" + "Praturi Venkata Krishna Dee" + ], + "sched": [] + }, + "T3": { + "instructors": [ + "Jabez J Christopher" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 9 + 1 ] } ] }, - "T2": { + "T6": { "instructors": [ - "Sameer Singh" + "Gourish Goudar" ], "sched": [] } + }, + "compre": { + "date": "16/12", + "session": "AN" } }, - "CHEM F213": { - "name": "Physical Chemistry II", + "CS F320": { + "name": "Foundations of Data Science", "sections": { "L1": { "instructors": [ - "K SUMITHRA" + "NL BHANUMURTHY", + "Mohita Ghildiyal" ], "sched": [ { @@ -3637,368 +7315,304 @@ "F" ], "hours": [ - 2 + 3 ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "07/12", + "session": "AN" + } + }, + "CS F342": { + "name": "Computer Architecture", + "sections": { + "L1": { "instructors": [ - "K Sumithra" + "SUVADIP BATABYAL" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 9 ] } ] - } - } - }, - "CHEM F214": { - "name": "Inorganic Chemistry I", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "N RAJESH" + "Gourish Goudar" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 3 + 8, + 9 ] } ] }, - "T1": { + "P2": { "instructors": [ - "N Rajesh" + "Rajib Ranjan Maiti" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 1 + 6, + 7 ] } ] }, - "T2": { - "instructors": [ - "Arunraj B" - ], - "sched": [] - } - } - }, - "CHEM F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "CHANCHAL CHAKRAVART" - ], - "sched": [] - } - } - }, - "CHEM F311": { - "name": "Organic Chemistry III", - "sections": { - "L1": { + "P4": { "instructors": [ - "KVG CHANDRASEKHAR" + "Nikumani Choudhary" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 4 + 6, + 7 ] } ] }, - "T1": { + "P3": { "instructors": [ - "KVG Chandrasekhar" + "Nikumani Choudhary" ], "sched": [ { "room": "NA", "days": [ - "T" + "W" ], "hours": [ - 8 + 6, + 7 ] } ] - } - } - }, - "CHEM F312": { - "name": "Physical Chemistry IV", - "sections": { - "L1": { + }, + "P6": { "instructors": [ - "DURBA ROY", - "Sayantan Halder" + "Chillara Anil Kumar" + ], + "sched": [] + }, + "P8": { + "instructors": [ + "Chillara Anil Kumar" + ], + "sched": [] + }, + "P5": { + "instructors": [ + "Nikumani Choudhary" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 5 + 8, + 9 ] } ] }, + "P10": { + "instructors": [ + "Pattiwar Shravan Kumar" + ], + "sched": [] + }, "T1": { "instructors": [ - "Durba Roy" + "Suvadip Batabyal" ], "sched": [ { "room": "NA", "days": [ - "W" + "F" ], "hours": [ 1 ] } ] - } - } - }, - "CHEM F325": { - "name": "Polymer Chemistry", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "CHANCHAL CHAKRAVART", - "J Subbalakshmi", - "Sd Anwarhussaini" + "Nikumani Choudhary" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 2 + 1 ] } ] - } - } - }, - "CHEM F326": { - "name": "Solid State Chemistry", - "sections": { - "L1": { + }, + "T3": { "instructors": [ - "SOUNAK ROY", - "Saraswati Roy" + "Rajib Ranjan Maiti" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "F" ], "hours": [ - 3 + 1 ] } ] } + }, + "compre": { + "date": "09/12", + "session": "AN" } }, - "CHEM F336": { - "name": "Nanochemistry", + "CS F351": { + "name": "Theory of Computation", "sections": { "L1": { "instructors": [ - "BALAJI GOPALAN", - "Ankita Singh" + "R GURURAJ" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 3 + 2 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Balaji Gopalan" + "R Gururaj" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 9, - 10 + 1 ] } ] }, - "P2": { - "instructors": [ - "Ankita Singh" - ], - "sched": [] - }, - "P3": { - "instructors": [ - "Dinabandhu Patra" - ], - "sched": [] - } - } - }, - "CHEM F342": { - "name": "Organic Chemistry IV", - "sections": { - "L1": { + "T2": { "instructors": [ - "ANUPAM BHATTACHARYA" + "Manjanna B" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 9 + 1 ] } ] }, - "T1": { + "T3": { "instructors": [ - "Anupam Bhattacharya" + "Manjanna B" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ - 9 + 1 ] } ] }, - "T2": { - "instructors": [ - "Adarash Kumar Shukla" - ], - "sched": [] - }, - "T3": { + "T5": { "instructors": [ - "Shouvik Bhuin" + "Rashmi Sahay" ], "sched": [] } + }, + "compre": { + "date": "05/12", + "session": "AN" } }, - "CHEM F366": { + "CS F366": { "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "DURBA ROY" + "JABEZ J CHRISTOPHER" ], "sched": [] } } }, - "CHEM F367": { + "CS F367": { "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "DURBA ROY" - ], - "sched": [] - } - } - }, - "CHEM F376": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "AMIT NAG" - ], - "sched": [] - } - } - }, - "CHEM F377": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "AMIT NAG" + "JABEZ J CHRISTOPHER" ], "sched": [] } } }, - "CHEM F412": { - "name": "Photochem & Laser Spectr", + "CS F372": { + "name": "Operating Systems", "sections": { "L1": { "instructors": [ - "AMIT NAG", - "Kaja Sravani" + "G GEETHAKUMARI" ], "sched": [ { @@ -4009,132 +7623,137 @@ "F" ], "hours": [ - 3 + 8 ] } ] - } - } - }, - "CHEM G551": { - "name": "Adv Organic Chemistry", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "KVG CHANDRASEKHAR", - "D Ramaiah" + "DipanJan Chakraborty" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 5 + 7 ] } ] - } - } - }, - "CHEM G552": { - "name": "Advanced Inorganic Chemistry", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "R KRISHNAN", - "Soumitra Payra" + "Paresh Saxena" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 8 + 6 ] } ] - } - } - }, - "CHEM G554": { - "name": "Phy Methods in Chemistry", - "sections": { - "L1": { + }, + "T3": { "instructors": [ - "HIMANSHU AGGARWAL", - "T Leelasree", - "Tanmay Chatterjee" + "DipanJan Chakraborty" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 5 + 6 ] } ] - } - } - }, - "CS F111": { - "name": "Computer Programming", - "sections": { - "L3": { + }, + "T4": { "instructors": [ - "Lov Kumar" + "DipanJan Chakraborty" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "M" ], "hours": [ 6 ] } ] - }, - "P10": { + } + }, + "compre": { + "date": "03/12", + "session": "FN" + } + }, + "CS F376": { + "name": "Design Project", + "sections": { + "L1": { "instructors": [ - "Lov Kumar" + "JABEZ J CHRISTOPHER" + ], + "sched": [] + } + } + }, + "CS F377": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "JABEZ J CHRISTOPHER" + ], + "sched": [] + } + } + }, + "CS F402": { + "name": "Computational Geometry", + "sections": { + "L1": { + "instructors": [ + "TATHAGAT RAY" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 6, - 7 + 4 ] } ] } + }, + "compre": { + "date": "14/12", + "session": "AN" } }, - "CS F211": { - "name": "Data Structures & Algo", + "CS F407": { + "name": "Artificial Intelligence", "sections": { "L1": { "instructors": [ - "CHITTARANJAN HOTA" + "JABEZ J CHRISTOPHER", + "Mandan Naresh" ], "sched": [ { @@ -4149,55 +7768,86 @@ ] } ] - }, - "P1": { + } + }, + "compre": { + "date": "04/12", + "session": "FN" + } + }, + "CS F441": { + "name": "Sel Topics From Comp Sc", + "sections": { + "L1": { "instructors": [ - "Mrityunjay Singh" + "NL BHANUMURTHY", + "Ramisetty Kavya" ], "sched": [ { "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 2, - 3 + 4 ] } ] - }, - "P2": { + } + }, + "compre": { + "date": "14/12", + "session": "AN" + } + }, + "CS F469": { + "name": "Information Retrieval", + "sections": { + "L1": { "instructors": [ - "Mrityunjay Singh" + "ARUNA MALAPATI", + "Srijanee Mookherji" ], "sched": [ { "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 5, - 6 + 3 ] } ] - }, - "P4": { + } + }, + "compre": { + "date": "08/12", + "session": "FN" + } + }, + "CS F491": { + "name": "Special Project", + "sections": { + "L1": { "instructors": [ - "Rashmi Sahay" + "JABEZ J CHRISTOPHER" ], "sched": [] } } }, - "CS F213": { - "name": "Object Oriented Prog", + "CS G525": { + "name": "Adv Computer Networks", "sections": { "L1": { "instructors": [ - "SUBHRAKANTA PANDA" + "PARESH SAXENA" ], "sched": [ { @@ -4208,154 +7858,140 @@ "F" ], "hours": [ - 3 + 4 ] } ] }, "P1": { "instructors": [ - "D V N Siva Kumar" + "Paresh Saxena" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W" ], "hours": [ - 2, - 3 + 8, + 9 ] } ] }, "P2": { "instructors": [ - "Manik Gupta" + "Pattiwar Shravan Kumar" ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P4": { + "sched": [] + } + } + }, + "CS G526": { + "name": "Adv Algorithms & Complexity", + "sections": { + "L1": { "instructors": [ - "Rajita BSAS" + "APURBA DAS" ], "sched": [ { "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 2 ] } ] }, - "P3": { + "P1": { "instructors": [ - "Rajita BSAS" + "Apurba Das" ], "sched": [ { "room": "NA", "days": [ + "M", "W" ], "hours": [ - 7, - 8 + 2, + 3 ] } ] }, - "P6": { - "instructors": [ - "Chavali Lalitha" - ], - "sched": [] - }, - "P8": { + "P2": { "instructors": [ - "Ramisetty Kavya" + "S Vishwanath Reddy" ], "sched": [] - }, - "P5": { + } + } + }, + "CS G527": { + "name": "Cloud Computing", + "sections": { + "L1": { "instructors": [ - "D V N Siva Kumar" + "SUBHRAKANTA PANDA" ], "sched": [ { "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 3 ] } ] }, - "P10": { - "instructors": [ - "Ramisetty Kavya" - ], - "sched": [] - }, - "T1": { + "P1": { "instructors": [ - "D V N Siva Kumar" + "Subhrakanta Panda" ], "sched": [ { "room": "NA", "days": [ - "S" + "F" ], "hours": [ - 1 + 8, + 9 ] } ] }, - "T2": { + "P2": { "instructors": [ - "D V N Siva Kumar" + "Chavali Lalitha" ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 1 - ] - } - ] + "sched": [] } + }, + "compre": { + "date": "08/12", + "session": "FN" } }, - "CS F214": { - "name": "Logic in Computer Sc", + "CS G541": { + "name": "Pervasive Computing", "sections": { "L1": { "instructors": [ - "RAMASWAMY VENKATAKR" + "SUVADIP BATABYAL" ], "sched": [ { @@ -4366,239 +8002,246 @@ "F" ], "hours": [ - 2 - ] - } - ] - }, - "T1": { - "instructors": [ - "Ramaswamy Venkatakrishna" - ], - "sched": [ - { - "room": "NA", - "days": [ - "S" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "Tathagat Ray" - ], - "sched": [ - { - "room": "NA", - "days": [ - "S" - ], - "hours": [ - 1 - ] - } - ] - }, - "T4": { - "instructors": [ - "Chillara Anil Kumar" - ], - "sched": [] - }, - "T3": { - "instructors": [ - "Tathagat Ray" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 9 + 4 ] } ] - }, - "T6": { - "instructors": [ - "Srijanee Mookherji" - ], - "sched": [] } + }, + "compre": { + "date": "16/12", + "session": "AN" } }, - "CS F215": { - "name": "Digital Design", + "CS G553": { + "name": "Reconfigurable Computing", "sections": { "L1": { "instructors": [ - "SANJAY VIDHYADHARAN" + "CHETAN KUMAR V" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 5 + 7 ] } ] }, - "L2": { + "P1": { "instructors": [ - "Ankur Bhattacharjee" + "Chetan Kumar V" ], "sched": [ { "room": "NA", - "days": [ - "T", - "Th", - "S" + "days": [ + "M", + "W" ], "hours": [ - 5 + 10, + 11 ] } ] }, - "P1": { + "P2": { "instructors": [ - "Sanjay Vidhyadharan" + "Simhadri Hariprasad" + ], + "sched": [] + } + }, + "compre": { + "date": "02/12", + "session": "FN" + } + }, + "CS G554": { + "name": "Distributed Data Systems", + "sections": { + "L1": { + "instructors": [ + "MANIK GUPTA" ], "sched": [ { "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 5 ] } ] }, - "P2": { + "P1": { "instructors": [ - "Sanjay Vidhyadharan" + "Manik Gupta" ], "sched": [ { "room": "NA", "days": [ + "M", "W" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] - }, - "P3": { + } + }, + "compre": { + "date": "02/12", + "session": "AN" + } + }, + "CS G623": { + "name": "Advanced Operat Systems", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "G GEETHAKUMARI" ], "sched": [ { "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 7, - 8 + 5 ] } ] }, - "P5": { + "P1": { "instructors": [ - "BVVSN Prabhakar Rao" + "G Geethakumari" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th" ], "hours": [ - 2, - 3 + 8, + 9 ] } ] }, - "P6": { + "P2": { "instructors": [ - "S K Sahoo" + "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": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 2, 3 ] } ] }, - "P8": { + "P1": { "instructors": [ - "S K Chatterjee" + "Gauri Rajendra M" ], "sched": [ { "room": "NA", "days": [ + "T", "Th" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] - }, - "P4": { + } + }, + "compre": { + "date": "08/12", + "session": "FN" + } + }, + "DE G611": { + "name": "Dynamics & Vibration", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "G R SABAREESH" ], "sched": [ { "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 2, - 3 + 2 ] } ] }, - "P10": { + "P1": { "instructors": [ - "Amit Kumar Panda" + "Hemanth Mithun Praveen" ], "sched": [ { "room": "NA", "days": [ + "M", "W" ], "hours": [ @@ -4607,183 +8250,166 @@ ] } ] - }, - "P12": { + } + }, + "compre": { + "date": "05/12", + "session": "AN" + } + }, + "DE G631": { + "name": "Materials Tech and Testing", + "sections": { + "L1": { "instructors": [ - "Souvik Kundu" + "PIYUSH CHANDRA VERMA" ], "sched": [ { "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 5 ] } ] }, - "P14": { + "P1": { "instructors": [ - "Syed Ershad Ahmed" + "Ashish Saurabh" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] - }, - "P7": { + } + } + }, + "ECE F212": { + "name": "Electromagnetic Theo I", + "sections": { + "L1": { "instructors": [ - "Soumya J" + "PK THIRUVIKRAMAN" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 4 ] } ] }, - "P16": { + "L2": { "instructors": [ - "Amit Ranjan Azad" + "Kannan Ramaswamy" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 2, - 3 + 4 ] } ] }, - "P17": { - "instructors": [ - "Prakash Palasram R" - ], - "sched": [] - }, - "P19": { - "instructors": [ - "Nawin Ra" - ], - "sched": [] - }, - "P20": { - "instructors": [ - "Prakash Palasram R" - ], - "sched": [] - }, - "P9": { + "L3": { "instructors": [ - "Amit Kumar Panda" + "Sarmistha Banik" ], "sched": [ { "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 4 ] } ] }, - "P22": { - "instructors": [ - "Samala Jagadheesh" - ], - "sched": [] - }, - "P24": { - "instructors": [ - "Samala Jagadheesh" - ], - "sched": [] - }, - "P11": { + "L4": { "instructors": [ - "Sayan Kanungo" + "Subash N. Karbelkar" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 4 ] } ] }, - "P26": { - "instructors": [ - "R Venkata Sravya" - ], - "sched": [] - }, - "P28": { + "L5": { "instructors": [ - "R Venkata Sravya" + "Subrahmanya Bhima Sankar" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 4 + ] + } + ] }, - "P13": { + "T1": { "instructors": [ - "Souvik Kundu" + "PK Thiruvikraman" ], "sched": [ { "room": "NA", "days": [ - "Th" + "S" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P30": { - "instructors": [ - "Naveen Bokka" - ], - "sched": [] - }, - "P32": { - "instructors": [ - "Naveen Bokka" - ], - "sched": [] - }, - "P15": { + "T2": { "instructors": [ - "Harish Vijay Dixit" + "Kannan Ramaswamy" ], "sched": [ { @@ -4792,33 +8418,36 @@ "S" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P34": { - "instructors": [ - "Priyalatha. P" - ], - "sched": [] - }, - "P36": { + "T3": { "instructors": [ - "Priyalatha. P" + "Sarmistha Banik" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "S" + ], + "hours": [ + 1 + ] + } + ] }, - "T1": { + "T4": { "instructors": [ - "Sanjay Vidhyadharan" + "Subash N. Karbelkar" ], "sched": [ { "room": "NA", "days": [ - "T" + "S" ], "hours": [ 1 @@ -4826,57 +8455,72 @@ } ] }, - "T2": { + "T5": { "instructors": [ - "Sanjay Vidhyadharan" + "Subrahmanya Bhima Sankar" ], "sched": [ { "room": "NA", "days": [ - "Th" + "S" ], "hours": [ 1 ] } ] - }, - "T3": { + } + }, + "compre": { + "date": "14/12", + "session": "FN" + } + }, + "ECE F214": { + "name": "Electronic Devices", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "SAYAN KANUNGO", + "Debapriya Som" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 2 ] } ] }, - "T4": { + "L2": { "instructors": [ - "Ankur Bhattacharjee" + "Souvik Kundu", + "Priyanka B G" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 2 ] } ] }, - "T5": { + "T1": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Sayan Kanungo" ], "sched": [ { @@ -4890,15 +8534,15 @@ } ] }, - "T6": { + "T2": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Souvik Kundu" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ 1 @@ -4906,25 +8550,25 @@ } ] }, - "T7": { + "T3": { "instructors": [ - "Soumya J" + "Souvik Kundu" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 1 + 9 ] } ] }, - "T8": { + "T4": { "instructors": [ - "Surya Shankar Dan" + "Parikshit Parshuram Sahatiy" ], "sched": [ { @@ -4933,19 +8577,23 @@ "Th" ], "hours": [ - 1 + 9 ] } ] } + }, + "compre": { + "date": "11/12", + "session": "AN" } }, - "CS F222": { - "name": "Discr Struc For Comp Sci", + "ECE F215": { + "name": "Digital Design", "sections": { "L1": { "instructors": [ - "MANJANNA B" + "SANJAY VIDHYADHARAN" ], "sched": [ { @@ -4956,224 +8604,185 @@ "S" ], "hours": [ - 4 + 5 ] } ] }, - "T1": { + "L2": { "instructors": [ - "Mrityunjay Singh" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 9 + 5 ] } ] }, - "T2": { + "P1": { "instructors": [ - "Ramaswamy Venkatakrishna" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T4": { + "P2": { "instructors": [ - "Manjanna B" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 9 + 7, + 8 ] } ] }, - "T3": { + "P3": { "instructors": [ - "Ramaswamy Venkatakrishna" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 9 + 7, + 8 ] } ] }, - "T7": { - "instructors": [ - "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": { + "P5": { "instructors": [ - "R GURURAJ" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "T" ], "hours": [ - 4 + 2, + 3 ] } ] }, - "T1": { + "P6": { "instructors": [ - "R Gururaj" + "S K Sahoo" ], "sched": [ { "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 1 + 2, + 3 ] } ] }, - "T2": { + "P8": { "instructors": [ - "Jabez J Christopher" + "S K Chatterjee" ], "sched": [ { "room": "NA", "days": [ - "W" + "Th" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T4": { - "instructors": [ - "Praturi Venkata Krishna Dee" - ], - "sched": [] - }, - "T3": { + "P4": { "instructors": [ - "Jabez J Christopher" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "M" + "S" ], "hours": [ - 1 + 2, + 3 ] } ] }, - "T6": { - "instructors": [ - "Gourish Goudar" - ], - "sched": [] - } - } - }, - "CS F320": { - "name": "Foundations of Data Science", - "sections": { - "L1": { + "P10": { "instructors": [ - "NL BHANUMURTHY", - "Mohita Ghildiyal" + "Amit Kumar Panda" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 2 + 7, + 8 ] } - ] - } - } - }, - "CS F342": { - "name": "Computer Architecture", - "sections": { - "L1": { + ] + }, + "P12": { "instructors": [ - "SUVADIP BATABYAL" + "Souvik Kundu" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 9 + 7, + 8 ] } ] }, - "P1": { + "P14": { "instructors": [ - "Gourish Goudar" + "Syed Ershad Ahmed" ], "sched": [ { @@ -5182,178 +8791,221 @@ "T" ], "hours": [ - 8, - 9 + 7, + 8 ] } ] }, - "P2": { + "P7": { "instructors": [ - "Rajib Ranjan Maiti" + "Soumya J" ], "sched": [ { "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 6, - 7 + 7, + 8 ] } ] }, - "P4": { + "P16": { "instructors": [ - "Nikumani Choudhary" + "Amit Ranjan Azad" ], "sched": [ { "room": "NA", "days": [ - "F" + "T" ], "hours": [ - 6, - 7 + 2, + 3 ] } ] }, - "P3": { + "P17": { "instructors": [ - "Nikumani Choudhary" + "Prakash Palasram R" + ], + "sched": [] + }, + "P19": { + "instructors": [ + "Nawin Ra" + ], + "sched": [] + }, + "P20": { + "instructors": [ + "Prakash Palasram R" + ], + "sched": [] + }, + "P9": { + "instructors": [ + "Amit Kumar Panda" ], "sched": [ { "room": "NA", "days": [ - "W" + "M" ], "hours": [ - 6, - 7 + 7, + 8 ] } ] }, - "P6": { + "P22": { "instructors": [ - "Chillara Anil Kumar" + "Samala Jagadheesh" ], "sched": [] }, - "P8": { + "P24": { "instructors": [ - "Chillara Anil Kumar" + "Samala Jagadheesh" ], "sched": [] }, - "P5": { + "P11": { "instructors": [ - "Nikumani Choudhary" + "Sayan Kanungo" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 8, - 9 + 7, + 8 ] } ] }, - "P10": { + "P26": { "instructors": [ - "Pattiwar Shravan Kumar" + "R Venkata Sravya" ], "sched": [] }, - "T1": { + "P28": { "instructors": [ - "Suvadip Batabyal" + "R Venkata Sravya" + ], + "sched": [] + }, + "P13": { + "instructors": [ + "Souvik Kundu" ], "sched": [ { "room": "NA", "days": [ - "F" + "Th" ], "hours": [ - 1 + 2, + 3 ] } ] }, - "T2": { + "P30": { "instructors": [ - "Nikumani Choudhary" + "Naveen Bokka" + ], + "sched": [] + }, + "P32": { + "instructors": [ + "Naveen Bokka" + ], + "sched": [] + }, + "P15": { + "instructors": [ + "Harish Vijay Dixit" ], "sched": [ { "room": "NA", "days": [ - "F" + "S" ], "hours": [ - 1 + 2, + 3 ] } ] }, - "T3": { + "P34": { "instructors": [ - "Rajib Ranjan Maiti" + "Priyalatha. P" + ], + "sched": [] + }, + "P36": { + "instructors": [ + "Priyalatha. P" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "F" + "T" ], "hours": [ 1 ] } ] - } - } - }, - "CS F351": { - "name": "Theory of Computation", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "R GURURAJ" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 1 ] } ] }, - "T1": { + "T3": { "instructors": [ - "R Gururaj" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "W" + "T" ], "hours": [ 1 @@ -5361,15 +9013,15 @@ } ] }, - "T2": { + "T4": { "instructors": [ - "Manjanna B" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "W" + "Th" ], "hours": [ 1 @@ -5377,15 +9029,15 @@ } ] }, - "T3": { + "T5": { "instructors": [ - "Manjanna B" + "Karumbaiah Chappanda Nan" ], "sched": [ { "room": "NA", "days": [ - "M" + "T" ], "hours": [ 1 @@ -5393,60 +9045,25 @@ } ] }, - "T5": { - "instructors": [ - "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": { + "T6": { "instructors": [ - "G GEETHAKUMARI" + "Karumbaiah Chappanda Nan" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 8 + 1 ] } ] }, - "T1": { + "T7": { "instructors": [ - "DipanJan Chakraborty" + "Soumya J" ], "sched": [ { @@ -5455,184 +9072,152 @@ "T" ], "hours": [ - 7 + 1 ] } ] }, - "T2": { + "T8": { "instructors": [ - "Paresh Saxena" + "Surya Shankar Dan" ], "sched": [ { "room": "NA", "days": [ - "W" + "Th" ], "hours": [ - 6 + 1 ] } ] - }, - "T3": { + } + }, + "compre": { + "date": "04/12", + "session": "AN" + } + }, + "ECE F242": { + "name": "Control Systems", + "sections": { + "L1": { "instructors": [ - "DipanJan Chakraborty" + "ALIVELU MANGA PARIMI", + "P Shambhu Prasad" ], "sched": [ { "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 6 + 10 ] } ] }, - "T4": { + "L2": { "instructors": [ - "DipanJan Chakraborty" + "Mithun Mondal", + "Gopal Krishna Kamath M", + "Renuka Loka" ], "sched": [ { "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 6 + 10 ] } ] - } - } - }, - "CS F376": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "JABEZ J CHRISTOPHER" - ], - "sched": [] - } - } - }, - "CS F377": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "JABEZ J CHRISTOPHER" - ], - "sched": [] - } - } - }, - "CS F402": { - "name": "Computational Geometry", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "TATHAGAT RAY" + "Alivelu Manga Parimi" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 4 + 1 ] } ] - } - } - }, - "CS F407": { - "name": "Artificial Intelligence", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "JABEZ J CHRISTOPHER", - "Mandan Naresh" + "Alivelu Manga Parimi" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 5 + 9 ] } ] - } - } - }, - "CS F441": { - "name": "Sel Topics From Comp Sc", - "sections": { - "L1": { + }, + "T3": { "instructors": [ - "NL BHANUMURTHY", - "Ramisetty Kavya" + "Alivelu Manga Parimi" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 4 + 1 ] } ] - } - } - }, - "CS F469": { - "name": "Information Retrieval", - "sections": { - "L1": { + }, + "T4": { "instructors": [ - "ARUNA MALAPATI", - "Srijanee Mookherji" + "Gopal Krishna Kamath M" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 3 + 1 ] } ] } + }, + "compre": { + "date": "10/12", + "session": "FN" } }, - "CS G525": { - "name": "Adv Computer Networks", + "ECE F243": { + "name": "Signals & Systems", "sections": { "L1": { "instructors": [ - "PARESH SAXENA" + "BVVSN PRABHAKAR RAO", + "Manoj Samal" ], "sched": [ { @@ -5643,136 +9228,118 @@ "F" ], "hours": [ - 4 + 3 ] } ] }, - "P1": { + "L2": { "instructors": [ - "Paresh Saxena" + "Pratyush Chakraborty", + "Ramakant", + "Sarda Sharma" ], "sched": [ { "room": "NA", "days": [ "M", - "W" + "W", + "F" ], "hours": [ - 8, - 9 + 3 ] } ] }, - "P2": { - "instructors": [ - "Pattiwar Shravan Kumar" - ], - "sched": [] - } - } - }, - "CS G526": { - "name": "Adv Algorithms & Complexity", - "sections": { - "L1": { + "T1": { "instructors": [ - "APURBA DAS" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 2 + 1 ] } ] }, - "P1": { + "T2": { "instructors": [ - "Apurba Das" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "Th" ], "hours": [ - 2, - 3 + 9 ] } ] }, - "P2": { - "instructors": [ - "S Vishwanath Reddy" - ], - "sched": [] - } - } - }, - "CS G527": { - "name": "Cloud Computing", - "sections": { - "L1": { + "T3": { "instructors": [ - "SUBHRAKANTA PANDA" + "Pratyush Chakraborty" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 3 + 1 ] } ] }, - "P1": { + "T4": { "instructors": [ - "Subhrakanta Panda" + "Ramakant" ], "sched": [ { "room": "NA", "days": [ - "F" + "Th" ], "hours": [ - 8, - 9 + 1 ] } ] - }, - "P2": { + } + }, + "compre": { + "date": "07/12", + "session": "FN" + } + }, + "ECE F266": { + "name": "Study Project", + "sections": { + "L1": { "instructors": [ - "Chavali Lalitha" + "STP SRINIVAS" ], "sched": [] } } }, - "CS G541": { - "name": "Pervasive Computing", + "ECE F314": { + "name": "Em Fileds & Micro Engg", "sections": { "L1": { "instructors": [ - "SUVADIP BATABYAL" + "HARISH VIJAY DIXIT" ], "sched": [ { @@ -5783,107 +9350,122 @@ "F" ], "hours": [ - 4 + 9 ] } ] - } - } - }, - "CS G553": { - "name": "Reconfigurable Computing", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "CHETAN KUMAR V" + "Harish Vijay Dixit" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "M" ], "hours": [ - 7 + 1 ] } ] }, - "P1": { + "T2": { "instructors": [ - "Chetan Kumar V" + "Harish Vijay Dixit" ], "sched": [ { "room": "NA", "days": [ - "M", "W" ], "hours": [ - 10, - 11 + 1 ] } ] }, - "P2": { + "T4": { "instructors": [ - "Simhadri Hariprasad" + "G Jayeshkumar Pintubhai" ], "sched": [] } + }, + "compre": { + "date": "09/12", + "session": "AN" } }, - "CS G554": { - "name": "Distributed Data Systems", + "ECE F341": { + "name": "Analog Electronics", "sections": { "L1": { "instructors": [ - "MANIK GUPTA" + "PONNALAGU R N" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" + ], + "hours": [ + 3 + ] + } + ] + }, + "P1": { + "instructors": [ + "Ponnalagu R N" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" ], "hours": [ - 5 + 6, + 7 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Manik Gupta" + "Ponnalagu R N" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "T" ], "hours": [ - 8, - 9 + 1 ] } ] } + }, + "compre": { + "date": "08/12", + "session": "FN" } }, - "CS G623": { - "name": "Advanced Operat Systems", + "ECE F343": { + "name": "Communication Networks", "sections": { "L1": { "instructors": [ - "G GEETHAKUMARI" + "S K SAHOO", + "Mrunali Dnyaneshwar Wagh" ], "sched": [ { @@ -5894,273 +9476,289 @@ "F" ], "hours": [ - 5 + 4 ] } ] }, - "P1": { + "T1": { "instructors": [ - "G Geethakumari" + "S K Sahoo" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "M" ], "hours": [ - 8, - 9 + 1 ] } ] }, - "P2": { - "instructors": [ - "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": { + "T2": { "instructors": [ - "NITIN RAMESH K" + "S K Sahoo" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "F" ], "hours": [ - 3 + 1 ] } ] - }, - "P1": { + } + }, + "compre": { + "date": "16/12", + "session": "AN" + } + }, + "ECE F344": { + "name": "Info Theory & Coding", + "sections": { + "L1": { "instructors": [ - "Gauri Rajendra M" + "AMIT RANJAN AZAD", + "V Sarath Sankar" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "M", + "W", + "F" ], "hours": [ - 8, - 9 + 8 ] } ] - } - } - }, - "DE G611": { - "name": "Dynamics & Vibration", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "G R SABAREESH" + "Amit Ranjan Azad" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "F" ], "hours": [ - 2 + 1 ] } ] }, - "P1": { + "T2": { "instructors": [ - "Hemanth Mithun Praveen" + "Amit Ranjan Azad" ], "sched": [ { "room": "NA", "days": [ - "M", "W" ], "hours": [ - 7, - 8 + 1 ] } ] } + }, + "compre": { + "date": "03/12", + "session": "FN" } }, - "DE G631": { - "name": "Materials Tech and Testing", + "ECE F366": { + "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "PIYUSH CHANDRA VERMA" + "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": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 5 + 9 ] } ] }, - "P1": { + "L2": { "instructors": [ - "Ashish Saurabh" + "Dushyant Kumar", + "Keerti Mallela" ], "sched": [ { "room": "NA", "days": [ "T", - "Th" + "Th", + "S" ], "hours": [ - 8, - 9 + 4 ] } ] - } - } - }, - "ECE F212": { - "name": "Electromagnetic Theo I", - "sections": { - "L1": { + }, + "L3": { "instructors": [ - "PK THIRUVIKRAMAN" + "Archana Srivastava" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 9 ] } ] }, - "L2": { + "L4": { "instructors": [ - "Kannan Ramaswamy" + "Sudatta Banerjee" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 9 ] } ] }, - "L3": { + "L5": { "instructors": [ - "Sarmistha Banik" + "Mini Thomas" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 9 ] } ] }, - "L4": { + "T1": { "instructors": [ - "Subash N. Karbelkar" + "Rishi Kumar" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 4 + 1 ] } ] }, - "L5": { + "T2": { "instructors": [ - "Subrahmanya Bhima Sankar" + "Dushyant Kumar" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 4 + 1 ] } ] }, - "T1": { + "T3": { "instructors": [ - "PK Thiruvikraman" + "Archana Srivastava" ], "sched": [ { "room": "NA", "days": [ - "S" + "W" ], "hours": [ 1 @@ -6168,15 +9766,15 @@ } ] }, - "T2": { + "T4": { "instructors": [ - "Kannan Ramaswamy" + "Sudatta Banerjee" ], "sched": [ { "room": "NA", "days": [ - "S" + "W" ], "hours": [ 1 @@ -6184,63 +9782,82 @@ } ] }, - "T3": { + "T5": { "instructors": [ - "Sarmistha Banik" + "Mini Thomas" ], "sched": [ { "room": "NA", "days": [ - "S" + "W" ], "hours": [ 1 ] } ] - }, - "T4": { + } + }, + "compre": { + "date": "09/12", + "session": "FN" + } + }, + "ECON F212": { + "name": "Funda of Fin and Account", + "sections": { + "L1": { "instructors": [ - "Subash N. Karbelkar" + "NIRANJAN SWAIN", + "Aaishwarya Narayanan" ], "sched": [ { "room": "NA", "days": [ - "S" + "M", + "W", + "F" ], "hours": [ - 1 + 3 ] } ] }, - "T5": { + "L2": { "instructors": [ - "Subrahmanya Bhima Sankar" + "T Nagaraju" ], "sched": [ { "room": "NA", "days": [ - "S" + "M", + "W", + "F" ], "hours": [ - 1 + 3 ] } ] } + }, + "compre": { + "date": "07/12", + "session": "FN" } }, - "ECE F214": { - "name": "Electronic Devices", + "ECON F213": { + "name": "Mathematic & Stat Method", "sections": { "L1": { "instructors": [ - "SAYAN KANUNGO", - "Debapriya Som" + "BHEEMESHWAR REDDY A", + "Dushyant Kumar", + "Prakash Kumar Shukla" ], "sched": [ { @@ -6256,44 +9873,59 @@ } ] }, - "L2": { + "T1": { "instructors": [ - "Souvik Kundu", - "Priyanka B G" + "Bheemeshwar Reddy A" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 2 + 1 ] } ] }, - "T1": { + "T2": { "instructors": [ - "Sayan Kanungo" + "Dushyant Kumar" + ], + "sched": [] + } + }, + "compre": { + "date": "11/12", + "session": "FN" + } + }, + "ECON F214": { + "name": "Economic Env of Business", + "sections": { + "L1": { + "instructors": [ + "BHEEMESHWAR REDDY A", + "Athary Janiso" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 5 ] } ] }, - "T2": { + "T1": { "instructors": [ - "Souvik Kundu" + "Bheemeshwar Reddy A" ], "sched": [ { @@ -6306,32 +9938,82 @@ ] } ] - }, - "T3": { + } + }, + "compre": { + "date": "04/12", + "session": "AN" + } + }, + "ECON F241": { + "name": "Econometric Methods", + "sections": { + "L1": { "instructors": [ - "Souvik Kundu" + "RISHI KUMAR" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 9 + 3 + ] + } + ] + } + }, + "compre": { + "date": "07/12", + "session": "AN" + } + }, + "ECON F266": { + "name": "Study Project", + "sections": { + "L1": { + "instructors": [ + "SWATI ALOK" + ], + "sched": [] + } + } + }, + "ECON F311": { + "name": "International Economics", + "sections": { + "L1": { + "instructors": [ + "MINI THOMAS", + "Ummuhabeeba Chaliyan" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 4 ] } ] }, - "T4": { + "T1": { "instructors": [ - "Parikshit Parshuram Sahatiy" + "Mini Thomas" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ 9 @@ -6339,22 +10021,27 @@ } ] } + }, + "compre": { + "date": "16/12", + "session": "AN" } }, - "ECE F215": { - "name": "Digital Design", + "ECON F312": { + "name": "Money Banking & Fin Markets", "sections": { "L1": { "instructors": [ - "SANJAY VIDHYADHARAN" + "SUNNY KUMAR SINGH", + "Salva.K" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ 5 @@ -6362,371 +10049,471 @@ } ] }, - "L2": { + "T1": { "instructors": [ - "Ankur Bhattacharjee" + "Sunny Kumar Singh" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 5 + 8 ] } ] - }, - "P1": { + } + }, + "compre": { + "date": "02/12", + "session": "AN" + } + }, + "ECON F313": { + "name": "Issues in Economic Dev", + "sections": { + "L1": { "instructors": [ - "Sanjay Vidhyadharan" + "DURGESH C PATHAK" ], "sched": [ { "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 9 ] } ] }, - "P2": { + "T1": { "instructors": [ - "Sanjay Vidhyadharan" + "Durgesh C Pathak" ], "sched": [ { "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 7, 8 ] } ] - }, - "P3": { + } + }, + "compre": { + "date": "09/12", + "session": "AN" + } + }, + "ECON F315": { + "name": "Financial Management", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "NIRANJAN SWAIN" ], "sched": [ { "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 5 ] } ] - }, - "P5": { + } + }, + "compre": { + "date": "04/12", + "session": "FN" + } + }, + "ECON F345": { + "name": "Behavioral Economics", + "sections": { + "L1": { "instructors": [ - "BVVSN Prabhakar Rao" + "DUSHYANT KUMAR", + "Bheemeshwar Reddy A" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 2, - 3 + 7 ] } ] - }, - "P6": { + } + }, + "compre": { + "date": "02/12", + "session": "FN" + } + }, + "ECON F354": { + "name": "Derivatives & Risk Mgmt", + "sections": { + "L1": { "instructors": [ - "S K Sahoo" + "T NAGARAJU", + "Shreya Lahiri" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 2, - 3 + 4 ] } ] }, - "P8": { + "L2": { "instructors": [ - "S K Chatterjee" + "Shreya Biswas" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 4 ] } ] - }, - "P4": { + } + }, + "compre": { + "date": "14/12", + "session": "AN" + } + }, + "ECON F355": { + "name": "Buss Anal & Valuation", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "NIVEDITA SINHA" ], "sched": [ { "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 2, 3 ] } ] - }, - "P10": { + } + }, + "compre": { + "date": "08/12", + "session": "FN" + } + }, + "ECON F366": { + "name": "Laboratory Project", + "sections": { + "L1": { "instructors": [ - "Amit Kumar Panda" + "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": [ + "SUNNY KUMAR SINGH" ], "sched": [ { "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 4 ] } ] - }, - "P12": { + } + }, + "compre": { + "date": "14/12", + "session": "AN" + } + }, + "ECON F412": { + "name": "Secur Anal & Portfol Mgt", + "sections": { + "L1": { "instructors": [ - "Souvik Kundu" + "SHREYA BISWAS", + "Navya Kumar" ], "sched": [ { "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 7, - 8 + 2 ] } ] - }, - "P14": { + } + }, + "compre": { + "date": "11/12", + "session": "FN" + } + }, + "ECON F415": { + "name": "New Venture Creation", + "sections": { + "L1": { "instructors": [ - "Syed Ershad Ahmed" + "R RAGHUNATHAN" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W" ], "hours": [ - 7, - 8 + 11, + 12 ] } ] - }, - "P7": { + } + } + }, + "ECON F434": { + "name": "International Business", + "sections": { + "L1": { "instructors": [ - "Soumya J" + "ARCHANA SRIVASTAVA" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 5 ] } ] - }, - "P16": { + } + }, + "compre": { + "date": "04/12", + "session": "FN" + } + }, + "ECON F435": { + "name": "Marketing Research", + "sections": { + "L1": { "instructors": [ - "Amit Ranjan Azad" + "C H YAGANTI" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 2, - 3 + 2 ] } ] - }, - "P17": { - "instructors": [ - "Prakash Palasram R" - ], - "sched": [] - }, - "P19": { - "instructors": [ - "Nawin Ra" - ], - "sched": [] - }, - "P20": { - "instructors": [ - "Prakash Palasram R" - ], - "sched": [] - }, - "P9": { + } + }, + "compre": { + "date": "11/12", + "session": "AN" + } + }, + "ECON F471": { + "name": "Resources & Envir Econ", + "sections": { + "L1": { "instructors": [ - "Amit Kumar Panda" + "SUDATTA BANERJEE" ], "sched": [ { "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 3 ] } ] - }, - "P22": { - "instructors": [ - "Samala Jagadheesh" - ], - "sched": [] - }, - "P24": { - "instructors": [ - "Samala Jagadheesh" - ], - "sched": [] - }, - "P11": { + } + }, + "compre": { + "date": "07/12", + "session": "AN" + } + }, + "EEE F111": { + "name": "Electrical Sciences", + "sections": { + "L1": { "instructors": [ - "Sayan Kanungo" + "SUDHA RADHIKA", + "Amar Kumar Verma" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 3 ] } ] }, - "P26": { - "instructors": [ - "R Venkata Sravya" - ], - "sched": [] - }, - "P28": { - "instructors": [ - "R Venkata Sravya" - ], - "sched": [] - }, - "P13": { + "L2": { "instructors": [ - "Souvik Kundu" + "STP Srinivas", + "Santhi Durganjali Challa" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 2, 3 ] } ] }, - "P30": { - "instructors": [ - "Naveen Bokka" - ], - "sched": [] - }, - "P32": { - "instructors": [ - "Naveen Bokka" - ], - "sched": [] - }, - "P15": { + "L3": { "instructors": [ - "Harish Vijay Dixit" + "STP Srinivas", + "Sudha Radhika" ], "sched": [ { "room": "NA", "days": [ - "S" + "M", + "W", + "F" ], "hours": [ - 2, - 3 + 10 ] } ] }, - "P34": { - "instructors": [ - "Priyalatha. P" - ], - "sched": [] - }, - "P36": { - "instructors": [ - "Priyalatha. P" - ], - "sched": [] - }, "T1": { "instructors": [ - "Sanjay Vidhyadharan" + "Sudha Radhika" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ 1 @@ -6736,29 +10523,29 @@ }, "T2": { "instructors": [ - "Sanjay Vidhyadharan" + "Sudha Radhika" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 1 + 4 ] } ] }, "T3": { "instructors": [ - "Ankur Bhattacharjee" + "STP Srinivas" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ 1 @@ -6768,61 +10555,61 @@ }, "T4": { "instructors": [ - "Ankur Bhattacharjee" + "STP Srinivas" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 1 + 4 ] } ] }, "T5": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Ponnalagu R N" ], "sched": [ { "room": "NA", "days": [ - "T" + "F" ], "hours": [ - 1 + 4 ] } ] }, "T6": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Ponnalagu R N" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 1 + 4 ] } ] }, "T7": { "instructors": [ - "Soumya J" + "Sourav Nandi" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ 1 @@ -6832,7 +10619,7 @@ }, "T8": { "instructors": [ - "Surya Shankar Dan" + "Sourav Nandi" ], "sched": [ { @@ -6841,28 +10628,53 @@ "Th" ], "hours": [ - 1 + 5 + ] + } + ] + }, + "T9": { + "instructors": [ + "STP Srinivas" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 10 ] } ] + }, + "T10": { + "instructors": [ + "Sudha Radhika" + ], + "sched": [] } + }, + "compre": { + "date": "10/12", + "session": "FN" } }, - "ECE F242": { - "name": "Control Systems", + "EEE F212": { + "name": "Electromagnetic Theo I", "sections": { "L1": { "instructors": [ - "ALIVELU MANGA PARIMI", - "P Shambhu Prasad" + "PK THIRUVIKRAMAN" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ 4 @@ -6872,17 +10684,15 @@ }, "L2": { "instructors": [ - "Mithun Mondal", - "Gopal Krishna Kamath M", - "Renuka Loka" + "Kannan Ramaswamy" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ 4 @@ -6890,123 +10700,117 @@ } ] }, - "T1": { + "L3": { "instructors": [ - "Alivelu Manga Parimi" + "Sarmistha Banik" ], "sched": [ { "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] }, - "T2": { + "L4": { "instructors": [ - "Alivelu Manga Parimi" + "Subash N. Karbelkar" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 9 + 4 ] } ] }, - "T3": { + "L5": { "instructors": [ - "Alivelu Manga Parimi" + "Subrahmanya Bhima Sankar" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] }, - "T4": { + "T1": { "instructors": [ - "Gopal Krishna Kamath M" + "PK Thiruvikraman" ], "sched": [ { "room": "NA", "days": [ - "W" + "S" ], "hours": [ 1 ] } ] - } - } - }, - "ECE F243": { - "name": "Signals & Systems", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "BVVSN PRABHAKAR RAO", - "Manoj Samal" + "Kannan Ramaswamy" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "S" ], "hours": [ - 3 + 1 ] } ] }, - "L2": { + "T3": { "instructors": [ - "Pratyush Chakraborty", - "Ramakant", - "Sarda Sharma" + "Sarmistha Banik" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "S" ], "hours": [ - 3 + 1 ] } ] }, - "T1": { + "T4": { "instructors": [ - "BVVSN Prabhakar Rao" + "Subash N. Karbelkar" ], "sched": [ { "room": "NA", "days": [ - "W" + "S" ], "hours": [ 1 @@ -7014,81 +10818,110 @@ } ] }, - "T2": { + "T5": { "instructors": [ - "BVVSN Prabhakar Rao" + "Subrahmanya Bhima Sankar" ], "sched": [ { "room": "NA", "days": [ - "Th" + "S" ], "hours": [ - 9 + 1 + ] + } + ] + } + }, + "compre": { + "date": "14/12", + "session": "FN" + } + }, + "EEE F214": { + "name": "Electronic Devices", + "sections": { + "L1": { + "instructors": [ + "SAYAN KANUNGO", + "Debapriya Som" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 2 ] } ] }, - "T3": { + "L2": { "instructors": [ - "Pratyush Chakraborty" + "Souvik Kundu", + "Priyanka B G" ], "sched": [ { "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 1 + 2 ] } ] }, - "T4": { + "T1": { "instructors": [ - "Ramakant" + "Sayan Kanungo" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ 1 ] } ] - } - } - }, - "ECE F266": { - "name": "Study Project", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "STP SRINIVAS" + "Souvik Kundu" ], - "sched": [] - } - } - }, - "ECE F314": { - "name": "Em Fileds & Micro Engg", - "sections": { - "L1": { + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 1 + ] + } + ] + }, + "T3": { "instructors": [ - "HARISH VIJAY DIXIT" + "Souvik Kundu" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ 9 @@ -7096,52 +10929,52 @@ } ] }, - "T1": { + "T4": { "instructors": [ - "Harish Vijay Dixit" + "Parikshit Parshuram Sahatiy" ], "sched": [ { "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 1 + 9 ] } ] - }, - "T2": { + } + }, + "compre": { + "date": "11/12", + "session": "AN" + } + }, + "EEE F215": { + "name": "Digital Design", + "sections": { + "L1": { "instructors": [ - "Harish Vijay Dixit" + "SANJAY VIDHYADHARAN" ], "sched": [ { "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 1 + 5 ] } ] }, - "T4": { - "instructors": [ - "G Jayeshkumar Pintubhai" - ], - "sched": [] - } - } - }, - "ECE F341": { - "name": "Analog Electronics", - "sections": { - "L1": { + "L2": { "instructors": [ - "PONNALAGU R N" + "Ankur Bhattacharjee" ], "sched": [ { @@ -7152,14 +10985,14 @@ "S" ], "hours": [ - 3 + 5 ] } ] }, "P1": { "instructors": [ - "Ponnalagu R N" + "Sanjay Vidhyadharan" ], "sched": [ { @@ -7168,69 +11001,64 @@ "M" ], "hours": [ - 6, - 7 + 7, + 8 ] } ] }, - "T1": { + "P2": { "instructors": [ - "Ponnalagu R N" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "T" + "W" ], "hours": [ - 1 + 7, + 8 ] } ] - } - } - }, - "ECE F343": { - "name": "Communication Networks", - "sections": { - "L1": { + }, + "P3": { "instructors": [ - "S K SAHOO", - "Mrunali Dnyaneshwar Wagh" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 4 + 7, + 8 ] } ] }, - "T1": { + "P5": { "instructors": [ - "S K Sahoo" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 1 + 2, + 3 ] } ] }, - "T2": { + "P6": { "instructors": [ "S K Sahoo" ], @@ -7238,57 +11066,52 @@ { "room": "NA", "days": [ - "F" + "Th" ], "hours": [ - 1 + 2, + 3 ] } ] - } - } - }, - "ECE F344": { - "name": "Info Theory & Coding", - "sections": { - "L1": { + }, + "P8": { "instructors": [ - "AMIT RANJAN AZAD", - "V Sarath Sankar" + "S K Chatterjee" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ + 7, 8 ] } ] }, - "T1": { + "P4": { "instructors": [ - "Amit Ranjan Azad" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "F" + "S" ], "hours": [ - 1 + 2, + 3 ] } ] }, - "T2": { + "P10": { "instructors": [ - "Amit Ranjan Azad" + "Amit Kumar Panda" ], "sched": [ { @@ -7297,308 +11120,287 @@ "W" ], "hours": [ - 1 + 7, + 8 ] } ] - } - } - }, - "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", - "sections": { - "L1": { + }, + "P12": { "instructors": [ - "RISHI KUMAR", - "Bincy George" + "Souvik Kundu" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 9 + 7, + 8 ] } ] }, - "L2": { + "P14": { "instructors": [ - "Dushyant Kumar", - "Keerti Mallela" + "Syed Ershad Ahmed" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 4 + 7, + 8 ] } ] }, - "L3": { + "P7": { "instructors": [ - "Archana Srivastava" + "Soumya J" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 9 + 7, + 8 ] } ] }, - "L4": { + "P16": { "instructors": [ - "Sudatta Banerjee" + "Amit Ranjan Azad" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 9 + 2, + 3 ] } ] }, - "L5": { + "P17": { "instructors": [ - "Mini Thomas" + "Prakash Palasram R" ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] + "sched": [] }, - "T1": { + "P19": { "instructors": [ - "Rishi Kumar" + "Nawin Ra" + ], + "sched": [] + }, + "P20": { + "instructors": [ + "Prakash Palasram R" + ], + "sched": [] + }, + "P9": { + "instructors": [ + "Amit Kumar Panda" ], "sched": [ { "room": "NA", "days": [ - "W" + "M" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T2": { + "P22": { "instructors": [ - "Dushyant Kumar" + "Samala Jagadheesh" + ], + "sched": [] + }, + "P24": { + "instructors": [ + "Samala Jagadheesh" + ], + "sched": [] + }, + "P11": { + "instructors": [ + "Sayan Kanungo" ], "sched": [ { "room": "NA", "days": [ - "S" + "T" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T3": { + "P26": { "instructors": [ - "Archana Srivastava" + "R Venkata Sravya" + ], + "sched": [] + }, + "P28": { + "instructors": [ + "R Venkata Sravya" + ], + "sched": [] + }, + "P13": { + "instructors": [ + "Souvik Kundu" ], "sched": [ { "room": "NA", "days": [ - "W" + "Th" ], "hours": [ - 1 + 2, + 3 ] } ] }, - "T4": { + "P30": { "instructors": [ - "Sudatta Banerjee" + "Naveen Bokka" + ], + "sched": [] + }, + "P32": { + "instructors": [ + "Naveen Bokka" + ], + "sched": [] + }, + "P15": { + "instructors": [ + "Harish Vijay Dixit" ], "sched": [ { "room": "NA", "days": [ - "W" + "S" ], "hours": [ - 1 + 2, + 3 ] } ] }, - "T5": { + "P34": { "instructors": [ - "Mini Thomas" + "Priyalatha. P" + ], + "sched": [] + }, + "P36": { + "instructors": [ + "Priyalatha. P" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "W" + "T" ], "hours": [ 1 ] } ] - } - } - }, - "ECON F212": { - "name": "Funda of Fin and Account", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "NIRANJAN SWAIN", - "Aaishwarya Narayanan" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 3 + 1 ] } ] }, - "L2": { + "T3": { "instructors": [ - "T Nagaraju" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 3 + 1 ] } ] - } - } - }, - "ECON F213": { - "name": "Mathematic & Stat Method", - "sections": { - "L1": { + }, + "T4": { "instructors": [ - "BHEEMESHWAR REDDY A", - "Dushyant Kumar", - "Prakash Kumar Shukla" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 2 + 1 ] } ] }, - "T1": { + "T5": { "instructors": [ - "Bheemeshwar Reddy A" + "Karumbaiah Chappanda Nan" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ 1 @@ -7606,39 +11408,25 @@ } ] }, - "T2": { - "instructors": [ - "Dushyant Kumar" - ], - "sched": [] - } - } - }, - "ECON F214": { - "name": "Economic Env of Business", - "sections": { - "L1": { + "T6": { "instructors": [ - "BHEEMESHWAR REDDY A", - "Athary Janiso" + "Karumbaiah Chappanda Nan" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 5 + 1 ] } ] }, - "T1": { + "T7": { "instructors": [ - "Bheemeshwar Reddy A" + "Soumya J" ], "sched": [ { @@ -7651,50 +11439,36 @@ ] } ] - } - } - }, - "ECON F241": { - "name": "Econometric Methods", - "sections": { - "L1": { + }, + "T8": { "instructors": [ - "RISHI KUMAR" + "Surya Shankar Dan" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 3 + 1 ] } ] } + }, + "compre": { + "date": "04/12", + "session": "AN" } }, - "ECON F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "SWATI ALOK" - ], - "sched": [] - } - } - }, - "ECON F311": { - "name": "International Economics", + "EEE F242": { + "name": "Control Systems", "sections": { "L1": { "instructors": [ - "MINI THOMAS", - "Ummuhabeeba Chaliyan" + "ALIVELU MANGA PARIMI", + "P Shambhu Prasad" ], "sched": [ { @@ -7705,36 +11479,16 @@ "F" ], "hours": [ - 4 + 10 ] } ] }, - "T1": { - "instructors": [ - "Mini Thomas" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 9 - ] - } - ] - } - } - }, - "ECON F312": { - "name": "Money Banking & Fin Markets", - "sections": { - "L1": { + "L2": { "instructors": [ - "SUNNY KUMAR SINGH", - "Salva.K" + "Mithun Mondal", + "Gopal Krishna Kamath M", + "Renuka Loka" ], "sched": [ { @@ -7745,43 +11499,36 @@ "F" ], "hours": [ - 5 + 10 ] } ] }, "T1": { "instructors": [ - "Sunny Kumar Singh" + "Alivelu Manga Parimi" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 8 + 1 ] } ] - } - } - }, - "ECON F313": { - "name": "Issues in Economic Dev", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "DURGESH C PATHAK" + "Alivelu Manga Parimi" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ 9 @@ -7789,54 +11536,51 @@ } ] }, - "T1": { + "T3": { "instructors": [ - "Durgesh C Pathak" + "Alivelu Manga Parimi" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 8 + 1 ] } ] - } - } - }, - "ECON F315": { - "name": "Financial Management", - "sections": { - "L1": { + }, + "T4": { "instructors": [ - "NIRANJAN SWAIN" + "Gopal Krishna Kamath M" ], "sched": [ { "room": "NA", - "days": [ - "T", - "Th", - "S" + "days": [ + "W" ], "hours": [ - 5 + 1 ] } ] } + }, + "compre": { + "date": "10/12", + "session": "FN" } }, - "ECON F345": { - "name": "Behavioral Economics", + "EEE F243": { + "name": "Signals & Systems", "sections": { "L1": { "instructors": [ - "DUSHYANT KUMAR", - "Bheemeshwar Reddy A" + "BVVSN PRABHAKAR RAO", + "Manoj Samal" ], "sched": [ { @@ -7847,310 +11591,196 @@ "F" ], "hours": [ - 7 + 3 ] } ] - } - } - }, - "ECON F354": { - "name": "Derivatives & Risk Mgmt", - "sections": { - "L1": { + }, + "L2": { "instructors": [ - "T NAGARAJU", - "Shreya Lahiri" + "Pratyush Chakraborty", + "Ramakant", + "Sarda Sharma" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 3 ] } ] }, - "L2": { + "T1": { "instructors": [ - "Shreya Biswas" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 4 + 1 ] } ] - } - } - }, - "ECON F355": { - "name": "Buss Anal & Valuation", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "NIVEDITA SINHA" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 3 + 9 ] } ] - } - } - }, - "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": { + }, + "T3": { "instructors": [ - "SUNNY KUMAR SINGH" + "Pratyush Chakraborty" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 4 + 1 ] } ] - } - } - }, - "ECON F412": { - "name": "Secur Anal & Portfol Mgt", - "sections": { - "L1": { + }, + "T4": { "instructors": [ - "SHREYA BISWAS", - "Navya Kumar" + "Ramakant" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 2 + 1 ] } ] } + }, + "compre": { + "date": "07/12", + "session": "FN" } }, - "ECON F415": { - "name": "New Venture Creation", + "EEE F266": { + "name": "Study Project", "sections": { "L1": { "instructors": [ - "R RAGHUNATHAN" + "STP SRINIVAS" ], "sched": [] } } }, - "ECON F434": { - "name": "International Business", + "EEE F312": { + "name": "Power Systems", "sections": { "L1": { "instructors": [ - "ARCHANA SRIVASTAVA", - "Archana Srivastava" + "MITHUN MONDAL", + "Shrimathi H P" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" - ], - "hours": [ - 6 - ] - }, - { - "room": "NA", - "days": [ - "S" + "M", + "W", + "F" ], "hours": [ - 5 + 8 ] } ] - } - } - }, - "ECON F435": { - "name": "Marketing Research", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "C H YAGANTI" + "Mithun Mondal" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 2 + 1 ] } ] - } - } - }, - "ECON F471": { - "name": "Resources & Envir Econ", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "SUDATTA BANERJEE" + "Mithun Mondal" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 3 + 1 ] } ] } + }, + "compre": { + "date": "03/12", + "session": "FN" } }, - "EEE F111": { - "name": "Electrical Sciences", + "EEE F313": { + "name": "Analog & Digital Vlsi Des", "sections": { - "L3": { - "instructors": [ - "STP Srinivas", - "Sudha Radhika" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 10 - ] - } - ] - }, - "T9": { + "L1": { "instructors": [ - "STP Srinivas" + "SYED ERSHAD AHMED" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 10 + 2 ] } ] }, - "T2": { - "instructors": [ - "Sudha Radhika" - ], - "sched": [] - } - } - }, - "EEE F212": { - "name": "Electromagnetic Theo I", - "sections": { - "L1": { + "L2": { "instructors": [ - "PK THIRUVIKRAMAN" + "Saroj Mondal" ], "sched": [ { @@ -8161,50 +11791,55 @@ "S" ], "hours": [ - 4 + 2 ] } ] }, - "L2": { + "T1": { "instructors": [ - "Kannan Ramaswamy" + "Syed Ershad Ahmed" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 4 + 1 ] } ] }, - "L3": { + "T2": { "instructors": [ - "Sarmistha Banik" + "Syed Ershad Ahmed" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 4 + 7 ] } ] - }, - "L4": { + } + }, + "compre": { + "date": "05/12", + "session": "AN" + } + }, + "EEE F341": { + "name": "Analog Electronics", + "sections": { + "L1": { "instructors": [ - "Subash N. Karbelkar" + "PONNALAGU R N" ], "sched": [ { @@ -8215,118 +11850,202 @@ "S" ], "hours": [ - 4 + 3 ] } ] }, - "L5": { + "P1": { "instructors": [ - "Subrahmanya Bhima Sankar" + "Ponnalagu R N" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 4 + 6, + 7 ] } ] }, "T1": { "instructors": [ - "PK Thiruvikraman" + "Ponnalagu R N" ], "sched": [ { "room": "NA", "days": [ - "S" + "T" ], "hours": [ 1 ] } ] - }, - "T2": { + } + }, + "compre": { + "date": "08/12", + "session": "FN" + } + }, + "EEE F366": { + "name": "Laboratory Project", + "sections": { + "L1": { "instructors": [ - "Kannan Ramaswamy" + "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": { + "instructors": [ + "SANDEEP KUMAR" ], "sched": [ { "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 1 + 4 ] } ] }, - "T3": { + "P1": { "instructors": [ - "Sarmistha Banik" + "Sandeep Kumar" ], "sched": [ { "room": "NA", "days": [ - "S" + "M" ], "hours": [ - 1 + 6, + 7 ] } ] }, - "T4": { + "P2": { "instructors": [ - "Subash N. Karbelkar" + "Sandeep Kumar" ], "sched": [ { "room": "NA", "days": [ - "S" + "Th" ], "hours": [ - 1 + 8, + 9 ] } ] }, - "T5": { + "P3": { "instructors": [ - "Subrahmanya Bhima Sankar" + "Sandeep Kumar" ], "sched": [ { "room": "NA", "days": [ - "S" + "T" ], "hours": [ - 1 + 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": "14/12", + "session": "AN" } }, - "EEE F214": { - "name": "Electronic Devices", + "EEE F435": { + "name": "Digital Image Processing", "sections": { "L1": { "instructors": [ - "SAYAN KANUNGO", - "Debapriya Som" + "VENKATESWARAN R" ], "sched": [ { @@ -8337,102 +12056,140 @@ "F" ], "hours": [ - 2 + 5 ] } ] - }, - "L2": { + } + }, + "compre": { + "date": "02/12", + "session": "AN" + } + }, + "EEE G512": { + "name": "Embedded System Design", + "sections": { + "L1": { "instructors": [ - "Souvik Kundu", - "Priyanka B G" + "MB SRINIVAS" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 2 + 5 ] } ] }, - "T1": { + "P1": { "instructors": [ - "Sayan Kanungo" + "MB Srinivas" ], "sched": [ { "room": "NA", "days": [ - "T" + "F" ], "hours": [ - 1 + 6, + 7 ] } ] }, - "T2": { + "P2": { "instructors": [ - "Souvik Kundu" + "Jisy N K" + ], + "sched": [] + } + }, + "compre": { + "date": "04/12", + "session": "AN" + } + }, + "EEE G591": { + "name": "Optical Communication", + "sections": { + "L1": { + "instructors": [ + "PRASANT KUMAR P" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 3 ] } ] }, - "T3": { + "P1": { "instructors": [ - "Souvik Kundu" + "Prasant Kumar P" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ + 8, 9 ] } ] }, - "T4": { + "P2": { "instructors": [ - "Parikshit Parshuram Sahatiy" + "Chaluvadi V Naga Bhaskar" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Prasant Kumar P" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ + 8, 9 ] } ] } + }, + "compre": { + "date": "07/12", + "session": "FN" } }, - "EEE F215": { - "name": "Digital Design", + "EEE G612": { + "name": "Coding Theory & Practice", "sections": { "L1": { "instructors": [ - "SANJAY VIDHYADHARAN" + "PRASHANT WALI" ], "sched": [ { @@ -8443,185 +12200,255 @@ "S" ], "hours": [ - 5 + 2 ] } ] }, - "L2": { + "P1": { "instructors": [ - "Ankur Bhattacharjee" + "Prashant Wali" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 5 + 8, + 9 ] } ] }, - "P1": { + "P2": { + "instructors": [ + "T Sachin Ravikant" + ], + "sched": [] + }, + "P3": { "instructors": [ - "Sanjay Vidhyadharan" + "Prashant Wali" ], "sched": [ { "room": "NA", "days": [ - "M" + "S" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] }, - "P2": { + "P4": { "instructors": [ - "Sanjay Vidhyadharan" + "T Sachin Ravikant" + ], + "sched": [] + } + }, + "compre": { + "date": "05/12", + "session": "AN" + } + }, + "EEE G613": { + "name": "Adv Digital Signal Proc", + "sections": { + "L1": { + "instructors": [ + "RAMAKANT" ], "sched": [ { "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 3 ] } ] }, - "P3": { + "P1": { "instructors": [ - "Ankur Bhattacharjee" + "Venkateswaran R" ], "sched": [ { "room": "NA", "days": [ - "F" + "M", + "W" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] }, - "P5": { + "P2": { "instructors": [ - "BVVSN Prabhakar Rao" + "Samit Kumar Ghosh" + ], + "sched": [] + } + }, + "compre": { + "date": "08/12", + "session": "FN" + } + }, + "EEE G622": { + "name": "Advanced Digital Communication", + "sections": { + "L1": { + "instructors": [ + "SOURAV NANDI" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 2, 3 ] } ] }, - "P6": { + "P1": { "instructors": [ - "S K Sahoo" + "Sourav Nandi" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 2, - 3 + 8, + 9 ] } ] }, - "P8": { + "P2": { "instructors": [ - "S K Chatterjee" + "Battina Sindhu" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Sourav Nandi" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] - }, - "P4": { + } + }, + "compre": { + "date": "07/12", + "session": "FN" + } + }, + "EEE G627": { + "name": "Network Embedded Appli", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "MB SRINIVAS" ], "sched": [ { "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 2, - 3 + 2 ] } ] }, - "P10": { + "P1": { "instructors": [ - "Amit Kumar Panda" + "MB Srinivas" ], "sched": [ { "room": "NA", "days": [ - "W" + "M" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] }, - "P12": { + "P2": { "instructors": [ - "Souvik Kundu" + "P Veda Bhanu" + ], + "sched": [] + } + }, + "compre": { + "date": "05/12", + "session": "AN" + } + }, + "EEE G641": { + "name": "Applied Estimation Theory", + "sections": { + "L1": { + "instructors": [ + "PRASHANT WALI" ], "sched": [ { "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 7, - 8 + 4 ] } ] }, - "P14": { + "P1": { "instructors": [ - "Syed Ershad Ahmed" + "Prashant Wali" ], "sched": [ { @@ -8630,154 +12457,148 @@ "T" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] }, - "P7": { + "P2": { "instructors": [ - "Soumya J" + "Swapna Challagundla" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Prashant Wali" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 7, - 8 + 8, + 9 ] } ] - }, - "P16": { + } + }, + "compre": { + "date": "16/12", + "session": "AN" + } + }, + "FIN F311": { + "name": "Derivatives & Risk Mgmt", + "sections": { + "L1": { "instructors": [ - "Amit Ranjan Azad" + "T NAGARAJU", + "Shreya Lahiri" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 2, - 3 + 4 ] } ] }, - "P17": { - "instructors": [ - "Prakash Palasram R" - ], - "sched": [] - }, - "P19": { - "instructors": [ - "Nawin Ra" - ], - "sched": [] - }, - "P20": { - "instructors": [ - "Prakash Palasram R" - ], - "sched": [] - }, - "P9": { + "L2": { "instructors": [ - "Amit Kumar Panda" + "Shreya Biswas" ], "sched": [ { "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 4 ] } ] - }, - "P22": { - "instructors": [ - "Samala Jagadheesh" - ], - "sched": [] - }, - "P24": { - "instructors": [ - "Samala Jagadheesh" - ], - "sched": [] - }, - "P11": { + } + }, + "compre": { + "date": "14/12", + "session": "AN" + } + }, + "FIN F313": { + "name": "Secur Anal & Portfol Mgt", + "sections": { + "L1": { "instructors": [ - "Sayan Kanungo" + "SHREYA BISWAS", + "Navya Kumar" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 2 ] } ] - }, - "P26": { - "instructors": [ - "R Venkata Sravya" - ], - "sched": [] - }, - "P28": { - "instructors": [ - "R Venkata Sravya" - ], - "sched": [] - }, - "P13": { + } + }, + "compre": { + "date": "11/12", + "session": "FN" + } + }, + "FIN F315": { + "name": "Financial Management", + "sections": { + "L1": { "instructors": [ - "Souvik Kundu" + "NIRANJAN SWAIN" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 2, - 3 + 5 ] } ] - }, - "P30": { - "instructors": [ - "Naveen Bokka" - ], - "sched": [] - }, - "P32": { - "instructors": [ - "Naveen Bokka" - ], - "sched": [] - }, - "P15": { + } + }, + "compre": { + "date": "04/12", + "session": "FN" + } + }, + "FIN F414": { + "name": "Financial Risk Analytics and Management", + "sections": { + "L1": { "instructors": [ - "Harish Vijay Dixit" + "T NAGARAJU" ], "sched": [ { @@ -8786,161 +12607,242 @@ "S" ], "hours": [ - 2, - 3 + 7, + 8, + 9 ] } ] - }, - "P34": { - "instructors": [ - "Priyalatha. P" - ], - "sched": [] - }, - "P36": { - "instructors": [ - "Priyalatha. P" - ], - "sched": [] - }, - "T1": { + } + }, + "compre": { + "date": "15/12", + "session": "AN" + } + }, + "GS F212": { + "name": "Environ Dev & Climate", + "sections": { + "L1": { "instructors": [ - "Sanjay Vidhyadharan" + "LAVANYA SURESH", + "Vinay Sankar P" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 5 ] } ] - }, - "T2": { + } + }, + "compre": { + "date": "02/12", + "session": "AN" + } + }, + "GS F233": { + "name": "Public Policy", + "sections": { + "L1": { "instructors": [ - "Sanjay Vidhyadharan" + "MD ZAKARIA SIDDIQUI" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 1 + 3 ] } ] - }, - "T3": { + } + }, + "compre": { + "date": "08/12", + "session": "FN" + } + }, + "GS F234": { + "name": "Development Economics", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "MD ZAKARIA SIDDIQUI" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 9 ] } ] - }, - "T4": { + } + }, + "compre": { + "date": "09/12", + "session": "FN" + } + }, + "HSS F235": { + "name": "Introductory Philosophy", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "JAYESH A K" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 1 + 3 ] } ] - }, - "T5": { + } + }, + "compre": { + "date": "08/12", + "session": "FN" + } + }, + "HSS F236": { + "name": "Symbolic Logic", + "sections": { + "L1": { "instructors": [ - "Karumbaiah Chappanda Nan" + "PRANESH BHARGAVA" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 3 ] } ] - }, - "T6": { + } + }, + "compre": { + "date": "08/12", + "session": "FN" + } + }, + "HSS F237": { + "name": "Contemporary Indian English Fiction", + "sections": { + "L1": { "instructors": [ - "Karumbaiah Chappanda Nan" + "MAYA VINAY" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 5 ] } ] - }, - "T7": { + } + }, + "compre": { + "date": "02/12", + "session": "AN" + } + }, + "HSS F242": { + "name": "Introduction to Phonology", + "sections": { + "L1": { "instructors": [ - "Soumya J" + "PRANESH BHARGAVA" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 5 ] } ] - }, - "T8": { + } + }, + "compre": { + "date": "02/12", + "session": "AN" + } + }, + "HSS F244": { + "name": "Crime and New Media", + "sections": { + "L1": { "instructors": [ - "Surya Shankar Dan" + "ANHITI PATNAIK" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 1 + 2 ] } ] } + }, + "compre": { + "date": "05/12", + "session": "AN" } }, - "EEE F242": { - "name": "Control Systems", + "HSS F245": { + "name": "Gender Science and Technology", "sections": { "L1": { "instructors": [ - "ALIVELU MANGA PARIMI", - "P Shambhu Prasad" + "ASWATHY RAVEENDRAN" ], "sched": [ { @@ -8955,12 +12857,19 @@ ] } ] - }, - "L2": { + } + }, + "compre": { + "date": "16/12", + "session": "FN" + } + }, + "HSS F246": { + "name": "Philosophy of Nagarjuna", + "sections": { + "L1": { "instructors": [ - "Mithun Mondal", - "Gopal Krishna Kamath M", - "Renuka Loka" + "JAYESH A K" ], "sched": [ { @@ -8975,80 +12884,111 @@ ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "16/12", + "session": "AN" + } + }, + "HSS F266": { + "name": "Study Project", + "sections": { + "L1": { "instructors": [ - "Alivelu Manga Parimi" + "ASWATHY RAVEENDRAN" ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { + "sched": [] + } + } + }, + "HSS F317": { + "name": "Intro to Globalization", + "sections": { + "L1": { "instructors": [ - "Alivelu Manga Parimi" + "SUCHISMITA SATPATHY" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 9 + 4 ] } ] - }, - "T3": { + } + }, + "compre": { + "date": "16/12", + "session": "AN" + } + }, + "HSS F318": { + "name": "Intro to Anthropology", + "sections": { + "L1": { "instructors": [ - "Alivelu Manga Parimi" + "SUCHISMITA SATPATHY" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 1 + 3 ] } ] - }, - "T4": { + } + }, + "compre": { + "date": "08/12", + "session": "FN" + } + }, + "HSS F325": { + "name": "Cinematic Adaptation", + "sections": { + "L1": { "instructors": [ - "Gopal Krishna Kamath M" + "SHILPAA ANAND" ], "sched": [ { "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 1 + 2 ] } ] } + }, + "compre": { + "date": "05/12", + "session": "AN" } }, - "EEE F243": { - "name": "Signals & Systems", + "HSS F334": { + "name": "Srimad Bhagavad Gita", "sections": { "L1": { "instructors": [ - "BVVSN PRABHAKAR RAO", - "Manoj Samal" + "ARUNA LOLLA" ], "sched": [ { @@ -9059,16 +12999,24 @@ "F" ], "hours": [ - 3 + 4 ] } ] - }, - "L2": { + } + }, + "compre": { + "date": "16/12", + "session": "FN" + } + }, + "HSS F337": { + "name": "English Literary Forms and Movements", + "sections": { + "L1": { "instructors": [ - "Pratyush Chakraborty", - "Ramakant", - "Sarda Sharma" + "MG PRASUNA", + "S Saritha Sasidharan" ], "sched": [ { @@ -9079,150 +13027,213 @@ "F" ], "hours": [ - 3 + 9 ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "09/12", + "session": "FN" + } + }, + "HSS F338": { + "name": "Comparative Indian Lit", + "sections": { + "L1": { "instructors": [ - "BVVSN Prabhakar Rao" + "MG PRASUNA" ], "sched": [ { "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 1 + 4 ] } ] - }, - "T2": { + } + }, + "compre": { + "date": "16/12", + "session": "FN" + } + }, + "HSS F340": { + "name": "Post Colonial Literature", + "sections": { + "L1": { "instructors": [ - "BVVSN Prabhakar Rao" + "MAYA VINAY" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 9 + 3 ] } ] - }, - "T3": { + } + }, + "compre": { + "date": "08/12", + "session": "FN" + } + }, + "HSS F362": { + "name": "Local Governance and Participation", + "sections": { + "L1": { "instructors": [ - "Pratyush Chakraborty" + "LAVANYA SURESH" ], "sched": [ { "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 1 + 2 ] } ] - }, - "T4": { + } + }, + "compre": { + "date": "05/12", + "session": "AN" + } + }, + "HSS F363": { + "name": "Disaster and Development", + "sections": { + "L1": { "instructors": [ - "Ramakant" + "BISWANATH DASH", + "Manomita Das" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 1 + 5 ] } ] } + }, + "compre": { + "date": "04/12", + "session": "FN" } }, - "EEE F266": { - "name": "Study Project", + "HSS F365": { + "name": "Science of Sustainable Happiness", "sections": { "L1": { "instructors": [ - "STP SRINIVAS" + "ARUNA LOLLA" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 3 + ] + } + ] } + }, + "compre": { + "date": "08/12", + "session": "FN" } }, - "EEE F312": { - "name": "Power Systems", + "INSTR F212": { + "name": "Electromagnetic Theory I", "sections": { "L1": { "instructors": [ - "MITHUN MONDAL", - "Shrimathi H P" + "PK THIRUVIKRAMAN" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 8 + 4 ] } ] }, - "T1": { + "L2": { "instructors": [ - "Mithun Mondal" + "Kannan Ramaswamy" ], "sched": [ { "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] }, - "T2": { + "L3": { "instructors": [ - "Mithun Mondal" + "Sarmistha Banik" ], "sched": [ { "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] - } - } - }, - "EEE F313": { - "name": "Analog & Digital Vlsi Des", - "sections": { - "L1": { + }, + "L4": { "instructors": [ - "SYED ERSHAD AHMED" + "Subash N. Karbelkar" ], "sched": [ { @@ -9233,14 +13244,14 @@ "S" ], "hours": [ - 2 + 4 ] } ] }, - "L2": { + "L5": { "instructors": [ - "Saroj Mondal" + "Subrahmanya Bhima Sankar" ], "sched": [ { @@ -9251,20 +13262,20 @@ "S" ], "hours": [ - 2 + 4 ] } ] }, "T1": { "instructors": [ - "Syed Ershad Ahmed" + "PK Thiruvikraman" ], "sched": [ { "room": "NA", "days": [ - "M" + "S" ], "hours": [ 1 @@ -9274,163 +13285,150 @@ }, "T2": { "instructors": [ - "Syed Ershad Ahmed" + "Kannan Ramaswamy" ], "sched": [ { "room": "NA", "days": [ - "Th" + "S" ], "hours": [ - 7 + 1 ] } ] - } - } - }, - "EEE F341": { - "name": "Analog Electronics", - "sections": { - "L1": { + }, + "T3": { "instructors": [ - "PONNALAGU R N" + "Sarmistha Banik" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 3 + 1 ] } ] }, - "P1": { + "T4": { "instructors": [ - "Ponnalagu R N" + "Subash N. Karbelkar" ], "sched": [ { "room": "NA", "days": [ - "M" + "S" + ], + "hours": [ + 1 + ] + } + ] + }, + "T5": { + "instructors": [ + "Subrahmanya Bhima Sankar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "S" + ], + "hours": [ + 1 + ] + } + ] + } + }, + "compre": { + "date": "14/12", + "session": "FN" + } + }, + "INSTR F214": { + "name": "Electronic Devices", + "sections": { + "L1": { + "instructors": [ + "SAYAN KANUNGO", + "Debapriya Som" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" ], "hours": [ - 6, - 7 + 2 ] } ] }, - "T1": { + "L2": { "instructors": [ - "Ponnalagu R N" + "Souvik Kundu", + "Priyanka B G" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 2 ] } ] - } - } - }, - "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": { + }, + "T1": { "instructors": [ - "SANDEEP KUMAR" + "Sayan Kanungo" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 5 + 1 ] } ] }, - "P1": { + "T2": { "instructors": [ - "Sandeep Kumar" + "Souvik Kundu" ], "sched": [ { "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 6, - 7 + 1 ] } ] }, - "P2": { + "T3": { "instructors": [ - "Sandeep Kumar" + "Souvik Kundu" ], "sched": [ { @@ -9439,61 +13437,39 @@ "Th" ], "hours": [ - 8, 9 ] } ] }, - "P3": { + "T4": { "instructors": [ - "Sandeep Kumar" + "Parikshit Parshuram Sahatiy" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 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": "11/12", + "session": "AN" } }, - "EEE F435": { - "name": "Digital Image Processing", + "INSTR F215": { + "name": "Digital Design", "sections": { "L1": { "instructors": [ - "VENKATESWARAN R" + "SANJAY VIDHYADHARAN" ], "sched": [ { @@ -9504,19 +13480,14 @@ "S" ], "hours": [ - 4 + 5 ] } ] - } - } - }, - "EEE G512": { - "name": "Embedded System Design", - "sections": { - "L1": { + }, + "L2": { "instructors": [ - "MB SRINIVAS" + "Ankur Bhattacharjee" ], "sched": [ { @@ -9534,53 +13505,41 @@ }, "P1": { "instructors": [ - "MB Srinivas" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "F" + "M" ], "hours": [ - 5, - 6 + 7, + 8 ] } ] }, "P2": { "instructors": [ - "Jisy N K" - ], - "sched": [] - } - } - }, - "EEE G591": { - "name": "Optical Communication", - "sections": { - "L1": { - "instructors": [ - "PRASANT KUMAR P" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 3 + 7, + 8 ] } ] }, - "P1": { + "P3": { "instructors": [ - "Prasant Kumar P" + "Ankur Bhattacharjee" ], "sched": [ { @@ -9589,21 +13548,15 @@ "F" ], "hours": [ - 8, - 9 + 7, + 8 ] } ] }, - "P2": { - "instructors": [ - "Chaluvadi V Naga Bhaskar" - ], - "sched": [] - }, - "P3": { + "P5": { "instructors": [ - "Prasant Kumar P" + "BVVSN Prabhakar Rao" ], "sched": [ { @@ -9612,38 +13565,32 @@ "T" ], "hours": [ - 8, - 9 + 2, + 3 ] } ] - } - } - }, - "EEE G612": { - "name": "Coding Theory & Practice", - "sections": { - "L1": { + }, + "P6": { "instructors": [ - "PRASHANT WALI" + "S K Sahoo" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 2, + 3 ] } ] }, - "P1": { + "P8": { "instructors": [ - "Prashant Wali" + "S K Chatterjee" ], "sched": [ { @@ -9652,21 +13599,15 @@ "Th" ], "hours": [ - 8, - 9 + 7, + 8 ] } ] }, - "P2": { - "instructors": [ - "T Sachin Ravikant" - ], - "sched": [] - }, - "P3": { + "P4": { "instructors": [ - "Prashant Wali" + "Ankur Bhattacharjee" ], "sched": [ { @@ -9675,91 +13616,83 @@ "S" ], "hours": [ - 8, - 9 + 2, + 3 ] } ] }, - "P4": { + "P10": { "instructors": [ - "T Sachin Ravikant" + "Amit Kumar Panda" ], - "sched": [] - } - } - }, - "EEE G613": { - "name": "Adv Digital Signal Proc", - "sections": { - "L1": { + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 7, + 8 + ] + } + ] + }, + "P12": { "instructors": [ - "RAMAKANT" + "Souvik Kundu" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "F" ], "hours": [ - 3 + 7, + 8 ] } ] }, - "P1": { + "P14": { "instructors": [ - "Venkateswaran R" + "Syed Ershad Ahmed" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "T" ], "hours": [ - 8, - 9 + 7, + 8 ] } ] }, - "P2": { - "instructors": [ - "Samit Kumar Ghosh" - ], - "sched": [] - } - } - }, - "EEE G622": { - "name": "Advanced Digital Communication", - "sections": { - "L1": { + "P7": { "instructors": [ - "SOURAV NANDI" + "Soumya J" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 3 + 7, + 8 ] } ] }, - "P1": { + "P16": { "instructors": [ - "Sourav Nandi" + "Amit Ranjan Azad" ], "sched": [ { @@ -9768,311 +13701,287 @@ "T" ], "hours": [ - 8, - 9 + 2, + 3 ] } ] }, - "P2": { + "P17": { "instructors": [ - "Battina Sindhu" + "Prakash Palasram R" ], "sched": [] }, - "P3": { + "P19": { "instructors": [ - "Sourav Nandi" + "Nawin Ra" ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - } - }, - "EEE G627": { - "name": "Network Embedded Appli", - "sections": { - "L1": { + "sched": [] + }, + "P20": { "instructors": [ - "MB SRINIVAS" + "Prakash Palasram R" + ], + "sched": [] + }, + "P9": { + "instructors": [ + "Amit Kumar Panda" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 2 + 7, + 8 ] } ] }, - "P1": { + "P22": { "instructors": [ - "MB Srinivas" + "Samala Jagadheesh" + ], + "sched": [] + }, + "P24": { + "instructors": [ + "Samala Jagadheesh" + ], + "sched": [] + }, + "P11": { + "instructors": [ + "Sayan Kanungo" ], "sched": [ { "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 8, - 9 + 7, + 8 ] } ] }, - "P2": { + "P26": { "instructors": [ - "P Veda Bhanu" + "R Venkata Sravya" ], "sched": [] - } - } - }, - "EEE G641": { - "name": "Applied Estimation Theory", - "sections": { - "L1": { + }, + "P28": { "instructors": [ - "PRASHANT WALI" + "R Venkata Sravya" + ], + "sched": [] + }, + "P13": { + "instructors": [ + "Souvik Kundu" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 4 + 2, + 3 ] } ] }, - "P1": { + "P30": { "instructors": [ - "Prashant Wali" + "Naveen Bokka" + ], + "sched": [] + }, + "P32": { + "instructors": [ + "Naveen Bokka" + ], + "sched": [] + }, + "P15": { + "instructors": [ + "Harish Vijay Dixit" ], "sched": [ { "room": "NA", "days": [ - "T" + "S" ], "hours": [ - 8, - 9 + 2, + 3 ] } ] }, - "P2": { + "P34": { "instructors": [ - "Swapna Challagundla" + "Priyalatha. P" ], "sched": [] }, - "P3": { + "P36": { "instructors": [ - "Prashant Wali" + "Priyalatha. P" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "F" + "T" ], "hours": [ - 8, - 9 + 1 ] } ] - } - } - }, - "FIN F311": { - "name": "Derivatives & Risk Mgmt", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "T NAGARAJU", - "Shreya Lahiri" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 4 + 1 ] } ] }, - "L2": { + "T3": { "instructors": [ - "Shreya Biswas" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 4 + 1 ] } ] - } - } - }, - "FIN F313": { - "name": "Secur Anal & Portfol Mgt", - "sections": { - "L1": { + }, + "T4": { "instructors": [ - "SHREYA BISWAS", - "Navya Kumar" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 2 + 1 ] } ] - } - } - }, - "FIN F315": { - "name": "Financial Management", - "sections": { - "L1": { + }, + "T5": { "instructors": [ - "NIRANJAN SWAIN" + "Karumbaiah Chappanda Nan" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 5 + 1 ] } ] - } - } - }, - "FIN F414": { - "name": "Financial Risk Analytics and Management", - "sections": { - "L1": { + }, + "T6": { "instructors": [ - "T NAGARAJU" + "Karumbaiah Chappanda Nan" ], "sched": [ { "room": "NA", "days": [ - "S" + "Th" ], "hours": [ - 7, - 8, - 9 + 1 ] } ] - } - } - }, - "GS F212": { - "name": "Environ Dev & Climate", - "sections": { - "L1": { + }, + "T7": { "instructors": [ - "LAVANYA SURESH", - "Vinay Sankar P" + "Soumya J" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 9 + 1 ] } ] - } - } - }, - "GS F233": { - "name": "Public Policy", - "sections": { - "L1": { + }, + "T8": { "instructors": [ - "MD ZAKARIA SIDDIQUI" + "Surya Shankar Dan" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 3 + 1 ] } ] } + }, + "compre": { + "date": "04/12", + "session": "AN" } }, - "GS F234": { - "name": "Development Economics", + "INSTR F242": { + "name": "Control Systems", "sections": { "L1": { "instructors": [ - "MD ZAKARIA SIDDIQUI" + "ALIVELU MANGA PARIMI", + "P Shambhu Prasad" ], "sched": [ { @@ -10083,157 +13992,128 @@ "F" ], "hours": [ - 9 + 10 ] } ] - } - } - }, - "HSS F235": { - "name": "Introductory Philosophy", - "sections": { - "L1": { + }, + "L2": { "instructors": [ - "JAYESH A K" + "Mithun Mondal", + "Gopal Krishna Kamath M", + "Renuka Loka" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 2 + 10 ] } ] - } - } - }, - "HSS F236": { - "name": "Symbolic Logic", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "PRANESH BHARGAVA" + "Alivelu Manga Parimi" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 3 + 1 ] } ] - } - } - }, - "HSS F237": { - "name": "Contemporary Indian English Fiction", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "MAYA VINAY" + "Alivelu Manga Parimi" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 4 + 9 ] } ] - } - } - }, - "HSS F242": { - "name": "Introduction to Phonology", - "sections": { - "L1": { + }, + "T3": { "instructors": [ - "PRANESH BHARGAVA" + "Alivelu Manga Parimi" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 5 + 1 ] } ] - } - } - }, - "HSS F244": { - "name": "Crime and New Media", - "sections": { - "L1": { + }, + "T4": { "instructors": [ - "ANHITI PATNAIK" + "Gopal Krishna Kamath M" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 2 + 1 ] } ] } + }, + "compre": { + "date": "10/12", + "session": "FN" } }, - "HSS F245": { - "name": "Gender Science and Technology", + "INSTR F243": { + "name": "Signals & Systems", "sections": { "L1": { "instructors": [ - "ASWATHY RAVEENDRAN" + "BVVSN PRABHAKAR RAO", + "Manoj Samal" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 2 + 3 ] } ] - } - } - }, - "HSS F246": { - "name": "Philosophy of Nagarjuna", - "sections": { - "L1": { + }, + "L2": { "instructors": [ - "JAYESH A K" + "Pratyush Chakraborty", + "Ramakant", + "Sarda Sharma" ], "sched": [ { @@ -10244,169 +14124,141 @@ "F" ], "hours": [ - 4 + 3 ] } ] - } - } - }, - "HSS F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "ASWATHY RAVEENDRAN" - ], - "sched": [] - } - } - }, - "HSS F317": { - "name": "Intro to Globalization", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "SUCHISMITA SATPATHY" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 5 + 1 ] } ] - } - } - }, - "HSS F318": { - "name": "Intro to Anthropology", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "SUCHISMITA SATPATHY" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 9 ] } ] - } - } - }, - "HSS F325": { - "name": "Cinematic Adaptation", - "sections": { - "L1": { + }, + "T3": { "instructors": [ - "SHILPAA ANAND" + "Pratyush Chakraborty" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 2 + 1 ] } ] - } - } - }, - "HSS F334": { - "name": "Srimad Bhagavad Gita", - "sections": { - "L1": { + }, + "T4": { "instructors": [ - "ARUNA LOLLA" + "Ramakant" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 9 + 1 ] } ] } + }, + "compre": { + "date": "07/12", + "session": "FN" + } + }, + "INSTR F266": { + "name": "Study Project", + "sections": { + "L1": { + "instructors": [ + "STP SRINIVAS" + ], + "sched": [] + } } }, - "HSS F337": { - "name": "English Literary Forms and Movements", + "INSTR F312": { + "name": "Transd & Measurement Tec", "sections": { "L1": { "instructors": [ - "MG PRASUNA", - "S Saritha Sasidharan" + "KARUMBAIAH CHAPPANDA" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 3 + 8 ] } ] - } - } - }, - "HSS F338": { - "name": "Comparative Indian Lit", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "MG PRASUNA" + "Karumbaiah Chappanda Nan" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 5 + 1 ] } ] } + }, + "compre": { + "date": "03/12", + "session": "FN" } }, - "HSS F340": { - "name": "Post Colonial Literature", + "INSTR F313": { + "name": "Analog & Digital Vlsi Des", "sections": { "L1": { "instructors": [ - "MAYA VINAY" + "SYED ERSHAD AHMED" ], "sched": [ { @@ -10417,19 +14269,14 @@ "S" ], "hours": [ - 3 + 2 ] } ] - } - } - }, - "HSS F362": { - "name": "Local Governance and Participation", - "sections": { - "L1": { + }, + "L2": { "instructors": [ - "LAVANYA SURESH" + "Saroj Mondal" ], "sched": [ { @@ -10444,62 +14291,51 @@ ] } ] - } - } - }, - "HSS F363": { - "name": "Disaster and Development", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "BISWANATH DASH", - "Manomita Das" + "Syed Ershad Ahmed" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 5 + 1 ] } ] - } - } - }, - "HSS F365": { - "name": "Science of Sustainable Happiness", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "ARUNA LOLLA" + "Syed Ershad Ahmed" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 3 + 7 ] } ] } + }, + "compre": { + "date": "05/12", + "session": "AN" } }, - "INSTR F212": { - "name": "Electromagnetic Theory I", + "INSTR F341": { + "name": "Analog Electronics", "sections": { "L1": { "instructors": [ - "PK THIRUVIKRAMAN" + "PONNALAGU R N" ], "sched": [ { @@ -10510,108 +14346,171 @@ "S" ], "hours": [ - 4 + 3 ] } ] }, - "L2": { + "P1": { "instructors": [ - "Kannan Ramaswamy" + "Ponnalagu R N" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 4 + 6, + 7 ] } ] }, - "L3": { + "T1": { "instructors": [ - "Sarmistha Banik" + "Ponnalagu R N" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 4 + 1 ] } ] - }, - "L4": { + } + }, + "compre": { + "date": "08/12", + "session": "FN" + } + }, + "INSTR F343": { + "name": "Indus Instrument & Cont", + "sections": { + "L1": { "instructors": [ - "Subash N. Karbelkar" + "BALASUBRAMANIAN M" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 9 ] } ] }, - "L5": { + "T1": { "instructors": [ - "Subrahmanya Bhima Sankar" + "Balasubramanian M" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 4 + 1 ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "09/12", + "session": "AN" + } + }, + "INSTR F366": { + "name": "Laboratory Project", + "sections": { + "L1": { "instructors": [ - "PK Thiruvikraman" + "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": { + "L1": { + "instructors": [ + "A Michael Alphonse", + "Pratyusha Chattopadhyaa" ], "sched": [ { "room": "NA", "days": [ - "S" + "M", + "W", + "F" ], "hours": [ - 1 + 5 ] } ] }, - "T2": { + "L2": { "instructors": [ - "Kannan Ramaswamy" + "DK Satpathi", + "G Murali Mohan Reddy" ], "sched": [ { "room": "NA", "days": [ - "S" + "M", + "W", + "F" ], "hours": [ 1 @@ -10619,63 +14518,67 @@ } ] }, - "T3": { + "L3": { "instructors": [ - "Sarmistha Banik" + "K Venkata Ratnam", + "Sumit Kumar V" ], "sched": [ { "room": "NA", "days": [ - "S" + "M", + "W", + "F" ], "hours": [ - 1 + 5 ] } ] }, - "T4": { + "L4": { "instructors": [ - "Subash N. Karbelkar" + "JHUMA SEN GUPTA", + "Manish Kumar" ], "sched": [ { "room": "NA", "days": [ - "S" + "M", + "W", + "F" ], "hours": [ - 1 + 5 ] } ] }, - "T5": { + "L5": { "instructors": [ - "Subrahmanya Bhima Sankar" + "Sharan Gopal", + "Deepika" ], "sched": [ { "room": "NA", "days": [ - "S" + "M", + "W", + "F" ], "hours": [ 1 ] } ] - } - } - }, - "INSTR F214": { - "name": "Electronic Devices", - "sections": { - "L1": { + }, + "L6": { "instructors": [ - "SAYAN KANUNGO", - "Debapriya Som" + "Debopam Chakraborthy", + "Rohit Gupta" ], "sched": [ { @@ -10686,33 +14589,32 @@ "F" ], "hours": [ - 2 + 1 ] } ] }, - "L2": { + "L7": { "instructors": [ - "Souvik Kundu", - "Priyanka B G" + "A Michael Alphonse" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 2 + 3 ] } ] }, "T1": { "instructors": [ - "Sayan Kanungo" + "A Michael Alphonse" ], "sched": [ { @@ -10728,7 +14630,7 @@ }, "T2": { "instructors": [ - "Souvik Kundu" + "DK Satpathi" ], "sched": [ { @@ -10744,131 +14646,103 @@ }, "T3": { "instructors": [ - "Souvik Kundu" + "K Venkata Ratnam" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 9 + 1 ] } ] }, "T4": { "instructors": [ - "Parikshit Parshuram Sahatiy" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 9 - ] - } - ] - } - } - }, - "INSTR F215": { - "name": "Digital Design", - "sections": { - "L1": { - "instructors": [ - "SANJAY VIDHYADHARAN" + "Manish Kumar" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 5 + 1 ] } ] }, - "L2": { + "T5": { "instructors": [ - "Ankur Bhattacharjee" + "Sharan Gopal" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 5 + 1 ] } ] }, - "P1": { + "T6": { "instructors": [ - "Sanjay Vidhyadharan" + "Debopam Chakraborthy" ], "sched": [ { "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P2": { + "T7": { "instructors": [ - "Sanjay Vidhyadharan" + "Pratyusha Chattopadhyaa" ], "sched": [ { "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P3": { + "T8": { "instructors": [ - "Ankur Bhattacharjee" + "G Murali Mohan Reddy" ], "sched": [ { "room": "NA", "days": [ - "F" + "T" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P5": { + "T9": { "instructors": [ - "BVVSN Prabhakar Rao" + "Sumit Kumar V" ], "sched": [ { @@ -10877,100 +14751,94 @@ "T" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P6": { + "T10": { "instructors": [ - "S K Sahoo" + "Deepika" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P8": { + "T11": { "instructors": [ - "S K Chatterjee" + "A Karthik" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P4": { + "T12": { "instructors": [ - "Ankur Bhattacharjee" + "T Ranjan Panigrahi" ], "sched": [ { "room": "NA", "days": [ - "S" + "T" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P10": { + "T13": { "instructors": [ - "Amit Kumar Panda" + "Faiz Imam" ], "sched": [ { "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P12": { + "T14": { "instructors": [ - "Souvik Kundu" + "Agrawal Amarkumar Shyams" ], "sched": [ { "room": "NA", "days": [ - "F" + "T" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P14": { + "T15": { "instructors": [ - "Syed Ershad Ahmed" + "G Vinodkumar Rajlingappa" ], "sched": [ { @@ -10979,32 +14847,30 @@ "T" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P7": { + "T16": { "instructors": [ - "Soumya J" + "Tapaswini Patro" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P16": { + "T17": { "instructors": [ - "Amit Ranjan Azad" + "Aleena Philip" ], "sched": [ { @@ -11013,62 +14879,30 @@ "T" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P17": { - "instructors": [ - "Prakash Palasram R" - ], - "sched": [] - }, - "P19": { - "instructors": [ - "Nawin Ra" - ], - "sched": [] - }, - "P20": { - "instructors": [ - "Prakash Palasram R" - ], - "sched": [] - }, - "P9": { + "T18": { "instructors": [ - "Amit Kumar Panda" + "Nakidi Shravani" ], "sched": [ { "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P22": { - "instructors": [ - "Samala Jagadheesh" - ], - "sched": [] - }, - "P24": { - "instructors": [ - "Samala Jagadheesh" - ], - "sched": [] - }, - "P11": { + "T19": { "instructors": [ - "Sayan Kanungo" + "Anjali P V" ], "sched": [ { @@ -11077,279 +14911,255 @@ "T" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P26": { - "instructors": [ - "R Venkata Sravya" - ], - "sched": [] - }, - "P28": { - "instructors": [ - "R Venkata Sravya" - ], - "sched": [] - }, - "P13": { + "T20": { "instructors": [ - "Souvik Kundu" + "Rohit Gupta" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P30": { - "instructors": [ - "Naveen Bokka" - ], - "sched": [] - }, - "P32": { - "instructors": [ - "Naveen Bokka" - ], - "sched": [] - }, - "P15": { + "T21": { "instructors": [ - "Harish Vijay Dixit" + "Jhuma Sen Gupta" ], "sched": [ { "room": "NA", "days": [ - "S" + "T" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P34": { - "instructors": [ - "Priyalatha. P" - ], - "sched": [] - }, - "P36": { - "instructors": [ - "Priyalatha. P" - ], - "sched": [] - }, - "T1": { + "T22": { "instructors": [ - "Sanjay Vidhyadharan" + "A Michael Alphonse" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ - 1 + 10 ] } ] - }, - "T2": { + } + }, + "compre": { + "date": "08/12", + "session": "FN" + } + }, + "MATH F211": { + "name": "Mathematics III", + "sections": { + "L1": { "instructors": [ - "Sanjay Vidhyadharan" + "B Mishra", + "Anil Nemili" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 5 ] } ] }, - "T3": { + "L2": { "instructors": [ - "Ankur Bhattacharjee" + "PK Sahoo", + "Kishore Kumar" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 5 ] } ] }, - "T4": { + "L3": { "instructors": [ - "Ankur Bhattacharjee" + "TSL Radhika", + "Nirman Ganguly" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 9 ] } ] }, - "T5": { + "L4": { "instructors": [ - "Karumbaiah Chappanda Nan" + "SANTANU KOLEY", + "PTV Praveen Kumar" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 5 ] } ] }, - "T6": { + "L5": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Jagan Mohan J", + "K Bhargav Kumar" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 9 ] } ] }, - "T7": { + "L6": { "instructors": [ - "Soumya J" + "Sabyasachi Dey", + "A Ramu" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 9 ] } ] }, - "T8": { + "T1": { "instructors": [ - "Surya Shankar Dan" + "B Mishra" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 1 + 9 ] } ] - } - } - }, - "INSTR F242": { - "name": "Control Systems", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "ALIVELU MANGA PARIMI", - "P Shambhu Prasad" + "PK Sahoo" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 4 + 9 ] } ] }, - "L2": { + "T3": { "instructors": [ - "Mithun Mondal", - "Gopal Krishna Kamath M", - "Renuka Loka" + "TSL Radhika" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 4 + 9 ] } ] }, - "T1": { + "T5": { "instructors": [ - "Alivelu Manga Parimi" + "Jagan Mohan J" ], "sched": [ { "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 1 + 9 ] } ] }, - "T2": { + "T6": { "instructors": [ - "Alivelu Manga Parimi" + "Sabyasachi Dey" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ 9 @@ -11357,47 +15167,101 @@ } ] }, - "T3": { + "T7": { "instructors": [ - "Alivelu Manga Parimi" + "Kshma Trivedi" ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 1 - ] - } - ] + "sched": [] + }, + "T9": { + "instructors": [ + "N S Gopal" + ], + "sched": [] + }, + "T10": { + "instructors": [ + "Nirman Ganguly" + ], + "sched": [] + }, + "T11": { + "instructors": [ + "R Revathi" + ], + "sched": [] }, "T4": { "instructors": [ - "Gopal Krishna Kamath M" + "Santanu Koley" ], "sched": [ { "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 1 + 9 ] } ] + }, + "T13": { + "instructors": [ + "PTV Praveen Kumar" + ], + "sched": [] + }, + "T14": { + "instructors": [ + "Simran Arora" + ], + "sched": [] + }, + "T16": { + "instructors": [ + "K Bhargav Kumar" + ], + "sched": [] + }, + "T17": { + "instructors": [ + "Sanjay Mandal" + ], + "sched": [] + }, + "T18": { + "instructors": [ + "Tusharakanta Pradhan" + ], + "sched": [] + }, + "T20": { + "instructors": [ + "A Ramu" + ], + "sched": [] + }, + "T21": { + "instructors": [ + "Sri Sakti Swarup Anupindi" + ], + "sched": [] } + }, + "compre": { + "date": "01/12", + "session": "FN" } }, - "INSTR F243": { - "name": "Signals & Systems", + "MATH F212": { + "name": "Optimization", "sections": { "L1": { "instructors": [ - "BVVSN PRABHAKAR RAO", - "Manoj Samal" + "PK Sahoo", + "V Venkata Hara Gopal" ], "sched": [ { @@ -11408,16 +15272,15 @@ "F" ], "hours": [ - 3 + 9 ] } ] }, "L2": { "instructors": [ - "Pratyush Chakraborty", - "Ramakant", - "Sarda Sharma" + "SUMIT KUMAR V", + "PTV Praveen Kumar" ], "sched": [ { @@ -11428,62 +15291,80 @@ "F" ], "hours": [ - 3 + 2 ] } ] }, "T1": { "instructors": [ - "BVVSN Prabhakar Rao" + "PK Sahoo" ], "sched": [ { "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 1 + 7 ] } ] }, "T2": { "instructors": [ - "BVVSN Prabhakar Rao" + "PTV Praveen Kumar" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 9 + 7 ] } ] }, - "T3": { + "T4": { "instructors": [ - "Pratyush Chakraborty" + "Sumit Kumar V" + ], + "sched": [] + } + }, + "compre": { + "date": "12/12", + "session": "AN" + } + }, + "MATH F213": { + "name": "Discrete Mathematics", + "sections": { + "L1": { + "instructors": [ + "B MISHRA", + "Nirman Ganguly" ], "sched": [ { "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] }, - "T4": { + "T1": { "instructors": [ - "Ramakant" + "B Mishra" ], "sched": [ { @@ -11492,30 +15373,30 @@ "Th" ], "hours": [ - 1 - ] - } - ] - } - } - }, - "INSTR F266": { - "name": "Study Project", - "sections": { - "L1": { + 9 + ] + } + ] + }, + "T2": { "instructors": [ - "STP SRINIVAS" + "Nirman Ganguly" ], "sched": [] } + }, + "compre": { + "date": "14/12", + "session": "FN" } }, - "INSTR F312": { - "name": "Transd & Measurement Tec", + "MATH F214": { + "name": "Elementary Real Analysis", "sections": { "L1": { "instructors": [ - "KARUMBAIAH CHAPPANDA" + "MANISH KUMAR", + "Jhuma Sen Gupta" ], "sched": [ { @@ -11526,35 +15407,46 @@ "F" ], "hours": [ - 8 + 3 ] } ] }, "T1": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Jhuma Sen Gupta" ], "sched": [ { "room": "NA", "days": [ - "F" + "Th" ], "hours": [ 1 ] } ] + }, + "T2": { + "instructors": [ + "Manish Kumar" + ], + "sched": [] } + }, + "compre": { + "date": "07/12", + "session": "FN" } }, - "INSTR F313": { - "name": "Analog & Digital Vlsi Des", + "MATH F215": { + "name": "Algebra I", "sections": { "L1": { "instructors": [ - "SYED ERSHAD AHMED" + "PRATYUSHA CHATTOPADH", + "Santanu Koley" ], "sched": [ { @@ -11565,104 +15457,152 @@ "S" ], "hours": [ - 2 + 5 ] } ] }, - "L2": { + "T1": { "instructors": [ - "Saroj Mondal" + "Santanu Koley" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 8 ] } ] }, - "T1": { + "T2": { "instructors": [ - "Syed Ershad Ahmed" + "Pratyusha Chattopadhyaa" + ], + "sched": [] + } + }, + "compre": { + "date": "04/12", + "session": "AN" + } + }, + "MATH F231": { + "name": "Number Theory", + "sections": { + "L1": { + "instructors": [ + "DEBOPAM CHAKRABORTH" ], "sched": [ { "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 1 + 7 ] } ] - }, - "T2": { + } + }, + "compre": { + "date": "02/12", + "session": "FN" + } + }, + "MATH F266": { + "name": "Study Project", + "sections": { + "L1": { "instructors": [ - "Syed Ershad Ahmed" + "MANISH KUMAR" + ], + "sched": [] + } + } + }, + "MATH F311": { + "name": "Introduction to Topology", + "sections": { + "L1": { + "instructors": [ + "SHARAN GOPAL", + "Deepika" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 7 + 9 ] } ] - } - } - }, - "INSTR F341": { - "name": "Analog Electronics", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "PONNALAGU R N" + "Sharan Gopal" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 3 + 8 ] } ] }, - "P1": { + "T2": { "instructors": [ - "Ponnalagu R N" + "Deepika" + ], + "sched": [] + } + }, + "compre": { + "date": "09/12", + "session": "AN" + } + }, + "MATH F312": { + "name": "Ordinary Diff Equations", + "sections": { + "L1": { + "instructors": [ + "G MURALI MOHAN REDDY", + "K Bhargav Kumar" ], "sched": [ { "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 6, - 7 + 5 ] } ] }, "T1": { "instructors": [ - "Ponnalagu R N" + "K Bhargav Kumar" ], "sched": [ { @@ -11671,19 +15611,30 @@ "T" ], "hours": [ - 1 + 7 ] } ] + }, + "T2": { + "instructors": [ + "G Murali Mohan Reddy" + ], + "sched": [] } + }, + "compre": { + "date": "02/12", + "session": "AN" } }, - "INSTR F343": { - "name": "Indus Instrument & Cont", + "MATH F313": { + "name": "Numerical Analysis", "sections": { "L1": { "instructors": [ - "BALASUBRAMANIAN M" + "A RAMU", + "TSL Radhika" ], "sched": [ { @@ -11694,157 +15645,89 @@ "F" ], "hours": [ - 9 + 4 ] } ] }, "T1": { "instructors": [ - "Balasubramanian M" + "TSL Radhika" ], "sched": [ { "room": "NA", "days": [ - "W" + "Th" ], "hours": [ - 1 + 8 ] } ] + }, + "T2": { + "instructors": [ + "A Ramu" + ], + "sched": [] } + }, + "compre": { + "date": "16/12", + "session": "AN" } }, - "INSTR F366": { + "MATH F366": { "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "PARIKSHIT PARSHURAM S" + "PTV PRAVEEN KUMAR" ], "sched": [] } } }, - "INSTR F367": { + "MATH F367": { "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "PARIKSHIT PARSHURAM S" + "PTV PRAVEEN KUMAR" ], "sched": [] } } }, - "INSTR F376": { + "MATH F376": { "name": "Design Project", "sections": { "L1": { "instructors": [ - "KARUMBAIAH CHAPPANDA" + "TSL RADHIKA" ], "sched": [] } } }, - "INSTR F377": { + "MATH F377": { "name": "Design Project", "sections": { "L1": { "instructors": [ - "KARUMBAIAH CHAPPANDA" + "TSL RADHIKA" ], "sched": [] } } }, - "MATH F111": { - "name": "Mathematics I", - "sections": { - "L7": { - "instructors": [ - "A Michael Alphonse" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 3 - ] - } - ] - }, - "T1": { - "instructors": [ - "A Michael Alphonse" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 10 - ] - } - ] - } - } - }, - "MATH F211": { - "name": "Mathematics III", + "MATH F421": { + "name": "Combinatorial Mathematics", "sections": { "L1": { "instructors": [ - "B Mishra", - "Anil Nemili" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - }, - "L2": { - "instructors": [ - "PK Sahoo", - "Kishore Kumar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - }, - "L3": { - "instructors": [ - "TSL Radhika", - "Nirman Ganguly" + "SABYASACHI DEY" ], "sched": [ { @@ -11855,15 +15738,23 @@ "F" ], "hours": [ - 9 + 3 ] } ] - }, - "L4": { + } + }, + "compre": { + "date": "07/12", + "session": "AN" + } + }, + "MATH F432": { + "name": "Applied Statistical Methods", + "sections": { + "L1": { "instructors": [ - "SANTANU KOLEY", - "PTV Praveen Kumar" + "V VENKATA HARA GOPAL" ], "sched": [ { @@ -11874,15 +15765,23 @@ "F" ], "hours": [ - 5 + 2 ] } ] - }, - "L5": { + } + }, + "compre": { + "date": "11/12", + "session": "AN" + } + }, + "MATH G521": { + "name": "Applied Functional Analysis", + "sections": { + "L1": { "instructors": [ - "Jagan Mohan J", - "K Bhargav Kumar" + "KISHORE KUMAR" ], "sched": [ { @@ -11893,189 +15792,170 @@ "F" ], "hours": [ - 9 + 2 ] } ] - }, - "L6": { + } + }, + "compre": { + "date": "11/12", + "session": "AN" + } + }, + "ME F112": { + "name": "Workshop Practice", + "sections": { + "L1": { "instructors": [ - "Sabyasachi Dey", - "A Ramu" + "N Suresh Kumar Reddy" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "S" ], "hours": [ - 9 + 1 ] } ] }, - "T1": { + "P1": { "instructors": [ - "B Mishra" + "N SURESH KUMAR REDDY" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ - 9 + 2, + 3, + 4 ] } ] }, - "T2": { + "P2": { "instructors": [ - "PK Sahoo" + "Ahsan Ul Haq" ], "sched": [ { "room": "NA", "days": [ - "T" + "F" ], "hours": [ - 9 + 2, + 3, + 4 ] } ] }, - "T3": { + "P3": { "instructors": [ - "TSL Radhika" + "Sreejith S" ], "sched": [ { "room": "NA", "days": [ - "T" + "W" ], "hours": [ - 9 + 2, + 3, + 4 ] } ] }, - "T5": { + "P5": { "instructors": [ - "Jagan Mohan J" + "Ahsan Ul Haq" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ + 7, + 8, 9 ] } ] }, - "T6": { + "P7": { "instructors": [ - "Sabyasachi Dey" + "Shaik Ayub Mohiddin" + ], + "sched": [] + }, + "P4": { + "instructors": [ + "Shaik Ayub Mohiddin" ], "sched": [ { "room": "NA", "days": [ - "T" + "W" ], "hours": [ + 7, + 8, 9 ] } ] }, - "T8": { + "P9": { "instructors": [ - "N S Gopal" + "Pawan Kumar Chauhan" ], "sched": [] }, - "T9": { + "P11": { "instructors": [ - "Nirman Ganguly" + "Vardhanapu Muralidhar" ], "sched": [] }, - "T4": { + "P6": { "instructors": [ - "Santanu Koley" + "Ronanki Suresh" ], "sched": [ { "room": "NA", "days": [ - "T" + "F" ], "hours": [ + 7, + 8, 9 ] } ] - }, - "T11": { - "instructors": [ - "PTV Praveen Kumar" - ], - "sched": [] - }, - "T12": { - "instructors": [ - "Simran Arora" - ], - "sched": [] - }, - "T14": { - "instructors": [ - "K Bhargav Kumar" - ], - "sched": [] - }, - "T15": { - "instructors": [ - "Sanjay Mandal" - ], - "sched": [] - }, - "T16": { - "instructors": [ - "Tusharakanta Pradhan" - ], - "sched": [] - }, - "T18": { - "instructors": [ - "A Ramu" - ], - "sched": [] - }, - "T19": { - "instructors": [ - "Sri Sakti Swarup Anupindi" - ], - "sched": [] } } }, - "MATH F212": { - "name": "Optimization", + "ME F211": { + "name": "Mechanics of Solids", "sections": { "L1": { "instructors": [ - "PK Sahoo", - "V Venkata Hara Gopal" + "AMIT KUMAR GUPTA" ], "sched": [ { @@ -12086,33 +15966,30 @@ "F" ], "hours": [ - 9 + 3 ] } ] }, - "L2": { + "T1": { "instructors": [ - "SUMIT KUMAR V", - "PTV Praveen Kumar" + "Sangam Srikanth" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 2 + 1 ] } ] }, - "T1": { + "T2": { "instructors": [ - "PK Sahoo" + "J Murali Mohan" ], "sched": [ { @@ -12121,14 +15998,14 @@ "T" ], "hours": [ - 7 + 1 ] } ] }, - "T2": { + "T3": { "instructors": [ - "PTV Praveen Kumar" + "Akhil Bhardwaj" ], "sched": [ { @@ -12137,26 +16014,39 @@ "T" ], "hours": [ - 7 + 1 ] } ] }, "T4": { "instructors": [ - "Sumit Kumar V" + "Amit Kumar Gupta" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 1 + ] + } + ] } + }, + "compre": { + "date": "07/12", + "session": "FN" } }, - "MATH F213": { - "name": "Discrete Mathematics", + "ME F212": { + "name": "Fluid Mechanics", "sections": { "L1": { "instructors": [ - "B MISHRA", - "Nirman Ganguly" + "SUPRADEEPAN K" ], "sched": [ { @@ -12167,14 +16057,14 @@ "S" ], "hours": [ - 4 + 5 ] } ] }, "T1": { "instructors": [ - "B Mishra" + "V Venkateswara Rao" ], "sched": [ { @@ -12190,255 +16080,268 @@ }, "T2": { "instructors": [ - "Nirman Ganguly" + "Deepak Nabapure" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 9 + ] + } + ] + }, + "T3": { + "instructors": [ + "Kalyani Panigrahi" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 9 + ] + } + ] + }, + "T4": { + "instructors": [ + "Supradeepan K" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 9 + ] + } + ] } + }, + "compre": { + "date": "04/12", + "session": "AN" } }, - "MATH F214": { - "name": "Elementary Real Analysis", + "ME F213": { + "name": "Materials Science & Engg", "sections": { "L1": { - "instructors": [ - "MANISH KUMAR", - "Jhuma Sen Gupta" + "instructors": [ + "SUJITH R" ], "sched": [ { "room": "NA", "days": [ "M", - "W", - "F" + "W" ], "hours": [ - 3 + 2 ] } ] }, "T1": { "instructors": [ - "Jhuma Sen Gupta" + "Jella Gangadhar" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 1 + 2 ] } ] - } - } - }, - "MATH F215": { - "name": "Algebra I", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "PRATYUSHA CHATTOPADH", - "Santanu Koley" + "Amar S D" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "F" ], "hours": [ - 5 + 2 ] } ] }, - "T1": { + "T3": { "instructors": [ - "Santanu Koley" + "Ankit Sharma" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 8 + 2 ] } ] }, - "T2": { - "instructors": [ - "Pratyusha Chattopadhyaa" - ], - "sched": [] - } - } - }, - "MATH F231": { - "name": "Number Theory", - "sections": { - "L1": { + "T4": { "instructors": [ - "DEBOPAM CHAKRABORTH" + "Sujith R" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 7 + 2 ] } ] } + }, + "compre": { + "date": "11/12", + "session": "FN" } }, - "MATH F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "MANISH KUMAR" - ], - "sched": [] - } - } - }, - "MATH F311": { - "name": "Introduction to Topology", + "ME F214": { + "name": "Applied Thermodynamics", "sections": { "L1": { "instructors": [ - "SHARAN GOPAL", - "Deepika" + "SATISH K DUBEY" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 9 + 4 ] } ] }, "T1": { "instructors": [ - "Sharan Gopal" + "A Uday Kumar" ], "sched": [ { "room": "NA", "days": [ - "T" + "S" ], "hours": [ - 8 + 1 ] } ] }, "T2": { "instructors": [ - "Deepika" - ], - "sched": [] - } - } - }, - "MATH F312": { - "name": "Ordinary Diff Equations", - "sections": { - "L1": { - "instructors": [ - "G MURALI MOHAN REDDY", - "K Bhargav Kumar" + "Sunkara Prudhvi Raj" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "S" ], "hours": [ - 5 + 1 ] } ] }, - "T1": { + "T3": { "instructors": [ - "K Bhargav Kumar" + "R Naresh" ], "sched": [ { "room": "NA", "days": [ - "T" + "S" ], "hours": [ - 7 + 1 ] } ] }, - "T2": { + "T4": { "instructors": [ - "G Murali Mohan Reddy" + "Satish K Dubey" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "S" + ], + "hours": [ + 1 + ] + } + ] } + }, + "compre": { + "date": "14/12", + "session": "FN" } }, - "MATH F313": { - "name": "Numerical Analysis", + "ME F242": { + "name": "Ic Engines", "sections": { "L1": { "instructors": [ - "A RAMU", - "TSL Radhika" + "N JALAIAH" ], "sched": [ { "room": "NA", "days": [ "M", - "W", - "F" + "W" ], "hours": [ - 4 + 8 ] } ] }, "T1": { "instructors": [ - "TSL Radhika" + "N Jalaiah" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ 8 @@ -12448,154 +16351,75 @@ }, "T2": { "instructors": [ - "A Ramu" - ], - "sched": [] - } - } - }, - "MATH F366": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "PTV PRAVEEN KUMAR" - ], - "sched": [] - } - } - }, - "MATH F367": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "PTV PRAVEEN KUMAR" - ], - "sched": [] - } - } - }, - "MATH F376": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "TSL RADHIKA" - ], - "sched": [] - } - } - }, - "MATH F377": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "TSL RADHIKA" - ], - "sched": [] - } - } - }, - "MATH F421": { - "name": "Combinatorial Mathematics", - "sections": { - "L1": { - "instructors": [ - "SABYASACHI DEY" + "B Sravya" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 3 + 8 ] } ] - } - } - }, - "MATH F432": { - "name": "Applied Statistical Methods", - "sections": { - "L1": { + }, + "T3": { "instructors": [ - "V VENKATA HARA GOPAL" + "P Ankamma Rao" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 2 + 8 ] } ] - } - } - }, - "MATH F441": { - "name": "Discrete Maths Struc", - "sections": { - "L1": { + }, + "T4": { "instructors": [ - "A MICHAEL ALPHONSE" + "K Sanjay" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 2 + 8 ] } ] } + }, + "compre": { + "date": "03/12", + "session": "FN" } }, - "MATH G521": { - "name": "Applied Functional Analysis", + "ME F266": { + "name": "Study Project", "sections": { "L1": { - "instructors": [ - "KISHORE KUMAR" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] + "instructors": [ + "SUJITH R" + ], + "sched": [] } } }, - "ME F211": { - "name": "Mechanics of Solids", + "ME F312": { + "name": "Adv Mechanics of Solids", "sections": { "L1": { "instructors": [ - "AMIT KUMAR GUPTA" + "PAVAN KUMAR P" ], "sched": [ { @@ -12606,20 +16430,20 @@ "F" ], "hours": [ - 3 + 4 ] } ] }, "T1": { "instructors": [ - "Sangam Srikanth" + "Srinivasa Murali Kartheek S" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ 1 @@ -12629,13 +16453,13 @@ }, "T2": { "instructors": [ - "J Murali Mohan" + "P Chennakesava Sai" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ 1 @@ -12645,13 +16469,13 @@ }, "T3": { "instructors": [ - "Akhil Bhardwaj" + "Pavan Kumar P" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ 1 @@ -12661,13 +16485,13 @@ }, "T4": { "instructors": [ - "Amit Kumar Gupta" + "Jose Santo" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ 1 @@ -12675,64 +16499,76 @@ } ] } + }, + "compre": { + "date": "16/12", + "session": "AN" } }, - "ME F212": { - "name": "Fluid Mechanics", + "ME F342": { + "name": "Computer Aided Design", "sections": { "L1": { "instructors": [ - "SUPRADEEPAN K" + "SP REGALLA" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 5 + 8 ] } ] }, - "T1": { + "P1": { "instructors": [ - "V Venkateswara Rao" + "Gandla Praveen Kumar" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 9 + 6, + 7 ] } ] }, - "T2": { + "P2": { "instructors": [ - "Deepak Nabapure" + "P V Sai Divya" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 9 + 6, + 7 ] } ] }, - "T3": { + "P4": { "instructors": [ - "Kalyani Panigrahi" + "Chithajalu Kiran Sagar" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Chithajalu Kiran Sagar" ], "sched": [ { @@ -12741,52 +16577,53 @@ "Th" ], "hours": [ + 8, 9 ] } ] }, - "T4": { + "P6": { "instructors": [ - "Supradeepan K" + "Gandla Praveen Kumar" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "SP Regalla" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 9 + 1 ] } ] - } - } - }, - "ME F213": { - "name": "Materials Science & Engg", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "SUJITH R" + "Veeraiahgari Vamshi" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "F" ], "hours": [ - 2 + 1 ] } ] }, - "T1": { + "T3": { "instructors": [ - "Jella Gangadhar" + "Lanka Tata Rao" ], "sched": [ { @@ -12795,14 +16632,14 @@ "F" ], "hours": [ - 2 + 1 ] } ] }, - "T2": { + "T4": { "instructors": [ - "Amar S D" + "Kolla Lakshman Rao" ], "sched": [ { @@ -12811,36 +16648,135 @@ "F" ], "hours": [ - 2 + 1 ] } ] - }, - "T3": { + } + }, + "compre": { + "date": "03/12", + "session": "FN" + } + }, + "ME F343": { + "name": "Mechanical Vibrations", + "sections": { + "L1": { "instructors": [ - "Ankit Sharma" + "BRAJESH KUMAR PANIGR" ], "sched": [ { "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 2 + 9 ] } ] }, - "T4": { + "T1": { "instructors": [ - "Sujith R" + "Brajesh Kumar Panigrahi" ], "sched": [ { "room": "NA", "days": [ - "F" + "W" + ], + "hours": [ + 1 + ] + } + ] + }, + "T2": { + "instructors": [ + "YV Daseswara Rao" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 1 + ] + } + ] + } + }, + "compre": { + "date": "09/12", + "session": "AN" + } + }, + "ME F366": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "AMRITHA PRIYADARSHINI" + ], + "sched": [] + } + } + }, + "ME F367": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "AMRITHA PRIYADARSHINI" + ], + "sched": [] + } + } + }, + "ME F376": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "NITIN RAMESH K" + ], + "sched": [] + } + } + }, + "ME F377": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "NITIN RAMESH K" + ], + "sched": [] + } + } + }, + "ME F414": { + "name": "Fuel Cell Science and Technology", + "sections": { + "L1": { + "instructors": [ + "SUJITH R", + "Prabakaran Saravanan" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" ], "hours": [ 2 @@ -12848,14 +16784,18 @@ } ] } + }, + "compre": { + "date": "05/12", + "session": "AN" } }, - "ME F214": { - "name": "Applied Thermodynamics", + "ME F418": { + "name": "Rocket and Spacecraft Propulsion", "sections": { "L1": { "instructors": [ - "SATISH K DUBEY" + "SUPRADEEPAN K" ], "sched": [ { @@ -12866,180 +16806,243 @@ "S" ], "hours": [ - 4 + 2 ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "05/12", + "session": "AN" + } + }, + "ME F424": { + "name": "Energy Management", + "sections": { + "L1": { "instructors": [ - "A Uday Kumar" + "S S DESHMUKH" ], "sched": [ { "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 1 + 4 ] } ] - }, - "T2": { + } + }, + "compre": { + "date": "14/12", + "session": "AN" + } + }, + "ME F425": { + "name": "Additive Manufacturing", + "sections": { + "L1": { "instructors": [ - "Sunkara Prudhvi Raj" + "SP REGALLA" ], "sched": [ { "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 1 + 4 ] } ] - }, - "T3": { + } + }, + "compre": { + "date": "14/12", + "session": "AN" + } + }, + "ME F426": { + "name": "Industry 4.0 in Manufacturing", + "sections": { + "L1": { "instructors": [ - "R Naresh" + "N SURESH KUMAR REDDY", + "Amit Kumar Gupta", + "Kundan Kumar Singh", + "Prabakaran Saravanan" ], "sched": [ { "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 1 + 5 ] } ] - }, - "T4": { + } + }, + "compre": { + "date": "04/12", + "session": "FN" + } + }, + "ME F432": { + "name": "Computer Aided Manufact", + "sections": { + "L1": { "instructors": [ - "Satish K Dubey" + "KURRA SURESH" ], "sched": [ { "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 1 + 5 ] } ] } + }, + "compre": { + "date": "04/12", + "session": "FN" } }, - "ME F242": { - "name": "Ic Engines", + "ME F443": { + "name": "Quali Contro Assur & Rel", "sections": { "L1": { "instructors": [ - "N JALAIAH" + "AMRITHA PRIYADARSHINI" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "T", + "Th", + "S" ], "hours": [ - 8 + 3 ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "08/12", + "session": "FN" + } + }, + "ME G511": { + "name": "Mechanisms & Robotics", + "sections": { + "L1": { "instructors": [ - "N Jalaiah" + "YV DASESWARA RAO" ], "sched": [ { "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 8 + 4 ] } ] }, - "T2": { + "P1": { "instructors": [ - "B Sravya" + "YV Daseswara Rao" ], "sched": [ { "room": "NA", "days": [ + "W", "F" ], "hours": [ - 8 + 7, + 8, + 9 ] } ] - }, - "T3": { + } + } + }, + "ME G512": { + "name": "Finite Element Method", + "sections": { + "L1": { "instructors": [ - "P Ankamma Rao" + "AMOL VUPPULURI" ], "sched": [ { "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 8 + 2 ] } ] }, - "T4": { + "P1": { "instructors": [ - "K Sanjay" + "Pavandatta Jadhav" ], "sched": [ { "room": "NA", "days": [ - "F" + "M" ], "hours": [ - 8 + 8, + 9 ] } ] } } }, - "ME F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "SUJITH R" - ], - "sched": [] - } - } - }, - "ME F312": { - "name": "Adv Mechanics of Solids", + "ME G514": { + "name": "Turbomachinery", "sections": { "L1": { "instructors": [ - "PAVAN KUMAR P" + "JEEVAN JAIDI" ], "sched": [ { @@ -13050,83 +17053,92 @@ "F" ], "hours": [ - 4 + 2 ] } ] }, - "T1": { + "P1": { "instructors": [ - "Srinivasa Murali Kartheek S" + "Ramayee L" ], "sched": [ { "room": "NA", "days": [ - "M" + "M", + "F" ], "hours": [ - 1 + 8, + 9 ] } ] - }, - "T2": { + } + }, + "compre": { + "date": "11/12", + "session": "FN" + } + }, + "ME G516": { + "name": "Energy Systems Engineering", + "sections": { + "L1": { "instructors": [ - "P Chennakesava Sai" + "S S DESHMUKH" ], "sched": [ { "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 1 + 3 ] } ] }, - "T3": { + "P1": { "instructors": [ - "Pavan Kumar P" + "S S Deshmukh" ], "sched": [ { "room": "NA", "days": [ - "M" + "T", + "Th" ], "hours": [ - 1 + 6, + 7 ] } ] }, - "T4": { + "P2": { "instructors": [ - "Jose Santo" + "Kandukuri Prudviraj" ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 1 - ] - } - ] + "sched": [] } + }, + "compre": { + "date": "07/12", + "session": "FN" } }, - "ME F342": { - "name": "Computer Aided Design", + "ME G532": { + "name": "Machine Tool Engineering", "sections": { "L1": { "instructors": [ - "SP REGALLA" + "KUNDAN KUMAR SINGH" ], "sched": [ { @@ -13137,246 +17149,245 @@ "F" ], "hours": [ - 8 + 2 ] } ] }, "P1": { "instructors": [ - "Gandla Praveen Kumar" + "Wankhede Pankaj Rambhau" ], "sched": [ { "room": "NA", "days": [ - "M" + "M", + "F" ], "hours": [ - 6, - 7 + 4, + 5 ] } ] - }, - "P2": { + } + }, + "compre": { + "date": "11/12", + "session": "FN" + } + }, + "ME G533": { + "name": "Cond & Rad Heat Transfer", + "sections": { + "L1": { "instructors": [ - "P V Sai Divya" + "SANTANU PRASAD DATTA" ], "sched": [ { "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 6, - 7 + 2 ] } ] }, - "P4": { - "instructors": [ - "Chithajalu Kiran Sagar" - ], - "sched": [] - }, - "P3": { + "P1": { "instructors": [ - "Chithajalu Kiran Sagar" + "Y S Prasanna" ], "sched": [ { "room": "NA", "days": [ + "M", "F" ], "hours": [ - 6, - 7 + 8, + 9 ] } ] - }, - "P6": { + } + } + }, + "ME G535": { + "name": "Adv Engg Mathematics", + "sections": { + "L1": { "instructors": [ - "Gandla Praveen Kumar" + "KRC MURTHY" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 2 + ] + } + ] }, - "T1": { + "P1": { "instructors": [ - "SP Regalla" + "KRC Murthy" ], "sched": [ { "room": "NA", "days": [ - "F" + "M", + "W" ], "hours": [ - 1 + 4, + 5 ] } ] - }, - "T2": { + } + } + }, + "ME G536": { + "name": "Thermal Equipment Design", + "sections": { + "L1": { "instructors": [ - "Veeraiahgari Vamshi" + "SANTANU PRASAD DATTA" ], "sched": [ { "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 1 + 5 ] } ] }, - "T3": { + "P1": { "instructors": [ - "Lanka Tata Rao" + "K Monika" ], "sched": [ { "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 1 + 4, + 5 ] } ] }, - "T4": { + "P2": { "instructors": [ - "Kolla Lakshman Rao" + "K Monika" ], "sched": [ { "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 1 + 9, + 10 ] } ] } + }, + "compre": { + "date": "04/12", + "session": "AN" } }, - "ME F343": { - "name": "Mechanical Vibrations", + "ME G537": { + "name": "Cryogenic Engineering", "sections": { "L1": { "instructors": [ - "BRAJESH KUMAR PANIGR" + "R PARAMESHWARAN" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 9 + 4 ] } ] }, - "T1": { + "P1": { "instructors": [ - "Brajesh Kumar Panigrahi" + "Gi Venkata Naga Trivedi" ], "sched": [ { "room": "NA", "days": [ - "W" + "M" ], "hours": [ - 1 + 9, + 10 ] } ] }, - "T2": { + "P2": { "instructors": [ - "YV Daseswara Rao" + "Gi Venkata Naga Trivedi" ], "sched": [ { "room": "NA", "days": [ - "W" + "F" ], "hours": [ - 1 + 8, + 9 ] } ] } + }, + "compre": { + "date": "14/12", + "session": "FN" } }, - "ME F366": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "AMRITHA PRIYADARSHINI" - ], - "sched": [] - } - } - }, - "ME F367": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "AMRITHA PRIYADARSHINI" - ], - "sched": [] - } - } - }, - "ME F376": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "NITIN RAMESH K" - ], - "sched": [] - } - } - }, - "ME F377": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "NITIN RAMESH K" - ], - "sched": [] - } - } - }, - "ME F414": { - "name": "Fuel Cell Science and Technology", + "ME G621": { + "name": "Fluid Dynamics", "sections": { "L1": { "instructors": [ - "SUJITH R", - "Prabakaran Saravanan" + "PARDHA SARADHI GURUG" ], "sched": [ { @@ -13387,91 +17398,89 @@ "S" ], "hours": [ - 2 + 5 ] } ] - } - } - }, - "ME F418": { - "name": "Rocket and Spacecraft Propulsion", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "SUPRADEEPAN K" + "KRC Murthy" ], "sched": [ { "room": "NA", "days": [ "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 8, + 9, + 10 ] } ] } } }, - "ME F424": { - "name": "Energy Management", + "ME G641": { + "name": "Theory of Elasticity & Plast", "sections": { "L1": { "instructors": [ - "S S DESHMUKH" + "BRAJESH KUMAR PANIGR" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 3 ] } ] - } - } - }, - "ME F425": { - "name": "Additive Manufacturing", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "SP REGALLA" + "C Anand Badrish" ], "sched": [ { "room": "NA", "days": [ "T", - "Th", - "S" + "Th" ], "hours": [ - 4 + 6, + 7 ] } ] + }, + "P2": { + "instructors": [ + "C Anand Badrish" + ], + "sched": [] } + }, + "compre": { + "date": "07/12", + "session": "FN" } }, - "ME F426": { - "name": "Industry 4.0 in Manufacturing", + "MEL G611": { + "name": "Ic Fabrication Technology", "sections": { "L1": { "instructors": [ - "N SURESH KUMAR REDDY", - "Amit Kumar Gupta", - "Kundan Kumar Singh", - "Prabakaran Saravanan" + "PARIKSHIT PARSHURAM S" ], "sched": [ { @@ -13482,19 +17491,59 @@ "S" ], "hours": [ - 5 + 3 + ] + } + ] + }, + "P1": { + "instructors": [ + "Parikshit Parshuram Sahatiy" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W" + ], + "hours": [ + 8, + 9 ] } ] + }, + "P2": { + "instructors": [ + "Sanket Goel" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Sohan Dudala" + ], + "sched": [] + }, + "P4": { + "instructors": [ + "Venkatarao Selamneni" + ], + "sched": [] } + }, + "compre": { + "date": "08/12", + "session": "FN" } }, - "ME F432": { - "name": "Computer Aided Manufact", + "MEL G621": { + "name": "Vlsi Design", "sections": { "L1": { "instructors": [ - "KURRA SURESH" + "S K CHATTERJEE" ], "sched": [ { @@ -13505,84 +17554,127 @@ "S" ], "hours": [ - 5 + 2 ] } ] - } - } - }, - "ME F443": { - "name": "Quali Contro Assur & Rel", - "sections": { - "L1": { + }, + "P1": { + "instructors": [ + "S K Chatterjee" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 8, + 9 + ] + } + ] + }, + "P2": { + "instructors": [ + "Arun Mohan B" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Chowta Mallikharjunarao" + ], + "sched": [] + }, + "P4": { "instructors": [ - "AMRITHA PRIYADARSHINI" + "S K Chatterjee" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "F" ], "hours": [ - 3 + 8, + 9 ] } ] } + }, + "compre": { + "date": "05/12", + "session": "AN" } }, - "ME G511": { - "name": "Mechanisms & Robotics", + "MEL G622": { + "name": "Intro to Artif Neural Net", "sections": { "L1": { "instructors": [ - "YV DASESWARA RAO" + "RAJESH KUMAR TRIPATHY" ], "sched": [ { "room": "NA", "days": [ "T", - "Th", - "S" + "Th" ], "hours": [ - 4 + 7 ] } ] }, "P1": { "instructors": [ - "YV Daseswara Rao" + "Rajesh Kumar Tripathy" ], "sched": [ { "room": "NA", "days": [ - "W", - "F" + "M", + "W" ], "hours": [ - 7, - 8, - 9 + 5, + 6 ] } ] + }, + "P2": { + "instructors": [ + "Anil Kumar U" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Pranjali Gajbhiye" + ], + "sched": [] } + }, + "compre": { + "date": "01/12", + "session": "AN" } }, - "ME G512": { - "name": "Finite Element Method", + "MEL G624": { + "name": "Adv Vlsi Architectures", "sections": { "L1": { "instructors": [ - "AMOL VUPPULURI" + "CHETAN KUMAR V", + "G Sahith", + "Sharvani Gadgil" ], "sched": [ { @@ -13597,32 +17689,46 @@ ] } ] - }, - "P1": { + } + }, + "compre": { + "date": "11/12", + "session": "FN" + } + }, + "MEL G626": { + "name": "Vlsi Test & Testability", + "sections": { + "L1": { "instructors": [ - "Pavandatta Jadhav" + "SAROJ MONDAL" ], "sched": [ { "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 8, - 9 + 4 ] } ] } + }, + "compre": { + "date": "16/12", + "session": "AN" } }, - "ME G514": { - "name": "Turbomachinery", + "MEL G631": { + "name": "Physics and Modelling of Microelectronic Devices", "sections": { "L1": { "instructors": [ - "JEEVAN JAIDI" + "SURYA SHANKAR DAN" ], "sched": [ { @@ -13640,118 +17746,167 @@ }, "P1": { "instructors": [ - "Ramayee L" + "Surya Shankar Dan" ], "sched": [ { "room": "NA", "days": [ "M", - "F" + "W" ], "hours": [ - 8, - 9 + 10, + 11 ] } ] } + }, + "compre": { + "date": "11/12", + "session": "FN" } }, - "ME G516": { - "name": "Energy Systems Engineering", + "MF F266": { + "name": "Study Project", "sections": { "L1": { "instructors": [ - "S S DESHMUKH" + "SUJITH R" + ], + "sched": [] + } + } + }, + "MF F311": { + "name": "Mechatronics & Automat", + "sections": { + "L1": { + "instructors": [ + "ARSHAD JAVED" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 3 + 4 ] } ] }, "P1": { "instructors": [ - "S S Deshmukh" + "Arshad Javed" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "W" ], "hours": [ - 6, - 7 + 5, + 6 ] } ] }, "P2": { "instructors": [ - "Kandukuri Prudviraj" + "G Lakshmi Srinivas" ], "sched": [] } + }, + "compre": { + "date": "14/12", + "session": "AN" } }, - "ME G532": { - "name": "Machine Tool Engineering", + "MF F366": { + "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "KUNDAN KUMAR SINGH" + "AMRITHA PRIYADARSHINI" ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] - }, - "P1": { + "sched": [] + } + } + }, + "MF F367": { + "name": "Laboratory Project", + "sections": { + "L1": { "instructors": [ - "Wankhede Pankaj Rambhau" + "AMRITHA PRIYADARSHINI" + ], + "sched": [] + } + } + }, + "MF F376": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "NITIN RAMESH K" + ], + "sched": [] + } + } + }, + "MF F377": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "NITIN RAMESH K" + ], + "sched": [] + } + } + }, + "MF F421": { + "name": "Supply Chain Management", + "sections": { + "L1": { + "instructors": [ + "C P KIRAN" ], "sched": [ { "room": "NA", "days": [ - "M", - "F" + "T", + "Th", + "S" ], "hours": [ - 4, - 5 + 3 ] } ] } + }, + "compre": { + "date": "08/12", + "session": "FN" } }, - "ME G533": { - "name": "Cond & Rad Heat Transfer", + "MGTS F211": { + "name": "Principles of Management", "sections": { "L1": { "instructors": [ - "SANTANU PRASAD DATTA" + "SWATI ALOK", + "Rajthilak R" ], "sched": [ { @@ -13762,37 +17917,39 @@ "F" ], "hours": [ - 2 + 9 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Y S Prasanna" + "Swati Alok" ], "sched": [ { "room": "NA", "days": [ - "M", - "F" + "W" ], "hours": [ - 8, - 9 + 1 ] } ] } + }, + "compre": { + "date": "09/12", + "session": "FN" } }, - "ME G535": { - "name": "Adv Engg Mathematics", + "MSE G511": { + "name": "Mechatronics", "sections": { "L1": { "instructors": [ - "KRC MURTHY" + "ARSHAD JAVED" ], "sched": [ { @@ -13803,102 +17960,149 @@ "S" ], "hours": [ - 2 + 4 ] } ] }, "P1": { "instructors": [ - "KRC Murthy" + "Arshad Javed" ], "sched": [ { "room": "NA", "days": [ - "M", "W" ], "hours": [ - 4, - 5 + 5, + 6 ] } ] + }, + "P2": { + "instructors": [ + "G Lakshmi Srinivas" + ], + "sched": [] } + }, + "compre": { + "date": "14/12", + "session": "AN" } }, - "ME G536": { - "name": "Thermal Equipment Design", + "MST F331": { + "name": "Materials Characterization", "sections": { "L1": { "instructors": [ - "SANTANU PRASAD DATTA" + "KARTHIK CHETAN", + "Sounak Roy" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 3 + ] + } + ] + }, + "P1": { + "instructors": [ + "Karthik Chetan" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 5 + 8, + 9 ] } ] }, - "P1": { + "P2": { "instructors": [ - "K Monika" + "Sounak Roy" + ], + "sched": [] + } + }, + "compre": { + "date": "07/12", + "session": "AN" + } + }, + "MST G511": { + "name": "Nondestruct Testing Tech", + "sections": { + "L1": { + "instructors": [ + "RAVI SHANKER VIDYARTH" ], "sched": [ { "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 4, - 5 + 3 ] } ] }, - "P2": { + "P1": { "instructors": [ - "K Monika" + "Petla Sivateja" ], "sched": [ { "room": "NA", "days": [ - "W" + "M", + "F" ], "hours": [ - 9, - 10 + 4, + 5 ] } ] } + }, + "compre": { + "date": "07/12", + "session": "FN" } }, - "ME G537": { - "name": "Cryogenic Engineering", + "PHA F211": { + "name": "Pharmaceutical Analysis", "sections": { "L1": { "instructors": [ - "R PARAMESHWARAN" + "BALRAM GHOSH" ], "sched": [ { "room": "NA", "days": [ "T", - "Th", - "S" + "Th" ], "hours": [ 4 @@ -13908,7 +18112,7 @@ }, "P1": { "instructors": [ - "Gi Venkata Naga Trivedi" + "Balram Ghosh" ], "sched": [ { @@ -13917,87 +18121,82 @@ "M" ], "hours": [ - 9, - 10 + 7, + 8 ] } ] }, "P2": { "instructors": [ - "Gi Venkata Naga Trivedi" + "Balram Ghosh" ], "sched": [ { "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 8, - 9 + 6, + 7 ] } ] - } - } - }, - "ME G621": { - "name": "Fluid Dynamics", - "sections": { - "L1": { + }, + "P3": { "instructors": [ - "PARDHA SARADHI GURUG" + "Yamini Shankar Bobde" ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] + "sched": [] }, - "P1": { + "P5": { "instructors": [ - "KRC Murthy" + "Ch Sai Sanjay" + ], + "sched": [] + }, + "P6": { + "instructors": [ + "Sravani Pulya" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "Balram Ghosh" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "S" ], "hours": [ - 8, - 9, - 10 + 4 ] } ] } + }, + "compre": { + "date": "14/12", + "session": "FN" } }, - "ME G641": { - "name": "Theory of Elasticity & Plast", + "PHA F213": { + "name": "Microbiology", "sections": { "L1": { "instructors": [ - "BRAJESH KUMAR PANIGR" + "D SRIRAM" ], "sched": [ { "room": "NA", "days": [ "M", - "W", - "F" + "W" ], "hours": [ 3 @@ -14007,36 +18206,61 @@ }, "P1": { "instructors": [ - "C Anand Badrish" + "D Sriram" ], "sched": [ { "room": "NA", "days": [ - "T", "Th" ], "hours": [ - 6, - 7 + 8, + 9 ] } ] }, "P2": { "instructors": [ - "C Anand Badrish" + "Anjali Gangwar" ], "sched": [] + }, + "P3": { + "instructors": [ + "E Madhu Rekha" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "D Sriram" + ], + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 3 + ] + } + ] } + }, + "compre": { + "date": "07/12", + "session": "FN" } }, - "MEL G611": { - "name": "Ic Fabrication Technology", + "PHA F215": { + "name": "Introduction to Molecular Bio & Immunology", "sections": { "L1": { "instructors": [ - "PARIKSHIT PARSHURAM S" + "ARTI DHAR" ], "sched": [ { @@ -14047,102 +18271,97 @@ "S" ], "hours": [ - 3 + 5 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Parikshit Parshuram Sahatiy" + "Arti Dhar" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "S" ], "hours": [ - 8, - 9 + 1 ] } ] - }, - "P2": { - "instructors": [ - "Sanket Goel" - ], - "sched": [] - }, - "P3": { - "instructors": [ - "Sohan Dudala" - ], - "sched": [] - }, - "P4": { - "instructors": [ - "Venkatarao Selamneni" - ], - "sched": [] } + }, + "compre": { + "date": "04/12", + "session": "AN" } }, - "MEL G621": { - "name": "Vlsi Design", + "PHA F244": { + "name": "Physical Pharmacy", "sections": { "L1": { "instructors": [ - "S K CHATTERJEE" + "V V KRISHNA VENUGANTI" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W" ], "hours": [ - 2 + 9 ] } ] }, "P1": { "instructors": [ - "S K Chatterjee" + "V V Krishna Venuganti" ], "sched": [ { "room": "NA", "days": [ - "T" + "W" ], "hours": [ - 8, - 9 + 6, + 7 ] } ] }, "P2": { "instructors": [ - "Arun Mohan B" + "B Sony Priyanka" ], "sched": [] }, "P3": { "instructors": [ - "Chowta Mallikharjunarao" + "Girdhari Roy" ], "sched": [] }, "P4": { "instructors": [ - "S K Chatterjee" + "Pravesh Sharma" + ], + "sched": [] + }, + "P5": { + "instructors": [ + "Trupti Ghatage" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "V V Krishna Venuganti" ], "sched": [ { @@ -14151,262 +18370,287 @@ "F" ], "hours": [ - 8, 9 ] } ] } + }, + "compre": { + "date": "09/12", + "session": "AN" } }, - "MEL G622": { - "name": "Intro to Artif Neural Net", + "PHA F266": { + "name": "Study Project", "sections": { "L1": { "instructors": [ - "RAJESH KUMAR TRIPATHY" + "ARTI DHAR" + ], + "sched": [] + } + } + }, + "PHA F311": { + "name": "Pharmacology I", + "sections": { + "L1": { + "instructors": [ + "ONKAR KULKARNI" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "M", + "W" ], "hours": [ - 7 + 4 ] } ] }, "P1": { "instructors": [ - "Rajesh Kumar Tripathy" + "Onkar Kulkarni" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "T" ], - "hours": [ - 5, - 6 + "hours": [ + 8, + 9 ] } ] }, "P2": { "instructors": [ - "Anil Kumar U" + "Ashutosh Balasaheb Mahale" ], "sched": [] }, "P3": { "instructors": [ - "Pranjali Gajbhiye" + "K Kalyani" ], "sched": [] - } - } - }, - "MEL G624": { - "name": "Adv Vlsi Architectures", - "sections": { - "L1": { + }, + "P4": { "instructors": [ - "CHETAN KUMAR V", - "G Sahith", - "Sharvani Gadgil" + "S Kavitha" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "Onkar Kulkarni" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 2 + 4 ] } ] } + }, + "compre": { + "date": "16/12", + "session": "AN" } }, - "MEL G626": { - "name": "Vlsi Test & Testability", + "PHA F312": { + "name": "Medicinal Chemistry I", "sections": { "L1": { "instructors": [ - "SAROJ MONDAL" + "P YOGEESWARI" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th" ], "hours": [ - 4 + 2 ] } ] - } - } - }, - "MEL G631": { - "name": "Physics and Modelling of Microelectronic Devices", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "SURYA SHANKAR DAN" + "P Yogeeswari" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "M" ], "hours": [ - 2 + 6, + 7 ] } ] }, - "P1": { + "P2": { "instructors": [ - "Surya Shankar Dan" + "Dasugari Varakala Saiprasad" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Kumbham Soniya" + ], + "sched": [] + }, + "P4": { + "instructors": [ + "Routholla Ganesh" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "P Yogeeswari" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "S" ], "hours": [ - 10, - 11 + 2 ] } ] } + }, + "compre": { + "date": "05/12", + "session": "AN" } }, - "MF F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "SUJITH R" - ], - "sched": [] - } - } - }, - "MF F311": { - "name": "Mechatronics & Automat", + "PHA F314": { + "name": "Pharma Formul & Biopharm", "sections": { "L1": { "instructors": [ - "ARSHAD JAVED" + "NIRMAL J" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W" ], "hours": [ - 4 + 8 ] } ] }, "P1": { "instructors": [ - "Arshad Javed" + "Nirmal J" ], "sched": [ { "room": "NA", "days": [ - "W" + "Th" ], "hours": [ - 5, - 6 + 8, + 9 ] } ] }, "P2": { "instructors": [ - "G Lakshmi Srinivas" + "Parameswar Patra" ], "sched": [] - } - } - }, - "MF F366": { - "name": "Laboratory Project", - "sections": { - "L1": { + }, + "P3": { "instructors": [ - "AMRITHA PRIYADARSHINI" + "Priyadarshini Sathe" ], "sched": [] - } - } - }, - "MF F367": { - "name": "Laboratory Project", - "sections": { - "L1": { + }, + "P4": { "instructors": [ - "AMRITHA PRIYADARSHINI" + "Raghuraman Manimaran" ], "sched": [] + }, + "T1": { + "instructors": [ + "Nirmal J" + ], + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 8 + ] + } + ] } + }, + "compre": { + "date": "03/12", + "session": "FN" } }, - "MF F376": { + "PHA F376": { "name": "Design Project", "sections": { "L1": { "instructors": [ - "NITIN RAMESH K" + "ARTI DHAR" ], "sched": [] } } }, - "MF F377": { + "PHA F377": { "name": "Design Project", "sections": { "L1": { "instructors": [ - "NITIN RAMESH K" + "ARTI DHAR" ], "sched": [] } } }, - "MF F421": { - "name": "Supply Chain Management", + "PHA F414": { + "name": "Biopharmaceutics", "sections": { "L1": { "instructors": [ - "C P KIRAN" + "NIRMAL J" ], "sched": [ { @@ -14417,59 +18661,23 @@ "S" ], "hours": [ - 3 - ] - } - ] - } - } - }, - "MGTS F211": { - "name": "Principles of Management", - "sections": { - "L1": { - "instructors": [ - "SWATI ALOK", - "Rajthilak R" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - }, - "T1": { - "instructors": [ - "Swati Alok" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 1 + 4 ] } ] } + }, + "compre": { + "date": "14/12", + "session": "AN" } }, - "MSE G511": { - "name": "Mechatronics", + "PHA F415": { + "name": "Pathophysiology", "sections": { "L1": { "instructors": [ - "ARSHAD JAVED" + "ONKAR KULKARNI" ], "sched": [ { @@ -14480,51 +18688,30 @@ "S" ], "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Arshad Javed" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 5, - 6 + 5 ] } ] - }, - "P2": { - "instructors": [ - "G Lakshmi Srinivas" - ], - "sched": [] } + }, + "compre": { + "date": "04/12", + "session": "FN" } }, - "MST F331": { - "name": "Materials Characterization", + "PHA F422": { + "name": "Cosmetic Science", "sections": { "L1": { "instructors": [ - "KARTHIK CHETAN", - "Sounak Roy" + "D SRIRAM" ], "sched": [ { - "room": "NA", - "days": [ - "M", - "W", - "F" + "room": "NA", + "days": [ + "T", + "Th" ], "hours": [ 3 @@ -14534,35 +18721,57 @@ }, "P1": { "instructors": [ - "Karthik Chetan" + "D Sriram" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 8, - 9 + 6, + 7 ] } ] }, "P2": { "instructors": [ - "Sounak Roy" + "Lavanya S" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Ridahunlang Nongkhlaw" ], "sched": [] } + }, + "compre": { + "date": "08/12", + "session": "FN" } }, - "MST G511": { - "name": "Nondestruct Testing Tech", + "PHA F491": { + "name": "Special Project", "sections": { "L1": { "instructors": [ - "RAVI SHANKER VIDYARTH" + "ARTI DHAR" + ], + "sched": [] + } + } + }, + "PHA G535": { + "name": "Biomaterials", + "sections": { + "L1": { + "instructors": [ + "NIRMAL J", + "V V Krishna Venuganti" ], "sched": [ { @@ -14573,44 +18782,50 @@ "F" ], "hours": [ - 3 + 4 ] } ] - }, - "P1": { + } + } + }, + "PHA G537": { + "name": "Parenteral Product Development", + "sections": { + "L1": { "instructors": [ - "Petla Sivateja" + "AKASH C" ], "sched": [ { "room": "NA", "days": [ "M", + "W", "F" ], "hours": [ - 4, - 5 + 3 ] } ] } } }, - "PHA F211": { - "name": "Pharmaceutical Analysis", + "PHA G540": { + "name": "Modern Pharmaceutical Analytical Techniques", "sections": { "L1": { "instructors": [ - "BALRAM GHOSH" + "A SAJELI BEGUM" ], "sched": [ { "room": "NA", "days": [ "T", - "Th" + "Th", + "S" ], "hours": [ 4 @@ -14620,87 +18835,68 @@ }, "P1": { "instructors": [ - "Balram Ghosh" + "A Sajeli Begum" ], "sched": [ { "room": "NA", "days": [ - "M" + "W" ], "hours": [ 7, - 8 + 8, + 9 ] } ] }, "P2": { "instructors": [ - "Balram Ghosh" + "Chiranjeev Singh" ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 6, - 7 - ] - } - ] + "sched": [] }, "P3": { "instructors": [ - "Yamini Shankar Bobde" + "P. S Lakshmi Soukya" ], "sched": [] }, - "P5": { + "P4": { "instructors": [ - "Ch Sai Sanjay" + "Pragya Paramita Pal" ], "sched": [] }, - "P6": { + "P5": { "instructors": [ - "Sravani Pulya" + "Purbali Chakraborty" ], "sched": [] }, - "T1": { + "P6": { "instructors": [ - "Balram Ghosh" + "Samrun Nessa" ], - "sched": [ - { - "room": "NA", - "days": [ - "S" - ], - "hours": [ - 4 - ] - } - ] + "sched": [] } } }, - "PHA F213": { - "name": "Microbiology", + "PHA G542": { + "name": "Advance Physical Pharma", "sections": { "L1": { "instructors": [ - "D SRIRAM" + "V V KRISHNA VENUGANTI" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "T", + "Th", + "S" ], "hours": [ 3 @@ -14710,203 +18906,173 @@ }, "P1": { "instructors": [ - "D Sriram" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 8, - 9 - ] - } - ] - }, - "P2": { - "instructors": [ - "D Sriram" + "V V Krishna Venuganti" ], "sched": [ { "room": "NA", "days": [ + "T", "Th" ], "hours": [ - 8, - 9 + 6, + 7 ] } ] }, - "P3": { + "P2": { "instructors": [ - "E Madhu Rekha" + "Deepanjan Datta" ], "sched": [] }, - "P5": { + "P3": { "instructors": [ - "Srashti Gopal Goyal" + "Leela Sai Lokesh Janardhan" ], "sched": [] - }, - "T1": { + } + } + }, + "PHA G545": { + "name": "Ipr and Pharmaceuticals", + "sections": { + "L1": { "instructors": [ - "D Sriram" + "P YOGEESWARI" ], "sched": [ { "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 3 + 2 ] } ] } + }, + "compre": { + "date": "11/12", + "session": "FN" } }, - "PHA F215": { - "name": "Introduction to Molecular Bio & Immunology", + "PHA G547": { + "name": "Quali-by-design in Pharmaceutical Prod Devel", "sections": { "L1": { "instructors": [ - "ARTI DHAR" + "R PUNNA RAO" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 5 + 3 ] } ] }, - "T1": { + "P1": { "instructors": [ - "Arti Dhar" + "R Punna Rao" ], "sched": [ { "room": "NA", "days": [ - "S" + "W", + "F" ], "hours": [ - 1 + 8, + 9 ] } ] + }, + "P2": { + "instructors": [ + "Chandra Teja Uppuluri" + ], + "sched": [] } + }, + "compre": { + "date": "07/12", + "session": "FN" } }, - "PHA F244": { - "name": "Physical Pharmacy", + "PHA G612": { + "name": "Pharm Kinet & Clinic Pha", "sections": { "L1": { "instructors": [ - "V V KRISHNA VENUGANTI" + "R PUNNA RAO" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "T", + "Th", + "S" ], "hours": [ - 9 + 2 ] } ] }, "P1": { "instructors": [ - "V V Krishna Venuganti" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 6, - 7 - ] - } - ] - }, - "P2": { - "instructors": [ - "B Sony Priyanka" - ], - "sched": [] - }, - "P3": { - "instructors": [ - "Girdhari Roy" - ], - "sched": [] - }, - "P4": { - "instructors": [ - "Pravesh Sharma" - ], - "sched": [] - }, - "P5": { - "instructors": [ - "Trupti Ghatage" - ], - "sched": [] - }, - "T1": { - "instructors": [ - "V V Krishna Venuganti" + "R Punna Rao" ], "sched": [ { "room": "NA", "days": [ - "F" + "T", + "Th" ], "hours": [ + 8, 9 ] } ] - } - } - }, - "PHA F266": { - "name": "Study Project", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "ARTI DHAR" + "Avantika Dalvi" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Mohd Shareef Khan" ], "sched": [] } } }, - "PHA F311": { - "name": "Pharmacology I", + "PHA G617": { + "name": "Adv Drug Delivery System", "sections": { "L1": { "instructors": [ - "ONKAR KULKARNI" + "SWATI BISWAS" ], "sched": [ { @@ -14917,161 +19083,197 @@ "F" ], "hours": [ - 4 + 5 ] } ] }, "P1": { "instructors": [ - "Onkar Kulkarni" + "Swati Biswas" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th" ], "hours": [ - 8, - 9 + 6, + 7 ] } ] }, "P2": { "instructors": [ - "Ashutosh Balasaheb Mahale" + "Asif Mohd Itoo" ], "sched": [] }, "P3": { "instructors": [ - "K Kalyani" + "Milan Paul" ], "sched": [] - }, - "P4": { + } + }, + "compre": { + "date": "01/12", + "session": "FN" + } + }, + "PHA G642": { + "name": "Laboratory Project", + "sections": { + "L1": { "instructors": [ - "S Kavitha" + "SWATI BISWAS" ], "sched": [] } } }, - "PHA F312": { - "name": "Medicinal Chemistry I", + "PHY F110": { + "name": "Physics Laboratory", "sections": { "L1": { "instructors": [ - "P YOGEESWARI" + "Souri Banerjee", + "Sajia Yeasmin" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "T" ], "hours": [ - 3 + 4, + 5 ] } ] }, - "P1": { + "L2": { "instructors": [ - "P Yogeeswari" + "VSN Murthy", + "Sabur Ahmed Barbhuiya" ], "sched": [ { "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 6, - 7 + 4, + 5 ] } ] }, - "P2": { + "L3": { "instructors": [ - "P Yogeeswari" + "SARMISTHA BANIK", + "Nobleson K" ], "sched": [ { "room": "NA", "days": [ - "F" + "M" ], "hours": [ - 6, - 7 + 2, + 3 ] } ] }, - "P4": { + "L4": { "instructors": [ - "Kumbham Soniya" + "Asrarul Haque", + "Ronit Mahapatra" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 2, + 3 + ] + } + ] }, - "P5": { + "L5": { "instructors": [ - "Routholla Ganesh" + "Swastik Bhattacharya", + "Anamika Avinash Pathak" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 8, + 9 + ] + } + ] }, - "T1": { + "L6": { "instructors": [ - "P Yogeeswari" + "Kannan Ramaswamy", + "Waseem Ahmad Wani" ], "sched": [ { "room": "NA", "days": [ - "S" + "F" ], "hours": [ + 2, 3 ] } ] - } - } - }, - "PHA F314": { - "name": "Pharma Formul & Biopharm", - "sections": { - "L1": { + }, + "L7": { "instructors": [ - "NIRMAL J" + "Aranya Bhuti Bhattacherjee", + "Surabhi Yadav" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "T" ], "hours": [ - 8 + 8, + 9 ] } ] }, - "P1": { + "L8": { "instructors": [ - "Nirmal J" + "Sarmistha Banik", + "Haridev S R" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ 8, @@ -15080,168 +19282,106 @@ } ] }, - "P2": { - "instructors": [ - "Parameswar Patra" - ], - "sched": [] - }, - "P3": { - "instructors": [ - "Priyadarshini Sathe" - ], - "sched": [] - }, - "P4": { - "instructors": [ - "Raghuraman Manimaran" - ], - "sched": [] - }, - "T1": { + "L9": { "instructors": [ - "Nirmal J" + "Asrarul Haque", + "Yash Pareek" ], "sched": [ { "room": "NA", "days": [ - "F" + "S" ], "hours": [ - 8 + 4, + 5 ] } ] - } - } - }, - "PHA F376": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "ARTI DHAR" - ], - "sched": [] - } - } - }, - "PHA F377": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "ARTI DHAR" - ], - "sched": [] - } - } - }, - "PHA F414": { - "name": "Biopharmaceutics", - "sections": { - "L1": { + }, + "L10": { "instructors": [ - "NIRMAL J" + "Swastik Bhattacharya", + "Yuganand Nellambakam" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 4 + 8, + 9 ] } ] - } - } - }, - "PHA F415": { - "name": "Pathophysiology", - "sections": { - "L1": { + }, + "L11": { "instructors": [ - "ONKAR KULKARNI" + "Kannan Ramaswamy", + "Aiswarya N M" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 5 + 8, + 9 ] } ] } } }, - "PHA F422": { - "name": "Cosmetic Science", + "PHY F111": { + "name": "Mech Oscil & Waves", "sections": { "L1": { "instructors": [ - "D SRIRAM" + "Aravinda N Raghavan", + "Meenakshi V" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "M", + "W", + "F" ], "hours": [ - 2 + 1 ] } ] }, - "P1": { + "L2": { "instructors": [ - "D Sriram" + "Aravinda N Raghavan", + "Meenakshi V" ], "sched": [ { "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 6, - 7 + 5 ] } ] }, - "P2": { - "instructors": [ - "Lavanya S" - ], - "sched": [] - }, - "P3": { - "instructors": [ - "Ridahunlang Nongkhlaw" - ], - "sched": [] - } - } - }, - "PHA G535": { - "name": "Biomaterials", - "sections": { - "L1": { - "instructors": [ - "NIRMAL J", - "V V Krishna Venuganti" + "L3": { + "instructors": [ + "Sashideep Gutti" ], "sched": [ { @@ -15252,353 +19392,231 @@ "F" ], "hours": [ - 4 + 10 ] } ] - } - } - }, - "PHA G537": { - "name": "Parenteral Product Development", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "AKASH C" + "Sashideep Gutti" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 3 + 1 ] } ] - } - } - }, - "PHA G540": { - "name": "Modern Pharmaceutical Analytical Techniques", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "A SAJELI BEGUM" + "Swastik Bhattacharya" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 4 + 1 ] } ] }, - "P1": { + "T4": { "instructors": [ - "A Sajeli Begum" + "B HARIHARA VENKATARA" ], "sched": [ { "room": "NA", "days": [ - "W" + "Th" ], "hours": [ - 7, - 8, - 9 + 1 ] } ] }, - "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": { + "T3": { "instructors": [ - "V V KRISHNA VENUGANTI" + "Prasant Samantray" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 3 + 1 ] } ] }, - "P1": { + "T6": { "instructors": [ - "V V Krishna Venuganti" + "Swastik Bhattacharya" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "T" ], "hours": [ - 6, - 7 + 9 ] } ] }, - "P2": { - "instructors": [ - "Deepanjan Datta" - ], - "sched": [] - }, - "P3": { - "instructors": [ - "Leela Sai Lokesh Janardhan" - ], - "sched": [] - } - } - }, - "PHA G545": { - "name": "Ipr and Pharmaceuticals", - "sections": { - "L1": { + "T8": { "instructors": [ - "P YOGEESWARI" + "B Harihara Venkataraman" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 2 + 9 ] } ] - } - } - }, - "PHA G547": { - "name": "Quali-by-design in Pharmaceutical Prod Devel", - "sections": { - "L1": { + }, + "T5": { "instructors": [ - "R PUNNA RAO" + "Sashideep Gutti" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 3 + 8 ] } ] }, - "P1": { + "T10": { "instructors": [ - "R Punna Rao" + "Sashideep Gutti" ], "sched": [ { "room": "NA", "days": [ - "W", - "F" + "Th" ], "hours": [ - 8, 9 ] } ] }, - "P2": { - "instructors": [ - "Chandra Teja Uppuluri" - ], - "sched": [] - } - } - }, - "PHA G612": { - "name": "Pharm Kinet & Clinic Pha", - "sections": { - "L1": { + "T12": { "instructors": [ - "R PUNNA RAO" + "Swastik Bhattacharya" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 9 ] } ] }, - "P1": { + "T7": { "instructors": [ - "R Punna Rao" + "Prasant Samantray" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "T" ], "hours": [ - 8, 9 ] } ] }, - "P2": { - "instructors": [ - "Avantika Dalvi" - ], - "sched": [] - }, - "P3": { - "instructors": [ - "Mohd Shareef Khan" - ], - "sched": [] - } - } - }, - "PHA G617": { - "name": "Adv Drug Delivery System", - "sections": { - "L1": { + "T14": { "instructors": [ - "SWATI BISWAS" + "Prasant Samantray" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 5 + 9 ] } ] }, - "P1": { + "T16": { "instructors": [ - "Swati Biswas" + "B Harihara Venkataraman" ], "sched": [ { "room": "NA", "days": [ - "T", "Th" ], "hours": [ - 6, - 7 + 9 ] } ] }, - "P2": { - "instructors": [ - "Asif Mohd Itoo" - ], - "sched": [] - }, - "P3": { + "T9": { "instructors": [ - "Milan Paul" + "Sashideep Gutti" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 10 + ] + } + ] } + }, + "compre": { + "date": "10/12", + "session": "FN" } }, - "PHA G642": { - "name": "Laboratory Project", + "PHY F112": { + "name": "General Physics", "sections": { "L1": { "instructors": [ - "SWATI BISWAS" - ], - "sched": [] - } - } - }, - "PHY F111": { - "name": "Mech Oscil & Waves", - "sections": { - "L3": { - "instructors": [ - "Sashideep Gutti" + "SASHIDEEP GUTTI" ], "sched": [ { @@ -15609,12 +19627,12 @@ "F" ], "hours": [ - 10 + 4 ] } ] }, - "T9": { + "T1": { "instructors": [ "Sashideep Gutti" ], @@ -15622,10 +19640,10 @@ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 10 + 7 ] } ] @@ -15669,6 +19687,10 @@ } ] } + }, + "compre": { + "date": "07/12", + "session": "FN" } }, "PHY F212": { @@ -15844,6 +19866,10 @@ } ] } + }, + "compre": { + "date": "14/12", + "session": "FN" } }, "PHY F213": { @@ -15883,6 +19909,10 @@ } ] } + }, + "compre": { + "date": "04/12", + "session": "AN" } }, "PHY F242": { @@ -15922,6 +19952,10 @@ } ] } + }, + "compre": { + "date": "11/12", + "session": "FN" } }, "PHY F311": { @@ -15961,6 +19995,10 @@ } ] } + }, + "compre": { + "date": "09/12", + "session": "AN" } }, "PHY F312": { @@ -16000,6 +20038,10 @@ } ] } + }, + "compre": { + "date": "02/12", + "session": "AN" } }, "PHY F313": { @@ -16039,6 +20081,10 @@ } ] } + }, + "compre": { + "date": "16/12", + "session": "AN" } }, "PHY F366": { @@ -16068,7 +20114,7 @@ "sections": { "L1": { "instructors": [ - "PRASANT SAMANTRAY" + "PRASANT SAMANTRAY" ], "sched": [ { @@ -16084,6 +20130,10 @@ } ] } + }, + "compre": { + "date": "02/12", + "session": "FN" } }, "PHY F418": { @@ -16107,6 +20157,10 @@ } ] } + }, + "compre": { + "date": "11/12", + "session": "AN" } }, "PHY F422": { @@ -16130,6 +20184,10 @@ } ] } + }, + "compre": { + "date": "08/12", + "session": "FN" } }, "SAN G511": { @@ -16277,6 +20335,10 @@ } ] } + }, + "compre": { + "date": "05/12", + "session": "AN" } }, "SS G515": { @@ -16284,7 +20346,7 @@ "sections": { "L1": { "instructors": [ - "NARASIMHA BOLLOJU" + "NARASIMHA BOLLOJU" ], "sched": [ { @@ -16318,6 +20380,10 @@ } ] } + }, + "compre": { + "date": "07/12", + "session": "FN" } } } \ No newline at end of file diff --git a/client/src/components/timetable/PreviewTT.jsx b/client/src/components/timetable/PreviewTT.jsx index f5ebe61..9aff20a 100644 --- a/client/src/components/timetable/PreviewTT.jsx +++ b/client/src/components/timetable/PreviewTT.jsx @@ -84,7 +84,7 @@ class PreviewTT extends Component {
{section.courseCode}

- {section.sectionRoom} + {section.section}

diff --git a/client/src/redux/middlewares/index.js b/client/src/redux/middlewares/index.js index 363e28e..64eb153 100644 --- a/client/src/redux/middlewares/index.js +++ b/client/src/redux/middlewares/index.js @@ -1,5 +1,5 @@ import { applyMiddleware } from "redux"; -import { composeWithDevTools } from "redux-devtools-extension"; +import { composeWithDevTools } from "redux-devtools-extension/developmentOnly"; import { getSelectedCourseMiddleware } from "./SelectCourseMiddlewares"; import { closeDialogMiddleware } from "./dialog"; import thunk from "redux-thunk"; diff --git a/package.json b/package.json index aa96bf1..f1e5ee8 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "dotenv": "^8.2.0", "express": "^4.17.1", "express-validator": "^6.4.0", - "moment": "^2.24.0", "jsonwebtoken": "^8.5.1", + "moment": "^2.24.0", "mongoose": "^5.9.9", "node-sass": "^4.13.1", "node-sass-middleware": "^0.11.0", diff --git a/server/models/TimeTable.js b/server/models/TimeTable.js index 37e62f3..3341f1e 100644 --- a/server/models/TimeTable.js +++ b/server/models/TimeTable.js @@ -7,37 +7,37 @@ const TimeTableSchema = new Schema( ownerId: { type: Schema.Types.ObjectId, required: true, - ref: "student" + ref: "student", }, name: { - type: String + type: String, }, - branch:{ + branch: { type: Array, }, - year:{ + year: { type: Number, }, - username:{ - type: String + username: { + type: String, }, TimeTable: { type: TimeTable, - required: true + required: true, }, Courses: [ { - type: Object - } + type: Object, + }, ], date: { type: Date, - default: Date.now + default: Date.now, }, isShared: { type: Boolean, - default: false - } + default: true, + }, }, { minimize: false } ); From 8744e77fe05b3aadc692c290c61379ff3af403e0 Mon Sep 17 00:00:00 2001 From: Abhinav Sukumar Rao <39939017+AetherPrior@users.noreply.github.com> Date: Mon, 17 Aug 2020 00:06:05 +0530 Subject: [PATCH 08/31] Show create page --- .../authorization/CheckLoggedIn.jsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/client/src/components/authorization/CheckLoggedIn.jsx b/client/src/components/authorization/CheckLoggedIn.jsx index 0d3d964..3e039df 100644 --- a/client/src/components/authorization/CheckLoggedIn.jsx +++ b/client/src/components/authorization/CheckLoggedIn.jsx @@ -12,25 +12,25 @@ const CheckLoggedIn = ({ verifyLogin }) => { verifyLogin(); }, [verifyLogin]); const [userInfo, loading] = useGetData("/api/current_user"); - const useStyles = makeStyles(theme => ({ + const useStyles = makeStyles((theme) => ({ root: { width: "100%", "& > * + *": { - marginTop: theme.spacing(2) - } - } + marginTop: theme.spacing(2), + }, + }, })); - const useStylesCircular = makeStyles(theme => ({ + const useStylesCircular = makeStyles((theme) => ({ root: { display: "flex", alignItems: "center", justifyContent: "center", "& > * + *": { marginLeft: theme.spacing(2), - marginTop: theme.spacing(2) - } - } + marginTop: theme.spacing(2), + }, + }, })); const Cclasses = useStylesCircular(); const classes = useStyles(); @@ -46,9 +46,9 @@ const CheckLoggedIn = ({ verifyLogin }) => { /**/ ); } else if (!userInfo) { - return ; + return ; } else { - return ; + return ; } }; From 11ee9f21ceadcdc3161916c1fad6eb7eb692c211 Mon Sep 17 00:00:00 2001 From: Akul Singhal <42439193+predator810@users.noreply.github.com> Date: Tue, 13 Oct 2020 21:57:44 +0530 Subject: [PATCH 09/31] add various ui changes --- client/src/App.js | 16 +- client/src/components/tabs/Dashboard.jsx | 120 ++++++------ client/src/components/tabs/ShareTimeTable.jsx | 176 ++++++++---------- .../components/timetable/CreateTimeTable.jsx | 64 ++++--- client/src/components/timetable/PreviewTT.jsx | 30 ++- .../src/components/timetable/SearchTabs.jsx | 33 ++-- .../src/components/timetable/SectionTab.jsx | 26 +-- client/src/components/utils/Navbar.jsx | 88 +++++---- client/src/components/utils/YearSelector.jsx | 26 +-- client/src/styles/App.css | 24 ++- client/src/styles/Dashboard.css | 4 - client/src/styles/ShareTT.css | 141 ++++++-------- client/src/styles/Timetable.css | 73 +++++--- 13 files changed, 412 insertions(+), 409 deletions(-) diff --git a/client/src/App.js b/client/src/App.js index 5a853a1..ab6e8d8 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -29,13 +29,15 @@ const App = () => { - - - - - - - + +
+ + + + + + +
); diff --git a/client/src/components/tabs/Dashboard.jsx b/client/src/components/tabs/Dashboard.jsx index 8b23bee..42ad500 100644 --- a/client/src/components/tabs/Dashboard.jsx +++ b/client/src/components/tabs/Dashboard.jsx @@ -91,92 +91,78 @@ const Dashboard = (props) => { return ( <> -

Saved Timetables

-
- +

Saved Timetables

+
+ {(TTData.savedTT || data).map((itemc) => { return ( - <> - -
- - - +
+ + +
{itemc.name}
+
+ + { + props.editTT(itemc); + }} + > + + {itemc.isShared ? ( + - - + Unshare + + ) : ( - {itemc.isShared ? ( - - ) : ( - - )} - -
-
- - + )} + +
+
+
); })}
- -

Publicly Shared Timetables

+

Publicly Shared Timetables

); } else { - return

FETCHING LATEST DATA....

; + return

Fetching Latest Data....

; } }; diff --git a/client/src/components/tabs/ShareTimeTable.jsx b/client/src/components/tabs/ShareTimeTable.jsx index 22553af..e6a4975 100644 --- a/client/src/components/tabs/ShareTimeTable.jsx +++ b/client/src/components/tabs/ShareTimeTable.jsx @@ -1,6 +1,7 @@ import React, { useState } from "react"; import { Link } from "react-router-dom"; import Creatable from "react-select"; +import Select from "react-select"; import { components } from "react-select"; import Typography from "@material-ui/core/Typography"; import Grid from "@material-ui/core/Grid"; @@ -63,6 +64,13 @@ const branches = [ { value: "PHA", label: "Pharmacy" }, { value: "PHY", label: "Physics" }, ]; +const years = [ + { value: "1", label: "First" }, + { value: "2", label: "Second" }, + { value: "3", label: "Third" }, + { value: "4", label: "Fourth" }, + { value: "5", label: "Fifth" }, +]; const ShareTimeTable = (props) => { const [formData, setFormData] = useState({ @@ -124,10 +132,10 @@ const ShareTimeTable = (props) => { e.preventDefault(); if (!branch || branch.length === 0) { window.alert("Please enter your branch"); - } else if (year === "" || isNaN(year)) { + } else if (year.value === "" || isNaN(year.value)) { window.alert("Please enter your year"); } else { - submitToMongo(branch, year); + submitToMongo(branch, year.value); } }; @@ -138,7 +146,7 @@ const ShareTimeTable = (props) => { {optionSelectedLength < 2 ? ( props.children ) : ( -
+
You cannot select more than 2 branches
)} @@ -152,112 +160,86 @@ const ShareTimeTable = (props) => { const classes = useStyles(); return ( <> -
- Please Enter your Branch and year below: -
-
-
- Please Select your Branch and year below: + +
+ - + > */} +


- -

-
- - {!loading && TTs.length !== 0 ? ( - TTs.map((itemc) => { - return ( - <> - -
- - - - Timetable Name - - - {itemc.name} - - - Shared by - - - {itemc.username} - - - Date:{" "} - {itemc.date.substr(0, itemc.date.indexOf("T"))} -
- {"Time: "}{" "} - {itemc.date.substr(itemc.date.indexOf("T") + 1, 9)} -
-
- - { - props.editTT(itemc); - }} - > - - - -
-
-
- - ); - }) - ) : loading ? ( -

Loading

- ) : ( -

No Shared Timetables

- )} -
+
+
+ {!loading && TTs.length !== 0 ? ( + TTs.map((itemc) => { + return ( + +
+ + + + {itemc.name} + + Shared by + {itemc.username} + + Date: {itemc.date.substr(0, itemc.date.indexOf("T"))} +
+ {"Time: "}{" "} + {itemc.date.substr(itemc.date.indexOf("T") + 1, 9)} +
+
+ + { + props.editTT(itemc); + }} + > + + + +
+
+
+ ); + }) + ) : loading ? ( +

Loading

+ ) : ( +

No Shared Timetables

+ )}
); diff --git a/client/src/components/timetable/CreateTimeTable.jsx b/client/src/components/timetable/CreateTimeTable.jsx index 162f75a..4ef60e4 100755 --- a/client/src/components/timetable/CreateTimeTable.jsx +++ b/client/src/components/timetable/CreateTimeTable.jsx @@ -32,13 +32,13 @@ class CreateTimeTable extends Component { CustomButton(type, id) { return ( - +
); } @@ -73,51 +73,63 @@ class CreateTimeTable extends Component { {this.state.view === 0 ? ( <> - {this.CustomButton("Preview", 1)} - {this.CustomButton("Midsem Schedule", 2)} - {this.CustomButton("Compre Schedule", 3)} - {this.CustomButton("Export As PNG", 4)} - - -
-
- -
-
+
+
+
+
+ {this.CustomButton("Preview", 1)} + {this.CustomButton("Midsem Schedule", 2)} + {this.CustomButton("Compre Schedule", 3)} + {this.CustomButton("Export PNG", 4)} + + +
+
+
+ +
+
) : this.state.view === 1 ? ( <> {this.CustomButton("Preview", 0)} +
+
) : this.state.view === 2 ? ( <> {this.CustomButton("Midsem Schedule", 0)} +
+
) : this.state.view === 3 ? ( <> {this.CustomButton("Compre Schedule", 0)} +
+
) : this.state.view === 4 ? ( <> {this.CustomButton("Export As PNG", 0)} +
) : null} diff --git a/client/src/components/timetable/PreviewTT.jsx b/client/src/components/timetable/PreviewTT.jsx index 9aff20a..1c0eb16 100644 --- a/client/src/components/timetable/PreviewTT.jsx +++ b/client/src/components/timetable/PreviewTT.jsx @@ -70,24 +70,22 @@ class PreviewTT extends Component { } str = ( - <> -
- this.props.onRemove(section.section, section.courseCode) - } - > -
- {section.courseName} -

-
- {section.courseCode} -

- {section.section} +
+ this.props.onRemove(section.section, section.courseCode) + } + > +
+ {section.courseName}

- + {section.courseCode} +

+ {section.section} +

+
); } diff --git a/client/src/components/timetable/SearchTabs.jsx b/client/src/components/timetable/SearchTabs.jsx index 0ba0a69..3f49dfb 100644 --- a/client/src/components/timetable/SearchTabs.jsx +++ b/client/src/components/timetable/SearchTabs.jsx @@ -1,7 +1,7 @@ import React, { Component } from "react"; import "react-tabs/style/react-tabs.css"; import M from "materialize-css"; -import "materialize-css/dist/css/materialize.min.css"; +// import 'materialize-css/dist/css/materialize.min.css'; import PropTypes from "prop-types"; import SearchHel from "./SearchHel.jsx"; import Search from "../utils/Search.jsx"; @@ -15,23 +15,26 @@ class SearchTabs extends Component { super(props); this.state = { initial: this.props.allCourses, - current: this.props.allCourses + current: this.props.allCourses, }; this.filterItems = this.filterItems.bind(this); } filterItems(input) { - let filterCourses = obj => + let filterCourses = (obj) => Object.keys(obj) .filter( - item => + (item) => item.toLowerCase().search(input.target.value.toLowerCase()) !== -1 || obj[item]["name"] .toLowerCase() .search(input.target.value.toLowerCase()) !== -1 ) - .reduce((res, key) => {res[key] = obj[key]; return res}, {}); + .reduce((res, key) => { + res[key] = obj[key]; + return res; + }, {}); let updatedlist = filterCourses(this.state.initial); this.setState({ current: updatedlist }); } @@ -39,26 +42,26 @@ class SearchTabs extends Component { render() { return ( <> -
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -45,7 +45,7 @@ class SectionTabs extends Component { } SectionTabs.propTypes = { - getSections: PropTypes.func.isRequired + getSections: PropTypes.func.isRequired, }; export default SectionTabs; diff --git a/client/src/components/utils/Navbar.jsx b/client/src/components/utils/Navbar.jsx index 130b8f5..6bd301e 100644 --- a/client/src/components/utils/Navbar.jsx +++ b/client/src/components/utils/Navbar.jsx @@ -10,61 +10,59 @@ export const Navbar = ({ submitted, user, isAuthenticated, logout }) => { } else if ((!submitted && user && user.submittedForm) || submitted) { return (
-
); } else { return (
-
- ); -}; + ) +} const mapStateToProps = (state) => { return { user: state.auth.user, - }; -}; + } +} const mapDispatchToProps = (dispatch) => { return { editTT: (tt) => dispatch(editTT(tt, true)), - }; -}; + } +} ShareTimeTable.propTypes = { editTT: PropTypes.func.isRequired, -}; +} -export default connect(mapStateToProps, mapDispatchToProps)(ShareTimeTable); +export default connect(mapStateToProps, mapDispatchToProps)(ShareTimeTable) diff --git a/client/src/components/timetable/PreviewTT.jsx b/client/src/components/timetable/PreviewTT.jsx index 1c0eb16..d500eec 100644 --- a/client/src/components/timetable/PreviewTT.jsx +++ b/client/src/components/timetable/PreviewTT.jsx @@ -1,72 +1,72 @@ -import { Component } from "react"; -import React from "react"; -import { connect } from "react-redux"; -import PropTypes from "prop-types"; -import { deleteSection } from "../../redux/actions/UpdateTimeTable"; -import "../../styles/Timetable.css"; - -const ntw = require("number-to-words"); +import { Component } from 'react' +import React from 'react' +import { connect } from 'react-redux' +import PropTypes from 'prop-types' +import { deleteSection } from '../../redux/actions/UpdateTimeTable' +import '../../styles/Timetable.css' +import Card from '@material-ui/core/Card' +const ntw = require('number-to-words') class PreviewTT extends Component { constructor(props) { - super(props); - this.populateTimetable.bind(this); - this.gridArray = []; + super(props) + this.populateTimetable.bind(this) + this.gridArray = [] } populateTimetable() { var gridList = [ - ["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], - ]; + ['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 = {}; - Map["M"] = 1; - Map["T"] = 2; - Map["W"] = 3; - Map["Th"] = 4; - Map["F"] = 5; - Map["S"] = 6; + let Map = {} + Map['M'] = 1 + Map['T'] = 2 + Map['W'] = 3 + Map['Th'] = 4 + Map['F'] = 5 + Map['S'] = 6 - let divStyle = {}; - var days = ["M", "T", "W", "Th", "F", "S"]; - var hours = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]; - var day, hour; + let divStyle = {} + var days = ['M', 'T', 'W', 'Th', 'F', 'S'] + var hours = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] + var day, hour for (day of days) { for (hour of hours) { - divStyle = {}; - let section = this.props.TimeTable[day][ntw.toWords(hour)]; - let str = ""; + divStyle = {} + let section = this.props.TimeTable[day][ntw.toWords(hour)] + let str = '' if (gridList[Map[day]][hour] === -1) { - continue; + continue } else if (!section.courseCode) { str = (
- {" "} + {' '}





- ); + ) } else { if (section.numHours > 1) { for (let i = 1; i < section.numHours; i++) { - gridList[Map[day]][hour + i] = -1; + gridList[Map[day]][hour + i] = -1 } divStyle = { gridRowStart: `${hour + 1}`, gridColumnStart: `${Map[day] + 1}`, gridCoulmnEnd: `${Map[day] + 2}`, gridRowEnd: `span ${section.numHours}`, - }; + } } str = ( @@ -86,10 +86,10 @@ class PreviewTT extends Component { {section.section}

- ); + ) } - gridList[Map[day]][hour] = str; + gridList[Map[day]][hour] = str } } for (let i = 0; i <= 6; i++) { @@ -99,53 +99,53 @@ class PreviewTT extends Component {
{gridList[i][j]}
- ); + ) } } } - return gridList; + return gridList } render() { - this.gridArray = this.populateTimetable(); - let divsToRender = []; + this.gridArray = this.populateTimetable() + let divsToRender = [] for (let i = 0; i <= 11; i++) { for (let j = 0; j <= 6; j++) { if (this.gridArray[j][i] === -1); else { - divsToRender.push(<>{this.gridArray[j][i]}); + divsToRender.push(<>{this.gridArray[j][i]}) } } } - return
{divsToRender}
; + return
{divsToRender}
} } const mapStateToProps = (state) => { return { TimeTable: state.updateTT.myTimeTable, - }; -}; + } +} const mapDispatchToProps = (dispatch) => { return { onRemove: (section, courseCode) => dispatch(deleteSection(section, courseCode)), - }; -}; + } +} PreviewTT.propTypes = { TimeTable: PropTypes.object.isRequired, onRemove: PropTypes.func.isRequired, -}; +} -export default connect(mapStateToProps, mapDispatchToProps)(PreviewTT); +export default connect(mapStateToProps, mapDispatchToProps)(PreviewTT) diff --git a/client/src/styles/ShareTT.css b/client/src/styles/ShareTT.css index e5eb874..a61459e 100644 --- a/client/src/styles/ShareTT.css +++ b/client/src/styles/ShareTT.css @@ -5,10 +5,10 @@ max-width: 720px; gap: 10px; } - .half-width { width: 50%; white-space: nowrap; + float: left; } /* Form */ diff --git a/client/src/styles/Timetable.css b/client/src/styles/Timetable.css index 2c987b9..2ad3d21 100644 --- a/client/src/styles/Timetable.css +++ b/client/src/styles/Timetable.css @@ -124,5 +124,9 @@ display: flex; gap: 20px; flex-wrap: wrap; + flex-grow: 0; + } + .courses-list { + display: flex; } } From 45b4709e5628016afe8c81f22f3e511d475c6e56 Mon Sep 17 00:00:00 2001 From: Abhinav Sukumar Rao <39939017+AetherPrior@users.noreply.github.com> Date: Wed, 14 Oct 2020 21:47:21 +0530 Subject: [PATCH 15/31] Prettier and padding --- .prettierrc | 8 +- client/.prettierrc | 8 +- client/src/components/tabs/Dashboard.jsx | 88 ++++++------- client/src/components/tabs/HELData.jsx | 84 ++++++------- client/src/components/tabs/ShareTimeTable.jsx | 119 +++++++++--------- client/src/components/timetable/PreviewTT.jsx | 65 +++++----- 6 files changed, 187 insertions(+), 185 deletions(-) diff --git a/.prettierrc b/.prettierrc index b785842..f6ca428 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,6 +1,6 @@ { - "trailingComma": "es5", - "tabWidth": 2, - "semi": false, - "singleQuote": true + "trailingComma": "es5", + "tabWidth": 2, + "semi": false, + "singleQuote": false } diff --git a/client/.prettierrc b/client/.prettierrc index b785842..f6ca428 100644 --- a/client/.prettierrc +++ b/client/.prettierrc @@ -1,6 +1,6 @@ { - "trailingComma": "es5", - "tabWidth": 2, - "semi": false, - "singleQuote": true + "trailingComma": "es5", + "tabWidth": 2, + "semi": false, + "singleQuote": false } diff --git a/client/src/components/tabs/Dashboard.jsx b/client/src/components/tabs/Dashboard.jsx index 072e3e7..d788f6d 100644 --- a/client/src/components/tabs/Dashboard.jsx +++ b/client/src/components/tabs/Dashboard.jsx @@ -1,46 +1,46 @@ -import React from 'react' -import { connect } from 'react-redux' -import { useGetData } from 'use-axios-react' -import axios from 'axios' -import PropTypes from 'prop-types' -import { Link } from 'react-router-dom' -import { editTT } from '../../redux/actions/UpdateTimeTable' -import ShareTimeTable from './ShareTimeTable' -import Typography from '@material-ui/core/Typography' -import Grid from '@material-ui/core/Grid' -import { makeStyles } from '@material-ui/core/styles' -import Card from '@material-ui/core/Card' -import CardActions from '@material-ui/core/CardActions' -import CardContent from '@material-ui/core/CardContent' -import Button from '@material-ui/core/Button' -import AlertBox from '../utils/AlertBox.jsx' -import { openSaveAlert } from '../../redux/actions/dialogs' -import '../../styles/Dashboard.css' +import React from "react" +import { connect } from "react-redux" +import { useGetData } from "use-axios-react" +import axios from "axios" +import PropTypes from "prop-types" +import { Link } from "react-router-dom" +import { editTT } from "../../redux/actions/UpdateTimeTable" +import ShareTimeTable from "./ShareTimeTable" +import Typography from "@material-ui/core/Typography" +import Grid from "@material-ui/core/Grid" +import { makeStyles } from "@material-ui/core/styles" +import Card from "@material-ui/core/Card" +import CardActions from "@material-ui/core/CardActions" +import CardContent from "@material-ui/core/CardContent" +import Button from "@material-ui/core/Button" +import AlertBox from "../utils/AlertBox.jsx" +import { openSaveAlert } from "../../redux/actions/dialogs" +import "../../styles/Dashboard.css" const useStyles = makeStyles({ ttname: { minWidth: 250, - margin: '1vh', - float: 'left', + margin: "1vh", + float: "left", }, cardcontainer: { - width: '100%', - maxWidth: '95vw', - maxHeight: '30vh', - overflow: 'auto', + width: "100%", + maxWidth: "95vw", + maxHeight: "30vh", + overflow: "auto", }, grid: { flexGrow: 1, - maxWidth: '95vw', - maxHeight: '26vh', - overflow: 'auto', + maxWidth: "95vw", + maxHeight: "26vh", + overflow: "auto", }, card: { - margin: '1vh', - width: '48%', - backgroundColor: '#DDDDDD', - float: 'left', - height: '40vw', + margin: "1vh", + width: "48%", + backgroundColor: "#f0f0f0", + float: "left", + height: "40vw", }, }) const Dashboard = (props) => { @@ -56,15 +56,15 @@ const Dashboard = (props) => { if (res.status === 200) { let newData = (savedTT || data).filter((item) => item._id !== id) setTTData({ savedTT: newData }) - props.openAlert('Successfully Deleted the Timetable', 'success') + props.openAlert("Successfully Deleted the Timetable", "success") } else { - props.openAlert(res.data.msg + ' Please Try Again Later', 'error') + props.openAlert(res.data.msg + " Please Try Again Later", "error") } }) } catch (err) { props.openAlert( "Couldn't Delete The TimeTable! Please Try Again Later.", - 'error' + "error" ) } } @@ -82,25 +82,27 @@ const Dashboard = (props) => { } setTTData({ savedTT: newData }) props.openAlert( - 'Successfully ' + action + ' the Timetable', - 'success' + "Successfully " + action + " the Timetable", + "success" ) } else { - props.openAlert(res.data.msg, 'error') + props.openAlert(res.data.msg, "error") } }) } catch (err) { - props.openAlert('res.data.msg' + ' Please Try Again Later', 'error') + props.openAlert("res.data.msg" + " Please Try Again Later", "error") } } - let [data, loading] = useGetData('/api/timetable/getTT') + let [data, loading] = useGetData("/api/timetable/getTT") if (!loading) { return ( <> -

Saved Timetables

+
+

Saved Timetables

+
{(TTData.savedTT || data).map((itemc) => { return ( @@ -141,7 +143,7 @@ const Dashboard = (props) => { variant="contained" size="small" onClick={() => { - toggleShare(itemc._id, 'Unshared') + toggleShare(itemc._id, "Unshared") }} > Unshare @@ -151,7 +153,7 @@ const Dashboard = (props) => { variant="contained" size="small" onClick={() => { - toggleShare(itemc._id, 'Shared') + toggleShare(itemc._id, "Shared") }} > Share diff --git a/client/src/components/tabs/HELData.jsx b/client/src/components/tabs/HELData.jsx index a19e8c4..4c89fe4 100644 --- a/client/src/components/tabs/HELData.jsx +++ b/client/src/components/tabs/HELData.jsx @@ -1,29 +1,29 @@ -import React from 'react' -import { VictoryBar, VictoryChart, VictoryAxis, VictoryLabel } from 'victory' -import Search from '../utils/Search' -import ItemList from '../utils/ItemList' -import * as TimeTableData from '../../Timetable.json' -import { useGetData } from 'use-axios-react' -import axios from 'axios' -import Card from '@material-ui/core/Card' -import { makeStyles } from '@material-ui/core' +import React from "react" +import { VictoryBar, VictoryChart, VictoryAxis, VictoryLabel } from "victory" +import Search from "../utils/Search" +import ItemList from "../utils/ItemList" +import * as TimeTableData from "../../Timetable.json" +import { useGetData } from "use-axios-react" +import axios from "axios" +import Card from "@material-ui/core/Card" +import { makeStyles } from "@material-ui/core" const course = JSON.parse(JSON.stringify(TimeTableData)).default const useStyles = makeStyles({ card: { - backgroundColor: '#ddd', - margin: '1vh', - height: '40vw', + backgroundColor: "#f5f5f5", + margin: "1vh", + height: "40vw", }, }) let courseData = [] let humCourses = Object.keys(course) .filter( (code) => - code.startsWith('GS') || - code.startsWith('HSS') || - code.startsWith('BITS F214') || - code.startsWith('BITS F385') || - code.startsWith('BITS F399') + code.startsWith("GS") || + code.startsWith("HSS") || + code.startsWith("BITS F214") || + code.startsWith("BITS F385") || + code.startsWith("BITS F399") ) .reduce((res, key) => { res[key] = course[key] @@ -34,13 +34,13 @@ const HELData = () => { courseStats: [], }) const { courseStats } = studentData - let result = '' + let result = "" const HELstats = (e) => { e.preventDefault() let et = e.target.innerHTML.toLowerCase() - let event = et.split(' ') - event = event[0] + ' ' + event[1] + let event = et.split(" ") + event = event[0] + " " + event[1] try { axios.get(`/api/helData/searchHEL/${event}`).then((res) => { @@ -56,7 +56,7 @@ const HELData = () => { setStudentData({ ...studentData, courseStats: newCSarray }) }) } catch (err) { - console.log('DB RETRIEVAL ERROR:', err) + console.log("DB RETRIEVAL ERROR:", err) } if (courseStats.length === 0) return false courseData = et @@ -71,15 +71,15 @@ const HELData = () => { .filter( (item) => item.toLowerCase().search(userInput) !== -1 || - obj[item]['name'].toLowerCase().search(userInput) !== -1 + obj[item]["name"].toLowerCase().search(userInput) !== -1 ) .filter( (code) => - code.startsWith('GS') || - code.startsWith('HSS') || - code.startsWith('BITS F214') || - code.startsWith('BITS F385') || - code.startsWith('BITS F399') + code.startsWith("GS") || + code.startsWith("HSS") || + code.startsWith("BITS F214") || + code.startsWith("BITS F385") || + code.startsWith("BITS F399") ) .reduce((res, key) => { res[key] = obj[key] @@ -91,7 +91,7 @@ const HELData = () => { const classes = useStyles() let resp = true let str = [ -
+
{
, ] - const [, loading] = useGetData('/api/heldata/searchHEL/:name') + const [, loading] = useGetData("/api/heldata/searchHEL/:name") if (!loading) { if (resp === true && courseStats.length > 0) { let max = 0 - for (let i of courseStats) max = i['y'] > max ? i['y'] : max + for (let i of courseStats) max = i["y"] > max ? i["y"] : max str.push([ -
+
{ if (datum.y > 0) return Math.round(datum.y) else return null }} - style={{ labels: { fill: 'black' } }} + style={{ labels: { fill: "black" } }} labelComponent={} /> @@ -147,7 +147,7 @@ const HELData = () => { str.push([
-

No data available for this course!

+

No data available for this course!

, ]) @@ -155,7 +155,7 @@ const HELData = () => { } else { str.push([ -

LOADING....

+

LOADING....

, ]) } diff --git a/client/src/components/tabs/ShareTimeTable.jsx b/client/src/components/tabs/ShareTimeTable.jsx index b460425..0722d29 100644 --- a/client/src/components/tabs/ShareTimeTable.jsx +++ b/client/src/components/tabs/ShareTimeTable.jsx @@ -1,25 +1,25 @@ -import React, { useState } from 'react' -import { Link } from 'react-router-dom' -import Select from 'react-select' -import { components } from 'react-select' -import Typography from '@material-ui/core/Typography' -import Grid from '@material-ui/core/Grid' -import { makeStyles } from '@material-ui/core/styles' -import Card from '@material-ui/core/Card' -import CardActions from '@material-ui/core/CardActions' -import CardContent from '@material-ui/core/CardContent' -import Button from '@material-ui/core/Button' -import axios from 'axios' -import PropTypes from 'prop-types' -import { connect } from 'react-redux' -import { useGetData } from 'use-axios-react' -import '../../styles/ShareTT.css' -import { editTT } from '../../redux/actions/UpdateTimeTable' +import React, { useState } from "react" +import { Link } from "react-router-dom" +import Select from "react-select" +import { components } from "react-select" +import Typography from "@material-ui/core/Typography" +import Grid from "@material-ui/core/Grid" +import { makeStyles } from "@material-ui/core/styles" +import Card from "@material-ui/core/Card" +import CardActions from "@material-ui/core/CardActions" +import CardContent from "@material-ui/core/CardContent" +import Button from "@material-ui/core/Button" +import axios from "axios" +import PropTypes from "prop-types" +import { connect } from "react-redux" +import { useGetData } from "use-axios-react" +import "../../styles/ShareTT.css" +import { editTT } from "../../redux/actions/UpdateTimeTable" const useStyles = makeStyles({ root: { minWidth: 275, - margin: '1vh', + margin: "1vh", }, /* cardcontainer: { @@ -28,12 +28,12 @@ const useStyles = makeStyles({ overflow: 'auto', },*/ content: { - margin: '1vh', + margin: "1vh", }, bullet: { - display: 'inline-block', - margin: '0 2px', - transform: 'scale(0.8)', + display: "inline-block", + margin: "0 2px", + transform: "scale(0.8)", }, title: { fontSize: 14, @@ -43,44 +43,44 @@ const useStyles = makeStyles({ }, grid: { flexGrow: 1, - maxWidth: '95vw', - maxHeight: '45vh', - overflow: 'auto', + maxWidth: "95vw", + maxHeight: "45vh", + overflow: "auto", }, }) const branches = [ - { value: 'BIO', label: 'Biological Sciences' }, - { value: 'CHE', label: 'Chemical Engineering' }, - { value: 'CHEM', label: 'Chemistry' }, - { value: 'CE', label: 'Civil Engineering' }, - { value: 'CS', label: 'Computer Science' }, - { value: 'ECO', label: 'Economics & Finance' }, - { value: 'ECE', label: 'Electrical & Communication Engineering' }, - { value: 'EEE', label: 'Electrical & Electronics Engineering' }, - { value: 'INSTR', label: 'Electronics & Instrumentation Engineering' }, - { value: 'MANU', label: 'Manufacturing Engineering' }, - { value: 'MATH', label: 'Mathematics' }, - { value: 'ME', label: 'Mechanical Engineering' }, - { value: 'PHA', label: 'Pharmacy' }, - { value: 'PHY', label: 'Physics' }, + { value: "BIO", label: "Biological Sciences" }, + { value: "CHE", label: "Chemical Engineering" }, + { value: "CHEM", label: "Chemistry" }, + { value: "CE", label: "Civil Engineering" }, + { value: "CS", label: "Computer Science" }, + { value: "ECO", label: "Economics & Finance" }, + { value: "ECE", label: "Electrical & Communication Engineering" }, + { value: "EEE", label: "Electrical & Electronics Engineering" }, + { value: "INSTR", label: "Electronics & Instrumentation Engineering" }, + { value: "MANU", label: "Manufacturing Engineering" }, + { value: "MATH", label: "Mathematics" }, + { value: "ME", label: "Mechanical Engineering" }, + { value: "PHA", label: "Pharmacy" }, + { value: "PHY", label: "Physics" }, ] const years = [ - { value: '1', label: 'First' }, - { value: '2', label: 'Second' }, - { value: '3', label: 'Third' }, - { value: '4', label: 'Fourth' }, - { value: '5', label: 'Fifth' }, + { value: "1", label: "First" }, + { value: "2", label: "Second" }, + { value: "3", label: "Third" }, + { value: "4", label: "Fourth" }, + { value: "5", label: "Fifth" }, ] const ShareTimeTable = (props) => { const [formData, setFormData] = useState({ branch: props.user ? branches.filter((branch) => - props.user['branch'].includes(branch['value']) + props.user["branch"].includes(branch["value"]) ) : [], - year: props.user ? props.user.year.toString() : '', + year: props.user ? props.user.year.toString() : "", TTs: [], }) @@ -91,11 +91,11 @@ const ShareTimeTable = (props) => { try { let br = [] branch.forEach((item) => { - br.push(item['value']) + br.push(item["value"]) }) axios - .get('/api/timetable/viewshared', { + .get("/api/timetable/viewshared", { params: { branch: br, year: year, @@ -105,9 +105,9 @@ const ShareTimeTable = (props) => { if (resp.status === 422 || resp.data.length === 0) { TTData = [] } else if (resp.status !== 200) { - throw new Error('Could not submit query') + throw new Error("Could not submit query") } else { - TTData = JSON.parse(JSON.stringify(resp['data'])) + TTData = JSON.parse(JSON.stringify(resp["data"])) } setFormData({ ...formData, TTs: TTData }) }) @@ -132,9 +132,9 @@ const ShareTimeTable = (props) => { const onSubmit = async (e) => { e.preventDefault() if (!branch || branch.length === 0) { - window.alert('Please enter your branch') - } else if (year.value === '' || isNaN(year.value)) { - window.alert('Please enter your year') + window.alert("Please enter your branch") + } else if (year.value === "" || isNaN(year.value)) { + window.alert("Please enter your year") } else { submitToMongo(branch, year.value) } @@ -157,13 +157,13 @@ const ShareTimeTable = (props) => { const isValidNewOption = (inputValue, selectValue) => inputValue.length > 0 && selectValue.length < 5 - const [, loading] = useGetData('/api/timetable/viewshared') + const [, loading] = useGetData("/api/timetable/viewshared") const classes = useStyles() return ( <>
-

Publicly Shared Timetables

-
Please Select your Branch and year below:
+

Publicly Shared Timetables

+
Please Select your Branch and year below:


@@ -211,10 +212,10 @@ const ShareTimeTable = (props) => { color="textSecondary" component="p" > - Date: {itemc.date.substr(0, itemc.date.indexOf('T'))} + Date: {itemc.date.substr(0, itemc.date.indexOf("T"))}
- {'Time: '}{' '} - {itemc.date.substr(itemc.date.indexOf('T') + 1, 9)} + {"Time: "}{" "} + {itemc.date.substr(itemc.date.indexOf("T") + 1, 9)} diff --git a/client/src/components/timetable/PreviewTT.jsx b/client/src/components/timetable/PreviewTT.jsx index d500eec..787c62a 100644 --- a/client/src/components/timetable/PreviewTT.jsx +++ b/client/src/components/timetable/PreviewTT.jsx @@ -1,11 +1,10 @@ -import { Component } from 'react' -import React from 'react' -import { connect } from 'react-redux' -import PropTypes from 'prop-types' -import { deleteSection } from '../../redux/actions/UpdateTimeTable' -import '../../styles/Timetable.css' -import Card from '@material-ui/core/Card' -const ntw = require('number-to-words') +import { Component } from "react" +import React from "react" +import { connect } from "react-redux" +import PropTypes from "prop-types" +import { deleteSection } from "../../redux/actions/UpdateTimeTable" +import "../../styles/Timetable.css" +const ntw = require("number-to-words") class PreviewTT extends Component { constructor(props) { super(props) @@ -14,45 +13,45 @@ class PreviewTT extends Component { } populateTimetable() { var gridList = [ - ['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], + ["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 = {} - Map['M'] = 1 - Map['T'] = 2 - Map['W'] = 3 - Map['Th'] = 4 - Map['F'] = 5 - Map['S'] = 6 + Map["M"] = 1 + Map["T"] = 2 + Map["W"] = 3 + Map["Th"] = 4 + Map["F"] = 5 + Map["S"] = 6 let divStyle = {} - var days = ['M', 'T', 'W', 'Th', 'F', 'S'] + var days = ["M", "T", "W", "Th", "F", "S"] var hours = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] var day, hour for (day of days) { for (hour of hours) { divStyle = {} let section = this.props.TimeTable[day][ntw.toWords(hour)] - let str = '' + let str = "" if (gridList[Map[day]][hour] === -1) { continue } else if (!section.courseCode) { str = (
- {' '} + {" "}





) @@ -99,11 +98,11 @@ class PreviewTT extends Component {
{gridList[i][j]} From 253b79ee427fd08ad28f1dfd08d9d7b5ccc532d2 Mon Sep 17 00:00:00 2001 From: Harshvardhan Jha Date: Mon, 11 Jan 2021 22:41:04 +0530 Subject: [PATCH 16/31] Update timetable --- client/src/Timetable.json | 17880 +++++++++++++----------------------- 1 file changed, 6132 insertions(+), 11748 deletions(-) diff --git a/client/src/Timetable.json b/client/src/Timetable.json index c5a90b3..cdac819 100644 --- a/client/src/Timetable.json +++ b/client/src/Timetable.json @@ -1,129 +1,186 @@ { - "BIO F110": { - "name": "Biology Laboratory", + "BIO F212": { + "name": "Microbiology", "sections": { "L1": { "instructors": [ - "PRAGYA KOMAL" + "RUCHI JAIN DEY" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 4, - 5 + 2 ] } ] }, - "L2": { + "P1": { "instructors": [ - "Debashree B" + "Kotwal Shifa Bushra" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ - 8, - 9 + 6, + 7, + 8 ] } ] }, - "L3": { + "P2": { + "instructors": [ + "Monica" + ], + "sched": [] + } + }, + "compre": { + "date": "01/05", + "session": "FN" + } + }, + "BIO F215": { + "name": "Biophysics", + "sections": { + "L1": { "instructors": [ - "Aruku Dazo Vadeo" + "V RAMAKRISHNA" ], "sched": [ { "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 4, 5 ] } ] }, - "L4": { + "T1": { "instructors": [ - "Roselin James" + "I Shivkumar" ], "sched": [ { "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 2, - 3 + 7 ] } ] - }, - "L5": { + } + }, + "compre": { + "date": "17/05", + "session": "AN" + } + }, + "BIO F216": { + "name": "W Aste, Sanitation and Solid W Aste Management", + "sections": { + "L1": { + "instructors": [ + "P SANKAR GANESH" + ], + "sched": [] + } + }, + "compre": { + "date": "03/05", + "session": "AN" + } + }, + "BIO F241": { + "name": "Ecology & Environmental Science", + "sections": { + "L1": { "instructors": [ - "Rolly Kumari" + "P SANKAR GANESH" ], "sched": [ { "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 2, 3 ] } ] }, - "L6": { + "T1": { "instructors": [ - "Raunak Sharma" + "P Sankar Ganesh" ], "sched": [ { "room": "NA", "days": [ - "F" + "M" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "L7": { + "T2": { "instructors": [ - "Shraddha Tripathi" + "Anand N" + ], + "sched": [] + } + }, + "compre": { + "date": "15/05", + "session": "AN" + } + }, + "BIO F243": { + "name": "Genetics", + "sections": { + "L1": { + "instructors": [ + "NAGA MOHAN K" ], "sched": [ { "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 2 ] } ] }, - "L8": { + "T1": { "instructors": [ - "Neelima Christopher" + "Anne Lohitha Alias Anuhya" ], "sched": [ { @@ -132,15 +189,23 @@ "W" ], "hours": [ - 7, - 8 + 1 ] } ] - }, - "L9": { + } + }, + "compre": { + "date": "05/05", + "session": "FN" + } + }, + "BIO F244": { + "name": "Instru Methods of Anal", + "sections": { + "L1": { "instructors": [ - "Jaganath A" + "DEBASHREE B" ], "sched": [ { @@ -149,93 +214,140 @@ "F" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "L10": { + "P1": { "instructors": [ - "K Pranav Narayan" + "V Ramakrishna" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W", + "F" ], "hours": [ - 8, - 9 + 6, + 7, + 8 ] } ] }, - "L11": { + "P2": { "instructors": [ - "Dhansri Krishnamurthy" + "Aishwarya Natarajan" ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 4, - 5 - ] - } - ] + "sched": [] + }, + "P3": { + "instructors": [ + "Ali Akbar Shoukat Safdari" + ], + "sched": [] + }, + "P4": { + "instructors": [ + "Devarakonda Himaja" + ], + "sched": [] + }, + "P5": { + "instructors": [ + "Raja Gopalan N S" + ], + "sched": [] + }, + "P6": { + "instructors": [ + "Raunak Sharma" + ], + "sched": [] + }, + "P7": { + "instructors": [ + "Sridev Mohapatra" + ], + "sched": [] } + }, + "compre": { + "date": "04/05", + "session": "FN" } }, - "BIO F111": { - "name": "General Biology", + "BIO F266": { + "name": "Study Project", "sections": { "L1": { "instructors": [ - "V Ramakrishna", - "Vivek Sharma" + "VIVEK SHARMA" + ], + "sched": [] + } + } + }, + "BIO F341": { + "name": "Developmental Biology", + "sections": { + "L1": { + "instructors": [ + "VIVEK SHARMA", + "K Pranav Narayan" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 3 + 9 ] } ] }, - "L2": { + "T1": { "instructors": [ - "Gireesha T Mohannath", - "Jayati Ray Dutta" + "Vivek Sharma" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 3 + 7 ] } ] }, - "L3": { + "T2": { + "instructors": [ + "Shraddha Tripathi" + ], + "sched": [] + } + }, + "compre": { + "date": "12/05", + "session": "FN" + } + }, + "BIO F342": { + "name": "Immunology", + "sections": { + "L1": { "instructors": [ - "Kirtimaan Syal", - "Shuvadeep Maity" + "KIRTIMAAN SYAL", + "Trinath Jamma" ], "sched": [ { @@ -246,226 +358,207 @@ "S" ], "hours": [ - 2 + 4 ] } ] }, "T1": { "instructors": [ - "TRINATH JAMMA" + "Trinath Jamma" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 7 + 8 ] } ] }, "T2": { "instructors": [ - "Gireesha T Mohannath" + "Kirtimaan Syal" ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 7 - ] - } - ] + "sched": [] }, "T3": { "instructors": [ - "Vivek Sharma" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 7 - ] - } - ] - }, - "T4": { - "instructors": [ - "Piyush Khandelia" + "Sushma S Kumar" ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 7 - ] - } - ] - }, - "T5": { + "sched": [] + } + }, + "compre": { + "date": "10/05", + "session": "AN" + } + }, + "BIO F366": { + "name": "Laboratory Project", + "sections": { + "L1": { "instructors": [ - "Vidya Rajesh" + "VIVEK SHARMA" ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 7 - ] - } - ] - }, - "T6": { + "sched": [] + } + } + }, + "BIO F367": { + "name": "Laboratory Project", + "sections": { + "L1": { "instructors": [ - "Jayati Ray Dutta" + "VIVEK SHARMA" ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 7 - ] - } - ] - }, - "T7": { + "sched": [] + } + } + }, + "BIO F376": { + "name": "Design Project", + "sections": { + "L1": { "instructors": [ - "Sridev Mohapatra" + "VIVEK SHARMA" ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 7 - ] - } - ] - }, - "T8": { + "sched": [] + } + } + }, + "BIO F377": { + "name": "Design Project", + "sections": { + "L1": { "instructors": [ - "Kirtimaan Syal" + "VIVEK SHARMA" ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 7 - ] - } - ] - }, - "T9": { + "sched": [] + } + } + }, + "BIO F451": { + "name": "Bioprocess Technology", + "sections": { + "L1": { "instructors": [ - "Shuvadeep Maity" + "SHUVADEEP MAITY", + "Kirtimaan Syal" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ 7 ] } ] - }, - "T10": { + } + }, + "compre": { + "date": "18/05", + "session": "AN" + } + }, + "BIOT F422": { + "name": "Nanobiotechology", + "sections": { + "L1": { "instructors": [ - "Gireesha T Mohannath" + "SUMAN KAPUR" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 6 + 3 ] } ] } }, "compre": { - "date": "05/12", + "date": "08/05", "session": "FN" } }, - "BIO F211": { - "name": "Biological Chemistry", + "BITS C790T": { + "name": "Independent Study", "sections": { "L1": { "instructors": [ - "RUCHI JAIN DEY" + "V V KRISHNA VENUGANTI" ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - }, - "T1": { + "sched": [] + } + } + }, + "BITS C791T": { + "name": "Teaching Practice I", + "sections": { + "L1": { "instructors": [ - "Sumana Choudhury" + "V V KRISHNA VENUGANTI" ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 1 - ] - } - ] + "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": [] } - }, - "compre": { - "date": "04/12", - "session": "AN" } }, - "BIO F213": { - "name": "Cell Biology", + "BITS E593": { + "name": "Reading Course I", + "sections": { + "L1": { + "instructors": [ + "V V KRISHNA VENUGANTI" + ], + "sched": [] + } + } + }, + "BITS E661": { + "name": "Research Methodology I", "sections": { "L1": { "instructors": [ - "K PRANAV NARAYAN" + "ARAVINDA N RAGHAVAN", + "Suchismita Satpathy", + "V Vinayaka Ram" ], "sched": [ { @@ -476,6640 +569,297 @@ "F" ], "hours": [ - 3 - ] - } - ] - }, - "T1": { - "instructors": [ - "Minali Singh" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 1 + 4 ] } ] } }, "compre": { - "date": "07/12", + "date": "03/05", "session": "FN" } }, - "BIO F214": { - "name": "Integrated Biology", + "BITS E793T": { + "name": "Practice Lect Series I", "sections": { "L1": { "instructors": [ - "SUMAN KAPUR" + "V V KRISHNA VENUGANTI" ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - }, - "T1": { + "sched": [] + } + } + }, + "BITS F219": { + "name": "Process Engineering", + "sections": { + "L1": { "instructors": [ - "Bharwani Harsha" + "SWATI BISWAS" ], "sched": [ { "room": "NA", "days": [ - "S" + "M", + "W" ], "hours": [ - 1 + 3 ] } ] - } - }, - "compre": { - "date": "14/12", - "session": "FN" - } - }, - "BIO F242": { - "name": "Introduction to Bioinformatics", - "sections": { - "L1": { - "instructors": [ - "DEBASHREE B" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] - }, - "T1": { - "instructors": [ - "Syeda Sabiha Sultana Lubna" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 9 - ] - } - ] - } - }, - "compre": { - "date": "11/12", - "session": "FN" - } - }, - "BIO F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "PRAGYA KOMAL" - ], - "sched": [] - } - } - }, - "BIO F311": { - "name": "Recombinant Dna Tech", - "sections": { - "L1": { - "instructors": [ - "VIDYA RAJESH" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 4 - ] - } - ] - }, - "T1": { - "instructors": [ - "Neha Priyadarshini" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 8 - ] - } - ] - } - }, - "compre": { - "date": "16/12", - "session": "AN" - } - }, - "BIO F312": { - "name": "Plant Physiology", - "sections": { - "L1": { - "instructors": [ - "SRIDEV MOHAPATRA" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - }, - "T1": { - "instructors": [ - "Raja Gopalan N S" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 8 - ] - } - ] - } - }, - "compre": { - "date": "02/12", - "session": "AN" - } - }, - "BIO F313": { - "name": "Animal Physiology", - "sections": { - "L1": { - "instructors": [ - "PRAGYA KOMAL" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - }, - "T1": { - "instructors": [ - "S K Venkata Manjari" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 9 - ] - } - ] - } - }, - "compre": { - "date": "09/12", - "session": "AN" - } - }, - "BIO F366": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "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": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - } - }, - "compre": { - "date": "07/12", - "session": "AN" - } - }, - "BIO G512": { - "name": "Molec Mech of Gene Expre", - "sections": { - "L1": { - "instructors": [ - "NAGA MOHAN K" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - }, - "P1": { - "instructors": [ - "Pranay Amruth Maroju" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W" - ], - "hours": [ - 8, - 9 - ] - } - ] - }, - "P2": { - "instructors": [ - "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": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 2 - ] - } - ] - }, - "P1": { - "instructors": [ - "Naresh Patnaik" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "F" - ], - "hours": [ - 8, - 9 - ] - } - ] - }, - "P2": { - "instructors": [ - "Dwaipayan Bhattacharya" - ], - "sched": [] - } - }, - "compre": { - "date": "05/12", - "session": "AN" - } - }, - "BIO G524": { - "name": "Animal Cell Technology", - "sections": { - "L1": { - "instructors": [ - "PIYUSH KHANDELIA" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] - }, - "P1": { - "instructors": [ - "R Karthiya" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 8, - 9 - ] - } - ] - }, - "P2": { - "instructors": [ - "Kotwal Shifa Bushra" - ], - "sched": [] - } - } - }, - "BIO G525": { - "name": "Envir Biotech & Waste Mgmt", - "sections": { - "L1": { - "instructors": [ - "P SANKAR GANESH" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - }, - "P1": { - "instructors": [ - "Anand N" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P2": { - "instructors": [ - "Aishwarya Natarajan" - ], - "sched": [] - } - } - }, - "BIO G526": { - "name": "Cancer Biology", - "sections": { - "L1": { - "instructors": [ - "VIVEK SHARMA", - "Piyush Khandelia" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - }, - "P1": { - "instructors": [ - "Bakhya Shree Gb" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 8, - 9 - ] - } - ] - }, - "P2": { - "instructors": [ - "Mohammed Wasil S" - ], - "sched": [] - }, - "P3": { - "instructors": [ - "Bakhya Shree Gb" - ], - "sched": [ - { - "room": "NA", - "days": [ - "S" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "P4": { - "instructors": [ - "Mohammed Wasil S" - ], - "sched": [] - } - }, - "compre": { - "date": "02/12", - "session": "AN" - } - }, - "BIO G532": { - "name": "Biostatistics and Biomodelling", - "sections": { - "L1": { - "instructors": [ - "NAGA MOHAN K", - "Debashree B" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Nikhil P T" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 8, - 9 - ] - } - ] - }, - "P2": { - "instructors": [ - "Devarakonda Himaja" - ], - "sched": [] - } - } - }, - "BIO G570": { - "name": "Recent Developments in Biology", - "sections": { - "L1": { - "instructors": [ - "SRIDEV MOHAPATRA" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 3 - ] - } - ] - } - }, - "compre": { - "date": "09/12", - "session": "AN" - } - }, - "BIO G651": { - "name": "Protein & Enzyme Bioengg", - "sections": { - "L1": { - "instructors": [ - "V RAMAKRISHNA" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "I Shivkumar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 8, - 9 - ] - } - ] - }, - "P2": { - "instructors": [ - "Monica" - ], - "sched": [] - } - }, - "compre": { - "date": "12/12", - "session": "FN" - } - }, - "BIOT F346": { - "name": "Genomics", - "sections": { - "L1": { - "instructors": [ - "GIREESHA T MOHANNATH", - "Vivek Sharma" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] - } - }, - "compre": { - "date": "11/12", - "session": "AN" - } - }, - "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 E593": { - "name": "Reading Course I", - "sections": { - "L1": { - "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } - } - }, - "BITS E661": { - "name": "Research Methodology I", - "sections": { - "L1": { - "instructors": [ - "ARAVINDA N RAGHAVAN", - "Aswathy Raveendran", - "Murari R R Varma" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - } - }, - "compre": { - "date": "04/12", - "session": "AN" - } - }, - "BITS E793T": { - "name": "Practice Lect Series I", - "sections": { - "L1": { - "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } - } - }, - "BITS F110": { - "name": "Engineering Graphics", - "sections": { - "L1": { - "instructors": [ - "Chandu Parimi" - ], - "sched": [ - { - "room": "NA", - "days": [ - "S" - ], - "hours": [ - 1 - ] - } - ] - }, - "L2": { - "instructors": [ - "YV DASESWARA RAO", - "Arshad Javed" - ], - "sched": [ - { - "room": "NA", - "days": [ - "S" - ], - "hours": [ - 1 - ] - } - ] - }, - "L3": { - "instructors": [ - "C P Kiran" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 1 - ] - } - ] - }, - "P1": { - "instructors": [ - "Anasua Guharay" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P2": { - "instructors": [ - "Arkamitra Kar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P4": { - "instructors": [ - "Mallikarjun Patil V" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P3": { - "instructors": [ - "Bandhan Bandhu Majumdar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "P6": { - "instructors": [ - "Balla Bhavani Shankar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "P8": { - "instructors": [ - "Jittin Varghese" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P5": { - "instructors": [ - "Siddartha Koramati" - ], - "sched": [ - { - "room": "NA", - "days": [ - "S" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "P10": { - "instructors": [ - "C P Kiran" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 6, - 7 - ] - } - ] - }, - "P12": { - "instructors": [ - "Uday Raj Singh" - ], - "sched": [] - }, - "P7": { - "instructors": [ - "Vuthipalli Harshitha" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P14": { - "instructors": [ - "P Sandeep" - ], - "sched": [] - }, - "P16": { - "instructors": [ - "Piyush Chandra Verma" - ], - "sched": [] - }, - "P9": { - "instructors": [ - "G Sachin Chakravart" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P18": { - "instructors": [ - "Ravi Shanker Vidyarthy" - ], - "sched": [] - }, - "T1": { - "instructors": [ - "A Vasan" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 9 - ] - } - ] - }, - "T2": { - "instructors": [ - "Mohan S C" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 9 - ] - } - ] - }, - "T3": { - "instructors": [ - "R Kruthi Kiran" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 9 - ] - } - ] - }, - "T4": { - "instructors": [ - "Uppari Ramakrishna" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 9 - ] - } - ] - }, - "T5": { - "instructors": [ - "Gowlla Jyothsna" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 9 - ] - } - ] - }, - "T6": { - "instructors": [ - "YV Daseswara Rao" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 9 - ] - } - ] - }, - "T7": { - "instructors": [ - "Ravi Shanker Vidyarthy" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 9 - ] - } - ] - }, - "T8": { - "instructors": [ - "Piyush Chandra Verma" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 9 - ] - } - ] - }, - "T9": { - "instructors": [ - "Arshad Javed" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 9 - ] - } - ] - }, - "T10": { - "instructors": [ - "Pavan Kumar P" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 9 - ] - } - ] - }, - "T11": { - "instructors": [ - "C P Kiran" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 6 - ] - } - ] - } - }, - "compre": { - "date": "12/12", - "session": "FN" - } - }, - "BITS F111": { - "name": "Thermodynamics", - "sections": { - "L1": { - "instructors": [ - "Nandini Bhandaru" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 1 - ] - } - ] - }, - "L2": { - "instructors": [ - "Pankaj Kumar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - }, - "L3": { - "instructors": [ - "Ramesh Babu A" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - }, - "L4": { - "instructors": [ - "Satyapaul Singh Amarthaluri" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - }, - "L5": { - "instructors": [ - "Ved Prakash Mishra" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - }, - "L6": { - "instructors": [ - "R PARAMESHWARAN" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 1 - ] - } - ] - }, - "L7": { - "instructors": [ - "Satish K Dubey" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 1 - ] - } - ] - }, - "L8": { - "instructors": [ - "M Srinivas" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 1 - ] - } - ] - }, - "L9": { - "instructors": [ - "Jeevan Jaidi" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - }, - "L10": { - "instructors": [ - "N Jalaiah" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 6 - ] - } - ] - }, - "T1": { - "instructors": [ - "Nandini Bhandaru" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T2": { - "instructors": [ - "Pankaj Kumar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T3": { - "instructors": [ - "Ramesh Babu A" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T4": { - "instructors": [ - "Satyapaul Singh Amarthaluri" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T5": { - "instructors": [ - "Ved Prakash Mishra" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T6": { - "instructors": [ - "R Parameshwaran" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T7": { - "instructors": [ - "Satish K Dubey" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T8": { - "instructors": [ - "M Srinivas" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T9": { - "instructors": [ - "Jeevan Jaidi" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T10": { - "instructors": [ - "N Jalaiah" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 7 - ] - } - ] - } - }, - "compre": { - "date": "03/12", - "session": "AN" - } - }, - "BITS F112": { - "name": "Technical Report Writing", - "sections": { - "L1": { - "instructors": [ - "SHILPAA ANAND", - "Ahmed Shabin Kk" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W" - ], - "hours": [ - 4 - ] - } - ] - }, - "L2": { - "instructors": [ - "Shilpaa Anand" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - }, - "L3": { - "instructors": [ - "Santosh Mahapatra", - "Archita Majumder" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W" - ], - "hours": [ - 4 - ] - } - ] - }, - "L4": { - "instructors": [ - "Santosh Mahapatra" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - }, - "L5": { - "instructors": [ - "Anhiti Patnaik", - "Jaya Sarkar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W" - ], - "hours": [ - 4 - ] - } - ] - }, - "L6": { - "instructors": [ - "Anhiti Patnaik" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - }, - "L7": { - "instructors": [ - "Shilpaa Anand", - "Anhiti Patnaik", - "Santosh Mahapatra" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 6 - ] - } - ] - } - }, - "compre": { - "date": "12/12", - "session": "FN" - } - }, - "BITS F113": { - "name": "General Mathematics I", - "sections": { - "L1": { - "instructors": [ - "NIJJWAL KARAK" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - }, - "T1": { - "instructors": [ - "Nijjwal Karak" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 1 - ] - } - ] - } - } - }, - "BITS F214": { - "name": "Science Tech & Modernity", - "sections": { - "L1": { - "instructors": [ - "BISWANATH DASH", - "Md Shahid Akhter" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - } - }, - "compre": { - "date": "02/12", - "session": "AN" - } - }, - "BITS F218": { - "name": "General Mathematics III", - "sections": { - "L1": { - "instructors": [ - "JAGAN MOHAN J", - "DK Satpathi" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - }, - "T1": { - "instructors": [ - "DK Satpathi" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "Jagan Mohan J" - ], - "sched": [] - } - }, - "compre": { - "date": "01/12", - "session": "FN" - } - }, - "BITS F225": { - "name": "Environmental Studies", - "sections": { - "L1": { - "instructors": [ - "K RAJITHA", - "D Ramaiah", - "Suman Kapur" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 4 - ] - } - ] - } - }, - "compre": { - "date": "16/12", - "session": "FN" - } - }, - "BITS F312": { - "name": "Neural Networks and Fuzzy Logic", - "sections": { - "L1": { - "instructors": [ - "RAJESH KUMAR TRIPATHY" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - } - }, - "compre": { - "date": "07/12", - "session": "AN" - } - }, - "BITS F314": { - "name": "Game Theory and its Applications", - "sections": { - "L1": { - "instructors": [ - "DURGESH C PATHAK" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - } - }, - "compre": { - "date": "07/12", - "session": "AN" - } - }, - "BITS F319": { - "name": "Negotiation Skills and Techniques", - "sections": { - "L1": { - "instructors": [ - "R RAGHUNATHAN" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 7 - ] - } - ] - } - }, - "compre": { - "date": "12/12", - "session": "FN" - } - }, - "BITS F327": { - "name": "Artificial Intelligence For Robotics", - "sections": { - "L1": { - "instructors": [ - "ARSHAD JAVED", - "V Sandeep" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W" - ], - "hours": [ - 2 - ] - } - ] - }, - "P1": { - "instructors": [ - "Arshad Javed" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 8, - 9 - ] - } - ] - }, - "P2": { - "instructors": [ - "G Lakshmi Srinivas" - ], - "sched": [] - } - }, - "compre": { - "date": "11/12", - "session": "AN" - } - }, - "BITS F364": { - "name": "Human Computer Interaction", - "sections": { - "L1": { - "instructors": [ - "DIPANJAN CHAKRABORTY" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - } - }, - "compre": { - "date": "07/12", - "session": "AN" - } - }, - "BITS F385": { - "name": "Intro to Gender Studies", - "sections": { - "L1": { - "instructors": [ - "ASWATHY RAVEENDRAN" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 2 - ] - } - ] - } - }, - "compre": { - "date": "05/12", - "session": "AN" - } - }, - "BITS F386": { - "name": "Quantum Info & Computing", - "sections": { - "L1": { - "instructors": [ - "K V SHIV CHAITANYA" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] - } - }, - "compre": { - "date": "11/12", - "session": "AN" - } - }, - "BITS F412": { - "name": "Practice School II", - "sections": { - "L1": { - "instructors": [ - "SP REGALLA" - ], - "sched": [] - } - } - }, - "BITS F413": { - "name": "Practice School II", - "sections": { - "L1": { - "instructors": [ - "SP REGALLA" - ], - "sched": [] - } - } - }, - "BITS F415": { - "name": "Introduction to Mems", - "sections": { - "L1": { - "instructors": [ - "SANKET GOEL" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Sanket Goel" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P2": { - "instructors": [ - "Sanket Goel" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 6, - 7 - ] - } - ] - }, - "P3": { - "instructors": [ - "K Avinash" - ], - "sched": [] - }, - "P4": { - "instructors": [ - "Sarala Bhavani Kallepalli" - ], - "sched": [] - }, - "P6": { - "instructors": [ - "Jayapiriya U S" - ], - "sched": [] - }, - "P7": { - "instructors": [ - "K Avinash" - ], - "sched": [] - }, - "P8": { - "instructors": [ - "Sarala Bhavani Kallepalli" - ], - "sched": [] - } - }, - "compre": { - "date": "14/12", - "session": "AN" - } - }, - "BITS F416": { - "name": "Intro to Nano Science", - "sections": { - "L1": { - "instructors": [ - "VSN MURTHY", - "B Harihara Venkataraman", - "Sateesh Kandukuri" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - } - }, - "compre": { - "date": "07/12", - "session": "AN" - } - }, - "BITS F421T": { - "name": "Thesis", - "sections": { - "L1": { - "instructors": [ - "A VASAN" - ], - "sched": [] - } - } - }, - "BITS F423T": { - "name": "Thesis", - "sections": { - "L1": { - "instructors": [ - "A VASAN" - ], - "sched": [] - } - } - }, - "BITS F428": { - "name": "Essentials of Strate Mgt", - "sections": { - "L1": { - "instructors": [ - "SWATI ALOK" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 2 - ] - } - ] - } - }, - "compre": { - "date": "05/12", - "session": "AN" - } - }, - "BITS F437": { - "name": "Technical Communication", - "sections": { - "L1": { - "instructors": [ - "SANTOSH MAHAPATRA", - "Revathy Hemachandran" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 1 - ] - } - ] - } - } - }, - "BITS F462": { - "name": "Renewable Energy", - "sections": { - "L1": { - "instructors": [ - "M SRINIVAS" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - } - }, - "compre": { - "date": "14/12", - "session": "AN" - } - }, - "BITS F463": { - "name": "Cryptography", - "sections": { - "L1": { - "instructors": [ - "AMIT KUMAR PANDA" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 3 - ] - } - ] - } - }, - "compre": { - "date": "08/12", - "session": "FN" - } - }, - "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 G553": { - "name": "Real Time Systems", - "sections": { - "L1": { - "instructors": [ - "SOUMYA J" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] - } - }, - "compre": { - "date": "11/12", - "session": "FN" - } - }, - "BITS G562T": { - "name": "Dissertation", - "sections": { - "L1": { - "instructors": [ - "V V KRISHNA VENUGANTI" - ], - "sched": [] - } - } - }, - "BITS G564T": { - "name": "Dissertation", - "sections": { - "L1": { - "instructors": [ - "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": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - }, - "T1": { - "instructors": [ - "Chandu Parimi" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "14/12", - "session": "FN" - } - }, - "CE F213": { - "name": "Surveying", - "sections": { - "L1": { - "instructors": [ - "K RAJITHA" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - }, - "P1": { - "instructors": [ - "Sandra Maria Cherian" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P2": { - "instructors": [ - "M Mounika" - ], - "sched": [] - }, - "T1": { - "instructors": [ - "K Rajitha" - ], - "sched": [ - { - "room": "NA", - "days": [ - "S" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "04/12", - "session": "AN" - } - }, - "CE F230": { - "name": "Civil Engineering Materials", - "sections": { - "L1": { - "instructors": [ - "BAHURUDEEN A" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] - }, - "P1": { - "instructors": [ - "Jittin Varghese" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P2": { - "instructors": [ - "Gowlla Jyothsna" - ], - "sched": [] - }, - "T1": { - "instructors": [ - "Bahurudeen A" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 9 - ] - } - ] - } - }, - "compre": { - "date": "11/12", - "session": "FN" - } - }, - "CE F231": { - "name": "Fluid Mechanics", - "sections": { - "L1": { - "instructors": [ - "K SRINIVASA RAJU" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - }, - "T1": { - "instructors": [ - "K Srinivasa Raju" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "Vogeti Rishith Kumar" - ], - "sched": [] - } - }, - "compre": { - "date": "07/12", - "session": "FN" - } - }, - "CE F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "ANASUA GUHARAY" - ], - "sched": [] - } - } - }, - "CE F312": { - "name": "Hydraulic Engineering", - "sections": { - "L1": { - "instructors": [ - "ANMALA JAGADEESH" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 8 - ] - } - ] - }, - "P1": { - "instructors": [ - "T Venkateswarlu" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 8, - 9 - ] - } - ] - }, - "P2": { - "instructors": [ - "M Naveen Naidu" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 6, - 7 - ] - } - ] - }, - "P3": { - "instructors": [ - "Nagalapalli Satish" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 6, - 7 - ] - } - ] - }, - "T1": { - "instructors": [ - "Anmala Jagadeesh" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "03/12", - "session": "FN" - } - }, - "CE F313": { - "name": "Foundation Engineering", - "sections": { - "L1": { - "instructors": [ - "ANASUA GUHARAY" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 4 - ] - } - ] - }, - "T1": { - "instructors": [ - "Anasua Guharay" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "G Sachin Chakravart" - ], - "sched": [] - } - }, - "compre": { - "date": "16/12", - "session": "AN" - } - }, - "CE F320": { - "name": "Design of Reinforced Concrete", - "sections": { - "L1": { - "instructors": [ - "ARKAMITRA KAR", - "Sk Rahaman" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 2 - ] - } - ] - }, - "T1": { - "instructors": [ - "Arkamitra Kar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "R Kruthi Kiran" - ], - "sched": [] - } - }, - "compre": { - "date": "05/12", - "session": "AN" - } - }, - "CE F323": { - "name": "Intro to Envirn Engg", - "sections": { - "L1": { - "instructors": [ - "MURARI R R VARMA" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - } - }, - "compre": { - "date": "09/12", - "session": "AN" - } - }, - "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 F411": { - "name": "Oper Research For Engin", - "sections": { - "L1": { - "instructors": [ - "A VASAN" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - } - }, - "compre": { - "date": "14/12", - "session": "AN" - } - }, - "CE F417": { - "name": "App of Ai in Civil Engg", - "sections": { - "L1": { - "instructors": [ - "ANMALA JAGADEESH" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - } - }, - "compre": { - "date": "04/12", - "session": "FN" - } - }, - "CE F426": { - "name": "Geosyn & Rein Soil Str", - "sections": { - "L1": { - "instructors": [ - "ANASUA GUHARAY", - "Syed Mazhar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 3 - ] - } - ] - } - }, - "compre": { - "date": "08/12", - "session": "FN" - } - }, - "CE G516": { - "name": "Multi Criter Anal in Engg", - "sections": { - "L1": { - "instructors": [ - "K SRINIVASA RAJU" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "K Srinivasa Raju" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - }, - "compre": { - "date": "11/12", - "session": "AN" - } - }, - "CE G534": { - "name": "Pavement Material Charac", - "sections": { - "L1": { - "instructors": [ - "SRIDHAR RAJU" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 3 - ] - } - ] - }, - "P1": { - "instructors": [ - "Sridhar Raju" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - } - }, - "CE G537": { - "name": "Transport Econ & Finance", - "sections": { - "L1": { - "instructors": [ - "BANDHAN BANDHU MAJU" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Bandhan Bandhu Majumdar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - }, - "compre": { - "date": "04/12", - "session": "FN" - } - }, - "CE G545": { - "name": "Airport Planning & Des", - "sections": { - "L1": { - "instructors": [ - "SRIDHAR RAJU" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - }, - "P1": { - "instructors": [ - "Sridhar Raju" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - }, - "compre": { - "date": "01/12", - "session": "AN" - } - }, - "CE G548": { - "name": "Pavement Mgmt Systems", - "sections": { - "L1": { - "instructors": [ - "V VINAYAKA RAM" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 2 - ] - } - ] - }, - "P1": { - "instructors": [ - "V Vinayaka Ram" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - }, - "compre": { - "date": "09/12", - "session": "AN" - } - }, - "CE G551": { - "name": "Dynamics of Structures", - "sections": { - "L1": { - "instructors": [ - "MOHAN S C" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Mohan S C" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 8, - 9 - ] - } - ] - }, - "P2": { - "instructors": [ - "Sheik Mohammed Zoheb Na" - ], - "sched": [] - } - } - }, - "CE G552": { - "name": "Adv Str Mech & Stability", - "sections": { - "L1": { - "instructors": [ - "SHIVANG SHEKHAR" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] - }, - "P1": { - "instructors": [ - "Shivang Shekhar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - } - }, - "CE G553": { - "name": "Theory of Plates and Shells", - "sections": { - "L1": { - "instructors": [ - "CHANDU PARIMI" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - }, - "P1": { - "instructors": [ - "Chandu Parimi" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - }, - "compre": { - "date": "05/08", - "session": "AN" - } - }, - "CE G565": { - "name": "Transportation Planning", - "sections": { - "L1": { - "instructors": [ - "PRASANTA KUMAR SAHU" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] - }, - "P1": { - "instructors": [ - "Prasanta Kumar Sahu" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - } - }, - "CE G567": { - "name": "Highway Design", - "sections": { - "L1": { - "instructors": [ - "V VINAYAKA RAM" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - }, - "P1": { - "instructors": [ - "V Vinayaka Ram" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - } - }, - "CE G568": { - "name": "Traffic Systems Analysis", - "sections": { - "L1": { - "instructors": [ - "BANDHAN BANDHU MAJU" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 2 - ] - } - ] - }, - "P1": { - "instructors": [ - "Bandhan Bandhu Majumdar" - ], - "sched": [ - { - "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": [ - 5 - ] - } - ] - }, - "P1": { - "instructors": [ - "Prasanta Kumar Sahu" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - } - }, - "CE G612": { - "name": "Advanced Steel Structure", - "sections": { - "L1": { - "instructors": [ - "MOHAN S C", - "Ch Bala Venkata Hareen" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Mohan S C" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - }, - "compre": { - "date": "01/12", - "session": "AN" - } - }, - "CE G614": { - "name": "Prestress Concrete Struc", - "sections": { - "L1": { - "instructors": [ - "BAHURUDEEN A" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - }, - "P1": { - "instructors": [ - "Bahurudeen A" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - }, - "compre": { - "date": "03/12", - "session": "AN" - } - }, - "CE G616": { - "name": "Bridge Engineering", - "sections": { - "L1": { - "instructors": [ - "PN RAO" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 3 - ] - } - ] - }, - "P1": { - "instructors": [ - "PN Rao" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - }, - "compre": { - "date": "08/12", - "session": "FN" - } - }, - "CE G617": { - "name": "Advance Struc Analysis", - "sections": { - "L1": { - "instructors": [ - "ARKAMITRA KAR", - "Radha Kiranmaye Bandlamu" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Arkamitra Kar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - } - }, - "CE G619": { - "name": "Finite Element Analysis", - "sections": { - "L1": { - "instructors": [ - "PN RAO" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - }, - "P1": { - "instructors": [ - "PN Rao" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 8, - 9 - ] - } - ] - } - } - }, - "CHE F211": { - "name": "Chemical Process Calcula", - "sections": { - "L1": { - "instructors": [ - "PANKAJ KUMAR" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - }, - "T1": { - "instructors": [ - "Pankaj Kumar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "14/12", - "session": "FN" - } - }, - "CHE F212": { - "name": "Fluid Mechanics", - "sections": { - "L1": { - "instructors": [ - "VED PRAKASH MISHRA" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] - }, - "T1": { - "instructors": [ - "Ved Prakash Mishra" - ], - "sched": [ - { - "room": "NA", - "days": [ - "S" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "11/12", - "session": "FN" - } - }, - "CHE F213": { - "name": "Chem Engg Thermodynamics", - "sections": { - "L1": { - "instructors": [ - "D PURNIMA" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - }, - "T1": { - "instructors": [ - "D Purnima" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 9 - ] - } - ] - } - }, - "compre": { - "date": "07/12", - "session": "FN" - } - }, - "CHE F214": { - "name": "Engineering Chemistry", - "sections": { - "L1": { - "instructors": [ - "KARTHIK CHETAN" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - }, - "T1": { - "instructors": [ - "Karthik Chetan" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "04/12", - "session": "AN" - } - }, - "CHE F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "SRIKANTA DINDA" - ], - "sched": [] - } - } - }, - "CHE F311": { - "name": "Kinetics & Reactor Design", - "sections": { - "L1": { - "instructors": [ - "I SREEDHAR" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 7 - ] - } - ] - }, - "T1": { - "instructors": [ - "I Sreedhar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "02/12", - "session": "FN" - } - }, - "CHE F313": { - "name": "Separation Processes II", - "sections": { - "L1": { - "instructors": [ - "BALAJI KRISHNAMURTHY" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - }, - "T1": { - "instructors": [ - "Balaji Krishnamurthy" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "09/12", - "session": "AN" - } - }, - "CHE F314": { - "name": "Process Des Principles I", - "sections": { - "L1": { - "instructors": [ - "SATYAPAUL SINGH AMART" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 2 - ] - } - ] - }, - "T1": { - "instructors": [ - "Satyapaul Singh Amarthaluri" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "P Pradeep Reddy" - ], - "sched": [] - } - }, - "compre": { - "date": "05/12", - "session": "AN" - } - }, - "CHE F342": { - "name": "Process Dyn & Control", - "sections": { - "L1": { - "instructors": [ - "JAIDEEP CHATTERJEE" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 8 - ] - } - ] - }, - "T1": { - "instructors": [ - "Jaideep Chatterjee" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 7 - ] - } - ] - } - }, - "compre": { - "date": "03/12", - "session": "FN" - } - }, - "CHE F376": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "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": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - } - }, - "compre": { - "date": "14/12", - "session": "AN" - } - }, - "CHE F414": { - "name": "Transport Phenomena", - "sections": { - "L1": { - "instructors": [ - "VIKRANT KUMAR S" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 4 - ] - } - ] - } - }, - "compre": { - "date": "16/12", - "session": "AN" - } - }, - "CHE F422": { - "name": "Petro. Refi. Tech.", - "sections": { - "L1": { - "instructors": [ - "SRIKANTA DINDA" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - } - }, - "compre": { - "date": "02/12", - "session": "AN" - } - }, - "CHE F433": { - "name": "Corrosion Engineering", - "sections": { - "L1": { - "instructors": [ - "RAMESH BABU A" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - } - }, - "compre": { - "date": "04/12", - "session": "FN" - } - }, - "CHE G523": { - "name": "Mathematical Methods in Chemical Engineering", - "sections": { - "L1": { - "instructors": [ - "VIKRANT KUMAR S" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Vikrant Kumar S" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 7, - 8, - 9 - ] - } - ] - }, - "P2": { - "instructors": [ - "Dasika Prabhat Sourya" - ], - "sched": [] - } - } - }, - "CHE G556": { - "name": "Electrochemical Enginering", - "sections": { - "L1": { - "instructors": [ - "BALAJI KRISHNAMURTHY" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 4 - ] - } - ] - }, - "P1": { - "instructors": [ - "Balaji Krishnamurthy" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P2": { - "instructors": [ - "Suresh Kanuri" - ], - "sched": [] - } - } - }, - "CHE G558": { - "name": "Chemical Process Optimization", - "sections": { - "L1": { - "instructors": [ - "NANDINI BHANDARU", - "P Saikiran" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 7 - ] - } - ] - } - } - }, - "CHE G622": { - "name": "Adv Chemical Engg Thermo", - "sections": { - "L1": { - "instructors": [ - "I SREEDHAR" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - }, - "P1": { - "instructors": [ - "I Sreedhar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 7, - 8, - 9 - ] - } - ] - }, - "P2": { - "instructors": [ - "Yaddanapudi Varun" - ], - "sched": [] - } - } - }, - "CHEM F110": { - "name": "Chemistry Laboratory", - "sections": { - "L1": { - "instructors": [ - "R Krishnan", - "Aluri Ravallika" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "L2": { - "instructors": [ - "Durba Roy", - "Madhuparna Chakraborty" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "L3": { - "instructors": [ - "KVG Chandrasekhar", - "Deepthi Priyanka Damera" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 8, - 9 - ] - } - ] - }, - "L4": { - "instructors": [ - "D Ramaiah", - "Govu Radha", - "Nilanjana Mukherjee" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "L5": { - "instructors": [ - "K Sumithra", - "Rituparna Hazra" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "L6": { - "instructors": [ - "SOUNAK ROY", - "Meenu P C" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 8, - 9 - ] - } - ] - }, - "L7": { - "instructors": [ - "Tanmay Chatterjee", - "Sruthi Peesapati" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "L8": { - "instructors": [ - "Subit Kumar Saha", - "Khetmalis Yogesh Mahadu" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "L9": { - "instructors": [ - "Manab Chakravarty", - "Banchhanidhi Prusti" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "L10": { - "instructors": [ - "J Subbalakshmi", - "B Hima Bindu" - ], - "sched": [ - { - "room": "NA", - "days": [ - "S" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "L11": { - "instructors": [ - "D Ramaiah", - "B Aniket Diliprao", - "Susmita Roy" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 7, - 8 - ] - } - ] - } - } - }, - "CHEM F111": { - "name": "General Chemistry", - "sections": { - "L1": { - "instructors": [ - "RAMAKRISHNAN G", - "J Subbalakshmi" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 2 - ] - } - ] - }, - "L2": { - "instructors": [ - "R Krishnan", - "Tanmay Chatterjee" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 2 - ] - } - ] - }, - "L3": { - "instructors": [ - "Amit Nag", - "Himanshu Aggarwal" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 2 - ] - } - ] - }, - "T1": { - "instructors": [ - "Ramakrishnan G" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T2": { - "instructors": [ - "Tanmay Chatterjee" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T3": { - "instructors": [ - "J Subbalakshmi" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T4": { - "instructors": [ - "R Krishnan" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T5": { - "instructors": [ - "N Rajesh" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T6": { - "instructors": [ - "Anupam Bhattacharya" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T7": { - "instructors": [ - "K Sumithra" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T8": { - "instructors": [ - "Balaji Gopalan" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T9": { - "instructors": [ - "Chanchal Chakravarthy" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T10": { - "instructors": [ - "Amit Nag" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 7 - ] - } - ] - }, - "T11": { - "instructors": [ - "Himanshu Aggarwal" - ], - "sched": [] - } - }, - "compre": { - "date": "05/12", - "session": "FN" - } - }, - "CHEM F211": { - "name": "Physical Chemistry I", - "sections": { - "L1": { - "instructors": [ - "SUBIT KUMAR SAHA" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - }, - "T1": { - "instructors": [ - "Subit Kumar Saha" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 8 - ] - } - ] - }, - "T2": { - "instructors": [ - "Rishika Aggrawal" - ], - "sched": [] - } - }, - "compre": { - "date": "04/12", - "session": "AN" - } - }, - "CHEM F212": { - "name": "Organic Chemistry I", - "sections": { - "L1": { - "instructors": [ - "MANAB CHAKRAVARTY" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - }, - "T1": { - "instructors": [ - "Manab Chakravarty" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 9 - ] - } - ] - }, - "T2": { - "instructors": [ - "Sameer Singh" - ], - "sched": [] - } - }, - "compre": { - "date": "07/12", - "session": "FN" - } - }, - "CHEM F213": { - "name": "Physical Chemistry II", - "sections": { - "L1": { - "instructors": [ - "K SUMITHRA" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] - }, - "T1": { - "instructors": [ - "K Sumithra" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "Sahithi Reddy Andru" - ], - "sched": [] - } - }, - "compre": { - "date": "11/12", - "session": "FN" - } - }, - "CHEM F214": { - "name": "Inorganic Chemistry I", - "sections": { - "L1": { - "instructors": [ - "N RAJESH" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 8 - ] - } - ] - }, - "T1": { - "instructors": [ - "N Rajesh" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "Arunraj B" - ], - "sched": [] - }, - "T3": { - "instructors": [ - "Madduri Lalitha Sai Naga Vis" - ], - "sched": [] - } - }, - "compre": { - "date": "03/12", - "session": "FN" - } - }, - "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": [ - "KVG Chandrasekhar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 8 - ] - } - ] - }, - "T2": { - "instructors": [ - "Nandikolla Adinarayana" - ], - "sched": [] - } - }, - "compre": { - "date": "16/12", - "session": "AN" - } - }, - "CHEM F312": { - "name": "Physical Chemistry IV", - "sections": { - "L1": { - "instructors": [ - "DURBA ROY" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - }, - "T1": { - "instructors": [ - "Durba Roy" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "Sayantan Halder" - ], - "sched": [] - } - }, - "compre": { - "date": "02/12", - "session": "AN" - } - }, - "CHEM F325": { - "name": "Polymer Chemistry", - "sections": { - "L1": { - "instructors": [ - "CHANCHAL CHAKRAVART", - "J Subbalakshmi", - "Sd Anwarhussaini" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 10 - ] - } - ] - } - }, - "compre": { - "date": "10/12", - "session": "FN" - } - }, - "CHEM F326": { - "name": "Solid State Chemistry", - "sections": { - "L1": { - "instructors": [ - "SOUNAK ROY", - "Saraswati Roy" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 3 - ] - } - ] - } - }, - "compre": { - "date": "08/12", - "session": "FN" - } - }, - "CHEM F336": { - "name": "Nanochemistry", - "sections": { - "L1": { - "instructors": [ - "BALAJI GOPALAN" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - }, - "P1": { - "instructors": [ - "Balaji Gopalan" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 9, - 10 - ] - } - ] - }, - "P2": { - "instructors": [ - "Ankita Singh" - ], - "sched": [] - }, - "P3": { - "instructors": [ - "Dinabandhu Patra" - ], - "sched": [] - } - }, - "compre": { - "date": "07/12", - "session": "AN" - } - }, - "CHEM F342": { - "name": "Organic Chemistry IV", - "sections": { - "L1": { - "instructors": [ - "ANUPAM BHATTACHARYA" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - }, - "T1": { - "instructors": [ - "Anupam Bhattacharya" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 9 - ] - } - ] - }, - "T2": { - "instructors": [ - "Adarash Kumar Shukla" - ], - "sched": [] - }, - "T3": { - "instructors": [ - "Shouvik Bhuin" - ], - "sched": [] - } - }, - "compre": { - "date": "09/12", - "session": "AN" - } - }, - "CHEM F366": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "DURBA ROY" - ], - "sched": [] - } - } - }, - "CHEM F367": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "DURBA ROY" - ], - "sched": [] - } - } - }, - "CHEM F376": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "AMIT NAG" - ], - "sched": [] - } - } - }, - "CHEM F377": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "AMIT NAG" - ], - "sched": [] - } - } - }, - "CHEM F412": { - "name": "Photochem & Laser Spectr", - "sections": { - "L1": { - "instructors": [ - "AMIT NAG", - "Kaja Sravani" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 10 - ] - } - ] - } - }, - "compre": { - "date": "10/12", - "session": "FN" - } - }, - "CHEM G531": { - "name": "Recent Advances in Chemistry", - "sections": { - "L1": { - "instructors": [ - "AMIT NAG" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - } - }, - "compre": { - "date": "07/12", - "session": "AN" - } - }, - "CHEM G551": { - "name": "Adv Organic Chemistry", - "sections": { - "L1": { - "instructors": [ - "KVG CHANDRASEKHAR", - "D Ramaiah" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - } - }, - "compre": { - "date": "04/12", - "session": "AN" - } - }, - "CHEM G552": { - "name": "Advanced Inorganic Chemistry", - "sections": { - "L1": { - "instructors": [ - "R KRISHNAN", - "Soumitra Payra" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 8 - ] - } - ] - } - }, - "compre": { - "date": "03/12", - "session": "FN" - } - }, - "CHEM G554": { - "name": "Phy Methods in Chemistry", - "sections": { - "L1": { - "instructors": [ - "HIMANSHU AGGARWAL", - "T Leelasree", - "Tanmay Chatterjee" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 5 - ] - } - ] - } - }, - "compre": { - "date": "02/12", - "session": "AN" - } - }, - "CS F111": { - "name": "Computer Programming", - "sections": { - "L1": { - "instructors": [ - "LOV KUMAR" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 2 - ] - } - ] - }, - "L2": { - "instructors": [ - "Chittaranjan Hota" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 2 - ] - } - ] - }, - "L3": { - "instructors": [ - "Lov Kumar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 6 - ] - } - ] - }, - "P1": { - "instructors": [ - "V Sandeep" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "P2": { - "instructors": [ - "V Sandeep" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "P4": { - "instructors": [ - "Nikumani Choudhary" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P3": { - "instructors": [ - "V Sandeep" - ], - "sched": [ - { - "room": "NA", - "days": [ - "S" - ], - "hours": [ - 4, - 5 - ] - } - ] - }, - "P6": { - "instructors": [ - "K Sai Anirudh" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P8": { - "instructors": [ - "Chittaranjan Hota" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P5": { - "instructors": [ - "Nikumani Choudhary" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P10": { - "instructors": [ - "Lov Kumar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 6, - 7 - ] - } - ] - }, - "P12": { - "instructors": [ - "Priyanka Rushikesh Chaudh" - ], - "sched": [] - }, - "P7": { - "instructors": [ - "K Sai Anirudh" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P14": { - "instructors": [ - "Praturi Venkata Krishna Dee" - ], - "sched": [] - }, - "P16": { - "instructors": [ - "Deepa Kumari" - ], - "sched": [] - }, - "P9": { - "instructors": [ - "Lov Kumar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 2, - 3 - ] - } - ] - } - }, - "compre": { - "date": "03/12", - "session": "AN" - } - }, - "CS F211": { - "name": "Data Structures & Algo", - "sections": { - "L1": { - "instructors": [ - "CHITTARANJAN HOTA" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - }, - "P1": { - "instructors": [ - "Mrityunjay Singh" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P2": { - "instructors": [ - "Mrityunjay Singh" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 6, - 7 - ] - } - ] - }, - "P4": { - "instructors": [ - "Rashmi Sahay" - ], - "sched": [] - } - }, - "compre": { - "date": "04/12", - "session": "FN" - } - }, - "CS F213": { - "name": "Object Oriented Prog", - "sections": { - "L1": { - "instructors": [ - "SUBHRAKANTA PANDA" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - }, - "P1": { - "instructors": [ - "D V N Siva Kumar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P2": { - "instructors": [ - "Manik Gupta" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P4": { - "instructors": [ - "Rajita BSAS" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P3": { - "instructors": [ - "Rajita BSAS" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P6": { - "instructors": [ - "Chavali Lalitha" - ], - "sched": [] - }, - "P8": { - "instructors": [ - "Ramisetty Kavya" - ], - "sched": [] - }, - "P5": { - "instructors": [ - "D V N Siva Kumar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P10": { - "instructors": [ - "Ramisetty Kavya" - ], - "sched": [] - }, - "T1": { - "instructors": [ - "D V N Siva Kumar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "S" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "D V N Siva Kumar" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 1 - ] - } - ] - } - }, - "compre": { - "date": "07/12", - "session": "FN" - } - }, - "CS F214": { - "name": "Logic in Computer Sc", - "sections": { - "L1": { - "instructors": [ - "RAMASWAMY VENKATAKR" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] - }, - "T1": { - "instructors": [ - "Ramaswamy Venkatakrishna" - ], - "sched": [ - { - "room": "NA", - "days": [ - "S" - ], - "hours": [ - 1 - ] - } - ] - }, - "T2": { - "instructors": [ - "Tathagat Ray" - ], - "sched": [ - { - "room": "NA", - "days": [ - "S" - ], - "hours": [ - 1 - ] - } - ] - }, - "T4": { - "instructors": [ - "Chillara Anil Kumar" - ], - "sched": [] - }, - "T3": { - "instructors": [ - "Tathagat Ray" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 9 - ] - } - ] - }, - "T6": { - "instructors": [ - "Srijanee Mookherji" - ], - "sched": [] - } - }, - "compre": { - "date": "11/12", - "session": "FN" - } - }, - "CS F215": { - "name": "Digital Design", - "sections": { - "L1": { - "instructors": [ - "SANJAY VIDHYADHARAN" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - }, - "L2": { - "instructors": [ - "Ankur Bhattacharjee" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] - }, - "P1": { - "instructors": [ - "Sanjay Vidhyadharan" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P2": { - "instructors": [ - "Sanjay Vidhyadharan" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P3": { - "instructors": [ - "Ankur Bhattacharjee" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P5": { - "instructors": [ - "BVVSN Prabhakar Rao" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P6": { - "instructors": [ - "S K Sahoo" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P8": { - "instructors": [ - "S K Chatterjee" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P4": { - "instructors": [ - "Ankur Bhattacharjee" - ], - "sched": [ - { - "room": "NA", - "days": [ - "S" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P10": { - "instructors": [ - "Amit Kumar Panda" - ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P12": { - "instructors": [ - "Souvik Kundu" - ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P14": { - "instructors": [ - "Syed Ershad Ahmed" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P7": { - "instructors": [ - "Soumya J" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P16": { - "instructors": [ - "Amit Ranjan Azad" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P17": { - "instructors": [ - "Prakash Palasram R" - ], - "sched": [] - }, - "P19": { - "instructors": [ - "Nawin Ra" - ], - "sched": [] - }, - "P20": { - "instructors": [ - "Prakash Palasram R" - ], - "sched": [] - }, - "P9": { - "instructors": [ - "Amit Kumar Panda" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P22": { - "instructors": [ - "Samala Jagadheesh" - ], - "sched": [] - }, - "P24": { - "instructors": [ - "Samala Jagadheesh" - ], - "sched": [] - }, - "P11": { - "instructors": [ - "Sayan Kanungo" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P26": { - "instructors": [ - "R Venkata Sravya" - ], - "sched": [] - }, - "P28": { - "instructors": [ - "R Venkata Sravya" - ], - "sched": [] - }, - "P13": { - "instructors": [ - "Souvik Kundu" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 2, - 3 - ] - } - ] - }, - "P30": { - "instructors": [ - "Naveen Bokka" - ], - "sched": [] - }, - "P32": { - "instructors": [ - "Naveen Bokka" - ], - "sched": [] }, - "P15": { + "P1": { "instructors": [ - "Harish Vijay Dixit" + "Swati Biswas" ], "sched": [ { "room": "NA", "days": [ - "S" + "M" ], "hours": [ - 2, - 3 + 7, + 8 ] } ] }, - "P34": { + "P2": { "instructors": [ - "Priyalatha. P" + "Asif Mohd Itoo" ], "sched": [] }, - "P36": { + "P3": { "instructors": [ - "Priyalatha. P" + "Kumbham Soniya" + ], + "sched": [] + }, + "P4": { + "instructors": [ + "Milan Paul" ], "sched": [] }, "T1": { "instructors": [ - "Sanjay Vidhyadharan" + "Swati Biswas" ], "sched": [ { "room": "NA", "days": [ - "T" + "F" ], "hours": [ - 1 + 3 ] } ] - }, - "T2": { + } + }, + "compre": { + "date": "08/05", + "session": "AN" + } + }, + "BITS F225": { + "name": "Environmental Studies", + "sections": { + "L1": { "instructors": [ - "Sanjay Vidhyadharan" + "SRIDEV MOHAPATRA", + "Anmala Jagadeesh", + "Iyman Abrar" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] - }, - "T3": { + } + }, + "compre": { + "date": "10/05", + "session": "FN" + } + }, + "BITS F313": { + "name": "Multicriterion Dec Making in Engg\n& Mgmt", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "K SRINIVASA RAJU" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 3 ] } ] - }, - "T4": { + } + }, + "compre": { + "date": "15/05", + "session": "FN" + } + }, + "BITS F314": { + "name": "Game Theory and its Applications", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "DURGESH C PATHAK" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 1 + 2 ] } ] - }, - "T5": { + } + }, + "compre": { + "date": "05/05", + "session": "AN" + } + }, + "BITS F319": { + "name": "Negotiation Skills and Techniques", + "sections": { + "L1": { "instructors": [ - "Karumbaiah Chappanda Nan" + "R RAGHUNATHAN" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th" ], "hours": [ - 1 + 3 ] } ] - }, - "T6": { + } + }, + "compre": { + "date": "15/05", + "session": "FN" + } + }, + "BITS F327": { + "name": "Artificial Intelligence For Robotics", + "sections": { + "L1": { "instructors": [ - "Karumbaiah Chappanda Nan" + "ARSHAD JAVED", + "V Sandeep" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W" ], "hours": [ - 1 + 10 ] } ] }, - "T7": { + "P1": { "instructors": [ - "Soumya J" + "Arshad Javed" ], "sched": [ { "room": "NA", "days": [ - "T" + "S" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T8": { + "P2": { "instructors": [ - "Surya Shankar Dan" + "G Lakshmi Srinivas" + ], + "sched": [] + } + }, + "compre": { + "date": "04/05", + "session": "FN" + } + }, + "BITS F364": { + "name": "Human Computer Interaction", + "sections": { + "L1": { + "instructors": [ + "DIPANJAN CHAKRABORTY" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 1 + 2 ] } ] } }, "compre": { - "date": "04/12", + "date": "05/05", "session": "AN" } }, - "CS F222": { - "name": "Discr Struc For Comp Sci", + "BITS F385": { + "name": "Intro to Gender Studies", "sections": { "L1": { "instructors": [ - "MANJANNA B" + "ASWATHY RAVEENDRAN" ], "sched": [ { @@ -7120,30 +870,41 @@ "S" ], "hours": [ - 4 + 5 ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "17/05", + "session": "AN" + } + }, + "BITS F415": { + "name": "Introduction to Mems", + "sections": { + "L1": { "instructors": [ - "Mrityunjay Singh" + "SANKET GOEL" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 9 + 3 ] } ] }, - "T2": { + "P1": { "instructors": [ - "Ramaswamy Venkatakrishna" + "Sohan Dudala" ], "sched": [ { @@ -7152,159 +913,231 @@ "T" ], "hours": [ - 1 + 10, + 11 ] } ] }, - "T4": { + "P2": { "instructors": [ - "Manjanna B" + "Prakash Palasram R" + ], + "sched": [] + } + }, + "compre": { + "date": "15/05", + "session": "FN" + } + }, + "BITS F417": { + "name": "Micro-fluidics & its App", + "sections": { + "L1": { + "instructors": [ + "SATISH K DUBEY", + "Sanket Goel" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 9 + 3 ] } ] }, - "T3": { + "P1": { "instructors": [ - "Ramaswamy Venkatakrishna" + "Satish K Dubey" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 9 + 10, + 11 ] } ] }, - "T7": { + "P2": { "instructors": [ - "S Vishwanath Reddy" + "Sangam Srikanth" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Sanket Goel" + ], + "sched": [] + }, + "P4": { + "instructors": [ + "Sarala Bhavani Kallepalli" ], "sched": [] } }, "compre": { - "date": "14/12", + "date": "08/05", "session": "FN" } }, - "CS F266": { - "name": "Study Project", + "BITS F441": { + "name": "Robotics", "sections": { "L1": { "instructors": [ - "JABEZ J CHRISTOPHER" + "ARSHAD JAVED" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 2 + ] + } + ] } + }, + "compre": { + "date": "05/05", + "session": "AN" } }, - "CS F301": { - "name": "Principles of Progg Lang", + "BITS F442": { + "name": "Remote Sens & Image Proc", "sections": { "L1": { "instructors": [ - "R GURURAJ" + "K RAJITHA" ], "sched": [ { "room": "NA", "days": [ "M", - "W" + "W", + "F" ], "hours": [ - 4 + 3 ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "08/05", + "session": "FN" + } + }, + "BITS F446": { + "name": "Pattern Recognition", + "sections": { + "L1": { "instructors": [ - "R Gururaj" + "PK THIRUVIKRAMAN" ], "sched": [ { "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 1 + 2 ] } ] - }, - "T2": { + } + }, + "compre": { + "date": "05/05", + "session": "AN" + } + }, + "BITS F463": { + "name": "Cryptography", + "sections": { + "L1": { "instructors": [ - "Jabez J Christopher" + "G GEETHAKUMARI", + "Priyanka Rushikesh Chaudh" ], "sched": [ { "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 1 + 2 ] } ] - }, - "T4": { - "instructors": [ - "Praturi Venkata Krishna Dee" - ], - "sched": [] - }, - "T3": { + } + }, + "compre": { + "date": "01/05", + "session": "AN" + } + }, + "BITS F464": { + "name": "Machine Learning", + "sections": { + "L1": { "instructors": [ - "Jabez J Christopher" + "NL BHANUMURTHY", + "K Simran", + "Mandan Naresh" ], "sched": [ { "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 1 + 3 ] } ] - }, - "T6": { - "instructors": [ - "Gourish Goudar" - ], - "sched": [] } }, "compre": { - "date": "16/12", - "session": "AN" + "date": "15/05", + "session": "FN" } }, - "CS F320": { - "name": "Foundations of Data Science", + "BITS F467": { + "name": "Bioethics and Biosafety", "sections": { "L1": { "instructors": [ - "NL BHANUMURTHY", - "Mohita Ghildiyal" + "PRAGYA KOMAL" ], "sched": [ { @@ -7315,23 +1148,78 @@ "F" ], "hours": [ - 3 + 2 ] } ] } }, "compre": { - "date": "07/12", + "date": "01/05", "session": "AN" } }, - "CS F342": { - "name": "Computer Architecture", + "BITS G513": { + "name": "Study in Advanced Topics", "sections": { "L1": { "instructors": [ - "SUVADIP BATABYAL" + "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 G649": { + "name": "Reading Course", + "sections": { + "L1": { + "instructors": [ + "V V KRISHNA VENUGANTI" + ], + "sched": [] + } + } + }, + "CE F241": { + "name": "Analysis of Structures", + "sections": { + "L1": { + "instructors": [ + "CHANDU PARIMI" ], "sched": [ { @@ -7342,14 +1230,14 @@ "F" ], "hours": [ - 9 + 2 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Gourish Goudar" + "Chandu Parimi" ], "sched": [ { @@ -7358,49 +1246,57 @@ "T" ], "hours": [ - 8, 9 ] } ] }, - "P2": { + "T2": { "instructors": [ - "Rajib Ranjan Maiti" + "Chandu Parimi" ], "sched": [ { "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 6, - 7 + 9 ] } ] - }, - "P4": { + } + }, + "compre": { + "date": "01/05", + "session": "FN" + } + }, + "CE F242": { + "name": "Construction Planning & Tech", + "sections": { + "L1": { "instructors": [ - "Nikumani Choudhary" + "A VASAN" ], "sched": [ { "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 6, - 7 + 3 ] } ] }, - "P3": { + "T1": { "instructors": [ - "Nikumani Choudhary" + "Sheik Mohammed Zoheb Na" ], "sched": [ { @@ -7409,147 +1305,114 @@ "W" ], "hours": [ - 6, - 7 - ] - } - ] - }, - "P6": { - "instructors": [ - "Chillara Anil Kumar" - ], - "sched": [] - }, - "P8": { - "instructors": [ - "Chillara Anil Kumar" - ], - "sched": [] - }, - "P5": { - "instructors": [ - "Nikumani Choudhary" - ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 8, - 9 + 1 ] } ] }, - "P10": { - "instructors": [ - "Pattiwar Shravan Kumar" - ], - "sched": [] - }, - "T1": { + "T2": { "instructors": [ - "Suvadip Batabyal" + "Uppari Ramakrishna" ], "sched": [ { "room": "NA", "days": [ - "F" + "W" ], "hours": [ 1 ] } ] - }, - "T2": { + } + }, + "compre": { + "date": "08/05", + "session": "AN" + } + }, + "CE F243": { + "name": "Soil Mechanics", + "sections": { + "L1": { "instructors": [ - "Nikumani Choudhary" + "ANASUA GUHARAY" ], "sched": [ { "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 1 + 3 ] } ] }, - "T3": { + "P1": { "instructors": [ - "Rajib Ranjan Maiti" + "Syed Mazhar" ], "sched": [ { "room": "NA", "days": [ - "F" + "M" ], "hours": [ - 1 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "09/12", - "session": "AN" - } - }, - "CS F351": { - "name": "Theory of Computation", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "R GURURAJ" + "G Sachin Chakravart" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 2 + 7, + 8 ] } ] }, - "T1": { + "P3": { "instructors": [ - "R Gururaj" + "Radha Kiranmaye Bandlamu" ], "sched": [ { "room": "NA", "days": [ - "W" + "M" ], "hours": [ - 1 + 4, + 5 ] } ] }, - "T2": { + "T1": { "instructors": [ - "Manjanna B" + "Anasua Guharay" ], "sched": [ { "room": "NA", "days": [ - "W" + "M" ], "hours": [ 1 @@ -7557,96 +1420,86 @@ } ] }, - "T3": { + "T2": { "instructors": [ - "Manjanna B" + "Anasua Guharay" ], "sched": [ { "room": "NA", "days": [ - "M" + "F" ], "hours": [ 1 ] } ] - }, - "T5": { - "instructors": [ - "Rashmi Sahay" - ], - "sched": [] } }, "compre": { - "date": "05/12", + "date": "15/05", "session": "AN" } }, - "CS F366": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "JABEZ J CHRISTOPHER" - ], - "sched": [] - } - } - }, - "CS F367": { - "name": "Laboratory Project", + "CE F244": { + "name": "Highway Engineering", "sections": { "L1": { "instructors": [ - "JABEZ J CHRISTOPHER" + "V VINAYAKA RAM" ], - "sched": [] - } - } - }, - "CS F372": { - "name": "Operating Systems", - "sections": { - "L1": { + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 2 + ] + } + ] + }, + "P1": { "instructors": [ - "G GEETHAKUMARI" + "Katla Bhanuprasad" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ + 7, 8 ] } ] }, - "T1": { + "P2": { "instructors": [ - "DipanJan Chakraborty" + "Vijay Krupaker Maddu" ], "sched": [ { "room": "NA", "days": [ - "T" + "F" ], "hours": [ - 7 + 7, + 8 ] } ] }, - "T2": { + "P3": { "instructors": [ - "Paresh Saxena" + "Vuthipalli Harshitha" ], "sched": [ { @@ -7655,14 +1508,15 @@ "W" ], "hours": [ - 6 + 4, + 5 ] } ] }, - "T3": { + "T1": { "instructors": [ - "DipanJan Chakraborty" + "V Vinayaka Ram" ], "sched": [ { @@ -7671,14 +1525,14 @@ "F" ], "hours": [ - 6 + 1 ] } ] }, - "T4": { + "T2": { "instructors": [ - "DipanJan Chakraborty" + "V Vinayaka Ram" ], "sched": [ { @@ -7687,192 +1541,151 @@ "M" ], "hours": [ - 6 + 1 ] } ] } }, "compre": { - "date": "03/12", + "date": "05/05", "session": "FN" } }, - "CS F376": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "JABEZ J CHRISTOPHER" - ], - "sched": [] - } - } - }, - "CS F377": { - "name": "Design Project", + "CE F266": { + "name": "Study Project", "sections": { "L1": { "instructors": [ - "JABEZ J CHRISTOPHER" + "MOHAN S C" ], "sched": [] } } }, - "CS F402": { - "name": "Computational Geometry", + "CE F321": { + "name": "Engineering Hydrology", "sections": { "L1": { "instructors": [ - "TATHAGAT RAY" + "K SRINIVASA RAJU" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ 4 ] } ] - } - }, - "compre": { - "date": "14/12", - "session": "AN" - } - }, - "CS F407": { - "name": "Artificial Intelligence", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "JABEZ J CHRISTOPHER", - "Mandan Naresh" + "K Srinivasa Raju" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 5 + 1 ] } ] - } - }, - "compre": { - "date": "04/12", - "session": "FN" - } - }, - "CS F441": { - "name": "Sel Topics From Comp Sc", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "NL BHANUMURTHY", - "Ramisetty Kavya" + "K Srinivasa Raju" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 4 + 1 ] } ] } }, "compre": { - "date": "14/12", - "session": "AN" + "date": "03/05", + "session": "FN" } }, - "CS F469": { - "name": "Information Retrieval", + "CE F342": { + "name": "Water & Wastewater Treat", "sections": { "L1": { "instructors": [ - "ARUNA MALAPATI", - "Srijanee Mookherji" + "MURARI R R VARMA" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 3 + 5 ] } ] - } - }, - "compre": { - "date": "08/12", - "session": "FN" - } - }, - "CS F491": { - "name": "Special Project", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "JABEZ J CHRISTOPHER" + "Nagalapalli Satish" ], - "sched": [] - } - } - }, - "CS G525": { - "name": "Adv Computer Networks", - "sections": { - "L1": { + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 8, + 9 + ] + } + ] + }, + "P2": { "instructors": [ - "PARESH SAXENA" + "Jittin Varghese" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "M" ], "hours": [ - 4 + 7, + 8 ] } ] }, - "P1": { + "P3": { "instructors": [ - "Paresh Saxena" + "Sandra Maria Cherian" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "Th" ], "hours": [ 8, @@ -7881,67 +1694,50 @@ } ] }, - "P2": { - "instructors": [ - "Pattiwar Shravan Kumar" - ], - "sched": [] - } - } - }, - "CS G526": { - "name": "Adv Algorithms & Complexity", - "sections": { - "L1": { + "T1": { "instructors": [ - "APURBA DAS" + "Murari R R Varma" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 1 ] } ] }, - "P1": { + "T2": { "instructors": [ - "Apurba Das" + "Murari R R Varma" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "S" ], "hours": [ - 2, - 3 + 1 ] } ] - }, - "P2": { - "instructors": [ - "S Vishwanath Reddy" - ], - "sched": [] } + }, + "compre": { + "date": "06/05", + "session": "FN" } }, - "CS G527": { - "name": "Cloud Computing", + "CE F343": { + "name": "Design of Steel Structures", "sections": { "L1": { "instructors": [ - "SUBHRAKANTA PANDA" + "PN RAO" ], "sched": [ { @@ -7952,149 +1748,150 @@ "S" ], "hours": [ - 3 + 4 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Subhrakanta Panda" + "PN Rao" ], "sched": [ { "room": "NA", "days": [ - "F" + "S" ], "hours": [ - 8, - 9 + 1 ] } ] }, - "P2": { - "instructors": [ - "Chavali Lalitha" - ], - "sched": [] - } - }, - "compre": { - "date": "08/12", - "session": "FN" - } - }, - "CS G541": { - "name": "Pervasive Computing", - "sections": { - "L1": { + "T2": { "instructors": [ - "SUVADIP BATABYAL" + "PN Rao" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 4 + 1 ] } ] } }, "compre": { - "date": "16/12", + "date": "10/05", "session": "AN" } }, - "CS G553": { - "name": "Reconfigurable Computing", + "CE F366": { + "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "CHETAN KUMAR V" + "ANMALA JAGADEESH" ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 7 - ] - } - ] - }, - "P1": { + "sched": [] + } + } + }, + "CE F367": { + "name": "Laboratory Project", + "sections": { + "L1": { "instructors": [ - "Chetan Kumar V" + "ANMALA JAGADEESH" + ], + "sched": [] + } + } + }, + "CE F376": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "PN RAO" + ], + "sched": [] + } + } + }, + "CE F377": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "PN RAO" + ], + "sched": [] + } + } + }, + "CE F415": { + "name": "Des of Prest Conc Struct", + "sections": { + "L1": { + "instructors": [ + "BAHURUDEEN A" ], "sched": [ { "room": "NA", "days": [ "M", - "W" + "W", + "F" ], "hours": [ - 10, - 11 + 9 ] } ] - }, - "P2": { - "instructors": [ - "Simhadri Hariprasad" - ], - "sched": [] } }, "compre": { - "date": "02/12", + "date": "12/05", "session": "FN" } }, - "CS G554": { - "name": "Distributed Data Systems", + "CE F416": { + "name": "Comp Appl in Civil Engg", "sections": { "L1": { "instructors": [ - "MANIK GUPTA" + "ARKAMITRA KAR" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th" ], "hours": [ - 5 + 2 ] } ] }, "P1": { "instructors": [ - "Manik Gupta" + "Arkamitra Kar" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "Th", + "S" ], "hours": [ 8, @@ -8105,16 +1902,16 @@ } }, "compre": { - "date": "02/12", + "date": "05/05", "session": "AN" } }, - "CS G623": { - "name": "Advanced Operat Systems", + "CE F420": { + "name": "Intro to Bridge Engg", "sections": { "L1": { "instructors": [ - "G GEETHAKUMARI" + "PN RAO" ], "sched": [ { @@ -8125,54 +1922,50 @@ "F" ], "hours": [ - 5 + 9 ] } ] - }, - "P1": { + } + }, + "compre": { + "date": "12/05", + "session": "FN" + } + }, + "CE F425": { + "name": "Airport Rail & Waterways", + "sections": { + "L1": { "instructors": [ - "G Geethakumari" + "BANDHAN BANDHU MAJU" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "M", + "W", + "F" ], "hours": [ - 8, - 9 + 2 ] } ] - }, - "P2": { - "instructors": [ - "K V V S Pravallika" - ], - "sched": [] - } - } - }, - "DE G522": { - "name": "Design Projects", - "sections": { - "L1": { - "instructors": [ - "PIYUSH CHANDRA VERMA" - ], - "sched": [] } + }, + "compre": { + "date": "01/05", + "session": "AN" } }, - "DE G531": { - "name": "Product Design", + "CE F428": { + "name": "Earthquake Res Des & Con", "sections": { "L1": { "instructors": [ - "NITIN RAMESH K" + "SHIVANG SHEKHAR" ], "sched": [ { @@ -8187,37 +1980,19 @@ ] } ] - }, - "P1": { - "instructors": [ - "Gauri Rajendra M" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 8, - 9 - ] - } - ] } }, "compre": { - "date": "08/12", + "date": "15/05", "session": "FN" } }, - "DE G611": { - "name": "Dynamics & Vibration", + "CE F432": { + "name": "Structural Dynamics", "sections": { "L1": { "instructors": [ - "G R SABAREESH" + "CHANDU PARIMI" ], "sched": [ { @@ -8228,41 +2003,50 @@ "S" ], "hours": [ - 2 + 5 ] } ] - }, - "P1": { + } + }, + "compre": { + "date": "17/05", + "session": "FN" + } + }, + "CE F435": { + "name": "Introduction to Fem", + "sections": { + "L1": { "instructors": [ - "Hemanth Mithun Praveen" + "ANMALA JAGADEESH" ], "sched": [ { "room": "NA", "days": [ "M", - "W" + "W", + "F" ], "hours": [ - 7, - 8 + 3 ] } ] } }, "compre": { - "date": "05/12", - "session": "AN" + "date": "08/05", + "session": "FN" } }, - "DE G631": { - "name": "Materials Tech and Testing", + "CHE F241": { + "name": "Heat Transfer", "sections": { "L1": { "instructors": [ - "PIYUSH CHANDRA VERMA" + "VED PRAKASH MISHRA" ], "sched": [ { @@ -8273,133 +2057,138 @@ "S" ], "hours": [ - 5 + 2 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Ashish Saurabh" + "Ved Prakash Mishra" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "T" ], "hours": [ - 8, - 9 + 6 ] } ] - } - } - }, - "ECE F212": { - "name": "Electromagnetic Theo I", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "PK THIRUVIKRAMAN" + "Ved Prakash Mishra" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 4 + 9 ] } ] - }, - "L2": { + } + }, + "compre": { + "date": "05/05", + "session": "FN" + } + }, + "CHE F242": { + "name": "Num Method For Chem Engg", + "sections": { + "L1": { "instructors": [ - "Kannan Ramaswamy" + "ARNAB DUTTA" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 2 ] } ] }, - "L3": { + "T1": { "instructors": [ - "Sarmistha Banik" + "Arnab Dutta" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 4 + 9 ] } ] }, - "L4": { + "T2": { "instructors": [ - "Subash N. Karbelkar" + "Arnab Dutta" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 4 + 9 ] } ] - }, - "L5": { + } + }, + "compre": { + "date": "01/05", + "session": "FN" + } + }, + "CHE F243": { + "name": "Material Science & Engineering", + "sections": { + "L1": { "instructors": [ - "Subrahmanya Bhima Sankar" + "D PURNIMA" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 3 ] } ] }, "T1": { "instructors": [ - "PK Thiruvikraman" + "D Purnima" ], "sched": [ { "room": "NA", "days": [ - "S" + "F" ], "hours": [ 1 @@ -8409,45 +2198,56 @@ }, "T2": { "instructors": [ - "Kannan Ramaswamy" + "D Purnima" ], "sched": [ { "room": "NA", "days": [ - "S" + "W" ], "hours": [ 1 ] } ] - }, - "T3": { + } + }, + "compre": { + "date": "08/05", + "session": "AN" + } + }, + "CHE F244": { + "name": "Separation Processes I", + "sections": { + "L1": { "instructors": [ - "Sarmistha Banik" + "SATYAPAUL SINGH AMART" ], "sched": [ { "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 1 + 3 ] } ] }, - "T4": { + "T1": { "instructors": [ - "Subash N. Karbelkar" + "Satyapaul Singh Amarthaluri" ], "sched": [ { "room": "NA", "days": [ - "S" + "W" ], "hours": [ 1 @@ -8455,15 +2255,15 @@ } ] }, - "T5": { + "T2": { "instructors": [ - "Subrahmanya Bhima Sankar" + "Satyapaul Singh Amarthaluri" ], "sched": [ { "room": "NA", "days": [ - "S" + "F" ], "hours": [ 1 @@ -8473,86 +2273,100 @@ } }, "compre": { - "date": "14/12", - "session": "FN" + "date": "15/05", + "session": "AN" } }, - "ECE F214": { - "name": "Electronic Devices", + "CHE F266": { + "name": "Study Project", "sections": { "L1": { "instructors": [ - "SAYAN KANUNGO", - "Debapriya Som" + "IYMAN ABRAR" ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 2 - ] - } - ] - }, - "L2": { + "sched": [] + } + } + }, + "CHE F312": { + "name": "Chemical Engg Lab I", + "sections": { + "L1": { "instructors": [ - "Souvik Kundu", - "Priyanka B G" + "SATYAPAUL SINGH AMART", + "Debirupa Mitra", + "Nandini Bhandaru", + "Sadamanti Sireesha" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "S" ], "hours": [ - 2 + 7, + 8, + 9 ] } ] - }, - "T1": { + } + } + }, + "CHE F341": { + "name": "Chemical Engg Lab II", + "sections": { + "L1": { "instructors": [ - "Sayan Kanungo" + "SRIKANTA DINDA", + "Arnab Dutta", + "P Pradeep Reddy", + "Suresh Kanuri", + "Vuchuru Kalyan" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W" ], "hours": [ - 1 + 6, + 7, + 8 ] } ] - }, - "T2": { + } + } + }, + "CHE F343": { + "name": "Process Des Principle II", + "sections": { + "L1": { "instructors": [ - "Souvik Kundu" + "PANKAJ KUMAR" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] }, - "T3": { + "T1": { "instructors": [ - "Souvik Kundu" + "Pankaj Kumar" ], "sched": [ { @@ -8561,57 +2375,110 @@ "Th" ], "hours": [ - 9 + 1 ] } ] }, - "T4": { + "T2": { "instructors": [ - "Parikshit Parshuram Sahatiy" + "Pankaj Kumar" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 9 + 1 ] } ] } }, "compre": { - "date": "11/12", + "date": "10/05", "session": "AN" } }, - "ECE F215": { - "name": "Digital Design", + "CHE F366": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "AFKHAM MIR" + ], + "sched": [] + } + } + }, + "CHE F367": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "AFKHAM MIR" + ], + "sched": [] + } + } + }, + "CHE F376": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "AFKHAM MIR" + ], + "sched": [] + } + } + }, + "CHE F377": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "AFKHAM MIR" + ], + "sched": [] + } + } + }, + "CHE F411": { + "name": "Envir Pollution Control", "sections": { "L1": { "instructors": [ - "SANJAY VIDHYADHARAN" + "JAIDEEP CHATTERJEE" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 5 + 4 ] } ] - }, - "L2": { + } + }, + "compre": { + "date": "03/05", + "session": "FN" + } + }, + "CHE F498": { + "name": "Colloids and Interface Engineering", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "NANDINI BHANDARU" ], "sched": [ { @@ -8622,265 +2489,361 @@ "S" ], "hours": [ - 5 + 2 ] } ] - }, - "P1": { + } + }, + "compre": { + "date": "05/05", + "session": "AN" + } + }, + "CHE G522": { + "name": "Polymer Technology", + "sections": { + "L1": { "instructors": [ - "Sanjay Vidhyadharan" + "KARTHIK CHETAN" ], "sched": [ { "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 3 ] } ] - }, - "P2": { + } + }, + "compre": { + "date": "08/05", + "session": "FN" + } + }, + "CHE G554": { + "name": "Computational Fluid Dynamics", + "sections": { + "L1": { "instructors": [ - "Sanjay Vidhyadharan" + "VIKRANT KUMAR S", + "Dasika Prabhat Sourya" ], "sched": [ { "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 9 ] } ] - }, - "P3": { + } + }, + "compre": { + "date": "12/05", + "session": "FN" + } + }, + "CHEM F223": { + "name": "Colloid & Surface Chem", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "RAMAKRISHNAN G", + "T Leelasree" ], "sched": [ { "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 7, - 8 + 3 ] } ] - }, - "P5": { + } + }, + "compre": { + "date": "08/05", + "session": "FN" + } + }, + "CHEM F241": { + "name": "Inorganic Chemistry II", + "sections": { + "L1": { "instructors": [ - "BVVSN Prabhakar Rao" + "SOUNAK ROY" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 2, 3 ] } ] }, - "P6": { + "T1": { "instructors": [ - "S K Sahoo" + "Sounak Roy" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P8": { + "T2": { + "instructors": [ + "Meenu P C" + ], + "sched": [] + } + }, + "compre": { + "date": "08/05", + "session": "AN" + } + }, + "CHEM F242": { + "name": "Chemical Exper I", + "sections": { + "L1": { "instructors": [ - "S K Chatterjee" + "D RAMAIAH", + "Kaja Sravani", + "Nilanjana Mukherjee", + "Rituparna Hazra", + "Shouvik Bhuin", + "Tanmay Chatterjee" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W", + "F" ], "hours": [ - 7, - 8 + 4, + 5, + 6 ] } ] - }, - "P4": { + } + } + }, + "CHEM F243": { + "name": "Organic Chemistry II", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "TANMAY CHATTERJEE", + "Anupam Bhattacharya" ], "sched": [ { "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 2, 3 ] } ] }, - "P10": { + "T1": { "instructors": [ - "Amit Kumar Panda" + "Tanmay Chatterjee" ], "sched": [ { "room": "NA", "days": [ - "W" + "M" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P12": { + "T2": { + "instructors": [ + "Anupam Bhattacharya" + ], + "sched": [] + } + }, + "compre": { + "date": "15/05", + "session": "AN" + } + }, + "CHEM F244": { + "name": "Physical Chemistry III", + "sections": { + "L1": { "instructors": [ - "Souvik Kundu" + "K SUMITHRA" ], "sched": [ { "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 2 ] } ] }, - "P14": { + "T1": { "instructors": [ - "Syed Ershad Ahmed" + "K Sumithra" ], "sched": [ { "room": "NA", "days": [ - "T" + "F" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P7": { + "T2": { "instructors": [ - "Soumya J" + "Madhuparna Chakraborty" + ], + "sched": [] + } + }, + "compre": { + "date": "05/05", + "session": "FN" + } + }, + "CHEM F266": { + "name": "Study Project", + "sections": { + "L1": { + "instructors": [ + "AMIT NAG" + ], + "sched": [] + } + } + }, + "CHEM F313": { + "name": "Instru Methods of Anal", + "sections": { + "L1": { + "instructors": [ + "ANUPAM BHATTACHARYA", + "Himanshu Aggarwal" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 7, - 8 + 4 ] } ] }, - "P16": { + "P1": { "instructors": [ - "Amit Ranjan Azad" + "Anupam Bhattacharya" ], "sched": [ { "room": "NA", "days": [ - "T" + "F" ], "hours": [ - 2, - 3 + 6, + 7, + 8 ] } ] }, - "P17": { + "P2": { "instructors": [ - "Prakash Palasram R" + "Adarash Kumar Shukla" ], "sched": [] }, - "P19": { + "P3": { "instructors": [ - "Nawin Ra" + "Arunraj B" ], "sched": [] }, - "P20": { + "P4": { "instructors": [ - "Prakash Palasram R" + "Himanshu Aggarwal" ], "sched": [] }, - "P9": { - "instructors": [ - "Amit Kumar Panda" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M" - ], - "hours": [ - 7, - 8 - ] - } - ] - }, - "P22": { + "P5": { "instructors": [ - "Samala Jagadheesh" + "N Rajesh" ], "sched": [] }, - "P24": { + "P6": { "instructors": [ - "Samala Jagadheesh" + "T Leelasree" ], "sched": [] }, - "P11": { + "T1": { "instructors": [ - "Sayan Kanungo" + "Anupam Bhattacharya" ], "sched": [ { @@ -8889,149 +2852,181 @@ "T" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P26": { - "instructors": [ - "R Venkata Sravya" - ], - "sched": [] - }, - "P28": { + "T2": { "instructors": [ - "R Venkata Sravya" + "Himanshu Aggarwal" ], "sched": [] - }, - "P13": { + } + }, + "compre": { + "date": "03/05", + "session": "FN" + } + }, + "CHEM F327": { + "name": "Electrochem Funda & Appl", + "sections": { + "L1": { "instructors": [ - "Souvik Kundu" + "DURBA ROY", + "Balaji Gopalan" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 2, - 3 + 2 ] } ] - }, - "P30": { - "instructors": [ - "Naveen Bokka" - ], - "sched": [] - }, - "P32": { - "instructors": [ - "Naveen Bokka" - ], - "sched": [] - }, - "P15": { + } + }, + "compre": { + "date": "01/05", + "session": "AN" + } + }, + "CHEM F329": { + "name": "Analytical Chemistry", + "sections": { + "L1": { "instructors": [ - "Harish Vijay Dixit" + "N RAJESH" ], "sched": [ { "room": "NA", "days": [ - "S" + "M", + "W", + "F" ], "hours": [ - 2, 3 ] } ] }, - "P34": { - "instructors": [ - "Priyalatha. P" - ], - "sched": [] - }, - "P36": { - "instructors": [ - "Priyalatha. P" - ], - "sched": [] - }, - "T1": { + "P1": { "instructors": [ - "Sanjay Vidhyadharan" + "N Rajesh" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 1 + 9, + 10 ] } ] }, - "T2": { + "P2": { + "instructors": [ + "Madduri Lalitha Sai Naga Vis" + ], + "sched": [] + } + }, + "compre": { + "date": "08/05", + "session": "FN" + } + }, + "CHEM F335": { + "name": "Organic Chem & Drug Des", + "sections": { + "L1": { "instructors": [ - "Sanjay Vidhyadharan" + "KVG CHANDRASEKHAR", + "Khetmalis Yogesh Mahadu" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 1 + 3 ] } ] - }, - "T3": { + } + }, + "compre": { + "date": "15/05", + "session": "FN" + } + }, + "CHEM F341": { + "name": "Chemical Exper II", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "BALAJI GOPALAN", + "Ankita Singh", + "Govu Radha", + "Rishika Aggrawal", + "Subit Kumar Saha" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W" ], "hours": [ - 1 + 6, + 7, + 8 ] } ] - }, - "T4": { + } + } + }, + "CHEM F343": { + "name": "Inorganic Chemistry III", + "sections": { + "L1": { "instructors": [ - "Ankur Bhattacharjee" + "R KRISHNAN" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 9 ] } ] }, - "T5": { + "T1": { "instructors": [ - "Karumbaiah Chappanda Nan" + "R Krishnan" ], "sched": [ { @@ -9040,148 +3035,215 @@ "T" ], "hours": [ - 1 + 9 ] } ] }, - "T6": { + "T2": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Reeshma Rameshan" + ], + "sched": [] + } + }, + "compre": { + "date": "12/05", + "session": "FN" + } + }, + "CHEM F366": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "BALAJI GOPALAN" + ], + "sched": [] + } + } + }, + "CHEM F367": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "BALAJI GOPALAN" + ], + "sched": [] + } + } + }, + "CHEM F376": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "K SUMITHRA" + ], + "sched": [] + } + } + }, + "CHEM F377": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "K SUMITHRA" + ], + "sched": [] + } + } + }, + "CHEM F414": { + "name": "Bio & Chemical Sensors", + "sections": { + "L1": { + "instructors": [ + "J SUBBALAKSHMI", + "Soumitra Payra" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 9 ] } ] - }, - "T7": { + } + }, + "compre": { + "date": "12/05", + "session": "FN" + } + }, + "CS F211": { + "name": "Data Structures & Algo", + "sections": { + "L1": { "instructors": [ - "Soumya J" + "RAMASWAMY VENKATAKR" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 2 ] } ] }, - "T8": { + "P1": { "instructors": [ - "Surya Shankar Dan" + "Apurba Das" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 1 + 4, + 5 ] } ] - } - }, - "compre": { - "date": "04/12", - "session": "AN" - } - }, - "ECE F242": { - "name": "Control Systems", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "ALIVELU MANGA PARIMI", - "P Shambhu Prasad" + "Manjanna B" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 10 + 7, + 8 ] } ] }, - "L2": { + "P4": { "instructors": [ - "Mithun Mondal", - "Gopal Krishna Kamath M", - "Renuka Loka" + "Apurba Das" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "M" ], "hours": [ - 10 + 7, + 8 ] } ] }, - "T1": { + "P3": { "instructors": [ - "Alivelu Manga Parimi" + "Ramaswamy Venkatakrishna" ], "sched": [ { "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T2": { + "P6": { + "instructors": [ + "S Vishwanath Reddy" + ], + "sched": [] + }, + "T1": { "instructors": [ - "Alivelu Manga Parimi" + "NL Bhanumurthy" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 9 + 1 ] } ] }, - "T3": { + "T2": { "instructors": [ - "Alivelu Manga Parimi" + "Manjanna B" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ 1 @@ -9189,15 +3251,15 @@ } ] }, - "T4": { + "T3": { "instructors": [ - "Gopal Krishna Kamath M" + "Apurba Das" ], "sched": [ { "room": "NA", "days": [ - "W" + "F" ], "hours": [ 1 @@ -9207,17 +3269,16 @@ } }, "compre": { - "date": "10/12", + "date": "01/05", "session": "FN" } }, - "ECE F243": { - "name": "Signals & Systems", + "CS F212": { + "name": "Data Base Systems", "sections": { "L1": { "instructors": [ - "BVVSN PRABHAKAR RAO", - "Manoj Samal" + "R GURURAJ" ], "sched": [ { @@ -9233,29 +3294,60 @@ } ] }, - "L2": { + "P1": { "instructors": [ - "Pratyush Chakraborty", - "Ramakant", - "Sarda Sharma" + "R Gururaj" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 7, + 8 + ] + } + ] + }, + "P2": { + "instructors": [ + "Jabez J Christopher" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 7, + 8 + ] + } + ] + }, + "P4": { + "instructors": [ + "V Sandeep" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 3 + 4, + 5 ] } ] }, - "T1": { + "P3": { "instructors": [ - "BVVSN Prabhakar Rao" + "Lov Kumar" ], "sched": [ { @@ -9264,30 +3356,37 @@ "W" ], "hours": [ - 1 + 4, + 5 ] } ] }, - "T2": { + "P6": { "instructors": [ - "BVVSN Prabhakar Rao" + "K Simran" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "Jabez J Christopher" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 9 + 1 ] } ] }, - "T3": { + "T2": { "instructors": [ - "Pratyush Chakraborty" + "Lov Kumar" ], "sched": [ { @@ -9301,15 +3400,15 @@ } ] }, - "T4": { + "T3": { "instructors": [ - "Ramakant" + "Subhrakanta Panda" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ 1 @@ -9319,27 +3418,16 @@ } }, "compre": { - "date": "07/12", - "session": "FN" - } - }, - "ECE F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "STP SRINIVAS" - ], - "sched": [] - } + "date": "08/05", + "session": "AN" } }, - "ECE F314": { - "name": "Em Fileds & Micro Engg", + "CS F213": { + "name": "Object Oriented Prog", "sections": { "L1": { "instructors": [ - "HARISH VIJAY DIXIT" + "SUBHRAKANTA PANDA" ], "sched": [ { @@ -9350,30 +3438,31 @@ "F" ], "hours": [ - 9 + 3 ] } ] }, - "T1": { + "P1": { "instructors": [ - "Harish Vijay Dixit" + "Subhrakanta Panda" ], "sched": [ { "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 1 + 8, + 9 ] } ] }, - "T2": { + "P2": { "instructors": [ - "Harish Vijay Dixit" + "D V N Siva Kumar" ], "sched": [ { @@ -9382,29 +3471,53 @@ "W" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T4": { + "P4": { "instructors": [ - "G Jayeshkumar Pintubhai" + "Deepa Kumari" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Ayan Das" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 7, + 8 + ] + } + ] + }, + "P6": { + "instructors": [ + "T Sahithi" ], "sched": [] } }, "compre": { - "date": "09/12", - "session": "AN" + "date": "08/05", + "session": "FN" } }, - "ECE F341": { - "name": "Analog Electronics", + "CS F241": { + "name": "Microproc & Interfacing", "sections": { "L1": { "instructors": [ - "PONNALAGU R N" + "RUNA KUMARI" ], "sched": [ { @@ -9415,344 +3528,341 @@ "S" ], "hours": [ - 3 + 2 ] } ] }, - "P1": { + "L2": { "instructors": [ - "Ponnalagu R N" + "Subhradeep Pal" ], "sched": [ { "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 6, - 7 + 2 ] } ] }, - "T1": { + "L3": { "instructors": [ - "Ponnalagu R N" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 2 ] } ] - } - }, - "compre": { - "date": "08/12", - "session": "FN" - } - }, - "ECE F343": { - "name": "Communication Networks", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "S K SAHOO", - "Mrunali Dnyaneshwar Wagh" + "Runa Kumari" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 4 + 7, + 8 ] } ] }, - "T1": { + "P2": { "instructors": [ - "S K Sahoo" + "Subhradeep Pal" ], "sched": [ { "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T2": { + "P4": { "instructors": [ - "S K Sahoo" + "Karumbaiah Chappanda Nan" ], "sched": [ { "room": "NA", "days": [ - "F" + "Th" ], "hours": [ - 1 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "16/12", - "session": "AN" - } - }, - "ECE F344": { - "name": "Info Theory & Coding", - "sections": { - "L1": { + }, + "P3": { "instructors": [ - "AMIT RANJAN AZAD", - "V Sarath Sankar" + "Karumbaiah Chappanda Nan" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ + 7, 8 ] } ] }, - "T1": { + "P6": { "instructors": [ - "Amit Ranjan Azad" + "Prashant Wali" ], "sched": [ { "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 1 + 4, + 5 ] } ] }, - "T2": { + "P8": { "instructors": [ - "Amit Ranjan Azad" + "Ramakant" ], "sched": [ { "room": "NA", "days": [ - "W" + "M" ], "hours": [ - 1 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "03/12", - "session": "FN" - } - }, - "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": { + }, + "P5": { "instructors": [ - "KARUMBAIAH CHAPPANDA" + "Prashant Wali" ], - "sched": [] - } - } - }, - "ECE F377": { - "name": "Design Project", - "sections": { - "L1": { + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 4, + 5 + ] + } + ] + }, + "P10": { "instructors": [ - "KARUMBAIAH CHAPPANDA" + "Ramakant" ], - "sched": [] - } - } - }, - "ECON F211": { - "name": "Principles of Economics", - "sections": { - "L1": { + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 7, + 8 + ] + } + ] + }, + "P12": { "instructors": [ - "RISHI KUMAR", - "Bincy George" + "Sandeep Kumar" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 9 + 4, + 5 ] } ] }, - "L2": { + "P7": { "instructors": [ - "Dushyant Kumar", - "Keerti Mallela" + "Subhradeep Pal" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 4 + 7, + 8 ] } ] }, - "L3": { + "P14": { "instructors": [ - "Archana Srivastava" + "S K Sahoo" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 9 + 7, + 8 ] } ] }, - "L4": { + "P16": { "instructors": [ - "Sudatta Banerjee" + "Anil Kumar U" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 9 + 4, + 5 ] } ] }, - "L5": { + "P9": { "instructors": [ - "Mini Thomas" + "Ramakant" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 9 + 7, + 8 ] } ] }, - "T1": { + "P18": { "instructors": [ - "Rishi Kumar" + "G Sahith" + ], + "sched": [] + }, + "P20": { + "instructors": [ + "G Sahith" + ], + "sched": [] + }, + "P11": { + "instructors": [ + "Sandeep Kumar" ], "sched": [ { "room": "NA", "days": [ - "W" + "M" ], "hours": [ - 1 + 4, + 5 ] } ] }, - "T2": { + "P22": { "instructors": [ - "Dushyant Kumar" + "Samit Kumar Ghosh" + ], + "sched": [] + }, + "P24": { + "instructors": [ + "Samit Kumar Ghosh" + ], + "sched": [] + }, + "P13": { + "instructors": [ + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "S" + "F" ], "hours": [ - 1 + 4, + 5 ] } ] }, - "T3": { + "P26": { "instructors": [ - "Archana Srivastava" + "K Avinash" + ], + "sched": [] + }, + "P28": { + "instructors": [ + "K Avinash" + ], + "sched": [] + }, + "P15": { + "instructors": [ + "S K Sahoo" ], "sched": [ { @@ -9761,20 +3871,33 @@ "W" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T4": { + "P30": { + "instructors": [ + "Anil Kumar U" + ], + "sched": [] + }, + "P32": { + "instructors": [ + "Samit Kumar Ghosh" + ], + "sched": [] + }, + "T1": { "instructors": [ - "Sudatta Banerjee" + "Runa Kumari" ], "sched": [ { "room": "NA", "days": [ - "W" + "M" ], "hours": [ 1 @@ -9782,9 +3905,9 @@ } ] }, - "T5": { + "T2": { "instructors": [ - "Mini Thomas" + "Runa Kumari" ], "sched": [ { @@ -9797,91 +3920,64 @@ ] } ] - } - }, - "compre": { - "date": "09/12", - "session": "FN" - } - }, - "ECON F212": { - "name": "Funda of Fin and Account", - "sections": { - "L1": { + }, + "T3": { "instructors": [ - "NIRANJAN SWAIN", - "Aaishwarya Narayanan" + "Soumya J" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 3 + 1 ] } ] }, - "L2": { + "T4": { "instructors": [ - "T Nagaraju" + "Soumya J" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 3 + 1 ] } ] - } - }, - "compre": { - "date": "07/12", - "session": "FN" - } - }, - "ECON F213": { - "name": "Mathematic & Stat Method", - "sections": { - "L1": { + }, + "T5": { "instructors": [ - "BHEEMESHWAR REDDY A", - "Dushyant Kumar", - "Prakash Kumar Shukla" + "Subhradeep Pal" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "M" ], "hours": [ - 2 + 1 ] } ] }, - "T1": { + "T6": { "instructors": [ - "Bheemeshwar Reddy A" + "Subhradeep Pal" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ 1 @@ -9889,107 +3985,93 @@ } ] }, - "T2": { + "T7": { "instructors": [ - "Dushyant Kumar" + "Sanjay Vidhyadharan" ], - "sched": [] - } - }, - "compre": { - "date": "11/12", - "session": "FN" - } - }, - "ECON F214": { - "name": "Economic Env of Business", - "sections": { - "L1": { + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 1 + ] + } + ] + }, + "T8": { "instructors": [ - "BHEEMESHWAR REDDY A", - "Athary Janiso" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 5 + 1 ] } ] }, - "T1": { + "T9": { "instructors": [ - "Bheemeshwar Reddy A" + "Chetan Kumar V" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ 1 ] } ] - } - }, - "compre": { - "date": "04/12", - "session": "AN" - } - }, - "ECON F241": { - "name": "Econometric Methods", - "sections": { - "L1": { + }, + "T10": { "instructors": [ - "RISHI KUMAR" + "Chetan Kumar V" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 3 + 1 ] } ] } }, "compre": { - "date": "07/12", - "session": "AN" + "date": "05/05", + "session": "FN" } }, - "ECON F266": { + "CS F266": { "name": "Study Project", "sections": { "L1": { "instructors": [ - "SWATI ALOK" + "JABEZ J CHRISTOPHER" ], "sched": [] } } }, - "ECON F311": { - "name": "International Economics", + "CS F303": { + "name": "Computer Networks", "sections": { "L1": { "instructors": [ - "MINI THOMAS", - "Ummuhabeeba Chaliyan" + "DIPANJAN CHAKRABORTY" ], "sched": [ { @@ -10005,9 +4087,9 @@ } ] }, - "T1": { + "P1": { "instructors": [ - "Mini Thomas" + "Suvadip Batabyal" ], "sched": [ { @@ -10016,85 +4098,77 @@ "T" ], "hours": [ + 8, 9 ] } ] - } - }, - "compre": { - "date": "16/12", - "session": "AN" - } - }, - "ECON F312": { - "name": "Money Banking & Fin Markets", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "SUNNY KUMAR SINGH", - "Salva.K" + "Nikumani Choudhury" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "M" ], "hours": [ - 5 + 7, + 8 ] } ] }, - "T1": { + "P4": { "instructors": [ - "Sunny Kumar Singh" + "S Rasagna Vakkalanka" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Nikumani Choudhury" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ + 7, 8 ] } ] - } - }, - "compre": { - "date": "02/12", - "session": "AN" - } - }, - "ECON F313": { - "name": "Issues in Economic Dev", - "sections": { - "L1": { + }, + "P6": { "instructors": [ - "DURGESH C PATHAK" + "Pattiwar Shravan Kumar" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "Suvadip Batabyal" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 9 + 1 ] } ] }, - "T1": { + "T2": { "instructors": [ - "Durgesh C Pathak" + "Nikumani Choudhury" ], "sched": [ { @@ -10103,51 +4177,39 @@ "T" ], "hours": [ - 8 + 1 ] } ] - } - }, - "compre": { - "date": "09/12", - "session": "AN" - } - }, - "ECON F315": { - "name": "Financial Management", - "sections": { - "L1": { + }, + "T3": { "instructors": [ - "NIRANJAN SWAIN" + "Suvadip Batabyal" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 5 + 1 ] } ] } }, "compre": { - "date": "04/12", + "date": "03/05", "session": "FN" } }, - "ECON F345": { - "name": "Behavioral Economics", + "CS F342": { + "name": "Computer Architecture", "sections": { "L1": { "instructors": [ - "DUSHYANT KUMAR", - "Bheemeshwar Reddy A" + "CHETAN KUMAR V" ], "sched": [ { @@ -10158,300 +4220,218 @@ "F" ], "hours": [ - 7 + 9 ] } ] - } - }, - "compre": { - "date": "02/12", - "session": "FN" - } - }, - "ECON F354": { - "name": "Derivatives & Risk Mgmt", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "T NAGARAJU", - "Shreya Lahiri" + "Chetan Kumar V" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 4 + 8, + 9 ] } ] }, - "L2": { + "P2": { "instructors": [ - "Shreya Biswas" + "Chetan Kumar V" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 4 + 8, + 9 ] } ] - } - }, - "compre": { - "date": "14/12", - "session": "AN" - } - }, - "ECON F355": { - "name": "Buss Anal & Valuation", - "sections": { - "L1": { + }, + "P4": { "instructors": [ - "NIVEDITA SINHA" + "Sharvani Gadgil" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Sharvani Gadgil" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 3 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "08/12", - "session": "FN" - } - }, - "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": { + }, + "P6": { "instructors": [ - "SWATI ALOK" + "Pn Sidhartha" ], "sched": [] } + }, + "compre": { + "date": "12/05", + "session": "FN" } }, - "ECON F377": { - "name": "Design Project", + "CS F363": { + "name": "Compiler Construction", "sections": { "L1": { "instructors": [ - "SWATI ALOK" + "ARUNA MALAPATI" ], - "sched": [] - } - } - }, - "ECON F411": { - "name": "Project Appraisal", - "sections": { - "L1": { + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 5 + ] + } + ] + }, + "P1": { "instructors": [ - "SUNNY KUMAR SINGH" + "R Gururaj" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 4 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "14/12", - "session": "AN" - } - }, - "ECON F412": { - "name": "Secur Anal & Portfol Mgt", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "SHREYA BISWAS", - "Navya Kumar" + "Raghunath Reddy M" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 2 + 8, + 9 ] } ] - } - }, - "compre": { - "date": "11/12", - "session": "FN" - } - }, - "ECON F415": { - "name": "New Venture Creation", - "sections": { - "L1": { + }, + "P4": { + "instructors": [ + "Chillara Anil Kumar" + ], + "sched": [] + }, + "P3": { "instructors": [ - "R RAGHUNATHAN" + "Raghunath Reddy M" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "F" ], "hours": [ - 11, - 12 + 7, + 8 ] } ] - } - } - }, - "ECON F434": { - "name": "International Business", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "ARCHANA SRIVASTAVA" + "Aruna Malapati" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 5 + 1 ] } ] - } - }, - "compre": { - "date": "04/12", - "session": "FN" - } - }, - "ECON F435": { - "name": "Marketing Research", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "C H YAGANTI" + "Raghunath Reddy M" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 2 + 1 ] } ] - } - }, - "compre": { - "date": "11/12", - "session": "AN" - } - }, - "ECON F471": { - "name": "Resources & Envir Econ", - "sections": { - "L1": { + }, + "T3": { "instructors": [ - "SUDATTA BANERJEE" + "Jabez J Christopher" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 3 + 1 ] } ] } }, "compre": { - "date": "07/12", - "session": "AN" + "date": "06/05", + "session": "FN" } }, - "EEE F111": { - "name": "Electrical Sciences", + "CS F364": { + "name": "Design & Anal of Algo", "sections": { "L1": { "instructors": [ - "SUDHA RADHIKA", - "Amar Kumar Verma" + "TATHAGAT RAY" ], "sched": [ { @@ -10462,211 +4442,313 @@ "S" ], "hours": [ - 3 + 4 ] } ] }, - "L2": { + "T1": { "instructors": [ - "STP Srinivas", - "Santhi Durganjali Challa" + "Mrityunjay Singh" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 3 + 1 ] } ] }, - "L3": { + "T2": { "instructors": [ - "STP Srinivas", - "Sudha Radhika" + "Apurba Das" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 10 + 7 ] } ] }, - "T1": { + "T4": { "instructors": [ - "Sudha Radhika" + "Chenna Kesavulu Ganna" ], - "sched": [ - { - "room": "NA", - "days": [ - "Th" - ], - "hours": [ - 1 - ] - } - ] + "sched": [] }, - "T2": { + "T3": { "instructors": [ - "Sudha Radhika" + "Ramaswamy Venkatakrishna" ], "sched": [ { "room": "NA", "days": [ - "M" + "S" ], "hours": [ - 4 + 1 ] } ] - }, - "T3": { + } + }, + "compre": { + "date": "10/05", + "session": "AN" + } + }, + "CS F366": { + "name": "Laboratory Project", + "sections": { + "L1": { "instructors": [ - "STP Srinivas" + "JABEZ J CHRISTOPHER" + ], + "sched": [] + } + } + }, + "CS F367": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "JABEZ J CHRISTOPHER" + ], + "sched": [] + } + } + }, + "CS F372": { + "name": "Operating Systems", + "sections": { + "L1": { + "instructors": [ + "BARSHA MITRA", + "S Rasagna Vakkalanka" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 2 ] } ] - }, - "T4": { + } + }, + "compre": { + "date": "01/05", + "session": "AN" + } + }, + "CS F376": { + "name": "Design Project", + "sections": { + "L1": { "instructors": [ - "STP Srinivas" + "JABEZ J CHRISTOPHER" + ], + "sched": [] + } + } + }, + "CS F377": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "JABEZ J CHRISTOPHER" + ], + "sched": [] + } + } + }, + "CS F402": { + "name": "Computational Geometry", + "sections": { + "L1": { + "instructors": [ + "MANJANNA B" ], "sched": [ { "room": "NA", "days": [ - "M" + "M", + "W", + "F" ], "hours": [ - 4 + 3 ] } ] - }, - "T5": { + } + }, + "compre": { + "date": "08/05", + "session": "FN" + } + }, + "CS F407": { + "name": "Artificial Intelligence", + "sections": { + "L1": { "instructors": [ - "Ponnalagu R N" + "CHITTARANJAN HOTA", + "Ramisetty Kavya" ], "sched": [ { "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 4 + 9 ] } ] - }, - "T6": { + } + }, + "compre": { + "date": "12/05", + "session": "FN" + } + }, + "CS F413": { + "name": "Internetworking Tech", + "sections": { + "L1": { "instructors": [ - "Ponnalagu R N" + "SUVADIP BATABYAL" ], "sched": [ { "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 4 + 2 ] } ] - }, - "T7": { + } + }, + "compre": { + "date": "01/05", + "session": "AN" + } + }, + "CS F415": { + "name": "Data Mining", + "sections": { + "L1": { "instructors": [ - "Sourav Nandi" + "LOV KUMAR", + "Mohita Ghildiyal" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 1 + 5 ] } ] - }, - "T8": { + } + }, + "compre": { + "date": "17/05", + "session": "FN" + } + }, + "CS F441": { + "name": "Sel Topics From Comp Sc", + "sections": { + "L1": { "instructors": [ - "Sourav Nandi" + "PARESH SAXENA" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 5 + 2 ] } ] - }, - "T9": { + } + }, + "compre": { + "date": "05/05", + "session": "AN" + } + }, + "CS G527": { + "name": "Cloud Computing", + "sections": { + "L1": { "instructors": [ - "STP Srinivas" + "D V N SIVA KUMAR" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 10 + 3 ] } ] - }, - "T10": { - "instructors": [ - "Sudha Radhika" - ], - "sched": [] } }, "compre": { - "date": "10/12", + "date": "08/05", "session": "FN" } }, - "EEE F212": { - "name": "Electromagnetic Theo I", + "ECE F241": { + "name": "Microproc & Interfacing", "sections": { "L1": { "instructors": [ - "PK THIRUVIKRAMAN" + "RUNA KUMARI" ], "sched": [ { @@ -10677,14 +4759,14 @@ "S" ], "hours": [ - 4 + 2 ] } ] }, "L2": { "instructors": [ - "Kannan Ramaswamy" + "Subhradeep Pal" ], "sched": [ { @@ -10695,14 +4777,14 @@ "S" ], "hours": [ - 4 + 2 ] } ] }, "L3": { "instructors": [ - "Sarmistha Banik" + "Sanjay Vidhyadharan" ], "sched": [ { @@ -10713,284 +4795,274 @@ "S" ], "hours": [ - 4 + 2 ] } ] }, - "L4": { + "P1": { "instructors": [ - "Subash N. Karbelkar" + "Runa Kumari" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "F" ], "hours": [ - 4 + 7, + 8 ] } ] }, - "L5": { + "P2": { "instructors": [ - "Subrahmanya Bhima Sankar" + "Subhradeep Pal" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 4 + 7, + 8 ] } ] }, - "T1": { + "P4": { "instructors": [ - "PK Thiruvikraman" + "Karumbaiah Chappanda Nan" ], "sched": [ { "room": "NA", "days": [ - "S" + "Th" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T2": { + "P3": { "instructors": [ - "Kannan Ramaswamy" + "Karumbaiah Chappanda Nan" ], "sched": [ { "room": "NA", "days": [ - "S" + "T" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T3": { + "P6": { "instructors": [ - "Sarmistha Banik" + "Prashant Wali" ], "sched": [ { "room": "NA", "days": [ - "S" + "W" ], "hours": [ - 1 + 4, + 5 ] } ] }, - "T4": { + "P8": { "instructors": [ - "Subash N. Karbelkar" + "Ramakant" ], "sched": [ { "room": "NA", "days": [ - "S" + "M" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T5": { + "P5": { "instructors": [ - "Subrahmanya Bhima Sankar" + "Prashant Wali" ], "sched": [ { "room": "NA", "days": [ - "S" + "M" ], "hours": [ - 1 + 4, + 5 ] } ] - } - }, - "compre": { - "date": "14/12", - "session": "FN" - } - }, - "EEE F214": { - "name": "Electronic Devices", - "sections": { - "L1": { + }, + "P10": { "instructors": [ - "SAYAN KANUNGO", - "Debapriya Som" + "Ramakant" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 2 + 7, + 8 ] } ] }, - "L2": { + "P12": { "instructors": [ - "Souvik Kundu", - "Priyanka B G" + "Sandeep Kumar" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 2 + 4, + 5 ] } ] }, - "T1": { + "P7": { "instructors": [ - "Sayan Kanungo" + "Subhradeep Pal" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T2": { + "P14": { "instructors": [ - "Souvik Kundu" + "S K Sahoo" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T3": { + "P16": { "instructors": [ - "Souvik Kundu" + "Anil Kumar U" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 9 + 4, + 5 ] } ] }, - "T4": { + "P9": { "instructors": [ - "Parikshit Parshuram Sahatiy" + "Ramakant" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 9 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "11/12", - "session": "AN" - } - }, - "EEE F215": { - "name": "Digital Design", - "sections": { - "L1": { + }, + "P18": { "instructors": [ - "SANJAY VIDHYADHARAN" + "G Sahith" ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 5 - ] - } - ] + "sched": [] }, - "L2": { + "P20": { "instructors": [ - "Ankur Bhattacharjee" + "G Sahith" + ], + "sched": [] + }, + "P11": { + "instructors": [ + "Sandeep Kumar" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ + 4, 5 ] } ] }, - "P1": { + "P22": { + "instructors": [ + "Samit Kumar Ghosh" + ], + "sched": [] + }, + "P24": { + "instructors": [ + "Samit Kumar Ghosh" + ], + "sched": [] + }, + "P13": { "instructors": [ "Sanjay Vidhyadharan" ], @@ -10998,18 +5070,30 @@ { "room": "NA", "days": [ - "M" + "F" ], "hours": [ - 7, - 8 + 4, + 5 ] } ] }, - "P2": { + "P26": { "instructors": [ - "Sanjay Vidhyadharan" + "K Avinash" + ], + "sched": [] + }, + "P28": { + "instructors": [ + "K Avinash" + ], + "sched": [] + }, + "P15": { + "instructors": [ + "S K Sahoo" ], "sched": [ { @@ -11024,94 +5108,101 @@ } ] }, - "P3": { + "P30": { "instructors": [ - "Ankur Bhattacharjee" + "Anil Kumar U" + ], + "sched": [] + }, + "P32": { + "instructors": [ + "Samit Kumar Ghosh" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "Runa Kumari" ], "sched": [ { "room": "NA", "days": [ - "F" + "M" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P5": { + "T2": { "instructors": [ - "BVVSN Prabhakar Rao" + "Runa Kumari" ], "sched": [ { "room": "NA", "days": [ - "T" + "W" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P6": { + "T3": { "instructors": [ - "S K Sahoo" + "Soumya J" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P8": { + "T4": { "instructors": [ - "S K Chatterjee" + "Soumya J" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P4": { + "T5": { "instructors": [ - "Ankur Bhattacharjee" + "Subhradeep Pal" ], "sched": [ { "room": "NA", "days": [ - "S" + "M" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P10": { + "T6": { "instructors": [ - "Amit Kumar Panda" + "Subhradeep Pal" ], "sched": [ { @@ -11120,128 +5211,103 @@ "W" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P12": { + "T7": { "instructors": [ - "Souvik Kundu" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "F" + "M" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P14": { + "T8": { "instructors": [ - "Syed Ershad Ahmed" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "T" + "W" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P7": { + "T9": { "instructors": [ - "Soumya J" + "Chetan Kumar V" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P16": { + "T10": { "instructors": [ - "Amit Ranjan Azad" + "Chetan Kumar V" ], "sched": [ { "room": "NA", "days": [ - "T" + "W" ], "hours": [ - 2, - 3 + 1 ] } ] - }, - "P17": { - "instructors": [ - "Prakash Palasram R" - ], - "sched": [] - }, - "P19": { - "instructors": [ - "Nawin Ra" - ], - "sched": [] - }, - "P20": { - "instructors": [ - "Prakash Palasram R" - ], - "sched": [] - }, - "P9": { + } + }, + "compre": { + "date": "05/05", + "session": "FN" + } + }, + "ECE F244": { + "name": "Microelectronic Circuits", + "sections": { + "L1": { "instructors": [ - "Amit Kumar Panda" + "PARIKSHIT PARSHURAM S" ], "sched": [ { "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 3 ] } ] }, - "P22": { - "instructors": [ - "Samala Jagadheesh" - ], - "sched": [] - }, - "P24": { - "instructors": [ - "Samala Jagadheesh" - ], - "sched": [] - }, - "P11": { + "L2": { "instructors": [ "Sayan Kanungo" ], @@ -11249,110 +5315,73 @@ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 7, - 8 + 3 ] } ] }, - "P26": { - "instructors": [ - "R Venkata Sravya" - ], - "sched": [] - }, - "P28": { - "instructors": [ - "R Venkata Sravya" - ], - "sched": [] - }, - "P13": { + "T1": { "instructors": [ - "Souvik Kundu" + "Sayan Kanungo" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 2, - 3 + 1 ] } ] }, - "P30": { - "instructors": [ - "Naveen Bokka" - ], - "sched": [] - }, - "P32": { - "instructors": [ - "Naveen Bokka" - ], - "sched": [] - }, - "P15": { + "T2": { "instructors": [ - "Harish Vijay Dixit" + "Surya Shankar Dan" ], "sched": [ { "room": "NA", "days": [ - "S" + "T" ], "hours": [ - 2, - 3 + 9 ] } ] }, - "P34": { - "instructors": [ - "Priyalatha. P" - ], - "sched": [] - }, - "P36": { - "instructors": [ - "Priyalatha. P" - ], - "sched": [] - }, - "T1": { + "T3": { "instructors": [ - "Sanjay Vidhyadharan" + "Surya Shankar Dan" ], "sched": [ { "room": "NA", "days": [ - "T" + "W" ], "hours": [ - 1 + 6 ] } ] }, - "T2": { + "T4": { "instructors": [ - "Sanjay Vidhyadharan" + "Parikshit Parshuram Sahatiy" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M" ], "hours": [ 1 @@ -11360,15 +5389,15 @@ } ] }, - "T3": { + "T5": { "instructors": [ - "Ankur Bhattacharjee" + "Parikshit Parshuram Sahatiy" ], "sched": [ { "room": "NA", "days": [ - "T" + "W" ], "hours": [ 1 @@ -11376,57 +5405,81 @@ } ] }, - "T4": { + "T6": { "instructors": [ - "Ankur Bhattacharjee" + "Renuka.H" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ 1 ] } ] - }, - "T5": { + } + }, + "compre": { + "date": "15/05", + "session": "AN" + } + }, + "ECE F266": { + "name": "Study Project", + "sections": { + "L1": { "instructors": [ - "Karumbaiah Chappanda Nan" + "SUBHRADEEP PAL" + ], + "sched": [] + } + } + }, + "ECE F311": { + "name": "Communication Systems", + "sections": { + "L1": { + "instructors": [ + "GOPAL KRISHNA KAMATH" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 5 ] } ] }, - "T6": { + "L2": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Balasubramanian M" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 5 ] } ] }, - "T7": { + "P1": { "instructors": [ - "Soumya J" + "Gopal Krishna Kamath M" ], "sched": [ { @@ -11435,84 +5488,84 @@ "T" ], "hours": [ - 1 + 8, + 9 ] } ] }, - "T8": { + "P2": { "instructors": [ - "Surya Shankar Dan" + "Amit Ranjan Azad" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 1 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "04/12", - "session": "AN" - } - }, - "EEE F242": { - "name": "Control Systems", - "sections": { - "L1": { + }, + "P4": { "instructors": [ - "ALIVELU MANGA PARIMI", - "P Shambhu Prasad" + "Balasubramanian M" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 10 + 7, + 8 ] } ] }, - "L2": { + "P3": { "instructors": [ - "Mithun Mondal", - "Gopal Krishna Kamath M", - "Renuka Loka" + "Runa Kumari" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "M" ], "hours": [ - 10 + 7, + 8 ] } ] }, + "P6": { + "instructors": [ + "Samala Jagadheesh" + ], + "sched": [] + }, + "P8": { + "instructors": [ + "Samala Jagadheesh" + ], + "sched": [] + }, "T1": { "instructors": [ - "Alivelu Manga Parimi" + "Gopal Krishna Kamath M" ], "sched": [ { "room": "NA", "days": [ - "W" + "T" ], "hours": [ 1 @@ -11522,29 +5575,29 @@ }, "T2": { "instructors": [ - "Alivelu Manga Parimi" + "Balasubramanian M" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 9 + 1 ] } ] }, "T3": { "instructors": [ - "Alivelu Manga Parimi" + "Balasubramanian M" ], "sched": [ { "room": "NA", "days": [ - "Th" + "S" ], "hours": [ 1 @@ -11560,7 +5613,23 @@ { "room": "NA", "days": [ - "W" + "S" + ], + "hours": [ + 1 + ] + } + ] + }, + "T5": { + "instructors": [ + "Amit Ranjan Azad" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" ], "hours": [ 1 @@ -11570,53 +5639,54 @@ } }, "compre": { - "date": "10/12", + "date": "06/05", "session": "FN" } }, - "EEE F243": { - "name": "Signals & Systems", + "ECE F312": { + "name": "Em Fields Lab Micro Engg Lab", "sections": { "L1": { "instructors": [ - "BVVSN PRABHAKAR RAO", - "Manoj Samal" + "SOURAV NANDI" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "S" ], "hours": [ - 3 + 7, + 8 ] } ] - }, - "L2": { + } + } + }, + "ECE F341": { + "name": "Analog Electronics", + "sections": { + "L1": { "instructors": [ - "Pratyush Chakraborty", - "Ramakant", - "Sarda Sharma" + "PONNALAGU R N" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 3 + 4 ] } ] }, - "T1": { + "L2": { "instructors": [ "BVVSN Prabhakar Rao" ], @@ -11624,15 +5694,17 @@ { "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] }, - "T2": { + "P1": { "instructors": [ "BVVSN Prabhakar Rao" ], @@ -11640,17 +5712,18 @@ { "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 9 + 7, + 8 ] } ] }, - "T3": { + "P2": { "instructors": [ - "Pratyush Chakraborty" + "Prasant Kumar P" ], "sched": [ { @@ -11659,85 +5732,55 @@ "W" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T4": { + "P3": { "instructors": [ - "Ramakant" + "Prasant Kumar P" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 1 + 10, + 11 ] } ] - } - }, - "compre": { - "date": "07/12", - "session": "FN" - } - }, - "EEE F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "STP SRINIVAS" - ], - "sched": [] - } - } - }, - "EEE F312": { - "name": "Power Systems", - "sections": { - "L1": { + }, + "P5": { "instructors": [ - "MITHUN MONDAL", - "Shrimathi H P" + "Amit Kumar Panda" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 8 + 10, + 11 ] } ] }, - "T1": { + "P7": { "instructors": [ - "Mithun Mondal" + "Mary Vallankanni Manik" ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 1 - ] - } - ] + "sched": [] }, - "T2": { + "P4": { "instructors": [ - "Mithun Mondal" + "Amit Kumar Panda" ], "sched": [ { @@ -11746,65 +5789,49 @@ "F" ], "hours": [ - 1 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "03/12", - "session": "FN" - } - }, - "EEE F313": { - "name": "Analog & Digital Vlsi Des", - "sections": { - "L1": { + }, + "P9": { "instructors": [ - "SYED ERSHAD AHMED" + "Mary Vallankanni Manik" ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 2 - ] - } - ] + "sched": [] }, - "L2": { + "P11": { + "instructors": [ + "Sravankumar Vittapu" + ], + "sched": [] + }, + "T1": { "instructors": [ - "Saroj Mondal" + "Ponnalagu R N" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 2 + 1 ] } ] }, - "T1": { + "T2": { "instructors": [ - "Syed Ershad Ahmed" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "M" + "T" ], "hours": [ 1 @@ -11812,67 +5839,55 @@ } ] }, - "T2": { + "T3": { "instructors": [ - "Syed Ershad Ahmed" + "Prasant Kumar P" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 7 + 1 ] } ] - } - }, - "compre": { - "date": "05/12", - "session": "AN" - } - }, - "EEE F341": { - "name": "Analog Electronics", - "sections": { - "L1": { + }, + "T4": { "instructors": [ - "PONNALAGU R N" + "Prasant Kumar P" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 3 + 1 ] } ] }, - "P1": { + "T5": { "instructors": [ - "Ponnalagu R N" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "M" + "S" ], "hours": [ - 6, - 7 + 1 ] } ] }, - "T1": { + "T6": { "instructors": [ "Ponnalagu R N" ], @@ -11880,7 +5895,7 @@ { "room": "NA", "days": [ - "T" + "S" ], "hours": [ 1 @@ -11890,11 +5905,11 @@ } }, "compre": { - "date": "08/12", - "session": "FN" + "date": "10/05", + "session": "AN" } }, - "EEE F366": { + "ECE F366": { "name": "Laboratory Project", "sections": { "L1": { @@ -11905,7 +5920,7 @@ } } }, - "EEE F367": { + "ECE F367": { "name": "Laboratory Project", "sections": { "L1": { @@ -11916,7 +5931,7 @@ } } }, - "EEE F376": { + "ECE F376": { "name": "Design Project", "sections": { "L1": { @@ -11927,7 +5942,7 @@ } } }, - "EEE F377": { + "ECE F377": { "name": "Design Project", "sections": { "L1": { @@ -11938,20 +5953,21 @@ } } }, - "EEE F411": { - "name": "Internet of Things", + "ECE F434": { + "name": "Digital Signal Process", "sections": { "L1": { "instructors": [ - "SANDEEP KUMAR" + "S K SAHOO", + "Venkateswaran R" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ 4 @@ -11961,7 +5977,7 @@ }, "P1": { "instructors": [ - "Sandeep Kumar" + "S K Sahoo" ], "sched": [ { @@ -11970,38 +5986,50 @@ "M" ], "hours": [ - 6, - 7 + 7, + 8 ] } ] }, "P2": { "instructors": [ - "Sandeep Kumar" + "Venkateswaran R" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 8, - 9 + 7, + 8 ] } ] }, + "P4": { + "instructors": [ + "Chaluvadi V Naga Bhaskar" + ], + "sched": [] + }, + "P5": { + "instructors": [ + "S K Sahoo" + ], + "sched": [] + }, "P3": { "instructors": [ - "Sandeep Kumar" + "Chaluvadi V Naga Bhaskar" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ 8, @@ -12010,119 +6038,72 @@ } ] }, - "P5": { - "instructors": [ - "Madhusudan B Kulkarni" - ], - "sched": [] - }, - "P6": { - "instructors": [ - "Renuka.H" - ], - "sched": [] - }, - "P8": { + "P7": { "instructors": [ - "Pavankumar Reddy B" + "Mrunali Dnyaneshwar Wagh" ], "sched": [] }, - "P9": { - "instructors": [ - "Renuka.H" - ], - "sched": [] - } - }, - "compre": { - "date": "14/12", - "session": "AN" - } - }, - "EEE F435": { - "name": "Digital Image Processing", - "sections": { - "L1": { + "T1": { "instructors": [ - "VENKATESWARAN R" + "S K Sahoo" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 5 + 7 ] } ] - } - }, - "compre": { - "date": "02/12", - "session": "AN" - } - }, - "EEE G512": { - "name": "Embedded System Design", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "MB SRINIVAS" + "Venkateswaran R" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 5 + 1 ] } ] }, - "P1": { + "T3": { "instructors": [ - "MB Srinivas" + "S K Sahoo" ], "sched": [ { "room": "NA", "days": [ - "F" + "Th" ], "hours": [ - 6, - 7 + 1 ] } ] - }, - "P2": { - "instructors": [ - "Jisy N K" - ], - "sched": [] } }, "compre": { - "date": "04/12", - "session": "AN" + "date": "03/05", + "session": "FN" } }, - "EEE G591": { - "name": "Optical Communication", + "ECON F211": { + "name": "Principles of Economics", "sections": { "L1": { "instructors": [ - "PRASANT KUMAR P" + "ARCHANA SRIVASTAVA" ], "sched": [ { @@ -12133,104 +6114,82 @@ "F" ], "hours": [ - 3 + 9 ] } ] }, - "P1": { + "L2": { "instructors": [ - "Prasant Kumar P" + "Mini Thomas" ], "sched": [ { "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 8, 9 ] } ] }, - "P2": { - "instructors": [ - "Chaluvadi V Naga Bhaskar" - ], - "sched": [] - }, - "P3": { + "L3": { "instructors": [ - "Prasant Kumar P" + "Rishi Kumar" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 8, 9 ] } ] - } - }, - "compre": { - "date": "07/12", - "session": "FN" - } - }, - "EEE G612": { - "name": "Coding Theory & Practice", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "PRASHANT WALI" + "Archana Srivastava" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 2 + 1 ] } ] }, - "P1": { + "T2": { "instructors": [ - "Prashant Wali" + "Mini Thomas" ], "sched": [ { "room": "NA", "days": [ - "Th" + "S" ], "hours": [ - 8, - 9 + 1 ] } ] }, - "P2": { - "instructors": [ - "T Sachin Ravikant" - ], - "sched": [] - }, - "P3": { + "T3": { "instructors": [ - "Prashant Wali" + "Rishi Kumar" ], "sched": [ { @@ -12239,156 +6198,91 @@ "S" ], "hours": [ - 8, - 9 + 1 ] } ] }, - "P4": { - "instructors": [ - "T Sachin Ravikant" - ], - "sched": [] - } - }, - "compre": { - "date": "05/12", - "session": "AN" - } - }, - "EEE G613": { - "name": "Adv Digital Signal Proc", - "sections": { - "L1": { + "T4": { "instructors": [ - "RAMAKANT" + "Keerti Mallela" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 3 + 1 ] } ] }, - "P1": { + "T5": { "instructors": [ - "Venkateswaran R" + "Bincy George" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "S" ], "hours": [ - 8, - 9 + 1 ] } ] - }, - "P2": { - "instructors": [ - "Samit Kumar Ghosh" - ], - "sched": [] } }, "compre": { - "date": "08/12", - "session": "FN" + "date": "12/05", + "session": "AN" } }, - "EEE G622": { - "name": "Advanced Digital Communication", + "ECON F212": { + "name": "Funda of Fin and Account", "sections": { "L1": { "instructors": [ - "SOURAV NANDI" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] - }, - "P1": { - "instructors": [ - "Sourav Nandi" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 8, - 9 - ] - } - ] - }, - "P2": { - "instructors": [ - "Battina Sindhu" - ], - "sched": [] - }, - "P3": { - "instructors": [ - "Sourav Nandi" + "NIRANJAN SWAIN", + "Aaishwarya Narayanan" ], "sched": [ { "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 8, - 9 + 5 ] } ] } }, "compre": { - "date": "07/12", + "date": "17/05", "session": "FN" } }, - "EEE G627": { - "name": "Network Embedded Appli", + "ECON F241": { + "name": "Econometric Methods", "sections": { "L1": { "instructors": [ - "MB SRINIVAS" + "BHEEMESHWAR REDDY A" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ 2 @@ -12396,41 +6290,50 @@ } ] }, - "P1": { + "T1": { "instructors": [ - "MB Srinivas" + "Bheemeshwar Reddy A" ], "sched": [ { "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 8, 9 ] } ] }, - "P2": { + "T2": { "instructors": [ - "P Veda Bhanu" + "Athary Janiso" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 9 + ] + } + ] } }, "compre": { - "date": "05/12", - "session": "AN" + "date": "01/05", + "session": "FN" } }, - "EEE G641": { - "name": "Applied Estimation Theory", + "ECON F242": { + "name": "Microeconomics", "sections": { "L1": { "instructors": [ - "PRASHANT WALI" + "DUSHYANT KUMAR" ], "sched": [ { @@ -12441,64 +6344,55 @@ "F" ], "hours": [ - 4 + 3 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Prashant Wali" + "Dushyant Kumar" ], "sched": [ { "room": "NA", "days": [ - "T" + "W" ], "hours": [ - 8, - 9 + 1 ] } ] }, - "P2": { - "instructors": [ - "Swapna Challagundla" - ], - "sched": [] - }, - "P3": { + "T2": { "instructors": [ - "Prashant Wali" + "Prakash Kumar Shukla" ], "sched": [ { "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 8, - 9 + 1 ] } ] } }, "compre": { - "date": "16/12", + "date": "08/05", "session": "AN" } }, - "FIN F311": { - "name": "Derivatives & Risk Mgmt", + "ECON F243": { + "name": "Macroeconomics", "sections": { "L1": { "instructors": [ - "T NAGARAJU", - "Shreya Lahiri" + "SUNNY KUMAR SINGH" ], "sched": [ { @@ -12509,69 +6403,62 @@ "S" ], "hours": [ - 4 + 2 ] } ] }, - "L2": { + "T1": { "instructors": [ - "Shreya Biswas" + "Sunny Kumar Singh" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 4 + 1 ] } ] - } - }, - "compre": { - "date": "14/12", - "session": "AN" - } - }, - "FIN F313": { - "name": "Secur Anal & Portfol Mgt", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "SHREYA BISWAS", - "Navya Kumar" + "Sunny Kumar Singh" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 2 + 1 ] } ] + }, + "T4": { + "instructors": [ + "Salva.K" + ], + "sched": [] } }, "compre": { - "date": "11/12", + "date": "05/05", "session": "FN" } }, - "FIN F315": { - "name": "Financial Management", + "ECON F244": { + "name": "Economic of Growth & Dev", "sections": { "L1": { "instructors": [ - "NIRANJAN SWAIN" + "BHEEMESHWAR REDDY A", + "Dushyant Kumar" ], "sched": [ { @@ -12582,105 +6469,67 @@ "S" ], "hours": [ - 5 + 3 ] } ] - } - }, - "compre": { - "date": "04/12", - "session": "FN" - } - }, - "FIN F414": { - "name": "Financial Risk Analytics and Management", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "T NAGARAJU" + "Bheemeshwar Reddy A" ], "sched": [ { "room": "NA", "days": [ - "S" + "Th" ], "hours": [ - 7, - 8, 9 ] } ] - } - }, - "compre": { - "date": "15/12", - "session": "AN" - } - }, - "GS F212": { - "name": "Environ Dev & Climate", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "LAVANYA SURESH", - "Vinay Sankar P" + "Dushyant Kumar" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 5 + 9 ] } ] } }, "compre": { - "date": "02/12", + "date": "15/05", "session": "AN" } }, - "GS F233": { - "name": "Public Policy", + "ECON F266": { + "name": "Study Project", "sections": { "L1": { "instructors": [ - "MD ZAKARIA SIDDIQUI" + "Bheemeshwar Reddy A" ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 3 - ] - } - ] + "sched": [] } - }, - "compre": { - "date": "08/12", - "session": "FN" } }, - "GS F234": { - "name": "Development Economics", + "ECON F315": { + "name": "Financial Management", "sections": { "L1": { "instructors": [ - "MD ZAKARIA SIDDIQUI" + "NIRANJAN SWAIN", + "Shreya Lahiri" ], "sched": [ { @@ -12691,23 +6540,23 @@ "F" ], "hours": [ - 9 + 3 ] } ] } }, "compre": { - "date": "09/12", + "date": "08/05", "session": "FN" } }, - "HSS F235": { - "name": "Introductory Philosophy", + "ECON F341": { + "name": "Public Fin Theo & Policy", "sections": { "L1": { "instructors": [ - "JAYESH A K" + "MINI THOMAS" ], "sched": [ { @@ -12718,158 +6567,114 @@ "S" ], "hours": [ - 3 + 4 ] } ] - } - }, - "compre": { - "date": "08/12", - "session": "FN" - } - }, - "HSS F236": { - "name": "Symbolic Logic", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "PRANESH BHARGAVA" + "Mini Thomas" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 3 + 7 ] } ] - } - }, - "compre": { - "date": "08/12", - "session": "FN" - } - }, - "HSS F237": { - "name": "Contemporary Indian English Fiction", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "MAYA VINAY" + "Ummuhabeeba Chaliyan" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 5 + 7 ] } ] } }, "compre": { - "date": "02/12", + "date": "10/05", "session": "AN" } }, - "HSS F242": { - "name": "Introduction to Phonology", + "ECON F342": { + "name": "Applied Econometrics", "sections": { "L1": { "instructors": [ - "PRANESH BHARGAVA" + "RISHI KUMAR" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ 5 ] } ] - } - }, - "compre": { - "date": "02/12", - "session": "AN" - } - }, - "HSS F244": { - "name": "Crime and New Media", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "ANHITI PATNAIK" + "Rishi Kumar" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 8 ] } ] - } - }, - "compre": { - "date": "05/12", - "session": "AN" - } - }, - "HSS F245": { - "name": "Gender Science and Technology", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "ASWATHY RAVEENDRAN" + "Pratheeksha G" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 4 + 8 ] } ] } }, "compre": { - "date": "16/12", + "date": "17/05", "session": "FN" } }, - "HSS F246": { - "name": "Philosophy of Nagarjuna", + "ECON F343": { + "name": "Economic Anal of Pub Pol", "sections": { "L1": { "instructors": [ - "JAYESH A K" + "DURGESH C PATHAK" ], "sched": [ { @@ -12880,115 +6685,83 @@ "F" ], "hours": [ - 4 + 9 ] } ] - } - }, - "compre": { - "date": "16/12", - "session": "AN" - } - }, - "HSS F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "ASWATHY RAVEENDRAN" - ], - "sched": [] - } - } - }, - "HSS F317": { - "name": "Intro to Globalization", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "SUCHISMITA SATPATHY" + "Durgesh C Pathak" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 4 + 7 ] } ] - } - }, - "compre": { - "date": "16/12", - "session": "AN" - } - }, - "HSS F318": { - "name": "Intro to Anthropology", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "SUCHISMITA SATPATHY" + "Durgesh C Pathak" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 3 + 8 ] } ] } }, "compre": { - "date": "08/12", + "date": "12/05", "session": "FN" } }, - "HSS F325": { - "name": "Cinematic Adaptation", + "ECON F345": { + "name": "Behavioral Economics", "sections": { "L1": { "instructors": [ - "SHILPAA ANAND" + "DUSHYANT KUMAR", + "Bheemeshwar Reddy A" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 2 + 7 ] } ] } }, "compre": { - "date": "05/12", + "date": "18/05", "session": "AN" } }, - "HSS F334": { - "name": "Srimad Bhagavad Gita", + "ECON F354": { + "name": "Derivatives & Risk Mgmt", "sections": { "L1": { "instructors": [ - "ARUNA LOLLA" + "SHREYA BISWAS" ], "sched": [ { @@ -12999,24 +6772,14 @@ "F" ], "hours": [ - 4 + 7 ] } ] - } - }, - "compre": { - "date": "16/12", - "session": "FN" - } - }, - "HSS F337": { - "name": "English Literary Forms and Movements", - "sections": { - "L1": { + }, + "L2": { "instructors": [ - "MG PRASUNA", - "S Saritha Sasidharan" + "T Nagaraju" ], "sched": [ { @@ -13027,23 +6790,23 @@ "F" ], "hours": [ - 9 + 7 ] } ] } }, "compre": { - "date": "09/12", - "session": "FN" + "date": "18/05", + "session": "AN" } }, - "HSS F338": { - "name": "Comparative Indian Lit", + "ECON F355": { + "name": "Buss Anal & Valuation", "sections": { "L1": { "instructors": [ - "MG PRASUNA" + "NIVEDITA SINHA" ], "sched": [ { @@ -13054,78 +6817,67 @@ "F" ], "hours": [ - 4 + 2 ] } ] } }, "compre": { - "date": "16/12", - "session": "FN" + "date": "01/05", + "session": "AN" } }, - "HSS F340": { - "name": "Post Colonial Literature", + "ECON F366": { + "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "MAYA VINAY" + "MINI THOMAS" ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 3 - ] - } - ] + "sched": [] } - }, - "compre": { - "date": "08/12", - "session": "FN" } }, - "HSS F362": { - "name": "Local Governance and Participation", + "ECON F367": { + "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "LAVANYA SURESH" + "MINI THOMAS" ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 2 - ] - } - ] + "sched": [] } - }, - "compre": { - "date": "05/12", - "session": "AN" } }, - "HSS F363": { - "name": "Disaster and Development", + "ECON F376": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "MINI THOMAS" + ], + "sched": [] + } + } + }, + "ECON F377": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "MINI THOMAS" + ], + "sched": [] + } + } + }, + "ECON F411": { + "name": "Project Appraisal", "sections": { "L1": { "instructors": [ - "BISWANATH DASH", - "Manomita Das" + "SUNNY KUMAR SINGH" ], "sched": [ { @@ -13143,16 +6895,16 @@ } }, "compre": { - "date": "04/12", + "date": "17/05", "session": "FN" } }, - "HSS F365": { - "name": "Science of Sustainable Happiness", + "ECON F412": { + "name": "Secur Anal & Portfol Mgt", "sections": { "L1": { "instructors": [ - "ARUNA LOLLA" + "SHREYA BISWAS" ], "sched": [ { @@ -13170,233 +6922,299 @@ } }, "compre": { - "date": "08/12", + "date": "15/05", "session": "FN" } }, - "INSTR F212": { - "name": "Electromagnetic Theory I", + "ECON F415": { + "name": "New Venture Creation", "sections": { "L1": { "instructors": [ - "PK THIRUVIKRAMAN" + "R RAGHUNATHAN" + ], + "sched": [] + } + } + }, + "ECON F434": { + "name": "International Business", + "sections": { + "L1": { + "instructors": [ + "ARCHANA SRIVASTAVA" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 2 ] } ] - }, - "L2": { + } + }, + "compre": { + "date": "01/05", + "session": "AN" + } + }, + "ECON F435": { + "name": "Marketing Research", + "sections": { + "L1": { "instructors": [ - "Kannan Ramaswamy" + "C H YAGANTI" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 3 ] } ] - }, - "L3": { + } + }, + "compre": { + "date": "08/05", + "session": "FN" + } + }, + "EEE F211": { + "name": "Electrical Machines", + "sections": { + "L1": { "instructors": [ - "Sarmistha Banik" + "MITHUN MONDAL" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 2 ] } ] }, - "L4": { + "L2": { "instructors": [ - "Subash N. Karbelkar" + "Pratyush Chakraborty" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 2 ] } ] }, - "L5": { + "P1": { "instructors": [ - "Subrahmanya Bhima Sankar" + "Mithun Mondal" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 4 + 7, + 8 ] } ] }, - "T1": { + "P2": { "instructors": [ - "PK Thiruvikraman" + "Mithun Mondal" ], "sched": [ { "room": "NA", "days": [ - "S" + "W" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T2": { + "P3": { "instructors": [ - "Kannan Ramaswamy" + "Pratyush Chakraborty" ], "sched": [ { "room": "NA", "days": [ - "S" + "M" ], "hours": [ - 1 + 4, + 5 ] } ] }, - "T3": { + "P5": { "instructors": [ - "Sarmistha Banik" + "STP Srinivas" ], "sched": [ { "room": "NA", "days": [ - "S" + "T" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T4": { + "P6": { "instructors": [ - "Subash N. Karbelkar" + "Pratyush Chakraborty" ], "sched": [ { "room": "NA", "days": [ - "S" + "W" ], "hours": [ - 1 + 4, + 5 ] } ] }, - "T5": { + "P8": { + "instructors": [ + "Manoj Samal" + ], + "sched": [] + }, + "P9": { + "instructors": [ + "TO BE ANNOUNCED" + ], + "sched": [] + }, + "P4": { "instructors": [ - "Subrahmanya Bhima Sankar" + "STP Srinivas" ], "sched": [ { "room": "NA", "days": [ - "S" + "F" ], "hours": [ - 1 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "14/12", - "session": "FN" - } - }, - "INSTR F214": { - "name": "Electronic Devices", - "sections": { - "L1": { + }, + "P11": { "instructors": [ - "SAYAN KANUNGO", - "Debapriya Som" + "Manoj Samal" + ], + "sched": [] + }, + "P12": { + "instructors": [ + "Santhi Durganjali Challa" + ], + "sched": [] + }, + "P14": { + "instructors": [ + "E Prasanth Kumar" + ], + "sched": [] + }, + "P15": { + "instructors": [ + "P Anil Kumar" + ], + "sched": [] + }, + "P17": { + "instructors": [ + "E Prasanth Kumar" + ], + "sched": [] + }, + "P18": { + "instructors": [ + "P Anil Kumar" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "Mithun Mondal" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 2 + 9 ] } ] }, - "L2": { + "T2": { "instructors": [ - "Souvik Kundu", - "Priyanka B G" + "Mithun Mondal" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 2 + 9 ] } ] }, - "T1": { + "T3": { "instructors": [ - "Sayan Kanungo" + "Pratyush Chakraborty" ], "sched": [ { @@ -13405,36 +7223,36 @@ "T" ], "hours": [ - 1 + 9 ] } ] }, - "T2": { + "T4": { "instructors": [ - "Souvik Kundu" + "Pratyush Chakraborty" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 1 + 9 ] } ] }, - "T3": { + "T5": { "instructors": [ - "Souvik Kundu" + "Sudha Radhika" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ 9 @@ -13442,9 +7260,9 @@ } ] }, - "T4": { + "T6": { "instructors": [ - "Parikshit Parshuram Sahatiy" + "Sudha Radhika" ], "sched": [ { @@ -13460,16 +7278,16 @@ } }, "compre": { - "date": "11/12", - "session": "AN" + "date": "01/05", + "session": "FN" } }, - "INSTR F215": { - "name": "Digital Design", + "EEE F241": { + "name": "Microproc & Interfacing", "sections": { "L1": { "instructors": [ - "SANJAY VIDHYADHARAN" + "RUNA KUMARI" ], "sched": [ { @@ -13480,14 +7298,14 @@ "S" ], "hours": [ - 5 + 2 ] } ] }, "L2": { "instructors": [ - "Ankur Bhattacharjee" + "Subhradeep Pal" ], "sched": [ { @@ -13498,12 +7316,12 @@ "S" ], "hours": [ - 5 + 2 ] } ] }, - "P1": { + "L3": { "instructors": [ "Sanjay Vidhyadharan" ], @@ -13511,7 +7329,25 @@ { "room": "NA", "days": [ - "M" + "T", + "Th", + "S" + ], + "hours": [ + 2 + ] + } + ] + }, + "P1": { + "instructors": [ + "Runa Kumari" + ], + "sched": [ + { + "room": "NA", + "days": [ + "F" ], "hours": [ 7, @@ -13522,13 +7358,13 @@ }, "P2": { "instructors": [ - "Sanjay Vidhyadharan" + "Subhradeep Pal" ], "sched": [ { "room": "NA", "days": [ - "W" + "T" ], "hours": [ 7, @@ -13537,15 +7373,15 @@ } ] }, - "P3": { + "P4": { "instructors": [ - "Ankur Bhattacharjee" + "Karumbaiah Chappanda Nan" ], "sched": [ { "room": "NA", "days": [ - "F" + "Th" ], "hours": [ 7, @@ -13554,9 +7390,9 @@ } ] }, - "P5": { + "P3": { "instructors": [ - "BVVSN Prabhakar Rao" + "Karumbaiah Chappanda Nan" ], "sched": [ { @@ -13565,38 +7401,38 @@ "T" ], "hours": [ - 2, - 3 + 7, + 8 ] } ] }, "P6": { "instructors": [ - "S K Sahoo" + "Prashant Wali" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 2, - 3 + 4, + 5 ] } ] }, "P8": { "instructors": [ - "S K Chatterjee" + "Ramakant" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M" ], "hours": [ 7, @@ -13605,32 +7441,32 @@ } ] }, - "P4": { + "P5": { "instructors": [ - "Ankur Bhattacharjee" + "Prashant Wali" ], "sched": [ { "room": "NA", "days": [ - "S" + "M" ], "hours": [ - 2, - 3 + 4, + 5 ] } ] }, "P10": { "instructors": [ - "Amit Kumar Panda" + "Ramakant" ], "sched": [ { "room": "NA", "days": [ - "W" + "F" ], "hours": [ 7, @@ -13641,30 +7477,30 @@ }, "P12": { "instructors": [ - "Souvik Kundu" + "Sandeep Kumar" ], "sched": [ { "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 7, - 8 + 4, + 5 ] } ] }, - "P14": { + "P7": { "instructors": [ - "Syed Ershad Ahmed" + "Subhradeep Pal" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ 7, @@ -13673,9 +7509,9 @@ } ] }, - "P7": { + "P14": { "instructors": [ - "Soumya J" + "S K Sahoo" ], "sched": [ { @@ -13692,48 +7528,30 @@ }, "P16": { "instructors": [ - "Amit Ranjan Azad" + "Anil Kumar U" ], "sched": [ { "room": "NA", "days": [ - "T" + "F" ], "hours": [ - 2, - 3 + 4, + 5 ] } ] }, - "P17": { - "instructors": [ - "Prakash Palasram R" - ], - "sched": [] - }, - "P19": { - "instructors": [ - "Nawin Ra" - ], - "sched": [] - }, - "P20": { - "instructors": [ - "Prakash Palasram R" - ], - "sched": [] - }, "P9": { "instructors": [ - "Amit Kumar Panda" + "Ramakant" ], "sched": [ { "room": "NA", "days": [ - "M" + "W" ], "hours": [ 7, @@ -13742,114 +7560,114 @@ } ] }, - "P22": { + "P18": { "instructors": [ - "Samala Jagadheesh" + "G Sahith" ], "sched": [] }, - "P24": { + "P20": { "instructors": [ - "Samala Jagadheesh" + "G Sahith" ], "sched": [] }, "P11": { "instructors": [ - "Sayan Kanungo" + "Sandeep Kumar" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ - 7, - 8 + 4, + 5 ] } ] }, - "P26": { + "P22": { "instructors": [ - "R Venkata Sravya" + "Samit Kumar Ghosh" ], "sched": [] }, - "P28": { + "P24": { "instructors": [ - "R Venkata Sravya" + "Samit Kumar Ghosh" ], "sched": [] }, "P13": { "instructors": [ - "Souvik Kundu" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 2, - 3 + 4, + 5 ] } ] }, - "P30": { + "P26": { "instructors": [ - "Naveen Bokka" + "K Avinash" ], "sched": [] }, - "P32": { + "P28": { "instructors": [ - "Naveen Bokka" + "K Avinash" ], "sched": [] }, "P15": { "instructors": [ - "Harish Vijay Dixit" + "S K Sahoo" ], "sched": [ { "room": "NA", "days": [ - "S" + "W" ], "hours": [ - 2, - 3 + 7, + 8 ] } ] }, - "P34": { + "P30": { "instructors": [ - "Priyalatha. P" + "Anil Kumar U" ], "sched": [] }, - "P36": { + "P32": { "instructors": [ - "Priyalatha. P" + "Samit Kumar Ghosh" ], "sched": [] }, "T1": { "instructors": [ - "Sanjay Vidhyadharan" + "Runa Kumari" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ 1 @@ -13859,13 +7677,13 @@ }, "T2": { "instructors": [ - "Sanjay Vidhyadharan" + "Runa Kumari" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ 1 @@ -13875,7 +7693,7 @@ }, "T3": { "instructors": [ - "Ankur Bhattacharjee" + "Soumya J" ], "sched": [ { @@ -13891,13 +7709,13 @@ }, "T4": { "instructors": [ - "Ankur Bhattacharjee" + "Soumya J" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ 1 @@ -13907,13 +7725,13 @@ }, "T5": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Subhradeep Pal" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ 1 @@ -13923,13 +7741,13 @@ }, "T6": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Subhradeep Pal" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ 1 @@ -13939,13 +7757,13 @@ }, "T7": { "instructors": [ - "Soumya J" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ 1 @@ -13955,13 +7773,45 @@ }, "T8": { "instructors": [ - "Surya Shankar Dan" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" + ], + "hours": [ + 1 + ] + } + ] + }, + "T9": { + "instructors": [ + "Chetan Kumar V" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 1 + ] + } + ] + }, + "T10": { + "instructors": [ + "Chetan Kumar V" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" ], "hours": [ 1 @@ -13971,61 +7821,58 @@ } }, "compre": { - "date": "04/12", - "session": "AN" + "date": "05/05", + "session": "FN" } }, - "INSTR F242": { - "name": "Control Systems", + "EEE F244": { + "name": "Microelectronic Circuits", "sections": { "L1": { "instructors": [ - "ALIVELU MANGA PARIMI", - "P Shambhu Prasad" + "PARIKSHIT PARSHURAM S" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 10 + 3 ] } ] }, "L2": { "instructors": [ - "Mithun Mondal", - "Gopal Krishna Kamath M", - "Renuka Loka" + "Sayan Kanungo" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 10 + 3 ] } ] }, "T1": { "instructors": [ - "Alivelu Manga Parimi" + "Sayan Kanungo" ], "sched": [ { "room": "NA", "days": [ - "W" + "M" ], "hours": [ 1 @@ -14035,13 +7882,13 @@ }, "T2": { "instructors": [ - "Alivelu Manga Parimi" + "Surya Shankar Dan" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ 9 @@ -14051,103 +7898,99 @@ }, "T3": { "instructors": [ - "Alivelu Manga Parimi" + "Surya Shankar Dan" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 1 + 6 ] } ] }, "T4": { "instructors": [ - "Gopal Krishna Kamath M" + "Parikshit Parshuram Sahatiy" ], "sched": [ { "room": "NA", "days": [ - "W" + "M" ], "hours": [ 1 ] } ] - } - }, - "compre": { - "date": "10/12", - "session": "FN" - } - }, - "INSTR F243": { - "name": "Signals & Systems", - "sections": { - "L1": { + }, + "T5": { "instructors": [ - "BVVSN PRABHAKAR RAO", - "Manoj Samal" + "Parikshit Parshuram Sahatiy" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 3 + 1 ] } ] }, - "L2": { + "T6": { "instructors": [ - "Pratyush Chakraborty", - "Ramakant", - "Sarda Sharma" + "Renuka.H" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 3 + 1 ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "15/05", + "session": "AN" + } + }, + "EEE F245": { + "name": "Control Systems Laboratory", + "sections": { + "L1": { "instructors": [ - "BVVSN Prabhakar Rao" + "ANKUR BHATTACHARJEE", + "Priyalatha. P" ], "sched": [ { "room": "NA", "days": [ - "W" + "F" ], "hours": [ - 1 + 4, + 5 ] } ] }, - "T2": { + "L2": { "instructors": [ - "BVVSN Prabhakar Rao" + "Gopal Krishna Kamath M", + "Priyalatha. P" ], "sched": [ { @@ -14156,30 +7999,61 @@ "Th" ], "hours": [ - 9 + 7, + 8 ] } ] }, - "T3": { + "L3": { "instructors": [ - "Pratyush Chakraborty" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "W" + "M" ], "hours": [ - 1 + 4, + 5 + ] + } + ] + } + } + }, + "EEE F246": { + "name": "Electrical & Electronic Circuits Laboratory", + "sections": { + "L1": { + "instructors": [ + "SYED ERSHAD AHMED", + "Adepu Vivek", + "BVVSN Prabhakar Rao", + "Jayapiriya U S" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W", + "F" + ], + "hours": [ + 7, + 8 ] } ] }, - "T4": { + "L2": { "instructors": [ - "Ramakant" + "Venkateswaran R", + "Adepu Vivek", + "Jayapiriya U S", + "Parikshit Parshuram Sahatiy" ], "sched": [ { @@ -14188,119 +8062,153 @@ "Th" ], "hours": [ - 1 + 7, + 8 ] } ] } - }, - "compre": { - "date": "07/12", - "session": "FN" } }, - "INSTR F266": { + "EEE F266": { "name": "Study Project", "sections": { "L1": { "instructors": [ - "STP SRINIVAS" + "SUBHRADEEP PAL" ], "sched": [] } } }, - "INSTR F312": { - "name": "Transd & Measurement Tec", + "EEE F311": { + "name": "Communication Systems", "sections": { "L1": { "instructors": [ - "KARUMBAIAH CHAPPANDA" + "GOPAL KRISHNA KAMATH" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 5 + ] + } + ] + }, + "L2": { + "instructors": [ + "Balasubramanian M" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 5 + ] + } + ] + }, + "P1": { + "instructors": [ + "Gopal Krishna Kamath M" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 8 + 8, + 9 ] } ] }, - "T1": { + "P2": { "instructors": [ - "Karumbaiah Chappanda Nan" + "Amit Ranjan Azad" ], "sched": [ { "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 1 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "03/12", - "session": "FN" - } - }, - "INSTR F313": { - "name": "Analog & Digital Vlsi Des", - "sections": { - "L1": { + }, + "P4": { "instructors": [ - "SYED ERSHAD AHMED" + "Balasubramanian M" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "F" ], "hours": [ - 2 + 7, + 8 ] } ] }, - "L2": { + "P3": { "instructors": [ - "Saroj Mondal" + "Runa Kumari" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 2 + 7, + 8 ] } ] }, + "P6": { + "instructors": [ + "Samala Jagadheesh" + ], + "sched": [] + }, + "P8": { + "instructors": [ + "Samala Jagadheesh" + ], + "sched": [] + }, "T1": { "instructors": [ - "Syed Ershad Ahmed" + "Gopal Krishna Kamath M" ], "sched": [ { "room": "NA", "days": [ - "M" + "T" ], "hours": [ 1 @@ -14310,67 +8218,55 @@ }, "T2": { "instructors": [ - "Syed Ershad Ahmed" + "Balasubramanian M" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 7 + 1 ] } ] - } - }, - "compre": { - "date": "05/12", - "session": "AN" - } - }, - "INSTR F341": { - "name": "Analog Electronics", - "sections": { - "L1": { + }, + "T3": { "instructors": [ - "PONNALAGU R N" + "Balasubramanian M" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 3 + 1 ] } ] }, - "P1": { + "T4": { "instructors": [ - "Ponnalagu R N" + "Gopal Krishna Kamath M" ], "sched": [ { "room": "NA", "days": [ - "M" + "S" ], "hours": [ - 6, - 7 + 1 ] } ] }, - "T1": { + "T5": { "instructors": [ - "Ponnalagu R N" + "Amit Ranjan Azad" ], "sched": [ { @@ -14386,188 +8282,161 @@ } }, "compre": { - "date": "08/12", + "date": "06/05", "session": "FN" } }, - "INSTR F343": { - "name": "Indus Instrument & Cont", + "EEE F341": { + "name": "Analog Electronics", "sections": { "L1": { "instructors": [ - "BALASUBRAMANIAN M" + "PONNALAGU R N" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 9 + 4 ] } ] }, - "T1": { + "L2": { "instructors": [ - "Balasubramanian M" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "W" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] - } - }, - "compre": { - "date": "09/12", - "session": "AN" - } - }, - "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": { + }, + "P1": { "instructors": [ - "KARUMBAIAH CHAPPANDA" + "BVVSN Prabhakar Rao" ], - "sched": [] - } - } - }, - "MATH F111": { - "name": "Mathematics I", - "sections": { - "L1": { + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 7, + 8 + ] + } + ] + }, + "P2": { "instructors": [ - "A Michael Alphonse", - "Pratyusha Chattopadhyaa" + "Prasant Kumar P" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 5 + 7, + 8 ] } ] }, - "L2": { + "P3": { "instructors": [ - "DK Satpathi", - "G Murali Mohan Reddy" + "Prasant Kumar P" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 1 + 10, + 11 ] } ] }, - "L3": { + "P5": { "instructors": [ - "K Venkata Ratnam", - "Sumit Kumar V" + "Amit Kumar Panda" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 5 + 10, + 11 ] } ] }, - "L4": { + "P7": { + "instructors": [ + "Mary Vallankanni Manik" + ], + "sched": [] + }, + "P4": { "instructors": [ - "JHUMA SEN GUPTA", - "Manish Kumar" + "Amit Kumar Panda" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 5 + 7, + 8 ] } ] }, - "L5": { + "P9": { + "instructors": [ + "Mary Vallankanni Manik" + ], + "sched": [] + }, + "P11": { + "instructors": [ + "Sravankumar Vittapu" + ], + "sched": [] + }, + "T1": { "instructors": [ - "Sharan Gopal", - "Deepika" + "Ponnalagu R N" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ 1 @@ -14575,18 +8444,15 @@ } ] }, - "L6": { + "T2": { "instructors": [ - "Debopam Chakraborthy", - "Rohit Gupta" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ 1 @@ -14594,33 +8460,31 @@ } ] }, - "L7": { + "T3": { "instructors": [ - "A Michael Alphonse" + "Prasant Kumar P" ], "sched": [ { - "room": "NA", - "days": [ - "T", - "Th", - "S" + "room": "NA", + "days": [ + "T" ], "hours": [ - 3 + 1 ] } ] }, - "T1": { + "T4": { "instructors": [ - "A Michael Alphonse" + "Prasant Kumar P" ], "sched": [ { "room": "NA", "days": [ - "T" + "S" ], "hours": [ 1 @@ -14628,15 +8492,15 @@ } ] }, - "T2": { + "T5": { "instructors": [ - "DK Satpathi" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "T" + "S" ], "hours": [ 1 @@ -14644,105 +8508,144 @@ } ] }, - "T3": { + "T6": { "instructors": [ - "K Venkata Ratnam" + "Ponnalagu R N" ], "sched": [ { "room": "NA", "days": [ - "T" + "S" ], "hours": [ 1 ] } ] - }, - "T4": { + } + }, + "compre": { + "date": "10/05", + "session": "AN" + } + }, + "EEE F342": { + "name": "Power Electronics", + "sections": { + "L1": { "instructors": [ - "Manish Kumar" + "SUDHA RADHIKA", + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 5 ] } ] }, - "T5": { + "P1": { "instructors": [ - "Sharan Gopal" + "Sudha Radhika" ], "sched": [ { "room": "NA", "days": [ - "T" + "F" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T6": { + "P2": { "instructors": [ - "Debopam Chakraborthy" + "Sudha Radhika" ], "sched": [ { "room": "NA", "days": [ - "T" + "W" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T7": { + "P3": { "instructors": [ - "Pratyusha Chattopadhyaa" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 1 + 8, + 9 ] } ] }, - "T8": { + "P5": { "instructors": [ - "G Murali Mohan Reddy" + "Amar Kumar Verma" + ], + "sched": [] + }, + "P6": { + "instructors": [ + "Renuka Loka" + ], + "sched": [] + }, + "P8": { + "instructors": [ + "Amar Kumar Verma" + ], + "sched": [] + }, + "P9": { + "instructors": [ + "Nawin Ra" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "Sudha Radhika" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 1 + 7 ] } ] }, - "T9": { + "T2": { "instructors": [ - "Sumit Kumar V" + "Ankur Bhattacharjee" ], "sched": [ { @@ -14751,174 +8654,275 @@ "T" ], "hours": [ - 1 + 7 ] } ] }, - "T10": { + "T3": { "instructors": [ - "Deepika" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ 1 ] } ] - }, - "T11": { + } + }, + "compre": { + "date": "17/05", + "session": "AN" + } + }, + "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": { "instructors": [ - "A Karthik" + "SANDEEP KUMAR" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 2 ] } ] }, - "T12": { + "P1": { "instructors": [ - "T Ranjan Panigrahi" + "Sandeep Kumar" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 1 + 10, + 11 ] } ] }, - "T13": { + "P2": { "instructors": [ - "Faiz Imam" + "Madhusudan B Kulkarni" + ], + "sched": [] + } + }, + "compre": { + "date": "05/05", + "session": "AN" + } + }, + "EEE F422": { + "name": "Modern Control Systems", + "sections": { + "L1": { + "instructors": [ + "ALIVELU MANGA PARIMI" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 2 ] } ] - }, - "T14": { + } + }, + "compre": { + "date": "01/05", + "session": "AN" + } + }, + "EEE F426": { + "name": "Fibre Optics & Optoelect", + "sections": { + "L1": { "instructors": [ - "Agrawal Amarkumar Shyams" + "PRASANT KUMAR P" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 1 + 3 ] } ] - }, - "T15": { + } + }, + "compre": { + "date": "15/05", + "session": "FN" + } + }, + "EEE F434": { + "name": "Digital Signal Process", + "sections": { + "L1": { "instructors": [ - "G Vinodkumar Rajlingappa" + "S K SAHOO", + "Venkateswaran R" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 1 + 4 ] } ] }, - "T16": { + "P1": { "instructors": [ - "Tapaswini Patro" + "S K Sahoo" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T17": { + "P2": { "instructors": [ - "Aleena Philip" + "Venkateswaran R" ], "sched": [ { "room": "NA", "days": [ - "T" + "F" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T18": { + "P4": { + "instructors": [ + "Chaluvadi V Naga Bhaskar" + ], + "sched": [] + }, + "P5": { + "instructors": [ + "S K Sahoo" + ], + "sched": [] + }, + "P3": { "instructors": [ - "Nakidi Shravani" + "Chaluvadi V Naga Bhaskar" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 1 + 8, + 9 ] } ] }, - "T19": { + "P7": { "instructors": [ - "Anjali P V" + "Mrunali Dnyaneshwar Wagh" ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 1 - ] - } - ] + "sched": [] }, - "T20": { + "T1": { "instructors": [ - "Rohit Gupta" + "S K Sahoo" ], "sched": [ { @@ -14927,20 +8931,20 @@ "T" ], "hours": [ - 1 + 7 ] } ] }, - "T21": { + "T2": { "instructors": [ - "Jhuma Sen Gupta" + "Venkateswaran R" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ 1 @@ -14948,35 +8952,34 @@ } ] }, - "T22": { + "T3": { "instructors": [ - "A Michael Alphonse" + "S K Sahoo" ], "sched": [ { "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 10 + 1 ] } ] } }, "compre": { - "date": "08/12", + "date": "03/05", "session": "FN" } }, - "MATH F211": { - "name": "Mathematics III", + "EEE F474": { + "name": "Antenna Theory and Design", "sections": { "L1": { "instructors": [ - "B Mishra", - "Anil Nemili" + "HARISH VIJAY DIXIT" ], "sched": [ { @@ -14987,53 +8990,46 @@ "F" ], "hours": [ - 5 + 9 ] } ] }, - "L2": { + "P1": { "instructors": [ - "PK Sahoo", - "Kishore Kumar" + "Harish Vijay Dixit" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 5 + 10, + 11 ] } ] }, - "L3": { + "P2": { "instructors": [ - "TSL Radhika", - "Nirman Ganguly" + "G Jayeshkumar Pintubhai" ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 9 - ] - } - ] - }, - "L4": { + "sched": [] + } + }, + "compre": { + "date": "12/05", + "session": "FN" + } + }, + "EEE F477": { + "name": "Modeling of Field-effect Nano Devices", + "sections": { + "L1": { "instructors": [ - "SANTANU KOLEY", - "PTV Praveen Kumar" + "SAYAN KANUNGO" ], "sched": [ { @@ -15044,34 +9040,47 @@ "F" ], "hours": [ - 5 + 3 ] } ] - }, - "L5": { + } + }, + "compre": { + "date": "08/05", + "session": "FN" + } + }, + "EEE F478": { + "name": "Pow Er Systems Lab", + "sections": { + "L1": { "instructors": [ - "Jagan Mohan J", - "K Bhargav Kumar" + "ALIVELU MANGA PARIMI", + "P Shambhu Prasad" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th" ], "hours": [ + 8, 9 ] } ] - }, - "L6": { + } + } + }, + "FIN F311": { + "name": "Derivatives & Risk Mgmt", + "sections": { + "L1": { "instructors": [ - "Sabyasachi Dey", - "A Ramu" + "SHREYA BISWAS" ], "sched": [ { @@ -15082,186 +9091,123 @@ "F" ], "hours": [ - 9 - ] - } - ] - }, - "T1": { - "instructors": [ - "B Mishra" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 9 - ] - } - ] - }, - "T2": { - "instructors": [ - "PK Sahoo" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T" - ], - "hours": [ - 9 + 7 ] } ] }, - "T3": { + "L2": { "instructors": [ - "TSL Radhika" + "T Nagaraju" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 9 + 7 ] } ] - }, - "T5": { + } + }, + "compre": { + "date": "18/05", + "session": "AN" + } + }, + "FIN F313": { + "name": "Secur Anal & Portfol Mgt", + "sections": { + "L1": { "instructors": [ - "Jagan Mohan J" + "SHREYA BISWAS" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 9 + 3 ] } ] - }, - "T6": { + } + }, + "compre": { + "date": "15/05", + "session": "FN" + } + }, + "FIN F315": { + "name": "Financial Management", + "sections": { + "L1": { "instructors": [ - "Sabyasachi Dey" + "NIRANJAN SWAIN", + "Shreya Lahiri" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 9 + 3 ] } ] - }, - "T7": { - "instructors": [ - "Kshma Trivedi" - ], - "sched": [] - }, - "T9": { - "instructors": [ - "N S Gopal" - ], - "sched": [] - }, - "T10": { - "instructors": [ - "Nirman Ganguly" - ], - "sched": [] - }, - "T11": { - "instructors": [ - "R Revathi" - ], - "sched": [] - }, - "T4": { + } + }, + "compre": { + "date": "08/05", + "session": "FN" + } + }, + "FIN F414": { + "name": "Financial Risk Analytics and Management", + "sections": { + "L1": { "instructors": [ - "Santanu Koley" + "T NAGARAJU" ], "sched": [ { "room": "NA", "days": [ - "T" + "S" ], "hours": [ - 9 - ] - } - ] - }, - "T13": { - "instructors": [ - "PTV Praveen Kumar" - ], - "sched": [] - }, - "T14": { - "instructors": [ - "Simran Arora" - ], - "sched": [] - }, - "T16": { - "instructors": [ - "K Bhargav Kumar" - ], - "sched": [] - }, - "T17": { - "instructors": [ - "Sanjay Mandal" - ], - "sched": [] - }, - "T18": { - "instructors": [ - "Tusharakanta Pradhan" - ], - "sched": [] - }, - "T20": { - "instructors": [ - "A Ramu" - ], - "sched": [] - }, - "T21": { - "instructors": [ - "Sri Sakti Swarup Anupindi" - ], - "sched": [] + 7, + 8, + 9 + ] + } + ] } }, "compre": { - "date": "01/12", - "session": "FN" + "date": "04/05", + "session": "AN" } }, - "MATH F212": { - "name": "Optimization", + "GS F212": { + "name": "Environ Dev & Climate", "sections": { "L1": { "instructors": [ - "PK Sahoo", - "V Venkata Hara Gopal" + "BISWANATH DASH" ], "sched": [ { @@ -15272,81 +9218,104 @@ "F" ], "hours": [ - 9 + 7 ] } ] - }, - "L2": { + } + }, + "compre": { + "date": "18/05", + "session": "AN" + } + }, + "GS F232": { + "name": "Introductory Psychology", + "sections": { + "L1": { "instructors": [ - "SUMIT KUMAR V", - "PTV Praveen Kumar" + "SANTOSH MAHAPATRA" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 2 + 5 ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "17/05", + "session": "AN" + } + }, + "GS F241": { + "name": "Creative Writing", + "sections": { + "L1": { "instructors": [ - "PK Sahoo" + "ANHITI PATNAIK" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 7 + 4 ] } ] - }, - "T2": { + } + }, + "compre": { + "date": "10/05", + "session": "FN" + } + }, + "GS F322": { + "name": "Criti Anal of Lit & Cine", + "sections": { + "L1": { "instructors": [ - "PTV Praveen Kumar" + "MG PRASUNA" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 7 + 9 ] } ] - }, - "T4": { - "instructors": [ - "Sumit Kumar V" - ], - "sched": [] } }, "compre": { - "date": "12/12", + "date": "12/05", "session": "AN" } }, - "MATH F213": { - "name": "Discrete Mathematics", + "GS F333": { + "name": "Public Administration", "sections": { "L1": { "instructors": [ - "B MISHRA", - "Nirman Ganguly" + "LAVANYA SURESH" ], "sched": [ { @@ -15361,42 +9330,46 @@ ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "10/05", + "session": "FN" + } + }, + "HSS F232": { + "name": "Intro to Dev Studies", + "sections": { + "L1": { "instructors": [ - "B Mishra" + "SUCHISMITA SATPATHY" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 9 + 4 ] } ] - }, - "T2": { - "instructors": [ - "Nirman Ganguly" - ], - "sched": [] } }, "compre": { - "date": "14/12", + "date": "10/05", "session": "FN" } }, - "MATH F214": { - "name": "Elementary Real Analysis", + "HSS F235": { + "name": "Introductory Philosophy", "sections": { "L1": { "instructors": [ - "MANISH KUMAR", - "Jhuma Sen Gupta" + "JAYESH A K" ], "sched": [ { @@ -15407,46 +9380,50 @@ "F" ], "hours": [ - 3 + 9 ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "12/05", + "session": "AN" + } + }, + "HSS F236": { + "name": "Symbolic Logic", + "sections": { + "L1": { "instructors": [ - "Jhuma Sen Gupta" + "PRANESH BHARGAVA" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 9 ] } ] - }, - "T2": { - "instructors": [ - "Manish Kumar" - ], - "sched": [] } }, "compre": { - "date": "07/12", - "session": "FN" + "date": "12/05", + "session": "AN" } }, - "MATH F215": { - "name": "Algebra I", + "HSS F237": { + "name": "Contemporary Indian English Fiction", "sections": { "L1": { "instructors": [ - "PRATYUSHA CHATTOPADH", - "Santanu Koley" + "MAYA VINAY" ], "sched": [ { @@ -15461,41 +9438,73 @@ ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "17/05", + "session": "AN" + } + }, + "HSS F244": { + "name": "Crime and New Media", + "sections": { + "L1": { "instructors": [ - "Santanu Koley" + "ANHITI PATNAIK" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 8 + 7 ] } ] - }, - "T2": { + } + }, + "compre": { + "date": "18/05", + "session": "AN" + } + }, + "HSS F245": { + "name": "Gender Science and Technology", + "sections": { + "L1": { "instructors": [ - "Pratyusha Chattopadhyaa" + "ASWATHY RAVEENDRAN" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 7 + ] + } + ] } }, "compre": { - "date": "04/12", + "date": "18/05", "session": "AN" } }, - "MATH F231": { - "name": "Number Theory", + "HSS F248": { + "name": "Introduction to Disability Studies", "sections": { "L1": { "instructors": [ - "DEBOPAM CHAKRABORTH" + "SHILPAA ANAND" ], "sched": [ { @@ -15506,35 +9515,34 @@ "F" ], "hours": [ - 7 + 4 ] } ] } }, "compre": { - "date": "02/12", + "date": "03/05", "session": "FN" } }, - "MATH F266": { + "HSS F266": { "name": "Study Project", "sections": { "L1": { "instructors": [ - "MANISH KUMAR" + "PRANESH BHARGAVA" ], "sched": [] } } }, - "MATH F311": { - "name": "Introduction to Topology", + "HSS F317": { + "name": "Intro to Globalization", "sections": { "L1": { "instructors": [ - "SHARAN GOPAL", - "Deepika" + "SUCHISMITA SATPATHY" ], "sched": [ { @@ -15545,96 +9553,158 @@ "F" ], "hours": [ - 9 + 7 ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "18/05", + "session": "AN" + } + }, + "HSS F322": { + "name": "Social and Political Ecology", + "sections": { + "L1": { "instructors": [ - "Sharan Gopal" + "LAVANYA SURESH" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" + ], + "hours": [ + 4 + ] + } + ] + } + }, + "compre": { + "date": "03/05", + "session": "FN" + } + }, + "HSS F325": { + "name": "Cinematic Adaptation", + "sections": { + "L1": { + "instructors": [ + "SHILPAA ANAND" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" + ], + "hours": [ + 5 + ] + } + ] + } + }, + "compre": { + "date": "17/05", + "session": "AN" + } + }, + "HSS F328": { + "name": "Human Resources Dev", + "sections": { + "L1": { + "instructors": [ + "SWATI ALOK" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T", + "Th", + "S" ], "hours": [ - 8 + 5 ] } ] - }, - "T2": { - "instructors": [ - "Deepika" - ], - "sched": [] } }, "compre": { - "date": "09/12", + "date": "17/05", "session": "AN" } }, - "MATH F312": { - "name": "Ordinary Diff Equations", + "HSS F332": { + "name": "Cinematic Art", "sections": { "L1": { "instructors": [ - "G MURALI MOHAN REDDY", - "K Bhargav Kumar" + "SPANDAN BHATTACHARYA" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ 5 ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "17/05", + "session": "AN" + } + }, + "HSS F338": { + "name": "Comparative Indian Lit", + "sections": { + "L1": { "instructors": [ - "K Bhargav Kumar" + "MG PRASUNA" ], "sched": [ { "room": "NA", "days": [ - "T" + "M", + "W", + "F" ], "hours": [ - 7 + 4 ] } ] - }, - "T2": { - "instructors": [ - "G Murali Mohan Reddy" - ], - "sched": [] } }, "compre": { - "date": "02/12", - "session": "AN" + "date": "03/05", + "session": "FN" } }, - "MATH F313": { - "name": "Numerical Analysis", + "HSS F340": { + "name": "Post Colonial Literature", "sections": { "L1": { "instructors": [ - "A RAMU", - "TSL Radhika" + "MAYA VINAY" ], "sched": [ { @@ -15649,85 +9719,46 @@ ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "03/05", + "session": "FN" + } + }, + "HSS F363": { + "name": "Disaster and Development", + "sections": { + "L1": { "instructors": [ - "TSL Radhika" + "BISWANATH DASH" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 8 + 5 ] } ] - }, - "T2": { - "instructors": [ - "A Ramu" - ], - "sched": [] } }, "compre": { - "date": "16/12", + "date": "17/05", "session": "AN" } }, - "MATH F366": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "PTV PRAVEEN KUMAR" - ], - "sched": [] - } - } - }, - "MATH F367": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "PTV PRAVEEN KUMAR" - ], - "sched": [] - } - } - }, - "MATH F376": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "TSL RADHIKA" - ], - "sched": [] - } - } - }, - "MATH F377": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "TSL RADHIKA" - ], - "sched": [] - } - } - }, - "MATH F421": { - "name": "Combinatorial Mathematics", + "HSS F365": { + "name": "Science of Sustainable Happiness", "sections": { "L1": { "instructors": [ - "SABYASACHI DEY" + "ARUNA LOLLA" ], "sched": [ { @@ -15738,23 +9769,23 @@ "F" ], "hours": [ - 3 + 9 ] } ] } }, "compre": { - "date": "07/12", + "date": "12/05", "session": "AN" } }, - "MATH F432": { - "name": "Applied Statistical Methods", + "HSS F368": { + "name": "Asian Cinemas and Cultures", "sections": { "L1": { "instructors": [ - "V VENKATA HARA GOPAL" + "SPANDAN BHATTACHARYA" ], "sched": [ { @@ -15765,84 +9796,77 @@ "F" ], "hours": [ - 2 + 3 ] } ] } }, "compre": { - "date": "11/12", - "session": "AN" + "date": "08/05", + "session": "FN" } }, - "MATH G521": { - "name": "Applied Functional Analysis", + "INSTR F241": { + "name": "Microproc & Interfacing", "sections": { "L1": { "instructors": [ - "KISHORE KUMAR" + "RUNA KUMARI" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ 2 ] } ] - } - }, - "compre": { - "date": "11/12", - "session": "AN" - } - }, - "ME F112": { - "name": "Workshop Practice", - "sections": { - "L1": { + }, + "L2": { "instructors": [ - "N Suresh Kumar Reddy" + "Subhradeep Pal" ], "sched": [ { "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 1 + 2 ] } ] }, - "P1": { + "L3": { "instructors": [ - "N SURESH KUMAR REDDY" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 2, - 3, - 4 + 2 ] } ] }, - "P2": { + "P1": { "instructors": [ - "Ahsan Ul Haq" + "Runa Kumari" ], "sched": [ { @@ -15851,58 +9875,66 @@ "F" ], "hours": [ - 2, - 3, - 4 + 7, + 8 ] } ] }, - "P3": { + "P2": { "instructors": [ - "Sreejith S" + "Subhradeep Pal" ], "sched": [ { "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 2, - 3, - 4 + 7, + 8 ] } ] }, - "P5": { + "P4": { "instructors": [ - "Ahsan Ul Haq" + "Karumbaiah Chappanda Nan" ], "sched": [ { "room": "NA", "days": [ - "M" + "Th" ], "hours": [ 7, - 8, - 9 + 8 ] } ] }, - "P7": { + "P3": { "instructors": [ - "Shaik Ayub Mohiddin" + "Karumbaiah Chappanda Nan" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 7, + 8 + ] + } + ] }, - "P4": { + "P6": { "instructors": [ - "Shaik Ayub Mohiddin" + "Prashant Wali" ], "sched": [ { @@ -15911,28 +9943,49 @@ "W" ], "hours": [ - 7, - 8, - 9 + 4, + 5 ] } ] }, - "P9": { + "P8": { "instructors": [ - "Pawan Kumar Chauhan" + "Ramakant" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 7, + 8 + ] + } + ] }, - "P11": { + "P5": { "instructors": [ - "Vardhanapu Muralidhar" + "Prashant Wali" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 4, + 5 + ] + } + ] }, - "P6": { + "P10": { "instructors": [ - "Ronanki Suresh" + "Ramakant" ], "sched": [ { @@ -15942,484 +9995,519 @@ ], "hours": [ 7, - 8, - 9 + 8 ] } ] - } - } - }, - "ME F211": { - "name": "Mechanics of Solids", - "sections": { - "L1": { + }, + "P12": { + "instructors": [ + "Sandeep Kumar" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 4, + 5 + ] + } + ] + }, + "P7": { "instructors": [ - "AMIT KUMAR GUPTA" + "Subhradeep Pal" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "M" ], "hours": [ - 3 + 7, + 8 ] } ] }, - "T1": { + "P14": { "instructors": [ - "Sangam Srikanth" + "S K Sahoo" ], "sched": [ { "room": "NA", "days": [ - "T" + "Th" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T2": { + "P16": { "instructors": [ - "J Murali Mohan" + "Anil Kumar U" ], "sched": [ { "room": "NA", "days": [ - "T" + "F" ], "hours": [ - 1 + 4, + 5 ] } ] }, - "T3": { + "P9": { "instructors": [ - "Akhil Bhardwaj" + "Ramakant" ], "sched": [ { "room": "NA", "days": [ - "T" + "W" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T4": { + "P18": { "instructors": [ - "Amit Kumar Gupta" + "G Sahith" + ], + "sched": [] + }, + "P20": { + "instructors": [ + "G Sahith" + ], + "sched": [] + }, + "P11": { + "instructors": [ + "Sandeep Kumar" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ - 1 + 4, + 5 ] } ] - } - }, - "compre": { - "date": "07/12", - "session": "FN" - } - }, - "ME F212": { - "name": "Fluid Mechanics", - "sections": { - "L1": { + }, + "P22": { "instructors": [ - "SUPRADEEPAN K" + "Samit Kumar Ghosh" + ], + "sched": [] + }, + "P24": { + "instructors": [ + "Samit Kumar Ghosh" + ], + "sched": [] + }, + "P13": { + "instructors": [ + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "F" ], "hours": [ + 4, 5 ] } ] }, - "T1": { + "P26": { "instructors": [ - "V Venkateswara Rao" + "K Avinash" + ], + "sched": [] + }, + "P28": { + "instructors": [ + "K Avinash" + ], + "sched": [] + }, + "P15": { + "instructors": [ + "S K Sahoo" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 9 + 7, + 8 ] } ] }, - "T2": { + "P30": { "instructors": [ - "Deepak Nabapure" + "Anil Kumar U" + ], + "sched": [] + }, + "P32": { + "instructors": [ + "Samit Kumar Ghosh" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "Runa Kumari" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 9 + 1 ] } ] }, - "T3": { + "T2": { "instructors": [ - "Kalyani Panigrahi" + "Runa Kumari" ], "sched": [ { "room": "NA", "days": [ - "Th" + "W" ], "hours": [ - 9 + 1 ] } ] }, - "T4": { + "T3": { "instructors": [ - "Supradeepan K" + "Soumya J" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 9 + 1 ] } ] - } - }, - "compre": { - "date": "04/12", - "session": "AN" - } - }, - "ME F213": { - "name": "Materials Science & Engg", - "sections": { - "L1": { + }, + "T4": { "instructors": [ - "SUJITH R" + "Soumya J" ], "sched": [ { "room": "NA", "days": [ - "M", "W" ], "hours": [ - 2 + 1 ] } ] }, - "T1": { + "T5": { "instructors": [ - "Jella Gangadhar" + "Subhradeep Pal" ], "sched": [ { "room": "NA", "days": [ - "F" + "M" ], "hours": [ - 2 + 1 ] } ] }, - "T2": { + "T6": { "instructors": [ - "Amar S D" + "Subhradeep Pal" ], "sched": [ { "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 2 + 1 ] } ] }, - "T3": { + "T7": { "instructors": [ - "Ankit Sharma" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "F" + "M" ], "hours": [ - 2 + 1 ] } ] }, - "T4": { + "T8": { "instructors": [ - "Sujith R" + "Sanjay Vidhyadharan" ], "sched": [ { "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 2 + 1 ] } ] - } - }, - "compre": { - "date": "11/12", - "session": "FN" - } - }, - "ME F214": { - "name": "Applied Thermodynamics", - "sections": { - "L1": { + }, + "T9": { "instructors": [ - "SATISH K DUBEY" + "Chetan Kumar V" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M" ], "hours": [ - 4 + 1 ] } ] }, - "T1": { + "T10": { "instructors": [ - "A Uday Kumar" + "Chetan Kumar V" ], "sched": [ { "room": "NA", "days": [ - "S" + "W" ], "hours": [ 1 ] } ] - }, - "T2": { + } + }, + "compre": { + "date": "05/05", + "session": "FN" + } + }, + "INSTR F244": { + "name": "Microelectronic Circuits", + "sections": { + "L1": { "instructors": [ - "Sunkara Prudhvi Raj" + "PARIKSHIT PARSHURAM S" ], "sched": [ { "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 1 + 3 ] } ] }, - "T3": { + "L2": { "instructors": [ - "R Naresh" + "Sayan Kanungo" ], "sched": [ { "room": "NA", "days": [ + "T", + "Th", "S" ], "hours": [ - 1 + 3 ] } ] }, - "T4": { + "T1": { "instructors": [ - "Satish K Dubey" + "Sayan Kanungo" ], "sched": [ { "room": "NA", "days": [ - "S" + "M" ], "hours": [ 1 ] } ] - } - }, - "compre": { - "date": "14/12", - "session": "FN" - } - }, - "ME F242": { - "name": "Ic Engines", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "N JALAIAH" + "Surya Shankar Dan" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "T" ], "hours": [ - 8 + 9 ] } ] }, - "T1": { + "T3": { "instructors": [ - "N Jalaiah" + "Surya Shankar Dan" ], "sched": [ { "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 8 + 6 ] } ] }, - "T2": { + "T4": { "instructors": [ - "B Sravya" + "Parikshit Parshuram Sahatiy" ], "sched": [ { "room": "NA", "days": [ - "F" + "M" ], "hours": [ - 8 + 1 ] } ] }, - "T3": { + "T5": { "instructors": [ - "P Ankamma Rao" + "Parikshit Parshuram Sahatiy" ], "sched": [ { "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 8 + 1 ] } ] }, - "T4": { + "T6": { "instructors": [ - "K Sanjay" + "Renuka.H" ], "sched": [ { "room": "NA", "days": [ - "F" + "W" ], "hours": [ - 8 + 1 ] } ] } }, "compre": { - "date": "03/12", - "session": "FN" + "date": "15/05", + "session": "AN" } }, - "ME F266": { + "INSTR F266": { "name": "Study Project", "sections": { "L1": { "instructors": [ - "SUJITH R" + "SUBHRADEEP PAL" ], "sched": [] } } }, - "ME F312": { - "name": "Adv Mechanics of Solids", + "INSTR F311": { + "name": "Electro Inst & Inst Tech", "sections": { "L1": { "instructors": [ - "PAVAN KUMAR P" + "KARUMBAIAH CHAPPANDA" ], "sched": [ { @@ -16430,14 +10518,14 @@ "F" ], "hours": [ - 4 + 5 ] } ] }, - "T1": { + "P1": { "instructors": [ - "Srinivasa Murali Kartheek S" + "Karumbaiah Chappanda Nan" ], "sched": [ { @@ -16446,129 +10534,133 @@ "M" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T2": { + "P2": { + "instructors": [ + "Sarda Sharma" + ], + "sched": [] + }, + "T1": { "instructors": [ - "P Chennakesava Sai" + "Karumbaiah Chappanda Nan" ], "sched": [ { "room": "NA", "days": [ - "M" + "Th" ], "hours": [ 1 ] } ] - }, - "T3": { + } + }, + "compre": { + "date": "06/05", + "session": "FN" + } + }, + "INSTR F341": { + "name": "Analog Electronics", + "sections": { + "L1": { "instructors": [ - "Pavan Kumar P" + "PONNALAGU R N" ], "sched": [ { "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] }, - "T4": { + "L2": { "instructors": [ - "Jose Santo" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 1 + 4 ] } ] - } - }, - "compre": { - "date": "16/12", - "session": "AN" - } - }, - "ME F342": { - "name": "Computer Aided Design", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "SP REGALLA" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "M" ], "hours": [ + 7, 8 ] } ] }, - "P1": { + "P2": { "instructors": [ - "Gandla Praveen Kumar" + "Prasant Kumar P" ], "sched": [ { "room": "NA", "days": [ - "M" + "W" ], "hours": [ - 6, - 7 + 7, + 8 ] } ] }, - "P2": { + "P3": { "instructors": [ - "P V Sai Divya" + "Prasant Kumar P" ], "sched": [ { "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 6, - 7 + 10, + 11 ] } ] }, - "P4": { - "instructors": [ - "Chithajalu Kiran Sagar" - ], - "sched": [] - }, - "P3": { + "P5": { "instructors": [ - "Chithajalu Kiran Sagar" + "Amit Kumar Panda" ], "sched": [ { @@ -16577,21 +10669,21 @@ "Th" ], "hours": [ - 8, - 9 + 10, + 11 ] } ] }, - "P6": { + "P7": { "instructors": [ - "Gandla Praveen Kumar" + "Mary Vallankanni Manik" ], "sched": [] }, - "T1": { + "P4": { "instructors": [ - "SP Regalla" + "Amit Kumar Panda" ], "sched": [ { @@ -16600,95 +10692,65 @@ "F" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T2": { + "P9": { "instructors": [ - "Veeraiahgari Vamshi" + "Mary Vallankanni Manik" ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 1 - ] - } - ] + "sched": [] }, - "T3": { + "P11": { "instructors": [ - "Lanka Tata Rao" + "Sravankumar Vittapu" ], - "sched": [ - { - "room": "NA", - "days": [ - "F" - ], - "hours": [ - 1 - ] - } - ] + "sched": [] }, - "T4": { + "T1": { "instructors": [ - "Kolla Lakshman Rao" + "Ponnalagu R N" ], "sched": [ { "room": "NA", "days": [ - "F" + "T" ], "hours": [ 1 ] } ] - } - }, - "compre": { - "date": "03/12", - "session": "FN" - } - }, - "ME F343": { - "name": "Mechanical Vibrations", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "BRAJESH KUMAR PANIGR" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 9 + 1 ] } ] }, - "T1": { + "T3": { "instructors": [ - "Brajesh Kumar Panigrahi" + "Prasant Kumar P" ], "sched": [ { "room": "NA", "days": [ - "W" + "T" ], "hours": [ 1 @@ -16696,133 +10758,67 @@ } ] }, - "T2": { + "T4": { "instructors": [ - "YV Daseswara Rao" + "Prasant Kumar P" ], "sched": [ { "room": "NA", "days": [ - "W" + "S" ], "hours": [ 1 ] } ] - } - }, - "compre": { - "date": "09/12", - "session": "AN" - } - }, - "ME F366": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "AMRITHA PRIYADARSHINI" - ], - "sched": [] - } - } - }, - "ME F367": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "AMRITHA PRIYADARSHINI" - ], - "sched": [] - } - } - }, - "ME F376": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "NITIN RAMESH K" - ], - "sched": [] - } - } - }, - "ME F377": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "NITIN RAMESH K" - ], - "sched": [] - } - } - }, - "ME F414": { - "name": "Fuel Cell Science and Technology", - "sections": { - "L1": { + }, + "T5": { "instructors": [ - "SUJITH R", - "Prabakaran Saravanan" + "BVVSN Prabhakar Rao" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 2 + 1 ] } ] - } - }, - "compre": { - "date": "05/12", - "session": "AN" - } - }, - "ME F418": { - "name": "Rocket and Spacecraft Propulsion", - "sections": { - "L1": { + }, + "T6": { "instructors": [ - "SUPRADEEPAN K" + "Ponnalagu R N" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", "S" ], "hours": [ - 2 + 1 ] } ] } }, "compre": { - "date": "05/12", + "date": "10/05", "session": "AN" } }, - "ME F424": { - "name": "Energy Management", + "INSTR F342": { + "name": "Power Electronics", "sections": { "L1": { "instructors": [ - "S S DESHMUKH" + "SUDHA RADHIKA", + "Ankur Bhattacharjee" ], "sched": [ { @@ -16833,176 +10829,190 @@ "S" ], "hours": [ - 4 + 5 ] } ] - } - }, - "compre": { - "date": "14/12", - "session": "AN" - } - }, - "ME F425": { - "name": "Additive Manufacturing", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "SP REGALLA" + "Sudha Radhika" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "F" ], "hours": [ - 4 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "14/12", - "session": "AN" - } - }, - "ME F426": { - "name": "Industry 4.0 in Manufacturing", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "N SURESH KUMAR REDDY", - "Amit Kumar Gupta", - "Kundan Kumar Singh", - "Prabakaran Saravanan" + "Sudha Radhika" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 5 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "04/12", - "session": "FN" - } - }, - "ME F432": { - "name": "Computer Aided Manufact", - "sections": { - "L1": { + }, + "P3": { "instructors": [ - "KURRA SURESH" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 5 + 8, + 9 ] } ] - } - }, - "compre": { - "date": "04/12", - "session": "FN" - } - }, - "ME F443": { - "name": "Quali Contro Assur & Rel", - "sections": { - "L1": { + }, + "P5": { "instructors": [ - "AMRITHA PRIYADARSHINI" + "Amar Kumar Verma" + ], + "sched": [] + }, + "P6": { + "instructors": [ + "Renuka Loka" + ], + "sched": [] + }, + "P8": { + "instructors": [ + "Amar Kumar Verma" + ], + "sched": [] + }, + "P9": { + "instructors": [ + "Nawin Ra" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "Sudha Radhika" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 3 + 7 ] } ] - } - }, - "compre": { - "date": "08/12", - "session": "FN" - } - }, - "ME G511": { - "name": "Mechanisms & Robotics", - "sections": { - "L1": { + }, + "T2": { "instructors": [ - "YV DASESWARA RAO" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 4 + 7 ] } ] }, - "P1": { + "T3": { "instructors": [ - "YV Daseswara Rao" + "Ankur Bhattacharjee" ], "sched": [ { "room": "NA", "days": [ - "W", - "F" + "Th" ], "hours": [ - 7, - 8, - 9 + 1 ] } ] } + }, + "compre": { + "date": "17/05", + "session": "AN" + } + }, + "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": [] + } } }, - "ME G512": { - "name": "Finite Element Method", + "INSTR F419": { + "name": "Virtual Instrumentation", "sections": { "L1": { "instructors": [ - "AMOL VUPPULURI" + "RAJESH KUMAR TRIPATHY" ], "sched": [ { @@ -17013,36 +11023,46 @@ "F" ], "hours": [ - 2 + 4 ] } ] }, "P1": { "instructors": [ - "Pavandatta Jadhav" + "Rajesh Kumar Tripathy" ], "sched": [ { "room": "NA", "days": [ - "M" + "F" ], "hours": [ - 8, - 9 + 10, + 11 ] } ] + }, + "P2": { + "instructors": [ + "Pranjali Gajbhiye" + ], + "sched": [] } + }, + "compre": { + "date": "03/05", + "session": "FN" } }, - "ME G514": { - "name": "Turbomachinery", + "IS F311": { + "name": "Computer Graphics", "sections": { "L1": { "instructors": [ - "JEEVAN JAIDI" + "TATHAGAT RAY" ], "sched": [ { @@ -17053,120 +11073,129 @@ "F" ], "hours": [ - 2 + 9 ] } ] - }, - "P1": { + } + }, + "compre": { + "date": "12/05", + "session": "FN" + } + }, + "IS F341": { + "name": "Software Engineering", + "sections": { + "L1": { "instructors": [ - "Ramayee L" + "NARASIMHA BOLLOJU" ], "sched": [ { "room": "NA", "days": [ - "M", - "F" + "T", + "Th", + "S" ], "hours": [ - 8, - 9 + 5 ] } ] - } - }, - "compre": { - "date": "11/12", - "session": "FN" - } - }, - "ME G516": { - "name": "Energy Systems Engineering", - "sections": { - "L1": { + }, + "P1": { "instructors": [ - "S S DESHMUKH" + "Narasimha Bolloju" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th" ], "hours": [ - 3 + 8, + 9 ] } ] }, - "P1": { + "P2": { + "instructors": [ + "Ramisetty Kavya" + ], + "sched": [] + } + }, + "compre": { + "date": "17/05", + "session": "FN" + } + }, + "IS F462": { + "name": "Network Programming", + "sections": { + "L1": { "instructors": [ - "S S Deshmukh" + "PARESH SAXENA" ], "sched": [ { "room": "NA", "days": [ "T", - "Th" + "Th", + "S" ], "hours": [ - 6, - 7 + 5 ] } ] - }, - "P2": { - "instructors": [ - "Kandukuri Prudviraj" - ], - "sched": [] } }, "compre": { - "date": "07/12", + "date": "17/05", "session": "FN" } }, - "ME G532": { - "name": "Machine Tool Engineering", + "MATH F213": { + "name": "Discrete Mathematics", "sections": { "L1": { "instructors": [ - "KUNDAN KUMAR SINGH" + "PK SAHOO" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 2 + 5 ] } ] }, - "P1": { + "L2": { "instructors": [ - "Wankhede Pankaj Rambhau" + "Nirman Ganguly" ], "sched": [ { "room": "NA", "days": [ - "M", - "F" + "T", + "Th", + "S" ], "hours": [ - 4, 5 ] } @@ -17174,16 +11203,16 @@ } }, "compre": { - "date": "11/12", + "date": "17/05", "session": "FN" } }, - "ME G533": { - "name": "Cond & Rad Heat Transfer", + "MATH F231": { + "name": "Number Theory", "sections": { "L1": { "instructors": [ - "SANTANU PRASAD DATTA" + "ROHIT GUPTA" ], "sched": [ { @@ -17194,78 +11223,82 @@ "F" ], "hours": [ - 2 + 7 ] } ] - }, - "P1": { + } + }, + "compre": { + "date": "18/05", + "session": "AN" + } + }, + "MATH F241": { + "name": "Mathematical Methods", + "sections": { + "L1": { "instructors": [ - "Y S Prasanna" + "SANTANU KOLEY" ], "sched": [ { "room": "NA", "days": [ "M", + "W", "F" ], "hours": [ - 8, - 9 + 2 ] } ] - } - } - }, - "ME G535": { - "name": "Adv Engg Mathematics", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "KRC MURTHY" + "Santanu Koley" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 9 ] } ] }, - "P1": { + "T2": { "instructors": [ - "KRC Murthy" + "K Panduranga" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "Th" ], "hours": [ - 4, - 5 + 9 ] } ] } + }, + "compre": { + "date": "01/05", + "session": "FN" } }, - "ME G536": { - "name": "Thermal Equipment Design", + "MATH F242": { + "name": "Operations Research", "sections": { "L1": { "instructors": [ - "SANTANU PRASAD DATTA" + "DK SATPATHI" ], "sched": [ { @@ -17276,31 +11309,30 @@ "S" ], "hours": [ - 5 + 3 ] } ] }, - "P1": { + "T1": { "instructors": [ - "K Monika" + "DK Satpathi" ], "sched": [ { "room": "NA", "days": [ - "W" + "M" ], "hours": [ - 4, - 5 + 1 ] } ] }, - "P2": { + "T2": { "instructors": [ - "K Monika" + "DK Satpathi" ], "sched": [ { @@ -17309,24 +11341,29 @@ "W" ], "hours": [ - 9, - 10 + 1 ] } ] + }, + "T3": { + "instructors": [ + "Vipin V" + ], + "sched": [] } }, "compre": { - "date": "04/12", + "date": "15/05", "session": "AN" } }, - "ME G537": { - "name": "Cryogenic Engineering", + "MATH F243": { + "name": "Graphs and Networks", "sections": { "L1": { "instructors": [ - "R PARAMESHWARAN" + "A MICHAEL ALPHONSE" ], "sched": [ { @@ -17337,40 +11374,38 @@ "S" ], "hours": [ - 4 + 2 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Gi Venkata Naga Trivedi" + "A Michael Alphonse" ], "sched": [ { "room": "NA", "days": [ - "M" + "T" ], "hours": [ - 9, - 10 + 9 ] } ] }, - "P2": { + "T2": { "instructors": [ - "Gi Venkata Naga Trivedi" + "Sajith P" ], "sched": [ { "room": "NA", "days": [ - "F" + "T" ], "hours": [ - 8, 9 ] } @@ -17378,109 +11413,86 @@ } }, "compre": { - "date": "14/12", + "date": "05/05", "session": "FN" } }, - "ME G621": { - "name": "Fluid Dynamics", + "MATH F244": { + "name": "Measure & Integration", "sections": { "L1": { "instructors": [ - "PARDHA SARADHI GURUG" + "K BHARGAV KUMAR" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 5 + 3 ] } ] }, - "P1": { - "instructors": [ - "KRC Murthy" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 8, - 9, - 10 - ] - } - ] - } - } - }, - "ME G641": { - "name": "Theory of Elasticity & Plast", - "sections": { - "L1": { + "T1": { "instructors": [ - "BRAJESH KUMAR PANIGR" + "K Bhargav Kumar" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T" ], "hours": [ - 3 + 1 ] } ] }, - "P1": { + "T2": { "instructors": [ - "C Anand Badrish" + "Faiz Imam" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "T" ], "hours": [ - 6, - 7 + 1 ] } ] - }, - "P2": { + } + }, + "compre": { + "date": "08/05", + "session": "AN" + } + }, + "MATH F266": { + "name": "Study Project", + "sections": { + "L1": { "instructors": [ - "C Anand Badrish" + "ANIL NEMILI" ], "sched": [] } - }, - "compre": { - "date": "07/12", - "session": "FN" } }, - "MEL G611": { - "name": "Ic Fabrication Technology", + "MATH F314": { + "name": "Algebra-ii", "sections": { "L1": { "instructors": [ - "PARIKSHIT PARSHURAM S" + "PRATYUSHA CHATTOPADH" ], "sched": [ { @@ -17491,59 +11503,23 @@ "S" ], "hours": [ - 3 - ] - } - ] - }, - "P1": { - "instructors": [ - "Parikshit Parshuram Sahatiy" - ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W" - ], - "hours": [ - 8, - 9 + 2 ] } ] - }, - "P2": { - "instructors": [ - "Sanket Goel" - ], - "sched": [] - }, - "P3": { - "instructors": [ - "Sohan Dudala" - ], - "sched": [] - }, - "P4": { - "instructors": [ - "Venkatarao Selamneni" - ], - "sched": [] } }, "compre": { - "date": "08/12", - "session": "FN" + "date": "05/05", + "session": "AN" } }, - "MEL G621": { - "name": "Vlsi Design", + "MATH F341": { + "name": "Intro to Functional Anal", "sections": { "L1": { "instructors": [ - "S K CHATTERJEE" + "JHUMA SEN GUPTA" ], "sched": [ { @@ -17554,14 +11530,14 @@ "S" ], "hours": [ - 2 + 4 ] } ] }, - "P1": { + "T1": { "instructors": [ - "S K Chatterjee" + "Jhuma Sen Gupta" ], "sched": [ { @@ -17570,138 +11546,98 @@ "T" ], "hours": [ - 8, - 9 + 7 ] } ] }, - "P2": { - "instructors": [ - "Arun Mohan B" - ], - "sched": [] - }, - "P3": { - "instructors": [ - "Chowta Mallikharjunarao" - ], - "sched": [] - }, - "P4": { + "T2": { "instructors": [ - "S K Chatterjee" + "Aleena Philip" ], "sched": [ { "room": "NA", "days": [ - "F" + "T" ], "hours": [ - 8, - 9 + 7 ] } ] } }, "compre": { - "date": "05/12", + "date": "10/05", "session": "AN" } }, - "MEL G622": { - "name": "Intro to Artif Neural Net", + "MATH F342": { + "name": "Differential Geometry", "sections": { "L1": { "instructors": [ - "RAJESH KUMAR TRIPATHY" + "SUMIT KUMAR V" ], "sched": [ { "room": "NA", "days": [ "T", - "Th" + "Th", + "S" ], "hours": [ - 7 + 5 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Rajesh Kumar Tripathy" + "Sumit Kumar V" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "T" ], "hours": [ - 5, - 6 + 8 ] } ] }, - "P2": { - "instructors": [ - "Anil Kumar U" - ], - "sched": [] - }, - "P3": { - "instructors": [ - "Pranjali Gajbhiye" - ], - "sched": [] - } - }, - "compre": { - "date": "01/12", - "session": "AN" - } - }, - "MEL G624": { - "name": "Adv Vlsi Architectures", - "sections": { - "L1": { + "T2": { "instructors": [ - "CHETAN KUMAR V", - "G Sahith", - "Sharvani Gadgil" + "Sumit Kumar V" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 2 + 8 ] } ] } }, "compre": { - "date": "11/12", - "session": "FN" + "date": "17/05", + "session": "AN" } }, - "MEL G626": { - "name": "Vlsi Test & Testability", + "MATH F343": { + "name": "Partial Diff Equations", "sections": { "L1": { "instructors": [ - "SAROJ MONDAL" + "G MURALI MOHAN REDDY" ], "sched": [ { @@ -17712,79 +11648,55 @@ "F" ], "hours": [ - 4 + 9 ] } ] - } - }, - "compre": { - "date": "16/12", - "session": "AN" - } - }, - "MEL G631": { - "name": "Physics and Modelling of Microelectronic Devices", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "SURYA SHANKAR DAN" + "G Murali Mohan Reddy" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 2 + 7 ] } ] }, - "P1": { + "T2": { "instructors": [ - "Surya Shankar Dan" + "Simran Arora" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "Th" ], "hours": [ - 10, - 11 + 7 ] } ] } }, "compre": { - "date": "11/12", + "date": "12/05", "session": "FN" } }, - "MF F266": { - "name": "Study Project", - "sections": { - "L1": { - "instructors": [ - "SUJITH R" - ], - "sched": [] - } - } - }, - "MF F311": { - "name": "Mechatronics & Automat", + "MATH F353": { + "name": "Statistical Infer & App", "sections": { "L1": { "instructors": [ - "ARSHAD JAVED" + "FARIDA PARVEZ BARBHUI" ], "sched": [ { @@ -17795,90 +11707,121 @@ "S" ], "hours": [ - 4 + 5 ] } ] - }, - "P1": { + } + }, + "compre": { + "date": "17/05", + "session": "FN" + } + }, + "MATH F354": { + "name": "Complex Analysis", + "sections": { + "L1": { "instructors": [ - "Arshad Javed" + "NIJJWAL KARAK" ], "sched": [ { "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 5, - 6 + 3 ] } ] - }, - "P2": { - "instructors": [ - "G Lakshmi Srinivas" - ], - "sched": [] } }, "compre": { - "date": "14/12", - "session": "AN" + "date": "08/05", + "session": "FN" } }, - "MF F366": { + "MATH F366": { "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "AMRITHA PRIYADARSHINI" + "ANIL NEMILI" ], "sched": [] } } }, - "MF F367": { + "MATH F367": { "name": "Laboratory Project", "sections": { "L1": { "instructors": [ - "AMRITHA PRIYADARSHINI" + "ANIL NEMILI" ], "sched": [] } } }, - "MF F376": { + "MATH F376": { "name": "Design Project", "sections": { "L1": { "instructors": [ - "NITIN RAMESH K" + "JAGAN MOHAN J" ], "sched": [] } } }, - "MF F377": { + "MATH F377": { "name": "Design Project", "sections": { "L1": { "instructors": [ - "NITIN RAMESH K" + "JAGAN MOHAN J" ], "sched": [] } } }, - "MF F421": { - "name": "Supply Chain Management", + "MATH F421": { + "name": "Combinatorial Mathematics", "sections": { "L1": { "instructors": [ - "C P KIRAN" + "DEBOPAM CHAKRABORTH" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 9 + ] + } + ] + } + }, + "compre": { + "date": "12/05", + "session": "FN" + } + }, + "MATH F423": { + "name": "Introduction to Algebraic Topology", + "sections": { + "L1": { + "instructors": [ + "SHARAN GOPAL" ], "sched": [ { @@ -17896,17 +11839,16 @@ } }, "compre": { - "date": "08/12", + "date": "15/05", "session": "FN" } }, - "MGTS F211": { - "name": "Principles of Management", + "MATH F441": { + "name": "Discrete Maths Struc", "sections": { "L1": { "instructors": [ - "SWATI ALOK", - "Rajthilak R" + "SABYASACHI DEY" ], "sched": [ { @@ -17917,98 +11859,172 @@ "F" ], "hours": [ - 9 + 7 ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "18/05", + "session": "AN" + } + }, + "MATH F456": { + "name": "Cosmology", + "sections": { + "L1": { "instructors": [ - "Swati Alok" + "B MISHRA" ], "sched": [ { "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 1 + 2 ] } ] } }, "compre": { - "date": "09/12", - "session": "FN" + "date": "01/05", + "session": "AN" } }, - "MSE G511": { - "name": "Mechatronics", + "MATH F471": { + "name": "Nonlinear Optimization", "sections": { "L1": { "instructors": [ - "ARSHAD JAVED" + "K VENKATA RATNAM" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W", + "F" ], "hours": [ - 4 + 2 + ] + } + ] + } + }, + "compre": { + "date": "01/05", + "session": "AN" + } + }, + "ME F218": { + "name": "Advanced Mechanics of Solids", + "sections": { + "L1": { + "instructors": [ + "BRAJESH KUMAR PANIGR" + ], + "sched": [ + { + "room": "NA", + "days": [ + "M", + "W", + "F" + ], + "hours": [ + 2 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Arshad Javed" + "Jagan Mohan Ponnada" ], "sched": [ { "room": "NA", "days": [ - "W" + "T" + ], + "hours": [ + 9 + ] + } + ] + }, + "T2": { + "instructors": [ + "Akhil Bhardwaj" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 9 + ] + } + ] + }, + "T4": { + "instructors": [ + "Brajesh Kumar Panigrahi" + ], + "sched": [] + }, + "T3": { + "instructors": [ + "P V Sai Divya" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" ], "hours": [ - 5, - 6 + 9 ] } ] }, - "P2": { + "T6": { "instructors": [ - "G Lakshmi Srinivas" + "Brajesh Kumar Panigrahi" ], "sched": [] } }, "compre": { - "date": "14/12", - "session": "AN" + "date": "01/05", + "session": "FN" } }, - "MST F331": { - "name": "Materials Characterization", + "ME F219": { + "name": "Manufacturing Processes", "sections": { "L1": { "instructors": [ - "KARTHIK CHETAN", - "Sounak Roy" + "N SURESH KUMAR REDDY" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ 3 @@ -18018,101 +12034,75 @@ }, "P1": { "instructors": [ - "Karthik Chetan" + "Sreejith S" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 8, - 9 + 7, + 8 ] } ] }, "P2": { "instructors": [ - "Sounak Roy" - ], - "sched": [] - } - }, - "compre": { - "date": "07/12", - "session": "AN" - } - }, - "MST G511": { - "name": "Nondestruct Testing Tech", - "sections": { - "L1": { - "instructors": [ - "RAVI SHANKER VIDYARTH" + "Jella Gangadhar" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 3 + 4, + 5 ] } ] }, - "P1": { + "P3": { "instructors": [ - "Petla Sivateja" + "Ankit Sharma" ], "sched": [ { "room": "NA", "days": [ - "M", "F" ], "hours": [ - 4, - 5 + 7, + 8 ] } ] - } - }, - "compre": { - "date": "07/12", - "session": "FN" - } - }, - "PHA F211": { - "name": "Pharmaceutical Analysis", - "sections": { - "L1": { + }, + "P4": { "instructors": [ - "BALRAM GHOSH" + "Jella Gangadhar" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "T" ], "hours": [ - 4 + 7, + 8 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Balram Ghosh" + "Amar S D" ], "sched": [ { @@ -18121,121 +12111,136 @@ "M" ], "hours": [ - 7, - 8 + 1 ] } ] }, - "P2": { + "T2": { "instructors": [ - "Balram Ghosh" + "Jose Santo" ], "sched": [ { "room": "NA", "days": [ - "W" + "M" ], "hours": [ - 6, - 7 + 1 ] } ] }, - "P3": { - "instructors": [ - "Yamini Shankar Bobde" - ], - "sched": [] - }, - "P5": { - "instructors": [ - "Ch Sai Sanjay" - ], - "sched": [] - }, - "P6": { + "T4": { "instructors": [ - "Sravani Pulya" + "N Suresh Kumar Reddy" ], "sched": [] }, - "T1": { + "T3": { "instructors": [ - "Balram Ghosh" + "Petla Sivateja" ], "sched": [ { "room": "NA", "days": [ - "S" + "M" ], "hours": [ - 4 + 1 ] } ] + }, + "T6": { + "instructors": [ + "N Suresh Kumar Reddy" + ], + "sched": [] } }, "compre": { - "date": "14/12", - "session": "FN" + "date": "15/05", + "session": "AN" } }, - "PHA F213": { - "name": "Microbiology", + "ME F220": { + "name": "Heat Transfer", "sections": { "L1": { "instructors": [ - "D SRIRAM" + "SATISH K DUBEY" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "T", + "Th", + "S" ], "hours": [ - 3 + 2 ] } ] }, "P1": { "instructors": [ - "D Sriram" + "Supradeepan K" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 8, - 9 + 4, + 5 ] } ] }, "P2": { "instructors": [ - "Anjali Gangwar" + "R Parameshwaran" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 7, + 8 + ] + } + ] }, "P3": { "instructors": [ - "E Madhu Rekha" + "J Murali Mohan" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 7, + 8 + ] + } + ] }, - "T1": { + "P4": { "instructors": [ - "D Sriram" + "Sunkara Prudhvi Raj" ], "sched": [ { @@ -18244,124 +12249,140 @@ "F" ], "hours": [ - 3 + 4, + 5 ] } ] - } - }, - "compre": { - "date": "07/12", - "session": "FN" - } - }, - "PHA F215": { - "name": "Introduction to Molecular Bio & Immunology", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "ARTI DHAR" + "Shaik Gouse Ahammad" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "W" ], "hours": [ - 5 + 1 ] } ] }, - "T1": { + "T2": { "instructors": [ - "Arti Dhar" + "J Murali Mohan" ], "sched": [ { "room": "NA", "days": [ - "S" + "W" + ], + "hours": [ + 1 + ] + } + ] + }, + "T4": { + "instructors": [ + "Satish K Dubey" + ], + "sched": [] + }, + "T3": { + "instructors": [ + "Sunkara Prudhvi Raj" + ], + "sched": [ + { + "room": "NA", + "days": [ + "W" ], "hours": [ 1 ] } ] + }, + "T6": { + "instructors": [ + "Satish K Dubey" + ], + "sched": [] } }, "compre": { - "date": "04/12", - "session": "AN" + "date": "05/05", + "session": "FN" } }, - "PHA F244": { - "name": "Physical Pharmacy", + "ME F221": { + "name": "Mechanisms and Machines", "sections": { "L1": { "instructors": [ - "V V KRISHNA VENUGANTI" + "YV DASESWARA RAO" ], "sched": [ { "room": "NA", "days": [ "M", - "W" + "W", + "F" ], "hours": [ - 9 + 3 ] } ] }, - "P1": { + "T1": { "instructors": [ - "V V Krishna Venuganti" + "Gauri Rajendra M" ], "sched": [ { "room": "NA", "days": [ - "W" + "F" ], "hours": [ - 6, - 7 + 1 ] } ] }, - "P2": { - "instructors": [ - "B Sony Priyanka" - ], - "sched": [] - }, - "P3": { - "instructors": [ - "Girdhari Roy" - ], - "sched": [] - }, - "P4": { + "T2": { "instructors": [ - "Pravesh Sharma" + "Lanka Tata Rao" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "F" + ], + "hours": [ + 1 + ] + } + ] }, - "P5": { + "T4": { "instructors": [ - "Trupti Ghatage" + "YV Daseswara Rao" ], "sched": [] }, - "T1": { + "T3": { "instructors": [ - "V V Krishna Venuganti" + "G Lakshmi Srinivas" ], "sched": [ { @@ -18370,41 +12391,48 @@ "F" ], "hours": [ - 9 + 1 ] } ] + }, + "T6": { + "instructors": [ + "YV Daseswara Rao" + ], + "sched": [] } }, "compre": { - "date": "09/12", + "date": "08/05", "session": "AN" } }, - "PHA F266": { + "ME F266": { "name": "Study Project", "sections": { "L1": { "instructors": [ - "ARTI DHAR" + "M SRINIVAS" ], "sched": [] } } }, - "PHA F311": { - "name": "Pharmacology I", + "ME F311": { + "name": "Heat Transfer", "sections": { "L1": { "instructors": [ - "ONKAR KULKARNI" + "N JALAIAH" ], "sched": [ { "room": "NA", "days": [ "M", - "W" + "W", + "F" ], "hours": [ 4 @@ -18414,119 +12442,113 @@ }, "P1": { "instructors": [ - "Onkar Kulkarni" + "N Jalaiah" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ - 8, - 9 + 7, + 8 ] } ] }, "P2": { "instructors": [ - "Ashutosh Balasaheb Mahale" + "P Ankamma Rao" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 7, + 8 + ] + } + ] }, "P3": { "instructors": [ - "K Kalyani" - ], - "sched": [] - }, - "P4": { - "instructors": [ - "S Kavitha" - ], - "sched": [] - }, - "T1": { - "instructors": [ - "Onkar Kulkarni" + "Y S Prasanna" ], "sched": [ { "room": "NA", "days": [ - "F" + "T" ], "hours": [ - 4 + 8, + 9 ] } ] - } - }, - "compre": { - "date": "16/12", - "session": "AN" - } - }, - "PHA F312": { - "name": "Medicinal Chemistry I", - "sections": { - "L1": { + }, + "P4": { "instructors": [ - "P YOGEESWARI" + "Kalyani Panigrahi" ], "sched": [ { "room": "NA", "days": [ - "T", "Th" ], "hours": [ - 2 + 8, + 9 ] } ] }, - "P1": { + "T1": { "instructors": [ - "P Yogeeswari" + "P Ankamma Rao" ], "sched": [ { "room": "NA", "days": [ - "M" + "S" ], "hours": [ - 6, - 7 + 1 ] } ] }, - "P2": { - "instructors": [ - "Dasugari Varakala Saiprasad" - ], - "sched": [] - }, - "P3": { + "T2": { "instructors": [ - "Kumbham Soniya" + "Y S Prasanna" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "S" + ], + "hours": [ + 1 + ] + } + ] }, - "P4": { + "T4": { "instructors": [ - "Routholla Ganesh" + "N Jalaiah" ], "sched": [] }, - "T1": { + "T3": { "instructors": [ - "P Yogeeswari" + "Kalyani Panigrahi" ], "sched": [ { @@ -18535,40 +12557,47 @@ "S" ], "hours": [ - 2 + 1 ] } ] + }, + "T6": { + "instructors": [ + "N Jalaiah" + ], + "sched": [] } }, "compre": { - "date": "05/12", - "session": "AN" + "date": "03/05", + "session": "FN" } }, - "PHA F314": { - "name": "Pharma Formul & Biopharm", + "ME F313": { + "name": "Production Techniques II", "sections": { "L1": { "instructors": [ - "NIRMAL J" + "AMRITHA PRIYADARSHINI" ], "sched": [ { "room": "NA", "days": [ "M", - "W" + "W", + "F" ], "hours": [ - 8 + 9 ] } ] }, "P1": { "instructors": [ - "Nirmal J" + "Ravi Shanker Vidyarthy" ], "sched": [ { @@ -18585,25 +12614,41 @@ }, "P2": { "instructors": [ - "Parameswar Patra" + "Gandla Praveen Kumar" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "W" + ], + "hours": [ + 7, + 8 + ] + } + ] }, "P3": { "instructors": [ - "Priyadarshini Sathe" + "R Naresh" ], - "sched": [] + "sched": [ + { + "room": "NA", + "days": [ + "M" + ], + "hours": [ + 7, + 8 + ] + } + ] }, "P4": { "instructors": [ - "Raghuraman Manimaran" - ], - "sched": [] - }, - "T1": { - "instructors": [ - "Nirmal J" + "R Naresh" ], "sched": [ { @@ -18612,99 +12657,84 @@ "F" ], "hours": [ + 7, 8 ] } ] - } - }, - "compre": { - "date": "03/12", - "session": "FN" - } - }, - "PHA F376": { - "name": "Design Project", - "sections": { - "L1": { - "instructors": [ - "ARTI DHAR" - ], - "sched": [] - } - } - }, - "PHA F377": { - "name": "Design Project", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "ARTI DHAR" + "Sreejith S" ], - "sched": [] - } - } - }, - "PHA F414": { - "name": "Biopharmaceutics", - "sections": { - "L1": { + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 7 + ] + } + ] + }, + "T2": { "instructors": [ - "NIRMAL J" + "Ravi Shanker Vidyarthy" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 4 + 7 ] } ] - } - }, - "compre": { - "date": "14/12", - "session": "AN" - } - }, - "PHA F415": { - "name": "Pathophysiology", - "sections": { - "L1": { + }, + "T4": { "instructors": [ - "ONKAR KULKARNI" + "Amritha Priyadarshini" + ], + "sched": [] + }, + "T3": { + "instructors": [ + "Gandla Praveen Kumar" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 5 + 7 ] } ] + }, + "T6": { + "instructors": [ + "Amritha Priyadarshini" + ], + "sched": [] } }, "compre": { - "date": "04/12", + "date": "12/05", "session": "FN" } }, - "PHA F422": { - "name": "Cosmetic Science", + "ME F341": { + "name": "Primemovers & Fluid Mach", "sections": { "L1": { "instructors": [ - "D SRIRAM" + "JEEVAN JAIDI" ], "sched": [ { @@ -18714,365 +12744,298 @@ "Th" ], "hours": [ - 3 + 4 ] } ] }, "P1": { "instructors": [ - "D Sriram" + "G Prashanth Kumar Reddy" ], "sched": [ { "room": "NA", "days": [ - "F" + "M" ], "hours": [ - 6, - 7 + 7, + 8 ] } ] }, "P2": { "instructors": [ - "Lavanya S" - ], - "sched": [] - }, - "P3": { - "instructors": [ - "Ridahunlang Nongkhlaw" - ], - "sched": [] - } - }, - "compre": { - "date": "08/12", - "session": "FN" - } - }, - "PHA F491": { - "name": "Special Project", - "sections": { - "L1": { - "instructors": [ - "ARTI DHAR" - ], - "sched": [] - } - } - }, - "PHA G535": { - "name": "Biomaterials", - "sections": { - "L1": { - "instructors": [ - "NIRMAL J", - "V V Krishna Venuganti" + "Pardha Saradhi Gurugubelli" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "W" ], "hours": [ - 4 + 7, + 8 ] } ] - } - } - }, - "PHA G537": { - "name": "Parenteral Product Development", - "sections": { - "L1": { + }, + "P3": { "instructors": [ - "AKASH C" + "Kandula Uday Kumar Reddy" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", "F" ], "hours": [ - 3 + 7, + 8 ] } ] - } - } - }, - "PHA G540": { - "name": "Modern Pharmaceutical Analytical Techniques", - "sections": { - "L1": { + }, + "P4": { "instructors": [ - "A SAJELI BEGUM" + "Sama.Sanghamitra" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 4 + 8, + 9 ] } ] }, - "P1": { + "T1": { "instructors": [ - "A Sajeli Begum" + "Kandula Uday Kumar Reddy" ], "sched": [ { "room": "NA", "days": [ - "W" + "T" ], "hours": [ - 7, - 8, - 9 + 1 ] } ] }, - "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": { + "T2": { "instructors": [ - "V V KRISHNA VENUGANTI" + "G Prashanth Kumar Reddy" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 3 + 1 ] } ] }, - "P1": { + "T4": { + "instructors": [ + "Jeevan Jaidi" + ], + "sched": [] + }, + "T3": { "instructors": [ - "V V Krishna Venuganti" + "Sama.Sanghamitra" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "T" ], "hours": [ - 6, - 7 + 1 ] } ] }, - "P2": { - "instructors": [ - "Deepanjan Datta" - ], - "sched": [] - }, - "P3": { + "T6": { "instructors": [ - "Leela Sai Lokesh Janardhan" + "Jeevan Jaidi" ], "sched": [] } + }, + "compre": { + "date": "10/05", + "session": "AN" } }, - "PHA G545": { - "name": "Ipr and Pharmaceuticals", + "ME F344": { + "name": "Engineering Optimization", "sections": { "L1": { "instructors": [ - "P YOGEESWARI" + "DHEERAJ AGARWAL" ], "sched": [ { "room": "NA", "days": [ "M", - "W", - "F" + "W" ], "hours": [ - 2 + 5 ] } ] - } - }, - "compre": { - "date": "11/12", - "session": "FN" - } - }, - "PHA G547": { - "name": "Quali-by-design in Pharmaceutical Prod Devel", - "sections": { - "L1": { + }, + "T1": { "instructors": [ - "R PUNNA RAO" + "Vardhanapu Muralidhar" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "Th" ], "hours": [ - 3 + 1 ] } ] }, - "P1": { + "T2": { "instructors": [ - "R Punna Rao" + "Deepak Nabapure" ], "sched": [ { "room": "NA", "days": [ - "W", - "F" + "Th" ], "hours": [ - 8, - 9 + 1 ] } ] }, - "P2": { - "instructors": [ - "Chandra Teja Uppuluri" - ], - "sched": [] - } - }, - "compre": { - "date": "07/12", - "session": "FN" - } - }, - "PHA G612": { - "name": "Pharm Kinet & Clinic Pha", - "sections": { - "L1": { + "T4": { "instructors": [ - "R PUNNA RAO" + "Kolla Lakshman Rao" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "Th" ], "hours": [ - 2 + 1 ] } ] }, - "P1": { + "T3": { "instructors": [ - "R Punna Rao" + "V Venkateswara Rao" ], "sched": [ { "room": "NA", "days": [ - "T", "Th" ], "hours": [ - 8, - 9 + 1 ] } ] }, - "P2": { + "T6": { "instructors": [ - "Avantika Dalvi" + "Amit Kumar Gupta" ], "sched": [] }, - "P3": { + "T8": { + "instructors": [ + "Amit Kumar Gupta" + ], + "sched": [] + } + }, + "compre": { + "date": "06/05", + "session": "FN" + } + }, + "ME F366": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "DHEERAJ AGARWAL" + ], + "sched": [] + } + } + }, + "ME F367": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "DHEERAJ AGARWAL" + ], + "sched": [] + } + } + }, + "ME F376": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "MRINAL KETAN JAGIRDAR" + ], + "sched": [] + } + } + }, + "ME F377": { + "name": "Design Project", + "sections": { + "L1": { "instructors": [ - "Mohd Shareef Khan" + "MRINAL KETAN JAGIRDAR" ], "sched": [] } } }, - "PHA G617": { - "name": "Adv Drug Delivery System", + "ME F423": { + "name": "Micro-fluidics & its App", "sections": { "L1": { "instructors": [ - "SWATI BISWAS" + "SATISH K DUBEY", + "Sanket Goel" ], "sched": [ { @@ -19083,268 +13046,369 @@ "F" ], "hours": [ - 5 + 3 ] } ] }, "P1": { "instructors": [ - "Swati Biswas" + "Satish K Dubey" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "T" ], "hours": [ - 6, - 7 + 10, + 11 ] } ] }, "P2": { "instructors": [ - "Asif Mohd Itoo" + "Sangam Srikanth" ], "sched": [] }, "P3": { "instructors": [ - "Milan Paul" + "Sanket Goel" ], "sched": [] - } - }, - "compre": { - "date": "01/12", - "session": "FN" - } - }, - "PHA G642": { - "name": "Laboratory Project", - "sections": { - "L1": { + }, + "P4": { "instructors": [ - "SWATI BISWAS" + "Sarala Bhavani Kallepalli" ], "sched": [] } + }, + "compre": { + "date": "08/05", + "session": "FN" } }, - "PHY F110": { - "name": "Physics Laboratory", + "ME F433": { + "name": "Solar Thermal Process Engg", "sections": { "L1": { "instructors": [ - "Souri Banerjee", - "Sajia Yeasmin" + "M SRINIVAS" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 4, 5 ] } ] }, - "L2": { + "P1": { "instructors": [ - "VSN Murthy", - "Sabur Ahmed Barbhuiya" + "M Srinivas" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 4, - 5 + 8, + 9 ] } ] - }, - "L3": { + } + }, + "compre": { + "date": "17/05", + "session": "FN" + } + }, + "ME F452": { + "name": "Composite Material & Des", + "sections": { + "L1": { "instructors": [ - "SARMISTHA BANIK", - "Nobleson K" + "C P KIRAN" ], "sched": [ { "room": "NA", "days": [ - "M" + "T", + "Th", + "S" ], "hours": [ - 2, - 3 + 5 ] } ] - }, - "L4": { + } + }, + "compre": { + "date": "17/05", + "session": "FN" + } + }, + "ME F461": { + "name": "Refrigeration & Aircond", + "sections": { + "L1": { "instructors": [ - "Asrarul Haque", - "Ronit Mahapatra" + "S S DESHMUKH", + "R Parameshwaran" ], "sched": [ { "room": "NA", "days": [ - "W" + "M", + "W", + "F" ], "hours": [ - 2, 3 ] } ] - }, - "L5": { + } + }, + "compre": { + "date": "08/05", + "session": "FN" + } + }, + "ME F482": { + "name": "Combustion", + "sections": { + "L1": { "instructors": [ - "Swastik Bhattacharya", - "Anamika Avinash Pathak" + "N JALAIAH" ], "sched": [ { "room": "NA", "days": [ - "F" + "T", + "Th", + "S" ], "hours": [ - 8, - 9 + 3 ] } ] - }, - "L6": { + } + }, + "compre": { + "date": "15/05", + "session": "FN" + } + }, + "ME F483": { + "name": "Wind Energy", + "sections": { + "L1": { "instructors": [ - "Kannan Ramaswamy", - "Waseem Ahmad Wani" + "G R SABAREESH" ], "sched": [ { "room": "NA", "days": [ + "M", + "W", "F" ], "hours": [ - 2, - 3 + 10 ] } ] - }, - "L7": { + } + }, + "compre": { + "date": "04/05", + "session": "FN" + } + }, + "ME F484": { + "name": "Automotive Technology", + "sections": { + "L1": { "instructors": [ - "Aranya Bhuti Bhattacherjee", - "Surabhi Yadav" + "SUPRADEEPAN K" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th", + "S" ], "hours": [ - 8, - 9 + 2 ] } ] - }, - "L8": { + } + }, + "compre": { + "date": "05/05", + "session": "AN" + } + }, + "MF F266": { + "name": "Study Project", + "sections": { + "L1": { "instructors": [ - "Sarmistha Banik", - "Haridev S R" + "M SRINIVAS" ], - "sched": [ - { - "room": "NA", - "days": [ - "W" - ], - "hours": [ - 8, - 9 - ] - } - ] - }, - "L9": { + "sched": [] + } + } + }, + "MF F311": { + "name": "Mechatronics & Automat", + "sections": { + "L1": { "instructors": [ - "Asrarul Haque", - "Yash Pareek" + "KUNDAN KUMAR SINGH" ], "sched": [ { "room": "NA", "days": [ - "S" + "T", + "Th" ], "hours": [ - 4, - 5 + 3 ] } ] }, - "L10": { + "P1": { "instructors": [ - "Swastik Bhattacharya", - "Yuganand Nellambakam" + "Kundan Kumar Singh" ], "sched": [ { "room": "NA", "days": [ - "M" + "Th" ], "hours": [ - 8, - 9 + 10, + 11 ] } ] }, - "L11": { + "P2": { "instructors": [ - "Kannan Ramaswamy", - "Aiswarya N M" + "Arshad Javed" + ], + "sched": [] + } + }, + "compre": { + "date": "15/05", + "session": "AN" + } + }, + "MF F366": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "DHEERAJ AGARWAL" + ], + "sched": [] + } + } + }, + "MF F367": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "DHEERAJ AGARWAL" + ], + "sched": [] + } + } + }, + "MF F376": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "MRINAL KETAN JAGIRDAR" + ], + "sched": [] + } + } + }, + "MF F377": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "MRINAL KETAN JAGIRDAR" + ], + "sched": [] + } + } + }, + "MF F418": { + "name": "Lean Manufacturing", + "sections": { + "L1": { + "instructors": [ + "AMIT KUMAR GUPTA" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 8, - 9 + 2 ] } ] } + }, + "compre": { + "date": "01/05", + "session": "AN" } }, - "PHY F111": { - "name": "Mech Oscil & Waves", + "MF F421": { + "name": "Supply Chain Management", "sections": { "L1": { "instructors": [ - "Aravinda N Raghavan", - "Meenakshi V" + "C P KIRAN" ], "sched": [ { @@ -19355,15 +13419,23 @@ "F" ], "hours": [ - 1 + 2 ] } ] - }, - "L2": { + } + }, + "compre": { + "date": "01/05", + "session": "AN" + } + }, + "MF F485": { + "name": "Sustainable Manufacturing", + "sections": { + "L1": { "instructors": [ - "Aravinda N Raghavan", - "Meenakshi V" + "KUNDAN KUMAR SINGH" ], "sched": [ { @@ -19374,14 +13446,23 @@ "F" ], "hours": [ - 5 + 3 ] } ] - }, - "L3": { + } + }, + "compre": { + "date": "08/05", + "session": "FN" + } + }, + "MGTS F211": { + "name": "Principles of Management", + "sections": { + "L1": { "instructors": [ - "Sashideep Gutti" + "SWATI ALOK" ], "sched": [ { @@ -19392,20 +13473,20 @@ "F" ], "hours": [ - 10 + 9 ] } ] }, "T1": { "instructors": [ - "Sashideep Gutti" + "Swati Alok" ], "sched": [ { "room": "NA", "days": [ - "Th" + "S" ], "hours": [ 1 @@ -19415,167 +13496,259 @@ }, "T2": { "instructors": [ - "Swastik Bhattacharya" + "Navya Kumar" ], "sched": [ { "room": "NA", "days": [ - "Th" + "S" ], "hours": [ 1 ] } ] - }, - "T4": { + } + }, + "compre": { + "date": "12/05", + "session": "AN" + } + }, + "MST F332": { + "name": "Materials Processing", + "sections": { + "L1": { "instructors": [ - "B HARIHARA VENKATARA" + "RAMESH BABU A", + "Sujith R" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W", + "F" ], "hours": [ - 1 + 2 ] } ] - }, - "T3": { + } + }, + "compre": { + "date": "01/05", + "session": "AN" + } + }, + "PHA F241": { + "name": "Pharmaceutical Chemistry", + "sections": { + "L1": { "instructors": [ - "Prasant Samantray" + "D SRIRAM" ], "sched": [ { "room": "NA", "days": [ + "T", "Th" ], "hours": [ - 1 + 3 ] } ] }, - "T6": { + "P1": { "instructors": [ - "Swastik Bhattacharya" + "D Sriram" ], "sched": [ { "room": "NA", "days": [ - "T" + "W" ], "hours": [ - 9 + 7, + 8 ] } ] }, - "T8": { + "P2": { + "instructors": [ + "Dasugari Varakala Saiprasad" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Nikhila Meda" + ], + "sched": [] + }, + "P4": { + "instructors": [ + "Srashti Gopal Goyal" + ], + "sched": [] + }, + "T1": { "instructors": [ - "B Harihara Venkataraman" + "D Sriram" ], "sched": [ { "room": "NA", "days": [ - "T" + "S" ], "hours": [ - 9 + 3 ] } ] - }, - "T5": { + } + }, + "compre": { + "date": "15/05", + "session": "AN" + } + }, + "PHA F242": { + "name": "Biological Chemistry", + "sections": { + "L1": { "instructors": [ - "Sashideep Gutti" + "BALRAM GHOSH" ], "sched": [ { "room": "NA", "days": [ - "T" + "T", + "Th" ], "hours": [ - 8 + 2 ] } ] }, - "T10": { + "P1": { "instructors": [ - "Sashideep Gutti" + "Balram Ghosh" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 9 + 7, + 8 ] } ] }, - "T12": { + "P2": { "instructors": [ - "Swastik Bhattacharya" + "Balram Ghosh" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T" ], "hours": [ - 9 + 7, + 8 ] } ] }, - "T7": { + "P3": { + "instructors": [ + "Sravani Pulya" + ], + "sched": [] + }, + "P5": { + "instructors": [ + "Chiranjeev Singh" + ], + "sched": [] + }, + "P6": { + "instructors": [ + "Tarun" + ], + "sched": [] + }, + "T1": { "instructors": [ - "Prasant Samantray" + "Balram Ghosh" ], "sched": [ { "room": "NA", "days": [ - "T" + "S" ], "hours": [ - 9 + 2 ] } ] - }, - "T14": { + } + }, + "compre": { + "date": "05/05", + "session": "FN" + } + }, + "PHA F266": { + "name": "Study Project", + "sections": { + "L1": { "instructors": [ - "Prasant Samantray" + "P YOGEESWARI" + ], + "sched": [] + } + } + }, + "PHA F313": { + "name": "Instru Methods of Anal", + "sections": { + "L1": { + "instructors": [ + "A SAJELI BEGUM" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M", + "W" ], "hours": [ - 9 + 2 ] } ] }, - "T16": { + "P1": { "instructors": [ - "B Harihara Venkataraman" + "A Sajeli Begum" ], "sched": [ { @@ -19584,47 +13757,78 @@ "Th" ], "hours": [ + 7, + 8, 9 ] } ] }, - "T9": { + "P2": { + "instructors": [ + "B Sony Priyanka" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "Ch Sai Sanjay" + ], + "sched": [] + }, + "P4": { + "instructors": [ + "Deepanjan Datta" + ], + "sched": [] + }, + "P5": { + "instructors": [ + "Pragya Paramita Pal" + ], + "sched": [] + }, + "P6": { + "instructors": [ + "Shreya Shashank Chauhan" + ], + "sched": [] + }, + "T1": { "instructors": [ - "Sashideep Gutti" + "A Sajeli Begum" ], "sched": [ { "room": "NA", "days": [ - "T" + "F" ], "hours": [ - 10 + 2 ] } ] } }, "compre": { - "date": "10/12", + "date": "01/05", "session": "FN" } }, - "PHY F112": { - "name": "General Physics", + "PHA F341": { + "name": "Pharmacology II", "sections": { "L1": { "instructors": [ - "SASHIDEEP GUTTI" + "ONKAR KULKARNI" ], "sched": [ { "room": "NA", "days": [ "M", - "W", - "F" + "W" ], "hours": [ 4 @@ -19632,163 +13836,163 @@ } ] }, - "T1": { + "P1": { "instructors": [ - "Sashideep Gutti" + "Onkar Kulkarni" ], "sched": [ { "room": "NA", "days": [ - "Th" + "M" ], "hours": [ - 7 + 7, + 8 ] } ] - } - } - }, - "PHY F211": { - "name": "Classical Mechanics", - "sections": { - "L1": { + }, + "P2": { "instructors": [ - "RAHUL NIGAM" + "K Kalyani" ], - "sched": [ - { - "room": "NA", - "days": [ - "M", - "W", - "F" - ], - "hours": [ - 3 - ] - } - ] + "sched": [] + }, + "P3": { + "instructors": [ + "S Kavitha" + ], + "sched": [] }, "T1": { "instructors": [ - "Rahul Nigam" + "Onkar Kulkarni" ], "sched": [ { "room": "NA", "days": [ - "T" + "F" ], "hours": [ - 1 + 4 ] } ] } }, "compre": { - "date": "07/12", + "date": "03/05", "session": "FN" } }, - "PHY F212": { - "name": "Electromagnetic Theo I", + "PHA F342": { + "name": "Medicinal Chemistry II", "sections": { "L1": { "instructors": [ - "PK THIRUVIKRAMAN" + "P YOGEESWARI" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "M", + "W" ], "hours": [ - 4 + 9 ] } ] }, - "L2": { + "P1": { "instructors": [ - "Kannan Ramaswamy" + "P Yogeeswari" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "T" ], "hours": [ - 4 + 7, + 8 ] } ] }, - "L3": { + "P2": { "instructors": [ - "Sarmistha Banik" + "Lavanya S" ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th", - "S" - ], - "hours": [ - 4 - ] - } - ] + "sched": [] }, - "L4": { + "P3": { "instructors": [ - "Subash N. Karbelkar" + "Pravesh Sharma" + ], + "sched": [] + }, + "P4": { + "instructors": [ + "Purbali Chakraborty" + ], + "sched": [] + }, + "P5": { + "instructors": [ + "Routholla Ganesh" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "P Yogeeswari" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th", - "S" + "F" ], "hours": [ - 4 + 9 ] } ] - }, - "L5": { + } + }, + "compre": { + "date": "12/05", + "session": "FN" + } + }, + "PHA F343": { + "name": "Forensic Pharmacy", + "sections": { + "L1": { "instructors": [ - "Subrahmanya Bhima Sankar" + "BALRAM GHOSH" ], "sched": [ { "room": "NA", "days": [ "T", - "Th", - "S" + "Th" ], "hours": [ - 4 + 5 ] } ] }, "T1": { "instructors": [ - "PK Thiruvikraman" + "Balram Ghosh" ], "sched": [ { @@ -19797,87 +14001,177 @@ "S" ], "hours": [ - 1 + 5 ] } ] - }, - "T2": { + } + }, + "compre": { + "date": "17/05", + "session": "AN" + } + }, + "PHA F344": { + "name": "Natural Drugs", + "sections": { + "L1": { "instructors": [ - "Kannan Ramaswamy" + "A SAJELI BEGUM" ], "sched": [ { "room": "NA", "days": [ - "S" + "M", + "W" ], "hours": [ - 1 + 5 ] } ] }, - "T3": { + "P1": { "instructors": [ - "Sarmistha Banik" + "A Sajeli Begum" ], "sched": [ { "room": "NA", "days": [ - "S" + "F" ], "hours": [ - 1 + 7, + 8 ] } ] }, - "T4": { + "P2": { "instructors": [ - "Subash N. Karbelkar" + "Bollareddy Srivarsha Reddy" + ], + "sched": [] + }, + "P3": { + "instructors": [ + "K Vandana" + ], + "sched": [] + }, + "P4": { + "instructors": [ + "P. S Lakshmi Soukya" + ], + "sched": [] + }, + "P5": { + "instructors": [ + "Samrun Nessa" + ], + "sched": [] + }, + "T1": { + "instructors": [ + "A Sajeli Begum" ], "sched": [ { "room": "NA", "days": [ - "S" + "F" ], "hours": [ - 1 + 5 ] } ] - }, - "T5": { + } + }, + "compre": { + "date": "06/05", + "session": "FN" + } + }, + "PHA F366": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "P YOGEESWARI" + ], + "sched": [] + } + } + }, + "PHA F367": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "P YOGEESWARI" + ], + "sched": [] + } + } + }, + "PHA F376": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "P YOGEESWARI" + ], + "sched": [] + } + } + }, + "PHA F377": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "P YOGEESWARI" + ], + "sched": [] + } + } + }, + "PHA F413": { + "name": "Pharma Mang & Qual Contr", + "sections": { + "L1": { "instructors": [ - "Subrahmanya Bhima Sankar" + "V V KRISHNA VENUGANTI" ], "sched": [ { "room": "NA", "days": [ - "S" + "M", + "W", + "F" ], "hours": [ - 1 + 2 ] } ] } }, "compre": { - "date": "14/12", - "session": "FN" + "date": "01/05", + "session": "AN" } }, - "PHY F213": { - "name": "Optics", + "PHA F414": { + "name": "Biopharmaceutics", "sections": { "L1": { "instructors": [ - "MEENAKSHI V" + "NIRMAL J" ], "sched": [ { @@ -19888,168 +14182,192 @@ "S" ], "hours": [ - 5 + 3 ] } ] - }, - "T1": { + } + }, + "compre": { + "date": "15/05", + "session": "FN" + } + }, + "PHA F415": { + "name": "Pathophysiology", + "sections": { + "L1": { "instructors": [ - "Meenakshi V" + "ONKAR KULKARNI" ], "sched": [ { "room": "NA", "days": [ - "Th" + "T", + "Th", + "S" ], "hours": [ - 1 + 2 ] } ] } }, "compre": { - "date": "04/12", + "date": "05/05", "session": "AN" } }, - "PHY F242": { - "name": "Quantum Mechanics I", + "PHY F214": { + "name": "Elec Magnet & Optics Lab", "sections": { "L1": { "instructors": [ - "SUBASH N. KARBELKAR" + "SUBASH N. KARBELKAR", + "K V Shiv Chaitanya", + "Meenakshi V" ], "sched": [ { "room": "NA", "days": [ "M", - "W", - "F" + "W" ], "hours": [ - 2 + 7, + 8 ] } ] }, - "T1": { + "L2": { "instructors": [ - "Subash N. Karbelkar" + "Subash N. Karbelkar", + "K V Shiv Chaitanya", + "Meenakshi V" ], "sched": [ { "room": "NA", "days": [ + "T", "Th" ], "hours": [ - 9 + 7, + 8 ] } ] } - }, - "compre": { - "date": "11/12", - "session": "FN" } }, - "PHY F311": { - "name": "Quantum Mechanics II", + "PHY F241": { + "name": "Electromagnetic Theory II", "sections": { "L1": { "instructors": [ - "ASRARUL HAQUE" + "SARMISTHA BANIK" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 9 + 3 ] } ] }, "T1": { "instructors": [ - "Asrarul Haque" + "Sarmistha Banik" ], "sched": [ { "room": "NA", "days": [ - "T" + "W" ], "hours": [ - 8 + 1 ] } ] } }, "compre": { - "date": "09/12", + "date": "15/05", "session": "AN" } }, - "PHY F312": { - "name": "Statistical Mechanics", + "PHY F243": { + "name": "Mathematical Methods of Physics", "sections": { "L1": { "instructors": [ - "SOURI BANERJEE" + "SUBASH N. KARBELKAR" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 5 + 2 ] } ] }, "T1": { "instructors": [ - "Souri Banerjee" + "Subash N. Karbelkar" ], "sched": [ { "room": "NA", "days": [ - "T" + "M" ], "hours": [ - 9 + 1 ] } ] } }, "compre": { - "date": "02/12", - "session": "AN" + "date": "05/05", + "session": "FN" } }, - "PHY F313": { - "name": "Computational Physics", + "PHY F266": { + "name": "Study Project", "sections": { "L1": { "instructors": [ - "PK THIRUVIKRAMAN" + "SARMISTHA BANIK" + ], + "sched": [] + } + } + }, + "PHY F312": { + "name": "Statistical Mechanics", + "sections": { + "L1": { + "instructors": [ + "SOURI BANERJEE" ], "sched": [ { @@ -20060,61 +14378,39 @@ "F" ], "hours": [ - 4 + 3 ] } ] }, "T1": { "instructors": [ - "PK Thiruvikraman" + "Souri Banerjee" ], "sched": [ { "room": "NA", "days": [ - "Th" + "F" ], "hours": [ - 8 + 1 ] } ] } }, "compre": { - "date": "16/12", + "date": "08/05", "session": "AN" } }, - "PHY F366": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "SARMISTHA BANIK" - ], - "sched": [] - } - } - }, - "PHY F367": { - "name": "Laboratory Project", - "sections": { - "L1": { - "instructors": [ - "SARMISTHA BANIK" - ], - "sched": [] - } - } - }, - "PHY F412": { - "name": "Intro to Quan Field Theo", + "PHY F315": { + "name": "Theory of Relativity", "sections": { "L1": { "instructors": [ - "PRASANT SAMANTRAY" + "SWASTIK BHATTACHARYA" ], "sched": [ { @@ -20132,43 +14428,59 @@ } }, "compre": { - "date": "02/12", - "session": "FN" + "date": "18/05", + "session": "AN" } }, - "PHY F418": { - "name": "Lasers and Applications", + "PHY F341": { + "name": "Solid State Physics", "sections": { "L1": { "instructors": [ - "ARANYA BHUTI BHATTACH" + "ARAVINDA N RAGHAVAN" ], "sched": [ { "room": "NA", "days": [ - "M", - "W", - "F" + "T", + "Th", + "S" ], "hours": [ - 2 + 5 + ] + } + ] + }, + "T1": { + "instructors": [ + "Aravinda N Raghavan" + ], + "sched": [ + { + "room": "NA", + "days": [ + "Th" + ], + "hours": [ + 8 ] } ] } }, "compre": { - "date": "11/12", + "date": "17/05", "session": "AN" } }, - "PHY F422": { - "name": "Group Theory and Applications", + "PHY F342": { + "name": "Atomic & Molecular Phy", "sections": { "L1": { "instructors": [ - "RAHUL NIGAM" + "ARANYA BHUTI BHATTACH" ], "sched": [ { @@ -20179,23 +14491,39 @@ "S" ], "hours": [ - 3 + 4 + ] + } + ] + }, + "T1": { + "instructors": [ + "Aranya Bhuti Bhattacherjee" + ], + "sched": [ + { + "room": "NA", + "days": [ + "T" + ], + "hours": [ + 7 ] } ] } }, "compre": { - "date": "08/12", - "session": "FN" + "date": "10/05", + "session": "AN" } }, - "SAN G511": { - "name": "Sanitation Technology", + "PHY F343": { + "name": "Nuclear & Particle Phy", "sections": { "L1": { "instructors": [ - "MURARI R R VARMA" + "ASRARUL HAQUE" ], "sched": [ { @@ -20206,64 +14534,80 @@ "F" ], "hours": [ - 4 + 9 ] } ] }, - "P1": { + "T1": { "instructors": [ - "Murari R R Varma" + "Asrarul Haque" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "T" ], "hours": [ - 8, - 9 + 8 ] } ] } + }, + "compre": { + "date": "12/05", + "session": "FN" } }, - "SAN G512": { - "name": "Sanitation and Public Health", + "PHY F344": { + "name": "Advanced Physics Lab", "sections": { "L1": { "instructors": [ - "P SANKAR GANESH" + "KANNAN RAMASWAMY", + "B Harihara Venkataraman" ], "sched": [ { "room": "NA", "days": [ "M", - "W", - "F" + "W" ], "hours": [ - 5 + 6, + 7, + 8 ] } ] }, - "P1": { + "L2": { "instructors": [ - "TO BE ANNOUNCED" + "Kannan Ramaswamy", + "B Harihara Venkataraman" ], "sched": [ { "room": "NA", "days": [ - "M", - "W" + "F" + ], + "hours": [ + 6, + 7, + 8 + ] + }, + { + "room": "NA", + "days": [ + "S" ], "hours": [ + 7, 8, 9 ] @@ -20272,14 +14616,58 @@ } } }, - "SAN G513": { - "name": "San Governance, Behaviour Change & Advocacy", + "PHY F366": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "SARMISTHA BANIK" + ], + "sched": [] + } + } + }, + "PHY F367": { + "name": "Laboratory Project", + "sections": { + "L1": { + "instructors": [ + "SARMISTHA BANIK" + ], + "sched": [] + } + } + }, + "PHY F376": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "SARMISTHA BANIK", + "Aravinda N Raghavan" + ], + "sched": [] + } + } + }, + "PHY F377": { + "name": "Design Project", + "sections": { + "L1": { + "instructors": [ + "SARMISTHA BANIK" + ], + "sched": [] + } + } + }, + "PHY F379": { + "name": "Thin Film Technology", "sections": { "L1": { "instructors": [ - "LAVANYA SURESH", - "Kopal Khare", - "Md Zakaria Siddiqui" + "VSN MURTHY", + "B Harihara Venkataraman" ], "sched": [ { @@ -20290,63 +14678,77 @@ "F" ], "hours": [ - 3 + 2 ] } ] } + }, + "compre": { + "date": "01/05", + "session": "AN" } }, - "SS G514": { - "name": "Obj Ori Analys & Design", + "PHY F420": { + "name": "Quantum Optics", "sections": { "L1": { "instructors": [ - "RAJIB RANJAN MAITI" + "K V SHIV CHAITANYA" ], "sched": [ { "room": "NA", "days": [ - "T", - "Th" + "M", + "W", + "F" ], "hours": [ - 2 + 3 ] } ] - }, - "P1": { + } + }, + "compre": { + "date": "08/05", + "session": "FN" + } + }, + "PHY F425": { + "name": "Adv Math Methods of Phy", + "sections": { + "L1": { "instructors": [ - "Rajib Ranjan Maiti" + "RAHUL NIGAM" ], "sched": [ { "room": "NA", "days": [ "T", - "Th" + "Th", + "S" ], "hours": [ - 6, - 7 + 3 ] } ] } }, "compre": { - "date": "05/12", - "session": "AN" + "date": "15/05", + "session": "FN" } }, - "SS G515": { - "name": "Data Warehousing", + "PHY F431": { + "name": "Geometrical Methods in", "sections": { "L1": { "instructors": [ - "NARASIMHA BOLLOJU" + "SASHIDEEP GUTTI" ], "sched": [ { @@ -20357,24 +14759,6 @@ "F" ], "hours": [ - 3 - ] - } - ] - }, - "P1": { - "instructors": [ - "Narasimha Bolloju" - ], - "sched": [ - { - "room": "NA", - "days": [ - "T", - "Th" - ], - "hours": [ - 8, 9 ] } @@ -20382,7 +14766,7 @@ } }, "compre": { - "date": "07/12", + "date": "12/05", "session": "FN" } } From ebe35ccbaf0e4341aba47838eae3165e133e153c Mon Sep 17 00:00:00 2001 From: Harshvardhan Jha Date: Mon, 11 Jan 2021 23:57:12 +0530 Subject: [PATCH 17/31] Change color on HELForm --- client/src/components/forms/HelForm.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/forms/HelForm.jsx b/client/src/components/forms/HelForm.jsx index 460c6dd..03f9ab8 100644 --- a/client/src/components/forms/HelForm.jsx +++ b/client/src/components/forms/HelForm.jsx @@ -205,12 +205,12 @@ const HelForm = ({ submitForm, submitted, user }) => {

onSubmit(e)}>