Skip to content

ELECTRICAL-VNIT/Academic-Time-Table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VNIT ACADEMIC TIME TABLE

This repository contains a template of Time Table as per the Subject Slots of VNIT.

See the template here.

timetable

How to Use.

  1. Download the template folder.

  2. Add the Subject Names in subjects.js file.

    "slot#": {
        name: "Subject Name",
        link: "Lecture Link"
      }
  3. Add the Practical Batches in subjects.js file.

    B# is batch no. #. (eg. CS-I (B5) is Control Systems-I Batch 5)

      [
        ['slotB (B3)', 'slotC (B4)', 'slotD (B5)', 'slotE (B1)', 'slotF (B2)'], // All Practicals of slot: Wed 4:00pm-4:45pm
        ['slotG (B2)', 'slotH (B3)', 'slotA (B4)']           // All Practicals of slot:  Wed 5:00pm-5:45pm
      ],
    .
    .
    .
      [
        ['slotB (B5)', 'slotC (B1)'], // All Practicals of slot: Fri 4:00pm-4:45pm
        ['slotG (B5)']           // All Practicals of slot: Fri 5:00pm-5:45pm
      ], 

    Add all the practical subjects of same slot in same array.(as shown in code above). Leave the array blank if no subject is alloted to that slot.

  4. Done.