Mathematicians we is, operations-optimization experts we ain't
May 11, 2007 8:45 AM
Subscribe
Please help me set up a spreadsheet to tally certain courses taught by our faculty and keep track of their "values". This must be a solved problem in the business-savvy world, but, alas, we are ivory-tower types and utterly bamfoozled.
Our department has a point-based system for who must teach the so-called "large lecture" courses. It works like this: there are 11 courses (identified by number, e.g. 183, or code, e.g. 397c), each of which is assigned a point value from 1 to 4. There are potentially several sections of each course. Each faculty member gets the sum of the points for the courses they've taught in the last 10 semesters. Low scorers are at the top of the list for next year's assignments.
Our current system is charmingly 20th-century. I have a spreadsheet with a faculty-name for each row, and a semester for each column. The entries are just lists of which courses that person taught in that semester. (In particular, there may be more than one course in a box.) Then some drone (yrs truly) goes through with a pencil, assigning the appropriate points to each course and adding them up by hand.
The only better thing I can think of (and you'll see that this is a pure mathematician's approach to the problem) would be to have a 3-dimensional spreadsheet, with axes labeled by faculty-names, semesters, and course-names, fill it with 0's, 1's, 2's, etc., then do some kind of weighted-sum magic on it. Surely there's a better way.
posted by gleuschk to computers & internet (10 comments total)
I don't think there is any truly simpler way than a 3d spreadsheet. You can just roll the 3rd dimension into additional columns or rows, or you can put more than one piece of information in some cells, but inherently you have instructor, course, and semester, and that is three dimensions.
posted by Chuckles at 9:15 AM on May 11, 2007