This repository contains utilities to collect data about U-M enrollment in some classes during a given term.
It also contains data about undergraduate EECS enrollment for Fall 2020. Registration took place during the Winter 2020 semester.
Note that this data was collected prior to schedule adjustments due to COVID-19.
To view the collected data, visit this site. The data was last updated on 4/27/20.
First, ensure that term
contains the correct term and classes for which to
capture data. Then run
$ ./captureData.sh # will require you to respond "y" to a prompt
$ ./condenseData.py
The term
file should be formatted as follows:
<term with ID>
<class to capture #1>
<class to capture #2>
...
For example, <term with ID>
could be f_20_2310
, and
<class to capture #1>
could be EECS183001
.
Both of these IDs can be found by searching for a class on the course catalog and examining the resulting URL for the class.