Where to sit in CVLab?
This repository provides a simple interface to determine where to sit in CVLab.
You have two files to control the seat assignment: students.txt
, and cvlab_seat_preference.csv
.
-
students.txt
should contain names of all students who participate to the raffle. Students with priorities are marked with an asterisk. -
cvlab_seat_preference.csv
shows seat preferences of each student. Each row contains {name}, {current seat}, {preference sequence} of a student. To create this file, you may distribute this link (https://jinsingsangsung.github.io/where2sit/) to participants to create their rows, and make people fill out the shared google spreadsheet. Make sure all people to use copy to clipboard button to ensure uniformity of each row.
Once you completed the above step, you may update both files of the repository. Now you can go to https://jinsingsangsung.github.io/where2sit/seat_assignment.html to start the raffle! The current version of the program can not handle some edge case of move chain, but still shows valid cycles.