Skip to content

Commit

Permalink
Merge pull request #30 from pawan-live/develop
Browse files Browse the repository at this point in the history
Add CS 2.1 & 2.2 tables
  • Loading branch information
pawan-live authored Jul 27, 2022
2 parents caf1a31 + 57e1f78 commit 3674568
Showing 1 changed file with 168 additions and 1 deletion.
169 changes: 168 additions & 1 deletion data.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@
"type": "lecture",
"loc": "B501"
}

],
"saturday": [],
"sunday": []
Expand Down Expand Up @@ -990,6 +989,174 @@
}
}
},
"CS": {
"02_01": {
"key": "foc_y2_s1_cs_0201",
"table": {
"monday": [],

"tuesday": [
{
"mod": "SOS",
"code": "IE2032",
"start": "8:30",
"end": "11:30",
"type": "lec + tut (💻)",
"loc": "13H-A"
},
{
"mod": "ICS",
"code": "IE2022",
"start": "11:30",
"end": "13.30",
"type": "practical (💻)",
"loc": "N3B Lab"
},
{
"mod": "ICS",
"code": "IE2022",
"start": "14:30",
"end": "17:30",
"type": "lecture (💻)",
"loc": "13H-B"
}
],
"wednesday": [
{
"mod": "DMSS",
"code": "IE2042",
"start": "8:30",
"end": "10:30",
"type": "practical",
"loc": "N3B Lab"
},
{
"mod": "SNP",
"code": "IE2012",
"start": "15:30",
"end": "17:30",
"type": "practical",
"loc": "B403 PC Lab"
}
],
"thursday": [
{
"mod": "SOS",
"code": "IE2032",
"start": "11:30",
"end": "13.30",
"type": "practical (💻)",
"loc": "602 + 603 Lab"
}
],
"friday": [
{
"mod": "DMSS",
"code": "IE2042",
"start": "10:30",
"end": "13:30",
"type": "lec + tut",
"loc": "A506"
},
{
"mod": "SNP",
"code": "IE2012",
"start": "14:30",
"end": "15:30",
"type": "lec + tut",
"loc": "New 3C"
}
],
"saturday": [],
"sunday": []
}
},
"02_02": {
"key": "foc_y2_s1_cs_0202",
"table": {
"monday": [
{
"mod": "DMSS",
"code": "IE2042",
"start": "11:30",
"end": "13:30",
"type": "practical",
"loc": "602 + 603 Lab"
}
],

"tuesday": [
{
"mod": "SOS",
"code": "IE2032",
"start": "8:30",
"end": "11:30",
"type": "lec + tut (💻)",
"loc": "13H-A"
},
{
"mod": "SOS",
"code": "IE2032",
"start": "11:30",
"end": "13.30",
"type": "practical (💻)",
"loc": "13L - A & B"
},
{
"mod": "ICS",
"code": "IE2022",
"start": "14:30",
"end": "17:30",
"type": "lecture (💻)",
"loc": "13H-B"
}
],

"wednesday": [
{
"mod": "SNP",
"code": "IE2012",
"start": "10:30",
"end": "12:30",
"type": "practical",
"loc": "A405 PC Lab"
}
],

"thursday": [
{
"mod": "ICS",
"code": "IE2022",
"start": "15:30",
"end": "17:30",
"type": "practical (💻)",
"loc": "A406 PC Lab"
}
],

"friday": [
{
"mod": "DMSS",
"code": "IE2042",
"start": "10:30",
"end": "13:30",
"type": "lec + tut",
"loc": "A506"
},
{
"mod": "SNP",
"code": "IE2012",
"start": "14:30",
"end": "15:30",
"type": "lec + tut",
"loc": "New 3C"
}
],
"saturday": [],
"sunday": []
}
}
},
"ISE": {
"03_01": {
"key": "foc_y2_s1_ise_0301",
Expand Down

0 comments on commit 3674568

Please sign in to comment.